www/plus43.html

1140 lines
97 KiB
HTML

<!doctype html>
<html lang=en id=plus>
<meta charset=utf-8>
<title>OpenBSD 4.3 Changelog</title>
<meta name="description" content="OpenBSD 4.3 changes">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://www.openbsd.org/plus43.html">
<style>
a[href="stable.html"] {
color: var(--green);
}
strong {
color: var(--red);
}
h3 {
color: var(--blue);
}
p strong {
font-weight: normal;
}
</style>
<h2 id=OpenBSD>
<a href="index.html">
<i>Open</i><b>BSD</b></a>
4.3 Changelog
</h2>
<hr>
<p>
This is a partial list of the major machine-independent changes
(i.e., these are the changes people ask about most often). Machine
specific changes have also been made, and are sometimes mentioned
in the pages for the specific <a href="plat.html">platforms</a>.
<p>
Note: <strong>Problems for which patches exist are marked in red</strong>.
<p>
For changes in other releases, click below:<br>
<a href="plus20.html">2.0</a>,
<a href="plus21.html">2.1</a>,
<a href="plus22.html">2.2</a>,
<a href="plus23.html">2.3</a>,
<a href="plus24.html">2.4</a>,
<a href="plus25.html">2.5</a>,
<a href="plus26.html">2.6</a>,
<a href="plus27.html">2.7</a>,
<a href="plus28.html">2.8</a>,
<a href="plus29.html">2.9</a>,
<a href="plus30.html">3.0</a>,
<a href="plus31.html">3.1</a>,
<a href="plus32.html">3.2</a>,
<a href="plus33.html">3.3</a>,
<a href="plus34.html">3.4</a>,
<a href="plus35.html">3.5</a>,
<a href="plus36.html">3.6</a>,
<br>
<a href="plus37.html">3.7</a>,
<a href="plus38.html">3.8</a>,
<a href="plus39.html">3.9</a>,
<a href="plus40.html">4.0</a>,
<a href="plus41.html">4.1</a>,
<a href="plus42.html">4.2</a>,
<a href="plus44.html">4.4</a>,
<a href="plus45.html">4.5</a>,
<a href="plus46.html">4.6</a>,
<a href="plus47.html">4.7</a>,
<a href="plus48.html">4.8</a>,
<a href="plus49.html">4.9</a>,
<a href="plus50.html">5.0</a>,
<a href="plus51.html">5.1</a>,
<a href="plus52.html">5.2</a>,
<a href="plus53.html">5.3</a>,
<a href="plus54.html">5.4</a>,
<br>
<a href="plus55.html">5.5</a>,
<a href="plus56.html">5.6</a>,
<a href="plus57.html">5.7</a>,
<a href="plus58.html">5.8</a>,
<a href="plus59.html">5.9</a>,
<a href="plus60.html">6.0</a>,
<a href="plus61.html">6.1</a>,
<a href="plus62.html">6.2</a>,
<a href="plus63.html">6.3</a>,
<a href="plus64.html">6.4</a>,
<a href="plus65.html">6.5</a>,
<a href="plus66.html">6.6</a>,
<a href="plus67.html">6.7</a>,
<a href="plus68.html">6.8</a>,
<a href="plus69.html">6.9</a>,
<a href="plus70.html">7.0</a>,
<a href="plus71.html">7.1</a>,
<br>
<a href="plus72.html">7.2</a>,
<a href="plus73.html">7.3</a>,
<a href="plus.html">current</a>.
<br>
<p>
<h3>Changes made between OpenBSD 4.2 and 4.3</h3>
<p>
<ul>
<!-- 2008/03/12 -->
<li>Fix the RX FIFO problem for <a href="https://man.openbsd.org/re.4">re(4)</a> devices, especially visible when using them at gig speeds.
<!-- 2008/03/06 -->
<li><a href="https://man.openbsd.org/ral.4">ral(4)</a> RT2860 microcode is now included.
<!-- 2008/03/05 -->
<li>Make the alpha CD ISO image contain a bsd.rd called 'bsd' to avoid need for PROM commandline options to get to the kernel.
<li>On zaurus X11, remove SunPaste symbol from the Fn+v key combination to avoid <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> from calling insert-selection() when v alone is pressed.
<!-- 2008/03/04 -->
<li>Move hppa bootblocks in memory so bsd.rd fits.
<li>Work around NULL pointer dereference in the <a href="https://man.openbsd.org/de.4">de(4)</a> driver.
<li>Allow 80 and 160 second timeouts in <a href="https://man.openbsd.org/pkg_add.8">pkg_add(8)</a> to help big updates.
<li>Fix segfault in <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> when trying to lock and unlock rcs files that contain no revisions.
<li>Prevent the VFS layer from creating files with a NULL filename.
<!-- 2008/03/03 -->
<li>Added Atlantis Land A02-UP1-W54 to the list of supported <a href="https://man.openbsd.org/rum.4">rum(4)</a> devices.
<li>Fix use-after-free in the IPv6 rt_llinfo route handling code.
<li>Added serial console handling for alpha, macppc and zaurus when installing.
<li>Added Palm 700WX support to the <a href="https://man.openbsd.org/uplcom.4">uplcom(4)</a> driver.
<!-- 2008/03/02 -->
<li>Fix for small modulo bias in the arc4random used for IP ID and <a href="https://man.openbsd.org/named.8">named(8)</a> PRNG.
<li>While installing, keep a resolv.conf.shadow file around when restarting an install.
<li>Include sigcode in core dumps, allows gdb to backtrace through signal handlers.
<li><strong>SECURITY FIX: Buffer overflow in ppp command prompt parsing.</strong><br>
<a href="errata42.html#009_ppp">A source code patch is available</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>For <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>, clear interrupts on detach, fixes interrupt storm on digital-only controllers.
<!-- 2008/03/01 -->
<li>For <a href="https://man.openbsd.org/em.4">em(4)</a> fiber adapters, return nothing when checking flow control status instead of reading the wrong values.
<li>Fix for <a href="https://man.openbsd.org/sf.4">sf(4)</a> watchdog handling, causing endless loops.
<li>Allow dryruns (-n) to work properly in OpenCVS.
<li>Make sparc64 <a href="https://man.openbsd.org/sabtty.4">sabtty(4)</a> read and adopt the speed configured in OpenFirmware when it is the console.
<li>Make sure OpenCVS will not overwrite CVS/Root files when given an alternate CVSROOT.
<!-- 2008/02/29 -->
<li>Make OpenCVS handle file permissions and owner properly, now you can update group owned files.
<!-- 2008/02/28 -->
<li>Replaced the IP ID and the <a href="https://man.openbsd.org/named.8">named(8)</a> PRNG algorithm with one based on a Durstenfeld shuffle.
<!-- 2008/02/27 -->
<li>Make sure <a href="https://man.openbsd.org/audio.4">audio(4)</a> blocksize sticks when set explicitly by an AUDIO_SETINFO call.
<li>Initial code for BCM5706/5708 fiber support in <a href="https://man.openbsd.org/bge.4">bge(4)</a>.
<li>Prevent file races in the opencvs code.
<li>Avoid creating ridiculously large core dumps when the stack memory map is fragmented.
<li>Add an extension to <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> to perform POSIX atomic rename operations.
<li>Add support in <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> for ICH8M SATA IDE.
<li>Corrected the watchdog time code in <a href="https://man.openbsd.org/em.4">em(4)</a>.
<li>Fix segfault in gnu <a href="https://man.openbsd.org/cvs.1">cvs(1)</a> when doing checkout -c if there is an unknown flag in the CVSROOT/modules file.
<li>Make diff3 report temporary file errors on stderr and not stdout.
<li>Make <a href="https://man.openbsd.org/awk.1">awk(1)</a> fail nicely instead of crashing for format strings containing '*'.
<!-- 2008/02/26 -->
<li>Added OpenCVS to the main build, installs as /usr/bin/opencvs.
<li>Fix memory leak in <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> parser.
<li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, ignore and drop path attributes with a type code of 0, instead of sending an error back.
<li>Make <a href="https://man.openbsd.org/ftp-proxy.8">ftp-proxy(8)</a> not pass quick when tagging so tags can be used later.
<li>Add support for EPSON CX5400 scanner in the <a href="https://man.openbsd.org/uscanner.4">uscanner(4)</a> driver.
<li>Add support for Axesstel MV100H in the <a href="https://man.openbsd.org/ubsa.4">ubsa(4)</a> driver.
<li>Fix memory leak in the hw_cryptodev engine code of OpenSSL.
<!-- 2008/02/25 -->
<li>Make <a href="https://man.openbsd.org/ppp.8">ppp(8)</a> allow a range of baud rates similar to <a href="https://man.openbsd.org/tip.1">tip(1)</a>/<a href="https://man.openbsd.org/cu.1">cu(1)</a>.
<li>Added <a href="https://man.openbsd.org/et.4">et(4)</a> to amd64 and i386 RAMDISK_CD kernels.
<li>Comment out <a href="https://man.openbsd.org/lii.4">lii(4)</a> from i386 GENERIC, add commented to amd64 GENERIC.
<li>Make <a href="https://man.openbsd.org/rmail.8">rmail(8)</a> support giant files by using <a href="https://man.openbsd.org/ftello.3">ftello(3)</a>.
<li>For <a href="https://man.openbsd.org/compress.1">compress(1)</a>, fix setting testmode when using both the -l and the -t flag.
<li>64-bit fix in <a href="https://man.openbsd.org/sdmmc.4">sdmmc(4)</a>.
<!-- 2008/02/24 -->
<li>Make sure the ip6_input code has a complete rthdr before trying to do m_copydata() on it.
<li>Fix in <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> so <a href="https://man.openbsd.org/script.1">script(1)</a> will not exit immediately when started inside an <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> with vmin=0.
<li>Make the bt code handle "QOS" L2CAP configuration request option.
<li>Synced the netbt code with NetBSD.
<li>Added vax install ISO image.
<!-- 2008/02/23 -->
<li>Fix in <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>, use rounded-down address when changing memory protections on the GOT.
<li>Prevent memory leaks claimed by <a href="https://man.openbsd.org/ipw.4">ipw(4)</a> firmware on "ifconfig down".
<!-- 2008/02/22 -->
<li>Add safety check in the libc regex code for allocset() failures.
<li>Make <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> avoid unaligned PCI config space accesses.
<li>Allow all SSH2 packet types, including UNIMPLEMENTED to reset the keepalive timer.
<li>Fix for macppc <a href="https://man.openbsd.org/eeprom.8">eeprom(8)</a> command to handle multiple NULL characters within string-valued properties.
<!-- 2008/02/21 -->
<li>Support for new devices added to <a href="https://man.openbsd.org/axe.4">axe(4)</a> and <a href="https://man.openbsd.org/uftdi.4">uftdi(4)</a>.
<li>Added support for Corega CG-WLUSB2GL WLAN in the <a href="https://man.openbsd.org/rum.4">rum(4)</a> driver.
<li>Added I-O Data USBRSAQ5 serial device support to <a href="https://man.openbsd.org/uplcom.4">uplcom(4)</a>.
<li>Fix in the xf86_video_intel driver for i830-based devices. Fixes crashes seen on ThinkPad X40s.
<li>Fix <a href="https://man.openbsd.org/sort.1">sort(1)</a> processing of numbers containing zeroes in -n (numeric mode).
<li>Prevent possible free list corruption when <a href="https://man.openbsd.org/malloc.9">malloc(9)</a> sleeps.
<!-- 2008/02/20 -->
<li>Make sure <a href="https://man.openbsd.org/fxp.4">fxp(4)</a> 16-bit registers do not get accessed by 8-bit reads/writes.
<li>Enabled <a href="https://man.openbsd.org/envy.4">envy(4)</a> on amd64 and i386 GENERIC kernels.
<li>Implement AK4524 input and output volume knobs and output mute switches on <a href="https://man.openbsd.org/envy.4">envy(4)</a>.
<li>On amd64 GENERIC kernels, allow <a href="https://man.openbsd.org/opl.4">opl(4)</a> to attach to <a href="https://man.openbsd.org/cmpci.4">cmpci(4)</a>.
<li>Fixed return-rst for IPv6 in <a href="https://man.openbsd.org/pf.4">pf(4)</a>.
<li>Reworked sgi device attachment rules.
<li>Reworked libc free list handling to prevent cases where freeing memory requires memory.
<li>Fixed a use-after-free bug in <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a>.
<li><strong>RELIABILITY FIX: Incorrect assumptions in tcp_respond can lead to a kernel panic.</strong><br>
<a href="errata42.html#007_tcprespond">A source code patch is available</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Use autopolling for link status on <a href="https://man.openbsd.org/bge.4">bge(4)</a> when it has link. Fixes input errors and might avoid firmware hangs on some cards.
<li>Fix segfault in <a href="https://man.openbsd.org/pstat.8">pstat(8)</a> when called with -vT.
<li><a href="https://man.openbsd.org/tda.4">tda(4)</a> enabled on sparc64 GENERIC kernels.
<li>On sparc64, make <a href="https://man.openbsd.org/tda.4">tda(4)</a> run the fans at maximum speed when about to enter <a href="https://man.openbsd.org/ddb.4">ddb(4)</a>, in order to avoid overheating in case of a system crash.
<li>Fix mbuf leak when receiving PPPoE packets but without any PPPoE interfaces set up.
<!-- 2008/02/19 -->
<li>Added support for the Intel ICH9 chipsets in the <a href="https://man.openbsd.org/em.4">em(4)</a> driver.
<li>Add support for the optics on the Sun variant of <a href="https://man.openbsd.org/ixgb.4">ixgb(4)</a> boards.
<li>Added support for AnyDATA ADU-500A in the <a href="https://man.openbsd.org/umsm.4">umsm(4)</a> driver.
<!-- 2008/02/18 -->
<li>Change <a href="https://man.openbsd.org/sgivol.8">sgivol(8)</a> to not require the -f option.
<!-- 2008/02/17 -->
<li>Add initial bits in <a href="https://man.openbsd.org/bge.4">bge(4)</a> for fiber support with the BCM5714/15/80 chipsets.
<li>Add support for VIA VT8237S south bridge in <a href="https://man.openbsd.org/viapm.4">viapm(4)</a>
<li>Initial driver for <a href="https://man.openbsd.org/wbsio.4">wbsio(4)</a>, a driver for Winbond LPC Super I/O chips. Enabled on i386 and amd64 GENERIC kernels.
<li>In <a href="https://man.openbsd.org/isakmpd.conf.5">isakmpd.conf(5)</a>, define default configurations for AES-192 and AES-256.
<!-- 2008/02/16 -->
<li>Remove wait instruction from mips64 cpu_idle_cycle, causes problems on RM7000 machines.
<li>Better error reporting in <a href="https://man.openbsd.org/mfi.4">mfi(4)</a> when running out of ccb's.
<li>Better support for 11b mode in <a href="https://man.openbsd.org/bwi.4">bwi(4)</a>.
<li>Switch <a href="https://man.openbsd.org/pf.4">pf(4)</a> to RFC 1948 ISN generation.
<!-- 2008/02/15 -->
<li>Updated <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> to version 232.
<li>Reenable idle modes on powerpc.
<!-- 2008/02/14 -->
<li>Revert workq to pre-mutex state, fixes locking issues on alpha.
<li>Make <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> deal with 64-bit BAR such as with PCIe chipsets.
<li>Implemented crypto support in <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
<li>Better armish time base calculation for those who do not have very accurate clock generators.
<li>Fix sparc64 so the interrupt handler does not get on the per-cpu list of pending interrupts twice. Makes usb keyboards work as console.
<li>Make <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> skip the check for being started with an absolute path when run with -t for configuration test mode.
<!-- 2008/02/13 -->
<li>Added authpf-noip for <a href="https://man.openbsd.org/authpf.8">authpf(8)</a> to allow multiple users to connect from a single IP.
<li>Fix 4bit depth xserver for arches without lazy binding.
<li>Aligned the stack gap for arches where stack grows upward.
<li>Fix crash in OpenCVS when asking for status on an unknown file.
<li>Fix for <a href="https://man.openbsd.org/mkdir.1">mkdir(1)</a>, to better support <a href="https://man.openbsd.org/systrace.1">systrace(1)</a> and mkdir -p.
<!-- 2008/02/12 -->
<li>Upgraded X11 Mesa to 7.0.2.
<!-- 2008/02/11 -->
<li>Initial driver for <a href="https://man.openbsd.org/sparc64/tda.4">tda(4)</a>, controls speed of ambient and CPU fans on sparc64.
<li>Make the install scripts adjust serial speed tty entry if no console is enabled while installing.
<li>Better cache handling in the SGI pmap code.
<li>Upgraded xf86-video-intel to 2.2.0.90 in the xenocara tree.
<li>Make the TCP input code take the window size into account from the first ACK packet.
<li>Fix in <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> dns protocol handling.
<li>Added support in <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> for making <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> send traps when the state of a host changes.
<!-- 2008/02/10 -->
<li>Added support for PERC6, aka LSI SAS1078 in <a href="https://man.openbsd.org/mfi.4">mfi(4)</a>.
<li>Fixed watchdog timeouts on <a href="https://man.openbsd.org/gem.4">gem(4)</a>.
<li>For sparc64 <a href="https://man.openbsd.org/ebus.4">ebus(4)</a>, attach the lom-console, hopefully providing a proper console on Netra T4/Netra 20 when the console is redirected to the LOM.
<li>OpenCVS now makes sure not to allow commits to files that have a sticky date set.
<li>Delay tilde expansion in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> for ChrootDirectory until user is logged in.
<li>Fixed date parsing on date tags set in CVS/Tag or CVS/Entries.
<!-- 2008/02/09 -->
<li>Extended support for -D in OpenCVS, writes CVS/Tag and CVS/Entries properly now.
<li>Add 64-bit physmem and usermem entries to <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>, and make <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> print out these values for hw.physmem and hw.usermem.
<li>Added date support for OpenCVS annotate.
<li>Fix memory leak in <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> ber I/O engine.
<li>Proper support for -A in checkout/update in OpenCVS.
<li>Initial version of -D support for checkout and update, both local and remote, in OpenCVS.
<!-- 2008/02/08 -->
<li>Add <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> ChrootDirectory option to <a href="https://man.openbsd.org/chroot.2">chroot(2)</a> users to a directory and tweak internal sftp server to work with it.
<li>Fix setting of recording parameters in <a href="https://man.openbsd.org/auich.4">auich(4)</a> when configuring for full-duplex.
<!-- 2008/02/07 -->
<li>Make <a href="https://man.openbsd.org/arp.8">arp(8)</a> default to -na when called with no arguments.
<li>Added -o flag to <a href="https://man.openbsd.org/pkill.1">pkill(1)</a> and <a href="https://man.openbsd.org/pgrep.1">pgrep(1)</a>.
<li>Enable DMA in the <a href="https://man.openbsd.org/wd.4">wd(4)</a> driver for 1-sector devices (most flash devices).
<!-- 2008/02/06 -->
<li>Add support for 'co -c' in OpenCVS.
<li>Improved add in OpenCVS, now has fixed server-side adds, support for add in branches and does not add files in N-tagged directories.
<!-- 2008/02/05 -->
<li>Make sure OpenCVS puts a 'T' in front of sticky tags in the CVS/Entries file.
<li>Fix possible memory leak in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> when sending Phase 1 IDs.
<li>Move <a href="https://man.openbsd.org/carp.4">carp(4)</a> to a simpler configuration scheme. This change also allows for IPv6 NDP balancing. Check your carp setup if you use balancing, this is a flag day.
<li>Enabled ACPI 3.0 for amd64 and i386 machines.
<li>Change the way netstat identifies which connections to hide when used without -a.
<li>Prevent the "ttflush write failed" panic in <a href="https://man.openbsd.org/mg.1">mg(1)</a> when resizing a the window.
<!-- 2008/02/04 -->
<li>Linked <a href="https://man.openbsd.org/sftp-server.8">sftp-server(8)</a> into <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
<li>OpenCVS also supports the -i flag now and the -n for checkouts to control execution of programs in CVSROOT/modules.
<li>Added support for the -k flag in OpenCVS for all commands that support it.
<!-- 2008/02/03 -->
<li>Add PCI ids for 82571-based <a href="https://man.openbsd.org/em.4">em(4)</a> devices.
<li>Add support in <a href="https://man.openbsd.org/msk.4">msk(4)</a> for 88E8075 and a second 88E8055 chipset, and initial support for the Marvell Yukon Supreme ASIC.
<!-- 2008/02/02 -->
<li>Added support for basics of -d support in OpenCVS.
<li>Added rdiff support to OpenCVS.
<li>Map sparc64 pcmcia window little-endian as MI code expects.
<li>For <a href="https://man.openbsd.org/pthreads.3">pthreads(3)</a>, relocate the internal pipe file descriptor if newfd collides with it.
<li>Initial CVSROOT/modules support in OpenCVS.
<li>Make it possible in xenocara to build DRI support.
<!-- 2008/02/01 -->
<li>Make authpf clean anchors recursively via ioctls to properly clear the users anchors even then anchors are nested inside it.
<!-- 2008/01/31 -->
<li>Enable filter_opts in <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> to be used on anchors.
<li><a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> added to the generic build scripts now.
<li>For all routing daemons, make sure confd's are not leaked on malloc failure in the control_accept() function.
<!-- 2008/01/30 -->
<li>Make <a href="https://man.openbsd.org/bge.4">bge(4)</a> recognize BCM5755 C0 ASIC revision devices.
<li>Make the <a href="https://man.openbsd.org/brgphy.4">brgphy(4)</a> recognize BCM5722 PHYs.
<!-- 2008/01/29 -->
<li>Improved <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> crypto performance by avoiding unnecessary context switches and decrypting only once.
<li>Prevent segfaults in <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> on certain syntax errors in the configuration file.
<li>Add support for VIA VT8237S SATA in the <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> driver.
<!-- 2008/01/28 -->
<li>Make sure <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> frees up resources on parsing failures, since reloads might keep the daemon alive afterwards.
<li>In <a href="https://man.openbsd.org/pthreads.3">pthreads(3)</a> code, make sure stack is properly aligned for code that uses SSE2 instructions.
<li>On <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a>, reconnect the client socket after three consecutive failures. Allows for recovery after an IP address change.
<!-- 2008/01/27 -->
<!-- 2008/01/26 -->
<li>Fix in <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> for automatic tables generation in the rule optimizer.
<!-- 2008/01/25 -->
<li>For <a href="https://man.openbsd.org/mfi.4">mfi(4)</a>, sync DMA memory back to CPU on poll failure.
<li>Added support for some additional VIA C3 cpus.
<li>Prevent USB network devices from generating page faults on removal while holding open <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> handlers.
<!-- 2008/01/24 -->
<li>Move <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> to use 16-byte commands, allows for >2TB disks.
<li>More work on supporting raid 0 in <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
<li>Finished the sparc64 <a href="https://man.openbsd.org/sparc64/beep.4">beep(4)</a> device by hooking it up to the <a href="https://man.openbsd.org/ukbd.4">ukbd(4)</a> beep handler.
<!-- 2008/01/23 -->
<li>Extended the output of "show rib detail" for <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>.
<!-- 2008/01/22 -->
<li>For <a href="https://man.openbsd.org/upgt.4">upgt(4)</a>, make monitor mode work again, and enable fast channel switching.
<li>Added Y.C Cable USB-serial adapter to <a href="https://man.openbsd.org/uplcom.4">uplcom(4)</a>.
<li>Fix double VOP_UNLOCK() in the VFS layer error path.
<li>Fix in <a href="https://man.openbsd.org/dumpfs.8">dumpfs(8)</a> for FFS2 type dumps.
<li>Add Fujitsu PRIMEQUEST 10GBASE-SR LAN Card to the list of supported <a href="https://man.openbsd.org/xge.4">xge(4)</a> devices.
<!-- 2008/01/21 -->
<li>Make disklabel editor use 64 bit math to hold partition offsets when calculating offsets and sizes of free chunks.
<li>Update <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p12.
<li>Add shutdown hook to <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> which resets the device when called. Fixes re-attach issues when rebooting.
<li>Make sure <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> ACKs all issued requests when a remote write error occurs during upload.
<li>Make <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> use as many file descriptors as we have available, instead of fixed limit at 100.
<li>Added support for SMC SMCWUSBT-G2 devices to the <a href="https://man.openbsd.org/uath.4">uath(4)</a> driver.
<!-- 2008/01/20 -->
<li>Allow <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> users to set fixed rates, but send all management frames at DS1.
<li>Fix SGI boot time interrupt storm on <a href="https://man.openbsd.org/mec.4">mec(4)</a>.
<!-- 2008/01/19 -->
<li>Fix in sftp when uploading a filename with glob metacharacters in the name.
<li>Initial code for <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> raid level 0. Not done yet.
<li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> use 64 bit math so it can hold the maximum useful rekey limit. (2^32)
<li>Fix bug in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> where it could listen to both v4 and v6 when forwarding ports using -L, despite having set 0.0.0.0 as a bind_address.
<li>Make sure <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> hashes just the specified hostname when hashing individual hosts.
<li>In <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>, fix remote handle leak on local file open error.
<li>Fix file descriptor leak in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> on session multiplexing error path.
<li>Make <a href="https://man.openbsd.org/scp.1">scp(1)</a> -q imply "ssh -q" for the underlying connection, not just hush the progress meter.
<li>Added <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> to macppc GENERIC kernels.
<li>Endian fix for <a href="https://man.openbsd.org/upgt.4">upgt(4)</a>.
<!-- 2008/01/18 -->
<li>Added LED support to <a href="https://man.openbsd.org/upgt.4">upgt(4)</a>.
<li>Fix crash in <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>.
<li>Initial driver for <a href="https://man.openbsd.org/environ.4">environ(4)</a>, a driver for the environment device found on Sun Enterprise machines.
<!-- 2008/01/17 -->
<li>Added an <a href="https://man.openbsd.org/snmpctl.8">snmpctl(8)</a> command to send traps to registered receivers using the imsg trap interface.
<li>Fix RX queue stalling in <a href="https://man.openbsd.org/upgt.4">upgt(4)</a>.
<li>Add cast so <a href="https://man.openbsd.org/myx.4">myx(4)</a> code compiles on i386.
<li>Fix in ether_input() soft interrupt scheduling, causing delays for non-real devices like <a href="https://man.openbsd.org/tun.4">tun(4)</a> on architectures where soft interrupts are executed immediately.
<li>In <a href="https://man.openbsd.org/snmpd.conf.5">snmpd.conf(5)</a>, allow optional per-trap receiver community, and restrict the receivers to a specified MIB.
<li>Add basic snmpv2 support to <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
<li>Fix in libc <a href="https://man.openbsd.org/readpassphrase.3">readpassphrase(3)</a>, use TCSAFLUSH instead of TCSANOW when turning echo back on so that there is no chance of output that was written but still pending to be displayed.
<li>Fixes from X.org, Misc extension out of bounds array index, file existence disclosure, Xinput extension memory corruption, TOG-cup extension memory corruption, MIT-SHM and EVI extensions integer overflows and PCF Font parser buffer overflow.
<!-- 2008/01/16 -->
<li>Edit <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> to execute <a href="https://man.openbsd.org/rtsol.8">rtsol(8)</a> after <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> and <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> interfaces have been taken up, so they are taken into consideration.
<li>Update <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> firmware to 2.13.1.0, don't forget to update the firmware package.
<li>Make xenocara build both the old i810 and the new intel driver and let X autoconfiguration code choose which to use based on the chipset.
<li>Started working on an interface for <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> where userland applications may send an imsg to it using a socket resulting in a trap.
<!-- 2008/01/15 -->
<li>Work around i386 Intel BIOS bug where ACPI tables end up in a region marked free for use.
<li>For sparc64 machines, make <a href="https://man.openbsd.org/sparc64/sabtty.4">sabtty(4)</a> adopt the speed configured in OpenFirmware when it is the console.
<li>Enabled <a href="https://man.openbsd.org/umbg.4">umbg(4)</a> on sparc64 GENERIC kernels.
<!-- 2008/01/14 -->
<li>Add Dell SAS 6/iR to the list of supported <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> devices.
<li>Add support in xenocara for GeForce 8800 GT in the xf86-video-nv driver.
<li>Lots of fixes for <a href="https://man.openbsd.org/ac97.4">ac97(4)</a> and <a href="https://man.openbsd.org/auvia.4">auvia(4)</a>.
<li>Enabled <a href="https://man.openbsd.org/umbg.4">umbg(4)</a> on Zaurus GENERIC kernels.
<li>Internal disklabel now allows for 48 bits in 512 bytes units, resulting in max partition or disk size of 64 PB.
<!-- 2008/01/13 -->
<li>Fix building of alpha kernels with debug symbols by replacing STABS debug info with limited DWARF2 generated symbols.
<li>For m88k machines, add a sysctl machdep.cputype to return the processor type.
<!-- 2008/01/12 -->
<li>Update xf86-video-nv to 2.1.6 in the xenocara source tree.
<!-- 2008/01/11 -->
<li>Improved error reporting in <a href="https://man.openbsd.org/make.1">make(1)</a> for parallel mode, and reorder jobs based on who did output last.
<li>Fix for <a href="https://man.openbsd.org/gem.4">gem(4)</a>, makes onboard fiber device on Sun fire V880 work.
<li>Make sure <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> will not allow users to use (a)dd or (m)odify to create 0 length partitions.
<li><strong>RELIABILITY FIX: A missing NULL pointer check can lead to a kernel panic.</strong><br>
<a href="errata42.html#005_ifrtlabel">A source code patch is available</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Make <a href="https://man.openbsd.org/dump.8">dump(8)</a> compute transfer rates using 64 bit arithmetics.
<!-- 2008/01/10 -->
<li>Add Broadcom 10Gb PCI id for BCM57710 devices.
<li>Added support in OpenCVS for local and remote rtag.
<li>Added some more Intel 10G PCIe entries for the <a href="https://man.openbsd.org/ixgb.4">ixgb(4)</a> driver.
<li>For OpenCVS, do not ignore files and directories due to patterns on the repository side. Finally enables a fully working "cvs checkout src", even though options might not work.
<!-- 2008/01/09 -->
<li>Make sure OpenCVS commands do not segfault on RCS files without head keyword.
<li>In OpenCVS, add support for expansion of the Log keyword.
<li>For hppa, allow multiple <a href="https://man.openbsd.org/uark.4">uark(4)</a> devices to attach.
<li>Endian fixes in <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a>.
<li>Changed <a href="https://man.openbsd.org/rc.8">rc(8)</a> and <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> so <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> is not brought up before the working ruleset has been loaded.
<li>Add a couple of USB devices to hppa GENERIC now that they are tested.
<!-- 2008/01/08 -->
<li>Add support in <a href="https://man.openbsd.org/cmpci.4">cmpci(4)</a> for 4,6 and 8 channel playback and fix CMI8768-based devices.
<li>Make the <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> (re)calculate command better in showing details of the free space it calculates.
<!-- 2008/01/07 -->
<li>Make Sparc64 V880 machines force serial console speed to 9600, instead of 115200.
<!-- 2008/01/06 -->
<li>Update <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p11.
<li>Update time zone data and code to tz2007k.
<li>Fix kernel build for Sun4c based Sun machines.
<li>Degrade <a href="https://man.openbsd.org/msts.4">msts(4)</a> sensor state from OK to WARNING and CRITICAL after a ten minute period.
<!-- 2008/01/05 -->
<li>On SGI, enable raw keyboard for <a href="https://man.openbsd.org/wscons.4">wscons(4)</a>.
<li>Fix in xenocara Makefile for parallel make builds.
<li>Make FFS code for disk block numbers 64-bit clean. Quota and statfs is still only 32-bit.
<li>Updated xf86-video-radeonhd to 1.1.0 in the xenocara tree.
<li>Add support for <a href="https://man.openbsd.org/msts.4">msts(4)</a>, the Meinberg Standard Time String format as a line discipline similar to <a href="https://man.openbsd.org/nmea.4">nmea(4)</a>.
<li>In <a href="https://man.openbsd.org/xdm.1">xdm(1)</a>, set the resolution at which fonts in the login widget are rendered, and switch to Luxi TrueType.
<!-- 2008/01/04 -->
<li>Added SPARKLAN RT2573 to the list of supported <a href="https://man.openbsd.org/rum.4">rum(4)</a> devices.
<li>Mark <a href="https://man.openbsd.org/vadvise.2">vadvise(2)</a> as obsolete, and remove its implementation.
<li>Make sure m68k-based platforms do not leave an unused page after the kernel message buffer.
<li>Add support for xserver on SGI and enable build for it.
<li>Add -n flag to <a href="https://man.openbsd.org/snmpctl.8">snmpctl(8)</a> to dump numeric IODs instead of symbolic names.
<li>Fix <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> driver so it works on amd64 too.
<li>Make <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> strip off trailing "/32" when address type is IPV4_ADDR, since <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> will not accept it.
<!-- 2008/01/03 -->
<li>Make <a href="https://man.openbsd.org/lii.4">lii(4)</a> read the hardware mac address.
<li>Make <a href="https://man.openbsd.org/sendbug.1">sendbug(1)</a> avoid mangling &lt; and &gt; in comments.
<li>Make <a href="https://man.openbsd.org/mvme88k/vs.4">vs(4)</a> on mvme88k use wide scsi commands.
<li>Make <a href="https://man.openbsd.org/named.8">named(8)</a> use local zone files for localhost reverse lookups again.
<li>Moved more of <a href="https://man.openbsd.org/netstat.1">netstat(1)</a> into reading values with sysctl instead of kvm.
<li>In <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>, adjust the initial window placement with any geometry that would place the window at, or over the right or bottom edge.
<li>Fix for sparc64 trap handling.
<li>Fix page fault in <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> which occurs when device is detached after a failed attach attempt.
<!-- 2008/01/02 -->
<li>Fix race condition in <a href="https://man.openbsd.org/mkdir.1">mkdir(1)</a> -p that may lead to an erroneous successful exit status.
<!-- 2008/01/01 -->
<li>Tune TX descriptor to improve <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> TX performance. Still some issues left to fix.
<li>Make <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> allow PermitRootLogin in a Match block.
<li>Make both <a href="https://man.openbsd.org/scp.1">scp(1)</a> and <a href="https://man.openbsd.org/rcp.1">rcp(1)</a> with argument "-p" assume "epoch" if they receive timestamps originating before epoch.
<!-- 2007/12/31 -->
<li>Make libc arc4random*() functions thread safe.
<li>Enabled <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> and <a href="https://man.openbsd.org/lii.4">lii(4)</a> in amd64 and i386 GENERIC and RAMDISK_CD kernels.
<!-- 2007/12/30 -->
<li>Initial driver for <a href="https://man.openbsd.org/lii.4">lii(4)</a>, the Atheros L2 ethernet chip found on Asus eeepc.
<li>Enabled <a href="https://man.openbsd.org/gbe.4">gbe(4)</a> and <a href="https://man.openbsd.org/mkbc.4">mkbc(4)</a> on SGI GENERIC kernels.
<li>Many improvements on <a href="https://man.openbsd.org/gbe.4">gbe(4)</a> for SGI, including 8 and 16bpp colour depths.
<!-- 2007/12/29 -->
<li>Make <a href="https://man.openbsd.org/pf.4">pf(4)</a> "scrub max-mss" rule work correctly.
<li>Update timezone data and code to 2007j.
<!-- 2007/12/28 -->
<li>Use correct packet maximum sizes for remote port and agent forwarding in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, prevents server from killing the connection if too much data is queued.
<li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> update the ServerAlive and ClientAlive timers even when receiving unimplemented or ignore messages from the other end.
<!-- 2007/12/27 -->
<li>Make the clock adjustment handle up to 5000 usec/sec offset.
<li>Add missing length header check in <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> when receiving sync packets.
<!-- 2007/12/26 -->
<li>Make sure NFS exported directories use the same chunk size as the underlying file system has for block size.
<li>Remove last debug bit from m88k machines with a 88110 CPU, and do not force serialization of memory accesses any more. Brings huge speedups.
<li>Teach hppa bootloaders how to boot 64-bit kernels.
<!-- 2007/12/25 -->
<li>Increase processor bus timeout on the MVME197LE boards, makes it possible to turn instruction cache back on again.
<!-- 2007/12/24 -->
<li>Reimplemented an m88110 floating point emulator.
<li>When <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> is used with -E, implement "d *" to clear out all partitions, just like "z" does now.
<!-- 2007/12/23 -->
<li>Make <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> log if the drift file can not be opened or written to.
<!-- 2007/12/22 -->
<li>Fix POSIX mode bug in <a href="https://man.openbsd.org/df.1">df(1)</a>.
<!-- 2007/12/21 -->
<li>Make sure the cardbus code will not panic if someone inserts a slot for which the support is disabled.
<!-- 2007/12/20 -->
<li>Updated <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p10.
<li>In <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>, implement statistics for redirections.
<li>Removed an obsolete NFS kludge, improves performance.
<!-- 2007/12/19 -->
<li>Make sure net ioctls return ENOTTY instead of EINVAL for unknown ioctl requests.
<li>Fix page fault in <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> TX path.
<li>Fix <a href="https://man.openbsd.org/le.4">le(4)</a> memory allocation on aviion machines.
<!-- 2007/12/18 -->
<li>New <a href="https://man.openbsd.org/it.4">it(4)</a> driver for amd64 and i386.
<li>Add a <a href="https://man.openbsd.org/power.4">power(4)</a> driver for SGI machines, to shut down nicely if the <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> machdep.kbdreset is set.
<!-- 2007/12/17 -->
<!-- 2007/12/16 -->
<li>Fix remaining cases of potential mfs problems with concurrent accesses.
<li>Fix stack increment calculations in core dumps on hppa where the stack grows upward.
<!-- 2007/12/15 -->
<li>Initial driver for <a href="https://man.openbsd.org/upgt.4">upgt(4)</a>, Conexant/Intersil PrismGT SoftMAC USB2.0 devices.
<li>Disable the instruction cache on 40MHz MVME197LE boards due to instability.
<!-- 2007/12/14 -->
<li>Change <a href="https://man.openbsd.org/vmstat.8">vmstat(8)</a> to use sysctl to gather information, and remove setgid kmem from it.
<li>On SGI, make <a href="https://man.openbsd.org/sgi/gbe.4">gbe(4)</a> attach as the console if the graphical console is selected via ARCBIOS.
<li>Fix <a href="https://man.openbsd.org/login_radius.8">login_radius(8)</a> so a non-standard port name or number can be used.
<li><a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> has an official PEN for OpenBSD now, 30155.
<!-- 2007/12/13 -->
<li>Sync xserver 1.4.0.90 into xenocara.
<li>Implement sysctls to report IP, TCP, UDP and ICMP statistics, so netstat can use them instead of kvm.
<li>Large update of <a href="https://man.openbsd.org/ospfd6.8">ospfd6(8)</a>.
<!-- 2007/12/12 -->
<li>Fix for extra fan sensors on adt7460-based i2c-devices.
<!-- 2007/12/11 -->
<li>Fix "lls" command in <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>.
<li>Fix <a href="https://man.openbsd.org/usbtablet.4">usbtablet(4)</a> for X.org 7.3.
<li>Fix <a href="https://man.openbsd.org/systrace.1">systrace(1)</a> on HPPA by making sure arguments and environment is not stored in the space reserved for stackgap on machines where stack grows upward.
<!-- 2007/12/10 -->
<li>For macppc i2s-based sound devices, remove support for 8KHz sample rates.
<li>On <a href="https://man.openbsd.org/vge.4">vge(4)</a>, remove unused HW VLAN stripping and tagging code.
<li>Updated pixman to 0.9.6 in xenocara.
<li>Make <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> warn if configuration reload fails, instead of killing the daemon.
<!-- 2007/12/09 -->
<li>Make <a href="https://man.openbsd.org/lcspx.4">lcspx(4)</a> attach to SPX option boards on VAXstation 3100s.
<li>Enable Out-of-Order execution on 88110 CPUs.
<li>In <a href="https://man.openbsd.org/ral.4">ral(4)</a>, fix automatic rate control on RT2860-based devices if the rate falls down to 6 or 1 Mbps.
<li>Added <a href="https://man.openbsd.org/mount_ntfs.8">mount_ntfs(8)</a> to the alpha platform, and included support in alpha GENERIC.
<li>Updated the BIND <a href="https://man.openbsd.org/named.8">named(8)</a> to 9.4.2.
<!-- 2007/12/08 -->
<li>Simplified the pool code in the kernel by removing the pool cache.
<li>Make the i830 xf86 driver use XAA acceleration instead of EXA.
<li>Make <a href="https://man.openbsd.org/relayd.conf.5">relayd.conf(5)</a> consider the generic handler to be TCP-based, so you can use "protocol foo" without defining a type.
<!-- 2007/12/07 -->
<li>hoststated(8) gets renamed to <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>. Similar change for <a href="https://man.openbsd.org/relayctl.8">relayctl(8)</a>.
<li>Unbreak <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> on 32bit architectures.
<!-- 2007/12/06 -->
<li>SMP fixes for mfs concurrent buflist access.
<li>Make <a href="https://man.openbsd.org/adt.4">adt(4)</a> also support sch5027.
<!-- 2007/12/05 -->
<li>In the atascsi layer, ask for write cache and read look ahead to be turned on.
<li>Fix file descriptor/ssl leak in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> SSL checks.
<li>Make sure <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a> logs positive events with LOG_INFO instead of LOG_ALERT.
<li>Add TRENDnet TEW-401PCplus cardbus to the list of supported <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> devices.
<li>Initial import of <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> and <a href="https://man.openbsd.org/snmpctl.8">snmpctl(8)</a>, a lightweight SNMP implementation.
<li>Make sure <a href="https://man.openbsd.org/nfe.4">nfe(4)</a> adapters are not in powerdown mode.
<!-- 2007/12/04 -->
<li>Work in progress for SMP on m88110-based systems. Boots multiuser.
<li>Fix attach/detach issues with rt2860-based expresscard <a href="https://man.openbsd.org/ral.4">ral(4)</a> cards.
<li>Imported xf86-video-radeonhd into xenocara.
<li>Added libGL DRI code to xenocara, not connected to the build yet.
<li>Make <a href="https://man.openbsd.org/puc.4">puc(4)</a> detachable.
<li>For <a href="https://man.openbsd.org/sppp.4">sppp(4)</a>, handle if the other end insists on a MRU of 1492, even if they should cope with 1500.
<li>For mfs file systems, avoid out of bounds access at the tail end.
<!-- 2007/12/03 -->
<li>Allow USB serial number to be printed in verbose mode. Useful for <a href="https://man.openbsd.org/hotplugd.8">hotplugd(8)</a> users.
<li>Updated <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p9.
<!-- 2007/12/02 -->
<li>Beginning of a real floating-point exception handler for 88110 CPUs.
<li>Reworked m88k spinlock code too, similar to i386 fix earlier.
<!-- 2007/12/01 -->
<!-- 2007/11/30 -->
<li>Make sure <a href="https://man.openbsd.org/pf.4">pf(4)</a> does not leak state if key allocation fails during add.
<li>Fix null pointer dereference in the <a href="https://man.openbsd.org/pf.4">pf(4)</a> ioctl code.
<li>New 4965AGN <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> firmware, 4.44.1.20.
<li>Make <a href="https://man.openbsd.org/pci.4">pci(4)</a> and <a href="https://man.openbsd.org/ppb.4">ppb(4)</a> detachable.
<!-- 2007/11/29 -->
<!-- 2007/11/28 -->
<li>Initial import of DRM, direct rendering manager on i386, disabled for now.
<li>Make <a href="https://man.openbsd.org/owtemp.4">owtemp(4)</a> handle negative values from the sensors.
<li>Simplify i386 cpu detection and always assume 386 CPUs are unknown and promote them to 486 instead of panicking.
<li>Add a "restart wm" function to <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>.
<li>Let <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> bump the current file descriptor limit to the maximum number for the login class.
<li>When updating the timestamp on pipes, use getnanotime() instead of nanotime(), since it is cheaper and good enough.
<li>Add a -d argument to <a href="https://man.openbsd.org/pstat.8">pstat(8)</a> to peek at values in the kernel.
<!-- 2007/11/27 -->
<li>Implement the amd64/i386 MP fix for spin at splhigh on sparc64 also.
<li>In <a href="https://man.openbsd.org/zyd.4">zyd(4)</a>, properly update the hardware multicast filter.
<li>In <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>, fix dlsym with special handles when called from an executable that has been linked without -E.
<li>Removed old TCP_COMPAT_42 from the GENERIC kernels.
<li>Initial support for SGI Graphics Back End <a href="https://man.openbsd.org/sgi/gbe.4">gbe(4)</a>. Disabled by default.
<li>Make <a href="https://man.openbsd.org/carp.4">carp(4)</a> behave more like an ethernet interface when initializing the IPv4 interface address.
<!-- 2007/11/26 -->
<li>For <a href="https://man.openbsd.org/xclock.1">xclock(1)</a>, invert logic in geometry computation in norender digital mode.
<li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, add prefixes (paths) that would cause routing loops to the RIB, but marked as not eligible.
<li>For <a href="https://man.openbsd.org/wd.4">wd(4)</a>, enable read ahead and write cache if the disk claims it is supported.
<li>Move amd64 spinning behaviour in line with i386 for MP biglock.
<li>Add LSI PCI Ids for 1078 based Megaraid devices to <a href="https://man.openbsd.org/mfi.4">mfi(4)</a>.
<li>Added warning to <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> for auto declarations whose size is not known at compile time.
<li>Add new PERC6/CERC6 PCI Ids to the list of mfi devices.
<li>In <a href="https://man.openbsd.org/mbg.4">mbg(4)</a>, degrade the timedelta sensor if the clock is free running for too long.
<li>Make libc <a href="https://man.openbsd.org/popen.3">popen(3)</a>/pclose(3) thread safe.
<li>Bump <a href="https://man.openbsd.org/ciss.4">ciss(4)</a> maximum cdb size to 16 bytes.
<li>Added syslog logging to <a href="https://man.openbsd.org/tftpd.8">tftpd(8)</a>.
<li>In <a href="https://man.openbsd.org/cas.4">cas(4)</a>, make Cassini+ devices work.
<li>Move the implementation of the biglock into MD code. For i386, stop spinning at splhigh, and do not try to grab biglock when releasing it. Huge speed improvement for i386.
<li>Re-enable <a href="https://man.openbsd.org/pthreads.3">pthreads(3)</a> support in libGL.
<li>Implemented a -C option to <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> for continuing ftp, http(s) and file transfers.
<!-- 2007/11/25 -->
<li>New AGP code for amd64, re-added i965GM device and use correct major for the /dev/agp0 device node.
<li>Relax MSDOS SecPerTrack limit to allow 64 instead of 63, makes iRiver Clix devices work.
<li>Fix hardware cursor mapping in the AGP i810 code.
<li>Make <a href="https://man.openbsd.org/modload.8">modload(8)</a> use /dev/ksyms as a kernel file by default.
<li>for <a href="https://man.openbsd.org/wscons.4">wscons(4)</a>, ask the emulation code to hide the cursor when leaving emulation mode.
<li>Make AGP attach as a device, makes more AGP bridges get detected and attached. Enabled on amd64 and i386.
<li>Re-enabled <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> in GENERIC configs for all platforms.
<li>Move crypto threads to workq's, lets cryptoraid attach early.
<li>Fake out the apm device node to switch between apm and acpi on i386.
<li>Fix <a href="https://man.openbsd.org/mount_mfs.8">mount_mfs(8)</a>/newfs(8) when mounting with a relative path.
<li>Enable <a href="https://man.openbsd.org/et.4">et(4)</a> on amd64 and i386 GENERIC kernels.
<li>Correctly set up TX descriptors on <a href="https://man.openbsd.org/et.4">et(4)</a> devices.
<li>Add entries for Transmeta Efficeon CPUs.
<li>Turn off COMPAT_35 in the GENERIC kernels.
<li>Use ACPI reset methods for reboot on all machines where <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> is available.
<li>Make <a href="https://man.openbsd.org/config.8">config(8)</a> file directive accept multiple pathnames separated by '|'.
<!-- 2007/11/24 -->
<li>Make <a href="https://man.openbsd.org/msk.4">msk(4)</a> detachable.
<li>Added support for the Sigmatel codec id 7662 to the <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> driver.
<li>Updated xserver, xf86-input-keyboard, xf86-input-mouse, xf86-video-intel, xf86-input-void, xf86-input-vmmouse, xf86-input-acecad, xf86-input-magellan and xf86-input-spaceorb in the xenocara sources.
<li>Updated inputproto, randrproto, renderproto, libXrandr, libXi, xrandr and Mesa in xenocara and imported xbacklight.
<li>Make <a href="https://man.openbsd.org/wsmoused.8">wsmoused(8)</a> sleep increasingly longer while trying to get the mouse device from X after switching to console.
<li>More fixes for <a href="https://man.openbsd.org/make.1">make(1)</a> when running parallel jobs.
<li>Fix for large clock drift on some macppc models.
<li>Updated libXfont to 1.3.1 in the xenocara sources.
<!-- 2007/11/23 -->
<li>Try a forced unmount if <a href="https://man.openbsd.org/mount_mfs.8">mount_mfs(8)</a> is killed with SIGKILL.
<li>Enabled PCIAGP on amd64 GENERIC kernels.
<li>Early support for hotplug of <a href="https://man.openbsd.org/sili.4">sili(4)</a> controllers.
<li>Implemented scsi vpd page translation for fetching disk serial numbers in atascsi.
<li>Make the atascsi layer claim SPC-3 when faking an INQUIRY.
<!-- 2007/11/22 -->
<li>Reimplemented the "mark" keyword in <a href="https://man.openbsd.org/hoststated.conf.5">hoststated.conf(5)</a>, somewhat similar to <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> tags.
<li>Fix relay roundrobin mode in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> when multiple hosts in a table are down.
<li>Unify number and string reading in <a href="https://man.openbsd.org/top.1">top(1)</a> to make sure command line args and interactive use of "d" and "n" now also interpret "max", "infinite" and "all".
<!-- 2007/11/21 -->
<li><strong>RELIABILITY FIX: A memory leak in pf can lead to machine lockups.</strong><br>
<a href="errata42.html#004_pf">A source code patch is available</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>If the <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> drift file is missing, reset adjfreq to zero.
<li>Disabled <a href="https://man.openbsd.org/ipmi.4">ipmi(4)</a> on i386 GENERIC kernels.
<li>Fix for panics when running "mt(1) rewoffl".
<li>In <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>, allow HTTP digest type be either MD5 or SHA1, determined by the length of the digest.
<!-- 2007/11/20 -->
<li>Fix for M88110 setregs() so binaries work to some extent on MVME197 machines.
<li>Fix possible mbuf leak on error in the <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> code.
<li>Fix in pthreads, make the threaded version of <a href="https://man.openbsd.org/vfork.2">vfork(2)</a> actually use the system <a href="https://man.openbsd.org/vfork.2">vfork(2)</a> in order to retain the semantics, instead of calling <a href="https://man.openbsd.org/fork.2">fork(2)</a>.
<!-- 2007/11/19 -->
<li>Make sure <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> default keybinding always exist. Additional bindings now overlap.
<li>Make sure the kernel will not overwrite a core file owned by another user.
<li>In <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>, always enable "late connect" relay mode, if an expect or filter action has been specified.
<!-- 2007/11/18 -->
<li>Fix in <a href="https://man.openbsd.org/acpimadt.4">acpimadt(4)</a> for GENERIC.MP kernels where it would map ISA interrupts for which there was an override.
<!-- 2007/11/17 -->
<li>Add the Planex GW-US54GXS adapter to the list of supported <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> devices.
<li>Add support in <a href="https://man.openbsd.org/pcidump.8">pcidump(8)</a> for dumping PCI config space in hex.
<li>Fix "mount -a" so it continues to try mounting the rest of the filesystems even if a line refers to a non-existent mount point.
<li>Updated the <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> ZD1211B firmware, supposed to fix hardware reset problem.
<li>For <a href="https://man.openbsd.org/cron.8">cron(8)</a> and <a href="https://man.openbsd.org/vipw.8">vipw(8)</a>, deal with unchanged files better, since new timers have finer resolution.
<li>Fix stalls in <a href="https://man.openbsd.org/nfe.4">nfe(4)</a>, by disabling jumbo allocator until low number of buffers case is better handled.
<!-- 2007/11/16 -->
<li>Fix false splassert warning during boot on m88k machines.
<li>Make GPIO functionality available on AMD Geode LX CS5536-based machines.
<li>Make sure to return the correct so_error instead of EINVAL if a non-blocking connect which has completed and failed gets called again.
<li>Initial import of <a href="https://man.openbsd.org/uticom.4">uticom(4)</a>, a driver for TI TUSB3410 usb serial devices.
<!-- 2007/11/15 -->
<li>Make sure the atascsi layer accepts ATA ioctls, so tools like <a href="https://man.openbsd.org/atactl.8">atactl(8)</a> work on disks behind the atascsi layer.
<li>Enabled most <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> functionality by default. If you encounter problems, "disable acpi" or "disable apm" and report the problem.
<li>Initial import of a driver for the Ralink RT2860 chipset. Will attach as <a href="https://man.openbsd.org/ral.4">ral(4)</a>.
<li>Try to get a working console on sparc64 when redirected to the RSC card on Sun Fire 280R/V480/V880.
<li>Make i386 MP kernels use smbios to count number of CPUs. If &gt; 1, disable <a href="https://man.openbsd.org/apm.4">apm(4)</a>.
<li>Make sure the MS-DOS handling code reads 4k when reading the boot sector, help iPod nano file systems.
<!-- 2007/11/14 -->
<li>Do not call crypto_done() on errors. Fixes panics on crypto errors seen on reboots.
<li>Add Marvell 88E8042 and 88E8072 to the list of <a href="https://man.openbsd.org/msk.4">msk(4)</a> devices.
<!-- 2007/11/13 -->
<li>Make sure <a href="https://man.openbsd.org/ldattach.8">ldattach(8)</a> does not set explicit com parameters for the tty, instead use the existing ones. Also do not artificially limit the baudrates.
<li>Make sure <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> on SGI machines compile ok and prevent it from stealing the console.
<!-- 2007/11/12 -->
<li>Fix clock drift on MP m88k systems.
<li>Make an <a href="https://man.openbsd.org/openprom.4">openprom(4)</a> device file for the macppc platform.
<!-- 2007/11/11 -->
<li>Fix some amd64 problems with lazy fpu context handling.
<li>Fix for i386 MP where interrupt time was always shown as 0%.
<li>Make sure <a href="https://man.openbsd.org/pf.4">pf(4)</a> does not leak pfstatekey upon insert conflicts.
<li>For SGI macebus, add spurious interrupt detection, enables user to "boot poweroff" from ddb.
<li>Make sure m88k dma_cachectl() flushes all processors unconditionally.
<li>In OpenCVS, if a file has modifications in it when being updated, reapply umask.
<!-- 2007/11/10 -->
<li>Updated <a href="https://man.openbsd.org/eso.4">eso(4)</a>, now recording and setting block size works, and there is a master volume mute.
<li>Add support for more multifunction Epson devices to <a href="https://man.openbsd.org/uscanner.4">uscanner(4)</a>.
<li>Added <a href="https://man.openbsd.org/umbg.4">umbg(4)</a> to i386 and macppc GENERIC kernels.
<li>Added <a href="https://man.openbsd.org/umbg.4">umbg(4)</a>, a driver for USB attached Meinberg USB5131 DCF77 radio clock devices.
<!-- 2007/11/09 -->
<li>Allow -c in conjunction with -d (and -u) in <a href="https://man.openbsd.org/uniq.1">uniq(1)</a>.
<li>M88k now builds bsd.mp kernels.
<li>Make sure m88k MP kernels grab the kernel lock when processing soft interrupts.
<li>On sparc64 MP systems, use the interrupt stack as the initial stack for spinning up secondary CPUs.
<!-- 2007/11/08 -->
<li>Make the in-kernel disklabel code NTFS aware.
<li>Add Exar UART XR17C152, 154 and 158 to the list of <a href="https://man.openbsd.org/puc.4">puc(4)</a> devices.
<li>Fix AML string parsing in the <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> battery code, to better handle the invalid pointers aml_val2str() sometimes returns.
<!-- 2007/11/07 -->
<li>Prevent null-pointer dereference in <a href="https://man.openbsd.org/pf.4">pf(4)</a> when empty groups are used in "set loginterface".
<li>Fix potential heap overflow in <a href="https://man.openbsd.org/perl.1">perl(1)</a>, given a specially crafted regexp.
<!-- 2007/11/06 -->
<li>Make <a href="https://man.openbsd.org/md5.1">md5(1)</a> properly exit with a result code &gt;0 when encountering bad md5 in the checklist.
<li>Close a race on sparc64 where the FPU state might be dropped to the wrong process in the IPI handlers.
<li>Prevent panic in the arpintr() code if IF_DEQUEUE returns NULL.
<li>Have <a href="https://man.openbsd.org/make.1">make(1)</a> simplify the way it deals with implicit rules and handle $&lt;.
<!-- 2007/11/05 -->
<li>Add support for Epson multifunction USB devices, for the functions we do support.
<li>Update time zone info to tzdata 2007i.
<li>Avoid coredump in <a href="https://man.openbsd.org/mailwrapper.8">mailwrapper(8)</a> when there is only one token on a line.
<li>Prevent SEGV in <a href="https://man.openbsd.org/top.1">top(1)</a> on wrong sort name.
<li>Better handling of OSS emulation when calling AUDIO_SETINFO and AUDIO_GETINFO at once.
<li>Add support in <a href="https://man.openbsd.org/mbg.4">mbg(4)</a> for PEX511 PCI Express DCF77 devices.
<li>Workaround in <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> for late establishment of interrupts on GENERIC.MP kernels.
<li>Fix in <a href="https://man.openbsd.org/raid.4">raid(4)</a>, where the disklabel reading to find raid components was causing hangs.
<!-- 2007/11/04 -->
<li>Cleanup in the <a href="https://man.openbsd.org/audio.4">audio(4)</a> endianess conversion routines.
<li>Remove the delay in <a href="https://man.openbsd.org/top.1">top(1)</a> when a command line argument is wrong.
<!-- 2007/11/03 -->
<li>In <a href="https://man.openbsd.org/mbg.4">mbg(4)</a>, add support for the Meinberg PCI509 5V DCF77 time signal station receiver.
<li>Make sure ATI-based <a href="https://man.openbsd.org/ahci.4">ahci(4)</a> devices do not cause a <a href="https://man.openbsd.org/wdc.4">wdc(4)</a> controller appear when running in IDE compat mode.
<li>Fix <a href="https://man.openbsd.org/lkm.4">lkm(4)</a> for the amd64 platform.
<li>Make sure <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> clears the last entry from an empty TRAP list.
<li>In the <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> dsdt code, identify as WinNT in hopes the machine will present "better" AML, or at least better settings for machines that do not support _OSI.
<li>Update <a href="https://man.openbsd.org/named.8">named(8)</a> hint file since l.root-servers.net has a new address.
<li>Added <a href="https://man.openbsd.org/ldattach.8">ldattach(8)</a>, a command to attach line disciplines to a tty line.
<li>Fix incorrect 'retry times' settings in <a href="https://man.openbsd.org/zyd.4">zyd(4)</a>, and increase max RX size.
<li>Fix <a href="https://man.openbsd.org/wpi.4">wpi(4)</a> and <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> reset handling so the firmware does not panic. Also, fix ifconfig -M. Only works when the interface is down.
<li>In <a href="https://man.openbsd.org/make.1">make(1)</a>, mark nodes as made when there is no command around the target.
<!-- 2007/11/02 -->
<li>Avoid errno trashing in signal handler in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
<li>Prevent <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> from getting data from <a href="https://man.openbsd.org/getpwuid.3">getpwuid(3)</a> clobbered by another getpw*() call.
<li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, fix memory leak in the process_cmdline() function.
<li>Updated <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p8.
<li>Lots and lots of work on <a href="https://man.openbsd.org/make.1">make(1)</a>, including: optimized job runner which avoids forking the last command since it is running in a subshell, replaced parallel job buffering to deal with non-blocking descriptors, store list of errors during parallel make and print them on exit.
<!-- 2007/11/01 -->
<li>Fix potential panics on the arm xscale based platform by reusing cache cleaning address calculation.
<li>In <a href="https://man.openbsd.org/top.1">top(1)</a>, bump arbitrary limit on argument length shown by -C.
<!-- 2007/10/31 -->
<li>Add Admtek/Shantou ADM8515 to the list of supported <a href="https://man.openbsd.org/udav.4">udav(4)</a> devices.
<li>Prevent <a href="https://man.openbsd.org/pf.4">pf(4)</a> from sending anything in response to blocked icmp packets.
<li>Make sure <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> does not potentially leak secret authname through ioctl() interfaces.
<li>Workaround MP timeout/splhigh/scsi race at reboot on amd64/i386 using a delay.
<!-- 2007/10/30 -->
<li>Initial driver <a href="https://man.openbsd.org/et.4">et(4)</a> for the Agere/LSI ET310 ethernet devices.
<li>Do not print the prompt in <a href="https://man.openbsd.org/readpassphrase.3">readpassphrase(3)</a> when process is backgrounded and the input would not be read anyway.
<li>Fix for list handling code in the <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> code.
<!-- 2007/10/29 -->
<li>Fix for m88k when secondary CPU gets its interrupt pin stuck. Put the process it was running on the run queue again, unless it was the idle proc.
<li>Fix setup of TX descriptors in the <a href="https://man.openbsd.org/ath.4">ath(4)</a> driver.
<!-- 2007/10/28 -->
<li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, make behaviour identical for non-existent users regarding options set in the Match block.
<li>Plug tiny mem leaks in ControlPath and ProxyCommand option processing in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
<li>Enable PCIe snoop for SB600 and MCP51-based <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> devices. Fixes noise, looping and distortion problems.
<li>On m88k, work around the fact that secondary CPUs are started late in the boot and sched_init_cpu() has to be invoked early. Lets MVME188 SMP systems boot multiuser.
<li>Make sure m88k machines do not flag a processor as "alive" until it really is ready to accept IPIs.
<li>Fix panic in <a href="https://man.openbsd.org/siop.4">siop(4)</a>.
<li>Added <a href="https://man.openbsd.org/envy.4">envy(4)</a>, a driver for ICE1712 VIA Envy24 audio devices.
<li>Prepare <a href="https://man.openbsd.org/audio.4">audio(4)</a> for addition of the <a href="https://man.openbsd.org/envy.4">envy(4)</a> driver, enable 32 bit samples and bump max channels to 12.
<!-- 2007/10/27 -->
<li>Let <a href="https://man.openbsd.org/vic.4">vic(4)</a> attach to the virtual pcnet hardware in vmware.
<li>Take the correct lock on m88k when handling userland data faults in kernel mode, lets bsd.mp run multiuser on SP boards.
<li>Replace the <a href="https://man.openbsd.org/carp.4">carp(4)</a> replay protection counter with a cookie.
<li>Make sure compat errno mapping arrays go up to ELAST for all emulated syscalls.
<!-- 2007/10/26 -->
<li>Workaround for chip bug on <a href="https://man.openbsd.org/ahci.4">ahci(4)</a> based ATI IXP600 AHCI controllers.
<li>Fix ring buffer overflow in the audio recording code path.
<li>Fix file descriptor leak in the freetype library in xenocara.
<!-- 2007/10/25 -->
<li>Fix alignment issues on sparc64 when running <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
<li>Improved <a href="https://man.openbsd.org/vmstat.8">vmstat(8)</a> output, increasing the "fre" column and aligning memory and traps labels.
<li>Fix probability rules parsing in <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a>, and add support for 0% and 100%.
<li>On E250 sparc64s, do not forget the channel number when reading environmental values off the sensor to prevent always reading from channel 0.
<li>Make sure mips platforms enable interrupts when exiting <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> if they were enabled before the break.
<li>Update <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p7.
<li>Added support for command line "-D macro=value" to all routing daemons.
<!-- 2007/10/24 -->
<li>Change m88k system call invocation sequence to no longer pull arguments from stack, improves performance for all syscalls except mmap(). All m88k binaries must run against a 4.1 or more recent kernel.
<li>Add support for power supply temperature sensors on the E450.
<li>Fix logic in <a href="https://man.openbsd.org/make.1">make(1)</a> command-line / MAKEFLAGS parsing.
<!-- 2007/10/23 -->
<li>Move <a href="https://man.openbsd.org/scp.1">scp(1)</a> network read/write into an atomicio()-like function to handle short reads, apply bandwidth limits and update counters.
<li>Make <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> do argument splitting and parsing so it can cope with common shell escapes and make handling consistent with <a href="https://man.openbsd.org/sh.1">sh(1)</a>.
<li>Change the daily <a href="https://man.openbsd.org/security.8">security(8)</a> script to record package installation/removal.
<!-- 2007/10/22 -->
<li>Allow <a href="https://man.openbsd.org/alipm.4">alipm(4)</a> to be used for reading <a href="https://man.openbsd.org/spdmem.4">spdmem(4)</a> info on sparc64, even if <a href="https://man.openbsd.org/alipm.4">alipm(4)</a> is not used for other parts.
<li>Add support for the SUNW,envctrl as found on E450 machines.
<li>Fix for temperature sensor conversion factors on E450 sparc64 machines.
<li>Added support in <a href="https://man.openbsd.org/uipaq.4">uipaq(4)</a> for the HTC smartphones.
<li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, make sure that both the local and remote port are correct when parsing -L.
<li>Make mips kernel options recognized from the boot command line in addition to the OSLoadOptions.
<li>Add a broadcast mode to <a href="https://man.openbsd.org/trunk.4">trunk(4)</a>, this mode sends all frames on all ports, and receives frames on any port.
<li>Added support in <a href="https://man.openbsd.org/hoststated.conf.5">hoststated.conf(5)</a> for including other files.
<!-- 2007/10/21 -->
<li>Added <a href="https://man.openbsd.org/pcidump.8">pcidump(8)</a>, a utility to read pci configuration spaces.
<li>Properly document decision weight of prefixes in the <a href="https://man.openbsd.org/bgpd.conf.5">bgpd.conf(5)</a> file.
<li>Do not use next_tick() to start the clock ticking on sparc64 secondary CPUs. It fails from time to time.
<li>Make the <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> kernel debugger clears its output buffer on powerpc before it starts processing.
<li>Make sure <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> sets the max message size to at least the minimum IP MTU.
<li>Make cs4280-based devices able to be brought back from power save mode if needed.
<!-- 2007/10/20 -->
<li>Add support for temperature sensors on the SUNW,envctrltwo device found on the Sun E250.
<!-- 2007/10/19 -->
<li>Replace DMA and interrupt handling in <a href="https://man.openbsd.org/auich.4">auich(4)</a>, fixes recording from the microphone input as well as full-duplex operation.
<li>Add ShanTou ZT6688 usb 10/100 nic to the <a href="https://man.openbsd.org/udav.4">udav(4)</a> device driver.
<li>Make <a href="https://man.openbsd.org/su.1">su(1)</a> call setegid() before seteuid().
<li>On sparc64, use HDL2CELL when passing OpenFirmware handles, makes bsd.mp boot on an E250.
<li>Add support in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> to schedule an immediate check through <a href="https://man.openbsd.org/hoststatectl.8">hoststatectl(8)</a>.
<!-- 2007/10/18 -->
<li>Fix in the VFS layer for possible spl() problems in the buffer cleaning daemon.
<li>Add support for the Moosehead PS/2 controller found on SGI O2 machines.
<!-- 2007/10/17 -->
<li>In OpenCVS, avoid memory leak if a tag is defined in CVSROOT/config more than once.
<li>Add some LED support to the <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> driver.
<li>Add support for the Intel ICH9 chipset to the <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> driver.
<li>Use TCSAFLUSH instead of TCSADRAIN in <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> when turning off echo.
<li>On sparc64 US-III cpus, spin up secondary CPU if running MP kernel.
<!-- 2007/10/16 -->
<li>Updated <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p6.
<li>Replacement for the <a href="https://man.openbsd.org/pctr.4">pctr(4)</a> codebase that can handle amd64 processors too.
<li>On sparc64, make lazy FPU context switching work for MP kernels.
<li>For <a href="https://man.openbsd.org/top.1">top(1)</a>, properly handle terminals consisting of only a few lines.
<!-- 2007/10/15 -->
<li>Make <a href="https://man.openbsd.org/rc.8">rc(8)</a> allow TCP NFS mounts too.
<li>Fix in xf86-video-nv driver for G80 displays if BIOS leaves it stuck.
<li>Allow <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> to report the status of peers and sensors to syslog.
<!-- 2007/10/14 -->
<li>Switch kernel arc4random routine to use different arc4 code and rework <a href="https://man.openbsd.org/spl.9">spl(9)</a> handling so it goes to splhigh and back once per request instead of once per byte.
<li>Fix stream reset errors on ALC883 based <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> devices by waiting 40 usecs for the run bit to clear before performing a reset.
<li>Add <a href="https://man.openbsd.org/audio.4">audio(4)</a>-compatible mixer items for ALC883 in <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>.
<li>Enable <a href="https://man.openbsd.org/wbng.4">wbng(4)</a> on amd64 and i386 GENERIC kernels.
<li>Provide a way on macppc to attach <a href="https://man.openbsd.org/spdmem.4">spdmem(4)</a> by faking an I2C bus with EEPROMs with content from OpenFirmware.
<li>New <a href="https://man.openbsd.org/wbng.4">wbng(4)</a> driver for Winbond W83793G Hardware Monitor.
<li>On sgi machines, disable timer/compare interrupts on the <a href="https://man.openbsd.org/macebus.4">macebus(4)</a>, prevents interrupt storms on IRQ 6.
<li>Add Planex GW-US54GD to the list of supported <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> devices.
<!-- 2007/10/13 -->
<li>Add an "include" directive to <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a>, and make sure the included file have the same strict permissions like the main configuration file.
<li>Make sure <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> does not trash errno in the signal handler.
<li>Remove unused kerberos authentication code from the NFS code base, and make sure we never generate a zero xid.
<li>Add support for the BCM5906 <a href="https://man.openbsd.org/bge.4">bge(4)</a> device.
<li>Allow <a href="https://man.openbsd.org/nmeaattach.8">nmeaattach(8)</a> to turn off timestamping by calling it without the -t option.
<!-- 2007/10/12 -->
<!-- 2007/10/11 -->
<li>Add support for channel setting on newer Atheros AR5424 and AR2423 etc.
<li>Added <a href="https://man.openbsd.org/ospf6ctl.8">ospf6ctl(8)</a>, a controller for the recently imported <a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> daemon.
<li>In <a href="https://man.openbsd.org/bge.4">bge(4)</a>, make BGE_JUMBO_FRAMELEN big enough to include a vlan tag.
<li>Serialize <a href="https://man.openbsd.org/usb.4">usb(4)</a> probing and attachments.
<li>Enabled <a href="https://man.openbsd.org/puc.4">puc(4)</a> on armish GENERIC kernels.
<li>Fix for <a href="https://man.openbsd.org/acpi.4">acpi(4)</a>, when walking the acpi tree to find _PRT methods, check whether device is actually enabled and functioning.
<li><strong>SECURITY FIX: The SSL_get_shared_ciphers() function in OpenSSL contains an off-by-one overflow.</strong><br>
<a href="errata42.html#002_openssl">A source code patch is available</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<!-- 2007/10/10 -->
<li>Fix for macppc when using the new context switching code.
<li>Reworked the context switching code to a more machine-independent design. Allows MD context switching without spls or locks, and sleep queue wakeup goes from O(n^2) to O(n).
<!-- 2007/10/09 -->
<li>In <a href="https://man.openbsd.org/bgplg.8">bgplg(8)</a>, limit the number of allowable characters in a request to prevent cross-site scripting issues.
<li>Add support for RTL8211B PHY devices in <a href="https://man.openbsd.org/rgephy.4">rgephy(4)</a>.
<li>Rework the <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> debug dmesg to perform a more complete codec dump.
<li>Fix range check for <a href="https://man.openbsd.org/carp.4">carp(4)</a> vhid in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>, vhid 0 is not valid.
<li>Do not skip i2c scanning for IPMI machines, as done previously, but only use it for non-sensor devices like <a href="https://man.openbsd.org/spdmem.4">spdmem(4)</a>.
<li>Add proper support for branch revisions in annotate for OpenCVS.
<li>Make the OpenCVS rcs code properly resolve branches when given base revisions.
<!-- 2007/10/08 -->
<li><strong>SECURITY FIX: Malicious DHCP clients could cause <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> to corrupt its stack.</strong><br>
<a href="errata42.html#001_dhcpd">A source code patch is available</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Make <a href="https://man.openbsd.org/malo.4">malo(4)</a> work with <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> also.
<li>On arm, align the suspend save data to a cache line boundary, prevents issues upon resume.
<li>Fix <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> on 802.11 devices.
<li>Fix segfault in OpenCVS when committing new files.
<li>Enable <a href="https://man.openbsd.org/spdmem.4">spdmem(4)</a> on alpha, amd64, armish, i386, macppc and sparc64 GENERIC kernels.
<li>Added <a href="https://man.openbsd.org/ospfd6.8">ospfd6(8)</a>, an OSPFv3 daemon to support OSPF for IPv6. Not useful yet.
<!-- 2007/10/07 -->
<li>Add support for 230400 bps speed in the <a href="https://man.openbsd.org/uslcom.4">uslcom(4)</a>.
<li>Make <a href="https://man.openbsd.org/spdmem.4">spdmem(4)</a> indicate if the memory module is registered.
<li>Add <a href="https://man.openbsd.org/amdpcib.4">amdpcib(4)</a> driver for the AMD 8111 series LPC bridge and HPET.
<li>Make <a href="https://man.openbsd.org/spdmem.4">spdmem(4)</a> print CAS latency for DDR/DDR2 memory.
<li>Added <a href="https://man.openbsd.org/spdmem.4">spdmem(4)</a> driver for Serial Presence Detect memory information.
<li>Add <a href="https://man.openbsd.org/glxpcib.4">glxpcib(4)</a> support in the i386 architecture for PCI-ISA bridge, timecounter and watchdog found in the CS5536 companion chip to the AMD Geode LX-800 processor.
<!-- 2007/10/06 -->
<li>Allow <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> to operate the various <a href="https://man.openbsd.org/pf.4">pf(4)</a> table actions independently.
<!-- 2007/10/05 -->
<li>Make the UFS dirhash code correctly allocate cleared memory, fixes edge cases.
<li>Fix in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> for non-SSL relays.
<!-- 2007/10/04 -->
<li>In <a href="https://man.openbsd.org/eephy.4">eephy(4)</a>, disable fiber/copper auto-selection on the 88E1111 to work around some cards that in fact only have copper connectors.
<li>Fix in <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> for devices found on Acer TravelMate 3010.
<li>Update libc date code and timezone data to tz2007h.
<li>Make <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> handle CARP over IPv6 in the printing routine.
<li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, when inserting blackhole or reject routes, set the gateway address to 127.0.0.1 / ::1 unconditionally.
<!-- 2007/10/03 -->
<li>Merge <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> firmware into a single file, requires update of the firmware package to v1.3.
<li>Added two new ioctl()s to the audio layer, AUDIO_GETPRINFO and AUDIO_GETRRINFO to help porting non-native audio applications and the OSS emulation.
<li>Added libpixman to xenocara.
<li>Make OpenCVS reset the default branch early, so rcs_head_get() does not return a possibly wrong revision as 'current'.
<li>Make <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> distinguish states saved by normal context switches and states saved by satectx(). Makes backtraces from kernel crash dumps work much better.
<!-- 2007/10/02 -->
<li>Merge <a href="https://man.openbsd.org/xfs.1">xfs(1)</a> 1.0.5 into xenocara, contains security fixes for heap overflow and corruption vulnerabilities.
<li>Fix in <a href="https://man.openbsd.org/grep.1">grep(1)</a> for patterns containing $ and ^ but not as the last or first char.
<li>In libc, fix a libpthread panic regarding <a href="https://man.openbsd.org/seekdir.3">seekdir(3)</a>.
<li>Added initial support for the Marvell PCIe Yukon FE+ Fast Ethernet chipsets to <a href="https://man.openbsd.org/msk.4">msk(4)</a>.
<!-- 2007/10/01 -->
<li>Fix for <a href="https://man.openbsd.org/vr.4">vr(4)</a> to handle I/O accesses chipsets which do not have PCI power management capabilities.
<li>Added new Intel E1000 and 10Gb PCIe PCI ids.
<li>In <a href="https://man.openbsd.org/bwi.4">bwi(4)</a>, fix 'bogus xmit rate setup' panic seen while associating with an 11b AP.
<!-- 2007/09/30 -->
<li>Add support for the high-resolution timer found in GPS170PCI cards to <a href="https://man.openbsd.org/mbg.4">mbg(4)</a>.
<li>Updated xf86-video-nsc in xenocara.
<li>On i386, only call amd64_errata() on amd64 processors. (family 0xf).
<li>Fix unaligned access in <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> for strict-alignment architectures.
<li>Updated libXaw, xf86-video-savage and xf86-video-nv in xenocara.
<li>Make <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> always include interface IP address when printing the config.
<li>Updated libICE and libX11 in xenocara.
<!-- 2007/09/29 -->
<li>Updated libXcomposite, libXrender, libxtrans and libXdamage in xenocara.
<li>Fix two panics in <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> on macppc.
<!-- 2007/09/28 -->
<li>Updated <a href="https://man.openbsd.org/makedepend.1">makedepend(1)</a>, libXxf86dga and xf86dgaproto in the xenocara source tree.
<li>Make <a href="https://man.openbsd.org/vnd.4">vnd(4)</a> work on block devices.
<li>Make <a href="https://man.openbsd.org/startx.1">startx(1)</a> use /dev/arandom to generate the cookie.
<!-- 2007/09/27 -->
<li>Implement SNDCTL_DSP_[G|S]ETTRIGGER to the <a href="https://man.openbsd.org/ossaudio.3">ossaudio(3)</a> code.
<li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>, add loginterface support for groups, and modify <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> to allow a groupname of "all" to see overall statistics.
<li>Added automatic rate control (AMRR) to <a href="https://man.openbsd.org/bwi.4">bwi(4)</a>.
<li>Fix off-by-one overflow in SSL_get_shared_ciphers, backported from the OpenSSL_0_9_8 branch.
<li>In <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>, move SSL context creation to after privs are dropped, one more step towards graceful L7 reloads.
<!-- 2007/09/26 -->
<li>Cleanup in <a href="https://man.openbsd.org/newfs_msdos.8">newfs_msdos(8)</a>.
<li>Fix <a href="https://man.openbsd.org/ep.4">ep(4)</a> packet header initialization.
<li>Cleanup of the STAC7661 codec for <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>.
<!-- 2007/09/25 -->
<li>Make <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> handle protocol reject packets, now that it has more than one protocol.
<li>For <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, when updating a key that already exists, update the properties instead of discarding them.
<li>Fix emulated encodings in <a href="https://man.openbsd.org/uaudio.4">uaudio(4)</a>.
<li>Update <a href="https://man.openbsd.org/tht.4">tht(4)</a> microcode to SNIC 0xf. Fixes UDP reception issues.
<li>Last piece for equal cost multipath support in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>. Enabled via <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>.
<li>Make <a href="https://man.openbsd.org/split.1">split(1)</a>, <a href="https://man.openbsd.org/authpf.8">authpf(8)</a> and <a href="https://man.openbsd.org/ppp.8">ppp(8)</a> correctly handle empty strings returned from <a href="https://man.openbsd.org/fgets.3">fgets(3)</a>.
<li>Make <a href="https://man.openbsd.org/route.8">route(8)</a> obey rtable ID when doing "route flush".
<li>First step in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> for reloading layer-7 configurations, two new functions to load certificates while chrooted and with privileges dropped.
<!-- 2007/09/24 -->
<li>Add <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> to amd64 and i386 GENERIC kernels, but disabled for now.
<li>Add radio tap support to <a href="https://man.openbsd.org/bwi.4">bwi(4)</a>.
<li>Fix <a href="https://man.openbsd.org/audioctl.1">audioctl(1)</a> returning bogus values for 'output_muted'.
<li>Add support in OpenCVS to commit modified files to branches.
<li>Make sure <a href="https://man.openbsd.org/carp.4">carp(4)</a> code does not crash when dealing with multicast packets.
<!-- 2007/09/23 -->
<li>Fix crash in <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> when changing media and device is up.
<li>Fix atime updating issues in the file system code.
<li>Properly handle physical address in <a href="https://man.openbsd.org/bwi.4">bwi(4)</a>, now usable enough to ssh over.
<li>Make sure OpenCVS overwrites the sticky directory tag if update is given -r, since -r gets priority.
<!-- 2007/09/22 -->
<li>Make sure OpenCVS does not litter /tmp with 0-sized files on the server when client sends info about a file that is up to date.
<li>Add support in OpenCVS for checking out with a local repository already in place.
<!-- 2007/09/21 -->
<li>In <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>, when printing pfsync packets, print hexdump and not pcap header.
<!-- 2007/09/20 -->
<li>Add ASUS WL-138g to the list of supported <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> devices.
<li>Add mixer items, master volume and DACgroup init for Analog Devices AD1984 to the <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> driver.
<!-- 2007/09/19 -->
<li>Make "mount -a" on sparc and sparc64 recognize Linux ext2 labels.
<li>Add CrystalFontz CFA 635 to the list of supported <a href="https://man.openbsd.org/uftdi.4">uftdi(4)</a> devices.
<li>Improve parsing of .cvsrc and allow longer command arguments in OpenCVS.
<li>Various fixes for the <a href="https://man.openbsd.org/exphy.4">exphy(4)</a> driver.
<!-- 2007/09/18 -->
<li>Make <a href="https://man.openbsd.org/ixgb.4">ixgb(4)</a> and <a href="https://man.openbsd.org/xge.4">xge(4)</a> use the proper baudrate for 10Gbit now that it can fit.
<li>Update libXinerama, libXcursor and libXtst in the xenocara source tree.
<li>Allow 4095 multicast group memberships per socket instead of 20.
<li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>, allow state reuse if both sides are in FIN_WAIT_2 and a new SYN arrives.
<li>Correctly track the E-bit of router LSA on config reloads for <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.
<!-- 2007/09/17 -->
<li>Make sure <a href="https://man.openbsd.org/sendbug.1">sendbug(1)</a> do not treat dmesg lines with angle brackets &lt;...&gt; in them as comments.
<li>Move ifmedia_baudrate to a 64-bit int.
<li>Prevent out-of-bounds memory access in <a href="https://man.openbsd.org/tempnam.3">tempnam(3)</a>.
<li>Implement the output_muted member to audio_info_t as found in original Sun audio.
<!-- 2007/09/16 -->
<li>Fixed memory leak in <a href="https://man.openbsd.org/tail.1">tail(1)</a>.
<li>Updated xman, xmessage, xmodmap, xprop, xrbd, xset, xsetroot, xvinfo and xwininfo in the xenocara source tree.
<li>Fixed a memory leak in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
<li>Fix for nexthop issues in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> when having multiple point-to-point links between two routers.
<li>Various fixes and internal work on <a href="https://man.openbsd.org/make.1">make(1)</a>.
<!-- 2007/09/15 -->
<li>Allow pulling USB sticks out with mounted FFS file systems on them without crashing or deadlocking.
<li>Updated xcursorgen, xdm, xdriinfo, xgamma, xhost, xinit, xload and xmag in the xenocara source tree.
<!-- 2007/09/14 -->
<li>Lots of work on the <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> driver.
<!-- 2007/09/13 -->
<li>Updated xconsole to 1.0.3 in xenocara.
<li>Improvements in the common parser code generator for various OpenBSD daemons.
<li>Plug memory leaks in the <a href="https://man.openbsd.org/tail.1">tail(1)</a> command.
<li>Add/sync AMD SB6/7/800 chipsets to the <a href="https://man.openbsd.org/piixpm.4">piixpm(4)</a> code.
<li>Add the NVIDIA MCP73 SMBus controller to the list of <a href="https://man.openbsd.org/nviic.4">nviic(4)</a> devices.
<li>Add -n option to <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> for testing the configuration file.
<li>Added annotate support to OpenCVS for local and remote repositories.
<!-- 2007/09/12 -->
<li>Make the i386 bootloader not complain about missing apm support.
<li>Add an option to <a href="https://man.openbsd.org/ntpd.conf.5">ntpd.conf(5)</a> to compensate for a reference clock in <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> that is early or late.
<li>Port the <a href="https://man.openbsd.org/i386/pctr.4">pctr(4)</a> i386 performance counters to the amd64 platform.
<li>Initial import of <a href="https://man.openbsd.org/bwi.4">bwi(4)</a>, a driver for the Broadcom AirForce wireless devices.
<li>Update setxkbmap, xcalc and xclock in the xenocara sources.
<!-- 2007/09/11 -->
<li>Fix for <a href="https://man.openbsd.org/nfe.4">nfe(4)</a>, use a TX interrupt to clean up the DMA ring if IFF_OACTIVE is set when starting it up.
<li>Undo zero-copy RX path for <a href="https://man.openbsd.org/uath.4">uath(4)</a>, it still has issues.
<li>Similar 64 bit baud rate fixes for <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, <a href="https://man.openbsd.org/ripd.8">ripd(8)</a> and <a href="https://man.openbsd.org/dvmrpd.8">dvmrpd(8)</a>.
<li>Some 64 bit fixes for <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>.
<li>Move more of the baudrates in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> to 64 bit counters.
<li>Speedups in the kernel arc4 crypto code.
<li>Updated bdftopcf, iceauth, ico, sessreg and mkfontdir in xenocara.
<li>Add PLX 9016 to the list of supported <a href="https://man.openbsd.org/puc.4">puc(4)</a> devices.
<!-- 2007/09/10 -->
<li>Fix STAC9221-equipped Mac master volume and mute controls by binding the DAC volumes in <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>.
<li>Fix in <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>, CMI9880 should work now.
<li>Improve cylinder group selection in FFS when creating new directories.
<li>Make sure vnodes are locked before calling ffs_unmount().
<li>Add support in <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> for 802.11 headers with various sizes.
<li>Fixes for mac68k interrupt handling.
<li>Improvements in the <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> sensitivity handling code.
<li>Make sure <a href="https://man.openbsd.org/cdio.1">cdio(1)</a> do not skip the code which sends QUIT to the CDDB server and validate returned track names.
<li>Add support in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> for relaying DNS traffic. This adds an infrastructure to support UDP based protocols.
<li>Fix crash in OpenCVS when parsing .cvsrc if an invalid cvs command has been specified.
<li>Fix setting of multicast filter on <a href="https://man.openbsd.org/sparc/ie.4">ie(4)</a>.
<!-- 2007/09/09 -->
<li>Make sure <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> tries 48KHz if 44.1KHz sample rate is not available.
<li>Fix for cases where <a href="https://man.openbsd.org/audioctl.1">audioctl(1)</a> would produce "set failed" errors on devices without master controls.
<li>Various fixes in <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> for chipsets which solves no-sound problems for codecs using the generic functions.
<li>Make sure <a href="https://man.openbsd.org/ptrace.2">ptrace(2)</a> cannot change any privileged bits in the Machine State Register on macppc.
<li>Added support in OpenCVS for checkout -p with local repository.
<li>Sync <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> ident behavior with GNU RCS.
<li>Disable page zeroing in the idle loop on SH-based machines.
<!-- 2007/09/08 -->
<li>Added <a href="https://man.openbsd.org/thmc.4">thmc(4)</a> to i386 GENERIC kernels.
<li>Added <a href="https://man.openbsd.org/uchcom.4">uchcom(4)</a> to alpha,amd64,armish,hppa,i386,landisk,macppc,sparc64 and zaurus GENERIC kernels.
<li>New <a href="https://man.openbsd.org/thmc.4">thmc(4)</a> driver for TI thmc50/adm1022/adm1028-based devices.
<li>Fix some false negatives in <a href="https://man.openbsd.org/lint.1">lint(1)</a> when dealing with unreachable code.
<li>Fix for <a href="https://man.openbsd.org/uaudio.4">uaudio(4)</a> devices using signed mixer controls.
<li>Update libXfont to 1.3.0 and freetype to 2.3.5 in xenocara.
<li>Added <a href="https://man.openbsd.org/adl.4">adl(4)</a> to amd64 and i386 GENERIC kernels.
<!-- 2007/09/07 -->
<li>Make <a href="https://man.openbsd.org/bioctl.8">bioctl(8)</a> exit with a return code of 1 on error.
<li>Add <a href="https://man.openbsd.org/uchcom.4">uchcom(4)</a>, a driver for WinChipHead CH340 USB serial adapters.
<li>Fix OpenCVS so checkout/update -p works in both local and server mode.
<li>Do not recalculate TCP payload length in <a href="https://man.openbsd.org/pf.4">pf(4)</a>, since it is already cached.
<li>Re-enable interrupt coalescing on <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>, it now properly ACKs interrupts.
<li>Fix in <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> for the "multiple bus 0" problems.
<li>Added support in OpenCVS for single file checkouts.
<li>Make <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> pad the first segment of a TX descriptor if needed to make the length a multiple of 4.
<li>Added initial driver <a href="https://man.openbsd.org/adl.4">adl(4)</a> to handle Andigilog aSC7621 devices.
<li>Fix potential uninitialized memory access in the routing socket code.
<li>Add "show sessions" command to dump complete list of relay sessions in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>.
<!-- 2007/09/06 -->
<li>Tweak heuristics in the speedstep code to better detect compatible Mobile Intel Pentium 3 as found on Dell c610.
<li>Improvements in the PowerNow K7 power state code.
<li>Add an unsolicited event handler for the Apple Sigmatel codecs. Now speaker and line outputs will mute and unmute on headphone presence.
<li>Make ITM touchscreens return pressure as an absolute z axis in the <a href="https://man.openbsd.org/uts.4">uts(4)</a> driver.
<li>Make <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> smarter when waiting for input for non-interactive scripts.
<li>Fix temperature sensors on <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> devices.
<li>New <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> driver for Intel Wireless WiFi Link 4965AGN. Needs non-free firmware (see man page).
<li>Make <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> do error checking correctly when packets enter a non-master interface.
<li>For <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a>, do not try to disable bus power before setting the voltage on the controller.
<li>Fix buffer overflow in <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>.
<!-- 2007/09/05 -->
<li>Update <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p5.
<li>Various internal changes in the <a href="https://man.openbsd.org/qli.4">qli(4)</a> driver.
<li>Fixed newfile() algorithm in <a href="https://man.openbsd.org/split.1">split(1)</a>.
<li>Add IPv6 support to the <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> layer.
<li>Make sure <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> calls ERR trap before doing exit handling.
<li>Remove compat link to /usr/sbin/vnconfig. It is in /sbin only now.
<!-- 2007/09/04 -->
<li>Add support in <a href="https://man.openbsd.org/sparc/eeprom.8">eeprom(8)</a> for printing the derived tree from the OpenPROM, like "devinfo" and "prtconf".
<li>Remove FPU detection code on sparc64, all ultrasparc CPUs have one.
<li>Initial <a href="https://man.openbsd.org/lmn.4">lmn(4)</a> driver for lm93 sensors, common on IPMI machines.
<li>Reset the <a href="https://man.openbsd.org/mac68k/sn.4">sn(4)</a> chip after internal memory exhaustion, makes the driver more solid with heavy NFS usage.
<li>Add the ability in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> to specify a host header when using http(s) methods.
<li>In OpenCVS, handle Ctrl-D as a)bort in log message question.
<li>Make the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> ConnectTimeout option apply to both the TCP connection and the SSH banner exchange.
<li>Add support for chained SSL certificates in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>.
<!-- 2007/09/03 -->
<li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> file descriptor code return an error rather than call fatal(), to make masters survive slaves failing to pass all stdio FDs.
<li>Fixes for mips64 signal handling.
<li>Change internal communication regarding routes to support 64 bit counters and routing table id in the headers of most routing messages.
<li>Add __cxa_atexit() support to gcc3, provides support for shared object destructors called at dlclose() time.
<li>Add <a href="https://man.openbsd.org/memrchr.3">memrchr(3)</a> and <a href="https://man.openbsd.org/recalloc.3">recalloc(3)</a> call to libc.
<li>Make <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> not fail if unsetting a non-existent variable.
<li>In <a href="https://man.openbsd.org/carp.4">carp(4)</a>, make use of the preempt counter to signal number of transitions of any carp group to master status.
<!-- 2007/09/02 -->
<li>Add some more PCI ids to the <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> driver.
<li>Disable ROM search acceleration in <a href="https://man.openbsd.org/uow.4">uow(4)</a> for now.
<li>Handle quotation marks in .cvsrc correctly for OpenCVS.
<li>Make sure OpenCVS logs the 1.1 revision as "Initial revision" instead of 1.1.
<!-- 2007/09/01 -->
<li>Add support for Alltel UTStarcom PPC6700 in the <a href="https://man.openbsd.org/uipac.4">uipac(4)</a> driver.
<li>Add <a href="https://man.openbsd.org/bthidev.4">bthidev(4)</a> bluetooth device.
<li>Fix a use-after-free in the <a href="https://man.openbsd.org/ccd.4">ccd(4)</a> device driver.
<li>Add VLAN reception support to <a href="https://man.openbsd.org/vr.4">vr(4)</a>.
<!-- 2007/08/31 -->
<li>Various fixes to <a href="https://man.openbsd.org/xtsscale.1">xtsscale(1)</a>.
<li>Delay IPMI sensor creation until kernel goes multiuser, removes annoying delay during boot.
<li>Add <a href="https://man.openbsd.org/qli.4">qli(4)</a> (qlogic iSCSI) initial driver, not usable yet.
<!-- 2007/08/30 -->
<li>Make sure <a href="https://man.openbsd.org/uts.4">uts(4)</a> does not swap X and Y coordinates while in raw mode.
<li>Fix lock ordering when updating mount points.
<li>Remove old CVSROOT caching mechanisms in OpenCVS.
<li>Make OpenCVS handle sending of multiline commit messages properly.
<li>Add support in <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> for address ranges like "from 10.1.2.50 - 10.1.3.75".
<!-- 2007/08/29 -->
<li>Make <a href="https://man.openbsd.org/uberry.4">uberry(4)</a> handle new pearl-style devices which now attach their SD cards as <a href="https://man.openbsd.org/umass.4">umass(4)</a>.
<li>Add missing xfree() in the OpenCVS add code.
<li>Add AfriNIC whois server to <a href="https://man.openbsd.org/whois.1">whois(1)</a> so referrals are followed.
<!-- 2007/08/28 -->
<li>Make <a href="https://man.openbsd.org/pf.4">pf(4)</a> send RSTs due to "block return" using the correct routing table.
<li>Back out change in <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> interface code, since the m_pulldown was not copying the header.
<li>Add -I option to <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> for printing the interfaces.
<li>Make OMRON BX35F not attach as a <a href="https://man.openbsd.org/uhid.4">uhid(4)</a>, since it is an UPS.
<!-- 2007/08/27 -->
<!-- 2007/08/26 -->
<!-- 2007/08/25 -->
<li>Fix for sparc64 dmesg when printing more than 2G of memory.
<li>Update <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> version to 229.
<li>Move xenocara expat to 2.0.1.
<!-- 2007/08/24 -->
<li>Fix a bug leading to infinite recursion in the <a href="https://man.openbsd.org/perl.1">perl(1)</a> <a href="https://man.openbsd.org/AutoLoader.3p">AutoLoader(3p)</a>.
<li>Add new configuration directive to <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>, RLimitNOFILE to set the number of open file descriptors.
<!-- 2007/08/23 -->
<li>Initial support for onboard Fast-Wide scsi on the 735 and 755 hppa machines in <a href="https://man.openbsd.org/siop.4">siop(4)</a>.
<li>Remove need for hardcoded address of <a href="https://man.openbsd.org/sti.4">sti(4)</a> on hppa. Makes C180 models work.
<li>Add compatibility in X11 with the new XInput API.
<li>Continued development of the <a href="https://man.openbsd.org/nxe.4">nxe(4)</a> driver.
<li>Make <a href="https://man.openbsd.org/pf.4">pf(4)</a> allow RST packets with th_seq equal to seqlo +-1. Reduces amount of 'loose state' messages.
<li>Make <a href="https://man.openbsd.org/banner.1">banner(1)</a> check the result code from <a href="https://man.openbsd.org/fgets.3">fgets(3)</a> and do a proper newline strip.
<!-- 2007/08/22 -->
<li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> execute commands with $SHELL instead of /bin/sh.
<li>Support for "Banner=none" in <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>.
<li>Fix high-power charging on <a href="https://man.openbsd.org/uberry.4">uberry(4)</a> devices.
<li>Fix in <a href="https://man.openbsd.org/wpi.4">wpi(4)</a> RX code path which could block incoming traffic, only seen when running without WEP.
<li>Enable Xft support in <a href="https://man.openbsd.org/xdm.1">xdm(1)</a>.
<li>Update the time zone data files and libc time zone code to 2007g.
<li>Make sure <a href="https://man.openbsd.org/com.4">com(4)</a> source compiles with KGDB enabled.
<!-- 2007/08/21 -->
<li>Fix in OpenSSL for CVE-2007-3108.
<li>Add a -s option to <a href="https://man.openbsd.org/sort.1">sort(1)</a> in order to make the radix sort a stable sort.
<li>Make sure <a href="https://man.openbsd.org/sparc64/bbc.4">bbc(4)</a> on sparc64 does not repeat the device name on attach failure.
<li>Fix for sparc64 <a href="https://man.openbsd.org/gdb.1">gdb(1)</a>.
<li>Make sure <a href="https://man.openbsd.org/pf.4">pf(4)</a> does not access th_flags when it isn't available.
</ul>