Jeroen Ruigrok commited code to recognize the SiS 645DX motherboard drive controllers (see prior mention as UDMA100 instead of UDMA33.
Thanks to Emiel Kollof (sorry I screwed up attribution!), AC97 support has been synced up with FreeBSD, plus support for the following devices has been added by Jeroen Ruigrok:
Diamond Technology Monster (DT0398)
Intersil (Harris) HMP9701
Integrated Technology Express (ITE) ITE2226E and ITE2646E
Texas Instruments TLC320AD90
Winbond W83971D
Asahi Kasei AK4544A and AK4545
Realtek ALC850
Wolfson WM9711L, WM9712L, and WM9709
Texas Instruments’ TLV320AIC27
Conexant SmartDAA HSD11246
Jeroen Ruigrok committed version 1.12.5 of CVS.
Because of the GCC2/GCC3 work (which, incidentally, will allow other compilers like TenDRA to be used in system compilation), do a “make upgrade” after your next installworld. This will clean up now-stale compiler files, plus update files in rc.d and so on.
Matt Dillon fixed an apparently long-term problem in OpenSSH where a server can hang because it has a lot of data to send, but no immediate resources to do it with.
Reproduce it like so:
limit filesize 64k
ssh remotebox -n cat /usr/share/dict/words | cat > junkfile
The IBM ServeRAID controller is now supported, thanks to TONETANI Tomokazu. That would be the “ips” device.
David Rhodus imported Hyperthreading changes from FreeBSD which allow you to automatically use Hyperthreading on supported CPUs with just the regular multiprocessor options turned on in your kernel; e.g. options SMP, options APIC_IO
.
However, the DragonFly version has no idling loops in it to reduce CPU resource contention. Because of the way DragonFly schedules per-CPU/sends IPI messages, there’s no performance issue caused by multiple CPUS HLTing. Already, a benefit.
A bunch of changes came in:
hostname
now takes a -r option that will set the hostname based on reverse lookup of an IP address, or -i which does the same using the computer’s primary IP. It also works on IPv4 or IPv6. This very good idea comes from Kent Ibbetson.
mixer
has had FreeBSD-5 changes added in. It now can take relative volume changes, thanks to Craig Dooley.
Jeroen Ruigrok added in support for the SoundBlaster Audigy and Audigy 2, apparently sourced from “patches by Orlando Bassotto, which were taken from the ALSA Project and the SoundBlaster OSS repository”.
Max Laier’s if_xname patches have been commited; If I recall correctly, this allows for some different ways to refer to existing network interfaces. Here’s the original post.
Aaron Malone created a patch for src/sys/boot/forth/beastie.4th
(now committed) that replaces the ‘beastie’ boot with a dragonfly. He’s working on a dragonfly ASCII console screen saver, too. Now we just need a graphical one too…
The USB system from FreeBSD-5 has been brought in wholesale. Matt Dillon reports his camera, hard drive, mouse, and memory key all working and un/repluggable.
Also, the network interface cloning API from FreeBSD-5 has been brought in, from work by Max Laier and David Rhodus.
David Rhodus added the pst driver to the GENERIC kernel, so if you are trying to install to a machine using a Promise card as disk controller (for RAID, I assume), it oughta work.
Sendmail 8.12.10 and BIND 8.3.7-REL are in, thanks to David Rhodus.
The kernel option USER_LDT is now on by default, as it’s useful for ports like Wine, or mplayer, and will be needed for threading. Suggested by Craig Dooley.
The Marvell Yukon chipset now supports multicast. A small thing, but I’m hurting for news.
Matt Dillon’s updated RCNG in a big way. You can now check the status of, or start, stop, etc. different system services using appropriate single commands like rcstart
, rcstop
, rcrestart
, and so on. varsym -sa
will list service status.
The old way had you looking for the appropriate file in /etc/rc.d
and issing commands for it, and having to poke throught ps -ax
or /var/run/
to see what’s going.
To get this running, do make upgrade_etc
in /usr/src/etc
, or a regular build/installworld. Also, install /usr/src/sbin/rcrun
, and reboot.
Jeffrey Hsu has added a rather complex patch for sendfile(2)
; I’m going to link to the changelog rather than sum up.
Ryan Dooley’s patch giving stack-smashing protection in libc is in. It’s not on by default. It adds some overhead but little binary size when turned on.
Craig Dooley submitted a patch to add a number of improvements to agp, from FreeBSD5.
Code to add the lnc and vx network drivers from FreeBSD-5 is in, put together by Joerg Sonnenberger. This is part of the PCI compat cleanup, though these just-added drivers just use newbus.