Matthew Dillon has created a program called ‘ecc‘, specifically for checking for memory errors. It’s limited to AMD64 memory controllers for now, and has some other caveats.
Sascha Wildner has updated timezone data! Yeah, slow news day.
The BSDStats.org statistics script is now in DragonFly. It’s not enabled by default; the following two lines in /etc/periodic.conf
are needed to activate it.
monthly_statistics_enable="YES"
monthly_statistics_report_devices="YES"
A wierd bug in bmake, pkgsrc (and NetBSD’s) version of make, would occasionally make it difficult to kill a make process with a Ctrl-C. Matthew Dillon found the bug, a fix for it, and a suggested fix for NetBSD, too.
Simon ‘corecode’ Schubert has imported a newer version of OpenSSH. Along with this, he pointed out that the current method of importing 3rd-party code into DragonFly could be made much simpler by using CVS vendor tags.
Some changes Matthew Dillon made lately will cause some harmless warnings at shutdown.
Peter Avalos has switched DragonFly to use bsdtar, though CNU tar will still be available through the next release, and always available from pkgsrc.
Matthew Dillon has committed a number of improvements to nullfs put together by him and Joerg Sonnenberger. The biggest changes are that nullfs can now be mounted recursively, and does not have to have a distinct mounting path; e.g. mount ‘anywhere’.
Peter Avalos has updated libarchive and bsdtar to version 1.3.1. This leads to the question: should GNU tar be replaced with bsdtar, in DragonFly?
Matthew Dillon has added documentation of how to use cpdup for incremental backups, and some scripts that show useful examples.
Simon ‘corecode’ Schubert has imported CVS 1.12.13.
Simon ‘corecode’ Schubert has fixed a recently-discovered BIND security problem.
Simon ‘corecode’ Schubert has imported OpenSSL 0.9.8c, which fixes a recent security issue.
Matthew Dillon, in his effort to create virtual kernels, is renaming the kernel functions malloc(), free(), and realloc(). (They’ll be prefixed with a ‘k’.) The procedure’s happening already.
Sepherosa Ziehau has added hostapd(8) support, plus nVidia MCP61/65 GigE support to the if_nfe driver, from FreeBSD/OpenBSD.
Matthew Dillon’s committed some changes to cpdup that allow it to copy over a network, using ssh. It’s somewhat experimental, but it can even be used for incremental backups.