Prelinking reported

Simon ‘corecode’ Schubert pointed out prelinking should be mentioned on the 2003 report; here’s the text that will soon show up on that report:

Prelinking
Prelinking capability was added to DragonFly by Simon ‘corecode’ Schubert, which allows faster loading of applications that use a large number of dynamic libraries while running, like Qt/KDE. It is not currently hooked into the system or any port building process.

Jump on journaling

David Rhodus has the journaling filesystem code from Apple located in vfs_journal.c and vfs_journal.h. He estimate it’d take 2-3 (long) days of work to get it worked into the system, which would mean no more long fscks after unlcean shutdowns. Any takers? Everyone would love you for it.

Idle hands do the daemon’s work

Eirik Nygaard was looking for something to do; Max Laier pointed out removal of #if defined(__FreeBSD__) / #if __FreeBSD_version > 5 would help, and Jeffrey Hsu indicated backporting the UFS2 size extensions would also be good.

I’ll quote my own followup to say there’s plenty of non-coding tasks available, too.

KDE Korrected

Dave Leimbach has added changes to KDE in CVS to allow kdebase to compile on DragonFly. This is in the actual KDE source code, not a ports override.

pkgsrc pronounced passive

Michal Pasternak posted a plea for use of Pkgsrc to the submit discussion group. Given that he specifically said he wasn’t participating in that group and wasn’t going to do any work to make pkgsrc compatible, and that VFS is not yet complete, that’s probably as far as it will go. I’m editorializing.

Lap relief

YONETANI Tomokazu reported his laptop was running very hot with DragonFly. The CPU was running when it didn’t need to be; Matt Dillon fixed this.

NEWCARD test

Joerg Sonnenberger has a patch that takes NEWCARD (PCMICA card support) from FreeBSD 5 with the most recent hardware support. You’ll need his other PCI compat and bridge (sorry, can’t find a link) patches.