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

Annotation of www/plus.html, Revision 1.734

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
                     27: <a href="portsplus.html">here</a>.
                     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.728     horacio    51: <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.732     jason      52:     <a href="errata.html#ipsec_ah">A patch is available</a></strong>.<br>
1.727     jason      53:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                     54: <li><font color=#e00000><strong>SECURITY FIX: on i386, check arguments to USER_LDT (not enabled by default) mappings.</strong></font><br>
1.732     jason      55:     <a href="errata.html#userldt">A patch is available</a></strong>.<br>
1.727     jason      56:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                     57: <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.729     horacio    58:     <a href="errata.html#sudo">A patch is available</a></strong>.<br>
1.727     jason      59:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.726     jason      60: <li><a href="http://www.openssh.com/">OpenSSH</a> 2.5.1 released.<br>
                     61:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.724     jason      62: <li><a href="http://www.openssh.com/">OpenSSH</a> 2.5.0 released.<br>
                     63:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.723     jason      64: <li><font color=#e00000><strong>IMPLEMENTATION FIX: fix port number computation in libwrap client side ident implementation.</strong></font><br>
1.729     horacio    65:     <a href="errata.html#libwrap">A patch is available</a></strong>.<br>
1.723     jason      66:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.728     horacio    67: <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      68:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.728     horacio    69: <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.729     horacio    70:     <a href="errata.html#lepci">A patch is available</a></strong>.<br>
1.720     jason      71:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.728     horacio    72: <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      73:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.728     horacio    74: <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.729     horacio    75:     <a href="errata.html#named">A patch is available</a></strong>.<br>
1.719     jason      76:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721     aaron      77: <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.729     horacio    78:     <a href="errata.html#rnd">A patch is available</a></strong>.<br>
1.715     jason      79:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721     aaron      80: <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.729     horacio    81:     <a href="errata.html#hwcrypto">A patch is available</a>g></font>.<br>
1.721     aaron      82:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.722     aaron      83: <li>Permit stripped VAX kernels to load despite unexpected values from libsa.
1.728     horacio    84: <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      85: <li>Plug some memory leaks in OpenSSH.
1.728     horacio    86: <li>Fix <b>-P</b> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion8">ftpd(8)</a>.
1.722     aaron      87: <li>Emulation fixes to the VAX code.
1.728     horacio    88: <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.
                     89: <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.
                     90: <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 <b>login.conf</b> variable.
                     91: <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.
                     92: <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.
                     93: <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>.
                     94: <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>.
                     95: <li>Fix sending/receiving passwords in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=routed&sektion=8">routed(8)</a>.
                     96: <li>Add an i386-specific <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a> that modifies <b>halt -p</b> processing in APM to deal with some quirky machines.
1.722     aaron      97: <li>More sun3 fixes, mostly to conform better to other m68k architecture code.
1.728     horacio    98: <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      99: <li>Various spelling and grammar fixes across the tree.
1.728     horacio   100: <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.
                    101: <li>Correctly check for empty <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mailq&sektion=1">mailq(1)</a> in <b>/etc/daily</b>.
1.722     aaron     102: <li>Y2K fix in the mvme68k NVRAM code.
1.728     horacio   103: <li>Extend <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a> to support quad values.
                    104: <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     105: <li>Add common pidfile-writing code to DHCP so each program doesn't need to roll its own.
1.728     horacio   106: <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     107: <li>Some sun3 architecture fixes.
1.728     horacio   108: <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>.
                    109: <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.
                    110: <li>Check for memory allocation failure in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8">vmstat(8)</a>.
                    111: <li>Fix a buffer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsinfo&sektion=8">fsinfo(8)</a>.
                    112: <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>.
                    113: <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.
                    114: <li>Add <b>setpid</b> 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.
                    115: <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*.
                    116: <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.
                    117: <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.
                    118: <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.
                    119: <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     120: <li>Fix ^C in termtype prompt.
1.728     horacio   121: <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.
                    122: <li>Resolve scheduling conflict in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newsyslog&sektion=8">newsyslog(8)</a>.
                    123: <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.
                    124: <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>.
                    125: <li>Add m88k support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gprof&sektion=1">gprof(1)</a>.
                    126: <li>Add HostKeyAlias option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    127: <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>.
                    128: <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     129: <li>In the ports infrastructure, take the old non-fake code out-of-line.
