[BACK]Return to plus39.html CVS log [TXT][DIR] Up to [local] / www

File: [local] / www / plus39.html (download) (as text)

Revision 1.61, Sun Mar 10 18:46:16 2024 UTC (2 months ago) by tj
Branch: MAIN
CVS Tags: HEAD
Changes since 1.60: +1 -0 lines

reroll plus pages for 7.5

<!doctype html>
<html lang=en id=plus>
<meta charset=utf-8>
<title>OpenBSD 3.9 Changelog</title>
<meta name="description" content="OpenBSD 3.9 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/plus39.html">
<style>
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>
3.9 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="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="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="plus74.html">7.4</a>,
<a href="plus75.html">7.5</a>,
<a href="plus.html">current</a>.
<br>

<p>
<h3>Changes made between OpenBSD 3.8 and 3.9</h3>
<p>

<ul>
<!-- 2006/03/01 inclusive is still 3.9 -->
<li>Fixes for <a href="https://man.openbsd.org/nfe.4">nfe(4)</a>, makes nfs+icsphy work again.
<li>Like i386, prioritise low 16M for isabus_dmable memory allocations on amd64. nvidia ethernet was robbing isadma of bounce buffers.
<!-- 2006/02/28 -->
<li>On macppc, add <a href="https://man.openbsd.org/smu.4">smu(4)</a> so we can read the clock off G5 machines.
<li>In <a href="https://man.openbsd.org/nfe.4">nfe(4)</a>, make a special case for ciphy to ask for RGMII interfaces at 2.5V. Makes Cicada/Vitesse PHYs attached to nfe work.
<li>Switch <a href="https://man.openbsd.org/atw.4">atw(4)</a> to software WEP. Fixes WEP on ADM8211A.
<li>Fix logout recording in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> when privilege separation is disabled.
<!-- 2006/02/27 -->
<li>Fixes for ktrace when running emulated binaries.
<li>Create the xsession error file with correct permissions instead of chmod afterwards.
<li>Fix for tcp window update in the tcp input code.
<li>Handle soft interrupt frames in <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> for i386.
<!-- 2006/02/26 -->
<li>Fixes for link state in the <a href="https://man.openbsd.org/ixgb.4">ixgb(4)</a> 10GE driver.
<li>Add initial version of <a href="https://man.openbsd.org/vic.4">vic(4)</a>, the VMWare vmxnet interface.
<li>Fix an error in <a href="https://man.openbsd.org/mg.1">mg(1)</a> when a terminal is resized while it is suspended.
<!-- 2006/02/25 -->
<li>In <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>, keep track of the individual uptimes of the entries in the RIB. "ospfctl show rib" will display them now.
<li>Fix for <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> on non-i386 arches. Fixes panic on alpha and makes cisco HLDC work again.
<!-- 2006/02/24 -->
<li>Add TTTech MC322 to the <a href="https://man.openbsd.org/rl.4">rl(4)</a> driver.
<!-- 2006/02/23 -->
<li>Fix for the <a href="https://man.openbsd.org/nfe.4">nfe(4)</a> interrupt mitigation code.
<li>Allow child resource limits to be set in <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
<!-- 2006/02/22 -->
<li>In the <a href="https://man.openbsd.org/em.4">em(4)</a> driver for 82544 and newer chips, increase the number of TX descriptors to 512.
<li>Add optional 3rd choice [y/N/a] for "always" in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
<li>New default algoritm is AES, not 3DES in main mode. Document it in <a href="https://man.openbsd.org/ipsec.conf.5">ipsec.conf(5)</a>.
<!-- 2006/02/21 -->
<li>Overhaul of the <a href="https://man.openbsd.org/bge.4">bge(4)</a> link handling so CARP will see link state on fibre cards.
<li>Add rm6 support for X11, a driver for Radeon Mobility M6 chipset.
<!-- 2006/02/20 -->
<li>Performance improvements in <a href="https://man.openbsd.org/ospfd.0">ospfd(8)</a> while receiving packets, and improvements in the way the LS list is traversed.
<li>Enable interrupt mitigation and fix h/w VLAN tagging in <a href="https://man.openbsd.org/nfe.0">nfe(4)</a>.
<li>Add the TTTech MC322 to known pcidevs.
<!-- 2006/02/19 -->
<li>Update time zone data to tzdata2006a with US DST changes disabled for now.
<li>In <a href="https://man.openbsd.org/amd64/ral.0">ral(4)</a> fix a a problem could happen in HostAP mode where net80211 could free nodes when the driver was not expecting it.
<li>Fix a use after free in <a href="https://man.openbsd.org/i386/vi.0">vi(1)</a>.
<li>Fix problems with processing large files that have large snaplens on 64 bit architectures in <a href="https://man.openbsd.org/amd64/tcpdump.0">tcpdump(8)</a>.
<li>Allow the root path for an NFS server to be set via <a href="https://man.openbsd.org/alpha/bootparamd.0">bootparamd(8)</a> when netbooting Alpha machines.
<li>In <a href="https://man.openbsd.org/amd64/pchb.0">pchb(4)</a> find additional noncoherent HyperTransport links by looking at the HyperTransport configuration. Fixes the detection of missing PCI busses on various Opteron systems.
<li>In <a href="https://man.openbsd.org/i386/pcppi.0">pcppi(4)</a> do not bell if keyboard.bell.volume=0.
<li>Add support for IC Plus IP101 PHYs to <a href="https://man.openbsd.org/i386/rlphy.0">rlphy(4)</a>.
<li>Add support for i915 devices to the kernel i810 AGP code.
<li>Fix a bug in <a href="https://man.openbsd.org/i386/uplcom.0">uplcom(4)</a> which effectively swapped the RTS and DTR lines.
<li>The NVIDIA nForce Ethernet driver (<a href="https://man.openbsd.org/i386/nfe.0">nfe(4)</a>) now works for most people.
<li>Support another 5714 family chipset in <a href="https://man.openbsd.org/i386/bge.0">bge(4)</a>.
<li>Add USB quirk required to make the CMOTech CM5100P EVDO card work with <a href="https://man.openbsd.org/i386/umodem.0">umodem(4)</a>.
<li>Fix LBA48 access for ServerWorks SATA in <a href="https://man.openbsd.org/i386/pciide.0">pciide(4)</a>.
<li>Add <a href="https://man.openbsd.org/sparc64/pcfadc.0">pcfadc(4)</a> driver for Philips PCF8591 I2C Analogue to Digital Converters.
<li>Add configuration file options to <a href="https://man.openbsd.org/i386/bgpd.conf.0">bgpd.conf(5)</a> for removing communities from the path attributes.
<li>Prevent neighbouring nodes in <a href="https://man.openbsd.org/i386/ospfd.0">ospfd(8)</a> from getting stuck in one FSM state.
<li>Fix a possible crash in <a href="https://man.openbsd.org/i386/vlan.0">vlan(4)</a> that could occur if the parent interface of the vlan had been destroyed before destroying the vlan interface.
<li>In <a href="https://man.openbsd.org/i386/iic.9">iic(9)</a> allow controllers to pass a cookie to the device such as an OpenFirmware node.
<li>Add support for Panasonic 50" touch panel in <a href="https://man.openbsd.org/i386/uplcom.0">uplcom(4)</a>.
<li>Fix a memory leak in <a href="https://man.openbsd.org/i386/grep.0">grep(1)</a>.
<li>Improve support for TV tuning in <a href="https://man.openbsd.org/i386/radio.0">radio(4)</a>.
<li>OpenSSH 4.3 is released.
<li>In X's mouse driver, check buffer size before reading next char, which fixes a long standing mouse bug.
<li>Add <a href="https://man.openbsd.org/i386/pcfiic.0">pcfiic(4)</a>, a driver for the Phillips PCF8584 i2c controller.
<li>Add support for VIA VT6410, Intel 82451NX (PIIX4) and 82801DBL (ICH4-L) to <a href="https://man.openbsd.org/i386/pciide.0">pciide(4)</a>.
<li>Fix local arbitrary command execution vulnerability on local/local and remote/remote copies in <a href="https://man.openbsd.org/i386/scp.0">scp(1)</a>/<a href="https://man.openbsd.org/i386/sftp.0">sftp(1)</a>.
<li>In <a href="https://man.openbsd.org/i386/pf.0">pf(4)</a>, the TCP SACK option needs sequence number modulation.
<li>Add basic radiotap support to <a href="https://man.openbsd.org/i386/an.0">an(4)</a>.
<li>Disable <a href="https://man.openbsd.org/i386/iic.0">iic(4)</a> when <a href="https://man.openbsd.org/i386/ipmi.0">ipmi(4)</a> is enabled - fixes machines that freak out when more than one driver touches the i2c devices.
<li>Fix HMAC calculation in <a href="https://man.openbsd.org/i386/carp.0">carp(4)</a>.
<li>Implement HTTP proxy authentication support in <a href="https://man.openbsd.org/i386/nc.0">nc(1)</a>.
<li>In <a href="https://man.openbsd.org/i386/ossaudio.0">ossaudio(3)</a>, fix a problem leading to unintentional changes of the audio settings with certain applications.
<li>Support Path MTU Discovery for link2 ipsec bridges (see <a href="https://man.openbsd.org/i386/bridge.0">bridge(4)</a>).
<li>Add <a href="https://man.openbsd.org/i386/evbuffer_add_vprintf.0">evbuffer_add_vprintf(3)</a> interface to libevent.
<li>Support more models (and MII) in <a href="https://man.openbsd.org/i386/sm.0">sm(4)</a>.
<li>Fix UDMA on the IDE function integrated on the VIA VT8237 south bridge.
<!-- 2006/01/20 -->
<li>Fix a cross-site scripting vulnerability in <a href="https://man.openbsd.org/i386/httpd.0">httpd(8)</a>'s mod_imap.
<li><a href="https://man.openbsd.org/i386/apmd.0">apmd(8)</a> performance modes tweaks; show CPU speed in apm output.
<li>Active development on <a href="https://man.openbsd.org/i386/acpi.0">acpi(4)</a>.
<li>In <a href="https://man.openbsd.org/i386/pf.0">pf(4)</a> traffic normalization (scrub) code, fix a bug leading to kernel panics due to double-insertion in the fragment cache.
<li>In <a href="https://man.openbsd.org/i386/ipsecctl.0">ipsecctl(8)</a>, add support for pre-shared keys with "ike esp" using the new keyword "psk".
<li>Add <a href="https://man.openbsd.org/i386/wbenv.0">wbenv(4)</a>, a driver for the Winbond W83L784R/W83L785R/W83L785TS-L hardware monitor.
<li>Add <a href="https://man.openbsd.org/i386/gpioiic.0">gpioiic(4)</a>, a driver for I2C bus bit-banging through GPIO pins.
<li>In macppc <a href="https://man.openbsd.org/i386/wdc.0">wdc(4)</a>, allow proper detaching so that detaching a mediabay device works as expected.
<li>Add <a href="https://man.openbsd.org/i386/lldiv.0">lldiv(3)</a>, <a href="https://man.openbsd.org/i386/imaxabs.0">imaxabs(3)</a>, <a href="https://man.openbsd.org/i386/imaxdiv.0">imaxdiv(3)</a>, <a href="https://man.openbsd.org/i386/strtoimax.0">strtoimax(3)</a> and <a href="https://man.openbsd.org/i386/strtoumax.0">strtoumax(3)</a> to libc/stdlib.
<li>Add Path MTU discovery for NAT-Traversal (see <a href="https://man.openbsd.org/i386/isakmpd.0">isakmpd(8)</a>).
<!-- 2006/01/12 -->
<li>Move to using GDT only (no more LDT in the general case) with a variable limit selector, to allow the W^X line to float much more dynamically.
<li>Fix checksumming on little endian systems in <a href="https://man.openbsd.org/i386/hme.0">hme(4)</a>.
<li>Fix a crash in <a href="https://man.openbsd.org/i386/less.0">less(1)</a> that occurred with files with very long lines.
<li>Fix a <a href="https://man.openbsd.org/i386/tun.0">tun(4)</a>/<a href="https://man.openbsd.org/i386/bridge.0">bridge(4)</a> crash that could occur in certain circumstances.
<li>Fix the <a href="https://man.openbsd.org/i386/axe.0">axe(4)</a> driver on the big endian architectures.
<li>Rework the <a href="https://man.openbsd.org/i386/an.0">an(4)</a> driver for net80211 support and support for newer hardware, as well as remove the need for ancontrol.
<li>In <a href="https://man.openbsd.org/i386/ral.0">ral(4)</a>, add preliminary support for Ralink Technology RT2561, RT2561S and RT2661 chipsets.
<li>In signal.h, expose structs sigcontext/sigstat/sigaltstack for XPG4.2 compliance.
<!-- 2006/01/07 -->
<li>In <a href="https://man.openbsd.org/i386/vfscanf.0">vfscanf(3)</a>, fix the handling of negative hexadecimal numbers in integer formats.
<li>Add real C99 stdint.h and inttypes.h headers.
<li>Make it possible to set a default vlan priority to a <a href="https://man.openbsd.org/i386/vlan.0">vlan(4)</a> interface.
<li>Many <a href="https://man.openbsd.org/i386/rtw.0">rtw(4)</a> (Realtek RTL8180L) improvements.
<li>On mac68k, switch to real keyboard and mouse drivers and <a href="https://man.openbsd.org/i386/wscons.0">wscons(4)</a> as console.  Also XF4 server support added for mac68k for the wsfb driver.
<li>Add <a href="https://man.openbsd.org/i386/nviic.0">nviic(4)</a>, a driver for the NVIDIA nForce2/3/4 SMBus controllers.
<li><a href="https://man.openbsd.org/i386/bgpd.0">bgpd(8)</a> and <a href="https://man.openbsd.org/i386/ospfd.0">ospfd(8)</a> improvements.
<li>In ip_input(), fix a case where <a href="https://man.openbsd.org/i386/pf.0">pf(4)</a>-modified packets could send icmp errors with corrupted payload.
<li>Fix for a <a href="https://man.openbsd.org/i386/perl.0">perl</a> sprintf buffer overflow.
<li>A fix in <a href="https://man.openbsd.org/i386/pxeboot.0">pxeboot(8)</a> to help older PXE clients.
<li>In <a href="https://man.openbsd.org/i386/uaudio.0">uaudio(4)</a>, fix a potential crash when changing parameters with <a href="https://man.openbsd.org/i386/audioctl.0">audioctl(1)</a>.
<li>For macppc, switch from the maciic(4) driver to the general <a href="https://man.openbsd.org/i386/iic.0">iic(4)</a> infrastructure, simplifying the future.
<li>Add <a href="https://man.openbsd.org/i386/amdiic.0">amdiic(4)</a>, an AMD-8111 SMBus controller driver.
<li>Add <a href="https://man.openbsd.org/i386/asbtm.0">asbtm(4)</a> driver for the Asus ASB100 sensors.
<li>Merge with X.Org 6.9.
<!-- 2005/12/30 -->
<li>W^X support for macppc G5's.
<li>Enable <a href="https://man.openbsd.org/ichiic.4">ichiic(4)</a> on amd64 GENERIC too.
<li>Add VMWare virtual NIC device id to pcidevs list.
<!-- <li>Add viapm and admcts to i386 and amd64 GENERIC. -->
<li>In <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>, use a timewheel instead of a simple timer per neighbor for the LS retransmission list. Makes it possible to cluster multiple LSA updates into one OSPF packet, giving massive speedups when large databases need to be synced.
<li>Add 'include' support to <a href="https://man.openbsd.org/hostapd.conf.5">hostapd.conf(5)</a>.
<li>Fix the last pieces for hppa rthreads support.
<li>Import <a href="https://man.openbsd.org/tftp-proxy.8">tftp-proxy</a>, a PF proxy for the TFTP protocol.
<li>Split the &lt;errno.h&gt; from &lt;sys/errno.h&gt; which now only contains errno values.
<li>Let <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> skip the ld.so resolver on sparc and sparc64, making stepping into functions in shared libraries work.
<li>Fix single stepping over system calls in <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> for sparc and sparc64.
<li>Updates to the adaptec scsi driver timeout code.
<li>Add lots of i2c bus drivers to alpha, amd64 and i386.
<li>On mvme88k, keep an array of command blocks instead of using malloc/free for every scsi command. Also remove the 1:1 association between scsi targets and work queues.
<li>Fix a possible crash in <a href="https://man.openbsd.org/lynx.1">lynx(1)</a>, backported from 2.8.6dev16.
<li>Fix possible overflow in the tabstops[] array in <a href="https://man.openbsd.org/expand.1">expand(1)</a>.
<li>Add a public domain <a href="https://man.openbsd.org/sdiff.1">sdiff(1)</a> to the tree.
<li>i2c sensor code now works on sparc64 v120 too.
<li>Add sparc, sparc64 and mips64 support to rthreads, and add fixes for alpha, powerpc, amd64 and i386.
<li>Added a basic ipsec.conf for <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>.
<li>Add m68k, m88k, vax support to rthreads.
<li>Added support for Nintendo Wi-Fi USB driver in <a href="https://man.openbsd.org/ral.4">ral(4)</a>.
<li>Lots and lots of i2c drivers added and workarounds for quirks in various chipsets.
<li>Add <a href="https://man.openbsd.org/emu.4">emu(4)</a> and missing midi attachment on macppc <a href="https://man.openbsd.org/eap.4">eap(4)</a>.
<li>Enable <a href="https://man.openbsd.org/ichiic.4">ichiic(4)</a> on i386 GENERIC.
<li>Fully implemented microtime() on arm/xscale cpus.
<li>Rework PHY setup, media handling and dualport detection on <a href="https://man.openbsd.org/sk.4">sk(4)</a>.
<li>Teach <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> about i386 interrupt frames.
<li>Disable Zaurus lcd dma when screen is closed. May give performance improvements.
<li>Make sure MMX/SSE includefiles are installed on amd64.
<li>Teach <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> how to unwind i386 and amd64 kernel trap frames.
<li>On hp300 and hppa, postpone hil console detection to the first detection of a keyboard.
<li>On Zaurus, allow sysctl machdep.lidsuspend=1 to cause suspend on screen closure. Opening does not yet wake it up though.
<!-- 2005/12/21 -->
<li>Make sure userland programs include &lt;errno.h&gt; and not &lt;sys/errno.h&gt;.
<li>Reworked signal handling in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> and make sure it removes it's pid/fifo on exit.
<li>Add machdep.maxspeed <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> for Zaurus to change the meaning of hw.setperf=100.
<!-- 2005/12/20 -->
<li>Various fixes in <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
<li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> uses exitcode 255 on errors to match documentation.
<li>Make sure zaurus returns to the speed it was at before, when doing wakeup.
<li>Switch zaurus to use clock4 instead of clock0 so we get clocks when running at 91MHz.
<li><a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> fix in libevent.
<li>Make "cksum -c" understand checklists made with cksum, sum and sysvsum.
<li>Add <a href="https://man.openbsd.org/macppc/tpms.4">tpms(4)</a>,
an Apple touchpad driver for the newer PowerBooks and iBooks.
<li>Add %hhd format to <a href="https://man.openbsd.org/printf.3">*printf(3)</a>/<a href="https://man.openbsd.org/scanf.3">*scanf(3)</a> and %z to <a href="https://man.openbsd.org/scanf.3">*scanf(3)</a>.
<li>Add <a href="https://man.openbsd.org/ichiic.4">ichiic(4)</a>,
Intel ICH SMBus driver to be used with the
<a href="https://man.openbsd.org/iic.4">iic(4)</a> framework.
<li>libresolv has been removed.
<li>Fix <a href="https://man.openbsd.org/ipmi.4">ipmi(4)</a>
bugs which had caused instabilities and crashes during boot on some machines.
<li>Initial support for an NVIDIA nForce Ethernet driver (nfe), not yet
functional.
<li>Prevent recursive interrupts with an i386 MP kernel which lead to
kernel stack overflow under heavy network interrupt load.
<li>Add M-x <a href="https://man.openbsd.org/lint.1">lint</a>
mode to <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
<li>Fix a huge delay attaching
<a href="https://man.openbsd.org/macppc/adb.4">adb(4)</a>
on some macppc machines.
<li>In <a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a>,
add an option to increase the multicast TTL so one can use inter-network
multicast forwarding of hostapd messages.
<li>Compile all system libraries with
<a href="https://man.openbsd.org/gcc.1">gcc(1)</a> -g
to aid in the debugging usefulness of a default system.
<li>Do not allow setuid/setgid processes to open /dev/fd/# (see
<a href="https://man.openbsd.org/fd.4">fd(4)</a>),
as documented in
<a href="https://man.openbsd.org/issetugid.2">issetugid(2)</a>.
<li>Fix ISC <a href="https://man.openbsd.org/nslookup.1">nslookup(1)</a>
to print the ">" prompt to stdout as historically done, as scripts depend on this
behaviour.
<li>Add support for <a href="https://man.openbsd.org/tun.4">tun(4)</a>
forwarding over <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> -
a simple way to use OpenSSH for ad hoc virtual private network connections, like secure
wireless access.
<li>Remove fdescfs (file-descriptor file system).
<li>Add IPIP support to
<a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>
to tunnel IP traffic over IP without setting up <a href="https://man.openbsd.org/gif.4">gif(4)</a> interfaces.
<li>Add support to <a href="https://man.openbsd.org/bktr.4">bktr(4)</a>
to tune the channel via
<a href="https://man.openbsd.org/radio.4">radio(4)</a> and
the corresponding features to
<a href="https://man.openbsd.org/radioctl.1">radioctl(1)</a>.
<li>In <a href="https://man.openbsd.org/top.1">top(1)</a>,
add support for toggling thread viewing (-T option).
<li>Beginning support for kernel threads (rthreads), non-default for now.
The implementation uses
<a href="https://man.openbsd.org/rfork.2">rfork(2)</a>
to create threads, and there are several new syscalls added to facilitate
a userland thread library.
<li>Add threads support to <a href="https://man.openbsd.org/gdb.1">gdb(1)</a>.
<li>More <a href="https://man.openbsd.org/lint.1">lint(1)</a>
hacking, recognise gcc __attribute__(x) and other noise-reducing improvements.
<!-- 2005/12/02 -->
<li>Fix signal races in <a href="https://man.openbsd.org/event.3">event(3)</a>.
<li>Tweaks to <a href="https://man.openbsd.org/i386/apmd.8">apmd(8)</a>'s
automatic performance adjustment change (raise when needed) and new -C option
to have the old behaviour.
<li>Add initial SB Audigy support to
<a href="https://man.openbsd.org/emu.4">emu(4)</a>.
<li>More forward leaps for OpenCVS.
<li>In <a href="https://man.openbsd.org/axe.4">axe(4)</a>,
add support for ASIX AX88772 10/100 ethernet adapters that are similar
to the gigabit AX88178.
<li>Add -j option to <a href="https://man.openbsd.org/date.1">date(1)</a>
to suppress setting the clock, but parse the given argument (for format conversion or to test).
<li>In <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>,
enforce DSA key length to exactly 1024 bits and increase minimum RSA key size
to 768 bits.
<li>Many <a href="https://man.openbsd.org/lint.1">lint(1)</a>
improvements, avoid various false positives.
<li>Make <a href="https://man.openbsd.org/lynx.1">lynx(1)</a>
use <a href="https://man.openbsd.org/arc4random.3">arc4random(3)</a>
instead of other random functions; fix a possible crash.
<li>A lot of mvme88k/luna88k improvements and fixes.
<li>In <a href="https://man.openbsd.org/carp.4">carp(4)</a>,
fix a bug where lower prioritized hosts would invalidly switch to
MASTER for a short time at boot-up.
<!-- 2005/11/27 -->
<li>Make a <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> interface's link state depend on the link states of the trunkports and fix a possible crash.
<li>Initial support for ASF in the <a href="https://man.openbsd.org/bge.4">bge(4)</a> driver.
<li>Fix interrupt moderation timer frequences for Yukon/Yukon-II cards in <a href="https://man.openbsd.org/sk.4">sk(4)</a>.
<li>Re-introduce debugging aid for queue macros to sys/queue.h, disabled by default.
<li>Update <a href="https://man.openbsd.org/xterm.1">xterm(1)</a>
to version 207.
<li>Remove kernfs.
<li>In <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>,
remove old-style keyed sha1/md5 - only hmac-sha1/md5 are supported.
<li>Various <a href="https://man.openbsd.org/lint.1">lint(1)</a>
modernizations and infrastructure changes to facilitate its use.
<li>Make <a href="https://man.openbsd.org/iwi.4">iwi(4)</a>
work on big endian architectures.
<li>In <a href="https://man.openbsd.org/ral.4">ral(4)</a>,
implement the Adaptive Multi Rate Retry Algorithm (AMRR) for BSS mode and
other miscellaneous driver improvements.
<li>Permit <a href="https://man.openbsd.org/i386/apmd.8">apmd(8)</a>
to run on systems without APM support and let it handle hw.setperf
manually or dynamically.
<li>In <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>,
fix problem of server looping with "already acking lease" when busy
With short lease times.
<li>In <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>,
add a printer for IAPP and <a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a> messages.
<li>Many improvements and added features to <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
<li>In <a href="https://man.openbsd.org/ipmi.4">ipmi(4)</a>,
do extra checks to prevent crashes on machines with a buggy BIOS.
<li>Move contents of sys/select.h into sys/selinfo.h in preparation for a
userland-visible sys/select.h in consistence with other systems.
<li>Add <a href="https://man.openbsd.org/i386/esm.4">esm(4)</a>,
a driver for Embedded Server Management for Dell PowerEdge servers.
<li>Perform Kerberos calls even for invalid users to prevent leaking information
about account validity in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
<!-- 2005/11/21 -->
<li>In <a href="https://man.openbsd.org/siop.4">siop(4)</a>,
fix microcode and driver to solve problems with interaction
with some problematic drives.
<li>Add <a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a>
support for multiple hostap (wireless) interfaces.
<li>In <a href="https://man.openbsd.org/rtw.4">rtw(4)</a>,
add support for GCT GRF5101 based hardware.
<li>In <a href="https://man.openbsd.org/bge.4">bge(4)</a>,
correct a performance bug that remained from the original driver and
eliminate an unneeded and expensive PCI register write.
<!-- 2005/11/19 -->
<li>In <a href="https://man.openbsd.org/wi.4">wi(4)</a> usb,
add support for ViewSonic Airsync Prism 2.5 USB adapters.
<li>Remove <a href="https://man.openbsd.org/lock.9">lockmgr(9)</a> kernel mechanism and access curproc directly
which is simpler and will avoid many bugs in the interface.
<li>In <a href="https://man.openbsd.org/pcap.3">pcap(3)</a>,
avoid a memory error that could lead to a crash after a complex bpf filter was specified.
<li>Add support for <a href="https://man.openbsd.org/macppc/onyx.4">onyx(4)</a> audio device driver.
<li>A fix in macppc's i2s audio framework that makes iMac G5 sound work.
<li>Update <a href="https://man.openbsd.org/pcap.3">pcap(3)</a>
to libpcap-0.9.4's API and update tcpdump accordingly.
<li>Major improvements to the <a href="https://man.openbsd.org/aac.4">aac(4)</a> device driver.
<li>In <a href="https://man.openbsd.org/sd.4">sd(4)</a>,
use sectors as the partition size unit.  Fixes disklabel error messages for devices that have no OpenBSD disklabel and sectorsize larger than 512.
<li>Introduce new C99 math functions, <a href="https://man.openbsd.org/lrint.3">lrint(3)</a>/<a href="https://man.openbsd.org/lround.3">lround(3)</a> families.
<li>In <a href="https://man.openbsd.org/rup.1">rup(1)</a>,
sort hosts when specified on the command line as well.
<li>Fix a buffer overflow in <a href="https://man.openbsd.org/ftp-proxy.8">ftp-proxy(8)</a>.
<li>In <a href="https://man.openbsd.org/tun.4">tun(4)</a>,
fix automatic device creation so new devices get added to the proper
interface class group.
<!-- 2005/11/16 -->
<li>Add <a href="https://man.openbsd.org/zaurus/zrc.4">zrc(4)</a> driver on zaurus for the Sharp CE-RH2 remote control.
<li>Fix <a href="https://man.openbsd.org/awacs.4">awacs(4)</a>
mixer control names.
<li>Add support for <a href="https://man.openbsd.org/macppc/pi2c.4">pi2c(4)</a>,
the macppc I2C controller on via-pmu.
<li>Add <a href="https://man.openbsd.org/maxds.4">maxds(4)</a>,
a driver for the maxim ds1631 temperature sensor.
<li>Add <a href="https://man.openbsd.org/pcagpio.4">pcagpio(4)</a>,
a driver for the philips pca9554 i2c gpio device.
<li>In <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>,
fix conversion of K units to handle case of sector size greater than 1024.
<li>In <a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a>,
work towards multiple daemons running on one machine.
<li>Add <a href="https://man.openbsd.org/admtmp.4">admtmp(4)</a>,
a driver for the adm1030 temperature and fan controller.
<li>Add <a href="https://man.openbsd.org/tsl.4">tsl(4)</a>,
a driver for the TAOS TSL2560/61 light sensors.
<li>In <a href="https://man.openbsd.org/brgphy.4">brgphy(4)</a>,
add DSP init code for more models (BCM5703 copper) and other revision-specific changes.
<li>Fix i386's <a href="https://man.openbsd.org/exp.3">exp(3)</a>
implementation for arguments Inf/-Inf.
<li>Add <a href="https://man.openbsd.org/adc.4">adc(4)</a>,
a driver for the Analog Devices AD7417/7418 temperature sensor.
<li>Add <a href="https://man.openbsd.org/maxtmp.4">maxtmp(4)</a>,
a driver for the Maxim6690 i2c dual temperature sensor.
<li>Make <a href="https://man.openbsd.org/bktr.4">bktr(4)</a>
work on alpha.
<li>In <a href="https://man.openbsd.org/cron.8">cron(8)</a>,
make sure changes made within a single second get taken into account (due
to the granularity of st_mtime this could misbehave).
<li>Add <a href="https://man.openbsd.org/ixgb.4">ixgb(4)</a>,
a driver for the LR/SR and CX4 Intel 10Gb Ethernet cards.
<li>Add <a href="https://man.openbsd.org/lmenv.4">lmenv(4)</a>,
a System Hardware Monitor device attaching to the i2c bus on macppc (so far).
<li>In sendmail's <a href="https://man.openbsd.org/makemap.8">makemap(8)</a>,
do not hardwire Tab as delimiter as -t may specify it.
<li>In <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>,
add -descr/-description flags to clear interface description.
<li>Start at <a href="https://man.openbsd.org/kgdb.7">kgdb(7)</a>
support for amd64.
<li>In <a href="https://man.openbsd.org/scsi.4">scsi(4)</a>,
use 6 byte MODE SENSE commands for ATAPI Tape drives - the specification for them
is different from other ATAPI devices.
<li>Copy buffer in <a href="https://man.openbsd.org/mg.1">mg(1)</a> before handing it to basename(), and improve error checking of snprintfs.
<!-- 2005/11/13 -->
<li>Add more stat counters to <a href="https://man.openbsd.org/em.4">em(4)</a>.
<li>Rework the scsi delay code so attached <a href="https://man.openbsd.org/umass.4">umass(4)</a> devices don't freeze the system shortly and also speeds up the scsi probing at boot.
<li>Add lock code to both <a href="https://man.openbsd.org/ses.4">ses(4)</a> and  <a href="https://man.openbsd.org/safte.4">safte(4)</a> to prevent concurrent writes.
<li>Handle asprintf() failure in krb5 login handler.
<li>For m68k platforms, compute rough estimate of how much mem uvm_init() will allocate to prevent problems with early pmap inits.
<li>Provide useful information if the hp300 <a href="https://man.openbsd.org/hp300/frodo.4">frodo(4)</a> driver panics due to looping interrupts.
<li>Print hp300 HP-IB disk geometry the same way as scsi disk geometries.
<li>Add support for interface names as host specifications in <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>.
<li>Fix filedescriptor leak and missing fclose() in <a href="https://man.openbsd.org/ccdconfig.8">ccdconfig(8)</a>.
<li>No longer require Alpha bootflags to be set to "a" so that "s" can be used to go single-user. Default is multiuser now.
<li>Add i2cbus to smu and i2c to maciic on the macpcc platform.
<li>Move <a href="https://man.openbsd.org/ac.8">ac(8)</a> from monthly to weekly in /etc.
<li>Fix even more memleaks in <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>.
<li>Make  <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> handle transport/tunnel mode.
<li>Add support for VIA Rhine ethernet on macppc GENERIC and RAMDISK kernels.
<li>Move the <a href="https://man.openbsd.org/ses.4">ses(4)</a> code to use sensor kthreads instead of its own.
<!-- 2005/11/12 -->
<li>Make sure vax disksystem only touch associated processes of physical buffers.
<li>Fixed memory leak in <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>.
<li>Several rounds of asprintf() replacing malloc()+snprintf().
<li>For macppc, print available memory at boot the same way as i386/amd64.
<li>Enable common editing keybindings in mg minibuffer mode.
<li>Make the Zaurus scan the keyboard more often, from 8 to 20 scans a second.
<li>in /etc/security, make sure not to scan afs/xfs directories.
<li>Tweak the timing on Zaurus power button for sleep and safe-shutdown.
<li>Code added to enable and disable keyclick on attach for sparc/sparc64.
<li>In exec_elf, let unusual linux binaries run even if all sections are marked writeable.
<li>Add <a href="https://man.openbsd.org/macppc/maciic.4">maciic(4)</a>, an OpenFirmware aware version of <a href="https://man.openbsd.org/iic.4">iic(4)</a> for macppc.
<li>Disable TRACE method for <a href="https://man.openbsd.org/httpd.8">httpd</a>, potential security risk and not that useful for debugging.
<li>Use more verbose error messages for the "bogus xmit rate" problem on <a href="https://man.openbsd.org/ath.4">ath</a>.
<!-- 2005/11/11 -->
<li>Disable <a href="https://man.openbsd.org/ahc.4">ahc0</a> on ISA buses until bugs are found, causes too much problems for everyone else.
<li><a href="https://man.openbsd.org/getent.1">getent(1)</a> added to OpenBSD.
<li>Make sure libwrap uses correct size when zeroing fd sets.
<li>Split bios memory map into 4G segments on i386, and ignore parts beyond 4G.
<li>Move <a href="https://man.openbsd.org/safte.4">safte(4)</a> over to the new kernel sensors framework.
<!-- 2005/11/10 -->
<li>Handle unreadable dirs better in <a href="https://man.openbsd.org/cp.1">cp(1)</a>.
<li>Fix for checksum on 64bit arches in <a href="https://man.openbsd.org/pax.1">pax(1)</a> when checking sv4cpio archives.
<li>In the IDE driver, don't fall back to fake geometry if other methods fail.
<li>dlopen() fixes in ld.so and support for RTLD_NOW added.
<li>Major splimp to splnet overhaul on various network drivers.
<!-- 2005/11/09 -->
<li>Missing cast fixed in ISO9660 code, fixes PR 4480.
<li>Fix single stepping in <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> for sparc64.
<li>Allow any PPC instructions in macppc kernels, since we need 64-bit and altivec instructions anyhow.
<li><a href="https://man.openbsd.org/bus_dma.9">bus_dma(9)</a> support in <a href="https://man.openbsd.org/san.4">san(4)</a>, makes it work on amd64.
<li>Lots of 'register' cleaning in vfs filesystem code.
<!-- 2005/11/08 -->
<li>Add PCI ids for Intel Pro/10GbE CX4 adapters.
<li>Sync Intel Gigabit <a href="https://man.openbsd.org/em.4">em(4)</a> driver to v3.2.18.
<li>Better debug messages for scsi attach messages when size is unavailable.
<li>Allow ctrl-key patterns in <a href="https://man.openbsd.org/mg.1">mg(1)</a> keybind function.
<li>Fixes to amd64 for upcoming kdgb support.
<!-- 2005/11/07 -->
<li>spl fixes and graceful error handling for <a href="https://man.openbsd.org/sf.4">sf(4)</a>, <a href="https://man.openbsd.org/sk.4">sk(4)</a>, <a href="https://man.openbsd.org/ste.4">ste(4)</a>, <a href="https://man.openbsd.org/tl.4">tl(4)</a>, <a href="https://man.openbsd.org/vge.4">vge(4)</a>,<a href="https://man.openbsd.org/vr.4">vr(4)</a> and <a href="https://man.openbsd.org/wb.4">wb(4)</a>.
<li>Add bus_dma support to <a href="https://man.openbsd.org/de.4">de(4)</a>.
<li>Add LMC cPCI HSSI card support.to the <a href="https://man.openbsd.org/lmc.4">lmc(4)</a> driver.
<li>Steal code from <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> to improve address &amp; mask handling in <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>.
<li>Add keyboard bell support to <a href="https://man.openbsd.org/hp300/dnkbd.4">dnkbd(4)</a> on hp300.
<li>Add bus DMA and big endian support to <a href="https://man.openbsd.org/lmc.4">lmc(4)</a>.  Enable it on alpha, amd64, macppc, and sparc64 now.
<li>Add init code for BCM5421 to <a href="https://man.openbsd.org/brgphy.4">brgphy(4)</a>.
<li>Fix some resource leaks in error paths in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
<li>Fix interrupt handling in <a href="https://man.openbsd.org/trm.4">trm(4)</a> to avoid "overlapping command attempted" error.
<li>Fix lots of little issues in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> so it handles time jumps gracefully and correctly keeps the candidate list sorted in cost order.
<li>Bump <a href="https://man.openbsd.org/pf.4">pf(4)</a> state, byte, and packet counters to u_int64_t.
<li>Remove hardcoded key lengths in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> key exchange code, allowing implementation of KEX methods with different hashes (e.g. SHA-256).
<li>Add the required pieces to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> to support the "filter drop" option.
<li>TCP sockets now inherit sack_enable from listening socket.  This should allow connections with both SACK and md5 options in SYN.
<li>In <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>, also allow shared libs with paths to use version matching rules, rather than requiring an exact match.
<li>Teach <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> how to parse IPv6 addresses.
<li>Simplify SCSI delay code so that we can support different delay lengths for different devices in some cases.
<li>In <a href="https://man.openbsd.org/gem.4">gem(4)</a>, handle TX underrun by resetting the chip.
<li>Support soft reconfig in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>. On config reload, filter changes in outgoing rules propagate to peers automatically.
<li>Add basic support for hw.setperf and hw.cpuspeed to change CPU MHz on zaurus.
<li>Add <a href="https://man.openbsd.org/macppc/tumbler.4">tumbler(4)</a> audio driver for macppc.
<li>Add <a href="https://man.openbsd.org/macppc/daca.4">aoa(4)</a> audio driver for macppc.
<li>Add <a href="https://man.openbsd.org/macppc/daca.4">daca(4)</a> audio driver for macppc.
<li>Add <a href="https://man.openbsd.org/ipcomp.4">ipcomp(4)</a> support to <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>.
<li>Make <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> reget of partially downloaded files &gt; 2GB work.
<li>Audit entire tree for misuse of <a href="https://man.openbsd.org/queue.3">QUEUE(3)</a> macros, and put lots of thought into man pages so we show the exactly correct way to use them.
<li>Add preliminary powernow support on K8, and improve support on K7.
<li>Allow Sierra AC710 and AC750 <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a> wireless devices to attach.
<li>Allow <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> to attach states to their rules, as long as rulesets are the same.  This makes <a href="https://man.openbsd.org/altq.9">altq(9)</a> and per-rule settings to play nice with pfsync.
<li>Make <a href="https://man.openbsd.org/em.4">em(4)</a> more stable on hppa.
<li>Add very basic handling code for MCE and MCA on i386.  This lets the system tell us when something has gone horribly wrong.  amd64 should get this next.
<li>Fix a race condition in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> between DPD timeouts and exchange timeouts.
<li>Add support for I2S sound bus on macppc, this will allow us to write audio drivers for new Macs. <a href="https://man.openbsd.org/macppc/snapper.4">snapper(4)</a> can use it right now.
<li>Sync <a href="https://man.openbsd.org/art.4">art(4)</a> link state handling with <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> and get blinkenlights for free.
<li>Sync <a href="https://man.openbsd.org/pf.4">pf(4)</a>'s state modulation code with rest of the TCP stack.
<li>In <a href="https://man.openbsd.org/netstart.8">netstart(8)</a>, do not process mygate if using dhcp for ipv4 or rtsol for ipv6.
<li>Allow <a href="https://man.openbsd.org/nc.1">nc(1)</a> to set ToS bits.
<li>Revamp interrupt handling in <a href="https://man.openbsd.org/em.4">em(4)</a> for better performance.
<li>Rework multicast group deletion code for <a href="https://man.openbsd.org/vlan.4">vlan(4)</a>
and <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> so it doesn't molest groups
on parent interface.
<li>OpenCVS <a href="https://man.openbsd.org/rcsmerge.1">rcsmerge(1)</a> is working.
<li>Improve error reporting and progress meter display in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
<li>Don't treat the processor in <a href="https://man.openbsd.org/i386/elansc.4">elansc(4)</a>
as a Pentium when it's a 486.
<li>Fix RID handling in USB <a href="https://man.openbsd.org/wi.4">wi(4)</a>
driver that should avoid some <a href="https://man.openbsd.org/wicontrol.8">wicontrol(8)</a> errors.
<li>Enable <a href="https://man.openbsd.org/ipmi.4">ipmi(4)</a> on amd64.
<li>Add support for VT8237 to <a href="https://man.openbsd.org/viaenv.4">viaenv(4)</a>.
<li>In <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>,
don't try to match VIA IDE chips as ISA bridges.
<li>Add ability for <a href="https://man.openbsd.org/ipmi.4">ipmi(4)</a>
to read power state, chassis intrusion, etc.
<li>Allow <a href="https://man.openbsd.org/wi.4">wi(4)</a> channel to
be changed from <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
<li>Teach <a href="https://man.openbsd.org/gcc.1">gcc(1)</a>
how to unwind StackGhost when generating DWARF2 info.
<li>Add <a href="https://man.openbsd.org/macppc/smu.4">smu(4)</a>
driver for fan speed control and real time clock on iMac G5's and some PowerMac G5's.
<li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>,
allow dynamic interface group expansion (e.g. "pass to group").
<li>In <a href="https://man.openbsd.org/sis.4">sis(4)</a>,
do not reset timer while packets are queued for transmission,
fixes device stalls in certain scenarios.
<li>In <a href="https://man.openbsd.org/wi.4">wi(4)</a> usb,
fix command/write rid handling which makes scanning work to some
extent, and improves error reporting.
<li>In <a href="https://man.openbsd.org/wc.1">wc(1)</a>,
add -h option to display human-readable numbers.
<li>Some safety checks added to queue.h, to avoid accidents on certain
operations (eg. double list removal) being undetected.
<li>Make <a href="https://man.openbsd.org/pf.4">pf(4)</a>
use one mbuf tag instead of 6 distinct ones and optimize the
lookup code, thus helping performance.
<li>In <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>,
fixup cache line on sii3114 controllers (as on sii3112). Also add VT8251 support.
<li>Sync with heimdal 0.7.
<li>Add v6 support to
<a href="https://man.openbsd.org/mygate.5">mygate(5)</a>.
<li>More <a href="https://man.openbsd.org/rcs.1">rcs(1)</a>
improvements toward GNU compatibility as well as OpenCVS progress.
<li>Many fixes and
improvements in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.
<li>In <a href="https://man.openbsd.org/ftp.1">ftp(1)</a>,
fix mget directory traversal vulnerability, CAN-2002-1345.
<li>In <a href="https://man.openbsd.org/usb.4">usb(4)</a>,
make all usb1 controllers sleep until all the usb2 controllers have probed
and handed over any usb1 devices to the companion.  For example
this enables usb keyboards to be used before the root is mounted,
eg. to enter the root device.
<li>In <a href="https://man.openbsd.org/adjtime.2">adjtime(2)</a>,
fix arithmetic overflows which fixes adjusting in the wrong
direction for large offsets.
<li>macppc sysctl added to determine whether altivec is available
on the running CPU, with useful possibilities for applications.
<li>Beginning of macppc crashdump support added, as well
as much more macppc SMP progress.
<li>Various <a href="https://man.openbsd.org/lge.4">lge(4)</a>
driver fixes, which turned it from a completely useless to a working driver,
now in GENERIC.
<li>In <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>,
add a "best effort" MPLS decoder - since the protocol info is not always available
in the tag, a "guess" is done.
<li>In <a href="https://man.openbsd.org/vfs.9">vfs(9)</a>,
undo a very old change which was never quite finished, and could
cause severe corruption in the buffer lists by removing a buffer
from the hash twice.
<li>Fix msdos filesystem corruption when moving a directory under
a new parent.
<li>Sync to Intel's latest
<a href="https://man.openbsd.org/em.4">em(4)</a>
driver, which adds support for the 82571 and 82572 PCI Express chips.
<li>Add Spanning Tree Protocol support to
<a href="https://man.openbsd.org/pcap.3">pcap(3)</a>.
<li>In <a href="https://man.openbsd.org/iwi.4">iwi(4)</a>,
use firmware extended scan command (which doesn't crash) and enable
802.11a scanning for 2915ABG adapters.
<li>In ext2fs, use part of the reserved space on the disk inode to scatter
16 more bits for the UID/GID, making them 32-bit.
<li>Make <a href="https://man.openbsd.org/mg.1">mg(1)</a>
undo much more emacs-like and correct.
<li>In <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>,
introduce mknod as a built-in, which has significant speed gains in MAKEDEV.
<li>Add <a href="https://man.openbsd.org/cardbus.4">cardbus(4)</a>/
<a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a>
support for AMD64.
<li>Add multicast routing to GENERIC, now it can be enabled/disabled
using the <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>
interface.
<li>In <a href="https://man.openbsd.org/vfs.9">vfs(9)</a>,
make the syncer grab a reference for the vnode it uses, to avoid it from
being reclaimed while in this sensitive time frame.  This fixes the
sched_sync: fsync failed panic often seen on MP machines.
<li>Add <a href="https://man.openbsd.org/ipmi.4">ipmi(4)</a>,
a driver for the Intelligent Platform Management Interface, an
autonomous monitoring and recovery mechanism implemented directly in
platform management hardware and firmware.
<li>Bump max array size in
<a href="https://man.openbsd.org/ksh.1">ksh(1)</a>,
needed for MAKEDEV speed-ups.
<li>In <a href="https://man.openbsd.org/lndir.1">lndir(1)</a>,
ignore the "special" .#* files left over by cvs/emacs.
<li>In <a href="https://man.openbsd.org/ami.4">ami(4)</a>,
eliminate possible I/O failures caused by ioctl/raw commands.
<li>In <a href="https://man.openbsd.org/trunk.4">trunk(4)</a>,
add a simple active "failover" trunk mode.
<li>In <a href="https://man.openbsd.org/hardclock.9">hardclock(9)</a>,
fix a race condition in process exit, which caused freed
memory to be left referenced in the master kernel timeout worklist,
leading to a possible uvm_fault crash.
<li>In <a href="https://man.openbsd.org/ral.4">ral(4)</a>
and <a href="https://man.openbsd.org/ural.4">ural(4)</a>,
fix a problem in packet enqueue function which prevented dhcpd to work
in standalone AP mode (without bridging).
<li>OpenCVS: work keeps going, now with the help of cloudy weather
in the Caribbean!
<li>In <a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a>,
implement a way to match IEEE 802.11 flooding, which helps detect known
DoS attacks.
<li>Beginning stages for macppc G5 support!
<li>In <a href="https://man.openbsd.org/vfs.9">vfs(9)</a>,
sync dirty data when going from read-write to read-only, fixes crashes.
<li>In <a href="https://man.openbsd.org/uvm_map.9">uvm_map(9)</a>,
grab a fresh page using the uvm_km_page allocator instead of calling panic()
when running out of static kernel map entries.
<li>In <a href="https://man.openbsd.org/umodem.4">umodem(4)</a>,
add support for nokia 6680 with a ca-42 cable.
<li>In <a href="https://man.openbsd.org/axe.4">axe(4)</a>,
enable support for gigabit adapters; only works reliably with USB1 for now.
<li>More <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>
fixes: fully unload dependant libraries, fixes bug exhibited with gphoto2.
<li>In <a href="https://man.openbsd.org/ehci.4">ehci(4)</a>,
force takeover of host ports after hibernate/resume, otherwise devices
will incorrectly attach to the companion controller.
<li>In <a href="https://man.openbsd.org/atw.4">atw(4)</a>,
handle needed operations specially to make ADM8211B devices work.
<li>Only allow root to run <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>,
it's needed for the chroot security.
<li>In <a href="https://man.openbsd.org/art.4">art(4)</a>,
notify sppp about link state changes, which fixes PPP encoding.
<li>In <a href="https://man.openbsd.org/ath.4">ath(4)</a>,
remove the very basic rate control implementation and use
<a href="https://man.openbsd.org/rssadapt.9">rssadapt(9)</a> instead.
<li>In <a href="https://man.openbsd.org/ftp.1">ftp(1)</a>,
add the ability to disable EPSV/EPRT from the command line.
<li>In <a href="https://man.openbsd.org/cd.4">cd(4)</a>,
add missing parenthesis which can problems with devices
not supporting TEST UNIT READY.
<li>Improve <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>
IPv6 support.
<li>In <a href="https://man.openbsd.org/iwi.4">iwi(4)</a>,
add initial bits for IBSS support and fix association with
APs not broadcasting their SSIDs.
<li>Make <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>
RFC 2472 compliant and fix various IPv6 problems as well as improve
radius support.
<li>In <a href="https://man.openbsd.org/ath.4">ath(4)</a>,
don't attach unsupported radio chipsets.
<li>Fix initialisation of net.inet.udp.baddynamic.
<li>Add amd64 <a href="https://man.openbsd.org/fdc.4">fdc(4)</a>
floppy support.
<li>Correctly close <a href="https://man.openbsd.org/raid.4">raid(4)</a>
devices which fixes crashes.
<li>More OpenCVS improvements, RCS keyword expansion now works for
all keywords except &#36;Log&#36;.
<li>Change <a href="https://man.openbsd.org/rpc.rstatd.8">rpc.rstatd(8)</a>,
<a href="https://man.openbsd.org/yppush.8">yppush(8)</a>,
<a href="https://man.openbsd.org/ypserv.8">ypserv(8)</a>
to use poll() instead of select().
<li>In <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>,
rework symbol lookup to more closely match sun's documentation and treat
dlopens as load groups.  Also cleanly handle the case where a dynamic object
is opened, but one of it's dependent libraries is missing.  Do not promote
DT_NEEDED libs to RTLD_GLOBAL when being dlopen'ed.  A few other
simplifications and behaviour improvements and regression tests to match.
<li>Make <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>
correctly handle loopback interfaces and other fixes.
<li>Allow <a href="https://man.openbsd.org/ptrace.2">ptrace(2)</a>
to follow <a href="https://man.openbsd.org/fork.2">fork(2)</a>
with PTRACE_FORK.
<li>Support ATI IXP 200/300/400 <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> controllers.
<li>In <a href="https://man.openbsd.org/ieee80211_input.9">ieee80211_input(9)</a> and family,
replace node hash table with red-black tree.  Fixes some bugs in the node table,
hash collisions are no longer a possibility, and it simplifies things.
<li>In <a href="https://man.openbsd.org/mountd.8">mountd(8)</a>,
fix a NFS race when mounting filesystems on nfs servers.
<li>X.Org fix for a buffer overrun observed as a crash by eclipse users,
also fix a possible integer overflow in pixmap creation code.
<li>In <a href="https://man.openbsd.org/sd.4">sd(4)</a>,
fake geometry for all UMASS devices since it's almost always fictitious,
reported to fix various devices.
<li>In <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a>,
fix transfers of very large SA/SPD snapshots.
<li>Make <a href="https://man.openbsd.org/xargs.1">xargs(1)</a>
POSIX compliant, make it run programs even when zero arguments are specified.
<li>In <a href="https://man.openbsd.org/trunk.4">trunk(4)</a>,
add multicast, VLAN support and various improvements.
<li>In <a href="https://man.openbsd.org/gem.4">gem(4)</a>,
program the MAC address correctly into the card after it has been
changed, e.g. by
<a href="https://man.openbsd.org/ifconfig.1">ifconfig(1)</a>.
<li>In <a href="https://man.openbsd.org/shutdown.2">shutdown(2)</a>,
return ENOTCONN if a socket is unconnected.
<li>Change <a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a>
to use red-black trees for the node tables instead of hash tables.
<li>In <a href="https://man.openbsd.org/ath.4">ath(4)</a>,
fix a possible division by zero.
<li>In <a href="https://man.openbsd.org/ath.4">ath(4)</a>@pci,
allocate memory for the right structure, which fixes possible page faults.
<li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>,
reload sessions every time the capabilities change.
<li>An <a href="https://man.openbsd.org/sd.4">sd(4)</a>
fix for a case where free(NULL, ...) was possible and lead to a crash.
<li>In <a href="https://man.openbsd.org/umidi.4">umidi(4)</a>,
fix corruption to multi-byte MIDI messages when a single real time byte is inserted.
<li>Fix two hppa hardware erratas.
<li>Teach <a href="https://man.openbsd.org/file.1">file(1)</a>
about the flac audio format.
<li>Many mvme88k improvements.
<li>Make <a href="https://man.openbsd.org/m4.1">m4(1)</a>
SusV3-compliant and add various regression tests.
<li>OpenCVS: add support for the CVS/Tag file writing/parsing, fix
corrupt Entry files, various other improvements.
<li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>,
fix the DIOCCHANGERULE ioctl to properly initialize the NAT table, only
affects custom programs using this ioctl.
<li>In <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>,
change matching code to only look at the PCI ID and ignoring the PCI class,
enabling some mass storage devices to work.
<li>Many <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>
improvements including -u option enabled now which automatically will update
all installed packages.
</ul>