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

Annotation of www/plus40.html, Revision 1.48

1.48    ! bentley     1: <!doctype html>
        !             2: <html lang=en id=plus>
        !             3: <meta charset=utf-8>
1.39      tj          4: <title>OpenBSD 4.0 Changelog</title>
1.1       deraadt     5: <meta name="description" content="OpenBSD 4.0 changes">
1.37      deraadt     6: <meta name="viewport" content="width=device-width, initial-scale=1">
                      7: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.41      tb          8: <link rel="canonical" href="https://www.openbsd.org/plus40.html">
1.48    ! bentley     9: <style>
        !            10: strong {
        !            11:        color: var(--red);
        !            12: }
1.1       deraadt    13:
1.48    ! bentley    14: h3 {
        !            15:        color: var(--blue);
        !            16: }
1.1       deraadt    17:
1.48    ! bentley    18: p strong {
        !            19:        font-weight: normal;
        !            20: }
        !            21: </style>
        !            22:
        !            23: <h2 id=OpenBSD>
1.37      deraadt    24: <a href="index.html">
1.48    ! bentley    25: <i>Open</i><b>BSD</b></a>
        !            26: 4.0 Changelog
1.39      tj         27: </h2>
1.1       deraadt    28: <hr>
                     29:
                     30: <p>
                     31: This is a partial list of the major machine-independent changes
1.13      sobrado    32: (i.e., these are the changes people ask about most often).  Machine
1.1       deraadt    33: specific changes have also been made, and are sometimes mentioned
                     34: in the pages for the specific <a href="plat.html">platforms</a>.
                     35:
                     36: <p>
1.48    ! bentley    37: Note: <strong>Problems for which patches exist are marked in red</strong>.
1.1       deraadt    38:
                     39: <p>
                     40: For changes in other releases, click below:<br>
                     41: <a href="plus20.html">2.0</a>,
                     42: <a href="plus21.html">2.1</a>,
                     43: <a href="plus22.html">2.2</a>,
                     44: <a href="plus23.html">2.3</a>,
                     45: <a href="plus24.html">2.4</a>,
                     46: <a href="plus25.html">2.5</a>,
                     47: <a href="plus26.html">2.6</a>,
                     48: <a href="plus27.html">2.7</a>,
                     49: <a href="plus28.html">2.8</a>,
                     50: <a href="plus29.html">2.9</a>,
                     51: <a href="plus30.html">3.0</a>,
                     52: <a href="plus31.html">3.1</a>,
                     53: <a href="plus32.html">3.2</a>,
                     54: <a href="plus33.html">3.3</a>,
                     55: <a href="plus34.html">3.4</a>,
                     56: <a href="plus35.html">3.5</a>,
                     57: <a href="plus36.html">3.6</a>,
1.12      deraadt    58: <br>
1.1       deraadt    59: <a href="plus37.html">3.7</a>,
                     60: <a href="plus38.html">3.8</a>,
                     61: <a href="plus39.html">3.9</a>,
1.5       deraadt    62: <a href="plus41.html">4.1</a>,
1.7       deraadt    63: <a href="plus42.html">4.2</a>,
1.11      deraadt    64: <a href="plus43.html">4.3</a>,
1.12      deraadt    65: <a href="plus44.html">4.4</a>,
1.14      deraadt    66: <a href="plus45.html">4.5</a>,
1.15      deraadt    67: <a href="plus46.html">4.6</a>,
1.16      deraadt    68: <a href="plus47.html">4.7</a>,
1.17      deraadt    69: <a href="plus48.html">4.8</a>,
1.18      deraadt    70: <a href="plus49.html">4.9</a>,
1.19      nick       71: <a href="plus50.html">5.0</a>,
1.20      schwarze   72: <a href="plus51.html">5.1</a>,
1.21      nick       73: <a href="plus52.html">5.2</a>,
1.22      deraadt    74: <a href="plus53.html">5.3</a>,
1.23      deraadt    75: <a href="plus54.html">5.4</a>,
1.24      deraadt    76: <br>
1.27      deraadt    77: <a href="plus55.html">5.5</a>,
1.29      brett      78: <a href="plus56.html">5.6</a>,
1.30      deraadt    79: <a href="plus57.html">5.7</a>,
1.33      deraadt    80: <a href="plus58.html">5.8</a>,
1.34      deraadt    81: <a href="plus59.html">5.9</a>,
1.40      deraadt    82: <a href="plus60.html">6.0</a>,
1.42      deraadt    83: <a href="plus61.html">6.1</a>,
1.44      deraadt    84: <a href="plus62.html">6.2</a>,
1.45      deraadt    85: <a href="plus63.html">6.3</a>,
1.46      deraadt    86: <a href="plus64.html">6.4</a>,
1.47      pamela     87: <a href="plus65.html">6.5</a>,
1.1       deraadt    88: <a href="plus.html">current</a>.
                     89: <br>
                     90:
                     91: <p>
1.48    ! bentley    92: <h3>Changes made between OpenBSD 3.9 and 4.0</h3>
1.1       deraadt    93: <p>
                     94:
                     95: <ul>
1.2       pvalchev   96: <!-- 2006/09/17 -->
                     97: <!-- 2006/09/16 -->
1.48    ! bentley    98: <li>Plug memory leak in <a href="https://man.openbsd.org/top.1">top(1)</a>.
        !            99: <li>Limit maximum work done in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> performed by the CRC compensator attack detector.
        !           100: <li>Fix for error message parsing in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
        !           101: <li>Initial import of <a href="https://man.openbsd.org/uath.4">uath(4)</a>, an Atheros USB2.0 WLAN device. Added to i386 GENERIC.
1.2       pvalchev  102: <li>Avoid a write to NULL on mac68k.
1.48    ! bentley   103: <li>Bring <a href="https://man.openbsd.org/pgt.4">pgt(4)</a> to a working state and enable it on i386 GENERIC.
        !           104: <li>Rework <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> error handling from hardware so the scsi midlayer can handle them correctly.
        !           105: <li>Do not ask for HWERR interrupts on <a href="https://man.openbsd.org/msk.4">msk(4)</a> and not acknowledging them later. Leads to interrupt storms on several machines.
1.2       pvalchev  106: <!-- 2006/09/15 -->
1.48    ! bentley   107: <li>Also add Intel 6321ESB SATA support to <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>.
1.2       pvalchev  108: <li>Add VIA VT8237A SATA to supported devices. Untested but should work.
1.48    ! bentley   109: <li>Reserve some command slots in <a href="https://man.openbsd.org/ciss.4">ciss(4)</a> for bioctl/sensorsd so ciss does not crash under load.
        !           110: <li>Make sure <a href="https://man.openbsd.org/re.4">re(4)</a> devices preserve mac address on thecus if the hardware mac is a specific number.
1.2       pvalchev  111: <li>Reset the armish sysfail LED on thecus, so it does not blink.
                    112: <!-- 2006/09/14 -->
                    113: <!-- 2006/09/13 -->
                    114: <!-- 2006/09/12 -->
                    115: <li>Fixes for integer overflows in CID encoded fonts parsing for X.org.
                    116: <!-- 2006/09/11 -->
                    117: <!-- 2006/09/10 -->
                    118: <!-- 2006/09/09 -->
                    119: <!-- 2006/09/08 -->
                    120: <li>Fix RSA signature padding vulnerability in OpenSSL.
                    121: <!-- 2006/09/07 -->
                    122: <!-- 2006/09/06 -->
                    123: <!-- 2006/09/05 -->
                    124: <li>Security update to BIND 9.3.2-P1.
                    125: <!-- 2006/09/04 -->
                    126: <!-- 2006/09/03 -->
                    127: <!-- 2006/09/02 -->
                    128: <!-- 2006/09/01 -->
                    129: <!-- 2006/08/31 -->
1.48    ! bentley   130: <li>Teach <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a> to set <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> up in passive mode, based on current <a href="https://man.openbsd.org/carp.4">carp(4)</a> state.
        !           131: <li>Add command to <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> to force it into passive mode. Will be used by <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a> in HA setups.
1.2       pvalchev  132: <li>Fix for UltraSparcIII sparc64 machines with more than one memory bank filled.
1.48    ! bentley   133: <li>Add IPv6 link-local addresses to <a href="https://man.openbsd.org/carp.4">carp(4)</a> interfaces when virtual MAC is set. Makes route6d work on systems with <a href="https://man.openbsd.org/carp.4">carp(4)</a> interfaces.
1.2       pvalchev  134: <!-- 2006/08/30 -->
                    135: <li>Even more dhclient link detection adjustments.
1.48    ! bentley   136: <li>Fix for getting mac address for <a href="https://man.openbsd.org/bge.4">bge(4)</a> on sparc64, should fix Blade 1500 problems.
        !           137: <li>Fixes for the VAX <a href="https://man.openbsd.org/ze.4">ze(4)</a> driver, and various other small VAX fixes. Allows VXT2000+ machine to (net)boot multiuser.
1.2       pvalchev  138: <li>Have applications that write to pf_key socket understand EAGAIN errors and retry later.
1.48    ! bentley   139: <li>Make sure <a href="https://man.openbsd.org/atw.4">atw(4)</a> does not panic when channel tuning code returns IEEE_80211_CHAN_ANY.
1.2       pvalchev  140: <!-- 2006/08/29 -->
1.48    ! bentley   141: <li>In <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>, fix KVM snooping code so netstat -A work again.
        !           142: <li>Enable <a href="https://man.openbsd.org/arc.4">arc(4)</a> on amd64 GENERIC and RAMDISK_CD kernels.
1.2       pvalchev  143: <li>Fixed handling of 802.11 beacon frames by stations while associated. Should fix BSS mode with both 802.11b and 802.11g stations.
1.48    ! bentley   144: <li>Added support for UFQDNs in <a href="https://man.openbsd.org/ipsec.conf.5">ipsec.conf(5)</a>.
1.2       pvalchev  145: <li>Fix for the 802.11 rate handling code to prevent devices being forced into protection mode and degrade performance.
1.48    ! bentley   146: <li>Added support for IKE AH rules to <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>.
        !           147: <li>Add support on UltraSparc machines for the onboard <a href="https://man.openbsd.org/bge.4">bge(4)</a> devices.
1.2       pvalchev  148: <li>Allow arbitrary values when changing the carp demotion counter, as long as the result still is in valid range.
1.48    ! bentley   149: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> work around a problem in Heimdal when KRB5CCNAME file is missing.
        !           150: <li>Fix a possible kernel panic in the <a href="https://man.openbsd.org/ucom.4">ucom(4)</a> code caused by using already freed data in ttyclose().
1.2       pvalchev  151: <!-- 2006/08/28 -->
1.48    ! bentley   152: <li>Have <a href="https://man.openbsd.org/dhclient.1">dhclient(1)</a> take net devices up in order for them to do media negotiation, since some devices requires this before the <a href="https://man.openbsd.org/dhclient.1">dhclient(1)</a> 10 second link test.
1.2       pvalchev  153: <li>Fixes for the installation scripts when parsing site-version-hostname.tgz files.
                    154: <li>Make sure sparc and sparc64 platforms create more tty device files.
                    155: <li>Allow building of procfs on arches that do not define PT_STEP, like sparc64.
1.48    ! bentley   156: <li>Rework <a href="https://man.openbsd.org/iwi.4">iwi(4)</a> RX buffer allocation to make sure it never does DMA outside the mapped buffers.
        !           157: <li>Enable <a href="https://man.openbsd.org/arc.4">arc(4)</a> on i386 RAMDISK kernels.
        !           158: <li>Make sure the <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> code check for illegal options in LCP packets and drop such packets.
        !           159: <li>For sparc64, make sure onboard <a href="https://man.openbsd.org/bge.4">bge(4)</a> gets the MAC address from the OpenFirmWare local-mac-address.
1.2       pvalchev  160: <!-- 2006/08/27 -->
1.48    ! bentley   161: <li>Fix for disc size check in <a href="https://man.openbsd.org/cdio.1">cdio(1)</a>.
        !           162: <li>Fixes for LED handling on <a href="https://man.openbsd.org/bge.4">bge(4)</a> chipsets found in some Dell machines.
1.9       tobias    163: <li>For sparc64, enable HORRID_III_HACK, but make sure USI &amp; II CPUs get to keep their data caches enabled. GENERIC now runs on USIII too.
1.48    ! bentley   164: <li>Add some support for <a href="https://man.openbsd.org/bio.4">bio(4)</a> on <a href="https://man.openbsd.org/ciss.4">ciss(4)</a> controllers.
1.2       pvalchev  165: <li>PCI interrupt fixes for sparc64, makes it work on v210 machines.
                    166: <li>Work in progress of VXT2000 support for vax.
1.48    ! bentley   167: <li>Endian fix in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> regarding sending of route refreshes.
        !           168: <li>Rework <a href="https://man.openbsd.org/arc.4">arc(4)</a> code for detecting degraded volumes, since it would report degraded disks as online.
1.2       pvalchev  169: <!-- 2006/08/26 -->
1.48    ! bentley   170: <li>For armish platforms with <a href="https://man.openbsd.org/fintek.4">fintek(4)</a>, have the fans blow at full speed.
1.2       pvalchev  171: <!-- 2006/08/25 -->
                    172: <!-- 2006/08/24 -->
                    173: <li>Disable interrupts during the attach of UHCI and EHCI controllers. Avoids possible NULL pointer reference.
1.3       pvalchev  174: <li>Make sure AMD PowerNow code does not propagate low level errors to userland on i386 and amd64.
1.2       pvalchev  175: <li>Add support for VIA C3/C7 crypto driver HMACs.
1.48    ! bentley   176: <li>Make <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> recognize ipsec xauth vendor payload.
1.2       pvalchev  177: <!-- 2006/08/23 -->
1.48    ! bentley   178: <li>For <a href="https://man.openbsd.org/ral.4">ral(4)</a> and <a href="https://man.openbsd.org/rum.4">rum(4)</a>, fallback to 1Mbps if tx rate is returned as zero. Avoids division by zero seen on amd64 sometimes.
        !           179: <li>Make <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> on ARM platform support libraries with DT_TEXTREL.
        !           180: <li>Add Nova Tech NV-902W to the list of supported <a href="https://man.openbsd.org/ural.4">ural(4)</a> devices.
1.2       pvalchev  181: <!-- 2006/08/22 -->
                    182: <li>For i386, provide some smp locking around protection fault trap from user too.
1.48    ! bentley   183: <li>Initial import of code to support the PrismGT <a href="https://man.openbsd.org/pgt.4">pgt(4)</a> chipsets.
        !           184: <li>Change <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> back to not send empty UPDATE messages, some routers do not handle it very well.
1.1       deraadt   185: <!-- 2006/08/21 -->
1.48    ! bentley   186: <li>Enable <a href="https://man.openbsd.org/acx.4">acx(4)</a> on amd64 GENERIC kernels too.
        !           187: <li>Have <a href="https://man.openbsd.org/carp.4">carp(4)</a> interfaces answer ARP queries if the interface is in a bridge with the physical interface that received it.
1.1       deraadt   188: <!-- 2006/08/20 -->
1.48    ! bentley   189: <li>Add support for Jumbo frames in <a href="https://man.openbsd.org/bnx.4">bnx(4)</a>.
        !           190: <li>Enable RX checksum offload in <a href="https://man.openbsd.org/bnx.4">bnx(4)</a>.
