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

Annotation of www/plus.html, Revision 1.719

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