1.728     horacio   130: <li>Repair a disgusting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rwhod&sektion=8">rwhod(8)</a> crash.
                    131: <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.
                    132: <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     133: <li>Emulate Linux truncate64, stat64, lstat64, and fstat64 syscalls.
1.734   ! jason     134: <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     135:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721     aaron     136: <li>Many man page fixes.
1.728     horacio   137: <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>.
                    138: <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.721     aaron     139: <li>Fix IPv6 Path MTU Discovery.
1.728     horacio   140: <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     141: <li>Various OpenSSH fixes.
                    142: <li>Add support for ActivCard, CRYPTOCard, and SNK-004 authentication for the BSD authentication framework.
1.728     horacio   143: <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.
                    144: <li><font color=#e00000><strong>SECURITY FIX: xlock now authenticates via a pipe.</strong></font><br>
1.729     horacio   145:     <a href="errata.html#xlock">A patch is available</a></strong>.<br>
1.716     deraadt   146:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.712     jason     147: <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.729     horacio   148:     <a href="errata.html#pms">A patch is available</a></strong>.<br>
1.711     jason     149:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.728     horacio   150: <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   151: <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>
                    152:     <a href="errata.html#procfs">A patch is available</a></strong>.<br>
1.708     jason     153:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.728     horacio   154: <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   155: <li>Fix setting of nwid for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a>.<br>
                    156:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721     aaron     157: <li>Change <b>/etc/security</b> to spit out unified diffs.
1.729     horacio   158: <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>.
                    159: <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     160: <li>Add some more sanity checking to the PCMCIA code to fix some obscure panics.
                    161: <li>Import Apache 1.3.14 + mod_ssl 2.7.1.
                    162: <li>Support multiple pfkeyv2 keying daemons.
1.729     horacio   163: <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     164: <li>Support Amigas with more than 64MB of RAM.
                    165: <li>Ensure <b>/etc/sudoers</b> is created with a proper secure mode.
1.729     horacio   166: <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&sektion=1">OpenSSL</a> 0.9.6.
                    167: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=photurisd&sektion=8">photurisd(8)</a> improvements.
1.721     aaron     168: <li>Update kernel pfkeyv2 code for better conformance to the RFC.
                    169: <li>Enable loading of ELF kernels for alpha.
1.729     horacio   170: <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     171: <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>
                    172:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.729     horacio   173: <li>Fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=patch&sektion=1">patch(1)</a> <b>-f</b> and <b>-b</b>.
                    174: <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.
                    175: <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     176: <li>Instrument more random TCP sequence numbers.
1.729     horacio   177: <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.
                    178: <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>.
                    179: <li>Remove dead code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn(4)</a> driver.
                    180: <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>.
                    181: <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     182: <li>Do not disable PMTU for established TCP connections unless there is data to send.
1.729     horacio   183: <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     184: <li>New BSD authentication login scripts.
1.729     horacio   185: <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.
                    186: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> update.
                    187: <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.
                    188: <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.
                    189: <li>Repair a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&sektion=4">ICMPv6</a> code.
                    190: <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.721     aaron     191: <li>Finnish updates for <b>inter.phone</b>.
1.729     horacio   192: <li>Display number of successful IPv6 PMTU changes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a> <b>-s</b> output.
                    193: <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.
                    194: <li>Validate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&sektion=4">ICMPv6</a> "too big" messages based on PCB.
                    195: <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>.
                    196: <li>Avoid repeated <b>host controller halted</b> messages in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&sektion=4">uhci(4)</a>.
1.721     aaron     197: <li>Remove unused libgmp.
1.729     horacio   198: <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kerberos&sektion=1">KerberosIV</a> v1.0.4.
                    199: <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>.
                    200: <li>Support newer <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cy&sektion=4">cy(4)</a> communication cards.
                    201: <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     202: <li>Ignore filesystems marked "xx" in the install scripts.
1.729     horacio   203: <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.
                    204: <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>.
                    205: <li>Remove a bogus memory free in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getnetgrent&sektion=3">getnetgrent(3)</a>.
                    206: <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     207: <li>Revert back to the old rijndael implementation and solve byte ordering bugs there instead.