1.1       deraadt   191: <!-- 2006/08/19 -->
1.48    ! bentley   192: <li>Add Intel 6321ESB and 82801H SMBus controllers to <a href="https://man.openbsd.org/ichiic.4">ichiic(4)</a>.
        !           193: <li>Add Intel 6300ESB and 6321ESB AC97 controllers to <a href="https://man.openbsd.org/auich.4">auich(4)</a>.
        !           194: <li>Add Intel 82801H/ICH8 SATA support to <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>. Untested but should work.
        !           195: <li>Add lm75a to the list of supported <a href="https://man.openbsd.org/lmtemp.4">lmtemp(4)</a> devices.
        !           196: <li>Lots of small fixes for <a href="https://man.openbsd.org/iwi.4">iwi(4)</a>.
1.1       deraadt   197: <!-- 2006/08/18 -->
1.48    ! bentley   198: <li>Add <a href="https://man.openbsd.org/ucycom.4">ucycom(4)</a> to all USB capable arches.
1.1       deraadt   199: <li>Fix some file descriptor leaks in XFree error handlers.
                    200: <li>for i386, add a new Core Xeon CPU and an older Pentium Pro model to the bus clock detection.
1.48    ! bentley   201: <li>Add support for RT5225 in <a href="https://man.openbsd.org/rum.4">rum(4)</a> and various other <a href="https://man.openbsd.org/rum.4">rum(4)</a> fixes.
        !           202: <li>Disable SPNEGO as per RFC4462 in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
        !           203: <li>Add <a href="https://man.openbsd.org/bio.4">bio(4)</a> sensor support to <a href="https://man.openbsd.org/arc.4">arc(4)</a> devices.
1.1       deraadt   204: <!-- 2006/08/17 -->
1.48    ! bentley   205: <li>Enable <a href="https://man.openbsd.org/msk.4">msk(4)</a> for alpha, amd64, macppc and sparc64 too.
1.1       deraadt   206: <li>Fixes in the VFS layer for proper mountpoint selection when mounting softdep file systems in a dir of a async mounted file system.
                    207: <li>On hp300 with 68040, setup the transparent translation with writeback cache instead of writethrough.
                    208: <li>Major rework of the hp300 boot code, removes lots of old junk and adds sgc frame buffer console support.
                    209: <!-- 2006/08/16 -->
                    210: <li>Jumpscroll code for vt100 and sun wscons emulations. Speeds up macppc and zaurus console a lot.
1.48    ! bentley   211: <li>Add <a href="https://man.openbsd.org/msk.4">msk(4)</a> to i386 GENERIC and RAMDISK kernels.
        !           212: <li>Initial driver <a href="https://man.openbsd.org/msk.4">msk(4)</a>, for Marvell Yukon-2 Gigabit ethernet controllers.
        !           213: <li>Add BelkinRT2601 USB device to list of supported <a href="https://man.openbsd.org/rum.4">rum(4)</a> devices.
        !           214: <li>Have <a href="https://man.openbsd.org/carp.4">carp(4)</a> send out a second delayed gratuitious ARP request after the MASTER election is won, so wacky L3 switches picks it up correctly.
1.1       deraadt   215: <!-- 2006/08/15 -->
                    216: <li>Do not misreport some VS4k/90 machines as uVAXens.
                    217: <li>LCSPX probe for vax now more reliable.
1.48    ! bentley   218: <li>Add Belkin F5D705C to list of supported <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> devices.
        !           219: <li>Initial code for a <a href="https://man.openbsd.org/ucycom.4">ucycom(4)</a> driver.
1.1       deraadt   220: <!-- 2006/08/14 -->
1.48    ! bentley   221: <li>Make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> send an "empty" update message after a bulk transfer, used as End-of-RIB marker.
        !           222: <li>Add <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> to i386 and amd64 GENERIC and RAMDISK kernels.
        !           223: <li>Make <a href="https://man.openbsd.org/vacation.1">vacation(1)</a> also add headers as per RFC 3834.
        !           224: <li>For <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, add ability to match groups to Match keyword in <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>.
        !           225: <li>Add <a href="https://man.openbsd.org/uslcom.4">uslcom(4)</a> and <a href="https://man.openbsd.org/uark.4">uark(4)</a> on all USB capable arches.
        !           226: <li>Initial driver for <a href="https://man.openbsd.org/uark.4">uark(4)</a>, ARK3116 USB UART devices.
        !           227: <li>Fix for systrace symlink handling when calling <a href="https://man.openbsd.org/rename.2">rename(2)</a>.
1.1       deraadt   228: <!-- 2006/08/13 -->
                    229: <li>Fixes for USB2.0 error handling.
1.48    ! bentley   230: <li>Enable <a href="https://man.openbsd.org/arc.4">arc(4)</a> on sparc64 GENERIC kernels.
        !           231: <li>Make <a href="https://man.openbsd.org/cron.8">cron(8)</a> add Auto-Submitted header in generated mail as per RFC 3834.
        !           232: <li>Fix a panic when trying to fdisk <a href="https://man.openbsd.org/vnd.4">vnd(4)</a> devices which are backed by weird images.
1.1       deraadt   233: <li>Fixes for domain keyboards on hp300 models 362 and 382 aswell.
                    234: <li>Fix for hp300 HIL keyboards during boot.
                    235: <!-- 2006/08/12 -->
                    236: <li>Update to sendmail 8.13.8.
1.48    ! bentley   237: <li>Enable hostap mode for <a href="https://man.openbsd.org/acx.4">acx(4)</a>.
1.1       deraadt   238: <li>Preliminary import of Xwsfb for vax, still has endian issues on smg.
1.48    ! bentley   239: <li>Make signal strength for <a href="https://man.openbsd.org/acx.4">acx(4)</a> rssi depend on the radio type, so percentage value works.
1.1       deraadt   240: <!-- 2006/08/11 -->
1.48    ! bentley   241: <li>Enable <a href="https://man.openbsd.org/rum.4">rum(4)</a> on all arches where <a href="https://man.openbsd.org/ural.4">ural(4)</a> is enabled.
        !           242: <li>In OpenRCS, correctly handle -e and -E flags for <a href="https://man.openbsd.org/merge.1">merge(1)</a> and <a href="https://man.openbsd.org/rcsmerge.1">rcsmerge(1)</a>.
1.1       deraadt   243: <!-- 2006/08/10 -->
                    244: <li>For hp300, try and determine keyboard layout from its identification string.
                    245: <li>Fix a panic regarding SysV semaphores when overallocating more than the default number.
1.48    ! bentley   246: <li>Fixes in <a href="https://man.openbsd.org/xge.4">xge(4)</a> for DMA maps and RX descriptor maps.
        !           247: <li>Fix a use-after-free in <a href="https://man.openbsd.org/mpi.4">mpi(4)</a>.
1.1       deraadt   248: <!-- 2006/08/09 -->
1.48    ! bentley   249: <li>Fix for <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> where a DHCPDISCOVER packet with a 32-bit client identifier would cause <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> to mistakenly exit.
1.1       deraadt   250: <li>On hp300 platforms, use the blitter again for the cursor on non-mono frame buffers.
1.48    ! bentley   251: <li>Lots of fixes for the <a href="https://man.openbsd.org/rum.4">rum(4)</a> driver.
1.1       deraadt   252: <!-- 2006/08/08 -->
1.48    ! bentley   253: <li>Endianess fix in <a href="https://man.openbsd.org/ral.4">ral(4)</a> in the rate adaptation code.
        !           254: <li>Sync <a href="https://man.openbsd.org/em.4">em(4)</a> to Intels latest FreeBSD em driver (6.1.4). Adds support for the PCIe quad port copper adapter, improvements for media support with fiber adapters and some fixes for the ICH8 support.
1.1       deraadt   255: <!-- 2006/08/07 -->
1.48    ! bentley   256: <li>Avoid div-by-zero in visual effects in <a href="https://man.openbsd.org/i386/fdformat.1">fdformat(1)</a>.
        !           257: <li>Fix use-after-free bug in <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a>, triggered with too long header lines.
        !           258: <li>Enable WEP on <a href="https://man.openbsd.org/acx.4">acx(4)</a>.
1.1       deraadt   259: <!-- 2006/08/06 -->
                    260: <li>ld.so(1) fix for Alpha in regard of gcc3.
1.48    ! bentley   261: <li>Endian fixes for both <a href="https://man.openbsd.org/wpi.4">wpi(4)</a> and <a href="https://man.openbsd.org/arc.4">arc(4)</a>. <a href="https://man.openbsd.org/arc.4">arc(4)</a> works on sparc64 now.
1.1       deraadt   262: <li>Switch luna88k platform to rasops from rcons.
1.48    ! bentley   263: <li>Add BPF hooks to <a href="https://man.openbsd.org/acx.4">acx(4)</a>.
        !           264: <li>Enable <a href="https://man.openbsd.org/arc.4">arc(4)</a> in i386 GENERIC kernel.
1.1       deraadt   265: <!-- 2006/08/05 -->
1.48    ! bentley   266: <li>Fix for <a href="https://man.openbsd.org/re.4">re(4)</a> on PCIe busses where a second packet might get stuck if sent in short succession of an earlier packet.
        !           267: <li>Add Intel Raid Controller SRCSAS18E, and SRCSAS144E to <a href="https://man.openbsd.org/mfi.4">mfi(4)</a>.
        !           268: <li>Add Intel 6321ESB to the <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> driver.
        !           269: <li>In the <a href="https://man.openbsd.org/re.4">re(4)</a> driver, restructure TX/RX descriptor handling, and bump the number of TX descriptors for rtl8169-based cards.
1.1       deraadt   270: <li>Various fixes to the vax bootloader code.
1.48    ! bentley   271: <li>Let <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> check for errors on all reads/writes.
        !           272: <li>Make sure <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> can build without kerberosV support, and with SKEY defined too.
1.1       deraadt   273: <!-- 2006/08/04 -->
1.48    ! bentley   274: <li>Make the scsi layer report ENOMEDIUM and EMEDIUMTYPE to userland, so <a href="https://man.openbsd.org/tar.1">tar(1)</a>, <a href="https://man.openbsd.org/dd.1">dd(1)</a> and friends can report useful error messages when there is no media in the device.
        !           275: <li>Add "restart" to max-prefix in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, allows restart of suspended sessions after a given number of minutes.
        !           276: <li>Enable <a href="https://man.openbsd.org/acx.4">acx(4)</a> on i386 GENERIC kernels.
1.1       deraadt   277: <!-- 2006/08/03 -->
1.48    ! bentley   278: <li>Have <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> clean the routing table of all PROTO1 routes, since they might be leftovers from an earlier crash.
1.1       deraadt   279: <li>Re-enable IPMI on i386/amd64 GENERIC kernels.
1.48    ! bentley   280: <li>Initial import of the <a href="https://man.openbsd.org/acx.4">acx(4)</a> wireless driver.
1.1       deraadt   281: <!-- 2006/08/02 -->
                    282: <!-- 2006/08/01 -->
1.48    ! bentley   283: <li>Disable jumbo frames on <a href="https://man.openbsd.org/xge.4">xge(4)</a> until reception of jumbo frames is fixed.
        !           284: <li>Add NVIDIA MCP51 AC97 to the <a href="https://man.openbsd.org/auich.4">auich(4)</a> driver.
1.1       deraadt   285: <li>Have vax support font widths from 9 to 16 bits, and use 12x22 font by default.
1.48    ! bentley   286: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> allow fallback to known_hosts entries without port qualifiers for non-standard ports too.
        !           287: <li>Make <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a> be better in reporting dependency problems when removing multiple packages at the same time.
1.1       deraadt   288: <!-- 2006/07/31 -->
1.48    ! bentley   289: <li>Added <a href="https://man.openbsd.org/puc.4">puc(4)</a> at cardbus for amd64, i386 and macppc, but commented out.
        !           290: <li>For amd64 GENERIC kernels, enable <a href="https://man.openbsd.org/an.4">an(4)</a> at pci. Untested, but should work.
1.1       deraadt   291: <!-- 2006/07/30 -->
                    292: <li>Armish platform now allows argument passing from bootblock to kernel.
1.48    ! bentley   293: <li>Add more strict receive path validation code to <a href="https://man.openbsd.org/sk.4">sk(4)</a>.
        !           294: <li>Fixed race condition in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> when neighbor reached max-prefix, leading to a crash.
        !           295: <li>For <a href="https://man.openbsd.org/vax/dz.4">dz(4)</a>, allow keyboard attachment on VS 4k/90 aswell.
1.1       deraadt   296: <!-- 2006/07/29 -->
                    297: <li>Various vax fixes for console detection.
                    298: <li>Improved armish bootloader into an interactive one like i386. Defaults to boot from wd0.
1.48    ! bentley   299: <li>Make sure never to attach a <a href="https://man.openbsd.org/vax/dz.4">dz(4)</a> console to a keyboard port on VAXstations so machines with unsupported frame buffers can work with serial console.
        !           300: <li>Fixes for <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> code on non-i386 platforms so an older X server runs.
1.1       deraadt   301: <!-- 2006/07/28 -->
1.48    ! bentley   302: <li>First version of <a href="https://man.openbsd.org/arc.4">arc(4)</a>, the Areca RAID controller driver. Not usable yet.
1.1       deraadt   303: <li>Fix for scsi_inquiry_data version number parsing. Fixes SCSI5 and SCSI6 in dmesg.
                    304: <li>Initial driver for color frame buffers found on VAXstation 3100 models 3x/4x. Rough but usable.
                    305: <li>Make ipmi code only read one sensor at a time, also lower the polling frequency to every 5 seconds instead of every 10.
1.48    ! bentley   306: <li>Make sure <a href="https://man.openbsd.org/mount_nfs.8">mount_nfs(8)</a> allows synchronous mounts.
1.1       deraadt   307: <li>Initial code for an armish bootloader.
1.48    ! bentley   308: <li>Fix in <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> for mod_rewrite which potentially could be exploited.
1.1       deraadt   309: <!-- 2006/07/27 -->
1.48    ! bentley   310: <li>Add some new <a href="https://man.openbsd.org/twe.4">twe(4)</a> pci ids.
1.1       deraadt   311: <!-- 2006/07/26 -->
1.48    ! bentley   312: <li>Compile all kernels with the new stack usage warning code in <a href="https://man.openbsd.org/gcc.1">gcc(1)</a>.
        !           313: <li>Add <a href="https://man.openbsd.org/cmpci.4">cmpci(4)</a> to i386, alpha and amd64.
1.1       deraadt   314: <li>Fixes for rcs binary file handling.
1.48    ! bentley   315: <li>Add checks to all <a href="https://man.openbsd.org/i386/fdisk.8">fdisk(8)</a> write attempts, and try to keep it in a consistent state upon write failure.
        !           316: <li>Malloc fixes for <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> and <a href="https://man.openbsd.org/cvs.1">cvs(1)</a>.
        !           317: <li>Newer <a href="https://man.openbsd.org/cmcpci.4">cmcpci(4)</a> sound driver for i386.
1.1       deraadt   318: <li>Make sure kernels with VFSDEBUG option set can boot again.
1.48    ! bentley   319: <li>Fix several timeout quirks in <a href="https://man.openbsd.org/tftp.1">tftp(1)</a> and <a href="https://man.openbsd.org/tftpd.8">tftpd(8)</a>.
1.1       deraadt   320: <!-- 2006/07/25 -->
                    321: <li>For vax, replace kvtope() and kvtophys() with assembler versions.
                    322: <li>Kill option GPL_MATH_EMULATE from the i386 kernel.
                    323: <!-- 2006/07/24 -->
                    324: <li>Add a wsdisplay driver for VS4000/60 and VLC vax machines.
