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

Annotation of www/plus29.html, Revision 1.76

1.28      naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
1.71      tj          4: <title>OpenBSD 2.9 Changelog</title>
1.53      schwarze    5: <meta name="description" content="OpenBSD 2.9 changes">
1.1       deraadt     6: <meta name="copyright" content="This document copyright 1996-2001 by OpenBSD.">
1.69      deraadt     7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.73      tb          9: <link rel="canonical" href="https://www.openbsd.org/plus29.html">
1.1       deraadt    10: </head>
                     11:
                     12: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     13:
1.69      deraadt    14: <h2>
                     15: <a href="index.html">
                     16: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
1.71      tj         17: <font color="#e00000">2.9 Changelog</font>
                     18: </h2>
1.28      naddy      19: <hr>
1.1       deraadt    20:
                     21: <p>
                     22: This is a partial list of the major machine independent changes
1.45      sobrado    23: (i.e., these are the changes people ask about most often).  Machine
1.1       deraadt    24: specific changes have also been made, and are sometimes mentioned
                     25: in the pages for the specific <a href="plat.html">platforms</a>.
                     26:
                     27: <p>
1.28      naddy      28: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
1.1       deraadt    29:
                     30: <p>
1.26      deraadt    31: For changes in other releases, click below:<br>
                     32: <a href="plus20.html">2.0</a>,
                     33: <a href="plus21.html">2.1</a>,
                     34: <a href="plus22.html">2.2</a>,
                     35: <a href="plus23.html">2.3</a>,
                     36: <a href="plus24.html">2.4</a>,
                     37: <a href="plus25.html">2.5</a>,
                     38: <a href="plus26.html">2.6</a>,
                     39: <a href="plus27.html">2.7</a>,
                     40: <a href="plus28.html">2.8</a>,
                     41: <a href="plus30.html">3.0</a>,
                     42: <a href="plus31.html">3.1</a>,
                     43: <a href="plus32.html">3.2</a>,
1.29      deraadt    44: <a href="plus33.html">3.3</a>,
1.31      david      45: <a href="plus34.html">3.4</a>,
1.33      deraadt    46: <a href="plus35.html">3.5</a>,
1.34      miod       47: <a href="plus36.html">3.6</a>,
1.59      deraadt    48: <a href="plus37.html">3.7</a>,
1.44      deraadt    49: <br>
1.37      deraadt    50: <a href="plus38.html">3.8</a>,
1.39      deraadt    51: <a href="plus39.html">3.9</a>,
1.40      deraadt    52: <a href="plus40.html">4.0</a>,
1.41      deraadt    53: <a href="plus41.html">4.1</a>,
1.42      deraadt    54: <a href="plus42.html">4.2</a>,
1.43      deraadt    55: <a href="plus43.html">4.3</a>,
1.44      deraadt    56: <a href="plus44.html">4.4</a>,
1.46      deraadt    57: <a href="plus45.html">4.5</a>,
1.47      deraadt    58: <a href="plus46.html">4.6</a>,
1.48      deraadt    59: <a href="plus47.html">4.7</a>,
1.49      deraadt    60: <a href="plus48.html">4.8</a>,
1.51      deraadt    61: <a href="plus49.html">4.9</a>,
1.52      nick       62: <a href="plus50.html">5.0</a>,
1.53      schwarze   63: <a href="plus51.html">5.1</a>,
1.54      nick       64: <a href="plus52.html">5.2</a>,
1.55      deraadt    65: <a href="plus53.html">5.3</a>,
1.56      deraadt    66: <a href="plus54.html">5.4</a>,
1.57      deraadt    67: <br>
1.59      deraadt    68: <a href="plus55.html">5.5</a>,
1.61      brett      69: <a href="plus56.html">5.6</a>,
1.62      deraadt    70: <a href="plus57.html">5.7</a>,
1.65      deraadt    71: <a href="plus58.html">5.8</a>,
1.66      deraadt    72: <a href="plus59.html">5.9</a>,
1.72      deraadt    73: <a href="plus60.html">6.0</a>,
1.75      deraadt    74: <a href="plus61.html">6.1</a>,
1.26      deraadt    75: <a href="plus.html">current</a>.
1.1       deraadt    76: <br>
                     77:
1.60      deraadt    78: <p>
                     79: <h3><font color="#0000e0">Changes made between OpenBSD 2.8 and 2.9</font></h3>
                     80: <p>
1.1       deraadt    81:
                     82: <ul>
1.76    ! tb         83: <li><font color="#e00000"><strong>SECURITY FIX: Avoid DoS attack in <a href="https://man.openbsd.org/?query=ftpd&amp;sektion=8">ftpd</a> using <a href="https://man.openbsd.org/?query=glob&amp;sektion=3">glob</a> patch.</strong></font><br>
1.10      pvalchev   84:     <a href="errata28.html#glob_limit">A patch is available</a>.<br>
1.28      naddy      85:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt    86: <li>...
1.76    ! tb         87: <li><font color="#e00000"><strong>SECURITY FIX: Fix <a href="https://man.openbsd.org/?query=ipf&amp;sektion=8&amp;manpath=OpenBSD+2.7">ipf(8)</a> fragment caching bug.</strong></font><br>
1.10      pvalchev   88:     <a href="errata28.html#ipf_frag">A patch is available</a>.<br>
1.28      naddy      89:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt    90: <li>...
1.76    ! tb         91: <li><font color="#e00000"><strong>SECURITY FIX: Fix buffer overflows contained in <a href="https://man.openbsd.org/?query=glob&amp;sektion=3">glob(3)</a> function.</strong></font><br>
1.10      pvalchev   92:     <a href="errata28.html#glob">A patch is available</a>.<br>
1.28      naddy      93:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt    94: <li>...
1.76    ! tb         95: <li>Check for short packets and bad types sent to <a href="https://man.openbsd.org/?query=timed&amp;sektion=8">timed(8)</a>.<br>
1.28      naddy      96:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt    97: <li>...
1.74      tb         98: <li><a href="https://www.openssh.com/">OpenSSH</a> 2.5.2 released.<br>
1.28      naddy      99:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt   100: <li>...
1.28      naddy     101: <li><font color="#e00000"><strong>SECURITY FIX: Be careful with file permissions in readline library</strong></font><br>
1.10      pvalchev  102:     <a href="errata28.html#readline">A patch is available</a>.<br>
1.28      naddy     103:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt   104: <li>...
                    105: <li>Make buffer size 8k on NE1000, and 16k otherwise for
1.76    ! tb        106: <a href="https://man.openbsd.org/?query=ne&amp;sektion=4">ne</a>.<br>
1.28      naddy     107:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt   108: <li>...
1.76    ! tb        109: <li>Move bogus packet length test in udp packets to avoid being stuck at <a href="https://man.openbsd.org/?query=splsoftnet&amp;sektion=9">splsoftnet</a>.<br>
1.28      naddy     110:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt   111: <li>...
1.28      naddy     112: <li><font color="#e00000"><strong>SECURITY FIX: on i386, check arguments to USER_LDT (not enabled by default) mappings.</strong></font><br>
1.10      pvalchev  113:     <a href="errata28.html#userldt">A patch is available</a>.<br>
1.28      naddy     114:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt   115: <li>...
1.28      naddy     116: <li><font color="#e00000"><strong>IMPLEMENTATION FIX: fix port number computation in libwrap client side ident implementation.</strong></font><br>
1.10      pvalchev  117:     <a href="errata28.html#libwrap">A patch is available</a>.<br>
1.28      naddy     118:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt   119: <li>...
1.4       millert   120: <li>Fix several copyin/copyout bugs in sys/compat.
                    121: <li>Provide a random start for tcp timestamps.
                    122: <li>Support sharing disks between MacOS and the PowerPC port.
1.76    ! tb        123: <li>Add support for the SaramNcom NS-1100M in the <a href="https://man.openbsd.org/?query=wi&amp;sektion=4">wi(4)</a> driver.
        !           124: <li>Fix support for the D-Link DE660 pcmcia card in <a href="https://man.openbsd.org/?query=ne&amp;sektion=4">ne(4)</a>
        !           125: <li>In <a href="https://man.openbsd.org/?query=sis&amp;sektion=4">sis(4)</a> add support for reading the MAC address from the APC CMOS RAM in SiS630E-based chipsets.
        !           126: <li>In <a href="https://man.openbsd.org/?query=ne&amp;sektion=4">ne(4)</a>, changes in media type initializion on DP8390-compatibles.
        !           127: <li>Implement read/write access to an IEEE 802.3u <a href="https://man.openbsd.org/?query=mii&amp;sektion=4">mii(4)</a> bus using the bit-bang method.