1.729     horacio   208: <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>.
                    209: <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>.
                    210: <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.
                    211: <li>Big improvements to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&sektion=4">adw(4)</a>.
                    212: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> about VRRP, SMB, and timed.
                    213: <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.
                    214: <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>.
                    215: <li>Repair a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftp&sektion=1">tftp(1)</a> argv parsing overflow.
                    216: <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>.
                    217: <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     218: <li>New rijndael implementation which solves endian issues.
1.729     horacio   219: <li>Support Intel 82801BA <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide(4)</a> controllers.
                    220: <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>.
                    221: <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.
                    222: <li>Many improvements and modernizations to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp(4)</a>.
                    223: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wx&sektion=4">wx(4)</a> with LIVENGOOD support.
                    224: <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>.
                    225: <li>Implement asynchronous connections for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> <b>-R</b> and <b>-L</b>.
                    226: <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     227: <li>Kill unused libtermlib.
1.729     horacio   228: <li>Import new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&sektion=9">pool(9)</a> code.
                    229: <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>.
                    230: <li>Make pcap-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.
                    231: <li>Import David Maziere's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keyscan&sektion=1">ssh-keyscan(1)</a>.
                    232: <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>
                    233:     <a href="errata.html#ftpd">A patch is available</a></strong>.<br>
1.700     jason     234:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.707     jason     235: <li><font color=#e00000><strong>IMPLEMENTATION FIX: Fix fastroute related panic.</strong></font><br>
1.729     horacio   236:     <a href="errata.html#fastroute">A patch is available</a></strong>.<br>
1.703     jason     237:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.729     horacio   238: <li>Teach <a href="http://www.openssh.com/">OpenSSH</a> about more version strings to improve interoperability.
1.721     aaron     239: <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.729     horacio   240:     <a href="errata.html#kerberos2">A patch is available</a></strong>.<br>
1.721     aaron     241:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.716     deraadt   242: <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.729     horacio   243:     <a href="errata.html#kerberos">A patch is available</a></strong>.<br>
1.716     deraadt   244:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.729     horacio   245: <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>.
                    246: <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     247: <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     248:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.729     horacio   249: <li>Some stability fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
                    250: <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.
                    251: <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.730     horacio   252: <li>Reset 16-bit PCMCIA during chip initialization in pccbb(4).
1.729     horacio   253: <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.730     horacio   254: <li>Properly powerdown PC cards in pccbb(4) at shutdown time.
1.729     horacio   255: <li>Add <b>-D</b> 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.
                    256: <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>.
                    257: <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>.
                    258: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> tweaks.
1.721     aaron     259: <li>Use <b>-n</b> to test for non-zero variables in <b>/etc/netstart</b>.
                    260: <li>Be more careful with ARP packets.
1.699     jason     261: <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>
                    262:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.729     horacio   263: <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.
                    264: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clock&sektion=3">clock(3)</a> fixes for the alpha architecture.
                    265: <li>Print select collisions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8">vmstat(8)</a> <b>-s</b> output.
                    266: <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.
                    267: <li>Add <b>-u username</b> support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwd_mkdb&sektion=8">pwd_mkdb(8)</a>.
1.721     aaron     268: <li>Properly implement errno handling for the threaded libc (libc_r) on powerpc.
1.729     horacio   269: <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 <b>/etc/ptmp</b> as a lock file.
                    270: <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>.
                    271: <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.
                    272: <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     273: <li>Support 16 slices per device on VAX machines.
1.729     horacio   274: <li>Considerable cleanups to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>.
                    275: <li>Improve key repeat logic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wskbd&sektion=4">wskbd(4)</a>.
                    276: <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.721     aaron     277: <li>Fix absolute path handling in crunchgen(1).
                    278: <li>Shorten <b>/dev/ttyC*</b> device names.
1.729     horacio   279: <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.
                    280: <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.
                    281: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
                    282: <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     283: <li>Zero pw_passwd before freeing its memory in the libc BSD authentication routines.
1.729     horacio   284: <li>Train <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makewhatis&sektion=8">makewhatis(8)</a> to handle more special cases.
                    285: <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>.
                    286: <li>Increase delay in RAM probe for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn(4)</a>.
                    287: <li>Suffix list fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>.
                    288: <li>Various bug fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a>.
                    289: <li>When using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tail&sektion=1">tail(1)</a> <b>-f</b> flag on stdin, don't reopen a local file named stdin.
                    290: <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>.
                    291: <li>Bring in BSD authentication support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8">sudo(8)</a>.
                    292: <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.
                    293: <li>Avoid whacking errno in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1">top(1)</a> signal handlers.
                    294: <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     295: <li>Add support for the Acenic Copper and Netgear GA620T Gigabit Ethernet cards.
