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

Annotation of www/plus.html, Revision 1.716

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.14      deraadt     5: <link rev=made href=mailto:www@openbsd.org>
                      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.64      downsj     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
1.14      deraadt    14:
1.292     pauls      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.694     ian        23: in the pages for the specific <a href=plat.html>platforms</a>.
1.14      deraadt    24:
1.17      deraadt    25: <p>
1.185     deraadt    26: Note: <font color=#e00000>Problems for which patches exist are marked in red</font>.
                     27:
                     28: <p>
1.186     deraadt    29: <h3>
1.684     deraadt    30: <a href="plus20.html">For changes leading up to OpenBSD 2.0, click here</a>.<br>
                     31: <a href="plus21.html">For changes leading up to OpenBSD 2.1, click here</a>.<br>
                     32: <a href="plus22.html">For changes leading up to OpenBSD 2.2, click here</a>.<br>
                     33: <a href="plus23.html">For changes leading up to OpenBSD 2.3, click here</a>.<br>
                     34: <a href="plus24.html">For changes leading up to OpenBSD 2.4, click here</a>.<br>
                     35: <a href="plus25.html">For changes leading up to OpenBSD 2.5, click here</a>.<br>
                     36: <a href="plus26.html">For changes leading up to OpenBSD 2.6, click here</a>.<br>
                     37: <a href="plus27.html">For changes leading up to OpenBSD 2.7, click here</a>.<br>
                     38: <a href="plus28.html">For changes leading up to OpenBSD 2.8, click here</a>.<br>
1.422     deraadt    39: <br>
1.186     deraadt    40: </h3>
                     41:
                     42: <hr>
1.280     deraadt    43:
1.186     deraadt    44: <p>
1.674     deraadt    45: <h3><font color=#0000e0>We are working on OpenBSD-current.</font></h3><p>
1.422     deraadt    46: <ul>
1.715     jason      47: <li><font color=#e00000><strong>SECURITY FIX: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rnd&sektion=4">rnd(4)</a> device does not use all of its input when data is written to it.</strong></font><br>
                     48:     <a href="errata.html#rnd">A patch is available</a></strong></font>.<br>
                     49:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.716   ! deraadt    50: <li>Fix sprintf overflow in
        !            51: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsinfo&sektion=8">fsinfo(8)</a>.
        !            52: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8">fdisk(8)</a>
        !            53: can change only the partition ID if desired.
        !            54: <li>Use gif* instead of enc* for IPsec bridges.
        !            55: <li>Permit multiple
        !            56: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a>s
        !            57: to run simultaniously.
        !            58: <li>Have rc initialize RAID parity.
        !            59: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=talk&sektion=1">talk(1)</a>
        !            60: pass high characters without escaping; for use with other charsets (disabled by default).
        !            61: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mountd&sektion=8">mountd(8)</a>
        !            62: from deadlocking due to DNS issues.
        !            63: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a>
        !            64: logs actual bytes transfered as opposed to original file size.
        !            65: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8">fsck_ffs(8)</a>
        !            66: no longer marks filesystem clean if fsck needs to be rerun.
        !            67: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a>
        !            68: gracefuly handles missing LEASE_TIME.
        !            69: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gprof&sektion=1">gprof(1)</a>
        !            70: now works under mvme88k.
        !            71: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
        !            72: option: HostKeyAlias.  Other minor ssh(d) fixes.
        !            73: <li>Make the
        !            74: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&sektion=4">auvia(4)</a>
        !            75: driver behave nicely with fixed rate codecs.
        !            76: <li>Revoke root priveleges as early as possible in
        !            77: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&sektion=8">ping6(8)</a>.
        !            78: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=edquota&sektion=8">edquota(8)</a>
        !            79: and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=repquota&sektion=8">repquota(8)</a>
        !            80: handle quotas over 4 gigabytes correctly.
        !            81: <li>SSH cleanups.
        !            82: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a>,
        !            83: don't reset nonblock if it's not interactive.
        !            84: <!-- 2000/12/19 12:20:24 -->
        !            85: <li><font color=#e00000><strong>SECURITY FIX: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xlock&sektion=1">xlock</a> now authenticates via a pipe.</strong></font><br>
        !            86:     <a href="errata.html#xlock">A patch is available</a></strong></font>.<br>
        !            87:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
        !            88: <!-- 2000/12/18 23:58:39 -->
1.712     jason      89: <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.711     jason      90:     <a href="errata.html#pms">A patch is available</a></strong></font>.<br>
                     91:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.716   ! deraadt    92: <li>Only invoke DMA transfers when transfering over 100 bytes for some drives.
        !            93: <!-- 2000/12/18 11:44:28 -->
