Google Summer of Code and BSD

Google is running a project called “Summer of Code” where students on summer break can write open-source code and get paid for it. Applications are closed at this point. FreeBSD and NetBSD are participating, along with a host of other excellent organizations. Hubert Feyrer’s blog has some details on the process so far.

DragonFly isn’t participating directly, but if you were itching for something to do, there’s projects available.

UNIXReview roundup

I’ll play catchup on all the interesting UNIXReview articles that have gone by:

Cleaning Up Large Mailing Lists: Removing Bad Addresses (a perennial issue)
Shell Corner: DVD-RAM Daily Backup (handy!)

– Book reviews:
Mapping Security : The Corporate Security Sourcebook for Today’s Global Economy
Classic Shell Scripting (A tortoise on the cover – good symbolism)
Network Security
Buffer Overflow Attacks: Detect, Exploit, Prevent

Journaling abounds

David Rhodus’s recent blog entry on GoBSD.com notes he is most of the way through a “block level journaling system for FFS/UFS”.

As I understand it, this is different from Matthew Dillon’s journaling work – this is the traditional form of journaling, while Dillon’s is a mechanism to treat disk activity as a relocatable/rewindable stream.