Scott Ullrich committed OpenSSH 3.8.1.p1 into the base system today. You will need to do a full makeworld/buildworld to upgrade.
Incidentally, congratulations to Scott Ullrich on getting a 'commit bit', meaning he can now add code directly to the project. You may know Scott from his previous work on the Installer.
Jonas Sundstrom posted a link to a site about real dragonflies, noting they do not bite or sting. Alexander Leidinger also posted a link to a German site.
(I will note I've been rammed in the head by dragonflies - that, you notice.)
Matthew Dillon has added NDIS support, enabling a variety of network cards on DragonFly. (This is also known as "Project Evil") He also added a README describing how to get a Windows driver working.
During a conversation about ssh, 'esmith' pointed at a HOWTO on tcpwrappers. (It's a Mac site - how strange!)
Matthew Dillon noted that a full make buildworld/kernel and installworld/kernel is needed on the next update, due to a number of changes he has made.
If you haven't updated recently to catch the scheduler changes, you may want to do this in any case.
Matthew Dillon commited the start of MBUF/cluster accounting, plus some LWKT changes to accomodate NDIS.
There were a few problems with the recent 802.11 commits; they appear fixed, but doing a
make quickworld
will probably not complete. Try a make buildworld
on your next update, and it should sail through clearly.
Erik Paulsen Skaalerud now has daily snapshots of source and dfports available on his site. If you are setting up a new DragonFly install, this shortcuts having to update via CVSup.
There's been over 50 commits made in the past two days, including such things as nvidia-driver improvements from Emiel Kollof, a pkill import from Chris Pressey, and wicontrol updates from Joerg Sonennberger.
Matthew Dillon's made a number of improvements to the booter code, so (re)installing a master boot record may help those having trouble with the basic boot system.
Hiten Pandya's updated IPFilter to version 3.4.35
I've changed the front page of the DragonFly mailing lists archive. There's now a site-specific Google search, and the by-date listings are now linked on the front page.
Jeroen Ruigrok has committed Pentium 4 Thermal Control Circuit support. Really, he has. Enable it by placing:
options CPU_ENABLE_TCC
in your kernel config file, then rebuilding.
Joerg Sonnenberger has committed the initial framework for 802.11 support. This means better support for those of us running wireless is coming soon, especially those with atheros-based cards.
In a conversation today on IRC, I ended up pointing at this PDF on Greg Lehey's site, which does a nice job of explaining in a not-overly technical manner why BSD Is Good. (There's also this reason, when comparing to Linux.)
Dragonflybsd.org is going to be a bit slow for the next week - the network link is being worked on.
The userland scheduling patch I referred to earlier is now in the system. This is a good reason to upgrade/rebuild, because of the positive effect of system response.
Einar Karttunen wrote a nice bit on "Maintaining local changes to the CVS tree".
Matthew Dillon posted a patch for the scheduler that seems to improve DragonFly's (already excellent) responsiveness. Normally, I don't post about code until it's in, but this can be helpful code for those willing to test it.
Previously, if you wanted to use x.org instead of XFree86, a package was your best bet. However, the FreeBSD port appears to be up to date, and may build correctly.