The Summer of Code samples from all the DragonFly participants are available now on the Google Code-hosted site. Visit the Downloads section to get the tarballs.
Matthew Dillon made some changes to the scheduler; his commit message has some interesting details.
The 2008Q2 packages collection on pkgbox.dragonflybsd.org has been rebuilt and updated by me; any new binary packages should appear at a mirror soon.
Hasso Tepper has another power patch; this one to turn off PCI devices when the corresponding module is unloaded. This can make laptops cooler by turning off the sound or network, for instance. It has been commited, though you need to tweak a sysctl to enable it.
The NYCBSDCon 2008 schedule is up. Will Backman, of BSDTalk, will be there, and there will be BSD Certfication exams. Among other presentations, a certain Matthew Dillon will be talking about Hammer. (via Dru Lavigne)
Thomas Klausner is removing qt1 and qt2 from pkgsrc. If you’re using one of the few applications that still require them, tell him before the 14th.
This sentence caught my eye from a recent commit by Sepherosa Ziehau: “it accidentally doubles the current lo0 performance“
Peter Avalos has updated OpenSSL to version 0.9.8h, which fixes “two moderate security flaws“. The original diffs came from Andras Voroskoi.
Hasso Tepper has committed Dashu Huang’s “RFC3542 support” Summer of Code project.
In addition to committing acpi_cpu(4), Hasso Tepper has also enabled the powering-down of unused PCI devices. His post to users@ explains the details.
Matthias Schmidt has added a release info page for 2.2. This next release won’t be out for a few months, yet, but if you’re adding something new for that release, write it there so we don’t have to remember it all within 24 hours in January.
Remember rconfig(8)? Matthew Dillon’s added an example that will format a disk with UFS /boot and Hammer /everythingelse.
Hasso Tepper has updated coretemp(4) to read from all cores, and has a test port of FreeBSD’s acpi_cpu code, which can reduce power usage and heat.
Matthew Dillon’s made more changes to the boot process, allowing the boot code to boot directly from a /boot partition. I’m abusing the English language with that last sentence.)Â This allows having a UFS /boot and a Hammer /everythingelse
Matthew Dillon has added hunt(6) to DragonFly, calling it “The best multi-player terminal game ever!” Does that exclude MUDs? Mangband? IRC? (OK, that last one stretches it.) This version of hunt(6) came from OpenBSD, which came from the NetBSD version, all the way back to the original program in 4.4BSD. (Thanks, Hubert Feyrer, for the history)
More chunks of the DragonFly Summer of Code projects are getting committed – recently, it’s Louisa Luciani’s LiveDVD work and some of Max Lindner’s work on dma(8). (more DMA work forthcoming)
As Matthew Dillon writes in a post to kernel@: “The kernel & modules are now being installed in /boot/kernel and /boot/modules instead of /kernel and /modules.”
This means do a full buildworld and installworld if you are using bleeding edge code; this is to clean up the correct files.
Sepherosa Ziehau has enabled intr_mpsafe for bleeding edge code; see his warning if this causes issues for you. Another step closer to removing the big lock from networking…
Louisa Luciani has created her DragonFly LiveDVD, complete with X and a nice desktop. I really like this thing.
dhcp-3 has been removed from the base install of DragonFly. Instead, the install CD will come with the pkgsrc version. Matthias Schmidt and Andras Voroskoi ported over the OpenBSD version of dhclient.