www/plus45.html

1088 lines
89 KiB
HTML

<!doctype html>
<html lang=en id=plus>
<meta charset=utf-8>
<title>OpenBSD 4.5 Changelog</title>
<meta name="description" content="OpenBSD 4.5 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/plus45.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.5 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="plus43.html">4.3</a>,
<a href="plus44.html">4.4</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.4 and 4.5</h3>
<p>
<ul>
<!-- 2009/02/27 -->
<li>Fix quick reuse of TCP states in <a href="https://man.openbsd.org/pf.4">pf(4)</a>.
<!-- 2009/02/26 -->
<li>Better NMI handling for m88k, without the AST and softintr parts.
<li>Fixed panic in the <a href="https://man.openbsd.org/acx.4">acx(4)</a> driver.
<li>Added two ioctls to the <a href="https://man.openbsd.org/apm.4">apm(4)</a> interface to give other parts a chance to act when a machine suspends, not just <a href="https://man.openbsd.org/apmd.8">apmd(8)</a>.
<!-- 2009/02/25 -->
<li>Make <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> bulk update code run under splsoftnet to prevent races.
<li>Fix multicast support in <a href="https://man.openbsd.org/jme.4">jme(4)</a> and <a href="https://man.openbsd.org/ale.4">ale(4)</a>.
<!-- 2009/02/24 -->
<li>Enabled <a href="https://man.openbsd.org/ale.4">ale(4)</a> on amd64 and i386 GENERIC and RAMDISK_CD kernels.
<li>Added <a href="https://man.openbsd.org/ale.4">ale(4)</a>, a driver for the Atheros AR8121/8113/8114 Ethernet controllers.
<li>Fix <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> to make ipsec gateway failover work again.
<li>Fix issue with <a href="https://man.openbsd.org/sis.4">sis(4)</a> chips that report VLAN tagged packets with an RX error even if everything is fine.
<!-- 2009/02/23 -->
<li>Added hardware acceleration in <a href="https://man.openbsd.org/gbe.4">gbe(4)</a> to SGI O2 framebuffers.
<li>Teach <a href="https://man.openbsd.org/smtpctl.8">smtpctl(8)</a> how to reschedule a message even if the retry delay has not expired.
<li>Prevent <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> from putting packets on the wire if no syncdev is specified.
<li>Added SAS1078DE to the list of supported <a href="https://man.openbsd.org/mfi.4">mfi(4)</a> devices.
<!-- 2009/02/22 -->
<li>Better short frame detection in the <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> pfsync decoder.
<li>Moved OpenSSH to version 5.2.
<li>Reduce lower bound of uvm_km_pages for machines with less than 16M of physical memory.
<li>Stop enforcing a minimum size for nkmempages by default.
<li>When doing IPv6 MTU discovery, make sure the requested MTU is not less than the minimal v6 MTU minus the size of a frag header.
<li>Added yukon-2 FE+ to the list of supported <a href="https://man.openbsd.org/msk.4">msk(4)</a> devices.
<li>Limit the amount of file descriptors to create when passing fd's so it will fit the amount the receiver will allow.
<!-- 2009/02/21 -->
<li>Make sure OpenCVS properly convert dates between timezones before comparison.
<li>Reworked m88k MP lock logic, now allows for multiuser and parallel kernel builds on MVME197DP boards.
<li>Various OpenCVS improvements and fixes.
<li>Fix kernel crash in the <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> bulk device code when closing the video stream.
<!-- 2009/02/20 -->
<li>Better atomic operations for m88k, makes 197DP machines almost reach multiuser.
<li>Fix for m88k to let M188 kernels compile again.
<li>Let the <a href="https://man.openbsd.org/sdmmc.4">sdmmc(4)</a> adapters tell the sdmmc layer how many sectors they can transfer with one command. Speeds up some devices by 2.5 times.
<!-- 2009/02/19 -->
<li>Make sure the <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> tap is always called with the same interrupt priority level as the <a href="https://man.openbsd.org/tun.4">tun(4)</a> to prevent races.
<li>Fix an rthreads race in the reaper.
<li>Reworked the Intra-Area-Prefix LSAs in <a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> to be RFC5340 compliant.
<li>Make <a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> send the correct nbr state to RDE.
<!-- 2009/02/18 -->
<li>Disabled all IGPGART chipsets from the radeondrm driver, since all the tested ones have issues.
<li>Enabled <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> on socppc GENERIC and RAMDISK kernels.
<!-- 2009/02/17 -->
<li>Fix installer so it accepts '&#92;' characters as password.
<li>Make the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> newaliases read aliases path from <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a>.
<li>Fix crash related to incorrect initialization of queues in pfsync.
<li>Fix crash in libc <a href="https://man.openbsd.org/mktemp.3">mktemp(3)</a> where there filename was all X characters.
<li>Moved mvme68k ethernet buffers higher in memory in the bootblocks to allow for larger bsd.rds to load correctly.
<li>Make <a href="https://man.openbsd.org/sysmerge.8">sysmerge(8)</a> always run <a href="https://man.openbsd.org/pwd_mkdb.8">pwd_mkdb(8)</a>, <a href="https://man.openbsd.org/newaliases.1">newaliases(1)</a> and MAKEDEV(8).
<li><strong>RELIABILITY FIX: <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> issue when attaching its own AS to an AS-PATH sequence of 255 elements.</strong><br>
<a href="errata44.html#010_bgpd">A source code patch is available</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<!-- 2009/02/16 -->
<li>Fix <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> -v printing of anchors.
<li>Various m88k 88110 SMP fixes.
<li>Disabled kernel memory pool debugging stuff for the release.
<li>Changed max username and password length for <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> to 255.
<li>Fix for crashes on machines with Core i7 chips when trying to read MSR_TEMPERATURE_TARGET.
<!-- 2009/02/15 -->
<li>Moved the <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> protocol to v5, which breaks compatibility with previous <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> versions. Improves performance and allows several types of updates in a single packet.
<li>Make <a href="https://man.openbsd.org/rdist.1">rdist(1)</a> silently ignore special files which cannot be moved.
<li>Make sure <a href="https://man.openbsd.org/chpass.1">chpass(1)</a> in a secure <a href="https://man.openbsd.org/yp.8">yp(8)</a> context will not turn a users password into "*".
<li>Prevent display and saving of fsize/bsize fields for UNUSED partitions via the <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> 's' command.
<li>Various DRM and dmamem related improvements in xenocara.
<li>Make xenocara libpciaccess domain-aware. Makes X capable of discovering PCI devices in other domains.
<li>Prevent <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> and OpenCVS leaving temporary files behind.
<li>Added support in <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> for "rlog -d".
<li>Fix issue in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> where list of 6 MXs or more was not handled correctly.
<!-- 2009/02/14 -->
<li>Make <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> "chan" option list support channels and "scan" list access points or to list known stations in HostAP mode.
<li>Limit HPPA physical memory to 2G maximum.
<li>Implemented "makemap -t" and "makemap -o" for <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
<li>Added <a href="https://man.openbsd.org/vsbic.4">vsbic(4)</a>, a driver for the MVMW327A SCSI and floppy controller on mvme88k machines. Only for SCSI so far.
<li>Enabled <a href="https://man.openbsd.org/age.4">age(4)</a> on amd64 and i386 RAMDISK_CD kernels.
<li>Increase default snaplen in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> to 116, to allow capture of pflog+ipv6+tcp without tuning.
<!-- 2009/02/13 -->
<li>Various MP fixes and improvements for mvme88k machines.
<li>Fix "boot -d" on amd64 MP kernels.
<li>Prevent <a href="https://man.openbsd.org/sleep.1">sleep(1)</a> from trashing the argv space when parsing arguments.
<!-- 2009/02/12 -->
<li>Fix for <a href="https://man.openbsd.org/re.4">re(4)</a> problems, removed undocumented accesses to register 0x82 for earlier hardware.
<!-- 2009/02/11 -->
<li>Add <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> support for remote port forwarding with a zero listen port to dynamically allocate one at runtime.
<li>Remove 'free list modified' panics in <a href="https://man.openbsd.org/pf.4">pf(4)</a>.
<li>Fix alignment in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> for 64bit architectures when dealing with sockaddr_in6 structs.
<li>Fix <a href="https://man.openbsd.org/fts.3">fts(3)</a> level going negative on really deep directories.
<li>Fix gcc bug that broke double -> unsigned long conversions on sparc64.
<!-- 2009/02/10 -->
<li>Enable <a href="https://man.openbsd.org/run.4">run(4)</a> on all arches where <a href="https://man.openbsd.org/ural.4">ural(4)</a> and <a href="https://man.openbsd.org/rum.4">rum(4)</a> exist.
<!-- 2009/02/09 -->
<li>Prevent panic in the mbuf code path if m_copyback() is working on a M_READONLY mbuf.
<li>Initial <a href="https://man.openbsd.org/bio.4">bio(4)</a> support for <a href="https://man.openbsd.org/ips.4">ips(4)</a>.
<li>Updated leapseconds time zone data to tzdata2009b.
<!-- 2009/02/08 -->
<li>Make libsndio ignore environment variables if the program is setuid or setgid.
<li>In the i915 intel graphic code, make sure vblank is not enabled if the pipe is disabled.
<li>Moved to 4.5-beta.
<li>Enabled <a href="https://man.openbsd.org/ips.4">ips(4)</a> on amd64 and i386 CD RAMDISK kernels.
<li>Fix cpu_hardclock() issues on HPPA machines.
<li>Initial 802.11 defragmentation code to handle reception of MSDU or MMPDU fragments.
<li>Added missing mux locators to non-USB keyboards and mice on sparc64 GENERIC kernels.
<!-- 2009/02/07 -->
<!-- 2009/02/06 -->
<li>Make <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> built-in 'echo' behave according to POSIX when "set -o posix" is in effect.
<li>Bumped the number of /dev/sd* device nodes on all USB-capable architectures.
<li>New font selection logic on <a href="https://man.openbsd.org/sti.4">sti(4)</a> frame buffer console.
<li>Fix crash on zaurus when plugging in certain sd memory cards.
<li>Fix HW WEP support on <a href="https://man.openbsd.org/run.4">run(4)</a>, and a few other fixes.
<li>Added Huawei E160G to the list of supported <a href="https://man.openbsd.org/umsm.4">umsm(4)</a> devices.
<li>Fix kernel crash in <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> for devices with unsorted frame indexes.
<!-- 2009/02/05 -->
<!-- 2009/02/04 -->
<li>If <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> has too many connections, stop accepting new ones rather than exit()ing with a fatal error.
<li>For some systems which claim ACPI 2.0 but still do not provide an XSDT address, fall back on the RSDT.
<li>Make intel xenocara Mesa code choose the right vblank pipe to sync to, in case there is only one.
<!-- 2009/02/03 -->
<li>Make <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> daemonize when in server mode.
<li>Make <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> in server mode create a /tmp/aucat-userid/ directory and create sockets in it to prevent eavesdropping.
<li>In <a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a>, set the LA-bit for all prefixes of 128-bit length in the Intra-Area-Prefix LSAs.
<li>Added Buffalo WLI-U2-SG54HG to the list of supported <a href="https://man.openbsd.org/rum.4">rum(4)</a> devices.
<!-- 2009/02/02 -->
<li>Better rate calculations in <a href="https://man.openbsd.org/apmd.8">apmd(8)</a> for MP machines.
<li>Enabled build in xenocara of kdrive/Xephyr for the gcc3 architectures.
<!-- 2009/02/01 -->
<li>Save VGA text mode color palette upon startup and restore it when switching consoles or when X11 exits.
<li>gcc2 fixes for <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
<!-- 2009/01/31 -->
<li>Move mvme88k <a href="https://man.openbsd.org/vs.4">vs(4)</a> driver to bus_dma.
<li>Unbreak non-INET6 case in the pf code.
<!-- 2009/01/30 -->
<li>Make <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> handle connection descriptor limits better.
<li>Make <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> print out a warning if the <a href="https://man.openbsd.org/ipsec.conf.5">ipsec.conf(5)</a> file changes the default peer configuration later in the file.
<li>Mark routers as uninstalled after deleting the default route. Makes it possible to get a new default route by router advertisements after the old one got deleted or timed out.
<li>Make sure more of the IPv6 code runs under splnet() in certain places.
<li>Fix "target kvm" in <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> for powerpc.
<!-- 2009/01/29 -->
<li>Fix <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> evaluation of '||' and '&amp;&amp;' in certain combinations.
<li>Updated xdm to 1.1.8.
<li>Switch member names in struct stat timespec to the names from POSIX 1003.1-2008 with compatibility macros for the previous names.
<li>Make sure macppc laptops skip pmu commands if no adb device appears in the device tree.
<li>Make <a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> originate Intra-Area-Prefix LSAs which reference a router LSA.
<li>Updated xf86-input-elographics to 1.2.3.
<li>Initial STARTTLS support in the MTA part of <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
<li>For i386, only start using the rtc for statclock after we have received the first interrupt.
<li>Initial support for SSL in the MTA part of <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
<li>Always zero the IP checksum field for packets and packet fragments being passed down if using HW checksum offload.
<li>Make aldap anonymous binds work properly in <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a>.
<li>Added -mplslabel to <a href="https://man.openbsd.org/route.8">route(8)</a>, to allow IPv4/v6 packets enter MPLS clouds.
<!-- 2009/01/28 -->
<li>Improved logging in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> for SA delete messages.
<li>Log warning when <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> can not read the drift file.
<li>Added support in <a href="https://man.openbsd.org/mfi.4">mfi(4)</a> for the next generation Megaraid SAS Raid controllers.
<li>Added "show database intra" command to <a href="https://man.openbsd.org/ospf6ctl.8">ospf6ctl(8)</a>.
<li>Teach <a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> to originate Intra-Area-Prefix LSAs.
<li>The MPLS code can now act as an edge node and allow IPv4 packets to enter a label switched path and not just forward MPLS packets.
<li>Remove undocumented support for -e in <a href="https://man.openbsd.org/ex.1">ex(1)</a>.
<li>Implemented proper multicast support in <a href="https://man.openbsd.org/tsec.4">tsec(4)</a> for the socppc platform.
<li>Re-added "Category" to the <a href="https://man.openbsd.org/sendbug.1">sendbug(1)</a> template.
<li>Fixed libstdc++ issues where ports would include &lt;math.h&gt; and expect C99 macros in that file to be available.
<li>Enable -d for the export command of OpenCVS.
<li>Fix <a href="https://man.openbsd.org/sti.4">sti(4)</a> font selection.
<li>When printing the database with <a href="https://man.openbsd.org/ospf6ctl.8">ospf6ctl(8)</a>, print the right header for Intra-Area-Prefix LSAs.
<li>Make <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> use the rtsock filters to restrict which messages it will get on the route socket.
<li>Updated xf86-video-radeonhd to 1.2.4.
<li>Added loop detection support in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
<li>Implemented basic routing socket filtering.
<li>Prevent <a href="https://man.openbsd.org/hme.4">hme(4)</a> devices from mapping the full 16M PROM.
<!-- 2009/01/27 -->
<li>Fix the way the flows are acquired for the "any" network in the ipsec code.
<li>Make <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> ignore pseudo-directories so recursive transfers do not cause a loop.
<li>Make <a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> propagate the neighbours interface ID to the RDE.
<li>Fix rare pager deadlock in the UVM code.
<li>Make <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> handle HW VLAN tags being passed down.
<li>Fix some integer overflows when accounting the used mbuf memory percentage in <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>.
<li>Improved error handling in <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a>.
<!-- 2009/01/26 -->
<li>Make cwm store group state in an X Atom.
<li>Updated libdrm to 2.4.3.
<li>Make sure <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> also does check for highest IP in host byte order.
<li>Make sure <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> converts IP addresses to host-byte order before checking which one is smallest.
<li>Updated Xtrans to 1.2.3.
<li>Make <a href="https://man.openbsd.org/netstat.1">netstat(1)</a> mark multipath routes with P.
<li>In <a href="https://man.openbsd.org/route.8">route(8)</a>, mark multipath routes with P in the show command flags.
<!-- 2009/01/25 -->
<li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> work around the CPNI-957037 Plaintext Recovery Attack by always reading 256k of data on packet size or HMAC errors.
<!-- 2009/01/24 -->
<li>Removed /dev/drum and associated code.
<li>Added <a href="https://man.openbsd.org/udfu.4">udfu(4)</a>, a driver to put dfu-capable devices in dfu-mode for later use with dfu-util.
<li>Improved time granularity in the NFS code, helps with cache coherency.
<li>Make NFS propagate O_EXCL flag down to the file systems by setting VA_EXCLUSIVE.
<!-- 2009/01/23 -->
<li>Added <a href="https://man.openbsd.org/schsio.4">schsio(4)</a>, a driver for SMSC SCH311x LPC SuperI/O ICs. Enabled on amd64 and i386 GENERIC kernels.
<li>Make <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> catch SIGHUP and SIGTERM to ensure that recorded files are properly closed.
<!-- 2009/01/22 -->
<li>Made <a href="https://man.openbsd.org/re.4">re(4)</a> at <a href="https://man.openbsd.org/pci.4">pci(4)</a> detachable.
<li>Double the receive space in the nfs_socket code to reduce chance of retransmits.
<li>Added Moxa CP-104JU to the list of supported <a href="https://man.openbsd.org/puc.4">puc(4)</a> devices.
<!-- 2009/01/21 -->
<li>Make libkvm operations on live kernels use the sysctl interface.
<li>Make <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> change of the value of kern.clockrate set errno on failure.
<li>Fix for Sun USB keyboard when getting layout information for Swedish and British country codes.
<li>Extended <a href="https://man.openbsd.org/ifb.4">ifb(4)</a> code handle XVR-600 and XVR-1200 acceleration.
<li>Updated time zone data to tzdata2009a.
<li>Added borderwidth as a <a href="https://man.openbsd.org/cwmrc.5">cwmrc(5)</a> keyword.
<!-- 2009/01/20 -->
<li>Added <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> to macppc RAMDISK kernels.
<li>For i386, install ACPI S3 resume trampoline code in a lowmem page. First part of ACPI S3 suspend/resume support.
<li>Add support in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> and <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> to install SAs with a different source network than we have negotiated with a peer.
<!-- 2009/01/19 -->
<li>Make Sparc64 XVR-600 and XVR-1200 devices revert to software routines if acceleration code will not work.
<!-- 2009/01/18 -->
<li>Added support in <a href="https://man.openbsd.org/umsm.4">umsm(4)</a> for Novatel Wireless Ovation U727 devices.
<li>Move HEAP_START on mvme88k bootblocks to allocate space below it for ethernet buffers.
<!-- 2009/01/17 -->
<li>Make sure the NFS attribute set operations perform the same checks as open/read/write.
<li>Added NFS hooks to <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> to print outstanding nfsreq's and the struct nfsreq.
<li>Enable <a href="https://man.openbsd.org/atphy.4">atphy(4)</a> for <a href="https://man.openbsd.org/age.4">age(4)</a> on amd64 and i386 GENERIC kernels.
<li>Added support for DS1822 devices in <a href="https://man.openbsd.org/owtemp.4">owtemp(4)</a>.
<li>Enabled <a href="https://man.openbsd.org/vrng.4">vrng(4)</a> for sparc64 GENERIC kernels.
<li>Make alpha ES40 machines recognize environmental change machine checks.
<!-- 2009/01/16 -->
<li>32-bit fixes for <a href="https://man.openbsd.org/savecore.8">savecore(8)</a>.
<li>Fix state leak in <a href="https://man.openbsd.org/pf.4">pf(4)</a> triggered by certain icmp types matching a NAT rule.
<li>Make it possible for sparc64 to boot from <a href="https://man.openbsd.org/vdsk.4">vdsk(4)</a> devices.
<li>Make <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> support 20 and 24-bit sample formats.
<li>Fix <a href="https://man.openbsd.org/audio.4">audio(4)</a> so it can deal with sample precisions that are not a power of 2.
<li>Make sure <a href="https://man.openbsd.org/vdsk.4">vdsk(4)</a> transfers larger than PAGE_SIZE work on sparc64.
<li>Improved the VIO state machine in the <a href="https://man.openbsd.org/vnet.4">vnet(4)</a> driver on sparc64.
<!-- 2009/01/15 -->
<li>Fix double free and other memory leaks in <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a>.
<li>Add support for IT8720F devices in the <a href="https://man.openbsd.org/it.4">it(4)</a> drivers.
<li>Initial version of <a href="https://man.openbsd.org/age.4">age(4)</a>, a driver for the Attansic L1 gigabit ethernet adapter.
<li>Fix memory leak in the SysV semaphore code.
<li>Fix macppc installs over serial consoles.
<!-- 2009/01/14 -->
<li>Removed support for krb4 '.' instance separator in the libc authentication code.
<li>Add "ESMTP" to the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> banner now that it does support some extensions.
<li><strong>SECURITY FIX: DNSSEC signature validation error in <a href="https://man.openbsd.org/named.8">named(8)</a>.</strong><br>
<a href="errata44.html#008_bind">A source code patch is available</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Re-enabled PIE support for powerpc platforms.
<li>Enable <a href="https://man.openbsd.org/vdsk.4">vdsk(4)</a> on sparc64 RAMDISK kernels.
<li>Added <a href="https://man.openbsd.org/uaudio.4">uaudio(4)</a> support to sgi GENERIC kernels.
<!-- 2009/01/13 -->
<li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> support the SOCKS4A protocol.
<li>Added option 150 to <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>, voip-configuration-server as an array of IP addresses.
<li>Added <a href="https://man.openbsd.org/wcstoimax.3">wcstoimax(3)</a>, <a href="https://man.openbsd.org/wcstoumax.3">wcstoumax(3)</a>, <a href="https://man.openbsd.org/wcstof.3">wcstof(3)</a> and <a href="https://man.openbsd.org/wcstold.3">wcstold(3)</a> to libc.
<li>For amd64 and i386, turn <a href="https://man.openbsd.org/mpbios.4">mpbios(4)</a> into a real device so people can disable it.
<!-- 2009/01/12 -->
<li>Make <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a> check the <a href="https://man.openbsd.org/ypldap.conf.5">ypldap.conf(5)</a> permissions, since it may contain secrets.
<li>Enabled <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> RAWKBD support on sparc64 GENERIC kernels.
<li>Make the vt100 <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> code recognize CAN and SUB characters.
<li>Updated xserver to 1.5.3 plus some patches.
<li>Initial version of sparc64 virtual disk support for sun4v logical domains.
<li>Remapped the sun type 5 audio mute key to prevent collisions with keypad-equal key on type 4 keyboards.
<!-- 2009/01/11 -->
<li>Make macppc <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> walk the Apple partition map to find out the bounds of the OpenBSD area.
<li>Added RAWKBD support in <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> for sun serial keyboards.
<li>Revert earlier VFS commit to fix DVD playback.
<!-- 2009/01/10 -->
<li>Added loopback mode to <a href="https://man.openbsd.org/aucat.1">aucat(1)</a>.
<li>Enabled <a href="https://man.openbsd.org/cbus.4">cbus(4)</a> and <a href="https://man.openbsd.org/vnet.4">vnet(4)</a> on sparc64 GENERIC and RAMDISK kernels.
<li>Updated <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> to version 239.
<li>Add support on apple laptops for the volume and CD eject buttons.
<li>In <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>, use the kernel to set ifam_hdrlen so ABI changes will not cause older clients to stop working.
<li>Added multicast support to <a href="https://man.openbsd.org/vnet.4">vnet(4)</a>.
<!-- 2009/01/09 -->
<li>Make sure to enable support for RFC2546 TLS extensions to allow for multihomed TLS servers.
<li><strong>SECURITY FIX: OpenSSL libraries did not correctly check the return value from certain verification functions.</strong><br>
<a href="errata44.html#007_openssl">A source code patch is available</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Updated OpenSSL to 0.9.8j.
<!-- 2009/01/08 -->
<li>Add support for SDHC cards in the <a href="https://man.openbsd.org/sdmmc.4">sdmmc(4)</a>.
<li>Fix egress group matching for IPv6 in the interface code.
<li>Make sure <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> does not try to set the close-on-exec flag on sudoers if we didn't actually open it.
<!-- 2009/01/07 -->
<li>Added full stub area support in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.
<li>Added <a href="https://man.openbsd.org/urlphy.4">urlphy(4)</a> support on amd64 and i386 RAMDISK kernels.
<li>Added Linksys WUS600N to the list of supported <a href="https://man.openbsd.org/run.4">run(4)</a> devices.
<!-- 2009/01/06 -->
<li>Enabled <a href="https://man.openbsd.org/ipgphy.4">ipgphy(4)</a> on all arches where <a href="https://man.openbsd.org/stge.4">stge(4)</a> is supported.
<li>Added GeForce 9300 GE to the list of supported NVidia chipsets.
<li>Send broadcast and multicast traffic up to the network stack on all bridge interfaces.
<li>Updated <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> to version 238.
<!-- 2009/01/05 -->
<li>Make <a href="https://man.openbsd.org/authpf.8">authpf(8)</a> support group and login class in authpf.allow.
<li>Updated OpenSSL to 0.9.8i.
<li>Add 2 missing chunks from the 2.1.12 update of xf86-video-nv, adds support for a bunch of new chipsets.
<!-- 2009/01/04 -->
<li>Fix various off-by-one errors in the MSDOS file system code by leaving the fsinxtfree field untouched.
<li>Make the runner process of <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> able to pause/resume scheduling of deliveries for both mda and mta, also <a href="https://man.openbsd.org/smtpctl.8">smtpctl(8)</a> can be used to enable/disable deliveries.
<li>Initial version of <a href="https://man.openbsd.org/vnet.4">vnet(4)</a>, a virtual network device for sun4v logical domains on sparc64.
<li>Added support for CS5535 IDE controllers to <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>.
<!-- 2009/01/03 -->
<li>Make <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> do aliases/forwards expansion better, removing a race condition.
<li>Fixed memory leak in <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a>.
<li>Make it possible to boot sparc64 from devices on <a href="https://man.openbsd.org/cbus.4">cbus(4)</a>.
<li>Enabled <a href="https://man.openbsd.org/run.4">run(4)</a> on amd64 and i386 GENERIC kernels.
<li>Initial version of <a href="https://man.openbsd.org/run.4">run(4)</a>, a driver for Ralink RT2700U/2800U/3000U USB 802.11n devices.
<!-- 2009/01/02 -->
<li>Updated the microcode for RT2870/3070-based <a href="https://man.openbsd.org/rum.4">rum(4)</a> devices.
<li>Add support in <a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> for originating router LSAs over point-to-point links.
<li>Accelerate solid fills and inverted cursor on <a href="https://man.openbsd.org/ifb.4">ifb(4)</a> for sparc64.
<li>Make <a href="https://man.openbsd.org/savecore.8">savecore(8)</a> handle core files larger than 2G.
<!-- 2009/01/01 -->
<li>Added support in the openmoko platform for the display found on GTA01.
<li>Fix <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> KEXGEX hash calculations.
<li>Fix hangs in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> when connecting to a server that has MaxSessions=0.
<li>Changed the ISO week number calculations in <a href="https://man.openbsd.org/cal.1">cal(1)</a>.
<li>Initial version of <a href="https://man.openbsd.org/ifb.4">ifb(4)</a>, a driver for sparc64 wildcat-based framebuffers.
<li>Updated mkfontscale to 1.0.6 and xedit to 1.1.2.
<!-- 2008/12/31 -->
<!-- 2008/12/30 -->
<li>Added <a href="https://man.openbsd.org/cbus.4">cbus(4)</a> to sparc64, a virtual bus for devices that use logical domain channels as found on sun4v.
<li>Make <a href="https://man.openbsd.org/man.1">man(1)</a> -S option case insensitive.
<!-- 2008/12/29 -->
<li>Initialize the sample rate converter on ES1371-based <a href="https://man.openbsd.org/ac97.4">ac97(4)</a> chips to 48KHz.
<li>Added extra paranoia for <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> by protecting the main bookkeeping data.
<li>Handle cases in <a href="https://man.openbsd.org/fsck_ffs.8">fsck_ffs(8)</a> where remsize can go negative and cause SEGVs.
<li>Fix compiling i386 kernels without <a href="https://man.openbsd.org/apm.4">apm(4)</a>.
<li>Updated root.hint, added IPv6 address for the L-root server.
<!-- 2008/12/28 -->
<li>Plug some memory leakage in the <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a> parser.
<li>Make <a href="https://man.openbsd.org/cdio.1">cdio(1)</a> work with <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> regardless of the buffer size used.
<!-- 2008/12/27 -->
<li><strong>RELIABILITY FIX: Reception of an invalid update with 4-byte AS attributes allows a third party to close remote BGP sessions.</strong><br>
<a href="errata44.html#009_bgpd">A source code patch is available</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Added <a href="https://man.openbsd.org/ifb.4">ifb(4)</a> to sparc64 GENERIC kernels.
<li>Use hardware acceleration for scrolling in <a href="https://man.openbsd.org/ifb.4">ifb(4)</a> on sparc64, avoids overlay artifacts.
<!-- 2008/12/26 -->
<li>Fix libc file descriptor leak in fts_children().
<!-- 2008/12/25 -->
<!-- 2008/12/24 -->
<li>Added accelerated putchar routines for sparc <a href="https://man.openbsd.org/tcx.4">tcx(4)</a> consoles.
<li>Fix race condition in <a href="https://man.openbsd.org/ls.1">ls(1)</a>.
<li>Added support in <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> for non-disk devices.
<li>Plugged a couple of memory leaks in <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>.
<li>Make tty EVFILT_WRITE filters return the amount of space remaining in the write buffer.
<li>Added -S and -s options to <a href="https://man.openbsd.org/apropos.1">apropos(1)</a>.
<li>Fix two mbuf leaks in the arpresolve code.
<!-- 2008/12/23 -->
<li>Added basic acceleration code for sparc <a href="https://man.openbsd.org/tcx.4">tcx(4)</a> graphics.
<li>Fixed double brightness increments on some newer Thinkpads.
<li>Removed deprecated xf86-video-i810 and xf86-video-nsc.
<li>Reenabled xf86-video-i740 and xf86-video-voodoo.
<!-- 2008/12/22 -->
<li>Make <a href="https://man.openbsd.org/bge.4">bge(4)</a> schedule a timeout if it can't put enough packets on the RX ring.
<li>Add firmware load for iSight first generation devices to <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a>.
<!-- 2008/12/21 -->
<li>Use the RXO (RX Overflow) interrupt in <a href="https://man.openbsd.org/em.4">em(4)</a> to try to refill the RX ring.
<li>On amd64 and i386, let ctrl-alt-del enter <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> if ddb.console=1 and machdep.kbdreset=2.
<li>Make the "machine xir" <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> command work on <a href="https://man.openbsd.org/pyro.4">pyro(4)</a>-equipped machines.
<!-- 2008/12/20 -->
<!-- 2008/12/19 -->
<li>Imported first bits of SMTP AUTH support in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
<li>Sync some bits in <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> with 1.7.0.
<!-- 2008/12/18 -->
<li>Make <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> use simple linear interpolation in the resampling code.
<li>Various fixes for <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
<li>Make <a href="https://man.openbsd.org/systat.1">systat(1)</a> print interface livelocks if non-zero.
<!-- 2008/12/17 -->
<li>Make <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> code a bit smarter when picking IRQs from the list of possible IRQs.
<li>Added support in <a href="https://man.openbsd.org/ripd.8">ripd(8)</a> for demotion counters.
<li>Rewrote the <a href="https://man.openbsd.org/systat.1">systat(1)</a> mbuf page to display mbuf usage information from system pools.
<!-- 2008/12/16 -->
<li>Make it possible to edit a merged file in <a href="https://man.openbsd.org/sysmerge.8">sysmerge(8)</a> with an external editor.
<!-- 2008/12/15 -->
<!-- 2008/12/14 -->
<li>Implemented a "machine xir" command for <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> for sparc64.
<!-- 2008/12/13 -->
<li>Fix sparc64 IPI-related panics when returning from send_softint().
<!-- 2008/12/12 -->
<li>Made <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> and <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> routing priority aware.
<li>Added support in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> to set an interface priority.
<li>Introduced an if_priority that will be added to static routes without an explicit priority. Allows to specify less preferred interfaces that take over if the primary interface loses link.
<li>Fix HW crypto on <a href="https://man.openbsd.org/ral.4">ral(4)</a> devices.
<!-- 2008/12/11 -->
<li>Bumped the <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> RSA host key size to 2048 bits.
<li>Prevent <a href="https://man.openbsd.org/cdio.1">cdio(1)</a> from faulting when /dev/audio is busy.
<li>Added Qualcomm AC8700 modem to the list of supported <a href="https://man.openbsd.org/ubsa.4">ubsa(4)</a> devices.
<!-- 2008/12/10 -->
<li>Convert <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> aggregator AS number into host byte order when diplayed in "show rib detail".
<li>When booting from a CD on amd64 and i386, assume the root filesystem is on the CD instead of asking for it every time.
<!-- 2008/12/09 -->
<li>libstdc++ bump to handle integer argument for the math functions.
<li>Added 80-bit and quad precision trigonometric functions to libm.
<li>Libc work on long doubles and 3BSD-versions of finite().
<li>Added non-blocking support for xdrrecs in the <a href="https://man.openbsd.org/xdr.3">xdr(3)</a> code.
<!-- 2008/12/08 -->
<li>Disable ~C escape handling on multiplexed <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> sessions.
<li>Rewrote <a href="https://man.openbsd.org/renice.8">renice(8)</a> to be POSIX compliant.
<li>Added ability in <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> to load firmware for devices which require it.
<!-- 2008/12/07 -->
<li>Change handling of redirections in <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> with the sticky-address option set.
<li>When resampling in <a href="https://man.openbsd.org/aucat.1">aucat(1)</a>, do not require the sample frequency to be an integer.
<!-- 2008/12/06 -->
<li>Make <a href="https://man.openbsd.org/acpiprt.4">acpiprt(4)</a> handle interrupt routing better and delay re-routing until a handler for it is established.
<li>Added option to <a href="https://man.openbsd.org/systat.1">systat(1)</a> to order the pool view by size and number of pages.
<!-- 2008/12/05 -->
<li>Added ability in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> to specify an interface instead of an address to listen on.
<li>Changed the way <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> reports errors.
<!-- 2008/12/04 -->
<li>New <a href="https://man.openbsd.org/smtpctl.8">smtpctl(8)</a> app to control smtpd.
<li>Added ethertype 0x88a8 to <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> for stacked VLAN packets.
<li>For <a href="https://man.openbsd.org/vic.4">vic(4)</a>, enable 9k frames again, new mbuf allocator in place that works.
<!-- 2008/12/03 -->
<li>Added support in <a href="https://man.openbsd.org/em.4">em(4)</a> for ICH9 IGP M and IGP M AMT chipsets.
<li>Initial import of the <a href="https://man.openbsd.org/vscsi.4">vscsi(4)</a> device, somewhat like a <a href="https://man.openbsd.org/tun.4">tun(4)</a> devices which sends scsi commands up to userland for handling.
<li>Initial versions of newaliases/makemap application to be used with <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
<li>Allow <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> and <a href="https://man.openbsd.org/wpi.4">wpi(4)</a> users to select a fixed rate.
<!-- 2008/12/02 -->
<li>Fix USB packet size handling in <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a>.
<li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> follow RFC 4254 instead of triggering 'Non-public channel' error messages on some sshd systems.
<li>Preliminary support in <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> for Intel WiFi Link 5150.
<!-- 2008/12/01 -->
<li>Initial support for neighbor expiry in <a href="https://man.openbsd.org/dvmrpd.8">dvmrpd(8)</a>.
<li>Added Huawei E510 to the list of supported <a href="https://man.openbsd.org/umsm.4">umsm(4)</a> devices.
<li>Updated xf86-video-intel to 2.4.3.
<li>Initial version of the <a href="https://man.openbsd.org/bt.conf.5">bt.conf(5)</a> file.
<li>In <a href="https://man.openbsd.org/jme.4">jme(4)</a>, configure clock source for TX mac/offload engines. Required for JMC261-based devices.
<!-- 2008/11/30 -->
<li>Remove ukbd support for keyboard/mouse over bluetooth on landisk GENERIC kernels.
<li>Make <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> set up three isoc transfers at a time to not miss frames.
<!-- 2008/11/29 -->
<li>Added initial support in <a href="https://man.openbsd.org/re.4">re(4)</a> for 8168D/8111D-based devices.
<!-- 2008/11/28 -->
<li>Added sndio support to <a href="https://man.openbsd.org/cdio.1">cdio(1)</a>.
<li>Fix for 64-bit high-speed isoc USB transfers in <a href="https://man.openbsd.org/ehci.4">ehci(4)</a>.
<li>Initial <a href="https://man.openbsd.org/gpiodcf.4">gpiodcf(4)</a> driver that attaches to a GPIO pin, decodes the signal from an attached DCF77, HG or TDF receiver and provides a timedelta.
<!-- 2008/11/27 -->
<li>Make <a href="https://man.openbsd.org/growfs.8">growfs(8)</a> refuse to work on dirty filesystems, and set the filesystem to dirty when done, to force fsck afterwards.
<li>Initial driver for the Netgear WG1111v2 RTL8187-based devices in <a href="https://man.openbsd.org/urtw.4">urtw(4)</a>.
<!-- 2008/11/26 -->
<li>Enabled bluetooth on alpha, amd64, armish, hppa, i386, landisk, macppc, sparc64 and zaurus GENERIC kernels.
<li>Better avoid network livelock by adding a timeout that will reduce high water marks on network interfaces if we never get below softclock.
<li>Fix <a href="https://man.openbsd.org/pf.4">pf(4)</a> state linking for v6-over-v4 <a href="https://man.openbsd.org/gif.4">gif(4)</a> tunnels.
<li>Only allow to set <a href="https://man.openbsd.org/gpio.4">gpio(4)</a> pin configuration on securelevel 0. Also allows to give the pin names.
<!-- 2008/11/25 -->
<li>Initial port of the xscale based gumstix platform and the ARM based OpenMoko.
<li>Implemented <a href="https://man.openbsd.org/btd.8">btd(8)</a> config reloading.
<li>Move <a href="https://man.openbsd.org/em.4">em(4)</a> RX ring allocation to have 4 mbufs and then allocate more on demand.
<li>Switch buffer usage in <a href="https://man.openbsd.org/wd.4">wd(4)</a> to a simple m_devget() call to copy a packet from the RX DMA ring.
<!-- 2008/11/24 -->
<li>Imported <a href="https://man.openbsd.org/btd.8">btd(8)</a> and <a href="https://man.openbsd.org/btctl.8">btctl(8)</a>, Bluetooth daemon and control utility.
<li>Fix panic at attach in <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> by sanitizing wrong bDefaultFrameIndex values.
<li>Imported <a href="https://man.openbsd.org/btsco.4">btsco(4)</a> into the Bluetooth stack.
<li>Introduced route hold down in <a href="https://man.openbsd.org/dvmrpd.8">dvmrpd(8)</a>.
<li>Move <a href="https://man.openbsd.org/vic.4">vic(4)</a> from the 4k to the 9k jumbo allocator.
<li>Enable the 8, 9, 12, 16 and 64k backend allocators for mbuf clusters.
<li>Initial support in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> for stub areas.
<li>Make the kernel allow allocations larger than PAGE_SIZE from pools.
<li>Queue tc randomness when available, to improve the early arc4random() calls.
<li>Allow entropy to be queued before randomattach() is called.
<li>Fix old <a href="https://man.openbsd.org/make.1">make(1)</a> bug.
<li>Move <a href="https://man.openbsd.org/vic.4">vic(4)</a> jumbo frame allocator to use the second RX ring and populate it with 4k frames.
<li>Move the cardbus code use workq.
<li>Add -A and -D to <a href="https://man.openbsd.org/gpioctl.8">gpioctl(8)</a> to attach and detach gpio devices at runtime.
<li>Move <a href="https://man.openbsd.org/vic.4">vic(4)</a> to the new cluster allocator so it can start out with 4 mbufs on the ring and allocate more on demand.
<li>Add several backend pools to allocate kernel mbuf clusters of various sizes out of.
<li>Implemented link-state tracking on the routing table.
<!-- 2008/11/23 -->
<li>Make the random pool seed with the dmesg buffer at randomattach() so early arc4random() calls return something unique on different machines.
<li>Prevent infinite loop in <a href="https://man.openbsd.org/bc.1">bc(1)</a>.
<li>Reworked <a href="https://man.openbsd.org/sdmmc.4">sdmmc(4)</a> locking to remove recursion.
<li>Make sure we handle ext2fs with big inodes.
<li>Added <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> support for <a href="https://man.openbsd.org/aoe.4">aoe(4)</a>.
<li>Move inteldrm vblank data allocations to attach, not at irq enable.
<li>Removed the final bits of <a href="https://man.openbsd.org/pccom.4">pccom(4)</a>.
<li>Enable <a href="https://man.openbsd.org/bio.4">bio(4)</a> on <a href="https://man.openbsd.org/mpi.4">mpi(4)</a>.
<li>Fix IPv6 related crashes by checking cached v6 routes to make sure they are still valid.
<!-- 2008/11/22 -->
<li>In the installer scripts, create new <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> device files whenever a dhclient is started to allow for multiple interfaces being configured with DHCP during install and upgrades.
<li>Move the DRM drivers from attaching to the VGA bus to a similar scheme as the <a href="https://man.openbsd.org/audio.4">audio(4)</a> interfaces, making it essentially bus independent.
<li>Make <a href="https://man.openbsd.org/bge.4">bge(4)</a> perform bus_dmamap_syncs on the RX mbufs.
<li>Allow wired memory on i386 to be accounted. Users are now allowed to call mlock, while the limit is imposed by the current MLIMIT_MEMLOCK.
<li>Move i386, amd64 and sparc64 to cpu_unidle, to replace what signotify used to do.
<li>Enabled a use-after-free protection for kernel memory pools.
<li>Fix in <a href="https://man.openbsd.org/ahci.4">ahci(4)</a> for some NVidia MCP77 AHCI controllers.
<li>Re-enabled ACPI PDC support for amd64 machines.
<li>Make <a href="https://man.openbsd.org/config.8">config(8)</a> enable selected by attribute work.
<!-- 2008/11/21 -->
<li>Synced the bluetooth code with NetBSD.
<li>Relax FAT sanity checks so any two-byte jmp followed by a NOP or a three-byte jmp will be acceptable as preamble to a FAT boot sector.
<li>Moved Option Globetrotter GT Fusion from <a href="https://man.openbsd.org/ubsa.4">ubsa(4)</a> to <a href="https://man.openbsd.org/umsm.4">umsm(4)</a>.
<li>Reverted -fpie for powerpc.
<li>Make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> track nexthops when the underlying route is changing.
<li>Backout the new powerpc interrupt subsystem, some bug still left to find.
<!-- 2008/11/20 -->
<li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> disconnect on padding errors too.
<li>In <a href="https://man.openbsd.org/dvmrpd.8">dvmrpd(8)</a>, introduce support for flash updates.
<li>Make both <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> and <a href="https://man.openbsd.org/audio.4">audio(4)</a> backends use the AUDIODEVICE environment variable to determine the sockets or device to use.
<!-- 2008/11/19 -->
<li>Move allocations between half a page and a page as close to the end of the page as possible.
<li>Reduce the leeway <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> allows when moving allocations to the end of a page to 0.
<li>Do not reset the TX threshold value in <a href="https://man.openbsd.org/xl.4">xl(4)</a> when xl_init() is called, also make sure the TX queue is empty before clearing the watchdog timer.
<!-- 2008/11/18 -->
<li>Make <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> jack sensors available as read-only mixer items.
<!-- 2008/11/17 -->
<!-- 2008/11/16 -->
<li>Add HP P711m and P721m to the list of supported <a href="https://man.openbsd.org/ciss.4">ciss(4)</a> devices.
<li>Use the generic <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> mixer configuration for Realtek ALC codecs. Adds output.master to ALC885 and ALC888.
<li>Allow <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> to listen on multiple sockets.
<li>In <a href="https://man.openbsd.org/aucat.1">aucat(1)</a>, make clients inherit the volume parameter when the -v option is used in server mode.
<li>Make sure <a href="https://man.openbsd.org/wpi.4">wpi(4)</a> and <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> clear pending interrupts in the driver attach routine.
<!-- 2008/11/15 -->
<!-- 2008/11/14 -->
<li>Make <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> differ between IPV4_ADDR and IPV4_ADDR_SUBNET depending on if you add a "/32" on the address or not to help interop with other IKE implementations.
<li>Upgraded <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.7.
<!-- 2008/11/13 -->
<li>Add support for ST's chips in the <a href="https://man.openbsd.org/sdtemp.4">sdtemp(4)</a> driver.
<li>Help the 802.11 code to mitigate the MIC failure notification attack to guess the CRC.
<!-- 2008/11/12 -->
<!-- 2008/11/11 -->
<li>Added support in <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> for Position Independent Executables, PIE. Adds -fpie and -fPIE flags.
<li>Enabled support in <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> for debugging PIE programs.
<li>Make <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> expose the volume knob in server mode too.
<li>Use RFC2409-compliant notification messages in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> when client identities are not valid during phase 2.
<li>Make <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> in non-server mode terminate when it is idle.
<!-- 2008/11/10 -->
<li>Make sure any kernel operations done with a process's directories are atomic and not after sleeping.
<li>In <a href="https://man.openbsd.org/aucat.1">aucat(1)</a>, add a per-stream "soft volume".
<li>Fixes for <a href="https://man.openbsd.org/monop.6">monop(6)</a> rules when buying hotels.
<!-- 2008/11/09 -->
<li>Added eMPIA Technology 2761 to the list of supported <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> devices.
<li>Added BULK xfer support to <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a>.
<li>Make <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> stop the audio device if it is idle when in server mode.
<li>Prevent apps that poll a stopped sndio device from using 100% CPU.
<li>New <a href="https://man.openbsd.org/agp.4">agp(4)</a> attach code, similar to how <a href="https://man.openbsd.org/audio.4">audio(4)</a> attaches.
<!-- 2008/11/08 -->
<li>New <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> code to create VLAN encapsulation from the tag stored in the mbuf header.
<li>Make the kernel fork code allocate required space for systrace early so we are sure the activation code wont sleep in sensitive places.
<li>Major overhaul of <a href="https://man.openbsd.org/wpi.4">wpi(4)</a> to bring in HW CCMP encryption/decryption among other things. Requires new wpi-firmware.
<!-- 2008/11/07 -->
<li><strong>RELIABILITY FIX: Problems with DH0_DHCP_OPTIONS_OVERLOAD in <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>.</strong><br>
<a href="errata44.html#006_dhcpd">A source code patch is available</a>.<br>
<a href="stable.html">[Applied to stable]</a>
<li>Add malloc and bucket views to <a href="https://man.openbsd.org/systat.1">systat(1)</a>.
<li>Added new <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> ddb.trigger to take the OS into the <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> debugger if ddb.console=1 and the write comes from the actual console tty.
<li>Fixes for <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> LACP code to help it work with Catalyst 3500s.
<li>Better initialization for BCM5906 based <a href="https://man.openbsd.org/bge.4">bge(4)</a> devices.
<li>Set default coalescence factor to 64 for both RX and TX on <a href="https://man.openbsd.org/jme.4">jme(4)</a> devices.
<li>Make libsndio expose the block size in the sndio API.
<li>Fix for <a href="https://man.openbsd.org/gem.4">gem(4)</a> TX FIFO threshold underruns.
<!-- 2008/11/06 -->
<li>Set default acceleration for i830 graphic chips to EXA.
<!-- 2008/11/05 -->
<li>Set the IFCAP_VLAN_MTU for <a href="https://man.openbsd.org/aue.4">aue(4)</a>, <a href="https://man.openbsd.org/axe.4">axe(4)</a>, <a href="https://man.openbsd.org/mos.4">mos(4)</a> and <a href="https://man.openbsd.org/url.4">url(4)</a> so they are allowed to transmit full sized VLAN tagged frames.
<li>Added support for iso8859-13 in <a href="https://man.openbsd.org/lynx.1">lynx(1)</a>.
<!-- 2008/11/04 -->
<li>Various <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> CPU usage reductions.
<li>Added support for the J-PAKE password protocol to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, not enabled by default.
<!-- 2008/11/03 -->
<li>Various <a href="https://man.openbsd.org/make.1">make(1)</a> improvements.
<li>Reduce <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> CPU usage when only channel conversion are required.
<li>Updated xf86-video-nv to 2.1.12 and xf86-video-openchrome to 0.2.903.
<li>For <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> devices, add HW CCMP encryption/decryption support of unicast frames.
<li>Added ~x support to <a href="https://man.openbsd.org/mail.1">mail(1)</a>.
<!-- 2008/11/02 -->
<li>Updated xf86-video-sunffb to 1.2.0.
<li>Added support for w83627dhg devices in the i2c driver.
<li>Updated xserver to 1.5.2 in the xenocara tree.
<li>Updated Mesa to 7.2 in the xenocara tree.
<!-- 2008/11/01 -->
<li>Added a view in <a href="https://man.openbsd.org/systat.1">systat(1)</a> that shows <a href="https://man.openbsd.org/pool.9">pool(9)</a> information.
<li>Disabled portalfs in the GENERIC kernels.
<li>Initial version of <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>, an smtp server implementation.
<li>Updated xf86-video-radeonhd to 1.2.3.
<!-- 2008/10/31 -->
<li>For <a href="https://man.openbsd.org/systat.1">systat(1)</a>, improve reporting of cache misses in the vmstat view.
<!-- 2008/10/30 -->
<li>In <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>, add support for converter groups where members have non-identical sample size and rate capabilities.
<li>Fix building of <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> for non-INET6 kernels.
<li>Use msleep() in the reaper code, to prevent it from losing events.
<li>Make arp resolving less prone to loose packets by queueing small burst of packets.
<!-- 2008/10/29 -->
<li>Added support in <a href="https://man.openbsd.org/emu.4">emu(4)</a> for Audigy 2 Value based devices.
<li>Add <a href="https://man.openbsd.org/bio.4">bio(4)</a> support to <a href="https://man.openbsd.org/cac.4">cac(4)</a>.
<!-- 2008/10/28 -->
<li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>, skip 'urpf-failed' test for IPv6 link local addresses.
<li>Avoid infinite recursion in the <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> stack protection code.
<li>Added support for multiple <a href="https://man.openbsd.org/pflow.4">pflow(4)</a> interfaces.
<li>Do DNS resolution in a separate process for <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a>.
<li>Various updates to the <a href="https://man.openbsd.org/bio.4">bio(4)</a> support in <a href="https://man.openbsd.org/ami.4">ami(4)</a>.
<li>Added beginnings of <a href="https://man.openbsd.org/bio.4">bio(4)</a> support for <a href="https://man.openbsd.org/mpi.4">mpi(4)</a>.
<li>Feed IPv6 flow label in <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> hash calculation.
<li>for <a href="https://man.openbsd.org/trunk.4">trunk(4)</a>, show the ACTIVE flag in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> for the single interface that is active in failover mode.
<!-- 2008/10/27 -->
<li>Re-added TX Vlan tag insertion on <a href="https://man.openbsd.org/nge.4">nge(4)</a>, and RX Vlan tag stripping for <a href="https://man.openbsd.org/nfe.4">nfe(4)</a>.
<li>Fix for 4-channel output on <a href="https://man.openbsd.org/auich.4">auich(4)</a> for SiS 7012-based devices.
<li>Try harder to use ACPI on i386 machines.
<li>Updated Time Zone data to tzdata2008i.
<!-- 2008/10/26 -->
<li>In <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> for AD1984 based devices, connect headphones to the proper DAC.
<li>Plug mbuf leak in the NFS RPC record error case.
<li>Added minimal audio server capability to <a href="https://man.openbsd.org/aucat.1">aucat(1)</a>.
<!-- 2008/10/25 -->
<!-- 2008/10/24 -->
<li>Make <a href="https://man.openbsd.org/pkg_create.1">pkg_create(1)</a> default to sha256.
<li>Added <a href="https://man.openbsd.org/auacer.4">auacer(4)</a> to amd64 and i386 GENERIC kernels.
<!-- 2008/10/23 -->
<li>Fix for "uvm_km thread out of memory" situation.
<li>Added S/PDIF output support for <a href="https://man.openbsd.org/ac97.4">ac97(4)</a>, <a href="https://man.openbsd.org/auich.4">auich(4)</a> and <a href="https://man.openbsd.org/auvia.4">auvia(4)</a>.
<li>Enabled 4 and 6 channel support in <a href="https://man.openbsd.org/auich.4">auich(4)</a>.
<li>Added <a href="https://man.openbsd.org/mos.4">mos(4)</a> to amd64, i386, macppc and sparc64 GENERIC and RAMDISK kernels.
<li>Initial version of a <a href="https://man.openbsd.org/mos.4">mos(4)</a> driver for MOSCHIP MCS7x30 USB Ethernet chips.
<li>For older IT8712 based <a href="https://man.openbsd.org/it.4">it(4)</a> chips, round up to nearest minute 16-bit timeout.
<!-- 2008/10/22 -->
<li>Make <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> power down the codec if it has no audio functions groups.
<li>Make <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a> log pcap stats upon SIGUSR1.
<!-- 2008/10/21 -->
<li>Added FAN4 and FAN5 support to IT87(16,18,26) based <a href="https://man.openbsd.org/it.4">it(4)</a> devices.
<li>Add TX vlan tag insertion and RX vlan tag stripping to <a href="https://man.openbsd.org/stge.4">stge(4)</a> and <a href="https://man.openbsd.org/vge.4">vge(4)</a>.
<li>Added bpf/tcpdump support to <a href="https://man.openbsd.org/pflow.4">pflow(4)</a>.
<!-- 2008/10/20 -->
<li>RX vlan stripping for <a href="https://man.openbsd.org/xge.4">xge(4)</a>.
<li>Re-added TX vlan insertion and RX vlan stripping for <a href="https://man.openbsd.org/ixgb.4">ixgb(4)</a> interfaces.
<li>For <a href="https://man.openbsd.org/jme.4">jme(4)</a>, enable support for RX checksum offload, RX vlan stripping and TX vlan insertion.
<!-- 2008/10/19 -->
<li>RX vlan stripping for <a href="https://man.openbsd.org/ti.4">ti(4)</a> and <a href="https://man.openbsd.org/bnx.4">bnx(4)</a>.
<!-- 2008/10/18 -->
<!-- 2008/10/17 -->
<li>Re-added RX vlan tag stripping to <a href="https://man.openbsd.org/bge.4">bge(4)</a>, and <a href="https://man.openbsd.org/em.4">em(4)</a>, and TX vlan insertion for <a href="https://man.openbsd.org/em.4">em(4)</a>.
<li>In <a href="https://man.openbsd.org/mpe.4">mpe(4)</a>, prevent users from assigning reserved labels to interfaces.
<!-- 2008/10/16 -->
<li>Make <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> handle resume when local file does not exist.
<li>Added S/PDIF support in <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>.
<li>Make <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> handle interfaces with and without hardware vlan tag support and forward packets inbetween.
<li>Make -a default for <a href="https://man.openbsd.org/usbhidctl.1">usbhidctl(1)</a>.
<li>Make the <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> code drop promiscuously received packets if the vlan interface is not in promiscuous mode itself.
<li>Added support in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> for IEEE LACP and MARKER protocols as per 802.3ad.
<!-- 2008/10/15 -->
<li>Make PPPoE sessions IDs unique per receiving interface so interfaces can reuse it on different networks.
<li>Added <a href="https://man.openbsd.org/ichiic.4">ichiic(4)</a> driver for ICH10.
<li>Make -a default for <a href="https://man.openbsd.org/radioctl.1">radioctl(1)</a>.
<li>In the <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> driver, remove unconnected pins from connection and mixer lists.
<li>Make <a href="https://man.openbsd.org/random.9">random(9)</a> return per-cpu values.
<li>Enabled inteldrm and radeondrm on both amd64 and i386 GENERIC kernels.
<!-- 2008/10/14 -->
<li>Make the kernel random device yield between copying out large chunks of random data to userspace.
<li>Enabled <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a> in normal builds.
<li>Added support for referrals and lists of attributes to <a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a>.
<li>Make MPLS handle IPv4 and IPv6 explicit null labels.
<li>Try to get MAC address from <a href="https://man.openbsd.org/jme.4">jme(4)</a> devices even though the imported driver was trying to randomize one for us.
<!-- 2008/10/13 -->
<li>Added a method in libpciaccess to read the legacy BIOS region on alpha/amd64/i386.
<li>Updated xedit to 1.1.1 and xf86-input-mutouch to 1.2.1.
<li>Rewrite of <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>, added support for Intel WiFi Link 5000 series adapters. Requires an iwn-firmware upgrade, even for 4965AGN devices.
<li>Disabled IPv6 PCB linking for UDP packets.
<li>Updated Time Zone data to tzdata2008g.
<!-- 2008/10/12 -->
<li>Updated xf86-video-tseng to 1.2.0, xf86-video-tdfx to 1.4.0, xf86-video-voodoo to 1.2.0 and xf86-video-vmware to 10.16.5.
<li>Updated xf86-video-s3 to 0.6.0, xf86-video-s3virge to 1.10.1, xf86-video-savage to 2.2.1 and xf86-video-trident to 1.3.0.
<li>Updated xf86-video-i128 to 1.3.1, xf86-video-i740 to 1.2.0 and xf86-video-rendition to 4.2.0.
<li>Updated xf86-video-vesa to 2.0.0, xf86-video-intel to 2.4.2 and xf86-video-glint to 1.2.1.
<li>Adjusted the socppc platform to the redesigned powerpc interrupt architecture.
<!-- 2008/10/11 -->
<li>Make <a href="https://man.openbsd.org/sparc64/vcons.0">vcons(4)</a> on sparc64 interrupt driven.
<li>For <a href="https://man.openbsd.org/re.4">re(4)</a> devices, use hardware timer to simulate interrupt moderation.
<li>Fix kernel internal pool allocator to check for PR_WAITOK instead of M_NOWAIT.
<!-- 2008/10/10 -->
<li>Removed /dev/prandom.
<li>Improve -X output in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> for PPP packets.
<li>Added <a href="https://man.openbsd.org/rum.4">rum(4)</a> to the mips64 GENERIC kernel.
<li>Added missing <a href="https://man.openbsd.org/spl.9">spl(9)</a> in the <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> driver for codec command setting/retrieval.
<!-- 2008/10/09 -->
<li>Teach <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> about &#36;OpenBSD&#36; expansions.
<li>When adding a new user with <a href="https://man.openbsd.org/user.8">user(8)</a>, do not move YP lines to the end of the file.
<li>For amd64 and i386, skip memory areas smaller than 1 MB above the 16 MB boundary to deal with buggy ACPI BIOSes.
<li>Prevent crash in socket timeout code by handling HZ calculations with unsigned numbers to prevent negative results.
<li>Plug memory leak in <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> after sending a trap.
<!-- 2008/10/08 -->
<li>Support setting PermitEmptyPasswords in a Match block in <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>.
<li>Added an -y option to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> to force logging via syslog rather than stderr.
<li>Make <a href="https://man.openbsd.org/pppd.8">pppd(8)</a> report both IP addresses if the setup fails due to either the local or the destination address already exists.
<li>Make <a href="https://man.openbsd.org/vmstat.8">vmstat(8)</a> handle interrupt rate calculations over 2 billions.
<li>Make <a href="https://man.openbsd.org/sed.1">sed(1)</a> handle arbitrarily long lines. Also plug a memory leak.
<li>For "gunzip -N", store the extracted file if the header has no directory as if the -N was not specified.
<li>Make <a href="https://man.openbsd.org/systat.1">systat(1)</a> in pftop mode print child queues right under their respective interface root queues.
<li>Make <a href="https://man.openbsd.org/mtree.8">mtree(8)</a> return the correct exit codes for extra files.
<!-- 2008/10/07 -->
<li>Enabled GL for libraries but not the X server on SGI mips64 machines.
<li>Added <a href="https://man.openbsd.org/uhci.4">uhci(4)</a> at <a href="https://man.openbsd.org/cardbus.4">cardbus(4)</a> on amd64 and i386 GENERIC kernels.
<li>Fix alpha ieeefp emulation code when converting doubles to unsigned long ints.
<li>Prevent <a href="https://man.openbsd.org/sed.1">sed(1)</a> 'l' command from encoding newlines.
<li>Make sure page 0 is selected when initializing the <a href="https://man.openbsd.org/eephy.4">eephy(4)</a>.
<li>Fix memory leak in the <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> dsdt scope evaluation code.
<li>Better signal protection against races in <a href="https://man.openbsd.org/authpf.8">authpf(8)</a>.
<li>If <a href="https://man.openbsd.org/lii.4">lii(4)</a> driver fails to read the MAC address from the eeprom, fallback to reading the MAC address registers.
<li>If <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> fails to fetch a config page for a SAS target, let the scsi midlayer try to probe it again.
<!-- 2008/10/06 -->
<li>Make <a href="https://man.openbsd.org/pcidump.8">pcidump(8)</a> dump PCI devices from all the domains available in the system.
<li>Make <a href="https://man.openbsd.org/fstat.1">fstat(1)</a>, <a href="https://man.openbsd.org/pstat.8">pstat(8)</a> and some <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> entries hide file offsets and other information unless the user is the owner or superuser.
<li>Do not exit in <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> if the logfile specified on the command line can not be created due to a path component not existing.
<li>Updated <a href="https://man.openbsd.org/awk.1">awk(1)</a> to version 20071023.
<li>In <a href="https://man.openbsd.org/ehci.4">ehci(4)</a>, don't force multi transaction endpoints down to single transactions.
<li>Add missing checks for sc_focus in the <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> driver.
<!-- 2008/10/05 -->
<li>Updated Time Zone data to tzdata2008g and code to tzcode2008g.
<li>Make <a href="https://man.openbsd.org/sendbug.1">sendbug(1)</a> parse all arguments before it starts working.
<li>Fix for <a href="https://man.openbsd.org/em.4">em(4)</a> link state getting stuck in LINK_STATE_UNKNOWN.
<!-- 2008/10/04 -->
<li>Added a pciutils like pci.ids file in xenocara for libpciaccess.
<li>When closing the video stream in <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a>, switch back to the default interface as a last action.
<!-- 2008/10/03 -->
<li>Make libc <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> avoid splitting up regions when purging stuff from the cache and also, when increasing the size of an allocation, try mapping the region next to the existing one first.
<li>For amd64 DDB, make extra CPUs 'hlt' instead of spin in a tight loop.
<li>Added new -D option to <a href="https://man.openbsd.org/spamd-setup.8">spamd-setup(8)</a> to daemonize on early startup.
<li>In <a href="https://man.openbsd.org/quiz.6">quiz(6)</a>, fix long group handling.
<li>64-bit fix for <a href="https://man.openbsd.org/adventure.6">adventure(6)</a> save files.
<!-- 2008/10/02 -->
<li>Make <a href="https://man.openbsd.org/sigwait.3">sigwait(3)</a> work correctly for some cases where the signal could be diverted but <a href="https://man.openbsd.org/sigwait.3">sigwait(3)</a> would still block.
<li>Repair <a href="https://man.openbsd.org/ppp.8">ppp(8)</a> "set reconnect random 0".
<li>Cleanup of ethernet <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a> handling, also makes drivers return the correct errno of ENOTTY instead of EINVAL/ENXIO when encountering unknown ioctl's.
<li>Fix <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> <a href="https://man.openbsd.org/mmap.2">mmap(2)</a> error checking to be correct 64-bit addresses.
<li>Fix <a href="https://man.openbsd.org/auvia.4">auvia(4)</a> ring descriptor problem by not using the 256th descriptor.
<li>Fix for <a href="https://man.openbsd.org/huntd.6">huntd(6)</a> and add -b option to allow it to run in the background.
<li>Added the IBM 4810 SCC to the list of supported <a href="https://man.openbsd.org/puc.4">puc(4)</a> devices.
<li>Fix in <a href="https://man.openbsd.org/pf.4">pf(4)</a> when using sticky-address and a matching pass rule uses reply-to.
<li>Make closed, disconnected or otherwise failed sockets still return stat information.
<li>Implemented <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> "set state-defaults X" to list state options to apply to all rules which do not have explicit "keep state" rules.
<!-- 2008/10/01 -->
<li>Added POSIX character class support for <a href="https://man.openbsd.org/fnmatch.3">fnmatch(3)</a> and <a href="https://man.openbsd.org/glob.3">glob(3)</a>.
<li>Make sure received IPv6 neighbor solicitations which isn't from the unspecified address match one of the interfaces address prefixes.
<li>Make <a href="https://man.openbsd.org/lockspool.1">lockspool(1)</a> use the real uid instead of getlogin().
<li>Fix in the libc DB code for sequential retrieval failures when using large key/data pairs.
<li>Make <a href="https://man.openbsd.org/acpiasus.4">acpiasus(4)</a> handle the two ACPI events sent from the display cycle key.
<li>Better stability for hppa machines by more aggressive cache flushing.
<!-- 2008/09/30 -->
<li>Provide a scsi probe hook in <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> that checks if an atapi device is plugged into SAS <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> variants.
<li>Make the macppc properly count memory where OpenFirmware reports zero-sized entries in between filled memory banks.
<li>Make <a href="https://man.openbsd.org/w.1">w(1)</a> properly display files with embedded colons being transferred via ftp.
<li>Make <a href="https://man.openbsd.org/ftpd.8">ftpd(8)</a> always say "User %s access denied" in all cases to avoid problems when parsing the results. Also do not close the connection on 530 results.
<li>Fix "-m mode" in conjunction with the -p flag for <a href="https://man.openbsd.org/mkdir.1">mkdir(1)</a>.
<li>Fix occasional mfs-related panic on reboot.
<li>Fix in <a href="https://man.openbsd.org/lynx.1">lynx(1)</a> gopher code.
<!-- 2008/09/29 -->
<li>Added Xinerama and XRandR dual head support in <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>.
<li>Added <a href="https://man.openbsd.org/jme.4">jme(4)</a> to sparc64 GENERIC and RAMDISK kernels.
<li>Added I-O DATA PCET/TX-R to the list of supported <a href="https://man.openbsd.org/ne.4">ne(4)</a> devices.
<li>When running <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a> in debug mode, prevent closing of random file descriptor.
<li>Updated <a href="https://man.openbsd.org/perl.1">perl(1)</a> to 5.10.0.
<li>Fix logic in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> where IPv6 prefixes would match on a simple "deny from any prefix 0.0.0.0/0".
<li>Enabled <a href="https://man.openbsd.org/jme.4">jme(4)</a> JMicron Ethernet on amd64 and i386 GENERIC and RAMDISK kernels.
<li>Use pools to do memory allocations for all sizes that are less or equal to the page size.
<li>Allow <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> to listen on a port range for redirections.
<li>Make it possible for <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> to learn new interfaces during runtime.
<!-- 2008/09/28 -->
<li>Make sure we clear the PF state key when a IP (v4 or v6) exits a <a href="https://man.openbsd.org/gif.4">gif(4)</a> tunnel.
<!-- 2008/09/27 -->
<li>Updated <a href="https://man.openbsd.org/isp.4">isp(4)</a> 12160 firmware from 10.04.32 to 10.04.41.
<li>Initial implementation of 802.11x PMKSA caching and pre-authentication.
<!-- 2008/09/26 -->
<li>Add support in <a href="https://man.openbsd.org/agp.4">agp(4)</a> to attach Intel Q35 integrated video.
<li>Added support in <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> to add an additional restricted control socket.
<li>Added support in <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> for proxies with password.
<li>Added a <a href="https://man.openbsd.org/jme.4">jme(4)</a> driver for the JMicron JMC250/260 Ethernet controllers.
<!-- 2008/09/25 -->
<li>Added a driver for the Attansic F1 PHY.
<!-- 2008/09/24 -->
<li>Fix <a href="https://man.openbsd.org/vr.4">vr(4)</a> panic seen under high load.
<!-- 2008/09/23 -->
<li>Updated <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> to version 237 and pixman to 0.12.0.
<li>Stop <a href="https://man.openbsd.org/uvm.9">uvm(9)</a> from merging userland map entries.
<!-- 2008/09/22 -->
<li>Added support in <a href="https://man.openbsd.org/uath.4">uath(4)</a> for Philips SNU6500.
<li>Make <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> display the current window title, not a previous one in the case of "show all" in the window search dialogue.
<!-- 2008/09/21 -->
<!-- 2008/09/20 -->
<li>Make X on sparc64 stop messing with the PCI BARs. Makes the ATI driver work again on Ultra5/10.
<!-- 2008/09/19 -->
<li>Perform mvme197 latency timer reprogramming on the boot blocks, in addition to the kernel.
<li>Fix problems and races with POSIX file locking.
<!-- 2008/09/18 -->
<li>Increase the maximum length of the #! interpreter path from 64 to 128.
<li>Initial infrastructure to support hardware VLAN tag stripping.
<li>Reworked drm locking in xenocara.
<li>Fix <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> for gcc2 architectures.
<li>Added a flag to <a href="https://man.openbsd.org/procmap.1">procmap(1)</a> to print amap usage.
<!-- 2008/09/17 -->
<li>Redesigned powerpc interrupt architecture.
<li>Fix crash in <a href="https://man.openbsd.org/pflow.4">pflow(4)</a> on a not correctly configured pflow interface.
<li>Added a key in <a href="https://man.openbsd.org/sysmerge.8">sysmerge(8)</a> to see a diff between the merged file and the new or old file.
<li>Make <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> and OpenCVS use <a href="https://man.openbsd.org/getlogin.2">getlogin(2)</a> when committing as root (or via <a href="https://man.openbsd.org/su.1">su(1)</a>/<a href="https://man.openbsd.org/sudo.8">sudo(8)</a>).
<!-- 2008/09/16 -->
<li>Fix probing on SGI machines for com@ioc.
<li>Updated xf86-video-cirrus to 1.2.1.
<li>Added support in <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> for reading auxiliary vectors.
<li>Make it possible to get the ELF auxiliary vector through <a href="https://man.openbsd.org/ptrace.2">ptrace(2)</a>.
<li>Added <a href="https://man.openbsd.org/netstat.8">netstat(8)</a> statistics for <a href="https://man.openbsd.org/pflow.4">pflow(4)</a>.
<!-- 2008/09/15 -->
<li>Added support in DDB for SMP powerpc machines.
<li>Enabled dirty buffer detection in <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
<li>Updated timezone data files to tzdata2008f.
<!-- 2008/09/14 -->
<li>Removed deprecated applications from xenocara, including lbxproxy, xphelloworld, xplsprinters and xprehashprinterlist.
<!-- 2008/09/13 -->
<li>Added <a href="https://man.openbsd.org/xcompmgr.1">xcompmgr(1)</a> to xenocara.
<!-- 2008/09/12 -->
<li>Make <a href="https://man.openbsd.org/ftpd.8">ftpd(8)</a> not split large commands into multiple commands on a 512-byte boundary. Prevents some attacks.
<li>Allow a user defined MERGE_CMD to be used in <a href="https://man.openbsd.org/sysmerge.8">sysmerge(8)</a>.
<li>Plugged two memory leaks in OpenCVS while using -r argument with various CVS commands.
<li>Make OpenCVS be very conservative about state changes with "admin -s".
<li>Make sure the IPv6 icmp mbuf recycle code clears the recorded <a href="https://man.openbsd.org/pf.4">pf(4)</a> state information.
<li>In <a href="https://man.openbsd.org/acpitz.4">acpitz(4)</a>, try to send fan commands to "power resources" objects, makes some HP laptops run cooler and quieter.
<li>For <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a>, move DNS lookups to its own process so it will not block ntp.
<li>Make the <a href="https://man.openbsd.org/uvm.9">uvm(9)</a> waste less memory for amaps.
<!-- 2008/09/11 -->
<li>Fix for <a href="https://man.openbsd.org/dc.4">dc(4)</a> watchdog timer, and make sure we don't clear IFF_OACTIVE unless there are at least 6 free TX descriptors available.
<!-- 2008/09/10 -->
<li>Make the NFS kq code issue a NOTE_TRUNCATE if the file size has shrunk.
<li>Fix <a href="https://man.openbsd.org/acpitz.4">acpitz(4)</a> Thermal Zone entities parsing when they are named object references instead of direct object references.
<li>Make some <a href="https://man.openbsd.org/dc.4">dc(4)</a> devices with broken DC_ISR_RX_STATE poll for RX packets, fixes <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> usage on affected interfaces.
<li>Added support for the ARM9e core to the ARM platform.
<li>Added support for 16-pin PCA9555 devices in <a href="https://man.openbsd.org/pcagpio.4">pcagpio(4)</a>.
<li>Fix memory free error in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> when carp_demote_get encounters an error.
<li>64-bit fixes for <a href="https://man.openbsd.org/acpidump.1">acpidump(1)</a>.
<!-- 2008/09/09 -->
<li>When waking a specific process sleeping on a unique address, don't traverse the full wakeup queue.
<li>Reenabled PF state key linking.
<li>Added 40-bit GART support for PCIE devices in the ATI drm code.
<li>Fix possible incorrect option handling in <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>.
<li>Added SparkLAN WCFM-100 to the list of supported <a href="https://man.openbsd.org/malo.4">malo(4)</a> devices.
<!-- 2008/09/08 -->
<li>Fix printing by group name in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
<li>Added <a href="https://man.openbsd.org/pflow.4">pflow(4)</a>, a NetFlow v5 compatible flow export interface.
<li>Make <a href="https://man.openbsd.org/eephy.4">eephy(4)</a> recognize Marvell 88E1116R Gig PHY.
<li>Added <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> option so it can get only newer files (-n) and specify maxdepth (-d) of recurrence.
<li>Enable support in <a href="https://man.openbsd.org/printf.1">printf(1)</a> for %a, %A and %F.
<li>Make <a href="https://man.openbsd.org/vmstat.1">vmstat(1)</a> show InUse rather than Releases for pools.
<li>Fixed link state issue in <a href="https://man.openbsd.org/bge.4">bge(4)</a>.
<!-- 2008/09/07 -->
<li>Update code for relative priorities of 802.3 Selector Field value so 100Base-T4 does not have higher priority than 100Base-TX Full duplex.
<li>Major libm overhaul.
<li>Updated inputproto to 1.4.4 and xinput to 1.3.0.
<!-- 2008/09/06 -->
<li>Allow some <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> set-style commands to have zero arguments.
<li>Updated OpenSSL to 0.9.8h.
<li>Make <a href="https://man.openbsd.org/pkg-config.1">pkg-config(1)</a> exit with a 0 return code when started with --help.
<!-- 2008/09/05 -->
<!-- 2008/09/04 -->
<li>Make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> ignore unknown SAFIs in the MP capabilities.
<!-- 2008/09/03 -->
<li>Make <a href="https://man.openbsd.org/ls.1">ls(1)</a> -ln and -nl combination behave identically, same for -gn and -ng. Also allow -m and -x to override -1Cgln if specified last.
<li>For <a href="https://man.openbsd.org/mount_vnd.8">mount_vnd(8)</a>, replace -s (sector size) option with more general -t (disktype) option which makes the vnd device emulate the geometry of the specified <a href="https://man.openbsd.org/disktab.5">disktab(5)</a> entry.
<li>Make <a href="https://man.openbsd.org/restore.8">restore(8)</a> start with a max tape buffer rather than 1/2 of the max, allows for automatic recognition of dumps written with 64k buffers.
<!-- 2008/09/02 -->
<li>Prevent possible overflow in <a href="https://man.openbsd.org/carp.4">carp(4)</a> when the sum of all demotion counters gets bigger than 255.
<li>Make <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> keep exec menu entries sorted.
<li>Make sure <a href="https://man.openbsd.org/sysmerge.8">sysmerge(8)</a> leaves no leftovers from sendmail in src when it stops unexpectedly.
<!-- 2008/09/01 -->
<li>Make <a href="https://man.openbsd.org/lpd.8">lpd(8)</a> more careful in checking disk space.
<li>Make <a href="https://man.openbsd.org/systat.1">systat(1)</a> pftop mode display direction In/Out/Any for rule display, not just In/Out.
<li>Add interrupt mitigation for Intel i9xx user_irq, should save a bit of power.
<li>Make sure <a href="https://man.openbsd.org/inet_pton.3">inet_pton(3)</a> does not overflow for large prefixes.
<li>Switched <a href="https://man.openbsd.org/ath.4">ath(4)</a> to softcrypto to enable support for WPA/WPA2.
<!-- 2008/08/31 -->
<!-- 2008/08/30 -->
<!-- 2008/08/29 -->
<li>Make sure the <a href="https://man.openbsd.org/re.4">re(4)</a> driver takes the PHY out of power down mode before probing for PHY.
<li>Fix <a href="https://man.openbsd.org/vi.1">vi(1)</a> cscope support in the case that someone provided a filename without a directory.
<!-- 2008/08/28 -->
<li>Added support for AMD Family 11h (Turion X2 Ultra et al) in <a href="https://man.openbsd.org/km.4">km(4)</a>.
<li>Fix <a href="https://man.openbsd.org/re.4">re(4)</a> multicast/promiscuous handling.
<li>Added WPA support to <a href="https://man.openbsd.org/iwi.4">iwi(4)</a>.
<li>Make sure the <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> driver does not try to attach rev 2 BCM431[1-2] chipsets, as they require v4 firmware and <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> currently uses v3.
<li>Added WPA support for <a href="https://man.openbsd.org/ipw.4">ipw(4)</a>.
<li>Fix for xf86-input-elographics, would get stuck in an infinite loop.
<li>Initial driver <a href="https://man.openbsd.org/auacer.4">auacer(4)</a> added to sparc64 GENERIC, for Acer Laber M5455 integrated sound found on recent Ultra workstations.
<!-- 2008/08/27 -->
<li>Enabled <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> on sgi GENERIC kernels.
<li>Updated xf86-input-keyboard to 1.3.1.
<li>Updated xwd to 1.0.2, xwininfo to 1.0.4 and libXau to 1.0.4.
<li>Fix length check in PPPoE when parsing discovery phase packets.
<!-- 2008/08/26 -->
<li>Added C-c target to <a href="https://man.openbsd.org/mg.1">mg(1)</a> so you can bind ctrl-c ctrl-c in your ~/.mg file.
<li>Fixed 128-bit divisions in <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> for amd64.
<li>Fix an <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> panic on sparc64 by aligning data in a struct better.
<li>Fixed a couple of problems in the <a href="https://man.openbsd.org/gem.4">gem(4)</a> driver that make the devices to get stuck.
<li>Updated libdrm to 2.3.1.
<li>Plug potential memory leak in the uvm_amap code.
<!-- 2008/08/25 -->
<li>Updated <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> to update 236.
<li>SGI machines now get an installXX.iso image to install from.
<li>Added support for <a href="https://man.openbsd.org/usb.4">usb(4)</a> devices on sgi.
<!-- 2008/08/24 -->
<li>Make NFS correctly invalidate attribute cache entries in case the vnode mode changes.
<li>Added support in <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> for processing unit controls.
<li>Stop making <a href="https://man.openbsd.org/sd.4">sd(4)</a> report CHS information, since it mostly is lies.
<!-- 2008/08/23 -->
<li>Updated xf86-video-chips to 1.2.0 and xf86-input-mouse to 1.3.0.
<li>Added support for Gunze touchpanels, found on Panasonic Toughbook CF-27.
<li>Updated xf86-video-ark to 0.7.0 and xf86-video-ast to 0.85.0.
<li>Make xf86-video-sunffb build on sparc64 machines.
<li>Updated the xenocara input code for: magellan, microtouch, mutouch, palmax, penmount, summa, tek4957, ur98 and vmmouse.
<li>Updated the xenocara input code for: acecad, calcomp, citron, digitaledge, dmc, dynapro, elo2300, elographics, fpit, hyperpen, jamstudio and xf86-input-joystick.
<li>Make mbstowcs() return the correct length of the wchar_t string in some cases.
<!-- 2008/08/22 -->
<li>Fixed the libc wcschr() function.
<li>For Vax machines, let <a href="https://man.openbsd.org/lkms.4">lkms(4)</a> support VSXXX-AB tablets in addition to the mice already supported.
<li>Smarter implementation of <a href="https://man.openbsd.org/calloc.3">calloc(3)</a>, based on <a href="https://man.openbsd.org/mmap.2">mmap(2)</a> returning zero filled pages.
<li>Merge <a href="https://man.openbsd.org/crunchgen.1">crunchgen(1)</a> and <a href="https://man.openbsd.org/crunchide.1">crunchide(1)</a> into one, and move to usr.sbin.
<li>Make sure OpenBSD sets _POSIX_JOB_CONTROL and _POSIX_SAVED_IDS to the correct values.
<li>Set the PIE address range on hppa, mips and sh to minimize mmap pressure.
<li>Make <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> commands which toggle settings take an explicit on or off argument.
<!-- 2008/08/21 -->
<li>In the libc getgrouplist code, after spotting a + record, continue scanning and pick up later groups in the file.
<li>Added sbus support code to xenocara to be able to support the sunffb driver.
<li>Updated the xf86-video-siliconmotion driver to 1.6.0.
<!-- 2008/08/20 -->
<li>Updated freetype in xenocara to 2.3.7.
<li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> allow ForceCommand internal-sftp with arguments.
<li>Initial minimal graphics driver for VAXstation 3[58}x0 LEGSS option. Limited to 8 bit and no acceleration.
<li>Enabled support for socket maps in <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a>.
<li>Make <a href="https://man.openbsd.org/gzip.1">gzip(1)</a> use and report errors the <a href="https://man.openbsd.org/inflate.3">inflate(3)</a> can return.
<!-- 2008/08/19 -->
<li>Allow devices attaching at boot to be disabled in UKC.
<li>Made it possible to enter DDB on macppc from a serial console.
<li>Added DLink DWA-110 to the list of supported <a href="https://man.openbsd.org/rum.4">rum(4)</a> devices.
<!-- 2008/08/18 -->
<li>Added support for the "Firefox" VAXstation 3[58][24]0 workstation machines.
<li>Added <a href="https://man.openbsd.org/stge.4">stge(4)</a> and <a href="https://man.openbsd.org/gentbi.4">gentbi(4)</a> to hppa GENERIC and RAMDISK kernels.
<li>Updated pcc from the master repo. Can now compile both userland and kernel (with some patches).
<!-- 2008/08/17 -->
<!-- 2008/08/16 -->
<li>Let <a href="https://man.openbsd.org/m4.1">m4(1)</a> be more liberal in include handling and stop skipping spaces outside of parentheses.
<!-- 2008/08/15 -->
<li>Added an option to force TCP lookups in <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> and extend nameserver declaration syntax to support port numbers.
<!-- 2008/08/14 -->
<li>Fix <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> dsdt parsing causing panics on the Asus eeePC 1000H when attaching the <a href="https://man.openbsd.org/acpiasus.4">acpiasus(4)</a> driver.
<li>Make <a href="https://man.openbsd.org/mount_vnd.8">mount_vnd(8)</a> accept a sector size to be specified by the user when configuring a <a href="https://man.openbsd.org/vnd.4">vnd(4)</a> device.
<!-- 2008/08/13 -->
<li>Added a VIDIOC_ENUM_FRAMESIZES ioctl to <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> so applications can query the available formats and resolutions of a device.
<li>Initial import of a driver for the integrated random number generator of the UltraSPARC T2.
<!-- 2008/08/12 -->
<li>For amd64 and i386 on some newer Turion CPUs with the C1E 'feature', running a hlt instruction with both cores kills the timer. Disable that 'feature'.
<li>Added the 8139D PCI id to the <a href="https://man.openbsd.org/rl.4">rl(4)</a> device list.
<li>Fix out-of-bounds memory access in Mesa.
<li>Fix multiple addition errors for amd64 and i386 when extended partitions are just before an OpenBSD partition in an MBR.
<li>Added BIP, Broadcast/Multicast Integrity Protocol defined in P802.11w to provide integrity and replay protection for broadcast/multicast management frames.
<li>Make the 802.11 code maintain a count of TKIP and CCMP replayed frames.
<li>Initial implementation of the HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC and AES Key Wrap algorithms.
<li>Basic ELF header bounds check in <a href="https://man.openbsd.org/config.8">config(8)</a> to avoid crashes on truncated kernels.
<!-- 2008/08/11 -->
<li>Add support for RX/TX checksum offload on newer <a href="https://man.openbsd.org/re.4">re(4)</a> chipsets.
<li>Plug a memory leak in <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> when freeing I/O redirection in commands.
<li>Added hw.cpuspeed for all sparc64 CPU types.
<li>Added hw.setperf support for UltraSPARC-IIe-based sparc64 machines.
<li>Prevent buffer underrun in <a href="https://man.openbsd.org/fingerd.8">fingerd(8)</a>.
<!-- 2008/08/10 -->
<li>Stop demoting USB2 <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> devices to USB1, instead let them attach to <a href="https://man.openbsd.org/ehci.4">ehci(4)</a> since we have isoc support.
<li>Add support for VAXstation 3[58][24]0 to the bootlocks, currently limited to serial console.
<li>Use STICK logic on UltraSPARC-IIe-based sparc64 machines to generate clock interrupts.
<li>Add hypervisor calls on sparc64 for the Sun4v random number generator interface.
<!-- 2008/08/09 -->
<li>Added support for isochronous xfer support for <a href="https://man.openbsd.org/ehci.4">ehci(4)</a>.
<li>Add Jumbo support flag to MCP79-based <a href="https://man.openbsd.org/nfe.4">nfe(4)</a> devices.
<li>Added fr-dvorak-be'po layout as fr.dvorak for PS/2 and USB keyboards.
<!-- 2008/08/08 -->
<li>Allow creation and use of ffs filesystems on non-512 byte sectorsize devices. Only i386 and sgi for now.
<li>Make <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> add a $SERVER_NAME variable which is "OpenBSD relayd" by default.
<li>Fix possible memory leaks in <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> chunked encoding handler.
<li>In <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>, support HTTP responses that neither specify a Content-Length header nor chunked encoding.
<li>Do not latch the IPSec tdb to the inpcb unconditionally, since packets could get encrypted unintentionally.
<li>Add Longshine LCS-8031N to the list of supported <a href="https://man.openbsd.org/ral.4">ral(4)</a> devices.
<li>Increment if_ierrors in <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> if we fail to extract the mbuf in the RX routine.
<li>Plug memory leak in m_pullup2().
<!-- 2008/08/07 -->
<li>Reenabled the routing priority again.
<li>Make sparc64 use %sys_tick to generate clock interrupts on systems that have it.
<li>Fix sparc64 SMP %tick interrupt handling. Sometimes clock would stop ticking on some CPUs because of lost ticks.
<li>Make sure the spanning tree <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> code account for STP frames in if_obytes and if_omcasts.
<li>Enabled ALTQ and VLAN on <a href="https://man.openbsd.org/tsec.4">tsec(4)</a> for the socppc platform.
<li>Do not wait in the socket code for a free buffer in sosend(). Fixes userland hangs if the system runs out of mbuf clusters.
<!-- XXX jj needs to add a bit more here, up to the close of 4.5 -->
</ul>