1.729     horacio   296: <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     297: <li><font color=#e00000><strong>IMPLEMENTATION FIX: Imac DV reports the VGA device improperly.</strong></font><br>
1.729     horacio   298:     <a href="errata.html#imacdv">A patch is available</a></strong>.<br>
1.707     jason     299:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721     aaron     300: <li>Import BSD authentication mechanisms from BSDI BSD/OS.
1.729     horacio   301: <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 <b>struct passwd</b>.
                    302: <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.
                    303: <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     304: <li>Better prompting logic in libskey.
                    305: <li>Resurrect binutils on alpha.
1.729     horacio   306: <li>Recognize newer Intel audio devices in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4">auich(4)</a>.
                    307: <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.
                    308: <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     309: <li>Correct URL handling in the install scripts.
1.729     horacio   310: <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     311: <li>Page size fixes to the alpha port.
                    312: <li>Import ssh-ask-pass support for X11.
1.729     horacio   313: <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.
                    314: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4">uaudio(4)</a> by default in GENERIC/i386.
                    315: <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     316: <li>Resolve HMAC nomenclautre issues.
1.729     horacio   317: <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     318: <li>Support kernel event queues.
1.729     horacio   319: <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.
                    320: <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     321: <li>Recognize newer AMD CPUs.
1.729     horacio   322: <li>Repair incorrect buffer size logic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnetd&sektion=8">telnetd(8)</a>.
                    323: <li>Add a slew of devices to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbdevs&sektion=8">usbdevs(8)</a>.
                    324: <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     325: <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.729     horacio   326:     <a href="errata.html#qe">A patch is available</a></strong>.<br>
1.692     jason     327:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.729     horacio   328: <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.
                    329: <li>Extra sanity checking in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=skeyinit&sektion=1">skeyinit(1)</a>.
                    330: <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     331: <li>Add initial support for DEC Alpha 21264 systems.
                    332: <li>Bring the alpha port a bit closer to a fully operational console.
                    333: <li>Support Accton EN2242 MiniPCI Ethernet adapters.
                    334: <li>Permit O_RDWR on FIFOs to handle legacy applications that depend on it.
1.729     horacio   335: <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.
                    336: <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     337: <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>
                    338:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.729     horacio   339: <li>Accept <b>-inet</b> and <b>-inet6</b> as options for the <b>show</b> command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>.
                    340: <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.
                    341: <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.
                    342: <li>Various cleanups to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a>.
1.721     aaron     343: <li>In many programs, sync usage() output with their respective man page SYNOPSIS.
                    344: <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.</font><br>
1.729     horacio   345:     <a href="errata.html#tl">A patch is available</a></strong>.<br>
1.721     aaron     346:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.729     horacio   347: <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.
                    348: <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>.
                    349: <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.
                    350: <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     351: <li>Enforce non-cacheable device space on real 80386 machines.
1.729     horacio   352: <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.721     aaron     353: <li>Allow serial mice to work with moused(8) and XFree86 simultaneously.
1.729     horacio   354: <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>.
                    355: <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.692     jason     356: <li><font color=#e00000><strong>RELIABILITY FIX: repair AES (rijndael)
1.712     jason     357: kernel support.</strong></font><br>
1.729     horacio   358:     <a href="errata.html#rijndael">A patch is available</a></strong>.<br>
1.692     jason     359:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.721     aaron     360: <li>Import PCI support for Alpha EB164 machines.
                    361: <li>Add bus_space_barrier macros for the powerpc.
                    362: <li>Endian fixes to the USB code.
1.729     horacio   363: <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     364: <li>Numbering fixups in pfkeyv2 to match IANA assignments.
1.729     horacio   365: <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.
                    366: <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.
                    367: <li>Fix a panic induced by assigning <b>lo0</b> an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip6&sektion=4">IPv6</a> alias.
