What does DESTDIR mean?

I’ve made reference to DESTDIR for pkgsrc several times, with only an informal understanding of what it means.  From what I’ve learned, and what Joerg Sonnenberger’s told me, DESTDIR support means that packages can be built from pkgsrc without needing to be root.  This means local packages can be built on an ordinary user account using pkgsrc.

This also means that pkgsrc can build packages before each upgrade, and only upgrade if a binary package can be built for each item involved.  This means minimal downtime and no failures during upgrades, the biggest bugaboo for using pkgsrc that I’ve encountered.

New malloc work

Venkatesh Srinivas has been working on new version of DragonFly’s malloc; he’s published an extensive writeup (which is inexplicably split in two in the mail archives) that includes several of my favorite thing: graphs!  For those short on attention: the new malloc has around a 20-25% improvement over the existing malloc in MySQL sysbench results.