Recent code changes, tests
Summer of Code accepted students

There’s 5 slots for DragonFly in Summer of Code for 2009, and the students in those slots are listed below.  We had some very good applications; more than we had room for and higher quality than last year.  If you did not get in, please consider working independently.

Student: Alexander Hornung
Project: DevFS for DragonFly BSD
Mentor: joe talbott

Student: Dan Chis
Project: Support debugging of multi-threaded applications
Mentor: schubert simon

Student: robert luciani
Project: Profile kernel contention on MP systems
Mentor: Samuel Greear

Student: Jordan Gordeev
Project: Finish amd64 port of DragonFly
Mentor: Matthew Dillon

Student: efstathios kamperis
Project: C99/POSIX Conformance Audit
Mentor: hasso tepper

(announcement here)

More TV card support

Sascha Wildner’s added the cxm(4) driver, which supports Hauppauge PVR-250/350 video capture cards.  Hasso Tepper kindly donated the hardware for testing.

I’ll note here that I have a Hauppauge TV card (848 chipset, I think) that’s possibly the oldest continuously functioning computer equipment I own; I’ve been using it for close to a decade without a single problem.  I have nothing else that has reached the benchmark.

New pkgsrc tool: pkg_dry

There’s a new tool being put together for pkgsrc installation and management, called pkg_dry.  There’s an initial version for download with instructions from its creator, Emile “iMil” Heitor.  It looks to duplicate the functionality of apt-get or yum, by handling binary-only remote package management.

Someone please test this on DragonFly, though not on a production machine…  If it does end up matching apt-get (the only thing I like in Debian) in terms of functionality, that will be fantastic!  I have wanted something like this for a while.

Viewer for git

Can someone who uses git more heavily than I do look at Tig, a git viewer, and mention if it is useful?  It looks interesting, as one of the features that git ‘lacks’ is a visual client other than at the command line.