1.4       millert   128: <li>Add support for DOZE mode on powerpc processors that support it.
1.76    ! tb        129: <li>Add support for the Symbios 53c1010 in the <a href="https://man.openbsd.org/?query=siop&amp;sektion=4">siop(4)</a> driver.
        !           130: <li>Implement <a href="https://man.openbsd.org/?query=mincore&amp;sektion=2">mincore(2)</a>, <a href="https://man.openbsd.org/?query=mlockall&amp;sektion=2">mlockall(2)</a> and <a href="https://man.openbsd.org/?query=munlockall&amp;sektion=2">munlockall(2)</a>.
        !           131: <li>Added support for <a href="https://man.openbsd.org/?query=ami&amp;sektion=4">ami(4)</a> MegaRAID Controllers.
        !           132: <li>Fixed several occurrences of exit(-#); <a href="https://man.openbsd.org/?query=exit&amp;sektion=3">exit(3)</a> only passes the lower 8 bits of status on to the parent.
1.12      pvalchev  133: <li>Fixed several occurrences of PATH_MAX+1 that should be PATH_MAX.
1.4       millert   134: <li>Fix interrupt handler registration on the mvme88k port, remove 68k-isms and add UKC support.
                    135: <li>Add some non-US encodings to the USB keyboard driver.
1.76    ! tb        136: <li>Disable bogus file check in <a href="https://man.openbsd.org/?query=cvs&amp;sektion=1">cvs(1)</a>.<br>
1.28      naddy     137:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        138: <li>Enable tag queuing and fix some wide/sync negotiation problems in the <a href="https://man.openbsd.org/?query=siop&amp;sektion=4">siop(4)</a> driver.
        !           139: <li>Add support for <a href="https://man.openbsd.org/?query=isapnp&amp;sektion=4">isapnp(4)</a> i82365-based <a href="https://man.openbsd.org/?query=pcmcia&amp;sektion=4">pcmcia(4)</a> controllers.
1.4       millert   140: <li>Many man page fixes.
1.76    ! tb        141: <li>Fix checksum calculations in <a href="https://man.openbsd.org/?query=bridge&amp;sektion=4">bridge(4)</a> setups.
        !           142: <li>Avoid reading some AC97 registers in <a href="https://man.openbsd.org/?query=neo&amp;sektion=4">neo(4)</a> driver as needed by some devices.
1.4       millert   143: <li>Avoid a deadlock condition in the syncer.
1.76    ! tb        144: <li><a href="https://man.openbsd.org/?query=wscons&amp;sektion=4">wscons(4)</a> support for powerpc adb keyboard.
        !           145: <li>Plug many memory leaks in the libc <a href="https://man.openbsd.org/?query=rpc&amp;sektion=3">rpc(3)</a> code.
1.4       millert   146: <li>Drop packets with 127.0.0.0/8 in header field, if the packet is from outside.  RFC1122 dictates that 127.0.0.8 must not appear on the wire.
1.76    ! tb        147: <li>In <a href="https://man.openbsd.org/?query=sudo&amp;sektion=8">sudo(8)</a>, fix negation of path-type Defaults entries in a boolean context in <a href="https://man.openbsd.org/?query=sudoers&amp;sektion=5">sudoers(5)</a>.
1.4       millert   148: <li>Add open hashing functions to libc.
1.76    ! tb        149: <li><a href="https://man.openbsd.org/?query=fsck&amp;sektion=8">fsck(8)</a> changes for soft updates support.
        !           150: <li>Extend <a href="https://man.openbsd.org/?query=kqueue&amp;sektion=2">kqueue(2)</a> down to the device layer for better device support.
1.4       millert   151: <li>ncurses-5.2-20010224
1.76    ! tb        152: <li>In the i386 <a href="https://man.openbsd.org/?query=bios&amp;sektion=4&amp;arch=i386">bios(4)</a> driver, add a check for ROMs mapped into memory and setup an extent for each one found.  This fixes a problem with ISA cards using iomem space already claimed by a ROM.
        !           153: <li>Update to <a href="https://man.openbsd.org/?query=sendmail&amp;sektion=8">sendmail(8)</a> 8.11.3 which fixes potential data loss if a machine crashes.
1.4       millert   154: <li>A number of filesystem races and locking problems have been fixed.
1.76    ! tb        155: <li>In <a href="https://man.openbsd.org/?query=ne&amp;sektion=4">ne(4)</a>, add support for a D-Link DFE-650 model with a different vendor ID.
1.4       millert   156: <li>Improved stability with soft updates.
1.76    ! tb        157: <li>WEP support for the <a href="https://man.openbsd.org/?query=an&amp;sektion=4">an(4)</a> Aironet driver.
        !           158: <li>Default SSID in the <a href="https://man.openbsd.org/?query=an&amp;sektion=4">an(4)</a> Aironet driver; now it will connect to any SSID.
1.4       millert   159: <li>Better detection of the VAX VS4000/VLC and MV3100/{3,4}0.
                    160: <li>Improved S3 Savage X11 driver for XFree86 3.3.6.
1.76    ! tb        161: <li>Add <a href="https://man.openbsd.org/?query=mii&amp;sektion=4">mii(4)</a> support to the <a href="https://man.openbsd.org/?query=vr&amp;sektion=4">vr(4)</a> Via Rhine network driver.
        !           162: <li>Add support for the Dlink 530TX+ to the <a href="https://man.openbsd.org/?query=rl&amp;sektion=4">rl(4)</a> RealTek 8129/8139 network driver.
        !           163: <li><font color="#e00000"><strong>SECURITY FIX: for <a href="https://man.openbsd.org/?query=ipsec&amp;sektion=4">ipsec(4)</a>, handle AH packets with IP options more strictly.</strong></font><br>
1.10      pvalchev  164:     <a href="errata28.html#ipsec_ah">A patch is available</a>.<br>
1.28      naddy     165:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.2       aaron     166: <li>In the powerpc port, add edge/level sense detection capability to the interrupt controller.
1.76    ! tb        167: <li>Add <a href="https://man.openbsd.org/?query=uftdi&amp;sektion=4">uftdi(4)</a> driver for the FTDI USB-&gt;Serial converter device.
1.2       aaron     168: <li>Tone down the verbosity levels in many SCSI drivers.
1.74      tb        169: <li><a href="https://www.openssh.com/">OpenSSH</a> 2.5.1 released.<br>
1.28      naddy     170:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        171: <li>Fix DMA memory allocations in <a href="https://man.openbsd.org/?query=twe&amp;sektion=4">twe(4)</a>.
        !           172: <li><font color="#e00000"><strong>SECURITY FIX: update to <a href="https://man.openbsd.org/?query=sudo&amp;sektion=8">sudo</a>-1.6.3p6 which fixes a non-exploitable buffer overflow on very long argv components.</strong></font><br>
1.10      pvalchev  173:     <a href="errata28.html#sudo">A patch is available</a>.<br>
1.28      naddy     174:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        175: <li>Correctly detect Daylight Saving Time changes in <a href="https://man.openbsd.org/?query=cron&amp;sektion=8">cron(8)</a>.
        !           176: <li>Add bash-like double-tab completion support to <a href="https://man.openbsd.org/?query=ksh&amp;sektion=1">ksh(1)</a>.
1.2       aaron     177: <li>Avoid losing RTC after suspend/resume on some laptops.
1.76    ! tb        178: <li>Repair an integer conversion bug in <a href="https://man.openbsd.org/?query=pms&amp;sektion=4">pms(4)</a> which fixes the mouse resolution setting in X.
        !           179: <li>Fix non-TCP protocol mappings in <a href="https://man.openbsd.org/?query=ipnat&amp;sektion=4&amp;manpath=OpenBSD+2.7">ipnat(4)</a>.
        !           180: <li>In <a href="https://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>, encode X509 expirations into KeyNote credientials/policies.
        !           181: <li>In <a href="https://man.openbsd.org/?query=pppoe&amp;sektion=8">pppoe(8)</a>, try every BPF device, not just even-numbered ones.
        !           182: <li>Support -C flag in <a href="https://man.openbsd.org/?query=nm&amp;sektion=1">nm(1)</a>.
        !           183: <li>Update ISC <a href="https://man.openbsd.org/?query=cron&amp;sektion=8">cron(8)</a> to 4.0b1, maintaining our local changes, including signal handling fixes.
        !           184: <li>Rename old mvme68k and mvme88k <a href="https://man.openbsd.org/?query=siop&amp;sektion=4">siop(4)</a> driver to ssh(4) to avoid naming conflicts.
        !           185: <li>Fix an uninitialized variable in <a href="https://man.openbsd.org/?query=wsmouse&amp;sektion=4">wsmouse(4)</a>.
1.2       aaron     186: <li>Some games fixes.
1.76    ! tb        187: <li>Nuke <a href="https://man.openbsd.org/?query=nlist&amp;sektion=3">nlist(3)</a> and kvm(3) usage in <a href="https://man.openbsd.org/?query=top&amp;sektion=1">top(1)</a>.
        !           188: <li>More careful buffer handling in <a href="https://man.openbsd.org/?query=rusers&amp;sektion=1">rusers(1)</a>.
        !           189: <li>Add MII support to the <a href="https://man.openbsd.org/?query=vr&amp;sektion=4">vr(4)</a> driver.
        !           190: <li>Several <a href="https://man.openbsd.org/?query=ip6&amp;sektion=4">IPv6(4)</a> improvements from KAME.
1.74      tb        191: <li><a href="https://www.openssh.com/">OpenSSH</a> 2.5.0 released.<br>
1.28      naddy     192:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.2       aaron     193: <li>Sync many parts of the alpha port with NetBSD.
1.76    ! tb        194: <li>Fix 64-bit issues with the <a href="https://man.openbsd.org/?query=ip6&amp;sektion=4">IPv6(4)</a> multicast API.
1.2       aaron     195: <li>Rewrite libwrap RFC931 support to avoid stdio issues with sockets.
                    196: <li>Many man page fixes.
1.76    ! tb        197: <li>Pull in latest <a href="https://man.openbsd.org/?query=faithd&amp;sektion=8">faithd(8)</a> daemon from KAME.
        !           198: <li>In <a href="https://man.openbsd.org/?query=tcpdump&amp;sektion=8">tcpdump(8)</a>, deobfuscate some IP protocols and improve <a href="https://man.openbsd.org/?query=ipsec&amp;sektion=4">IPsec(4)</a> tunnelmode printing.
        !           199: <li>Set the offset for SCSI chain B properly in the VAX <a href="https://man.openbsd.org/?query=ncr&amp;sektion=4">ncr(4)</a> driver.
1.8       angelos   200: <li>Import XFree86 4.0.3.
1.76    ! tb        201: <li>Long username fixes to <a href="https://man.openbsd.org/?query=lpd&amp;sektion=8">lpd(8)</a> and <a href="https://man.openbsd.org/?query=lprm&amp;sektion=1">lprm(1)</a>.
        !           202: <li>Convert the powerpc port to <a href="https://man.openbsd.org/?query=uvm&amp;sektion=9">UVM(9)</a>.
        !           203: <li>Import <a href="https://man.openbsd.org/?query=siop&amp;sektion=4">siop(4)</a>, a replacement for the <a href="https://man.openbsd.org/?query=ncr&amp;sektion=4">ncr(4)</a> SCSI driver.
1.1       deraadt   204: <li>Support more NE2000 PCMCIA devices.
                    205: <li>Avoid passing shared mbufs around the kernel to prevent accidental overwrites.
1.76    ! tb        206: <li>Add <a href="https://man.openbsd.org/?query=pcscp&amp;sektion=4">pcscp(4)</a>, a driver which supports AMD Am53c974 SCSI controllers.
        !           207: <li>Modify <a href="https://man.openbsd.org/?query=sliplogin&amp;sektion=8">sliplogin(8)</a> to handle long usernames.
        !           208: <li>Allow X to work without <a href="https://man.openbsd.org/?query=pcvt&amp;sektion=4&amp;manpath=OpenBSD+2.7&amp;arch=i386">pcvt(4)</a>.
        !           209: <li>Fix an authorizer removal problem in <a href="https://man.openbsd.org/?query=keynote&amp;sektion=3">keynote(3)</a>.
1.1       deraadt   210: <li>Deactivate function pointers upon interface detach to avoid crashes.
                    211: <li>Deal with the real time clock losing interrupts on i386.
                    212: <li>Bump maxusers to 32 in the alpha port.
1.76    ! tb        213: <li>Avoid a theoretical buffer overflow in <a href="https://man.openbsd.org/?query=getpwent&amp;sektion=3">getpwent(3)</a>.
        !           214: <li>Fix an uninitialized variable in <a href="https://man.openbsd.org/?query=bsd.port.mk&amp;sektion=5">bsd.port.mk(5)</a>.
        !           215: <li>Disregard ospeed in <a href="https://man.openbsd.org/?query=tetris&amp;sektion=6">tetris(6)</a>.
        !           216: <li>Modify <a href="https://man.openbsd.org/?query=wall&amp;sektion=1">wall(1)</a> to handle long usernames.
        !           217: <li>Many <a href="https://man.openbsd.org/?query=isp&amp;sektion=4">isp(4)</a> SCSI driver improvements and updates.
        !           218: <li>Fix goto-line 0 case in <a href="https://man.openbsd.org/?query=mg&amp;sektion=1">mg(1)</a>.
        !           219: <li>Fix PermitRootLogin option in <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
        !           220: <li>In <a href="https://man.openbsd.org/?query=brconfig&amp;sektion=8">brconfig(8)</a>, skip empty lines in the rulefile.
1.1       deraadt   221: <li>Fix HTTP installs, which were broken for quite awhile.
                    222: <li>Repair statclock on mvme88k.
                    223: <li>Ensure softupdates is enabled before performing softupdates-specific operations.
1.76    ! tb        224: <li>Define a <a href="https://man.openbsd.org/?query=sendmail&amp;sektion=8">sendmail(8)</a> variable to workaround broken name servers.
        !           225: <li>Allow up to 12 virtual terminals in <a href="https://man.openbsd.org/?query=wscons&amp;sektion=4">wscons(4)</a>.
1.1       deraadt   226: <li>Correct VAX signal handling.
                    227: <li>Cleanup MAC support in SSH2.
                    228: <li>Support attachment of Cheetah devices to vsbus as well as ibus in the VAX port.
1.76    ! tb        229: <li>Disable a bogus file check in <a href="https://man.openbsd.org/?query=cvs&amp;sektion=1">cvs(1)</a> to ease the pain of having replicated repositories.
        !           230: <li>Ensure $RSH is set in the <a href="https://man.openbsd.org/?query=rcmd&amp;sektion=3">rcmd(3)</a> functions.
        !           231: <li>String table fixes to <a href="https://man.openbsd.org/?query=ddb&amp;sektion=4">ddb(4)</a> and <a href="https://man.openbsd.org/?query=modload&amp;sektion=8">modload(8)</a>.
        !           232: <li>Update <a href="https://man.openbsd.org/?query=wscons&amp;sektion=4">wscons(4)</a> code.
        !           233: <li>Pull in fixes for potential buffer overflows in <a href="https://man.openbsd.org/?query=xdm&amp;sektion=1">xdm(1)</a>.
        !           234: <li>Compatibility fixes to <a href="https://man.openbsd.org/?query=tar&amp;sektion=1">tar(1)</a>.
1.74      tb        235: <li>Many <a href="https://www.openssh.com/">OpenSSH</a> cleanups and improvements.
1.76    ! tb        236: <li>New ELF symbol handling in <a href="https://man.openbsd.org/?query=ddb&amp;sektion=4">ddb(4)</a>.
        !           237: <li>Enable <a href="https://man.openbsd.org/?query=wscons&amp;sektion=4">wscons</a> support in XFree86.
        !           238: <li>Modify PCI power state for <a href="https://man.openbsd.org/?query=clct&amp;sektion=4">clct(4)</a> devices so they work after warm reboots.
        !           239: <li>Repair BPF support in <a href="https://man.openbsd.org/?query=gre&amp;sektion=4">gre(4)</a>.
        !           240: <li>Fix an uninitialized variable in <a href="https://man.openbsd.org/?query=wsdisplay&amp;sektion=4">wsdisplay(4)</a>.
        !           241: <li>Fix file attribute passing in <a href="https://man.openbsd.org/?query=sftp-server&amp;sektion=8">sftp-server(8)</a>.
        !           242: <li>Correct a memory usage error in <a href="https://man.openbsd.org/?query=ssh-keyscan&amp;sektion=1">ssh-keyscan(1)</a>.
1.1       deraadt   243: <li>Add support to the powerpc for loading the bootloader and kernel from an HFS filesystem.
1.76    ! tb        244: <li>Better failure handling in <a href="https://man.openbsd.org/?query=vr&amp;sektion=4">vr(4)</a>.
        !           245: <li>Add support to <a href="https://man.openbsd.org/?query=dc&amp;sektion=4">dc(4)</a> for parsing media blocks from Intel 21143 SROMs.
1.1       deraadt   246: <li>Strengthen SSH1 to make traffic analysis more difficult.
1.76    ! tb        247: <li>Updates to <a href="https://man.openbsd.org/?query=services&amp;sektion=5">/etc/services</a> from IANA.
        !           248: <li>In <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>, enforce non-batch_mode if StrictHostKeyChecking is set to &quot;ask&quot;.
1.1       deraadt   249: <li>Backport a buffer overflow fix from XFree86 4.0.2 to in-tree XFree 3.3.6.
1.74      tb        250: <li>Stricter prototypes, type fixes, and other cleanups in <a href="https://www.openssh.com/">OpenSSH</a>.
1.76    ! tb        251: <li>Switch <a href="https://man.openbsd.org/?query=ip6&amp;sektion=4">IPv6</a> raw socket code from NRL to KAME.
1.1       deraadt   252: <li>Stricter checking in SSH2.
1.74      tb        253: <li><a href="https://www.openssh.com/">OpenSSH</a> 2.3.2 released.<br>
1.28      naddy     254:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        255: <li>Implement an upper limit for <a href="https://man.openbsd.org/?query=icmp6&amp;sektion=4">icmp6(4)</a> redirects.
        !           256: <li>Fix <a href="https://man.openbsd.org/?query=rwhod&amp;sektion=8">rwhod(8)</a> to work, and make debug code a flag option.
        !           257: <li>Mark our tree such that we use <a href="https://man.openbsd.org/?query=wscons&amp;sektion=4">wscons(4)</a> as if it is vt220, instead of vt100.
        !           258: <li>In <a href="https://man.openbsd.org/?query=wscons&amp;sektion=4">wscons(4)</a>, when scrolled back, if a new key is pressed, reset us to our previous location, as <a href="https://man.openbsd.org/?query=pcvt&amp;sektion=4&amp;manpath=OpenBSD+2.7&amp;arch=i386">pcvt(4)</a> used to do.
        !           259: <li>Permit <a href="https://man.openbsd.org/?query=sftp&amp;sektion=1">sftp(1)</a> over SSH1 protocol.
        !           260: <li>In <a href="https://man.openbsd.org/?query=sftp&amp;sektion=1">sftp(1)</a>, do not forward agent or X11 traffic.
        !           261: <li>In <a href="https://man.openbsd.org/?query=tar&amp;sektion=1">tar(1)</a>, fix -T option and add support for -C option
        !           262: <li>Honor TMPDIR variable in <a href="https://man.openbsd.org/?query=tar&amp;sektion=1">tar(1)</a>, <a href="https://man.openbsd.org/?query=cpio&amp;sektion=1">cpio(1)</a>, and <a href="https://man.openbsd.org/?query=pax&amp;sektion=1">pax(1)</a>.
        !           263: <li><a href="https://man.openbsd.org/?query=perl&amp;sektion=1">perl(1)</a> patch CHANGE6214.
        !           264: <li>New <a href="https://man.openbsd.org/?query=route6d&amp;sektion=8">route6d(8)</a>.
        !           265: <li>Numerous more changes to <a href="https://man.openbsd.org/?query=sftp-server&amp;sektion=8">sftp-server(8)</a> and <a href="https://man.openbsd.org/?query=sftp&amp;sektion=1">sftp(1)</a>.
        !           266: <li>Changes to <a href="https://man.openbsd.org/?query=accept&amp;sektion=2">accept(2)</a> to permit return of ECONNABORTED.
        !           267: <li>Quieten <a href="https://man.openbsd.org/?query=ip6&amp;sektion=4">IPv6</a> DN message reporting by default.
        !           268: <li>Improve xmalloc() and friends in <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> code..
1.1       deraadt   269: <li>Remove dead architecture support from the tree.
1.76    ! tb        270: <li>Remove support for #! from <a href="https://man.openbsd.org/?query=syslogd&amp;sektion=8">syslogd(8)</a>.
        !           271: <li><a href="https://man.openbsd.org/?query=cac&amp;sektion=4">cac(4)</a> driver to support Compaq Smart ARRAY RAID controllers.
        !           272: <li>Ignore blank lines in <a href="https://man.openbsd.org/?query=hostname.if&amp;sektion=5">hostname.if(5)</a> files.
        !           273: <li>In <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>, add -1 option to force protocol 1.
        !           274: <li>Enable <a href="https://man.openbsd.org/?query=sftp-server&amp;sektion=8">sftp-server(8)</a> by default.
        !           275: <li>Numerous bug fixes to <a href="https://man.openbsd.org/?query=sftp-server&amp;sektion=8">sftp-server(8)</a> and <a href="https://man.openbsd.org/?query=sftp&amp;sektion=1">sftp(1)</a>.
1.1       deraadt   276: <li>Make scsi work on the vaxstation 4000/90.
1.76    ! tb        277: <li>Same for <a href="https://man.openbsd.org/?query=tun&amp;sektion=4">tun(4)</a>, <a href="https://man.openbsd.org/?query=gif&amp;sektion=4">gif(4)</a>, and others..
        !           278: <li>Change <a href="https://man.openbsd.org/?query=lo&amp;sektion=4">lo(4)</a> initialization code so that boot -c pseudo-device editing code can affect it in the expected fashion.
        !           279: <li>If kernel has <a href="https://man.openbsd.org/?query=ddb&amp;sektion=4">ddb(4)</a> support, add a ddb sub-command inside boot -c.
1.1       deraadt   280: <li>Teach the bridge to deal with ARP alignment in the presence of numerous previous layers...
1.76    ! tb        281: <li>EtherIP support in <a href="https://man.openbsd.org/?query=tcpdump&amp;sektion=8">tcpdump(8)</a>.
        !           282: <li>Fix a bug introduced a few weeks ago in <a href="https://man.openbsd.org/?query=yppush&amp;sektion=8">yppush(8)</a>.
1.1       deraadt   283: <li>A bit of a trawl through the source tree to please the alpha, since various problems occur in the absence of perfect weak symbols.
                    284: <li>libc_r works on the alpha now.
1.76    ! tb        285: <li>Many new fixes to <a href="https://man.openbsd.org/?query=sort&amp;sektion=1">sort(1)</a>.
1.1       deraadt   286: <li>Teach config -e and boot -c about pseudo-devices.
1.76    ! tb        287: <li>Fix <a href="https://man.openbsd.org/?query=perl&amp;sektion=1">perl(1)</a> h2ph scripts.
        !           288: <li>More <a href="https://man.openbsd.org/?query=bridge&amp;sektion=4">bridge(4)</a> fixes for unicast learning.
        !           289: <li>Add <a href="https://man.openbsd.org/?query=sftp&amp;sektion=1">sftp(1)</a> client.
        !           290: <li>Fix an off-by-{1,2,4} error in i386_space_copy().  <a href="https://man.openbsd.org/?query=wscons&amp;sektion=4">wscons(4)</a> now works perfectly.
        !           291: <li>More fixes to <a href="https://man.openbsd.org/?query=rtadvd&amp;sektion=8">rtadvd(8)</a>.
        !           292: <li>Fix bugs in <a href="https://man.openbsd.org/?query=atc&amp;sektion=6">atc(6)</a>, <a href="https://man.openbsd.org/?query=snake&amp;sektion=6">snake(6)</a>, <a href="https://man.openbsd.org/?query=battlestar&amp;sektion=6">battlestar(6)</a>, <a href="https://man.openbsd.org/?query=phantasia&amp;sektion=6">phantasia(6)</a>, and <a href="https://man.openbsd.org/?query=adventure&amp;sektion=6">adventure(6)</a>.
1.1       deraadt   293: <li>Enable scrollback from USB keyboards.
1.76    ! tb        294: <li>Numerous improvements in <a href="https://man.openbsd.org/?query=ppp&amp;sektion=8">ppp(8)</a>.
        !           295: <li>At ELF <a href="https://man.openbsd.org/?query=execve&amp;sektion=2">execve(2)</a> time, check for the OpenBSD note first, so that native binaries run best.
1.1       deraadt   296: <li>Attempt to share crtbegin/crtend in ELF csu, including an OS note.
1.76    ! tb        297: <li>Change powerpc <a href="https://man.openbsd.org/?query=ld.so&amp;sektion=1">ld.so(1)</a> so all architectures use DT_INIT for ctors/init.
1.1       deraadt   298: <li>Fix overlapping bus space copy operations on i386.
                    299: <li>Move EtherIP to version 3 (2 byte padded header).
1.76    ! tb        300: <li>Art does battle with <a href="https://man.openbsd.org/?query=ksyms&amp;sektion=4">ksyms(4)</a>, gets wounded, but eventually wins.
        !           301: <li>In <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>, <a href="https://man.openbsd.org/?query=otp-rmd160&amp;sektion=1">S/Key</a> is now called ChallengeResponse.
1.1       deraadt   302: <li>Make ReverseMappingCheck optional in sshd_config.
                    303: <li>Mickey the madman goes on a new timeout crawl through pci and isa drivers.
1.76    ! tb        304: <li>Fix <a href="https://man.openbsd.org/?query=nlist&amp;sektion=3">nlist(3)</a> emulation for cases where the ELF header does not exist; permits <a href="https://man.openbsd.org/?query=ksyms&amp;sektion=4">/dev/ksyms</a> to work on ELF machines.
        !           305: <li>Emulate some new freebsd <a href="https://man.openbsd.org/?query=signal&amp;sektion=2">signal(2)</a> related things in <a href="https://man.openbsd.org/?query=compat_freebsd&amp;sektion=8">compat_freebsd(8)</a>.
        !           306: <li>In <a href="https://man.openbsd.org/?query=ip6&amp;sektion=4">IPv6</a>, avoid panic when packet to nonexistent link-local address is issued.
        !           307: <li><a href="https://man.openbsd.org/?query=xl&amp;sektion=4">xl(4)</a> no longer needs to whine about tx underruns.
        !           308: <li>Fix ELF support for <a href="https://man.openbsd.org/?query=compat_freebsd&amp;sektion=8">compat_freebsd(8)</a>.
        !           309: <li>Catch the alpha up to <a href="https://man.openbsd.org/?query=wscons&amp;sektion=4">wscons(4)</a> changes.
        !           310: <li>Fix <a href="https://man.openbsd.org/?query=wscons&amp;sektion=4">wscons(4)</a> <a href="https://man.openbsd.org/?query=wsmux&amp;sektion=4">wsmux(4)</a> attachment.
1.1       deraadt   311: <li>Support mvme188 card in mvme88k port.
1.76    ! tb        312: <li>If a <a href="https://man.openbsd.org/?query=pccbb&amp;sektion=4">pccbb(4)</a> bridge does not have the right voltages, assume it is dead.  Permits single connector adapters to work.
        !           313: <li>Fix some bugs in the <a href="https://man.openbsd.org/?query=bridge&amp;sektion=4">bridge(4)</a>, especially regarding <a href="https://man.openbsd.org/?query=gif&amp;sektion=4">gif(4)</a>.
        !           314: <li><font color="#e00000"><strong>IMPLEMENTATION FIX: fix memory allocation in the PCI LANCE ethernet driver, <a href="https://man.openbsd.org/?query=le&amp;sektion=4&amp;arch=i386">le(4)</a>.</strong></font><br>
1.10      pvalchev  315:     <a href="errata28.html#lepci">A patch is available</a>.<br>
1.28      naddy     316:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        317: <li>In <a href="https://man.openbsd.org/?query=config&amp;sektion=8">config(8)</a> -e and -u, do not write out a new kernel if nothing changed.
        !           318: <li>Numerous fat <a href="https://man.openbsd.org/?query=utmp&amp;sektion=5">utmp(5)</a> changes to utilities.
        !           319: <li>Move <a href="https://man.openbsd.org/?query=utmp&amp;sektion=5">utmp(5)</a> to large format.
        !           320: <li>Fix some incorrect return values for <a href="https://man.openbsd.org/?query=mmap&amp;sektion=2">mmap(2)</a> functions.<br>
1.28      naddy     321:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        322: <li>Make <a href="https://man.openbsd.org/?query=top&amp;sektion=1">top(1)</a> not setgid.
1.1       deraadt   323: <li>Update X11 to support the new i386 changes.
1.76    ! tb        324: <li>Configure <a href="https://man.openbsd.org/?query=wscons&amp;sektion=4">wscons(4)</a> defaults to be what our users expect.
        !           325: <li><a href="https://man.openbsd.org/?query=moused&amp;sektion=8&amp;arch=i386">moused(8)</a> is dead for now.
        !           326: <li>Enable <a href="https://man.openbsd.org/?query=uhci&amp;sektion=4">uhci(4)</a> and <a href="https://man.openbsd.org/?query=ohci&amp;sektion=4">ohci(4)</a> devices by default in GENERIC.
        !           327: <li>Range-check invalid .max fields in <a href="https://man.openbsd.org/?query=inetd&amp;sektion=8">inetd(8)</a>.
        !           328: <li>Various post-merge <a href="https://man.openbsd.org/?query=ipf&amp;sektion=8&amp;manpath=OpenBSD+2.7">ipf(8)</a> fixes.  Some previous fixes got removed and had to be put back in.
1.1       deraadt   329: <li>In ATAPI code, ignore PIOMODE errors.
                    330: <li>On many architectures, change console name to ttyC? instead of ttyE?.
1.76    ! tb        331: <li>Add -U option to ELF <a href="https://man.openbsd.org/?query=ldconfig&amp;sektion=8">ldconfig(8)</a>.
        !           332: <li>Move i386 to <a href="https://man.openbsd.org/?query=wscons&amp;sektion=4">wscons(4)</a>.
1.1       deraadt   333: <li>Re-org the alpha boot floppies.
                    334: <li>More improvements against the Bleichenbacher pkcs#1 attack.
1.76    ! tb        335: <li>Fix more select overflow issues in <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
1.1       deraadt   336: <li>gcc 2.95.3, test 2.
1.76    ! tb        337: <li><a href="https://man.openbsd.org/?query=ises&amp;sektion=4">ises(4)</a>, start of a driver for the Pijnenburg PCC-ISES crypto chip.  Does random entropy insertion.
1.1       deraadt   338: <li>Permit many compat system calls to match to the same native call (was not permitted before).
                    339: <li>A bunch of people are doing a kernel trawl to update drivers to new timeouts.
                    340: <li>Support boot -c on the sparc.
                    341: <li>Fix an early timeout bug in wdc/ata support, which caused problems with atapi tape drives.
                    342: <li>Niklas runs through the tree doing commits in an attempt to keep up with Todd's much higher commit count.
1.76    ! tb        343: <li>Receive random numbers from <a href="https://man.openbsd.org/?query=ubsec&amp;sektion=4">ubsec(4)</a> cards.
1.1       deraadt   344: <li>Make wdc mode printing more portable, so that the powerpc can use it too.
1.76    ! tb        345: <li><a href="https://man.openbsd.org/?query=adb&amp;sektion=4">adb(4)</a> drivers in powerpc port.
        !           346: <li>New <a href="https://man.openbsd.org/?query=upl&amp;sektion=4">upl(4)</a> driver for Prolific PL2301/PL2302 USB host-to-host driver.  This acts like a network device.
        !           347: <li>Remove -Q flag from <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>.
1.1       deraadt   348: <li>Change audio-driver interface so drivers can supply a minimum delta for mixer value changes.
                    349: <li><a
1.76    ! tb        350: href="https://man.openbsd.org/?query=usb&amp;sektion=4">USB</a> sync.
        !           351: <li><font color="#e00000"><strong>SECURITY FIX: fix some buffer overflows in <a href="https://man.openbsd.org/?query=named&amp;sektion=8">named(8)</a>.</strong></font><br>
1.10      pvalchev  352:     <a href="errata28.html#named">A patch is available</a>.<br>
1.28      naddy     353:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt   354: <li>Support Cheetah vaxes.
1.76    ! tb        355: <li>Improve <a href="https://man.openbsd.org/?query=MAKEDEV&amp;sektion=8">MAKEDEV(8)</a> manual pages on many architectures.
        !           356: <li>Cause <a href="https://man.openbsd.org/?query=pcibios&amp;sektion=4">pcibios(4)</a> to route interrupts via the pci router at the time interrupts are established for each driver, not before.
        !           357: <li>Optimize pcidevs, <a href="https://man.openbsd.org/?query=usbdevs&amp;sektion=8">usbdevs(8)</a>, and other tables in the kernel.
        !           358: <li>Both <a href="https://man.openbsd.org/?query=wi&amp;sektion=4">wi(4)</a> and <a href="https://man.openbsd.org/?query=awi&amp;sektion=4">awi(4)</a> now support more models of cards.
        !           359: <li><a href="https://man.openbsd.org/?query=skey&amp;sektion=1">skey(1)</a> SHA1 is supposed to be little endian.
        !           360: <li>Improve <a href="https://man.openbsd.org/?query=ping6&amp;sektion=8">ping6(8)</a> signal handling further.
        !           361: <li>Merge <a href="https://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> in.  It is no longer separate.
        !           362: <li>Many <a href="https://man.openbsd.org/?query=ppp&amp;sektion=8">ppp(8)</a> improvements.
1.1       deraadt   363: <li>Handle binary data in install floppy dmesg.
1.76    ! tb        364: <li>Improve ELF handling of <a href="https://man.openbsd.org/?query=nlist&amp;sektion=3">nlist(3)</a>.
1.1       deraadt   365: <li>Print CPU speed in GHz if it is that fast.
1.36      david     366: <li>Detect Transmeta CPUs.
1.1       deraadt   367: <li>On powerpc, ensure that signal delivery fills in rval[1]; at least pthread was affected.
                    368: <li>Move powerpc to MACHINE_NEW_NONCONTIG.
1.76    ! tb        369: <li>In <a href="https://man.openbsd.org/?query=mg&amp;sektion=1">mg(1)</a>, do not use <a href="https://man.openbsd.org/?query=rename&amp;sektion=2">rename(2)</a> on the ~ file; make a new copy so that <a href="https://man.openbsd.org/?query=vipw&amp;sektion=8">vipw(8)</a> and <a href="https://man.openbsd.org/?query=crontab&amp;sektion=1">crontab(1)</a> do the right thing.
1.1       deraadt   370: <li>Tweak alpha so it sends SIGBUS for unaligned access, and does NOT do a fixup.  This encourages people to fix their code.
                    371: <li>KGDB support for the i386.
                    372: <li>Pack alpha definition of infinity properly, other architectures too.
1.36      david     373: <li>Recognize Intel P4 CPU.
1.1       deraadt   374: <li>Various space optimizations for alpha boot floppies.
                    375: <li>Fix CF wdc, which was broken for a while.
1.76    ! tb        376: <li>Add "enable" keyword in <a href="https://man.openbsd.org/?query=config&amp;sektion=8">config(8)</a> files.
1.1       deraadt   377: <li>Merge and simplify emulation directory handling code.
1.76    ! tb        378: <li>Support Initio INI-91xx cards via new <a href="https://man.openbsd.org/?query=iha&amp;sektion=4">iha(4)</a> driver.
        !           379: <li>In <a href="https://man.openbsd.org/?query=accept&amp;sektion=2">accept(2)</a>, when peer disconnects before accept is issued, do not return junk in mbuf by setting length to 0.
1.1       deraadt   380: <li>Support Hardware RNG on i850 and i860 hubs.
1.76    ! tb        381: <li>Fix <a href="https://man.openbsd.org/?query=sysctl&amp;sektion=3">sysctl(3)</a> so that you can clear a string with it.
        !           382: <li>In <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>, rename "skey" to "challenge response", since this mechanism is now more flexible.
1.1       deraadt   383: <li>Reduce how long we wait for scsi devices to come ready; 50 seconds is enough.
1.76    ! tb        384: <li><a href="https://man.openbsd.org/?query=pcvt&amp;sektion=4&amp;manpath=OpenBSD+2.7&amp;arch=i386">pcvt(4)</a> keyboard LED update lockup patch.
1.1       deraadt   385: <li>ncurses-5.2-20010114
1.76    ! tb        386: <li>Fix many more <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> memory leaks.
        !           387: <li>Fix memory leak in <a href="https://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
        !           388: <li>In <a href="https://man.openbsd.org/?query=timed&amp;sektion=8">timed(8)</a>, do not accept packets with an unterminated hostname.<br>
1.28      naddy     389:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt   390: <li>Alias map bios rom at both real address and it's own zero-relative address, because bios roms contain bugs.
1.76    ! tb        391: <li>In <a href="https://man.openbsd.org/?query=rtadvd&amp;sektion=8">rtadvd(8)</a>, sync router renumbering flag bit to conform to 2292bis-02 and RR RFC.
        !           392: <li>Get rid of -R flag in <a href="https://man.openbsd.org/?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>.
        !           393: <li>Avoid memory leak in <a href="https://man.openbsd.org/?query=ndp&amp;sektion=8">ndp(8)</a>.
        !           394: <li>Establish <a href="https://man.openbsd.org/?query=pccbb&amp;sektion=4">pccbb(4)</a>, <a href="https://man.openbsd.org/?query=ohci&amp;sektion=4">ohci(4)</a>, and <a href="https://man.openbsd.org/?query=uhci&amp;sektion=4">uhci(4)</a> interrupt handler much earlier, because of coming <a href="https://man.openbsd.org/?query=pcibios&amp;sektion=4">pcibios(4)</a> changes.
        !           395: <li>Numerous small fixes to <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> and friends.
        !           396: <li>In <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>, fix SIGSEGV for -o "".
1.1       deraadt   397: <li>On i386, validate gate targets.
                    398: <li>The easy delete key always returns ^?, while the more difficult one returns ^H.
                    399: <li>Incorporate a set of post-4.4BSD changes to the kernel routing code.
                    400: <li>Support more than 256MB of ram on powerpc.
                    401: <li>Be more careful with assuming with VIA chips can handle U66.
1.76    ! tb        402: <li>Document better how code using <a href="https://man.openbsd.org/?query=sigblock&amp;sektion=3">sigblock(3)</a> and <a href="https://man.openbsd.org/?query=sigsetmask&amp;sektion=3">sigsetmask(3)</a> would be converted to use <a href="https://man.openbsd.org/?query=sigprocmask&amp;sektion=2">sigprocmask(2)</a>.
        !           403: <li>Get <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> ready for auth-login.
        !           404: <li>In <a href="https://man.openbsd.org/?query=ifconfig&amp;sektion=8">ifconfig(8)</a>, permit prefixlen to work against ipv4 addresses.
        !           405: <li>Change <a href="https://man.openbsd.org/?query=savecore&amp;sektion=8">savecore(8)</a> to deal with machines dumping 1GB or more..
1.1       deraadt   406: <li>Attempt to deal with inverted signal races in terminal handlers better, throughout the source tree -- ie. main code is deep inside stdio, signal handler calls exit().
1.76    ! tb        407: <li>Document rules that apply to signal handlers in <a href="https://man.openbsd.org/?query=signal&amp;sektion=3">signal(3)</a> and <a href="https://man.openbsd.org/?query=sigaction&amp;sektion=2">sigaction(2)</a>.
1.1       deraadt   408: <li>ipf 3.4.15
1.76    ! tb        409: <li>Fix a <a href="https://man.openbsd.org/?query=vi&amp;sektion=1">vi(1)</a> crash.
        !           410: <li><font color="#e00000"><strong>SECURITY FIX: The <a href="https://man.openbsd.org/?query=random&amp;sektion=4">rnd(4)</a> device does not use all of its input when data is written to it.</strong></font><br>
1.10      pvalchev  411:     <a href="errata28.html#rnd">A patch is available</a>.<br>
1.28      naddy     412:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        413: <li>Fix C sequence point issues in <a href="https://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)</a>, <a href="https://man.openbsd.org/?query=monop&amp;sektion=6">monop(6)</a>, <a href="https://man.openbsd.org/?query=tail&amp;sektion=1">tail(1)</a>, and <a href="https://man.openbsd.org/?query=rbootd&amp;sektion=8">rbootd(8)</a>.
        !           414: <li>Fix previous <a href="https://man.openbsd.org/?query=inetd&amp;sektion=8">inetd(8)</a> fix.
        !           415: <li>Fix signal handler race in <a href="https://man.openbsd.org/?query=apmd&amp;sektion=8">apmd(8)</a>, <a href="https://man.openbsd.org/?query=bootpd&amp;sektion=8">bootpd(8)</a>, <a href="https://man.openbsd.org/?query=syslogd&amp;sektion=8">syslogd(8)</a>.
        !           416: <li>Constrain <a href="https://man.openbsd.org/?query=isp&amp;sektion=4">isp(4)</a> openings to 128, since the vendor code lies, cheats, steals, and makes us cry.
        !           417: <li>Fully support SSH2 RSA keys in <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>.
1.1       deraadt   418: <li>Change alpha bootblocks to ELF.
1.76    ! tb        419: <li>Fix fd_set overflows and signal races in <a href="https://man.openbsd.org/?query=pppoe&amp;sektion=1">pppoe(1)</a>.
1.1       deraadt   420: <li>Important pthread fix.
1.76    ! tb        421: <li>Large block of documentation and functionality changes to <a href="https://man.openbsd.org/?query=mail&amp;sektion=1">mail(1)</a>.
        !           422: <li>fd_set overflow fix to <a href="https://man.openbsd.org/?query=routed&amp;sektion=8">routed(8)</a>.
        !           423: <li>Signal handler fix to <a href="https://man.openbsd.org/?query=newfs&amp;sektion=1">newfs(1)</a>.
        !           424: <li>Cleanup various signal races and buffer overflows in <a href="https://man.openbsd.org/?query=ed&amp;sektion=1">ed(1)</a>.
        !           425: <li>Fix signal race in <a href="https://man.openbsd.org/?query=mountd&amp;sektion=8">mountd(8)</a> by writing our own svc_run() routine.
        !           426: <li>Fix uninitialized variable bug in <a href="https://man.openbsd.org/?query=config&amp;sektion=8">config(8)</a> UKC code that ignored first command sometimes.
        !           427: <li>Various changes ensure that all known <a href="https://man.openbsd.org/?query=le&amp;sektion=4">le(4)</a> cards now work on sun4, sun4c, and sun4m machines.
1.1       deraadt   428: <li>Tweak subr_extent code with respect to boundary cases.
1.76    ! tb        429: <li><a href="https://man.openbsd.org/?query=sftp-server&amp;sektion=8">sftp-server(8)</a> draft came out; convert our <a href="https://man.openbsd.org/?query=sftp-server&amp;sektion=8">sftp-server(8)</a> to be compliant.
1.1       deraadt   430: <li>sendmail 8.11.2
1.76    ! tb        431: <li>Signal race fixes to <a href="https://man.openbsd.org/?query=fsck_ffs&amp;sektion=8">fsck_ffs(8)</a>, <a href="https://man.openbsd.org/?query=rcp&amp;sektion=1">rcp(1)</a>, <a href="https://man.openbsd.org/?query=slattach&amp;sektion=8">slattach(8)</a>, <a href="https://man.openbsd.org/?query=shutdown&amp;sektion=8">shutdown(8)</a>.
1.1       deraadt   432: <li>Change asm and volatile to __asm__ and __volatile__ in any file which might be compiled using -ansi -pedantic or similar.
1.76    ! tb        433: <li>Some signal handler cleanup in <a href="https://man.openbsd.org/?query=rcp&amp;sektion=1">rcp(1)</a>.
        !           434: <li>Cleanup timeout code in <a href="https://man.openbsd.org/?query=adw&amp;sektion=4">adw(4)</a>.
1.1       deraadt   435: <li>Numerous alpha catchups.
1.76    ! tb        436: <li>New <a href="https://man.openbsd.org/?query=rtadvd&amp;sektion=8">rtadvd(8)</a> code.
        !           437: <li>Compute UDP checksum in <a href="https://man.openbsd.org/?query=dhcpd&amp;sektion=8">dhcpd(8)</a>.
        !           438: <li>Move mvme88k to <a href="https://man.openbsd.org/?query=uvm&amp;sektion=9">UVM(9)</a>.
        !           439: <li><a href="https://man.openbsd.org/?query=clct&amp;sektion=4">clct(4)</a> driver for Cirrus Logic CS4281 sound chips.
        !           440: <li>Support {Allow,Deny}Groups in <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>.
        !           441: <li><a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> SSH2 protocol support for keepalives, IPTOS_LOWDELAY, TCP_NODELAY, and IPTOS_THROUGHPUT.
        !           442: <li>Add <a href="https://man.openbsd.org/?query=kerberos&amp;sektion=1">kerberos(1)</a> password handling in <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> for kerberosIV.
        !           443: <li>More memory leak fixes to <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> and <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
        !           444: <li>Tweak <a href="https://man.openbsd.org/?query=strlcat&amp;sektion=3">strlcat(3)</a> to not crash for a certain "illegal pointers, length 0" situation.
        !           445: <li>Clarify <a href="https://man.openbsd.org/?query=setjmp&amp;sektion=3">setjmp(3)</a> variants in the manual pages.
        !           446: <li>Correct fd_set and signals in <a href="https://man.openbsd.org/?query=ping6&amp;sektion=8">ping6(8)</a>.
        !           447: <li>Un-race three signal handlers, and fix select overflows in <a href="https://man.openbsd.org/?query=inetd&amp;sektion=8">inetd(8)</a>.
        !           448: <li>Fix signal race in <a href="https://man.openbsd.org/?query=route6d&amp;sektion=8">route6d(8)</a>.
1.1       deraadt   449: <li>Move mvme88k to MACHINE_NEW_NONCONTIG.
1.76    ! tb        450: <li>Fix signal races in <a href="https://man.openbsd.org/?query=rwhod&amp;sektion=8">rwhod(8)</a>.
        !           451: <li>Fix fd_set overflow in <a href="https://man.openbsd.org/?query=yppush&amp;sektion=8">yppush(8)</a>.
        !           452: <li>Fix closedown stub generated and hand-whacked by <a href="https://man.openbsd.org/?query=rpcgen&amp;sektion=1">rpcgen(1)</a> in <a href="https://man.openbsd.org/?query=ypserv&amp;sektion=8">ypserv(8)</a>.
        !           453: <li>Audio driver for most ESS <a href="https://man.openbsd.org/?query=maestro&amp;sektion=8">maestro(8)</a> models.
        !           454: <li>Signal race repairs in <a href="https://man.openbsd.org/?query=talkd&amp;sektion=8">talkd(8)</a> and <a href="https://man.openbsd.org/?query=comsat&amp;sektion=8">comsat(8)</a>.
        !           455: <li>Fix select overflow in <a href="https://man.openbsd.org/?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>.
        !           456: <li>Fix <a href="https://man.openbsd.org/?query=rpcgen&amp;sektion=1">rpcgen(1)</a> to deal with large fd_set.
1.1       deraadt   457: <li>Document various signal races in the source tree which are very difficult to fix, or which turn out to be safe even if they look flawed.
1.76    ! tb        458: <li>Rename <a href="https://man.openbsd.org/?query=ich&amp;sektion=4">ich(4)</a> to <a href="https://man.openbsd.org/?query=auich&amp;sektion=4">auich(4)</a>.
        !           459: <li>Cleanup the <a href="https://man.openbsd.org/?query=sftp-server&amp;sektion=8">sftp-server(8)</a> implementation.
        !           460: <li>Support !command feature in <a href="https://man.openbsd.org/?query=bridgename.if&amp;sektion=5">bridgename.if(5)</a> files as well.
        !           461: <li>Numerous other small changes to <a href="https://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
        !           462: <li>Handle memory failures in <a href="https://man.openbsd.org/?query=passwd&amp;sektion=1">passwd(1)</a>.
        !           463: <li>In <a href="https://man.openbsd.org/?query=finger&amp;sektion=1">finger(1)</a>, fail nicely if memory allocation fails.
        !           464: <li>Handle DELETE payloads in <a href="https://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
        !           465: <li>Remove signal races from <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>.
        !           466: <li>Ease support for road-warrior scenarios in <a href="https://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>, by intuiting the Local-ID when possible.
1.1       deraadt   467: <li>Change 802.11 DS drivers to operate in BSS mode by default.
1.76    ! tb        468: <li>Create links for <a href="https://man.openbsd.org/?query=FD_SET&amp;sektion=3">FD_SET(3)</a> and such to point to the <a href="https://man.openbsd.org/?query=select&amp;sektion=2">select(2)</a> page.
        !           469: <li>Support TCP_NDELAY on <a href="https://man.openbsd.org/?query=ip6&amp;sektion=4">ipv6(4)</a> in <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
1.1       deraadt   470: <li>Numerous spelling error corrections in the system.
                    471: <li>Various other calendar updates.
1.76    ! tb        472: <li>Ensure replydirname in <a href="https://man.openbsd.org/?query=ftpd&amp;sektion=8">ftpd(8)</a> does not ever truncate names.
        !           473: <li>Ensure <a href="https://man.openbsd.org/?query=ftpd&amp;sektion=8">ftpd(8)</a> does not sometimes return a stray " at the end of a string.
        !           474: <li>Various large updates to <a href="https://man.openbsd.org/?query=isp&amp;sektion=4">isp(4)</a>.
        !           475: <li>In <a href="https://man.openbsd.org/?query=restore&amp;sektion=8">restore(8)</a>, do not skip TS_BITS or TS_CLRI are set.
1.1       deraadt   476: <li>Change our own custom EtherIP protocol to the standard one (which is very badly designed, but we are trying to get them to fix that).
                    477: <li>Fix KerberosIV code to build better if src and obj are in strange places.
1.76    ! tb        478: <li>Support Banner option in <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>.
1.1       deraadt   479: <li>Make the openssh-p effort a bit easier by merging some simpler portability hacks.
1.76    ! tb        480: <li>Various missing <a href="https://man.openbsd.org/?query=free&amp;sektion=3">free(3)</a> calls repaired in <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
1.1       deraadt   481: <li>Attempt to support cardbus 3CXFEM656C 56k Global modem.
1.76    ! tb        482: <li>In <a href="https://man.openbsd.org/?query=pciide&amp;sektion=4">pciide(4)</a>, support U100 on ICH2, U66 on Via Apollo, and other repairs to Promise.
1.1       deraadt   483: <li>Spelling changes to calendar files.
1.76    ! tb        484: <li>Be more careful with <a href="https://man.openbsd.org/?query=stat&amp;sektion=2">stat(2)</a> handling in <a href="https://man.openbsd.org/?query=mv&amp;sektion=1">mv(1)</a>.
        !           485: <li>Fix %p handling in <a href="https://man.openbsd.org/?query=strptime&amp;sektion=3">strptime(3)</a>.
        !           486: <li>Fix various buffer overflows and other fixes in <a href="https://man.openbsd.org/?query=indent&amp;sektion=1">indent(1)</a>.
        !           487: <li>Do not spit out <a href="https://man.openbsd.org/?query=icmp6&amp;sektion=4">icmp6</a> checksum messages if not a debug kernel.
1.1       deraadt   488:
                    489: <li>Permit stripped VAX kernels to load despite unexpected values from libsa.
1.76    ! tb        490: <li>Simplify locking and a few more fixes to <a href="https://man.openbsd.org/?query=twe&amp;sektion=4">twe(4)</a>.
1.1       deraadt   491: <li>Plug some memory leaks in OpenSSH.
1.76    ! tb        492: <li>Fix -P in <a href="https://man.openbsd.org/?query=ftpd&amp;sektion=8">ftpd(8)</a>.
1.1       deraadt   493: <li>Emulation fixes to the VAX code.
1.76    ! tb        494: <li>Protect bits of <a href="https://man.openbsd.org/?query=dhclient&amp;sektion=8">dhclient(8)</a> with a locking mechanism to prevent multiple instances from using the leases file simultaneously.
        !           495: <li>Fix 3 cases in <a href="https://man.openbsd.org/?query=mv&amp;sektion=1">mv(1)</a> relating to the moving of symlinks across filesystems.
        !           496: <li>In <a href="https://man.openbsd.org/?query=ftpd&amp;sektion=8">ftpd(8)</a>, expand the tilde character in ftp-dir login.conf variable.
        !           497: <li>Prohibit binding to an anycast, notready, or detached <a href="https://man.openbsd.org/?query=ip6&amp;sektion=4">IPv6</a> address.
        !           498: <li>Rename <a href="https://man.openbsd.org/?query=fsinfo&amp;sektion=8">fsinfo(8)</a> to xfsinfo in X11 to avoid naming conflict.
        !           499: <li>Set the correct pfkeyv2 direction for KAME SPD entries in <a href="https://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
        !           500: <li>Save and restore errno properly in <a href="https://man.openbsd.org/?query=flex&amp;sektion=1">flex(1)</a> since it may be whacked by <a href="https://man.openbsd.org/?query=isatty&amp;sektion=3">isatty(3)</a>.
        !           501: <li>Fix sending/receiving passwords in <a href="https://man.openbsd.org/?query=routed&amp;sektion=8">routed(8)</a>.
        !           502: <li>Add an i386-specific <a href="https://man.openbsd.org/?query=sysctl&amp;sektion=3">sysctl(3)</a> that modifies halt -p processing in APM to deal with some quirky machines.
1.1       deraadt   503: <li>More sun3 fixes, mostly to conform better to other m68k architecture code.
1.76    ! tb        504: <li>Handle login banners better in SSH2 instances of <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
1.1       deraadt   505: <li>Various spelling and grammar fixes across the tree.
1.76    ! tb        506: <li>Use new <a href="https://man.openbsd.org/?query=sysctl&amp;sektion=3">sysctl(3)</a> interface for kernel memory bucket statistics and clock information.
        !           507: <li>Correctly check for empty <a href="https://man.openbsd.org/?query=mailq&amp;sektion=1">mailq(1)</a> in /etc/daily.
1.1       deraadt   508: <li>Y2K fix in the mvme68k NVRAM code.
1.76    ! tb        509: <li>Extend <a href="https://man.openbsd.org/?query=sysctl&amp;sektion=3">sysctl(3)</a> to support quad values.
        !           510: <li>Improve SMB packet printing in <a href="https://man.openbsd.org/?query=tcpdump&amp;sektion=8">tcpdump(8)</a>.
1.1       deraadt   511: <li>Add common pidfile-writing code to DHCP so each program doesn't need to roll its own.
1.76    ! tb        512: <li>To please <a href="https://man.openbsd.org/?query=cap_mkdb&amp;sektion=1">cap_mkdb(1)</a>, make it an error to open a zero-length file for read-only access in <a href="https://man.openbsd.org/?query=hash&amp;sektion=3">hash(3)</a>.
1.1       deraadt   513: <li>Some sun3 architecture fixes.
1.76    ! tb        514: <li>Ignore environment variables in <a href="https://man.openbsd.org/?query=ssl&amp;sektion=8">libssl</a> if we're running <a href="https://man.openbsd.org/?query=issetugid&amp;sektion=2">setugid</a>.
        !           515: <li>In <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>, log the remote IP address on disconnect.
        !           516: <li>Check for memory allocation failure in <a href="https://man.openbsd.org/?query=vmstat&amp;sektion=8">vmstat(8)</a>.
        !           517: <li>Fix a buffer overflow in <a href="https://man.openbsd.org/?query=fsinfo&amp;sektion=8">fsinfo(8)</a>.
        !           518: <li>Handle another special case in <a href="https://man.openbsd.org/?query=apm&amp;sektion=4&amp;arch=i386">apm(4)</a>.
        !           519: <li>Fix a panic in the <a href="https://man.openbsd.org/?query=raid&amp;sektion=4">RAIDframe</a> locking management code.
        !           520: <li>Add setpid command to <a href="https://man.openbsd.org/?query=fdisk&amp;sektion=8&amp;arch=i386">fdisk(8)</a> for setting the partition ID.
        !           521: <li>Change <a href="https://man.openbsd.org/?query=bridge&amp;sektion=4">bridge(4)</a> to use gif* instead of enc*.
        !           522: <li>Set SO_REUSEPORT socket option in <a href="https://man.openbsd.org/?query=dhcp&amp;sektion=8">DHCP</a> code, so multiple dhclients work.
        !           523: <li>Allow printing of 8-bit ASCII characters in <a href="https://man.openbsd.org/?query=talk&amp;sektion=1">talk(1)</a> through an option.
        !           524: <li>Do not perform getnetbyname() in <a href="https://man.openbsd.org/?query=mountd&amp;sektion=8">mountd(8)</a> if the address is already in dot-notation.
        !           525: <li>In <a href="https://man.openbsd.org/?query=ftpd&amp;sektion=8">ftpd(8)</a>, log the actual number of bytes transferred instead of the original file size.
1.1       deraadt   526: <li>Fix ^C in termtype prompt.
1.76    ! tb        527: <li>Prevent <a href="https://man.openbsd.org/?query=fsck_ffs&amp;sektion=8">fsck_ffs(8)</a> from marking a filesystem clean if <a href="https://man.openbsd.org/?query=fsck&amp;sektion=8">fsck(8)</a> needs to be rerun.
        !           528: <li>Resolve scheduling conflict in <a href="https://man.openbsd.org/?query=newsyslog&amp;sektion=8">newsyslog(8)</a>.
        !           529: <li>In <a href="https://man.openbsd.org/?query=dhclient&amp;sektion=8">dhclient(8)</a>, set a reasonable default lease time if the server does not provide one.
        !           530: <li>Suppress uninteresting PCI bus error messages in <a href="https://man.openbsd.org/?query=ahc&amp;sektion=4">ahc(4)</a>.
        !           531: <li>Add m88k support to <a href="https://man.openbsd.org/?query=gprof&amp;sektion=1">gprof(1)</a>.
        !           532: <li>Add HostKeyAlias option to <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
        !           533: <li>Behave nicely with fixed-rate codecs in <a href="https://man.openbsd.org/?query=auvia&amp;sektion=4">auvia(4)</a>.
        !           534: <li>Fix a minor off-by-one error in <a href="https://man.openbsd.org/?query=gprof&amp;sektion=1">gprof(1)</a>.
1.1       deraadt   535: <li>In the ports infrastructure, take the old non-fake code out-of-line.
1.76    ! tb        536: <li>Repair a disgusting <a href="https://man.openbsd.org/?query=rwhod&amp;sektion=8">rwhod(8)</a> crash.
        !           537: <li>Fix buffer overflow in <a href="https://man.openbsd.org/?query=csh&amp;sektion=1">csh(1)</a> builtin <a href="https://man.openbsd.org/?query=printf&amp;sektion=1">printf(1)</a> implementation.
        !           538: <li>Convert <a href="https://man.openbsd.org/?query=atoi&amp;sektion=3">atoi(3)</a> to <a href="https://man.openbsd.org/?query=strtoul&amp;sektion=3">strtoul(3)</a> in <a href="https://man.openbsd.org/?query=top&amp;sektion=1">top(1)</a>.
1.1       deraadt   539: <li>Emulate Linux truncate64, stat64, lstat64, and fstat64 syscalls.
1.76    ! tb        540: <li>Revoke root privileges earlier in <a href="https://man.openbsd.org/?query=ping6&amp;sektion=8">ping6(8)</a> and <a href="https://man.openbsd.org/?query=traceroute6&amp;sektion=8">traceroute6(8)</a>.<br>
1.28      naddy     541:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt   542: <li>Many man page fixes.
1.76    ! tb        543: <li>Use <a href="https://man.openbsd.org/?query=arc4random&amp;sektion=3">arc4random(3)</a> in <a href="https://man.openbsd.org/?query=jot&amp;sektion=1">jot(1)</a>.
        !           544: <li>Handle quotas over 4GB in <a href="https://man.openbsd.org/?query=edquota&amp;sektion=8">edquota(8)</a> and <a href="https://man.openbsd.org/?query=repquota&amp;sektion=8">repquota(8)</a>.
        !           545: <li>Fix <a href="https://man.openbsd.org/?query=ip6&amp;sektion=4">IPv6</a> Path MTU Discovery.
        !           546: <li>Give up euid more carefully in <a href="https://man.openbsd.org/?query=mrinfo&amp;sektion=8">mrinfo(8)</a> and <a href="https://man.openbsd.org/?query=mtrace&amp;sektion=8">mtrace(8)</a>.
1.1       deraadt   547: <li>Various OpenSSH fixes.
                    548: <li>Add support for ActivCard, CRYPTOCard, and SNK-004 authentication for the BSD authentication framework.
1.76    ! tb        549: <li>In <a href="https://man.openbsd.org/?query=ksh&amp;sektion=1">ksh(1)</a>, remain in non-blocking mode if the shell is not interactive.
1.28      naddy     550: <li><font color="#e00000"><strong>SECURITY FIX: xlock now authenticates via a pipe.</strong></font><br>
1.10      pvalchev  551:     <a href="errata28.html#xlock">A patch is available</a>.<br>
1.28      naddy     552:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        553: <li><font color="#e00000"><strong>IMPLEMENTATION FIX: PS/2 mouse driver, <a href="https://man.openbsd.org/?query=pms&amp;sektion=4&amp;arch=i386">pms</a>, lockup fix.</strong></font><br>
1.10      pvalchev  554:     <a href="errata28.html#pms">A patch is available</a>.<br>
1.28      naddy     555:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        556: <li>Implement a workaround in <a href="https://man.openbsd.org/?query=atapiscsi&amp;sektion=4">atapiscsi(4)</a> for buggy Toshiba drivers.
        !           557: <li><font color="#e00000"><strong>SECURITY FIX: Fix holes in <a href="https://man.openbsd.org/?query=mount_procfs&amp;sektion=8">procfs(8)</a>.</strong></font><br>
1.10      pvalchev  558:     <a href="errata28.html#procfs">A patch is available</a>.<br>
1.28      naddy     559:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        560: <li>Put <a href="https://man.openbsd.org/?query=strlcat&amp;sektion=3">strlcat(3)</a> and <a href="https://man.openbsd.org/?query=strlcpy&amp;sektion=3">strlcpy(3)</a> into libkern for kernel use.
        !           561: <li>Fix setting of nwid for <a href="https://man.openbsd.org/?query=wi&amp;sektion=4">wi(4)</a>.<br>
1.28      naddy     562:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt   563: <li>Change /etc/security to spit out unified diffs.
1.76    ! tb        564: <li>Add driver for Compaq SMART Array RAID controllers, <a href="https://man.openbsd.org/?query=cac&amp;sektion=4">cac(4)</a>.
        !           565: <li>Extend the i386 allowaperture <a href="https://man.openbsd.org/?query=sysctl&amp;sektion=3">sysctl(3)</a> to allow access to the whole 1st MB of memory.
1.1       deraadt   566: <li>Add some more sanity checking to the PCMCIA code to fix some obscure panics.
                    567: <li>Import Apache 1.3.14 + mod_ssl 2.7.1.
                    568: <li>Support multiple pfkeyv2 keying daemons.
1.76    ! tb        569: <li>Compute <a href="https://man.openbsd.org/?query=dh&amp;sektion=3">diffie-hellman</a> in parallel between server and client in <a href="https://www.openssh.com/">OpenSSH</a>.
1.1       deraadt   570: <li>Support Amigas with more than 64MB of RAM.
                    571: <li>Ensure /etc/sudoers is created with a proper secure mode.
1.76    ! tb        572: <li>Import <a href="https://man.openbsd.org/?query=openssl&amp;sektion=1">OpenSSL</a> 0.9.6.
        !           573: <li>More <a href="https://man.openbsd.org/?query=photurisd&amp;sektion=8">photurisd(8)</a> improvements.
1.1       deraadt   574: <li>Update kernel pfkeyv2 code for better conformance to the RFC.
                    575: <li>Enable loading of ELF kernels for alpha.
1.76    ! tb        576: <li>Add extraction support for shell archives to the <a href="https://man.openbsd.org/?query=bsd.port.mk&amp;sektion=5">bsd.port.mk</a> infrastructure.
        !           577: <li>In <a href="https://man.openbsd.org/?query=ipsec&amp;sektion=4">ipsec(4)</a>, look for TDB if gateway is unspecified.<br>
1.28      naddy     578:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        579: <li>Fixes to <a href="https://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a> -f and -b.
        !           580: <li>Convert some more drivers to the new <a href="https://man.openbsd.org/?query=timeout&amp;sektion=9">timeout(9)</a> interface.
        !           581: <li>Add bytecounter statistics reporting to <a href="https://man.openbsd.org/?query=netstat&amp;sektion=1">netstat(1)</a>.
1.1       deraadt   582: <li>Instrument more random TCP sequence numbers.
1.76    ! tb        583: <li><font color="#e00000"><strong>IMPLEMENTATION FIX: Compute <a href="https://man.openbsd.org/?query=crypto&amp;sektion=9">crypto(9)</a> session IDs correctly for kernel.</strong></font><br>
1.10      pvalchev  584:     <a href="errata28.html#hwcrypto">A patch is available</a>.<br>
1.28      naddy     585:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        586: <li>In <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>, permit logins with read-only root filesystems if the tty already has sane modes set.
        !           587: <li>Source port &lt; 1024 is no longer required for rhosts-rsa in <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>.
        !           588: <li>Remove dead code in <a href="https://man.openbsd.org/?query=hifn&amp;sektion=4">hifn(4)</a> driver.
        !           589: <li>Proper <a href="https://man.openbsd.org/?query=getopt&amp;sektion=3">getopt(3)</a> usage in <a href="https://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a>.
        !           590: <li>Fix a time specification in <a href="https://man.openbsd.org/?query=last&amp;sektion=1">last(1)</a>.
1.1       deraadt   591: <li>Do not disable PMTU for established TCP connections unless there is data to send.
1.76    ! tb        592: <li>Add support for the 802.1D spanning tree protocol to <a href="https://man.openbsd.org/?query=bridge&amp;sektion=4">bridge(4)</a>.
1.1       deraadt   593: <li>New BSD authentication login scripts.
1.76    ! tb        594: <li>Listen to pfkeyv2 acquire messages in <a href="https://man.openbsd.org/?query=photurisd&amp;sektion=8">photurisd(8)</a>, and setup SAs accordingly.
        !           595: <li><a href="https://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> update.
        !           596: <li><a href="https://man.openbsd.org/?query=apm&amp;sektion=4&amp;arch=i386">apm(4)</a> bug fix that helps a few laptops.
        !           597: <li>Remove unnecessary code from <a href="https://man.openbsd.org/?query=photurisd&amp;sektion=8">photurisd(8)</a> in preparation of new SPD framework.
        !           598: <li>Repair a memory leak in <a href="https://man.openbsd.org/?query=icmp6&amp;sektion=4">ICMPv6</a> code.
        !           599: <li>Turn off PMTU when <a href="https://man.openbsd.org/?query=icmp&amp;sektion=4">ICMP</a> needfrag messages get blocked.
1.1       deraadt   600: <li>Finnish updates for inter.phone.
1.76    ! tb        601: <li>Display number of successful <a href="https://man.openbsd.org/?query=ip6&amp;sektion=4">IPv6</a> PMTU changes in <a href="https://man.openbsd.org/?query=netstat&amp;sektion=1">netstat(1)</a> -s output.
        !           602: <li>Do not re-print ETA on completion in <a href="https://man.openbsd.org/?query=scp&amp;sektion=1">scp(1)</a> when copying 0-sized files.
        !           603: <li>Validate <a href="https://man.openbsd.org/?query=icmp6&amp;sektion=4">ICMPv6</a> "too big" messages based on PCB.
        !           604: <li>Do not use already-freed memory in <a href="https://man.openbsd.org/?query=route&amp;sektion=8">route(8)</a>.
        !           605: <li>Avoid repeated host controller halted messages in <a href="https://man.openbsd.org/?query=uhci&amp;sektion=4">uhci(4)</a>.
1.1       deraadt   606: <li>Remove unused libgmp.
1.76    ! tb        607: <li>Import <a href="https://man.openbsd.org/?query=kerberos&amp;sektion=1">KerberosIV</a> v1.0.4.
        !           608: <li>Always request a new challenge for skey/tis-auth in <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
        !           609: <li>Support newer <a href="https://man.openbsd.org/?query=cy&amp;sektion=4">cy(4)</a> communication cards.
        !           610: <li>Provide new international keymaps for <a href="https://man.openbsd.org/?query=pcvt&amp;sektion=4&amp;manpath=OpenBSD+2.7&amp;arch=i386">pcvt(4)</a>.
1.1       deraadt   611: <li>Ignore filesystems marked "xx" in the install scripts.
1.76    ! tb        612: <li>Document that <a href="https://man.openbsd.org/?query=pipe&amp;sektion=2">pipe(2)</a> is bidirectional, although this behavior is unportable.
        !           613: <li>Move the default <a href="https://man.openbsd.org/?query=cvs&amp;sektion=1">cvs(1)</a> connection protocol from <a href="https://man.openbsd.org/?query=rsh&amp;sektion=1">rsh(1)</a> to <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
        !           614: <li>Remove a bogus memory free in <a href="https://man.openbsd.org/?query=getnetgrent&amp;sektion=3">getnetgrent(3)</a>.
        !           615: <li>Fix a buffer overflow in <a href="https://man.openbsd.org/?query=bad144&amp;sektion=8&amp;arch=i386">bad144(8)</a>.
1.1       deraadt   616: <li>Revert back to the old rijndael implementation and solve byte ordering bugs there instead.
1.76    ! tb        617: <li>Drop unneeded support for RTF_TUNNEL in <a href="https://man.openbsd.org/?query=route&amp;sektion=8">route(8)</a>.
        !           618: <li>Maintain count of routing table timer entries in <a href="https://man.openbsd.org/?query=route&amp;sektion=8">route(8)</a>.
        !           619: <li>In <a href="https://man.openbsd.org/?query=makewhatis&amp;sektion=8">makewhatis(8)</a>, strip weird characters first, then sequences of spaces.
        !           620: <li>Big improvements to <a href="https://man.openbsd.org/?query=adw&amp;sektion=4">adw(4)</a>.
        !           621: <li>Teach <a href="https://man.openbsd.org/?query=tcpdump&amp;sektion=8">tcpdump(8)</a> about VRRP, SMB, and timed.
        !           622: <li>Force <a href="https://man.openbsd.org/?query=calendar&amp;sektion=1">calendar(1)</a> to only accept real calendar files as input.
        !           623: <li>Fix various <a href="https://man.openbsd.org/?query=perror&amp;sektion=3">perror(3)</a> overflows in <a href="https://man.openbsd.org/?query=pcvt&amp;sektion=4&amp;manpath=OpenBSD+2.7&amp;arch=i386">pcvt(4)</a>.
        !           624: <li>Repair a <a href="https://man.openbsd.org/?query=tftp&amp;sektion=1">tftp(1)</a> argv parsing overflow.
        !           625: <li>Conditionalize some <a href="https://man.openbsd.org/?query=bpf&amp;sektion=4">BPF</a> code in <a href="https://man.openbsd.org/?query=wx&amp;sektion=4">wx(4)</a>.
        !           626: <li>Finally remove remaining references to extra <a href="https://man.openbsd.org/?query=rsa&amp;sektion=3">RSA</a> libs, since the patent has expired.
1.1       deraadt   627: <li>New rijndael implementation which solves endian issues.
1.76    ! tb        628: <li>Support Intel 82801BA <a href="https://man.openbsd.org/?query=pciide&amp;sektion=4">pciide(4)</a> controllers.
        !           629: <li>Exercise more paranoia with passed KRB environment settings in <a href="https://man.openbsd.org/?query=telnetd&amp;sektion=8">telnetd(8)</a>.
        !           630: <li>Convert some more drivers to the new <a href="https://man.openbsd.org/?query=timeout&amp;sektion=9">timeout(9)</a> interface.
        !           631: <li>Many improvements and modernizations to <a href="https://man.openbsd.org/?query=isp&amp;sektion=4">isp(4)</a>.
        !           632: <li>Update <a href="https://man.openbsd.org/?query=wx&amp;sektion=4">wx(4)</a> with LIVENGOOD support.
        !           633: <li>Recognize and support the IODATA USB-ET/T Ethernet adapter in <a href="https://man.openbsd.org/?query=kue&amp;sektion=4">kue(4)</a>.
        !           634: <li>Implement asynchronous connections for <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> -R and -L.
        !           635: <li>Simplify <a href="https://man.openbsd.org/?query=atrun&amp;sektion=8">atrun(8)</a> tasks by using <a href="https://man.openbsd.org/?query=asprintf&amp;sektion=3">asprintf(3)</a>.
1.1       deraadt   636: <li>Kill unused libtermlib.
1.76    ! tb        637: <li>Import new <a href="https://man.openbsd.org/?query=pool&amp;sektion=9">pool(9)</a> code.
        !           638: <li>Fix RIPv0 packet printing and <a href="https://man.openbsd.org/?query=nfsd&amp;sektion=8">NFS</a> port number parsing in <a href="https://man.openbsd.org/?query=tcpdump&amp;sektion=8">tcpdump(8)</a>.
        !           639: <li>Make <a href="https://man.openbsd.org/?query=pcap&amp;sektion=3">pcap(3)</a>-generated <a href="https://man.openbsd.org/?query=bpf&amp;sektion=4">BPF</a> filters work on the <a href="https://man.openbsd.org/?query=tun&amp;sektion=4">tun(4)</a> interface.
        !           640: <li>Import David Maziere's <a href="https://man.openbsd.org/?query=ssh-keyscan&amp;sektion=1">ssh-keyscan(1)</a>.
        !           641: <li><font color="#e00000"><strong>SECURITY FIX: Fix buffer overflow in <a href="https://man.openbsd.org/?query=ftpd&amp;sektion=8">ftpd(8)</a>.</strong></font><br>
1.10      pvalchev  642:     <a href="errata28.html#ftpd">A patch is available</a>.<br>
1.28      naddy     643:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    644: <li><font color="#e00000"><strong>IMPLEMENTATION FIX: Fix fastroute related panic.</strong></font><br>
1.10      pvalchev  645:     <a href="errata28.html#fastroute">A patch is available</a>.<br>
1.28      naddy     646:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.74      tb        647: <li>Teach <a href="https://www.openssh.com/">OpenSSH</a> about more version strings to improve interoperability.
1.76    ! tb        648: <li><font color="#e00000"><strong>SECURITY FIX: Fix another security problem in the <a href="https://man.openbsd.org/?query=kerberos&amp;sektion=1">KerberosIV</a> code.</strong></font><br>
1.10      pvalchev  649:     <a href="errata28.html#kerberos2">A patch is available</a>.<br>
1.28      naddy     650:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        651: <li><font color="#e00000"><strong>SECURITY FIX: Fix two security problems in the <a href="https://man.openbsd.org/?query=kerberos&amp;sektion=1">KerberosIV</a> code.</strong></font><br>
1.10      pvalchev  652:     <a href="errata28.html#kerberos">A patch is available</a>.<br>
1.28      naddy     653:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        654: <li>Permit <a href="https://man.openbsd.org/?query=ftpd&amp;sektion=8">ftpd(8)</a> umask setting via both the command line and through a login class in <a href="https://man.openbsd.org/?query=login.conf&amp;sektion=5">login.conf(5)</a>.
        !           655: <li>Prevent <a href="https://man.openbsd.org/?query=vlan&amp;sektion=4">vlan(4)</a> devices from emitting packets if the parent interface is not up and running.
        !           656: <li>Better error checking in <a href="https://man.openbsd.org/?query=ping6&amp;sektion=8">ping6(8)</a>.<br>
        !           657:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
        !           658: <li>Some stability fixes to <a href="https://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
        !           659: <li>In <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>, disable agent/X11 port forwarding if the hostkey has changed.
        !           660: <li>Fix a coredump in <a href="https://man.openbsd.org/?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>.
        !           661: <li>Reset 16-bit PCMCIA during chip initialization in <a href="https://man.openbsd.org/?query=pccbb&amp;sektion=4">pccbb(4)</a>.
        !           662: <li>Correct PCI interrupt setup for TI PCI113X <a href="https://man.openbsd.org/?query=cbb&amp;sektion=4">CardBus</a> bridges.
        !           663: <li>Properly powerdown PC cards in <a href="https://man.openbsd.org/?query=pccbb&amp;sektion=4">pccbb(4)</a> at shutdown time.
        !           664: <li>Add -D option to <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> to cause startup without a daemon.
        !           665: <li>Show both the IP address and hostname when a new key is encountered in <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
        !           666: <li>Fix a bug in MSChapv2 challenge hashing in <a href="https://man.openbsd.org/?query=ppp&amp;sektion=8">ppp(8)</a>.
        !           667: <li>More <a href="https://man.openbsd.org/?query=make&amp;sektion=1">make(1)</a> tweaks.
1.1       deraadt   668: <li>Use -n to test for non-zero variables in /etc/netstart.
                    669: <li>Be more careful with ARP packets.
1.76    ! tb        670: <li>Fix deletion of flows in pf_key_v2 handling of <a href="https://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a><br>
1.28      naddy     671:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        672: <li>Prevent <a href="https://man.openbsd.org/?query=setusercontext&amp;sektion=3">setusercontext(3)</a> in <a href="https://man.openbsd.org/?query=ftpd&amp;sektion=8">ftpd(8)</a> from setting the umask as this conflicts with any command-line umask specification.
        !           673: <li><a href="https://man.openbsd.org/?query=clock&amp;sektion=3">clock(3)</a> fixes for the alpha architecture.
        !           674: <li>Print select collisions in <a href="https://man.openbsd.org/?query=vmstat&amp;sektion=8">vmstat(8)</a> -s output.
        !           675: <li>Implement <a href="https://man.openbsd.org/?query=login_check_expire&amp;sektion=3">login_check_expire(3)</a> for libutil.
        !           676: <li>Add -u username support to <a href="https://man.openbsd.org/?query=pwd_mkdb&amp;sektion=8">pwd_mkdb(8)</a>.
1.1       deraadt   677: <li>Properly implement errno handling for the threaded libc (libc_r) on powerpc.
1.76    ! tb        678: <li>In <a href="https://man.openbsd.org/?query=adduser&amp;sektion=8">adduser(8)</a>, get rid of a race condition and use /etc/ptmp as a lock file.
        !           679: <li>Set reasonable defaults for <a href="https://man.openbsd.org/?query=rsa&amp;sektion=3">RSA1</a>, <a href="https://man.openbsd.org/?query=rsa&amp;sektion=3">RSA</a>, and <a href="https://man.openbsd.org/?query=dsa&amp;sektion=3">DSA</a> keys in <a href="https://man.openbsd.org/?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>.
        !           680: <li>Reorder check for illegal ciphers in <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> protocol 1 connection code.
        !           681: <li>Fix <a href="https://man.openbsd.org/?query=pciide&amp;sektion=4">pciide(4)</a> support on Alpha 164SX models.
1.1       deraadt   682: <li>Support 16 slices per device on VAX machines.
1.76    ! tb        683: <li>Considerable cleanups to <a href="https://man.openbsd.org/?query=make&amp;sektion=1">make(1)</a>.
        !           684: <li>Improve key repeat logic in <a href="https://man.openbsd.org/?query=wskbd&amp;sektion=4">wskbd(4)</a>.
        !           685: <li>Changes from KAME to make ifm_data available in <a href="https://man.openbsd.org/?query=getifaddrs&amp;sektion=3">getifaddrs(3)</a>.
        !           686: <li>Fix absolute path handling in <a href="https://man.openbsd.org/?query=crunchgen&amp;sektion=1">crunchgen(1)</a>.
1.1       deraadt   687: <li>Shorten /dev/ttyC* device names.
1.76    ! tb        688: <li>Complain about invalid ciphers in <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>, falling back to reasonable defaults when necessary.
        !           689: <li>Avoid tty races in <a href="https://man.openbsd.org/?query=wsdisplay&amp;sektion=4">wsdisplay(4)</a> when switching virtual terminals.
        !           690: <li>Update <a href="https://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
        !           691: <li>Repair lun support in <a href="https://man.openbsd.org/?query=umass&amp;sektion=4">umass(4)</a>.
1.1       deraadt   692: <li>Zero pw_passwd before freeing its memory in the libc BSD authentication routines.
1.76    ! tb        693: <li>Train <a href="https://man.openbsd.org/?query=makewhatis&amp;sektion=8">makewhatis(8)</a> to handle more special cases.
        !           694: <li>Avoid double <a href="https://man.openbsd.org/?query=fclose&amp;sektion=3">fclose(3)</a> in <a href="https://man.openbsd.org/?query=getcap&amp;sektion=3">getcap(3)</a>.
        !           695: <li>Increase delay in RAM probe for <a href="https://man.openbsd.org/?query=hifn&amp;sektion=4">hifn(4)</a>.
        !           696: <li>Suffix list fix in <a href="https://man.openbsd.org/?query=make&amp;sektion=1">make(1)</a>.
        !           697: <li>Various bug fixes in <a href="https://man.openbsd.org/?query=ksh&amp;sektion=1">ksh(1)</a>.
        !           698: <li>When using the <a href="https://man.openbsd.org/?query=tail&amp;sektion=1">tail(1)</a> -f flag on stdin, don't reopen a local file named stdin.
        !           699: <li>Extend <a href="https://man.openbsd.org/?query=kqueue&amp;sektion=2">kqueue(2)</a> to support kernel events on <a href="https://man.openbsd.org/?query=vnode&amp;sektion=9">vnodes</a>.
        !           700: <li>Bring in BSD authentication support for <a href="https://man.openbsd.org/?query=sudo&amp;sektion=8">sudo(8)</a>.
        !           701: <li>Zap MULOG in <a href="https://man.openbsd.org/?query=inetd&amp;sektion=8">inetd(8)</a> to improve code readability.
        !           702: <li>Avoid whacking errno in <a href="https://man.openbsd.org/?query=top&amp;sektion=1">top(1)</a> signal handlers.
        !           703: <li>Do not include MFS partitions in <a href="https://man.openbsd.org/?query=quot&amp;sektion=8">quot(8)</a> statistics output.
1.1       deraadt   704: <li>Add support for the Acenic Copper and Netgear GA620T Gigabit Ethernet cards.
1.76    ! tb        705: <li>Prevent a type overflow in <a href="https://man.openbsd.org/?query=recno&amp;sektion=3">recno(3)</a>.
1.28      naddy     706: <li><font color="#e00000"><strong>IMPLEMENTATION FIX: Imac DV reports the VGA device improperly.</strong></font><br>
1.10      pvalchev  707:     <a href="errata28.html#imacdv">A patch is available</a>.<br>
1.28      naddy     708:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt   709: <li>Import BSD authentication mechanisms from BSDI BSD/OS.
1.76    ! tb        710: <li>Implement <a href="https://man.openbsd.org/?query=pw_dup&amp;sektion=3">pw_dup(3)</a>, a function which copies struct passwd.
        !           711: <li>Replace <a href="https://man.openbsd.org/?query=getpass&amp;sektion=3">getpass(3)</a> with a more flexible <a href="https://man.openbsd.org/?query=readpassphrase&amp;sektion=3">readpassphrase(3)</a> interface.
        !           712: <li>Add <a href="https://man.openbsd.org/?query=strnvis&amp;sektion=3">strnvis(3)</a>, a length-bounded version of the <a href="https://man.openbsd.org/?query=strvis&amp;sektion=3">strvis(3)</a> libc function.
1.1       deraadt   713: <li>Better prompting logic in libskey.
                    714: <li>Resurrect binutils on alpha.
1.76    ! tb        715: <li>Recognize newer Intel audio devices in <a href="https://man.openbsd.org/?query=auich&amp;sektion=4">auich(4)</a>.
        !           716: <li>Stop <a href="https://man.openbsd.org/?query=amphy&amp;sektion=4">amphy(4)</a> from attaching to network devices it doesn't belong to.
        !           717: <li>Enable support for <a href="https://man.openbsd.org/?query=pciide&amp;sektion=4">pciide(4)</a> found in newer Intel chipsets.
1.1       deraadt   718: <li>Correct URL handling in the install scripts.
1.76    ! tb        719: <li>Limit the number of SCSI luns in <a href="https://man.openbsd.org/?query=umass&amp;sektion=4">umass(4)</a>.
1.1       deraadt   720: <li>Page size fixes to the alpha port.
                    721: <li>Import ssh-ask-pass support for X11.
1.76    ! tb        722: <li>Fix a signal race in <a href="https://man.openbsd.org/?query=ypserv&amp;sektion=8">ypserv(8)</a> SIGHUP handling.
        !           723: <li>Enable <a href="https://man.openbsd.org/?query=uaudio&amp;sektion=4">uaudio(4)</a> by default in GENERIC/i386.
        !           724: <li>Reserve all-1s addresses in the <a href="https://man.openbsd.org/?query=ipsec&amp;sektion=4">IPsec</a> code for future policy discovery features.
1.12      pvalchev  725: <li>Resolve HMAC nomenclature issues.
1.76    ! tb        726: <li>Be sure to clear passwords out of memory after use in <a href="https://man.openbsd.org/?query=ppp&amp;sektion=8">ppp(8)</a>.
1.1       deraadt   727: <li>Support kernel event queues.
1.76    ! tb        728: <li>Add support for USB scanners through the <a href="https://man.openbsd.org/?query=uscanner&amp;sektion=4">uscanner(4)</a> driver.
        !           729: <li>More fixes to <a href="https://man.openbsd.org/?query=qec&amp;sektion=4&amp;arch=sparc">qec(4)</a>.
1.1       deraadt   730: <li>Recognize newer AMD CPUs.
1.76    ! tb        731: <li>Repair incorrect buffer size logic in <a href="https://man.openbsd.org/?query=telnetd&amp;sektion=8">telnetd(8)</a>.
        !           732: <li>Add a slew of devices to <a href="https://man.openbsd.org/?query=usbdevs&amp;sektion=8">usbdevs(8)</a>.
        !           733: <li>Do not use <a href="https://man.openbsd.org/?query=perror&amp;sektion=3">perror(3)</a> in <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> after forking a child.
        !           734: <li><font color="#e00000"><strong>RELIABILITY FIX: The <a href="https://man.openbsd.org/?query=qec&amp;sektion=4&amp;arch=sparc">qec</a>+<a href="https://man.openbsd.org/?query=qe&amp;sektion=4&amp;arch=sparc">qe</a> ethernet cards should not generate NMIs.</strong></font><br>
1.10      pvalchev  735:     <a href="errata28.html#qe">A patch is available</a>.<br>
1.28      naddy     736:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        737: <li>Add <a href="https://man.openbsd.org/?query=ifmedia&amp;sektion=4">ifmedia(4)</a> support to <a href="https://man.openbsd.org/?query=qec&amp;sektion=4&amp;arch=sparc">qec(4)</a>, among other improvements.
        !           738: <li>Extra sanity checking in <a href="https://man.openbsd.org/?query=skeyinit&amp;sektion=1">skeyinit(1)</a>.
        !           739: <li>Repair timeout computations in <a href="https://man.openbsd.org/?query=atapiscsi&amp;sektion=4">atapiscsi(4)</a>.
1.1       deraadt   740: <li>Add initial support for DEC Alpha 21264 systems.
                    741: <li>Bring the alpha port a bit closer to a fully operational console.
                    742: <li>Support Accton EN2242 MiniPCI Ethernet adapters.
                    743: <li>Permit O_RDWR on FIFOs to handle legacy applications that depend on it.
1.76    ! tb        744: <li>Add scrollback support to <a href="https://man.openbsd.org/?query=wscons&amp;sektion=4">wscons(4)</a> through the <a href="https://man.openbsd.org/?query=vga&amp;sektion=4">vga(4)</a> driver.
        !           745: <li>Color change in <a href="https://man.openbsd.org/?query=wscons&amp;sektion=4">wscons(4)</a> vt100 emulation to more closely imitate PCVT.
        !           746: <li>Repair overriding of pseudo devices in <a href="https://man.openbsd.org/?query=config&amp;sektion=8">config(8)</a><br>
        !           747:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
        !           748: <li>Accept -inet and -inet6 as options for the show command in <a href="https://man.openbsd.org/?query=route&amp;sektion=8">route(8)</a>.
        !           749: <li>Don't reorder keys in <a href="https://man.openbsd.org/?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a> upon key removal.
        !           750: <li>Avoid parsing options in <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> if there is an <a href="https://man.openbsd.org/?query=rsa&amp;sektion=3">RSA</a> key mismatch.
        !           751: <li>Various cleanups to <a href="https://man.openbsd.org/?query=ftpd&amp;sektion=8">ftpd(8)</a>.
1.1       deraadt   752: <li>In many programs, sync usage() output with their respective man page SYNOPSIS.
1.76    ! tb        753: <li><font color="#e00000"><strong>RELIABILITY FIX: The ThunderLAN driver, <a href="https://man.openbsd.org/?query=tl&amp;sektion=4">tl(4)</a>, should not claim all interrupts.</strong></font><br>
1.10      pvalchev  754:     <a href="errata28.html#tl">A patch is available</a>.<br>
1.28      naddy     755:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        756: <li>In <a href="https://man.openbsd.org/?query=pciide&amp;sektion=4">pciide(4)</a>, do not map unsafe registers from controllers that require 16-bit I/O space.
        !           757: <li>Import new <a href="https://man.openbsd.org/?query=pckbc&amp;sektion=4">pckbc(4)</a>, <a href="https://man.openbsd.org/?query=pckbd&amp;sektion=4">pckbd(4)</a>, <a href="https://man.openbsd.org/?query=vga&amp;sektion=4">vga(4)</a>, <a href="https://man.openbsd.org/?query=pcdisplay&amp;sektion=4">pcdisplay(4)</a>, and ega(4) drivers for <a href="https://man.openbsd.org/?query=wscons&amp;sektion=4">wscons(4)</a>.
        !           758: <li>In <a href="https://man.openbsd.org/?query=ftpd&amp;sektion=8">ftpd(8)</a>, assert check_login upon receipt of EPSV/LPSV.
        !           759: <li>Make the <a href="https://man.openbsd.org/?query=aha&amp;sektion=4">aha(4)</a> driver compile without UVM.
1.1       deraadt   760: <li>Enforce non-cacheable device space on real 80386 machines.
1.76    ! tb        761: <li>Add <a href="https://man.openbsd.org/?query=rsa&amp;sektion=3">RSA</a> authentication support for SSH2 to <a href="https://www.openssh.com/">OpenSSH</a>.
        !           762: <li>Allow serial mice to work with <a href="https://man.openbsd.org/?query=moused&amp;sektion=8">moused(8)</a> and XFree86 simultaneously.
        !           763: <li>Repair an off-by-one error in <a href="https://man.openbsd.org/?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a>.
        !           764: <li>Convert some old drivers to the new <a href="https://man.openbsd.org/?query=timeout&amp;sektion=9">timeout(9)</a> interface.
1.28      naddy     765: <li><font color="#e00000"><strong>RELIABILITY FIX: repair AES (rijndael) kernel support.</strong></font><br>
1.10      pvalchev  766:     <a href="errata28.html#rijndael">A patch is available</a>.<br>
1.28      naddy     767:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt   768: <li>Import PCI support for Alpha EB164 machines.
                    769: <li>Add bus_space_barrier macros for the powerpc.
                    770: <li>Endian fixes to the USB code.
1.76    ! tb        771: <li>Better command line parsing in <a href="https://man.openbsd.org/?query=encrypt&amp;sektion=1">encrypt(1)</a>.
1.1       deraadt   772: <li>Numbering fixups in pfkeyv2 to match IANA assignments.
1.76    ! tb        773: <li>Crank maximum mbuf size in <a href="https://man.openbsd.org/?query=ppp&amp;sektion=8">ppp(8)</a> in order to handle full-sized HDLC frames.
        !           774: <li>Improve handling of <a href="https://man.openbsd.org/?query=ip6&amp;sektion=4">IPv6</a> Node Information Query packets for better specification conformance.
        !           775: <li>Fix a panic induced by assigning lo0 an <a href="https://man.openbsd.org/?query=ip6&amp;sektion=4">IPv6</a> alias.
        !           776: <li><font color="#e00000"><strong>IMPLEMENTATION FIX: In <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>, fix skey support in SSH1 protocol.</strong></font><br>
1.10      pvalchev  777:     <a href="errata28.html#sshskey">A patch is available</a>.<br>
1.28      naddy     778:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        779: <li>Deprecate pltime=0 in <a href="https://man.openbsd.org/?query=ifconfig&amp;sektion=8">ifconfig(8)</a>.
        !           780: <li>Modifications to the <a href="https://man.openbsd.org/?query=ktrace&amp;sektion=2">ktrace(2)</a> interface to reduce redundancy.
        !           781: <li>Do not advertise dynamic/cloned routes in <a href="https://man.openbsd.org/?query=route6d&amp;sektion=8">route6d(8)</a>.
        !           782: <li>Allow <a href="https://man.openbsd.org/?query=ping6&amp;sektion=8">ping6(8)</a> to send <a href="https://man.openbsd.org/?query=icmp6&amp;sektion=4">ICMP6</a> packets smaller than 8 bytes.<br>
        !           783:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
        !           784: <li>Correct free-before-reference bugs in <a href="https://man.openbsd.org/?query=rshd&amp;sektion=8">rshd(8)</a> and <a href="https://man.openbsd.org/?query=rlogind&amp;sektion=8">rlogind(8)</a>.
        !           785: <li>Improve queue handling in <a href="https://man.openbsd.org/?query=gdt&amp;sektion=4">gdt(4)</a>.
        !           786: <li>New Adaptec FSA RAID driver called <a href="https://man.openbsd.org/?query=aac&amp;sektion=4">aac(4)</a>.
        !           787: <li>Fix DMA error problems in <a href="https://man.openbsd.org/?query=adw&amp;sektion=4">adw(4)</a>.<br>
1.28      naddy     788:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt   789: <li>If MANPS environment variable is set, the system will also build and install postscript manual pages into /usr/share/man/ps[1-9]/.
1.76    ! tb        790: <li>In <a href="https://man.openbsd.org/?query=date&amp;sektion=1">date(1)</a>, fix an off-by-one error which would happen when changing time over DST.
        !           791: <li>Permit -Tps in <a href="https://man.openbsd.org/?query=nroff&amp;sektion=1">nroff(1)</a>.
1.1       deraadt   792: <li>Make some pfkeyv2 interfaces conform to RFC 2367 numbering.
                    793: <li>New timeouts in a couple of network drivers.
1.76    ! tb        794: <li>Prevent <a href="https://man.openbsd.org/?query=nfsd&amp;sektion=8">nfsd(8)</a> from swapping out.
1.1       deraadt   795: <li>Use PHOLD/PRELE in various kernel components.
1.76    ! tb        796: <li>Buffer overflow fix to <a href="https://man.openbsd.org/?query=telnet&amp;sektion=1">telnet(1)</a>.
1.1       deraadt   797: <li>Many man page improvements.
1.76    ! tb        798: <li>Permit handling more than 6 arguments in a <a href="https://man.openbsd.org/?query=hostname.if&amp;sektion=5">hostname.if(5)</a> file.
        !           799: <li>kcore handling in <a href="https://man.openbsd.org/?query=kvm&amp;sektion=3">kvm(3)</a> for alpha.
        !           800: <li>Update <a href="https://man.openbsd.org/?query=usb&amp;sektion=4">usb(4)</a> code.
1.1       deraadt   801: <li>Update alpha architecture support.  A snapshot will come out soon.
1.76    ! tb        802: <li>In <a href="https://man.openbsd.org/?query=pchb&amp;sektion=4">pchb(4)</a>, for Intel random devices, do not busy wait for data.
        !           803: <li>Switch amiga to <a href="https://man.openbsd.org/?query=uvm&amp;sektion=9">uvm(9)</a>.
1.1       deraadt   804: <li>Fix amiga pmap module submap allocations.
                    805: <li>Centralized netisr dispatching.
1.76    ! tb        806: <li><a href="https://man.openbsd.org/?query=ppp&amp;sektion=8">ppp(8)</a> updated.
        !           807: <li>In <a href="https://man.openbsd.org/?query=aue&amp;sektion=4">aue(4)</a>, fix multicast filter programming.
        !           808: <li>Repair an uninitialized variable bug in <a href="https://man.openbsd.org/?query=ipsec&amp;sektion=4">ipsec(4)</a> output.<br>
1.28      naddy     809:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        810: <li>Add <a href="https://man.openbsd.org/?query=pcibios&amp;sektion=4&amp;arch=i386">pcibios(4)</a> interrupt setup support for AMD750 chipset.
        !           811: <li><font color="#e00000"><strong>RELIABILITY FIX: In sparc <a href="https://man.openbsd.org/?query=zs&amp;sektion=4&amp;arch=sparc">zs(4)</a>, when using serial console, the interrupt routine was unable to distinguish it's own interrupts.</strong></font><br>
1.10      pvalchev  812:     <a href="errata28.html#zsconsole">A patch is available</a>.<br>
1.28      naddy     813:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        814: <li>Generate new hashkey every time a <a href="https://man.openbsd.org/?query=bridge&amp;sektion=4">bridge(4)</a> is brought up.
        !           815: <li>Change <a href="https://man.openbsd.org/?query=bridge&amp;sektion=4">bridge(4)</a> code to use lower spl.
        !           816: <li>Passive FTP support in <a href="https://man.openbsd.org/?query=lynx&amp;sektion=1">lynx(1)</a>.
        !           817: <li>In <a href="https://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>, downgrade to SSH1.3 if server is SSH1.4.
        !           818: <li>In <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>, do not disable rhosts(rsa) if server port greater 1024.
        !           819: <li>In <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> Agent forwarding and -R support for SSH2 protocol.
        !           820: <li><a href="https://man.openbsd.org/?query=ipsecadm&amp;sektion=8">ipsecadm(8)</a> man page repairs.<br>
1.28      naddy     821:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt   822: <li>In pfkeyv2, send the message to registered promiscuous listeners.<br>
1.28      naddy     823:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.76    ! tb        824: <li>Some minor <a href="https://man.openbsd.org/?query=bridge&amp;sektion=4">bridge(4)</a> fixes.
        !           825: <li><a href="https://man.openbsd.org/?query=ld.so&amp;sektion=1">ld.so(1)</a> support for the pmax.
1.1       deraadt   826: <li>On powerpc, print out the size of the L2 cache size on G3 and G4 machines.
                    827: <li>2.8 release builds are running, but some of us are already working on post-release hacking.
                    828: </ul>
                    829: <p>
                    830:
                    831: </body>
                    832: </html>