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

Annotation of www/plus.html, Revision 1.567

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">
                      7: <meta name="description" content="the main OpenBSD page">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
1.59      deraadt    10: <meta name="copyright" content="This document copyright 1996 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.562     deraadt    17: <h2><font color=#e00000>Changes made between OpenBSD 2.7 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
                     21: (ie. these are the changes people ask about most often).  Port
                     22: specific changes have also been made, and are sometimes mentioned
                     23: in the pages for the specific <a href=plat.html>ports</a> if you
1.392     deraadt    24: are interested in further port-specific details.  Many ports
1.29      deraadt    25: have had architecture-specific enhancements relative to NetBSD,
                     26: but when they do not they certainly have plenty of platform-independent
1.490     ian        27: changes, starting with those listed below.
1.14      deraadt    28:
1.17      deraadt    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.477     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>
1.560     deraadt    41: <a href=plus27.html>For changes leading up to OpenBSD 2.7, click here</a>.<br>
1.422     deraadt    42: <br>
1.186     deraadt    43: </h3>
                     44:
                     45: <hr>
1.280     deraadt    46:
1.186     deraadt    47: <p>
1.560     deraadt    48: <h3><font color=#0000e0>OpenBSD 2.7 to be released June 15, 2000.<p>
1.480     deraadt    49: We are working on OpenBSD-current.</font></h3><p>
1.422     deraadt    50: <ul>
1.567   ! deraadt    51: <li>Make quot(1) work when passed mount points.
        !            52: <li>Fix stack mishandling bugs in i387 libm, in particular, in exp(3) and friends.
        !            53: <li>Be more careful about tuples in pcmcia(4).
        !            54: <li>gcc 2.95.3
        !            55: <li>Busify eg(4), to avoid conflict with ne2000 at 0x300.
        !            56: <li><font color=#e00000><strong>SECURITY ISSUE: Do not use the (non-default) <i>UseLogin</i> option in OpenSSH 2.1.*, it has a hole on other operating systems and does not work right in OpenBSD. <a href=errata.html#uselogin>Update to OpenSSH 2.1.1 or later, or simply avoid using UseLogin</a></strong></font>.
        !            57: <li>sudo 1.6.3p4
        !            58: <li>Fix a kernel race in exit(2).
        !            59: <li>In cut(1) deal with last input line not containing a newline
        !            60: <li>One byte overflow in systat(8).
        !            61: <li>Add <strong>D</strong> and <strong>z</strong> commands to diskabel(8) to use the default partition or zero it.
        !            62: <li>A SIGCHLD fix in cron(8).
        !            63: <li>More work on ubsec(4).
        !            64: <li>Bug fixes to spif(4).
        !            65: <li>Bridge packets before vlan'ing them.
        !            66: <li>Fix a subtle bug in xe(4) which had a number of side effects.
        !            67: <li>In sshd(8), fix login count failures in SSH2 support.
        !            68: <li>Whack packet m_recvif field on bridged packets, permitting ipnat to work with the bridge.
        !            69: <li>More visible /tmp file (and failure removal) in makewhatis(8).
        !            70: <li>Be more careful reading panic string from core in savecore(8).
        !            71: <li>Many other changes to ssh(1).
        !            72: <li>Fix short malloc in faithd(8).
        !            73: <li>In ssh(1), permit logins if temporary filesystems are full.
        !            74: <li>ich(4) audio driver onboard the Intel 810/820/440MX-based machines.
        !            75: <li>Support ax88190 in ne(4).
        !            76: <li>UVM on the amiga.
        !            77: <li>In apm(4) the time is kept in hours, not minutes.
        !            78: <li>Add <strong>-A</strong> support to ssh(1).
        !            79: <li>Support for 3c574 and 3CCFEM556BI pcmcia(4) in ep(4).
1.566     deraadt    80: <li>A start at documenting what goes on inside <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8">config(8)</a> files.
                     81: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a>.
                     82: <li>Space treatment in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipcs&sektion=1">ipcs(1)</a>.
                     83: <li>Do not treat <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bind&sektion=2">bind(2)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip&sektion=4">IPv4</a> mapped address in a special way.
                     84: <li>Creation of 2.7-stable release, see our <a href="stable.html">page describing it</a>.
                     85: <li>Convert <a href="amiga.html">amiga</a> port to UVM.
1.564     ericj      86: <li>Arrange to have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc(4)</a> support Adaptec 2930CU.
1.563     deraadt    87: <li><font color=#e00000><strong>SECURITY ISSUE: It was possible to bypass the <i>learning</i> flag on a bridge. <a href=errata.html#bridge>A patch is available</a></strong></font>.
1.566     deraadt    88: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1">ftp(1)</a>, do not attach <i>Host:</i> directive if we are using the proxy.
1.563     deraadt    89: <li>Make almost all manual pages machine independent.
1.564     ericj      90: <li><font color=#e00000><strong>DRIVER FIX: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isapnp&sektion=4&format=html">isapnp(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ef&sektion=4&format=html">ef(4)</a> driver failed to configure properly.  <a href=errata.html#ef>A patch is available</a></strong></font>.
                     91: <li>Helper script cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8&format=html">httpd(8)</a>.
                     92: <li><font color=#e00000><strong>SECURITY ISSUE: Update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=4&format=html">ipf 3.3.16</a>. <a href=errata.html#ipf>A patch is available</a></strong></font>.