1.731     aaron     368: <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.</font><br>
1.729     horacio   369:     <a href="errata.html#sshskey">A patch is available</a></strong>.<br>
1.684     deraadt   370:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.729     horacio   371: <li>Deprecate <b>pltime=0</b> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>.
                    372: <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.
                    373: <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     374: <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     375:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.684     deraadt   376: <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>.
                    377: <li>Improve queue handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&sektion=4">gdt(4)</a>.
                    378: <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     379: <li>Fix DMA error problems in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&sektion=4">adw(4)</a>.<br>
                    380:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.684     deraadt   381: <li>If <b>MANPS</b> environment variable is set, the system will also build and install postscript manual pages into /usr/share/man/ps[1-9]/.
                    382: <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.
                    383: <li>Permit <b>-Tps</b> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nroff&sektion=1">nroff(1)</a>.
1.690     jason     384: <li>Make some pfkeyv2 interfaces conform to RFC 2367 numbering.
1.681     deraadt   385: <li>New timeouts in a couple of network drivers.
                    386: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsd&sektion=8">nfsd(8)</a> from swapping out.
                    387: <li>Use PHOLD/PRELE in various kernel components.
                    388: <li>Buffer overflow fix to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&sektion=1">telnet(1)</a>.
                    389: <li>Many man page improvements.
                    390: <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.
                    391: <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   392: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4">usb</a> code.
1.681     deraadt   393: <li>Update alpha architecture support.  A snapshot will come out soon.
                    394: <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.
                    395: <li>Switch amiga to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9">uvm(9)</a>.
                    396: <li>Fix amiga pmap module submap allocations.
                    397: <li>Centralized netisr dispatching.
                    398: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a> updated.
                    399: <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     400: <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>
                    401:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.729     horacio   402: <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.
                    403: <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>
                    404:     <a href="errata.html#zsconsole">A patch is available</a></strong>.<br>
1.712     jason     405:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.681     deraadt   406: <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.
                    407: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a> code to use lower spl.
                    408: <li>Passive FTP support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1">lynx(1)</a>.
                    409: <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      410: <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.681     deraadt   411: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> Agent forwarding and <b>-R</b> support for SSH2 protocol.
1.687     jason     412: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecadm&sektion=8">ipsecadm(8)</a> man page repairs.<br>
                    413:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.686     jason     414: <li>In pfkeyv2, send the message to registered promiscuous listeners.<br>
                    415:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.681     deraadt   416: <li>Some minor <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a> fixes.
                    417: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a> support for the pmax.
                    418: <li>On powerpc, print out the size of the L2 cache size on G3 and G4 machines.
1.680     deraadt   419: <li>2.8 release builds are running, but some of us are already working on post-release hacking.
1.422     deraadt   420: </ul>
                    421: <p>
1.203     deraadt   422:
1.95      deraadt   423: This list mentions mostly platform-independent changes.  For a list of changes
                    424: made in a particular platform, please check the page for that platform.  If you
                    425: find them not listed there, the changes are either (1) not being documented or
                    426: (2) are documented here.<br><br>
1.14      deraadt   427:
                    428: <hr>
1.424     deraadt   429: <p>
                    430: <h3>
1.691     jufi      431: <a href="plus20.html">For changes leading up to OpenBSD 2.0, click here</a>.<br>
                    432: <a href="plus21.html">For changes leading up to OpenBSD 2.1, click here</a>.<br>
                    433: <a href="plus22.html">For changes leading up to OpenBSD 2.2, click here</a>.<br>
                    434: <a href="plus23.html">For changes leading up to OpenBSD 2.3, click here</a>.<br>
                    435: <a href="plus24.html">For changes leading up to OpenBSD 2.4, click here</a>.<br>
                    436: <a href="plus25.html">For changes leading up to OpenBSD 2.5, click here</a>.<br>
                    437: <a href="plus26.html">For changes leading up to OpenBSD 2.6, click here</a>.<br>
                    438: <a href="plus27.html">For changes leading up to OpenBSD 2.7, click here</a>.<br>
                    439: <a href="plus28.html">For changes leading up to OpenBSD 2.8, click here</a>.<br>
1.424     deraadt   440: <br>
                    441: </h3>
                    442:
                    443: <hr>
1.729     horacio   444: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
                    445: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.734   ! jason     446: <br><small>$OpenBSD: plus.html,v 1.733 2001/03/02 20:58:04 jason Exp $</small>
1.14      deraadt   447:
                    448: </body>
                    449: </html>