1.710     jason      94: <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</a>.</strong></font><br>
1.708     jason      95:     <a href="errata.html#procfs">A patch is available</a></strong></font>.<br>
                     96:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.716   ! deraadt    97: <!-- 2000/12/18 00:00:18 -->
        !            98: <li>Fix setting of nwid for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a>.<br>
        !            99:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
        !           100: <li>Compaq SMART Array RAID controllers supported.
        !           101: <li>New machdep.allowaperature sysctl value of &quot;2&quot; to provide access
        !           102: to entire first megabyte of memory.
        !           103: <li>Fixed some obscure PCMCIA related panics.
        !           104: <li>Merged Apache 1.3.14 and mod_ssl 2.7.1.
        !           105: <li>Add support for the Natsemi 83820.
        !           106: <li>Fix /etc/sudoers permissions and initial creation handling.
        !           107: <li>Merged openssl-engine-0.9.6.
        !           108: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=photurisd&sektion=8">photurisd(8)</a>
        !           109: cleanup.
        !           110: <li>Allow sys/netinet/ip_spd.c to compile in non-INET6 kernels.
        !           111: <li>Synchronized pfkeyv2 implementation with pfkey RFC.
        !           112: <!-- 2000/12/13 22:13:10 -->
1.705     jason     113: <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>
                    114:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.716   ! deraadt   115: <li>New CRYPTO option for
        !           116: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=options&sektion=4">options(4)</a>.
        !           117: <li>Add bytecounter stats to
        !           118: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a>.
        !           119: <li>New timeouts in some SCSI and RAID drivers.
        !           120: <li>Strengthen random TCP sequence numbers.
        !           121: <!-- ? 2000/12/13 01:34:05 ? -->
1.712     jason     122: <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.706     jason     123:     <a href="errata.html#hwcrypto">A patch is available</a></strong></font>.<br>
1.704     jason     124:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.716   ! deraadt   125: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=8">ssh(8)</a>,
        !           126: don't abort login when failing to set tty owner and mode if the tty already has
        !           127: correct owner and permissions.
        !           128: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
        !           129: no longer requires a source port &gt; 1024 for rhosts-rsa.
        !           130: <li>New ICMP types and codes.
        !           131: <li>Add support for the 802.1D spanning tree protocol for bridges.
        !           132: <li>Add transport protocol/ports negotiation support to
        !           133: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>,
        !           134: among other IPsec changes from the EOM-branch merge.
        !           135: <li>Turn off path MTU when ICMP needfrag messages are blocked.
        !           136: <li>Big batch of Alpha drivers added to Alpha's GENERIC kernel.
        !           137: <li>Don't let
        !           138: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>
        !           139: touch region after free.
        !           140: <li>Removed libgmp.
        !           141: <li>Make
        !           142: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=photurisd&sektion=8">photurisd(8)</a>
        !           143: use bignum.
        !           144: <!-- 2000/12/10 12:09:11 -->
1.712     jason     145: <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.702     jason     146:     <a href="errata.html#kerberos2">A patch is available</a></strong></font>.<br>
                    147:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.716   ! deraadt   148: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
        !           149: when using skey/tis-auth always request new challenge.
        !           150: <li>Support newer cy cards in the
        !           151: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cy&sektion=4">cy(4)</a>
        !           152: driver.
        !           153: <li>New Swiss and jp106 keyboard maps.
        !           154: <li>CVS_RSH is set to &quot;ssh&quot; by default in
        !           155: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&sektion=1">cvs(1)</a>.
        !           156: <li>Fix endianess issues in
        !           157: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>;
        !           158: <li>Overhaul the
        !           159: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&sektion=4">adw(4)</a>
        !           160: driver.
        !           161: <li>Add vrrp, smb, and timed printing to
        !           162: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>.
        !           163: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=calendar&sektion=4">calendar(4)</a>
        !           164: only accepts real files.
        !           165: <li>Fix perror() calls in
        !           166: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcvt&sektion=4">pcvt(4)</a>
        !           167: that were buffer overflows.
        !           168: <li>Avoid argv passing overflow in
        !           169: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftp&sektion=1">tftp(1)</a>.
        !           170: <li>Support I/O Data USB-ET/T USB ethernet in the
        !           171: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&sektion=4">kue(4)</a>
        !           172: driver.
        !           173: <li>Fix (partially) the reset sequence for 16-bit PCMCIA cards.
        !           174: <li>Extend paranoia surrounding passed KRB environment variables in
        !           175: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&sektion=1">telnet(1)</a>.
        !           176: <li>Update the
        !           177: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp(4)</a>
        !           178: driver adding maxluns support, among other things.
        !           179: <li>PCI LIVENGOOD chipset support.
        !           180: <li>Support the other 3com 990 series cards.
        !           181: <li>libtermlib obsolete; removed.
        !           182: <li>Fix RIPv0 (RFC 1058) and NFS port-number printing in
        !           183: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>.
        !           184: <li>Make pcap generated BPF filters work on the tun interface.
        !           185: <li>Add
        !           186: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keyscan&sektion=1">ssh-keyscan(1)</a>
        !           187: to the arsenal.
        !           188: <!-- 2000/12/04 03:49:31 -->
