Sooo very close

The Installer has been made part of the base system. Congratulations are due to the Installer Team (Chris Pressey, Devon O’Dell, Eirik Nygaard, Hiten Pandya & Scott Ullrich), who managed in a few months to crank out a program better than any other non-commercial BSD installer. And there’s more to come!

Dual-console default

Matt Dillon committed code that makes DragonFly computers boot in dual mode – i.e. both the serial console and the video console are active. Use -h at boot to get just serial, and -V to get just video.

kbdmap Kicked, adduser Added

Thanks to Chris Pressey, Tim Wickberg, and William DeVries, the Perl script kbdmap has been replaced with a C equivalent, and adduser/rmuser, also formerly Perl, has been replaced with Bourne shell scripts. These all came from FreeBSD-5.

asf, csplit, tabs, and asa

Hiten Pandya’s added asf(8): Add Symbol File. It’s ported from FreeBSD – I’m adding the commit comment below. Also, csplit(1), tabs(1) as specified in IEEE Std. 1003.1-2001 (SUSv3) and ported from Tim J. Robbins’ code on FreeBSD. He’s also committed the POSIXv2 asa(1) utility for interpretation of FORTRAN carriage-control characters. How often does that happen?
Continue reading “asf, csplit, tabs, and asa”

gcc34 causes buildworld

Since GCC 3.4 is now in the source tree, which means a ‘make buildworld‘ (not ‘make quickworld‘) is neccessary on your next update. You can use it – after updating and rebuilding – with “setenv CCVER gcc34” set. Avoid using the -j flag to speed things up, just yet. ProPolice is supported with this version.