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

Annotation of www/plus.html, Revision 1.563

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.563   ! deraadt    51: <li>Arrange to have ahc(4) support Adaptec 2930CU.
        !            52: <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>.
        !            53: <li>In ftp(1), do not attach Host: directirve if we are using the proxy.
        !            54: <li>Make almost all manual pages machine independent.
        !            55: <li><font color=#e00000><strong>DRIVER FIX: The isapnp(4) ef(4) driver failed to configure properly.  <a href=errata.html#ef>A patch is available</a></strong></font>.
        !            56: <li>Helper script cleanup in httpd(8).
        !            57: <li><font color=#e00000><strong>SECURITY ISSUE: Update to ipf 3.3.16. <a href=errata.html#ipf>A patch is available</a></strong></font>.
        !            58: <li>On i386, place extra byte at end of pcb so that the iomap works for last 8 ports.
        !            59: <li>Fix some key parsing routines in ssh(1).
        !            60: <li>Permit detach of audio devices.
        !            61: <li>Properly configure multicast table in wi(4).
        !            62: <li>Handle 64 bit architectures in pstat(8) -f.
        !            63: <li>Update rtadvd(8).
        !            64: <li>Remove nfsiod(4) and replace it with an in-kernel thread based implimentation.
        !            65: <li>Make ssh(1) X11 forwarding work on localhost.
        !            66: <li>Crank vnode use counts to 32 bits.
        !            67: <li>Correct ifconfig(8) printing of gif physical address on non-IPV6 kernel.
        !            68: <li>Repair a routing table panic.
        !            69: <li>Make ancontrol(4) act like our changed wicontrol(4) semantics.
1.561     deraadt    70: <li>Use getifaddrs(3) in libc rpc code.
                     71: <li>For boot_config(8) code, save enable command in the history for config(8)'s -eu updating.
                     72: <li>Replace nfsiod(8) with an in-kernel thread model.
                     73: <li>Update multicasting support for ipv6.
                     74: <li>Fix usage printing in passwd(1).
                     75: <li>By default, do not vsync blank sparc cgsix(4) monitors, but provide a sysctl to do so.
                     76: <li>Start at a BlueSteel (Broadcom) 5[56]01 crypto accelerator driver.
                     77: <li>Accept empty shell specifications in sshd(8).
                     78: <li>In ssh(1), do non-blocking on ssh1 protocol sockets too.
                     79: <li>Some additions to keynote(3).
                     80: <li>Crank rt_refcnt to 32 bits.
                     81: <li>Supply entropy from i386 mouse drivers to the kernel random number generator.
                     82: <li>Correct p2p interface address handling and various other bugs in route6d(8).
                     83: <li>Few more tweaks to pcvt termcap definition.
                     84: <li>Ensure SIOCSETVLAN gets a valid vlan tag.
                     85: <li>After ftp(1) finishes downloading, change progress meter to show the total elapsed time.
                     86: <li>Handle 0-size files in ftp(1)'s progress meter.
                     87: <li>Parse RFC2732 ftp URLs in ftp(1).
                     88: <li>in ipv6, perform NUD on p2p link, only if the destination/gateway is real neighbor.
                     89: <li>Parse IPv4 options more carefully.
                     90: <li>Translate DNS error codes in getaddrinfo(3).
                     91: <li>cardbus(4) com(4) driver.
                     92: <li>Support debugging libraries via DEBUGLIBS in /etc/mk.conf.
                     93: <li>Driver for tcic(4) style pcmcia adapters.
                     94: <li>Fix ipsec(4) ESP sanity checks that caused really short packets to be dropped.  Only icmp was affected.
1.422     deraadt    95: </ul>
                     96: <p>
1.203     deraadt    97:
1.95      deraadt    98: This list mentions mostly platform-independent changes.  For a list of changes
                     99: made in a particular platform, please check the page for that platform.  If you
                    100: find them not listed there, the changes are either (1) not being documented or
                    101: (2) are documented here.<br><br>
1.14      deraadt   102:
                    103: <hr>
1.424     deraadt   104: <p>
                    105: <h3>
1.477     deraadt   106: <a href=plus20.html>For changes leading up to OpenBSD 2.0, click here</a>.<br>
                    107: <a href=plus21.html>For changes leading up to OpenBSD 2.1, click here</a>.<br>
                    108: <a href=plus22.html>For changes leading up to OpenBSD 2.2, click here</a>.<br>
                    109: <a href=plus23.html>For changes leading up to OpenBSD 2.3, click here</a>.<br>
                    110: <a href=plus24.html>For changes leading up to OpenBSD 2.4, click here</a>.<br>
                    111: <a href=plus25.html>For changes leading up to OpenBSD 2.5, click here</a>.<br>
                    112: <a href=plus26.html>For changes leading up to OpenBSD 2.6, click here</a>.<br>
1.560     deraadt   113: <a href=plus27.html>For changes leading up to OpenBSD 2.7, click here</a>.<br>
1.424     deraadt   114: <a href=plus.html>For changes in OpenBSD-current, click here</a>.
                    115: <br>
                    116: </h3>
                    117:
                    118: <hr>
1.292     pauls     119: <a href="index.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.14      deraadt   120: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.563   ! deraadt   121: <br><small>$OpenBSD: plus.html,v 1.562 2000/05/19 23:30:09 deraadt Exp $</small>
1.14      deraadt   122:
                    123: </body>
                    124: </html>