It’s not done yet, but other people would like the features.
GCC 4.1 seems to have an overflow bug. 4.2 has a bug where code just gets skipped. 4.3 is not yet out. This seems to be a problem with no answer yet.
Update: commenters have pointed out GPL v3, which comes with GCC 4.3, should not cause problems, contrary to the offhand mention in Stanislav Sedov’s post, linked above.
Michael Neumann suggested this interesting alternative to libevent.
Larry Wall’s most recent State of the Onion on perl.com gives an interesting rundown of his experience with scripting languages. No Perl experience required to get the history lesson. His description of PHP is especially good:
We’ve also seen the rise of PHP, which takes the worse-is-better approach to dazzling new depths, as it were. By and large PHP seems to be making the same progression of mistakes as early Perl did, only slower.
Dru Lavigne has a review of The Book of PF up. PF, for those late to the party, is the stateful packet filter that originated in OpenBSD but is also used in DragonFly.
Hasso Tepper has been looking at the bugs database for DragonFly and started to categorize some of the remaining issues. If you posted any of these bugs (i.e. through a mail to the bugs@ mailing list), please check through his message and mention if the issue is still current.
Robert de Bock has a number of OpenSSH tricks up on Undeadly. The first one, ‘Using SSH Keys‘, should be required reading.
The Call for Papers is out for the 2008 USENIX technical conference, and registration is open for Software Development West 2008. The papers for USENIX are due in early January.
It was recently noted that the BBC created their own version of an “On Rails” system, using Perl. While it’s not that dramatic, as similar and highly polished systems already exist, it’s interesting to see that larger corporations seem to always progress towards, not away from, open source and sharing code.
AsiaBSDCon 2008 is scheduled for March 27-30 in Tokyo. The deadline for paper proposals has been pushed to December 11th, and there is a mailing list for further announcements – check the official website for more information.
Matthew Dillon has posted another of his (apparently regular?) HAMMER updates.
It starts with trying to install BSD, and goes downhill from there. (Check the image properties for more of the joke.)
I like super-small computers as much as anyone, and I’ve been watching for the new Asus Eee PC. It uses Linux, though there’s been issues with it conforming with the GPL license.  You know, if the device only ran a BSD, there wouldn’t be these licensing problems… (BSD link via hubertf)
The Open Source Business Resource’s latest issue is up in both PDF and HTML formats, with this issue focusing on support available for open source software. (Via)
Dru Lavigne brings news of a BSD-focused print magazine to be published by next summer.  She includes writing guidelines – this is a good chance to get published! (Via, Via)
Matthew Dillon described the state of his distributed filesystem, saying a simple version should be up and runnable by next week, with actual clusters (meaning multiple disk blocks, not separate systems) supported some time after.
Also, the next regular 6-month release (2.0!) will probably be pushed out a little to mid-January 2008, so the release isn’t happening at the same time as everyone’s holiday plans.
Nuno Antunes has posted his latest version of a netgraph upgrade; he’s looking for feedback and ideas. Interestingly, he included a virtual kernel config so his changes can be tested without interfering with normal system operation.
Alexander Orlov has written a wiki page on kernel module development. Please contribute if you’ve been through the same process.