1.48    ! bentley   325: <li>Add TFTP Option Extension to <a href="https://man.openbsd.org/tftp.1">tftp(1)</a> according to RFC2347.
        !           326: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, disable tunnel forwarding if no strict host key check and key has changed.
        !           327: <li>Make <a href="https://man.openbsd.org/brconfig.8">brconfig(8)</a> without arguments behave like "brconfig -a", similar to the <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> change.
1.1       deraadt   328: <!-- 2006/07/23 -->
1.48    ! bentley   329: <li>Lots of fixes for <a href="https://man.openbsd.org/vax/smg.4">smg(4)</a> on vax.
1.1       deraadt   330: <li>Various LUN-related fixes to the scsi code.
                    331: <!-- 2006/07/22 -->
1.48    ! bentley   332: <li>Improved Yukon init routine for <a href="https://man.openbsd.org/sk.4">sk(4)</a>.
1.1       deraadt   333: <li>Remove some scsi ioctls, most importantly those that can reprobe the bus.
                    334: <!-- 2006/07/21 -->
1.48    ! bentley   335: <li>Add ADMtek ADM9511/9513 to <a href="https://man.openbsd.org/dc.4">dc(4)</a>.
        !           336: <li>Add ATI SB450 and SiS 966 HD Audio to the <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> driver.
1.1       deraadt   337: <li>Prevent segfault when "cpio -o" called without input.
1.48    ! bentley   338: <li>Make "PermitOpen" in <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> take a list of permitted ports.
1.1       deraadt   339: <!-- 2006/07/20 -->
1.48    ! bentley   340: <li>Lower the number of TX descriptors in <a href="https://man.openbsd.org/xge.4">xge(4)</a> from 8k to 2k.
        !           341: <li>Introduced new warning to <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> to check for greedy functions using too much local stack storage.
1.1       deraadt   342: <li>Initial support for LEDs on vax machines.
                    343: <li>Fix latvian keyboard map for wscons.
1.48    ! bentley   344: <li>Add blksize option to <a href="https://man.openbsd.org/tftpd.8">tftpd(8)</a> according to RFC2348.
1.1       deraadt   345: <!-- 2006/07/19 -->
                    346: <li>On armish platforms, always assume root is on wd0a.
1.48    ! bentley   347: <li>Add 'target kvm' support in <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> for alpha.
        !           348: <li>Various fixes for the <a href="https://man.openbsd.org/rum.4">rum(4)</a> devices.
1.1       deraadt   349: <li>Dont reject FAT filesystems with more than 255 heads since some USB keychains exist that use 256.
1.48    ! bentley   350: <li>Add ForceCommand support to <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> too. Equivalent to "command=" key option.
        !           351: <li>Add support for X11Forwarding, X11DisplayOffset and X11UseLocalhost to the Match keyword in <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>.
1.1       deraadt   352: <!-- 2006/07/18 -->
                    353: <li>Add cd_powerhook to the scsi code. Drives may forget they were locked otherwise on PWR_RESUME.
                    354: <li>Add support for ADMTek 983C chipsets.
                    355: <li>Swap inode's associated device number on big-endian architectures when calling checkalias() for ext2fs.
1.48    ! bentley   356: <li>Various other fixes for <a href="https://man.openbsd.org/rum.4">rum(4)</a>.
        !           357: <li>Fix channel 11 RF R4 setting for RF2528 based <a href="https://man.openbsd.org/rum.4">rum(4)</a> devices.
1.1       deraadt   358: <li>On certain TI controllers, clear the SD/MMC bit in the flash media so the SD host takes over.
                    359: <li>Remove arc network support.
                    360: <!-- 2006/07/17 -->
                    361: <li>Fix for obvious race in SD/MMC code and simplify the implementation of future host controllers.
1.48    ! bentley   362: <li>Slight increase in number of jumbo frame slots for <a href="https://man.openbsd.org/ti.4">ti(4)</a> and <a href="https://man.openbsd.org/bge.4">bge(4)</a> on sparc64.
1.1       deraadt   363: <li>Correct the way SD/MMC hosts are allocated, fixes crashes on controllers with multiple slots.
                    364: <li>Fixes for NVIDIA MCP04 SATA interrupts.
1.48    ! bentley   365: <li>Initial import of <a href="https://man.openbsd.org/csplit.1">csplit(1)</a>.
1.1       deraadt   366: <li>Import texinfo 4.8.
                    367: <li>Change in udp receive code which allows IP_RECVIF to get the incoming interface, similar to INET6 code.
1.48    ! bentley   368: <li>Add "PermitOpen" directive to <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>. Useful in combination with "Match".
1.1       deraadt   369: <!-- 2006/07/16 -->
                    370: <li>Fix false positives in vax splasserts for older VAXstations.
                    371: <li>Fix for LX164 Alpha systems where ISA video boards are reported as pci boards with invalid bus/slot numbers. Check for this when deciding which vga attachment to use.
1.48    ! bentley   372: <li>Add Airprime PC5220 to the list of supported <a href="https://man.openbsd.org/umsm.4">umsm(4)</a> devices.
1.1       deraadt   373: <!-- 2006/07/15 -->
1.48    ! bentley   374: <li>Fix for bus_dma on arm platforms, makes <a href="https://man.openbsd.org/em.4">em(4)</a> work much better.
1.1       deraadt   375: <li>Correctly NULL-terminate strings while parsing fonts and avoid a buffer overflow later in X11 Freetype code.
                    376: <li>Add support for Genesys Logic GL523SM and Global Mixed-mod Technology G781.
                    377: <!-- 2006/07/14 -->
1.48    ! bentley   378: <li>Make <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> use the lowest possible speed while doing inquiry and attach. Some devices like tapes and enclosures dont like being probed at high speeds.
1.1       deraadt   379: <li>Have the scsi code catch "Media Removal Prevented" and return EBUSY to userland instead of spewing scsi sense info to the console.
                    380: <li>Add major line for wd* on armish, to allow kernels with root on wd0a to work.
                    381: <li>Allow vax kernel stack tracebacks even when the kernel did not panic.
                    382: <!-- 2006/07/13 -->
                    383: <!-- 2006/07/12 -->
                    384: <li>Initial PHY driver for IC Plus IP1000A.
                    385: <li>Make sure little endian platforms without alignment requirements do not split multibyte access on usb.
1.48    ! bentley   386: <li>Add support in <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> for "Match" keyword, similar to the "Host" directive in <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>.
        !           387: <li>Add <a href="https://man.openbsd.org/round.3">round(3)</a> and <a href="https://man.openbsd.org/roundf.3">roundf(3)</a> from C99 to libm.
1.1       deraadt   388: <!-- 2006/07/11 -->
1.48    ! bentley   389: <li>Increase the maximum jumbo frame size on <a href="https://man.openbsd.org/stge.4">stge(4)</a>.
        !           390: <li>Make sure <a href="https://man.openbsd.org/pppoe.8">pppoe(8)</a> code handle remote error messages not being null terminated.
1.1       deraadt   391: <li>Ensure virtual and profiling interval timers are reset in child process after fork().
1.48    ! bentley   392: <li>Add support for ExitOnForwardFailure to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> to terminate if we cannot set up all requested dynamic, local and remote port forwardings.
1.1       deraadt   393: <li>Make the UDF mounting code hint the kernel where to find the VAT.
1.48    ! bentley   394: <li>Fix for <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> false positives in the -Wbounded warnings for <a href="https://man.openbsd.org/sscanf.3">sscanf(3)</a>.
        !           395: <li>Only copy the part of environment variable in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> that we actually use. Prevents <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> from bailing out later on long variables.
1.1       deraadt   396: <li>Hook up hw.product sysctl on macppc.
                    397: <!-- 2006/07/10 -->
1.48    ! bentley   398: <li>Remove SpamHaus entry from the <a href="https://man.openbsd.org/spamd.conf.5">spamd.conf(5)</a>.
1.1       deraadt   399: <li>Make sure the ELF loader can handle executables with all sections marked read-only.
                    400: <li>Disable Speedstep and p4tcc setperf mechanisms on SMP systems.
1.48    ! bentley   401: <li>Fix potential crash in SOCKS 5 code for <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
1.1       deraadt   402: <!-- 2006/07/09 -->
                    403: <li>Fix for zero sized remote files in OpenCVS.
1.48    ! bentley   404: <li>Make sure <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> doesn't try to read /usr/mdec/mbr unless the platform actually provides it.
1.1       deraadt   405: <li>Support for 68020-based hp300 machines removed.
1.48    ! bentley   406: <li>Some fixes for <a href="https://man.openbsd.org/ne.4">ne(4)</a> detection, allowing for unplug of a card when the probe gets stuck without panicing.
        !           407: <li>Implement firmware upload to <a href="https://man.openbsd.org/mpi.4">mpi(4)</a>. This is the last feature <a href="https://man.openbsd.org/mpt.4">mpt(4)</a> had.
1.1       deraadt   408: <!-- 2006/07/08 -->
1.48    ! bentley   409: <li>Make sure modification flags are unset if you undo all the way from a loaded buffer in <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
        !           410: <li>Various fixes regarding line counting in <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
1.1       deraadt   411: <li>Add support for ATI IXP300 SATA.
                    412: <!-- 2006/07/07 -->
                    413: <li>First version of remote code for OpenCVS. Fairly usable, but not recommended for real development yet.
                    414: <li>Fix for in-kernel ddb hangman so it counts correct guesses right.
                    415: <!-- 2006/07/06 -->
1.48    ! bentley   416: <li>Re-sync the <a href="https://man.openbsd.org/em.4">em(4)</a> driver to Intel's 6.0.5 FreeBSD driver. Previous version included an unrelated change in the I/O which broke it last time.
1.1       deraadt   417: <li>Let mac68k kernels map an empty page at the beginning of the kernel so it can be mapped invalid to catch null pointer references.
1.48    ! bentley   418: <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>, allow rules to point to alternate routing tables and tag packets matching that rule.
        !           419: <li>Add options to <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> to enable logging of transactions.
        !           420: <li>Add support for arguments to Subsystem commands in <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>.
1.1       deraadt   421: <!-- 2006/07/05 -->
                    422: <li>Add VAT support in the UDF file system according to UDF 1.50.
                    423: <!-- 2006/07/04 -->
1.48    ! bentley   424: <li>Revert <a href="https://man.openbsd.org/em.4">em(4)</a> back to previous state.
        !           425: <li>Make sure the libc <a href="https://man.openbsd.org/crypt.3">crypt(3)</a> routine allocates enough space for gsalt.
1.1       deraadt   426: <li>Disable alipm on sparc64 until a spurious bug is found.
                    427: <!-- 2006/07/03 -->
1.48    ! bentley   428: <li>Initial version of <a href="https://man.openbsd.org/nmeaattach.8">nmeaattach(8)</a>. Attaches a serial line as a source of a timedelta sensor.
        !           429: <li>Sync <a href="https://man.openbsd.org/em.4">em(4)</a> driver with Intel's latest FreeBSD driver (6.0.5). Adds support for new chipset revisions found on ESB2 and ICH8 core logic chipsets.
1.1       deraadt   430:  <li>Back out premature 68060 stuff from mvme68k locore.s.
1.48    ! bentley   431: <li>Fix for OpenOSPF where <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> would redistribute <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> routes into ospf.
1.1       deraadt   432: <!-- 2006/07/02 -->
1.48    ! bentley   433: <li>Various fixes for <a href="https://man.openbsd.org/re.4">re(4)</a>.
        !           434: <li>Let <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> send out vendor ID announcing isakmpds release version.
        !           435: <li>Sync <a href="https://man.openbsd.org/systrace.1">systrace(1)</a> to 1.6d.
1.1       deraadt   436: <!-- 2006/07/01 -->
1.48    ! bentley   437: <li>Enable <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> on i386.
1.1       deraadt   438: <li>Fix channel frequency/flags in radiotap structs. Channel probes now actually cycle 1-14 instead of just sitting at channel 1.
1.48    ! bentley   439: <li>Make sure <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> also updates the 802.11 address when the user changes the mac address. Replaces old <a href="https://man.openbsd.org/wicontrol.8">wicontrol(8)</a> -m option.
        !           440: <li>Add support for 5750 C2-based <a href="https://man.openbsd.org/bge.4">bge(4)</a> cards.
1.1       deraadt   441: <!-- 2006/06/30 -->
                    442: <li>Improvements for the sparc and sparc64 frame buffers.
1.48    ! bentley   443: <li>Add -K option to <a href="https://man.openbsd.org/vnconfig.8">vnconfig(8)</a> which uses a salt file and pkcs5 pbkdf2 to create a more secure key.
        !           444: <li>Make sure <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> doesn't write anything to the log until it is daemonized.
1.1       deraadt   445: <!-- 2006/06/29 -->
1.48    ! bentley   446: <li>Remove the <a href="https://man.openbsd.org/mpt.4">mpt(4)</a> now that <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> has replaced it.
        !           447: <li>Change the iostat output in <a href="https://man.openbsd.org/systat.1">systat(1)</a> to print kilobytes instead of bytes.
        !           448: <li>Make sure the EEPROM reading code on <a href="https://man.openbsd.org/re.4">re(4)</a> devices work as expected.
1.1       deraadt   449: <li>Make sure amd64 kernels compile cleanly even if DEBUG is defined.
                    450: <!-- 2006/06/28 -->
                    451: <li>Fixes for the softupdates queue handling code to avoid endless recursion when forcing worker threads to process worklist items before adding more to the worklist.
                    452: <!-- 2006/06/27 -->
1.48    ! bentley   453: <li>In OpenOSPF, track the uptime of the <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> itself.
        !           454: <li>Add the "nwflag hiddenwid" for hidden SSID mode and "nwflag nobridge" to prevent inter-station communications to <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> for 802.11-based devices.
        !           455: <li>In <a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a>, add new event rules to match optional elements like signal percentage, transmit rate and channel frequency.
        !           456: <li>Remove jumbo frame capabilities from the 5714-based <a href="https://man.openbsd.org/bge.4">bge(4)</a> devices for now.
        !           457: <li>In <a href="https://man.openbsd.org/systat.1">systat(1)</a>, replace the iostat view to something that actually looks like the ifstat view.
        !           458: <li>Add code to <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> to support scanning and node listing for 802.11 devices. Also allow it to print BSSID.
1.1       deraadt   459: <!-- 2006/06/26 -->
1.48    ! bentley   460: <li>Fix in <a href="https://man.openbsd.org/re.4">re(4)</a> for RX path on architectures which require strict alignments and workarounds for reception of jumbo frames.
1.1       deraadt   461: <li>Add support for RealTek 8169SC and 8101E based network cards.
                    462: <li>Upgrade OpenSSL to 0.9.7j.
1.48    ! bentley   463: <li>Add support for RSSI max reporting in RFMD 2958 based <a href="https://man.openbsd.org/atu.4">atu(4)</a> devices.
1.1       deraadt   464: <li>Pass process credentials to VOP_READ making it possible to load firmwares over NFS.
1.48    ! bentley   465: <li>Enable <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> on SGI.
1.1       deraadt   466: <li>On sparc64, always skip the offending instruction on a fpu fault.
1.48    ! bentley   467: <li>Enable wide targets on FAS366 <a href="https://man.openbsd.org/sparc/esp.4">esp(4)</a> controllers.
1.1       deraadt   468: <li>Add Sun type 7 keyboards to detected usb devices and try to see what country code they have selected..
1.48    ! bentley   469: <li>Have <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> reset adjtime on startup, otherwise it will overcompensate and produce confusing log entries.
1.1       deraadt   470: <!-- 2006/06/25 -->
1.48    ! bentley   471: <li>Initial import of <a href="https://man.openbsd.org/bcx.4">bcx(4)</a>, driver for Broadcom NetXtreme II gigabit cards for PCI-X and PCIe. Still in development.
        !           472: <li>wicontrol(8) goes away, <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> will replace the lost functionality.
        !           473: <li>Enable <a href="https://man.openbsd.org/ne.4">ne(4)</a> on amd64 platforms.
