Port packages available

Most third-party software work for DragonFly seems to be happening with pkgsrc these days, but Andreas Hauser is still building packages for DragonFly using the FreeBSD ports system. Pick one of the libc.so.4 directories if you’re running 1.2, or libc.so.5 if you’re on the bleeding edge of DragonFly development.

SPLout!

It’s a little late to mention this, because it’s either complete or close to complete, but Matthew Dillon and others have been removing SPL sections in code (there were more than 500 locations) and replacing them with critical sections. This is an important step on the road to Giant Lock-free SMP.