1.563     deraadt    93: <li>On i386, place extra byte at end of pcb so that the iomap works for last 8 ports.
1.564     ericj      94: <li>Fix some key parsing routines in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
1.563     deraadt    95: <li>Permit detach of audio devices.
1.564     ericj      96: <li>Properly configure multicast table in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4&format=html">wi(4)</a>.
                     97: <li>Handle 64 bit architectures in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pstat&sektion=8&format=html">pstat(8)</a> -f.
                     98: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&sektion=8&format=html">rtadvd(8)</a>.
                     99: <li>Remove <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsiod&sektion=8&format=html">nfsiod(8)</a> and replace it with an in-kernel thread based implimentation.
                    100: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> X11 forwarding work on localhost.
1.563     deraadt   101: <li>Crank vnode use counts to 32 bits.
1.564     ericj     102: <li>Correct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> printing of gif physical address on non-IPV6 kernel.
1.565     deraadt   103: <li><font color=#e00000><strong> RELIABILITY FIX: Repair a routing table panic. <a href=errata.html#route>A patch is available</a></strong></font>.
1.564     ericj     104: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ancontrol&sektion=8&format=html">ancontrol(8)</a> act like our changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wicontrol&sektion=4&format=html">wicontrol(4)</a> semantics.
                    105: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getifaddrs&sektion=3">getifaddrs(3)</a> in libc rpc code.
                    106: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot_config&sektion=8">boot_config(8)</a> code, save enable command in the history for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8&format=html">config(8)</a>'s -eu updating.
1.561     deraadt   107: <li>Update multicasting support for ipv6.
1.564     ericj     108: <li>Fix usage printing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=passwd&sektion=1&format=html">passwd(1)</a>.
1.561     deraadt   109: <li>By default, do not vsync blank sparc cgsix(4) monitors, but provide a sysctl to do so.
                    110: <li>Start at a BlueSteel (Broadcom) 5[56]01 crypto accelerator driver.
1.564     ericj     111: <li>Accept empty shell specifications in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
                    112: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, do non-blocking on ssh1 protocol sockets too.
                    113: <li>Some additions to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=keynote&sektion=3&format=html">keynote(3)</a>.
1.561     deraadt   114: <li>Crank rt_refcnt to 32 bits.
                    115: <li>Supply entropy from i386 mouse drivers to the kernel random number generator.
1.564     ericj     116: <li>Correct p2p interface address handling and various other bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route6d&sektion=8&format=html">route6d(8)</a>.
1.561     deraadt   117: <li>Few more tweaks to pcvt termcap definition.
                    118: <li>Ensure SIOCSETVLAN gets a valid vlan tag.
1.564     ericj     119: <li>After <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> finishes downloading, change progress meter to show the total elapsed time.
                    120: <li>Handle 0-size files in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>'s progress meter.
                    121: <li>Parse RFC2732 ftp URLs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>.
                    122: <li>In ipv6, perform NUD on p2p link, only if the destination/gateway is real neighbor.
1.565     deraadt   123: <li><font color=#e00000><strong> RELIABILITY FIX: Parse IPv4 options more carefully. <a href=errata.html#ipopts>A patch is available</a></strong></font>.
1.564     ericj     124: <li>Translate DNS error codes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&sektion=3&format=html">getaddrinfo(3)</a>.
                    125: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4">cardbus(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4&format=html">com(4)</a> driver.
1.561     deraadt   126: <li>Support debugging libraries via DEBUGLIBS in /etc/mk.conf.
                    127: <li>Driver for tcic(4) style pcmcia adapters.
1.564     ericj     128: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4&format=html">ipsec(4)</a> ESP sanity checks that caused really short packets to be dropped.  Only icmp was affected.
1.422     deraadt   129: </ul>
                    130: <p>
1.203     deraadt   131:
1.95      deraadt   132: This list mentions mostly platform-independent changes.  For a list of changes
                    133: made in a particular platform, please check the page for that platform.  If you
                    134: find them not listed there, the changes are either (1) not being documented or
                    135: (2) are documented here.<br><br>
1.14      deraadt   136:
                    137: <hr>
1.424     deraadt   138: <p>
                    139: <h3>
1.477     deraadt   140: <a href=plus20.html>For changes leading up to OpenBSD 2.0, click here</a>.<br>
                    141: <a href=plus21.html>For changes leading up to OpenBSD 2.1, click here</a>.<br>
                    142: <a href=plus22.html>For changes leading up to OpenBSD 2.2, click here</a>.<br>
                    143: <a href=plus23.html>For changes leading up to OpenBSD 2.3, click here</a>.<br>
                    144: <a href=plus24.html>For changes leading up to OpenBSD 2.4, click here</a>.<br>
                    145: <a href=plus25.html>For changes leading up to OpenBSD 2.5, click here</a>.<br>
                    146: <a href=plus26.html>For changes leading up to OpenBSD 2.6, click here</a>.<br>
1.560     deraadt   147: <a href=plus27.html>For changes leading up to OpenBSD 2.7, click here</a>.<br>
1.424     deraadt   148: <a href=plus.html>For changes in OpenBSD-current, click here</a>.
                    149: <br>
                    150: </h3>
                    151:
                    152: <hr>
1.292     pauls     153: <a href="index.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.14      deraadt   154: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.567   ! deraadt   155: <br><small>$OpenBSD: plus.html,v 1.566 2000/05/29 08:25:06 deraadt Exp $</small>
1.14      deraadt   156:
                    157: </body>
                    158: </html>