1.1       deraadt   474: <!-- 2006/06/24 -->
                    475: <li>Allow Xorg to run without privileges when using the wsfb driver.
                    476: <li>Import support for Promise PDC205xx based SATA controllers.
                    477: <!-- 2006/06/23 -->
1.48    ! bentley   478: <li>Set the RSSI max value in <a href="https://man.openbsd.org/ath.4">ath(4)</a> and add code to allow <a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a> and <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> to print those values.
1.1       deraadt   479: <li>Let ifconfig print out signal quality for 802.11 devices if those have reported the RSSI max value.
                    480: <li>Add an optional max_rssi attribute to the 80211com structure so it can be exported to userland. Used to control signal strength.
                    481: <li>Ext2fs removed from RAMDISKC due to space constraints.
                    482: <li>Add Promise PDC40518 SATA-II to the list of supported devices.
                    483: <!-- 2006/06/22 -->
1.48    ! bentley   484: <li>Endian fixes for <a href="https://man.openbsd.org/sk.4">sk(4)</a>, allows those cards to work on macppc and sparc64.
        !           485: <li>Let <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> save computed clock drift and use it on next startup.
1.1       deraadt   486: <!-- 2006/06/21 -->
1.48    ! bentley   487: <li>Add CX4-based hardware to list of supported <a href="https://man.openbsd.org/ixgb.4">ixgb(4)</a> devices.
        !           488: <li>Add BCM5703 B0 to the list of supported <a href="https://man.openbsd.org/bge.4">bge(4)</a> devices.
        !           489: <li>Enable <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> on alpha too.
        !           490: <li>Allow <a href="https://man.openbsd.org/init.8">init(8)</a> to accept SIGUSR2 for mandatory powerdowns.
1.1       deraadt   491: <li>Improvements in the UDF file system so it can find virtual partition maps.
                    492: <li>Add support on sparc64 to power down nicely using the power button on the front panel.
1.48    ! bentley   493: <li>Initial code to handle the <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> driver for Zydas ZD1211 802.11 devices.
        !           494: <li>Avoid a race in <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> by installing SIGCHLD handler before fork().
1.1       deraadt   495: <li>Add media types for 10GE.
1.48    ! bentley   496: <li>Make sure the <a href="https://man.openbsd.org/nmea.4">nmea(4)</a> driver stores the timestamp events early so other events don't overwrite it.
1.1       deraadt   497: <!-- 2006/06/20 -->
                    498: <li>Fix for zaurus suspend problem introduced earlier.
                    499: <li>Fix memory reporting on 2+ GB alphas.
                    500: <!-- 2006/06/19 -->
                    501: <li>Added kvm routines for vax platform so "target kvm" works in gdb for kernel crash dumps.
1.48    ! bentley   502: <li>Add support for hotspares on <a href="https://man.openbsd.org/mfi.4">mfi(4)</a>.
1.1       deraadt   503: <!-- 2006/06/18 -->
                    504: <li>pcn(4) removed from i386 RAMDISKC install image due to size constraints.
                    505: <li>Improve 802.11b/g interoperability and move towards better compliance with IEEE Std 802.11g-2003.
                    506: <li>Fix a crash in ext2fs code.
1.48    ! bentley   507: <li>On rt2661 and rt2560 based <a href="https://man.openbsd.org/ral.4">ral(4)</a> cards, enable packet bursting when operating as as STA.
        !           508: <li>Enable <a href="https://man.openbsd.org/udcf.4">udcf(4)</a> on sparc64.
1.1       deraadt   509: <li>Add support for equal-cost multipath IP, enable with sysctls.
                    510: <!-- 2006/06/17 -->
1.48    ! bentley   511: <li>Import frequency correction code to <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a>.
        !           512: <li>Reenable AMRR on <a href="https://man.openbsd.org/wpi.4">wpi(4)</a>.
1.1       deraadt   513: <li>The FFS code will now refuse to mount a filesystem where the number of frags isn't 1,2,4 or 8, instead of panicing later.
                    514: <li>Make sure mouse and keyboard devices on recent Powerbooks doesn't register twice.
                    515: <li>Implement carp demotion control for OpenBGPD. Sessions can be configured to modify carp demotion counter for an interface group.
1.48    ! bentley   516: <li>Allow <a href="https://man.openbsd.org/udcf.4">udcf(4)</a> to build without clock_subr.c, which means any usb-enabled arch can attach it.
        !           517: <li>Fix for <a href="https://man.openbsd.org/dvmrpd.8">dvmrpd(8)</a> on sparc64 which lets it fetch the interfaces correctly.
        !           518: <li>Fix file descriptor leak in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
1.1       deraadt   519: <!-- 2006/06/16 -->
                    520: <li>Driver for Philips PCA9532 LCD dimmer on ARM-based Thecus.
1.48    ! bentley   521: <li>Better logging of refusals and transfers in <a href="https://man.openbsd.org/tftpd.8">tftpd(8)</a>.
        !           522: <li>Initial import of <a href="https://man.openbsd.org/rum.4">rum(4)</a>, a driver for the next generation Ralink Technology USB 802.11 a/b/g wireless network device.
        !           523: <li>Add rt2573 microcode to <a href="https://man.openbsd.org/ral.4">ral(4)</a> driver.
1.1       deraadt   524: <li>Add skeleton driver for sparc64 Ultra5 power button. Not useful yet.
1.48    ! bentley   525: <li>On <a href="https://man.openbsd.org/wpi.4">wpi(4)</a>, load firmware block by block since contiguous memory may not be possible, and fix reassociations.
1.1       deraadt   526: <li>Make sure the privileged child process of dhclient has "/" for working directory so it wont hold locks on directories like /mnt if started from there.
1.48    ! bentley   527: <li>Support for multichannel (&gt;3) recording on <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>.
1.1       deraadt   528: <!-- 2006/06/15 -->
1.48    ! bentley   529: <li>Fix for <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> when running under VMWare since the VMWare mpi code doesn't fill in all the fields when probed.
        !           530: <li>Enable <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> on hppa.
        !           531: <li>Switch i386 and amd64 to use <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> in favor of <a href="https://man.openbsd.org/mpt.4">mpt(4)</a>.
1.1       deraadt   532: <li>Add support for the fan controller on Thecus armish machines.
                    533: <li>Add Ricoh rtc support for the armish platform.
1.48    ! bentley   534: <li>Fix watchdog timeout errors in <a href="https://man.openbsd.org/sk.4">sk(4)</a>.
1.1       deraadt   535: <li>Rework Alpha interrupt code.
                    536: <li>Put support for multiple routing tables back in again.
                    537: <!-- 2006/06/14 -->
1.48    ! bentley   538: <li>Add <a href="https://man.openbsd.org/adjfreq.2">adjfreq(2)</a> call to adjust the clock frequency.
        !           539: <li>Make sure <a href="https://man.openbsd.org/iwi.4">iwi(4)</a> <a href="https://man.openbsd.org/ipw.4">ipw(4)</a> and <a href="https://man.openbsd.org/wpi.4">wpi(4)</a> clear the IFF_UP interface flag before shutting down the interface.
        !           540: <li>Fix bug in <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a> for deeply nested mime which could crash sendmail queue processing.
1.1       deraadt   541: <li>Make sure KerberosV doesn't look for a krb4 keytab.
                    542: <li>Avoid potential deadlock in UDF filesystem code during hash lookup.
1.48    ! bentley   543: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, limit the number of pre-banner chars we will accept.
1.1       deraadt   544: <!-- 2006/06/13 -->
                    545: <li>Enable NMEA 0183 line discipline by default.
                    546: <li>Initial support for iic buses on sparc64 for UltrasparcIII machines. Still in development.
1.48    ! bentley   547: <li>Allow SHA2 and AESCTR in IKE for <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>.
1.1       deraadt   548: <!-- 2006/06/12 -->
                    549: <li>Kernel Virtual Mode 8086 support added to i386.
1.48    ! bentley   550: <li>Disable jumbo frames in <a href="https://man.openbsd.org/vge.4">vge(4)</a> for now.
1.1       deraadt   551: <li>Make sure we return EIO and not something else if cpu fails to alter performance mode for both powernow and p4tcc code paths.
                    552: <li>Some more Enhanced SpeedStep fixes for i386 in regard to unknown EST CPUs.
                    553: <!-- 2006/06/11 -->
                    554: <li>Make kernel crash dumps work on vaxes too.
1.48    ! bentley   555: <li>Move default keying in <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> from AESCTR to AESCBC.
        !           556: <li><a href="https://man.openbsd.org/i386/wdt.4">wdt(4)</a> device removed. <a href="https://man.openbsd.org/watchdog.4">watchdog(4)</a> is there instead.
1.1       deraadt   557: <!-- 2006/06/10 -->
1.48    ! bentley   558: <li>Small fix for link detection code in <a href="https://man.openbsd.org/bge.4">bge(4)</a>.
        !           559: <li>In <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>, make deletion of SAs on shutdown optional, needed for ipsec failover. Default  is to not delete SAs now.
        !           560: <li>Fix checking of WEP flags in <a href="https://man.openbsd.org/ral.4">ral(4)</a>.
        !           561: <li>In <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>, support SHA2 for main mode and AESCTR for quick mode encryption.
1.1       deraadt   562: <li>Allow setsockopts succeed for any value that is not an increase in size when under mbuf pressure rather than when setting the value to the 4k minimum.
1.48    ! bentley   563: <li>Simplify <a href="https://man.openbsd.org/carp.4">carp(4)</a> device detection code in OpenBGPD.
1.1       deraadt   564: <li>Add X11 support to the armish platform.
                    565: <!-- 2006/06/09 -->
1.48    ! bentley   566: <li>Add EFI partition types to <a href="https://man.openbsd.org/i386/fdisk.8">fdisk(8)</a>.
1.1       deraadt   567: <!-- 2006/06/08 -->
1.48    ! bentley   568: <li>Let <a href="https://man.openbsd.org/ami.4">ami(4)</a> report percentages for BGI and rebuild when probed from <a href="https://man.openbsd.org/bioctl.8">bioctl(8)</a>.
        !           569: <li>Make sure <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> allocates enouigh storage for sockaddr_in6.
        !           570: <li>On <a href="https://man.openbsd.org/ral.4">ral(4)</a> devices based on RT2661 chipsets, keep track of the average RSSI to tune radio receive sensitivity.
        !           571: <li>Fix for potential NULL pointer dereference in <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> when testing for quick mode lifetimes.
1.1       deraadt   572: <!-- 2006/06/07 -->
1.48    ! bentley   573: <li>Fix for <a href="https://man.openbsd.org/fxp.4">fxp(4)</a> on cardbus. Should make it work on macppc.
1.1       deraadt   574: <li>On hp300, when killing a process due to parity error, notify syslog. Also be careful with caches when checking for the parity error itself.
                    575: <li>azalia(4) audio driver enabled on i386 and amd64.
                    576: <li>Fixes in FFS softdep code relating to removal of large directories.
                    577: <li>ntpd(8) now compensates old offsets with the amount of adjustment done, avoiding overcompensation.
                    578: <!-- 2006/06/06 -->
1.48    ! bentley   579: <li>Updated a couple of CAs that has been changed in the <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> codebase.
        !           580: <li>Teach <a href="https://man.openbsd.org/tip.1">tip(1)</a> set line disciplines.
1.1       deraadt   581: <li>On mips64, when deciding to flush the icache for a page, invoke the TLB-friendly cache function.
                    582: <!-- 2006/06/05 -->
1.48    ! bentley   583: <li>In the <a href="https://man.openbsd.org/re.4">re(4)</a> driver, write the words of the mac address in reverse order to fix a MAC problem on some Realtek 8169s.
        !           584: <li>In the <a href="https://man.openbsd.org/wpi.4">wpi(4)</a> driver, discard bad Rx frames early, dont start AMRR if we have a fixed rate and a fix to TSF synchronization.
1.1       deraadt   585: <!-- 2006/06/04 -->
1.48    ! bentley   586: <li>Allow any user to request the current time adjustment with <a href="https://man.openbsd.org/adjtime.2">adjtime(2)</a>.
1.1       deraadt   587: <!-- 2006/06/03 -->
                    588: <li>Fix the issue when ifconfig would create an address after a delete.
                    589: <!-- 2006/06/02 -->
                    590: <li>Make aic6360 devices detachable.
                    591: <li>Add com* at cardbus? for macppc.
                    592: <li>Add cloneable device implementation for the filesystem code.
1.48    ! bentley   593: <li>Make <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a> fall back correctly with carp preemption enabled. Slight change in syntax for carp interfaces.
        !           594: <li>Better logic to find leaf <a href="https://man.openbsd.org/sparc/le.4">le(4)</a> device on sparc.
        !           595: <li>Move the <a href="https://man.openbsd.org/carp.4">carp(4)</a> demotion counter into the interface group. This adds possibility to define which carp interfaces are demoted together.
1.1       deraadt   596: <li>splassert() implemented on vax.
                    597: <!-- 2006/06/01 -->
1.48    ! bentley   598: <li>Fix issue where <a href="https://man.openbsd.org/bge.4">bge(4)</a> cards claim all interrupts for it's own.
1.1       deraadt   599: <li>ppm(4) driver added to sparc64 in order to be able to blink the power switch LED.
1.48    ! bentley   600: <li>Add powerhooks to <a href="https://man.openbsd.org/ral.4">ral(4)</a> cards with RT2560 chipsets.
1.1       deraadt   601: <li>Reenable the I-cache on UltraSparcIIIs even if HORRID_III_HACK is defined.
1.48    ! bentley   602: <li>Add <a href="https://man.openbsd.org/xge.4">xge(4)</a> to macppc and alpha builds.
1.1       deraadt   603: <li>Speedup in kernel build with debug enabled while stripping the bsd file.
1.48    ! bentley   604: <li>Add basic NMEA0183 support as a line discipline. This allows for normal serial communication with the device, but adds a timedelta sensor suitable for <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a>.
        !           605: <li>Fix for <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> where a delete of the last address of an interface could unintentionally re-add 0.0.0.0/0 to it afterwards.
        !           606: <li>Add support for flows with port modifiers in <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>.
1.1       deraadt   607: <li>Various fixes in X11 for several integer overflows and null pointer dereferences in freetype2.
1.48    ! bentley   608: <li>Add powerhooks for <a href="https://man.openbsd.org/ral.4">ral(4)</a> devices based on RT2561 chipsets.
        !           609: <li>Initial import of <a href="https://man.openbsd.org/dvmprd.8">dvmprd(8)</a>, still in development.
        !           610: <li>Enable RX hardware checksum on <a href="https://man.openbsd.org/xge.4">xge(4)</a> cards and enable <a href="https://man.openbsd.org/xge.4">xge(4)</a> on i386 and amd64 RAMDISK CD kernels.
        !           611: <li>Have <a href="https://man.openbsd.org/cdio.1">cdio(1)</a> test disc size before trying to burn 4Gb onto a CD-R.