1.712     jason     189: <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</a>.</strong></font><br>
1.700     jason     190:     <a href="errata.html#ftpd">A patch is available</a></strong></font>.<br>
                    191:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.716   ! deraadt   192: <!-- 2000/12/03 12:56:21 -->
1.707     jason     193: <li><font color=#e00000><strong>IMPLEMENTATION FIX: Fix fastroute related panic.</strong></font><br>
1.706     jason     194:     <a href="errata.html#fastroute">A patch is available</a></strong></font>.<br>
1.703     jason     195:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.716   ! deraadt   196: <!-- 2000/12/02 15:44:49 -->
        !           197: <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>
        !           198:     <a href="errata.html#kerberos">A patch is available</a></strong></font>.<br>
        !           199:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
        !           200: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a>
        !           201: can get umask via a login class in login.conf.
        !           202: <li>VLAN devices stop sending packets if the parent interface isn't running.
        !           203: <li>Stability fixes in
        !           204: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
        !           205: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&sektion=1">ssh-agent(1)</a>
        !           206: disables agent, x11, and port forwarding if hostkey has changed.
        !           207: <li>Prevent
        !           208: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&sektion=1">ssh-agent(1)</a>
        !           209: from dumping core.
        !           210: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>'s
        !           211: x509 handling ignores the ID length.
        !           212: <li>Support hot insertion and removal of Texas Instruments PCI113X CardBus bridges.
        !           213: <!-- 2000/11/26 18:41:05 -->
1.699     jason     214: <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>
                    215:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.716   ! deraadt   216: <li>Avoid race conditition in
        !           217: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adduser&sektion=8">adduser(8)</a>.
        !           218: <li>Fix pciide on 164sx Alphas.
        !           219: <li>Variable handling in
        !           220: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>
        !           221: improved, along with other fixes.
        !           222: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makedev&sektion=8">MAKEDEV(8)</a>
        !           223: enforces ttyC[0-f].
        !           224: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>
        !           225: can gracefuly handle invalid ciphers.
        !           226: <li>General <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>
        !           227: improvements, including PGPnet interoperability fixes.
        !           228: <li>Bigger RAM probe delay in
        !           229: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn(4)</a>
        !           230: driver.
        !           231: <li>Assorted
        !           232: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a> fixes.
        !           233: <li>Support for kernel events on vnodes.
        !           234: <!-- 2000/11/20 23:44:04 -->
        !           235: <li>fix CAST-128 key size in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a><br>
        !           236:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
        !           237: <!-- 2000/11/20 19:03:45 -->
1.712     jason     238: <li><font color=#e00000><strong>IMPLEMENTATION FIX: Imac DV reports the VGA device improperly.</strong></font><br>
1.707     jason     239:     <a href="errata.html#imacdv">A patch is available</a></strong></font>.<br>
                    240:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.716   ! deraadt   241: <li>Avoid SIGHUP log issue in
        !           242: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypserv&sektion=8">ypserv(8)</a>.
        !           243: <li>Support kernel event queues via
        !           244: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kqueue&sektion=2">kqueue(2)</a>.
        !           245: <li>Support for quite a few more USB devices, including scanners.
1.698     jason     246: <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.692     jason     247:     <a href="errata.html#qe">A patch is available</a></strong></font>.<br>
                    248:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.695     jason     249: <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>
                    250:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.716   ! deraadt   251: <li>Harden <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a>'s
        !           252: EPSV and EPRT handling.
        !           253: <li>Fix off-by-one error in
        !           254: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&sektion=1">ssh-agent(1)</a>.
1.692     jason     255: <li><font color=#e00000><strong>RELIABILITY FIX: repair AES (rijndael)
1.712     jason     256: kernel support.</strong></font><br>
1.692     jason     257:     <a href="errata.html#rijndael">A patch is available</a></strong></font>.<br>
                    258:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.684     deraadt   259: <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.<br>
                    260:     <a href="errata.html#sshskey">A patch is available</a></strong></font>.<br>
                    261:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.716   ! deraadt   262: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>
        !           263: induced panic when given a specific IPv6 option combination.
