Wireless ripped out, being replaced Well, technically not ripped out, just serialized roughly. This means if you update your DragonFly 2.7 machine in the next few days, the wireless drivers may not work, except for (I think) ath(4). They should return, better, by next week.
Areca cards supported, with credit Apparently the recently committed support for Areca RAID cards came with some help directly from Areca, facilitated by Venkatesh Srinivas. Perhaps next time you’re searching for a RAID card, consider Areca in light of the effort they are willing to contribute for an open-source project…
Dru Lavigne interview Dru Lavigne has an interview in Distrowatch. Some of it is generic “talk about BSD licensing and etc. only in relation to Linux” style questions, but her answers are well thought-out. (via)
Lazy reading: the return of ACID, SSI, weirdness A smaller set of links, but still the same volume of reading material. Samuel Greear linked to this lengthy writeup on how to have both the consistency of ACID and the scaling of NoSQL. Astute observers may notice the similarities between the plan described and the way HAMMER works. Joerg Sonnenberger pointed out to me, [...]
BSD Show!: me I’m on the latest BSD Show! podcast. I haven’t listened to it yet – hope I came through OK.
TCP-MD5 support David BÉRARD has an patch for TCP-MD5 support; if this interests you, please test.
Boot loader replaced A familiar procedure in any open source project: irritation causes improvement. In this case, the Forth-based boot loader irritated Matthew Dillon into writing a new replacement C-based one. (See the commit too, and it may slightly affect the upgrade process for 2.7 users.) All these recent locking changes seem to be adding up to a [...]
September OSBR: Keystone companies The September issue of the Open Source Business Resource is out, with the theme of “Keystone companies”. “Platform base development” may be a clearer if less exact phrase.
A reference for pkgsrc make, again There’s a whole lot of options for bmake, used in pkgsrc, and they aren’t immediately obvious. I’ve linked to a reference before, but it’s no longer at that location. However, I found a new link!
Another BSD Show! item I missed this before, but Gerard van Essen linked to it: there’s a BSD Show! episode from 2010-06-22 with James T. Nixon from PC-BSD, in addition to the other episodes I linked recently. (I was recorded for the show tonight – it was fun!)
BSD Certification Professional requirements out The Professional Certification requirements are now published. (via) The tests happen at various conventions around the world, so plan ahead and you should be able to find one near you.
Upgrading pkgsrc from 2010Q1 to 2010Q2 As I found out directly, upgrading from pkgsrc version 2010Q1 to 2010Q2 has a minor quirk: binary packages for 2010Q2 will refuse to install with an older version of pkg_install. Rebuild pkgtools/pkg_install to the 2010Q2 version and the problem will go away.
Just continue with buildkernel for now Full buildworlds again, as there’s more commits that make it necessary. If you’re running 2.7, you should probably just plan on using buildworld, and not quickworld for rebuilding.
Another recompile System data structures have changed again, so make sure your next rebuild is a full buildworld/buildkernel if you’re running 2.7. There’s been a lot of changes to pull more and more out from under the Giant Lock.
More BSD Show! The BSD Show!, the show I didn’t know was there, already has more 20 minutes more of content; an interview with Adam Hamsik about NetBSD. They’re looking for more guests, too…
Minor software hiccup possible Johannes Hofmann happened to notice that recent libkinfo changes broke sysutils/estd. It’s fixed by rebuilding the program, though this may affect a few other packages. This only affects people running bleeding-edge DragonFly 2.7.
Google Summer of Code 2010: everybody wins! All three of the Google Summer of Code Projects for DragonFly are complete and passed! The code for each will show up at the Google-hosted project page in the next week or so. The original proposals for Alex Hornung’s device mapper/LVM, Samuel Greear’s kevent/select/pool work, and David Shao’s GEM/KMS porting are still there on the [...]
arcmsr(4) added Sascha Wildner has brought in arcmsr(4), an Areca RAID controller driver. Please try it if you have the right hardware.
Giant Lock on the way out Good news: the upcoming 2.8 release (that’s next month!) of DragonFly will be missing the Big Giant Lock from a significant part of its structure, and will be removed completely somewhere in 2.9. Recent commits bear this out.