1.1       deraadt   612: <!-- 2006/05/31 -->
1.48    ! bentley   613: <li>Make transpose in <a href="https://man.openbsd.org/mg.1">mg(1)</a> undoable.
        !           614: <li>Endian fixes in <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> for the ioc_status field.
1.1       deraadt   615: <li>Make sure ACPI powerdown hooks are not called unless the init went ok.
                    616: <li>Initial support for Blade 2000 sparc64s, though without cache.
1.48    ! bentley   617: <li>Have <a href="https://man.openbsd.org/vic.4">vic(4)</a> stop counting packets that already are accounted for in the general ethernet code.
1.1       deraadt   618: <!-- 2006/05/30 -->
1.48    ! bentley   619: <li>In <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>, make sure phase 1 SAs of active connections stay alive. Fixes DPD breakage.
        !           620: <li>Enable <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> on amd64, i386 and macppc.
        !           621: <li>In <a href="https://man.openbsd.org/ch.4">ch(4)</a>, add support for reading volume tags, usually barcodes.
        !           622: <li>Allow <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> to manipulate pf tables on certain lease events.
        !           623: <li>Enable <a href="https://man.openbsd.org/wdt.4">wdt(4)</a> on i386 GENERIC.
        !           624: <li>Add rewritable blanking and track-at-once burning support to <a href="https://man.openbsd.org/cdio.1">cdio(1)</a>.
        !           625: <li>Implemented chained scatter gather lists in <a href="https://man.openbsd.org/mpi.4">mpi(4)</a>.
        !           626: <li>Implemented monitor mode for <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>.
1.1       deraadt   627: <li>Widen the aperture used for legacy vga space on macppc, needed for mac minis ATI graphics cards.
                    628: <li>Fix crash in netstat/route when ipv6 SA flows are present.
                    629: <li>Handle zero length bulk and interrupt transfers on USB 2.0.
                    630: <li>Bump minimum stack size for pthreads.
                    631: <li>Make sure the UFS filesystem code does not dereference a pointer before NULL check.
1.48    ! bentley   632: <li>Enable <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> on sparc64.
1.1       deraadt   633: <li>Added support for import in OpenCVS.
                    634: <!-- 2006/05/29 -->
1.48    ! bentley   635: <li>Add SAS1064 as a supported <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> device.
        !           636: <li>When <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> backs off polling, tell the user how long until next poll.
        !           637: <li>Crash prevention in ip printing <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
1.1       deraadt   638: <li>Add support for audio volume keys found on many laptops builtin keyboard.
1.48    ! bentley   639: <li>Enable lists in the <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> parser.
        !           640: <li>Limit the number of scatter gather entries sent to <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> so it fits in the maximum request frame size.
        !           641: <li>Implement \$ and \# expansion for PS1 in <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>.
        !           642: <li>Make sure <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> uses snapend when printing captured ipx packets, could possibly print behind the captured packet otherwise. Also fixes for netbios parsing.
        !           643: <li>Add proper bounds checks for the CDP and SSDP protocol parsers in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
1.1       deraadt   644: <li>Add support for i80321 "armish" systems.
                    645: <li>Revert the recent NFS change regarding reserved ports.
1.48    ! bentley   646: <li>Add gssapi-with-mic to PreferredAuthentications on <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>.
1.1       deraadt   647: <li>Implement reliable microtime on i386 smp systems.
1.48    ! bentley   648: <li>Add support for NVIDIA nForce MCP04 to <a href="https://man.openbsd.org/auich.4">auich(4)</a>.
1.1       deraadt   649: <!-- 2006/05/28 -->
1.48    ! bentley   650: <li>Bump <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> to use 64 bit for all dva.
1.1       deraadt   651: <li>Add support for remove in OpenCVS.
1.48    ! bentley   652: <li>Fixes for interrupt handling in the <a href="https://man.openbsd.org/re.4">re(4)</a> driver and flush the tx data buffer before handing it over to the hardware. Fixes tx on arm.
        !           653: <li>Improved error checking in the MBR read and write routines for <a href="https://man.openbsd.org/i386/fdisk.8">fdisk(8)</a>.
1.1       deraadt   654: <li>Correction in the USB 1.0 status value check code.
                    655: <li>Initial version of sparc64 beeper support.
                    656: <li>Enable SD/MMC on amd64 too.
                    657: <li>Fixed a memory overrun in the ACPI aml parser code.
1.48    ! bentley   658: <li>Misc fixes to the <a href="https://man.openbsd.org/st.4">st(4)</a> subsystem.
1.1       deraadt   659: <li>Add support for NFS mounts from non-reserved ports, controlled by sysctl. Default is still to require reserved ports.
                    660: <li>Improved nexthop delete behaviour in OpenBGPD.
1.48    ! bentley   661: <li>Fix bounds checks in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> when printing tcp to prevent crashes.
1.1       deraadt   662: <li>Have OpenBGPD preload and pin nexthop used in filtersets so they are validated when used.
1.48    ! bentley   663: <li>In <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>, make sure complete llc frame is captured, rather than the first three bytes.
1.1       deraadt   664: <li>Initial ipv6 support for ipsecctl. Not complete yet.
1.48    ! bentley   665: <li>Add weight to <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> regarding sensors or servers so one can weigh sensors higher than peers.
        !           666: <li>Fix <a href="https://man.openbsd.org/open.2">open(2)</a> semantics for <a href="https://man.openbsd.org/ch.4">ch(4)</a> devices.
1.1       deraadt   667: <li>Added support for SD host controllers like Ricoh 5C822, and scsi emulation for SD/MMC memory cards.
                    668: <li>In systrace, allow len ==1 for systrace_fname() so systraced processes can get ENOENT instead of forced EINVAL.
                    669: <!-- 2006/05/27 -->
1.48    ! bentley   670: <li>Fix multicast and broadcast over <a href="https://man.openbsd.org/gre.4">gre(4)</a> tunnels.
        !           671: <li>In <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>, enable adaptive timeouts by default. Explicitly setting the timeouts will override the default.
1.1       deraadt   672: <li>hotplugd(8) now includes device id in the event logging.
1.48    ! bentley   673: <li>In <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> code, check if interfaces are active and UP. Some interfaces report link even if DOWN.
        !           674: <li>On <a href="https://man.openbsd.org/st.4">st(4)</a> devices, always allow ioctl's to work, even if there is no media loaded.
        !           675: <li>Fix potential crash in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> when printing ipv6 frags using -v.
        !           676: <li>Fix for National variants of the <a href="https://man.openbsd.org/sis.4">sis(4)</a> cards when switching to allmulti mode.
        !           677: <li>Let <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> continue even if an interface lacks a subnet configured in the <a href="https://man.openbsd.org/dhcpd.conf.5">dhcpd.conf(5)</a>, instead that interface will be ignored.
        !           678: <li>Add <a href="https://man.openbsd.org/mpi.4">mpi(4)</a>, an alternative driver for LSI Logic Fusion MPT controllers, currently supported by <a href="https://man.openbsd.org/mpt.4">mpt(4)</a>.
        !           679: <li>Rework <a href="https://man.openbsd.org/udcf.4">udcf(4)</a> attach code to create a timedelta sensor immediately, so <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> doesn't have to check for hotplug events.
        !           680: <li>Make libc <a href="https://man.openbsd.org/getcwd.3">getcwd(3)</a> use the new __getcwd() system call.
1.1       deraadt   681: <!-- 2006/05/26 -->
                    682: <li>Add pruning support to both update and checkout commands in OpenCVS.
                    683: <li>Large updates to the OpenCVS code. Basic checkout, update, status, diff and commit works in local mode.
1.48    ! bentley   684: <li>Make <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> exit gracefully if it cannot read from a file handle, which happens when the ssh connection could not be established.
1.1       deraadt   685: <li>Add support for Option UMTS 3G+.
                    686: <!-- 2006/05/25 -->
1.48    ! bentley   687: <li>Add support for timedelta sensors in <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a>. Only <a href="https://man.openbsd.org/udcf.4">udcf(4)</a> at the moment.
1.1       deraadt   688: <li>Enable optional handling of the u-area in pmap if defined. Currently used only on xscale arm.
1.48    ! bentley   689: <li>In <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a>, figure out the refid to send to NTPv3 clients early and store it.
        !           690: <li>Add automatic rate control (AMRR) to <a href="https://man.openbsd.org/wpi.4">wpi(4)</a>.
1.1       deraadt   691: <!-- 2006/05/24 -->
1.48    ! bentley   692: <li>Switch <a href="https://man.openbsd.org/diff3.1">diff3(1)</a> to use mkstemp(), avoiding possible race conditions.
1.1       deraadt   693: <li>Fix to allow alpha kernels to compile with gcc3.
                    694: <li>Add support in X11 for Intel 945GM chipset video.
                    695: <li>Fix for incomplete logic in the ipv6 input code.
                    696: <li>On i386, simplify the SpeedStep detection.
                    697: <!-- 2006/05/23 -->
                    698: <li>Make sure the kernel compiles without SYSVMSG support.
1.48    ! bentley   699: <li>Have <a href="https://man.openbsd.org/less.1">less(1)</a> remove trailing space in filename completion list.
        !           700: <li>Add code to dissect Vlan Query Protocol in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
1.1       deraadt   701: <li>Allow OpenBGPD to request a route refresh from a neighbor if that neighbor has announced route refresh capabilities.
1.48    ! bentley   702: <li>In <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>, handle the case when member interface groups have no IP address.
1.1       deraadt   703: <!-- 2006/05/22 -->
                    704: <li>Added support for Myrcicom Z8E.
1.48    ! bentley   705: <li>Attach TTTech MC322 using the <a href="https://man.openbsd.org/re.4">re(4)</a> driver instead of <a href="https://man.openbsd.org/rl.4">rl(4)</a>.
        !           706: <li>Add support for RAID 10 and 50 in the <a href="https://man.openbsd.org/mfi.4">mfi(4)</a> bio.
1.1       deraadt   707: <li>On USB1.0 shutdowns, make sure we only call the disestablish function if there actually is a shutdown function established.
                    708: <!-- 2006/05/21 -->
1.48    ! bentley   709: <li>On <a href="https://man.openbsd.org/wdc.4">wdc(4)</a>, directly invoke the wdc_do_reset() instead of using the reset function pointer, this could cause NULL pointer dereference on some systems.
        !           710: <li>Fix a possible endless loop situation in <a href="https://man.openbsd.org/vi.1">vi(1)</a>.
        !           711: <li>Remove static buffer usage in <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> and make sure item 0 in an array is set since it might be used in a loop even if unset before.
        !           712: <li>On <a href="https://man.openbsd.org/ami.4">ami(4)</a>, allocate ccbs in the attach code instead of preallocating 126 of them in the softc.
1.1       deraadt   713: <!-- 2006/05/20 -->
1.48    ! bentley   714: <li>In the <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> bootp printout code, fix size checks for bootp packets.
1.1       deraadt   715: <li>Recognize Perc4/DC firmware.
                    716: <li>Add BCM5706C and 5708C support.
                    717: <li>Make a copy of the sensor structs in the sysctl code so we don't get a use after free if the sensor is detached while it is being used.
1.48    ! bentley   718: <li>If packets arrive on inactive failover ports in a <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> setup, do not increase the error count, just silently drop them.
1.1       deraadt   719: <li>In the routing code, make sure the kernel doesn't panic if the address family is not found in the rt_tables.
1.48    ! bentley   720: <li>Add show all pools command to inkernel ddb, listing all pools like <a href="https://man.openbsd.org/vmstat.8">vmstat(8)</a> does.
1.1       deraadt   721: <li>In FFS code, make sure we dont mark a mount-point Read-Only if we are about to sync it.
                    722: <!-- 2006/05/19 -->
                    723: <li>Reimplement Enhanced SpeedStep CPU detection code. Makes a number of VIA C7-M and Pentium-M models work.
                    724: <li>Initial version of thermal zone support in ACPI.
                    725: <!-- 2006/05/18 -->
1.48    ! bentley   726: <li>Enable <a href="https://man.openbsd.org/mfi.4">mfi(4)</a> on i386 and amd64 GENERIC.
        !           727: <li>Add a shutdown hook for <a href="https://man.openbsd.org/aue.4">aue(4)</a> devices to reset and stop the device since they can do weird things on a warm reboot.
        !           728: <li>Remove <a href="https://man.openbsd.org/spppcontrol.8">spppcontrol(8)</a> now that ifconfig handles <a href="https://man.openbsd.org/sppp.4">sppp(4)</a>.
        !           729: <li>Added a duplicate check to <a href="https://man.openbsd.org/carp.4">carp(4)</a> for our own advertisements, necessary for dumb non simplex interfaces.
1.1       deraadt   730: <!-- 2006/05/17 -->
1.48    ! bentley   731: <li>Fix a SEGV in <a href="https://man.openbsd.org/bc.1">bc(1)</a> when reading erroneous syntax from the command line.
        !           732: <li>Enable <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> on i386 and amd64 to get feedback. Still in development.
1.1       deraadt   733: <li>Make sure the scsi disk probing tests the state of the disk after spinning it up, and not before in order to handle stuff like empty USB card reader slots.
1.48    ! bentley   734: <li>Various fixes for <a href="https://man.openbsd.org/wpi.4">wpi(4)</a>.
1.1       deraadt   735: <!-- 2006/05/16 -->
1.48    ! bentley   736: <li>Implemented support for <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
1.1       deraadt   737: <li>Add network bootloader for AV400 Aviion systems.
1.48    ! bentley   738: <li>Add https URL support to <a href="https://man.openbsd.org/ftp.1">ftp(1)</a>.
1.1       deraadt   739: <!-- 2006/05/15 -->
1.48    ! bentley   740: <li>Attach 8139s capable of C+ mode to the <a href="https://man.openbsd.org/re.4">re(4)</a> instead of <a href="https://man.openbsd.org/rl.4">rl(4)</a>.
        !           741: <li>In the <a href="https://man.openbsd.org/re.4">re(4)</a> driver, only allow Jumbo MTU frames if the chipset is 8169.
        !           742: <li>Initial implementation of IP Roaming in <a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a>.
        !           743: <li>Add -h option to <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> to override the hostname that is reported in the SMTP banner.
        !           744: <li>Permit proto 0 in <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>.
1.1       deraadt   745: <li>On i386, add support for Intel 945G/GM video chipsets.
                    746: <!-- 2006/05/14 -->
1.48    ! bentley   747: <li>Add <a href="https://man.openbsd.org/xge.4">xge(4)</a> and <a href="https://man.openbsd.org/clcs.4">clcs(4)</a> to amd64 GENERIC.
        !           748: <li>Initial import of <a href="https://man.openbsd.org/wpi.4">wpi(4)</a>, a blob-free driver for Intel PRO/Wireless 3945ABG, found in Centrino Duo laptops.
1.1       deraadt   749: <li>Let Aviion deal with arbitrary load addresses needed for later boot code.
                    750: <li>Fix for corrupted graphics when using X.Org on some Intel PCI bridges, which misreport themselves as normal bridges when they are transparent.
                    751: <li>Fix for unwanted int to unsigned short conversions in libcurses.
1.48    ! bentley   752: <li>Add -hex option to the <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> rand command to produce hexadecimal output.
1.1       deraadt   753: <!-- 2006/05/13 -->
                    754: <li>Add support for the usb-attached MetaGeek Wi-Spy.
