pkgsrc-2009Q4 binaries almost ready

A build of pkgsrc-2009Q4 for DragonFly 2.4/i386 is complete, and uploading now to avalon.dragonflybsd.org.  When the upload’s done, I’ll change the symlink so that pkg_radd downloads from the new collection.  Builds for x86_64 and 2.5 will be done soon.

There’s a couple packages – lang/mono, devel/boost-libs – that can be fixed with some updates; I’ll do so next chance I get.

Messylaneous for 2010/01/15

Still not used to typing “2010”.

Huge cleanup for games

Recently, Sascha Wildner committed a huge number of changes to the various games, bringing them in line with what’s on NetBSD and style(9).  This was all put together by Ulrich Spoerlein.

I draw attention to this not because it changed anything with the games in a functional sense, but because it’s huge (450 files changed, 31450 insertions(+), 29998 deletions(-)) and because it came out of nowhere.  It’s always nice to have new surprise contributions arrive.

Hammer REDO and other storage notes

Matthew Dillon declared his intention to have REDO working for Hammer very soon.  This will improve speed by lowering the number of fsync()s needed in a given period of time to flush data to disk.

He continues in a separate message talking at length about data flushing and how to implement it efficiently, with some comparisons to work in FreeBSD.  The followups are worth reading, too.