Entertaining weekend reading: Practical Reusable Unix Software in PDF form, from AT&T. (Via)
Peter Avalos has updated gzip, with a far longer list of updates than I would have thought possible with a utility that’s been around for a while.
Matthew Dillon made some major changes to NFS, which have greatly improved speed. He’s also made the clients able to write asychronously, which can overwhelm a server because of this increased throughput. Be careful.
Hey, look at what Michael Neumann’s doing: making Hammer expandable! It will be possible to expand your Hammer volumes while online, even.
(note: it’s experimental; don’t be surprised if it destroys data.)
DragonFly has its first 10G network driver, mxge(4), for the Myricom Myri10GE. Aggelos Economopoulos ported it from FreeBSD. Check his post for notes and credits for the people who helped out.
Michael Neumann has removed the PRISON_ROOT flag, and has changed jail(8) code to use only prison_priv_check() to check for allowed operations. This won’t mean anything from a user standpoint, but it does make programming easier.
pipe(2) is now MPSAFE, meaning it can take advantage of multiple processors without the Giant Lock. Matthew Dillon published some before-and-after stats in his commit.
(This is off-topic) The National Center for the History of Electronic Games has opened at a museum in my town. They are looking for donations, so if you have old game equipment around that you want to see get a second life, contact them.
The collection there is already huge (15K games), and visitors get to play whatever games they have on display. In my last visit, I played the arcade versions of Gauntlet, the standing and sitting versions of Star Wars, and Battlezone. It was awesome in a way that may only be apparent to people born before 1985 or so.
Matt Trout noticed I had linked to one of his articles, and kindly sent along two more good ones on open source topics: Respect is Per Community and You Aren’t Good Enough (video). The video is something I can certainly get behind: it’s easier to contribute to open source than you think.
Alexander Polakov has ported the ae(4) network driver from FreeBSD to DragonFly; it’s committed now. This device is common in some (many?) Asus Eee devices.
The kernel option PCI_MAP_FIXUP has been removed as of July 11th; if you’re upgrading past that point, make sure to remove that option.
avalon.dragonflybsd.org has a fresh set of pkgsrc-current binary packages for 2.2.1 located at http://avalon.dragonflybsd.org/packages/DragonFly-2.2/pkgsrc-current/. I’ll start a pkgsrc-2009Q2 build momentarily – the pkgsrc-2009Q2 build will become ‘stable’.
The short summary: everyone passed. Yay!
5 weeks to finish!
Colin Perceval has a good idea: if your employer uses open source code, show your appreciation to the developer(s) with some sort of freebie. (Via.) It’s much easier to prise a mug or t-shirt from a marketing department than to get money from a finance department.
The in-progress code for the Summer of Code project ‘DragonFly on AMD64’ has been imported; you can now build for SMP on AMD64, and complete a installworld/buildworld, natively. Modules don’t (yet) compile…
Virtual kernels are now SMP by default on DragonFly, even if you don’t have multiple processors/cores.
Peter Avalos has updated libpcap to version 1.0.0 and tcpdump to 4.0.0. (tcpdump site) I’d guarantee that having at least a passing familiarity with tcpdump will eventually, someday, solve an otherwise intractable problem for you.
Threading libraries libc_r and libthread_xu have been synchronized by Hasso Tepper; this shouldn’t cause noticeable issues. The potential issues he mentions for pkgsrc appear fixed, as I haven’t had any significant trouble (from that, at least) during bulk builds.
Alex Hornung is looking for suggestions on the userland tool(s) for his devfs project. This is a Google Summer of Code project, and I’m a bit late posting this, so hurry if you want to get your two cents in.