1.48    ! bentley   755: <li>Enable <a href="https://man.openbsd.org/twe.4">twe(4)</a> on amd64.
        !           756: <li>Add ALTQ support to <a href="https://man.openbsd.org/san.4">san(4)</a> devices too.
        !           757: <li>Make sure <a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a> sets the correct timezone before writing to syslog.
1.1       deraadt   758: <!-- 2006/05/12 -->
1.48    ! bentley   759: <li>Allow hotspare disk to be used on <a href="https://man.openbsd.org/ami.4">ami(4)</a> even if the firmware sometimes misreports what SCSI type this device is.
1.1       deraadt   760: <!-- 2006/05/11 -->
                    761: <li>Fix for pim register corruption in the multicast routing code.
1.48    ! bentley   762: <li>Handle malloc() failure in <a href="https://man.openbsd.org/df.1">df(1)</a>.
        !           763: <li>Add -x and -X options to <a href="https://man.openbsd.org/kdump.1">kdump(1)</a> to print output in hex.
1.1       deraadt   764: <!-- 2006/05/10 -->
1.48    ! bentley   765: <li>Add support for listing interfaces as arguments to <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> and traverse the list, ignoring all other interfaces for which no entry was given.
        !           766: <li>Make sure <a href="https://man.openbsd.org/i386/zzz.8">zzz(8)</a> fails with a reasonable error message if <a href="https://man.openbsd.org/i386/apmd.8">apmd(8)</a> is not running.
1.1       deraadt   767: <!-- 2006/05/09 -->
                    768: <li>Added support for the Aviion platform, a Data General m88k based machine.
1.48    ! bentley   769: <li>Enable <a href="https://man.openbsd.org/alipm.4">alipm(4)</a> on sparc64 again, and sprinkle some bus_space_barriers around the driver to help debugging it.
1.1       deraadt   770: <li>Import global ACPI interrupt code to i386 from the amd64 platform.
1.48    ! bentley   771: <li>Do not allow delay times of 0 in <a href="https://man.openbsd.org/systat.1">systat(1)</a>.
1.1       deraadt   772: <li>On i386, avoid estimating pentium mhz too low, resulting in non-monotonic time.
                    773: <!-- 2006/05/08 -->
1.48    ! bentley   774: <li>Add 'link-timeout n' support to <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>. Default remains at 10 seconds.
        !           775: <li>Removed unsafe setjmp/longjmp calls in <a href="https://man.openbsd.org/tftpd.8">tftpd(8)</a> that were used in signal handlers.
1.1       deraadt   776: <!-- 2006/05/07 -->
1.48    ! bentley   777: <li><a href="https://man.openbsd.org/azalia.4">azalia(4)</a> audio driver added to i386 and amd64 GENERIC, though commented out.
1.1       deraadt   778: <li>Endian fix for getservbyport(), which wants network byte order.
1.48    ! bentley   779: <li>Add <a href="https://man.openbsd.org/bio.4">bio(4)</a> framework to <a href="https://man.openbsd.org/gdt.4">gdt(4)</a>.
        !           780: <li>Remove the <a href="https://man.openbsd.org/pool.9">pool(9)</a> draining hooks. Probably never used in a meaningful way anyhow.
1.1       deraadt   781: <li>Fixes for sgi debug code, unbreaks builds with DEBUG defined.
                    782: <li>Move the userland stack on m88k to the top of userland address space.
                    783: <li>Make sure MVME188 machines dont panic if the abort switch is pressed while at ipl 7.
                    784: <!-- 2006/05/06 -->
                    785: <li>On m88k, decide whether we are running a 88100 or 88110 by reading the processor identification register instead of basing it on the MVME board number.
                    786: <li>Endian fix for pfsync code.
1.48    ! bentley   787: <li>Fix for pfkey, allowing <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a> to reliably set up pfkey promiscuous mode.
1.1       deraadt   788: <li>Some pmap fixes for the m88k platform regarding obio on 88100-based system.
                    789: <!-- 2006/05/05 -->
                    790: <li>Added various ethernet devices to Alpha GENERIC and RAMDISKBIG kernel images.
1.48    ! bentley   791: <li>Restore ALTQ support which was lost on <a href="https://man.openbsd.org/de.4">de(4)</a>.
        !           792: <li>Fix two SEGVs in <a href="https://man.openbsd.org/lint.1">lint(1)</a>.
1.1       deraadt   793: <!-- 2006/05/04 -->
1.48    ! bentley   794: <li>Make sure <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> and <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> also check for such degenerate Diffie-Hellman public exponents.
1.1       deraadt   795: <li>Backport checks for degenerate Diffie-Hellman public exponents from OpenSSL 0.9.8a.
                    796: <!-- 2006/05/03 -->
1.48    ! bentley   797: <li>Remove potential overflow in <a href="https://man.openbsd.org/mg.1">mg(1)</a> when doing file I/O and len == 0.
1.1       deraadt   798: <li>Add 88110 instruction support to the m88k in-kernel debugger.
1.48    ! bentley   799: <li>Initial code in <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> for prebinding binaries without compromising the security of randomized library linking. Still under development.
1.1       deraadt   800: <li>Make sure OpenRCS diff3 respects the TMPDIR environment variable.
                    801: <!-- 2006/05/02 -->
1.48    ! bentley   802: <li>Add Neterion Xframe-II 10GbE id to <a href="https://man.openbsd.org/xge.4">xge(4)</a> pcidevs.
        !           803: <li>In <a href="https://man.openbsd.org/mg.1">mg(1)</a>, have each buffer store their own working directory.
1.1       deraadt   804: <li>Plug possible memory leak if AMD K7 powernow init fails.
1.48    ! bentley   805: <li>Repair creation of subanchors with <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>, and loading of subanchors from file.
1.1       deraadt   806: <!-- 2006/05/01 -->
1.48    ! bentley   807: <li>Add Rx/Tx FIFO flush support to Yukon based <a href="https://man.openbsd.org/sk.4">sk(4)</a> cards.
1.1       deraadt   808: <li>Fix for broken mpbioses on VT8237 and nForce4 chipsets. This fixes interrupt routing for several integrated devices on those chipsets in GENERIC.MP.
1.48    ! bentley   809: <li>Increase Tx ring count on <a href="https://man.openbsd.org/nfe.4">nfe(4)</a> from 64 to 256.
        !           810: <li>In <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a>, add support for "tagged {}" lists.
1.1       deraadt   811: <!-- 2006/04/30 -->
1.48    ! bentley   812: <li>Make sure <a href="https://man.openbsd.org/iwi.4">iwi(4)</a> get initialized correctly, fixes a firmware panic if the same WEP key is entered multiple times.
        !           813: <li>Initial import of the Neterion Xframe-I 10GigE <a href="https://man.openbsd.org/xge.4">xge(4)</a> driver.
        !           814: <li>On macppc, add support for <a href="https://man.openbsd.org/fxp.4">fxp(4)</a> and <a href="https://man.openbsd.org/rl.4">rl(4)</a> on Cardbus on GENERIC and RAMDISK kernels, and add <a href="https://man.openbsd.org/dc.4">dc(4)</a> and <a href="https://man.openbsd.org/wdc.4">wdc(4)</a> to RAMDISK too.
1.1       deraadt   815: <!-- 2006/04/29 -->
                    816: <!-- 2006/04/28 -->
                    817: <li>Added a driver for the Silicon Laboratories CP2101/CP2102 usb serial adapters.
                    818: <li>On macppc, allow the nv X driver to mmap() as on i386 when running in mapped mode and allowaperture is non-zero.
                    819: <li>Added support for the National Instruments PCI-GPIB card.
                    820: <!-- 2006/04/27 -->
1.48    ! bentley   821: <li>Cleanup of <a href="https://man.openbsd.org/mac68k/pdisk.8">pdisk(8)</a> for mac68k.
1.1       deraadt   822: <li>Implemented separate pmap for PAE i386 machines, allows for support for machines with more than 4G RAM. Not enabled by default.
1.48    ! bentley   823: <li>Support for HBG and DCF77 time sources in the <a href="https://man.openbsd.org/udcf.4">udcf(4)</a> device.
1.1       deraadt   824: <!-- 2006/04/26 -->
                    825: <li>Added support for the ICH7-M DH controller in RAID mode.
                    826: <li>Fixed NULL pointer access in error path for kernel routing code.
1.48    ! bentley   827: <li>Initial framework for the <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> audio driver added.
1.1       deraadt   828: <li>Added support for ATI IXP 600 IDE/SATA controllers.
                    829: <!-- 2006/04/25 -->
1.48    ! bentley   830: <li>Rewrite setjmp()/alarm() code in <a href="https://man.openbsd.org/tftpd.8">tftpd(8)</a> with poll() to avoid signal races.
        !           831: <li>Remove virtual tunnel support from the mrouting code. It breaks multicast on <a href="https://man.openbsd.org/gif.4">gif(4)</a> interfaces and a real <a href="https://man.openbsd.org/gif.4">gif(4)</a>-tunnel is more manageable than a multicast tunnel.
        !           832: <li>Make sure <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> tries only once to open private keys, and not ask for passphrases if the keys cant be opened later anyhow.
1.1       deraadt   833: <!-- 2006/04/24 -->
                    834: <li>Fix endian issue in netatalk code.
                    835: <li>Fixes in libc regarding malloc() when allocation of the region succeeds but the allocation of a required page dir fail. Could leave holes in the directory list.
                    836: <li>Enable asm profiling for i386 if either PROF or GPROF is enabled.
                    837: <li>Add pci ID for 82801GBM SATA in AHCI mode, found on X60/T60 Thinkpads.
                    838: <!-- 2006/04/23 -->
1.48    ! bentley   839: <li>Endian-safe codepath for AMDtek variants, fixes <a href="https://man.openbsd.org/dc.4">dc(4)</a> on macppc.
1.1       deraadt   840: <li>Add support for Dell Bluetooth 350 USB module.
                    841: <li>Allow Intel SATA to map compatibility interrupts, makes a lot of ICH6M/ICH7M systems work.
1.48    ! bentley   842: <li>Add support for <a href="https://man.openbsd.org/puc.4">puc(4)</a> and com on macppc.
1.1       deraadt   843: <!-- 2006/04/22 -->
1.48    ! bentley   844: <li>Rework the signal handler code in the privsep part of <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
1.1       deraadt   845: <li>Repair MVME147.
                    846: <!-- 2006/04/21 -->
                    847: <li>Add support for Adaptec 2130S and 2230SLP raid adapters.
1.48    ! bentley   848: <li>Make <a href="https://man.openbsd.org/udcf.4">udcf(4)</a> devices work as a SENSOR_TIMEDELTA type sensor.
1.1       deraadt   849: <li>Implement outgoing interrupt pipes in uhci USB, makes Creative Voip Blaster work.
1.48    ! bentley   850: <li>Add support for Encore ENL832-TX-ICNT device in the <a href="https://man.openbsd.org/ste.4">ste(4)</a> driver.
1.1       deraadt   851: <!-- 2006/04/20 -->
1.48    ! bentley   852: <li>Add support for BCM5752 A2 devices in the <a href="https://man.openbsd.org/bge.4">bge(4)</a> driver.
        !           853: <li>Switch <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> pipe usage to socketpairs. Saves a file descriptor and makes userland ppp over ssh work.
1.1       deraadt   854: <li>Add a few more integrated devices on nForce4 amd64s.
                    855: <li>Add support for Belkin F5D6020 802.11b Wlan card.
                    856: <!-- 2006/04/19 -->
1.48    ! bentley   857: <li>Fix off-by-one read in <a href="https://man.openbsd.org/yacc.1">yacc(1)</a>.
        !           858: <li>Fix some signal races in <a href="https://man.openbsd.org/fsck_ext2fs.8">fsck_ext2fs(8)</a> too.
1.1       deraadt   859: <li>Initial driver to decode DCF77 time codes.
1.48    ! bentley   860: <li>Add hostname resolving and support for interface groups to <a href="https://man.openbsd.org/ipsec.conf.5">ipsec.conf(5)</a> parser.
1.1       deraadt   861: <li>Make sure we dont leak other processes execution history when restoring fpu state on the i386 and amd64 platforms.
                    862: <!-- 2006/04/18 -->
1.48    ! bentley   863: <li>Backport a <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> bug fix for code generation which appeared when compiling htons() with -march=686 -O2 flags.
1.1       deraadt   864: <li>Added some more Intel GigE pci IDs.
                    865: <li>In the kernel watchdog, make sure the parameters are reset to defaults when it is shut down.
1.48    ! bentley   866: <li>Move bignum functions in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> to a file of its own, now <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> and the sftp server don't have to link with libcrypto.
1.1       deraadt   867: <!-- 2006/04/17 -->
1.48    ! bentley   868: <li>Display logical disk status in sysctl for <a href="https://man.openbsd.org/ami.4">ami(4)</a>. Now you can use sensorsd to monitor disks on ami.
1.1       deraadt   869: <li>Better detection between K7 powernow and Cool-n-Quiet for amd cpus.
1.48    ! bentley   870: <li>Several signal race issues in <a href="https://man.openbsd.org/fsck_ffs.8">fsck_ffs(8)</a>.
1.1       deraadt   871: <!-- 2006/04/16 -->
1.48    ! bentley   872: <li>Fix two NULL dereferences in the <a href="https://man.openbsd.org/sk.4">sk(4)</a> driver.
        !           873: <li>Support for ICH7R SATA in <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>.
1.1       deraadt   874: <li>Preliminary support for Colorgraphic VoyagerVGA pcmcia frame buffer.
                    875: <!-- 2006/04/15 -->
                    876: <li>Add support for Asus MyPal A730 PocketPC.
1.48    ! bentley   877: <li>Make sure <a href="https://man.openbsd.org/awk.1">awk(1)</a> handles / inside []'s correctly.
        !           878: <li>Fix problem in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> when input buffers becomes too large.
1.1       deraadt   879: <li>Produce missing caps lock key event on hp300.
                    880: <li>Add support for the VT8363 PCI-PCI bridge found in Sony Vaio FS201s.
                    881: <li>Fix for Kerberos5 code on static arches.
                    882: <li>On i386 and amd64, enable 3DNow! and SSE support in X11, and enable the via driver for amd64.
                    883: <li>Added another nForce4 ISA bridge PCI device ID to amd64.
                    884: <!-- 2006/04/14 -->
                    885: <li>Various fixes for AMD K7-powernow code on i386.
                    886: <li>Add support for non-RAID part of the ITExpress IT8212F.
                    887: <li>Remove all of the i386 DUMMY_NOPS code for good.
                    888: <li>Initial support for HP98705 "Tigershark" framebuffer for hp300. Text console and X11 are supported.
                    889: <li>Update Heimdal Kerberos 5 to release 0.7.2.
                    890: <!-- 2006/04/13 -->
1.48    ! bentley   891: <li>Show cpu time spent in interrupts on the vmstat page in <a href="https://man.openbsd.org/systat.1">systat(1)</a>.
1.1       deraadt   892: <li>File descriptor leak in httpd/mod_ssl code fixed.
                    893: <li>Various fixes and updates for both OpenCVS and OpenRCS.
1.48    ! bentley   894: <li>Free up memory in <a href="https://man.openbsd.org/axe.4">axe(4)</a> if attach fails.
        !           895: <li>In <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>, add support for "local" to ike rules for multihomed machines.
1.1       deraadt   896: <!-- 2006/04/12 -->
1.48    ! bentley   897: <li>Fix signal races in <a href="https://man.openbsd.org/ping.8">ping(8)</a> and <a href="https://man.openbsd.org/ping6.8">ping6(8)</a>.
        !           898: <li>Rewrite attribute changing code to remove+add instead. Fixes "equal attributes encountered" errors in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
