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

Annotation of www/plus.html, Revision 1.562

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.561     deraadt    51: <li>Use getifaddrs(3) in libc rpc code.
                     52: <li>For boot_config(8) code, save enable command in the history for config(8)'s -eu updating.
                     53: <li>Replace nfsiod(8) with an in-kernel thread model.
                     54: <li>Update multicasting support for ipv6.
                     55: <li>Fix usage printing in passwd(1).
                     56: <li>By default, do not vsync blank sparc cgsix(4) monitors, but provide a sysctl to do so.
                     57: <li>Start at a BlueSteel (Broadcom) 5[56]01 crypto accelerator driver.
                     58: <li>Accept empty shell specifications in sshd(8).
                     59: <li>In ssh(1), do non-blocking on ssh1 protocol sockets too.
                     60: <li>Some additions to keynote(3).
                     61: <li>Crank rt_refcnt to 32 bits.
                     62: <li>Supply entropy from i386 mouse drivers to the kernel random number generator.
                     63: <li>Correct p2p interface address handling and various other bugs in route6d(8).
                     64: <li>Few more tweaks to pcvt termcap definition.
                     65: <li>Ensure SIOCSETVLAN gets a valid vlan tag.
                     66: <li>After ftp(1) finishes downloading, change progress meter to show the total elapsed time.
                     67: <li>Handle 0-size files in ftp(1)'s progress meter.
                     68: <li>Parse RFC2732 ftp URLs in ftp(1).
                     69: <li>in ipv6, perform NUD on p2p link, only if the destination/gateway is real neighbor.
                     70: <li>Parse IPv4 options more carefully.
                     71: <li>Translate DNS error codes in getaddrinfo(3).
                     72: <li>cardbus(4) com(4) driver.
                     73: <li>Support debugging libraries via DEBUGLIBS in /etc/mk.conf.
                     74: <li>Driver for tcic(4) style pcmcia adapters.
                     75: <li>Fix ipsec(4) ESP sanity checks that caused really short packets to be dropped.  Only icmp was affected.
1.422     deraadt    76: </ul>
                     77: <p>
1.203     deraadt    78:
1.95      deraadt    79: This list mentions mostly platform-independent changes.  For a list of changes
                     80: made in a particular platform, please check the page for that platform.  If you
                     81: find them not listed there, the changes are either (1) not being documented or
                     82: (2) are documented here.<br><br>
1.14      deraadt    83:
                     84: <hr>
1.424     deraadt    85: <p>
                     86: <h3>
1.477     deraadt    87: <a href=plus20.html>For changes leading up to OpenBSD 2.0, click here</a>.<br>
                     88: <a href=plus21.html>For changes leading up to OpenBSD 2.1, click here</a>.<br>
                     89: <a href=plus22.html>For changes leading up to OpenBSD 2.2, click here</a>.<br>
                     90: <a href=plus23.html>For changes leading up to OpenBSD 2.3, click here</a>.<br>
                     91: <a href=plus24.html>For changes leading up to OpenBSD 2.4, click here</a>.<br>
                     92: <a href=plus25.html>For changes leading up to OpenBSD 2.5, click here</a>.<br>
                     93: <a href=plus26.html>For changes leading up to OpenBSD 2.6, click here</a>.<br>
1.560     deraadt    94: <a href=plus27.html>For changes leading up to OpenBSD 2.7, click here</a>.<br>
1.424     deraadt    95: <a href=plus.html>For changes in OpenBSD-current, click here</a>.
                     96: <br>
                     97: </h3>
                     98:
                     99: <hr>
1.292     pauls     100: <a href="index.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.14      deraadt   101: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.562   ! deraadt   102: <br><small>$OpenBSD: plus.html,v 1.561 2000/05/19 23:10:53 deraadt Exp $</small>
1.14      deraadt   103:
                    104: </body>
                    105: </html>