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

Annotation of www/plus.html, Revision 1.756

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