1.714     jason     264: <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>
                    265:     <a href="errata.html#tl">A patch is available</a></strong></font>.<br>
1.684     deraadt   266:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
                    267: <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>.
                    268: <li>Improve queue handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&sektion=4">gdt(4)</a>.
                    269: <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     270: <li>Fix DMA error problems in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&sektion=4">adw(4)</a>.<br>
                    271:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.684     deraadt   272: <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]/.
                    273: <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.
                    274: <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     275: <li>Make some pfkeyv2 interfaces conform to RFC 2367 numbering.
1.681     deraadt   276: <li>New timeouts in a couple of network drivers.
                    277: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsd&sektion=8">nfsd(8)</a> from swapping out.
                    278: <li>Use PHOLD/PRELE in various kernel components.
                    279: <li>Buffer overflow fix to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&sektion=1">telnet(1)</a>.
                    280: <li>Many man page improvements.
                    281: <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.
                    282: <li>kcore handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm&sektion=3">kvm(3)</a> for alpha.
                    283: <li>Update usb code.
                    284: <li>Update alpha architecture support.  A snapshot will come out soon.
                    285: <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.
                    286: <li>Switch amiga to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9">uvm(9)</a>.
                    287: <li>Fix amiga pmap module submap allocations.
                    288: <li>Centralized netisr dispatching.
                    289: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a> updated.
                    290: <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     291: <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>
                    292:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.681     deraadt   293: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcibios&sektion=4">pcibios(4)</a> interrupt setup support for AMD750 chipset.
1.712     jason     294: <li><font color=#e00000><strong>RELIABILITY FIX: In sparc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zs&sektion=4">zs(4)</a>, when using serial console, the interrupt routine was unable to distinguish it's own interrupts.</strong></font><br>
                    295:     <a href="errata.html#zsconsole">A patch is available</a></strong></font>.<br>
                    296:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.681     deraadt   297: <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.
                    298: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a> code to use lower spl.
                    299: <li>Passive FTP support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1">lynx(1)</a>.
                    300: <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      301: <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   302: <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     303: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecadm&sektion=8">ipsecadm(8)</a> man page repairs.<br>
                    304:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.686     jason     305: <li>In pfkeyv2, send the message to registered promiscuous listeners.<br>
                    306:     <a href="stable.html"><font color=#00b000>[Applied to stable]</font></a>
1.681     deraadt   307: <li>Some minor <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a> fixes.
                    308: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a> support for the pmax.
                    309: <li>On powerpc, print out the size of the L2 cache size on G3 and G4 machines.
1.680     deraadt   310: <li>2.8 release builds are running, but some of us are already working on post-release hacking.
1.422     deraadt   311: </ul>
                    312: <p>
1.203     deraadt   313:
1.95      deraadt   314: This list mentions mostly platform-independent changes.  For a list of changes
                    315: made in a particular platform, please check the page for that platform.  If you
                    316: find them not listed there, the changes are either (1) not being documented or
                    317: (2) are documented here.<br><br>
1.14      deraadt   318:
                    319: <hr>
1.424     deraadt   320: <p>
                    321: <h3>
1.691     jufi      322: <a href="plus20.html">For changes leading up to OpenBSD 2.0, click here</a>.<br>
                    323: <a href="plus21.html">For changes leading up to OpenBSD 2.1, click here</a>.<br>
                    324: <a href="plus22.html">For changes leading up to OpenBSD 2.2, click here</a>.<br>
                    325: <a href="plus23.html">For changes leading up to OpenBSD 2.3, click here</a>.<br>
                    326: <a href="plus24.html">For changes leading up to OpenBSD 2.4, click here</a>.<br>
                    327: <a href="plus25.html">For changes leading up to OpenBSD 2.5, click here</a>.<br>
                    328: <a href="plus26.html">For changes leading up to OpenBSD 2.6, click here</a>.<br>
                    329: <a href="plus27.html">For changes leading up to OpenBSD 2.7, click here</a>.<br>
                    330: <a href="plus28.html">For changes leading up to OpenBSD 2.8, click here</a>.<br>
1.424     deraadt   331: <br>
                    332: </h3>
                    333:
                    334: <hr>
1.292     pauls     335: <a href="index.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.14      deraadt   336: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.715     jason     337: <br><small>$OpenBSD: plus.html,v 1.714 2001/01/04 14:24:06 jason Exp $</small>
1.14      deraadt   338:
                    339: </body>
                    340: </html>