Sys Admin Magazine is looking for writers. They want it enough to send out an email mentioning the needed topics:
Security
Server Virtualization
Linux Administration
Training and Certification
Backup and Recovery
Clustering
Database Management
Networking
Information Security
Storage
Server Management
Performance Tuning
Scripting
Last call for feedback on a new site design for dragonflybsd.org! (My fault, too.)
Matthew Dillon posted some details on how the problems of traffic were solved at BEST Internet using commodity hardware, which led into a discussion of zero-copy and also why a separate cgi-bin is good for speed.
EuroBSDCon is happening very soon. The early bird discount is ending in a few days, so sign up quickly. Attendance is planned to be in the triple digits.
BSDCan 2007 has been moved back a week because of a scheduling conflict with the hosting organization, the University of Ottowa.
Sepherosa Ziehau has a slew of new/revised drivers for testing: ural(4), rum(4), re(4), and sk(4). They are, I think, all network drivers. They are not yet committed, so please test if you have the right hardware.
OnLAMP.com has a 3-page interview with various OpenBSD developers about the features in the newest release. The interview goes into interesting detail, and for relevance, some of the newer wireless drivers in DragonFly came from this code work.
Matthew Dillon is making major changes to the namecache over the next 24 hours or so; watch out until it stabilizes. These changes should make nullfs mounting more memory-efficient, among other things, and lays a foundation for union or shadowing filesystems.
Sam Smith is looking for DragonFly developers who live in the UK and would be willing to present to the UKUUG Large Installation System Administration conference next spring.
Matthew Dillon has some comments on ssh, passwords, and security.
Simon 'corecode' Schubert has managed to create a patch which, among other aspects of Linux binary support, allows the Linux Flash to work.
Firefox 2.0 has been released. If you're looking to install it from pkgsrc, Geert Hendrickx is planning to create a separate package in pkgsrc, so that Firefox 1.5 can remain supported. Check www/firefox2 (may not exist yet; used to be wip/firefox2) for the new version.
The news may be slow, but at least it's in-depth at OnLAMP/BSD. In addition to recently interviewing a disgruntled NetBSD committer, they've interviewed Kris Moore from PC-BSD and Matt Olander of iXsystems about their recent company merger/purchase.
Matthew Dillon wrote up a short bit on SMP hardware support, and how it needs to improve. Aso, as part of virtual kernel support, he committed the potential future ability to compile kernels on non-native architectures, i.e. cross-compilation, which can be handy.
Matthew Dillon has reorganized the /usr/src/sys/ topology. Kernel config files will still work as before, though they've moved, for different architectures, once those architectures are actually supported. Changes are already in.
Sepherosa Ziehau has improved transmission speed for 802.11x networking under adverse conditions. In other words, faster wireless. See the post for the technical terminology.
Matthew Dillon talked a little bit about serial ports, their uses, and their problems.
The Call for Papers for AsiaBSDCon 2007 is out. There should be some DragonFly developers there, too. Last year's event was reportedly quite fun. (Thanks, BSDNews)
Matthw Dillon recently outlined the three major steps in his virtual kernel programming; the first step was done. The second now appears to be in progress, if not complete.