1.1       deraadt   899: <li>Make rthreads code compile again after header change.
1.48    ! bentley   900: <li>Fixes for spl and interrupt counting in <a href="https://man.openbsd.org/em.4">em(4)</a> when dealing with half-completed work queues.
1.1       deraadt   901: <!-- 2006/04/11 -->
1.48    ! bentley   902: <li>Fix some memory leaks in <a href="https://man.openbsd.org/ldconfig.8">ldconfig(8)</a>.
1.1       deraadt   903: <li>In the vlan interface code, make sure we copy the baudrate (link speed) on link state changes from the parent device.
                    904: <!-- 2006/04/10 -->
                    905: <li>Switch to OpenRCS, even though some features are still lacking.
1.48    ! bentley   906: <li>Add Intrepid 2 GMAC support to the <a href="https://man.openbsd.org/gem.4">gem(4)</a> driver.
1.1       deraadt   907: <!-- 2006/04/09 -->
1.48    ! bentley   908: <li>Added some <a href="https://man.openbsd.org/wi.4">wi(4)</a> reset code since some cards freeze up sometimes.
1.1       deraadt   909: <li>On macppc and sparc64, if allowaperture=0 only allow mmap()-ing of the framebuffer memory in WSDISPLAYIO_MODE_DUMBFB mode.
                    910: <li>Do not honor the address split scheme on MVME188 systems with more than two CMMUs per CPU when operating on caches, since it doesn't work.
1.48    ! bentley   911: <li>Fix for sparc64 bus attachment code to better detect which driver to attach. Allows <a href="https://man.openbsd.org/gem.4">gem(4)</a> netbooted machines to detect their root device.
1.1       deraadt   912: <!-- 2006/04/08 -->
                    913: <li>Don't panic in apic code for i386 if an interrupt isn't shareable and is already taken.
                    914: <!-- 2006/04/07 -->
1.48    ! bentley   915: <li>Plug simple memory leaks in <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> and <a href="https://man.openbsd.org/lpr.1">lpr(1)</a> too.
        !           916: <li>Fix memory leak on fork failure in <a href="https://man.openbsd.org/mount.8">mount(8)</a>.
        !           917: <li>Improvements for the <a href="https://man.openbsd.org/umidi.4">umidi(4)</a> USB MIDI interface.
        !           918: <li>Add workaround for <a href="https://man.openbsd.org/nfe.4">nfe(4)</a> mbuf leak.
1.1       deraadt   919: <li>Superblock sanity checking code added to ffs vfsops.
1.48    ! bentley   920: <li>Update <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> to version 211.
1.1       deraadt   921: <li>Revert pci access method for xfree code on amd64 since the /dev/pci could cause problems on some machines.
                    922: <!-- 2006/04/06 -->
1.48    ! bentley   923: <li>Allow lists inside lists in <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a>.
1.1       deraadt   924: <li>When running emulated binaries, release kernel lock after the exit hook to protect possible free()s.
                    925: <li>Fix a process datasize leak in UVM when doing mmap with MAP_FIXED.
1.48    ! bentley   926: <li>Add skeleton driver for <a href="https://man.openbsd.org/mfi.4">mfi(4)</a> MegaRAID SAS cards.
1.1       deraadt   927: <li>Fixes for floating point state saving in threads code for i386.
1.48    ! bentley   928: <li>Fix for <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> where it would show only the first announced prefix when doing "show rib det source-as #nr".
1.1       deraadt   929: <!-- 2006/04/05 -->
1.48    ! bentley   930: <li>Fix a bug in <a href="https://man.openbsd.org/mg.1">mg(1)</a> when writing buffers sharing the same basename.
1.1       deraadt   931: <li>Update to BIND 9.3.2.
1.48    ! bentley   932: <li>Endian fix for <a href="https://man.openbsd.org/an.4">an(4)</a>, now also enabled on hppa, hppa64 and macppc.
        !           933: <li>Reap child processes asynchronously in <a href="https://man.openbsd.org/i386/hotplugd.8">hotplugd(8)</a>.
1.1       deraadt   934: <!-- 2006/04/04 -->
1.48    ! bentley   935: <li>Add power hook to <a href="https://man.openbsd.org/bge.4">bge(4)</a>.
        !           936: <li>Enable <a href="https://man.openbsd.org/tqphy.4">tqphy(4)</a> for macppc found on <a href="https://man.openbsd.org/xl.4">xl(4)</a> cards.
        !           937: <li>Add "set nexthop self" support to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
1.1       deraadt   938: <li>DMA fixes for xscale ARM when changing DMA completion handler.
                    939: <li>Remove bundled dbm and regex lib from httpd, it picks up our dbm anyhow.
                    940: <!-- 2006/04/03 -->
                    941: <li>Installation fixes for Zaurus C3200, avoids a known problem in zbsdmod.
1.48    ! bentley   942: <li>When parsing file urls in <a href="https://man.openbsd.org/ftp.1">ftp(1)</a>, ignore http_proxy.
        !           943: <li>Don't nul-terminate GSSAPI buffers in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
1.1       deraadt   944: <!-- 2006/04/02 -->
1.48    ! bentley   945: <li>Fix interactivity issues in <a href="https://man.openbsd.org/ami.4">ami(4)</a> and remove a busywait.
        !           946: <li>Prevent panic in <a href="https://man.openbsd.org/iwi.4">iwi(4)</a> if pre-3.0 firmware is being loaded.
1.1       deraadt   947: <li>Fix for timestamp setting problem over nfs.
1.48    ! bentley   948: <li>Fix for ctrl-W in <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
1.1       deraadt   949: <li>Lots of small non-invasive changes in preparation for FFS2.
1.48    ! bentley   950: <li>Allow 32-bit session-ids in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> now that sha256 kex is used.
1.1       deraadt   951: <!-- 2006/04/01 -->
                    952: <li>Make som channels in ICH IDE/SATA controllers native to be able to use the maximum number of disks.
1.48    ! bentley   953: <li>Fix for <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a>, it will now probe all sensors even if gaps are found in the list.
1.1       deraadt   954: <li>Plug huge memleak in libc regarding how the semantics around telldir() works.
                    955: <!-- 2006/03/31 -->
1.48    ! bentley   956: <li>Fix memory leak in <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a>.
1.1       deraadt   957: <li>Add sysctl to retrieve routing table statistics.
                    958: <li>Small steps taken in preparation for FFS2.
                    959: <!-- 2006/03/30 -->
                    960: <li>Add support for GSM modem SIEMENS ES75 on usb.
1.48    ! bentley   961: <li>Add <a href="https://man.openbsd.org/iop.4">iop(4)</a> to amd64 GENERIC.
        !           962: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, make sure we handle truncated files while converting keys, and also prevent duplicate log messages when privsep=yes.
        !           963: <li>Add percent escape chars to the IdentityFile option in <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>.
1.1       deraadt   964: <!-- 2006/03/29 -->
1.48    ! bentley   965: <li>When <a href="https://man.openbsd.org/fsck.8">fsck(8)</a> asks y/n, it will now also accept "F" to force yes to all further questions.
        !           966: <li>In <a href="https://man.openbsd.org/ftp.1">ftp(1)</a>, allow fetching zero-length files, and also fix progress-meter for &gt;2G files.
        !           967: <li>Fix <a href="https://man.openbsd.org/it.4">it(4)</a> detection on newer ASUS boards for i386 and amd64.
        !           968: <li>Fix <a href="https://man.openbsd.org/ami.4">ami(4)</a> sync_cache command so it can run asynchronously.
1.1       deraadt   969: <!-- 2006/03/28 -->
                    970: <li>Enable MPI-401 MIDI UART on amd64 GENERIC.
                    971: <li>Imported Perl 5.8.8.
1.48    ! bentley   972: <li>Add simple printer for IEEE 802.1AB LLDP to <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
        !           973: <li>Add Intel 82801GB SATA support to <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>.
        !           974: <li>Add more space to memory columns in the vm page for <a href="https://man.openbsd.org/systat.1">systat(1)</a>.
1.1       deraadt   975: <!-- 2006/03/27 -->
1.48    ! bentley   976: <li>Sync <a href="https://man.openbsd.org/em.4">em(4)</a> with Intel's FreeBSD em (5.1.5) driver, adds support for 82563 PCI Express chipsets and a few fixes.
1.1       deraadt   977: <li>Added some HiFn, Safenet and Bluesteel crypto cards to GENERIC on alpha.
1.48    ! bentley   978: <li>Rework of <a href="https://man.openbsd.org/iwi.4">iwi(4)</a>, enabling s/w antenna diversity, upgrade firmware to v3.0 layout and reworked rings allocation.
        !           979: <li>Sync <a href="https://man.openbsd.org/ixgb.4">ixgb(4)</a> with Intel's FreeBSD ixgb (5.0.1) driver.
1.1       deraadt   980: <li>Add support for Realtek RT8111B PCI Express Gbit MAC.
1.48    ! bentley   981: <li>In <a href="https://man.openbsd.org/pstat.8">pstat(8)</a>, check for syncer vnodes before calling fs specific routines, so NFS and ext2fs gets correctly handled.
1.1       deraadt   982: <!-- 2006/03/26 -->
1.48    ! bentley   983: <li>Split serial on macppc so zs devices are ttya and tty00 supports <a href="https://man.openbsd.org/com.4">com(4)</a> devices.
1.1       deraadt   984: <li>Sync libpcap with tcpdump.org's 0.9 APIs.
1.48    ! bentley   985: <li>Added support for accessing 8-bit ISA I/O through the <a href="https://man.openbsd.org/gpio.4">gpio(4)</a> framework. Makes Acrosser AR-B1662 boards work.
        !           986: <li>Added support for Falcom Samba GPRS modem in the <a href="https://man.openbsd.org/uftdi.4">uftdi(4)</a> driver.
1.1       deraadt   987: <li>Don't allow gpio ping change if /dev/gpio was opened in read-only mode.
1.48    ! bentley   988: <li>Per-file I/O accounting is now possible to show in <a href="https://man.openbsd.org/fstat.1">fstat(1)</a>.
1.1       deraadt   989: <!-- 2006/03/25 -->
1.48    ! bentley   990: <li>Allow <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> to ignore packets based on their direction.
        !           991: <li>Fixup IP checksum when modifying IP header fields in <a href="https://man.openbsd.org/pf.4">pf(4)</a>.
1.1       deraadt   992: <!-- 2006/03/24 -->
1.48    ! bentley   993: <li>Fixes for the receive filter in <a href="https://man.openbsd.org/sis.4">sis(4)</a> when enabling/disabling promiscuous mode.
        !           994: <li>On <a href="https://man.openbsd.org/dc.1">dc(1)</a>, show error message if the argument is a directory.
        !           995: <li>Added support for <a href="https://man.openbsd.org/umsm.4">umsm(4)</a> serial interface for Qualcomm MSM EVDO modems. Enabled on amd64, hppa, hppa64, i386 and macppc.
1.1       deraadt   996: <!-- 2006/03/23 -->
                    997: <li>Turn on PCI parity checking on sparc64, and set the PCI latency timer for bus master devices.
                    998: <li>Fix for adb keyboard caps key problem, if remapped to a dead key.
                    999: <!-- 2006/03/22 -->
                   1000: <li>Fix for broken amd64 mpbios'es on VT8237 and nForce4 chipsets. Fixes interrupt routing for SATA on those when running GENERIC.MP.
                   1001: <li>Various fixes from the NetBSD coverity runs.
1.48    ! bentley  1002: <li>Add support for macros in <a href="https://man.openbsd.org/ipsec.conf.5">ipsec.conf(5)</a>.
        !          1003: <li>Change the way <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> selects nexthops. Required for complex setups e.g. where an additional IGP is running.
        !          1004: <li>Add a new SHOW imsg to send optional attributes in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> - used to show communities in bgpctl output.
        !          1005: <li>Rework signal handling in <a href="https://man.openbsd.org/ftp-proxy.8">ftp-proxy(8)</a>.
        !          1006: <li>Add a helper pci_find_device() function to <a href="https://man.openbsd.org/pci.4">pci(4)</a> to enumerate the PCI bus.
        !          1007: <li>Plug a memory leak and fix a possible crash in <a href="https://man.openbsd.org/usbhid.3">usbhid(3)</a>.
1.1       deraadt  1008: <li>In the /etc/security script, deal with the fact that some shell scripts may contain binary characters.
1.48    ! bentley  1009: <li>In <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>, fix an infinite loop in case of an error in the archive header.
1.1       deraadt  1010: <li>Implement the Michael MIC as defined in IEEE 802.11i for TKIP.  This generates a weak 64-bit digest protected by an additional key - required for future IEEE 802.11i/WPA support.
1.48    ! bentley  1011: <li>Better error checking in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
        !          1012: <li>Make <a href="https://man.openbsd.org/ural.4">ural(4)</a> read and show real MAC/BBP rev as determined, instead of the hardcoded RT2570.
        !          1013: <li>Fix panic on iMac G5 (iSight) in <a href="https://man.openbsd.org/smu.4">smu(4)</a> due to a missing kernel unlock.
        !          1014: <li>Fix an out-of-bounds memory access in <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>.
        !          1015: <li>In <a href="https://man.openbsd.org/m4.1">m4(1)</a>, add limited support for format builtin in gnu-m4 mode. This is used by some autoconf scripts.
        !          1016: <li>Allow the <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> wsfb X server to run without the need for <a href="https://man.openbsd.org/xf86.4">xf86(4)</a> aperture to be set.
1.1       deraadt  1017: <li>In the X server, use /dev/pci to access the PCI configuration space on i386 and amd64, instead of directly accessing the addresses from userland.
                   1018: <li>A large amount of memory leak plugging in various system utilities inspired by Coverity reports, as well as ruling out of hypothetical NULL dereferences.
1.48    ! bentley  1019: <li>Many changes in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> to be more careful with types.
        !          1020: <li>In <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>, make sure the command fifo is ready before returning - fixes a startup race when interacting with <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>.
        !          1021: <li>Improve  <a href="https://man.openbsd.org/lint.1">lint(1)</a> to reduce more false positives and thus make the output more useful.
        !          1022: <li>Fix some memory leaks in ssh's <a href="https://man.openbsd.org/gssapi.3">gssapi(3)</a> code.
1.1       deraadt  1023: <li>Change powerpc's BLKDEV_IOSIZE down to 2KB like on all other platforms.
1.48    ! bentley  1024: <li>Recognize more Intel <a href="https://man.openbsd.org/pci.4">pci(4)</a> devices as found on the Acer Travelmate 3012WTMi laptop.
        !          1025: <li>Plug memory leak and potential NULL dereference in <a href="https://man.openbsd.org/hash.3">hash(3)</a>.
        !          1026: <li>Make <a href="https://man.openbsd.org/asa.1">asa(1)</a> use <a href="https://man.openbsd.org/getopt.3">getopt(3)</a>.
        !          1027: <li>In <a href="https://man.openbsd.org/init.8">init(8)</a>, plug potential memory leaks in error path.
        !          1028: <li>Teach <a href="https://man.openbsd.org/pcn.4">pcn(4)</a> to recognize Am79c976 and Am79c978.
1.1       deraadt  1029: <li>On sparc64, use OFW nodes to enumerate the PCI bus. This makes detection of devices hiding behind bridges more reliable.
                   1030: <li>Extend PCI bus enumeration to allow architecture-specific hooks.
1.48    ! bentley  1031: <li>Plug potential memory and descriptor leaks in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> and <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>.
        !          1032: <li>Provide new amd64-specific implementation of <a href="https://man.openbsd.org/exp.3">exp(3)</a>.
        !          1033: <li>Plug memory leak in <a href="https://man.openbsd.org/revnetgroup.8">revnetgroup(8)</a>.
        !          1034: <li>Teach <a href="https://man.openbsd.org/it.4">it(4)</a> to probe IT8712F-a and SiS950 devices.
        !          1035: <li>Rework tty handling in <a href="https://man.openbsd.org/bc.1">bc(1)</a> so that things get cleaned up reliably on abort.
        !          1036: <li>Place reasonable bounds on memory usage of bufferevents in <a href="https://man.openbsd.org/event.3">libevent</a>.
        !          1037: <li>Provide implementations of the C99 math functions <a href="https://man.openbsd.org/trunc.3">trunc(3)</a> and <a href="https://man.openbsd.org/truncf.3">truncf(3)</a>.
        !          1038: <li>Plug memory leaks and a possible NULL dereference in <a href="https://man.openbsd.org/systrace.1">systrace(1)</a>.
1.1       deraadt  1039: <li>Make isadma happier on alpha by honoring the 'high' parameter in _bus_dmamem_alloc_range.
1.48    ! bentley  1040: <li>Change implementation of <a href="https://man.openbsd.org/delay.9">delay(9)</a> on alpha to use rpcc instruction.
        !          1041: <li>Plug memory leak in <a href="https://man.openbsd.org/usbhid.3">usbhid(3)</a>.
        !          1042: <li>Clean up <a href="https://man.openbsd.org/fts.3">fts(3)</a> leak in <a href="https://man.openbsd.org/cp.1">cp(1)</a>.
        !          1043: <li>Clean up file descriptor leak in <a href="https://man.openbsd.org/authpf.8">authpf(8)</a>.
        !          1044: <li>Make <a href="https://man.openbsd.org/ptrace.2">ptrace(2)</a> single-stepping work on alpha.
        !          1045: <li>Fix an off-by-one error in <a href="https://man.openbsd.org/csh.1">csh(1)</a> error handling.
        !          1046: <li>Simplify descriptor cleanup in <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>, helping us to avoid any descriptor leaks that may have existed.
        !          1047: <li>Fix an off-by-one error in <a href="https://man.openbsd.org/ping6.8">ping6(8)</a>.
        !          1048: <li>Drastically simplify handling of SCSI vs. AMI commands in the <a href="https://man.openbsd.org/ami.4">ami(4)</a> driver.  This is the first step to supporting more RAID features.
        !          1049: <li>Correctly deal with -I (interactive) option in <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> co command.
1.1       deraadt  1050: <li>Improve clarity of messages in SGI installer.
1.48    ! bentley  1051: <li>Fix some off-by-one errors in <a href="https://man.openbsd.org/talkd.8">talkd(8)</a>.
        !          1052: <li>Delint various size_t/ssize_t/int mismatches in <a href="https://man.openbsd.org/cvs.1">cvs(1)</a> and <a href="https://man.openbsd.org/rcs.1">rcs(1)</a>.
        !          1053: <li>In <a href="https://man.openbsd.org/rcs.1">rcs(1)</a>, set exit code when checking out a specific revisions fails.
1.25      deraadt  1054: <li>Fix value of hw.cpuspeed sysctl on certain Pentium III models (early stepping 1 Coppermines).
1.1       deraadt  1055: <li>Turn EXTENT_ALIGN into an inline function, shaves 100 bytes from RISC kernels.
1.48    ! bentley  1056: <li>Remove unused code from <a href="https://man.openbsd.org/siop.4">siop(4)</a>, shaves half a KB from kernel.
        !          1057: <li>Fix <a href="https://man.openbsd.org/mincore.2">mincore(2)</a> to pass byte count to UVM functions, rather than page count.
        !          1058: <li>In <a href="https://man.openbsd.org/lmc.4">lmc(4)</a> driver, consolidate error message array to shrink kernel by about 1KB.
        !          1059: <li>Clean up and ANSIfy <a href="https://man.openbsd.org/tip.1">tip(1)</a> code and fix some latent bugs.
        !          1060: <li>Make <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> co command honor the -q option.
        !          1061: <li>In <a href="https://man.openbsd.org/scp.1">scp(1)</a>, display error messages even when remote stdout is not initialized.
        !          1062: <li>Optimize <a href="https://man.openbsd.org/tun.4">tun(4)</a> by using mbuf clusters instead of mbuf chains for large packets.
        !          1063: <li>Fix some "reload" bugs in <a href="https://man.openbsd.org/ifstated.8">ifstated(8)</a>.
1.1       deraadt  1064: <li>Make AMD PowerNow speed control stuff print nice dmesg lines.
1.48    ! bentley  1065: <li>Fix a quirk of ^C in <a href="https://man.openbsd.org/vi.1">vi(1)</a>.
1.1       deraadt  1066: <li>Add sysctl_int_lower() API, consequence of which is that root can now lower the machdep.allowaperture variable without rebooting.
                   1067: <li>Some i386 laptops need more physmem segments (consequence of the kernel moving up by 1MB).
1.48    ! bentley  1068: <li>A few small fixes to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
        !          1069: <li>If <a href="https://man.openbsd.org/poll.2">poll(2)</a> is interrupted, remember to clear the pollfds array.
        !          1070: <li>The zaurus no longer needs to use the <a href="https://man.openbsd.org/xf86.4">xf86(4)</a> aperture.
        !          1071: <li>Fix %A printing in <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>.
        !          1072: <li>Move parsing of <a href="https://man.openbsd.org/wsconctl.conf.5">wsconctl.conf(5)</a> to earlier in the /etc/rc sequence, so that people can use their remapped control key earlier.
        !          1073: <li>Install <a href="https://man.openbsd.org/apm.4">apm(4)</a> utilities on amd64 so that the hw.setperf sysctl for CPU speed can be conveniently manipulated through them.
        !          1074: <li>Fix <a href="https://man.openbsd.org/BN_is_prime.3">BN_is_prime(3)</a> to realize that 2 is prime.  It took the OpenSSL people what... 8 years to fix this?
        !          1075: <li>Fix amd64's <a href="https://man.openbsd.org/exp.3">exp(3)</a> implementation which was broken in certain cases by switching to the C version.
        !          1076: <li>Repair anonymous logins without passwords in <a href="https://man.openbsd.org/ftpd.8">ftpd(8)</a>.
        !          1077: <li>Some churn in <a href="https://man.openbsd.org/ami.4">ami(4)</a>, heading towards improvements...
        !          1078: <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>, implement Unicast Reverse Path Forwarding (uRPF) which optionally verifies that a packet is received on the interface that holds the route back to the packet's source address. This makes it an automatic ingress filter, but only when routing is fully symmetric.
        !          1079: <li>Add support for Sony CLIE PEG-T625 (and other new) devices in <a href="https://man.openbsd.org/uvisor.4">uvisor(4)</a>.
        !          1080: <li>Move the i386 kernel up 1MB in virtual address space to provide more space for <a href="https://man.openbsd.org/isadma.4">isadma(4)</a>.
        !          1081: <li>Fix <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> to work with stdin input (pkg_add -).
1.1       deraadt  1082: <li>On alpha, protect sgmap extents with splvm().
                   1083: <li>On i386, use pause instructions during IPI lock spinning.
1.48    ! bentley  1084: <li>Slightly improve the situation with multi-function <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a> cards.
        !          1085: <li>Make <a href="https://man.openbsd.org/compress.1">compress(1)</a>/<a href="https://man.openbsd.org/gzip.1">gzip(1)</a> work without /dev/stdin and /dev/stdout.
        !          1086: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, allow configuration directives to contain spaces, if wrapped in double quotes.
        !          1087: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, set TCP_NODELAY flag for all connections not just interactive ones - fixes poor network performance and protocol stalls under some network conditions.
1.1       deraadt  1088: <li>On the i386, fix userldt handling (consequence of recent i386 W^X changes) which causes a crash if a LDT-using process does an execve().
1.48    ! bentley  1089: <li>In <a href="https://man.openbsd.org/mount.8">mount(8)</a>, add -s flag which skips a mount if the file system is already mounted, handy for MFS partitions.
        !          1090: <li>Switch from using PCI <a href="https://man.openbsd.org/le.4">le(4)</a> driver to <a href="https://man.openbsd.org/pcn.4">pcn(4)</a>.
        !          1091: <li>Handle emc6d100 and emc6w201 in the i2c <a href="https://man.openbsd.org/adt.4">adt(4)</a> driver.
        !          1092: <li>Fix local arbitrary command execution vulnerability on local/local and remote/remote copies in <a href="https://man.openbsd.org/rcp.1">rcp(1)</a>.
1.1       deraadt  1093: <li>Change the install script question 'Do you expect to run the X Window System?' to have 'no' as a default answer, to prevent people accidentially hitting return on the prompt on machines that don't need it.
1.48    ! bentley  1094: <li>Fix a few subtle bugs in <a href="https://man.openbsd.org/vi.1">vi(1)</a>.
        !          1095: <li>Support IAPP pre-standard port 2313 in <a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a>.
        !          1096: <li>A output formatting bug (missing space in command line printing) was recently introduced into <a href="https://man.openbsd.org/ps.1">ps(1)</a>.
1.1       deraadt  1097: <li>Grok %z in the format string warning code for the older gcc we have in the tree.
1.48    ! bentley  1098: <li>Foil potential <a href="http://en.wikipedia.org/wiki/Timing_attack">timing attacks</a> in login by using <a href="https://man.openbsd.org/bcrypt.3">bcrypt(3)</a> on non-existent users as well, instead of DES.
1.1       deraadt  1099: <li>On amd64, properly route ISA interrupts through ioapics.
1.48    ! bentley  1100: <li>Some obscure fixes to <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.
        !          1101: <li>Support the <a href="https://man.openbsd.org/iic.4">iic(4)</a> controller found in the <a href="https://man.openbsd.org/amdpm.4">amdpm(4)</a>.
1.1       deraadt  1102: <li>Now AMD PowerNow K8 support works on i386 and amd64, so that hw.setperf can adjust the processor speed.
                   1103: <li>Serial port support on the Zaurus was busted by the recent clock changes because of an interrupt mask mistake.
1.48    ! bentley  1104: <li>Improve the <a href="https://man.openbsd.org/iic.4">iic(4)</a> scanning for ADM1030 and ADM1031 devices (supported by <a href="https://man.openbsd.org/admtmp.4">admtemp(4)</a>).
        !          1105: <li>In <a href="https://man.openbsd.org/grep.1">grep(1)</a> do proper handling for patterns which include newlines.
        !          1106: <li>Using <a href="https://man.openbsd.org/i386/pcibios.4">pcibios(4)</a> information, properly initialize the VIA VT8233, and support SiS 962.
        !          1107: <li>Fix the long delay probe for <a href="https://man.openbsd.org/macppc/adb.4">adb(4)</a> on some machines (in particular, the powerpc Mac Mini).
        !          1108: <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, group block parameters were reset to default (duh, that is wrong).
        !          1109: <li>Repair a really stupid (and old) bug in spanning-tree <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> support.
        !          1110: <li>Make <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> work with scp (see PKG_PATH).
        !          1111: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, implement diffie-hellman-group-exchange-sha256 key exchange method (which is now default when client/server support it).
        !          1112: <li>In the <a href="https://man.openbsd.org/com.4">com(4)</a> driver, add support for the <a href="https://man.openbsd.org/cardbus.4">cardbus(4)</a> Sony Ericsson GC89 UMTS/GPRS/GSM modem.
        !          1113: <li>For all you Road Warriors in need of more dynamic IPSEC, in <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>, add dynamic option ("ike dynamic esp") which uses the system hostname as source identifier instead of the IP address. See <a href="https://man.openbsd.org/ipsec.conf.5">ipsec.conf(5)</a>.
        !          1114: <li>Repair UDMA for the Via VT8237 in the <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> driver.
        !          1115: <li>Fix a <a href="https://man.openbsd.org/mmap.2">mmap(2)</a> related panic.
        !          1116: <li>Fit <a href="https://man.openbsd.org/mt.1">mt(1)</a> and <a href="https://man.openbsd.org/eject.1">eject(1)</a> onto all the install media.
        !          1117: <li>Add some <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> debugging support to <a href="https://man.openbsd.org/ddb.4">ddb(4)</a>.
        !          1118: <li>Move remaining bits of the network stack to use splnet instead of splimp, see <a href="https://man.openbsd.org/spl.9">spl(9)</a>.
1.1       deraadt  1119: <li>OpenCVS development continues with new energy.
                   1120: <li>Stop trying to allocate rotationally optimal blocks in FFS, since modern disks don't care.
1.48    ! bentley  1121: <li>Repair stdin handling in <a href="https://man.openbsd.org/sdiff.1">sdiff(1)</a>.
        !          1122: <li><a href="https://man.openbsd.org/tun.4">tun(4)</a> is not a point-to-point interface, but a tunnel.
        !          1123: <li>Fix a buffer cache race in <a href="https://man.openbsd.org/vnd.4">vnd(4)</a>.
        !          1124: <li>Fix a memory leak in <a href="https://man.openbsd.org/cap_mkdb.1">cap_mkdb(1)</a>.
        !          1125: <li>Fix a bug in <a href="https://man.openbsd.org/tar.1">tar(1)</a> that cut short our filename lengths by one miserable character.
        !          1126: <li>Initial 1-Wire <a href="https://man.openbsd.org/onewire.4">onewire(4)</a> bus support, including drivers for <a href="https://man.openbsd.org/gpioow.4">gpioow(4)</a>, <a href="https://man.openbsd.org/owid.4">owid(4)</a>, <a href="https://man.openbsd.org/owtemp.4">owtemp(4)</a>.
        !          1127: <li>More churn in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
1.1       deraadt  1128: <li>In X11, support 10-bit color DAC video cards on Alpha TGA2 cards.
1.48    ! bentley  1129: <li>Do underlining in the <a href="https://man.openbsd.org/sparc/zx.4">zx(4)</a> sparc/sparc64 video driver.
1.1       deraadt  1130: <li>Fix an old bug on ARM-based machines, that would very rarely and very randomly deliver a SIGBUS that was not expected or wanted by anyone.
1.48    ! bentley  1131: <li>Display cpu states right away (not delayed) in <a href="https://man.openbsd.org/top.1">top(1)</a>.
        !          1132: <li><a href="https://man.openbsd.org/art.4">art(4)</a> now works on sparc64 as well.
        !          1133: <li>In <a href="https://man.openbsd.org/ami.4">ami(4)</a>, support a few more re-licensed parts by ACER, FSC, Intel and NEC.
        !          1134: <li>Support Compaq Flash Socket CF 10/100 card in <a href="https://man.openbsd.org/ne.4">ne(4)</a>.
        !          1135: <li>Support National Semiconductor DP83847 DsPHYTER PHY in <a href="https://man.openbsd.org/nsphyter.4">nsphyter(4)</a>.
        !          1136: <li>Some repair to <a href="https://man.openbsd.org/vic.4">vic(4)</a> so that it might soon work for VMWARE.
        !          1137: <li>Handle National Semicondutor lm96000 in the i2c <a href="https://man.openbsd.org/adt.4">adt(4)</a> driver.
1.1       deraadt  1138: </ul>