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

Annotation of www/plus.html, Revision 1.484

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.478     deraadt    17: <h2><font color=#e00000>Changes made between OpenBSD 2.6 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
                     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.424     deraadt    41: <a href=plus.html>For changes in OpenBSD-current, click here</a>.
1.422     deraadt    42: <br>
1.186     deraadt    43: </h3>
                     44:
                     45: <hr>
1.280     deraadt    46:
1.186     deraadt    47: <p>
1.480     deraadt    48: <h3><font color=#0000e0>OpenBSD 2.6 is in CD production, and will
                     49: be released when the CDs return, which will be before December 1.<p>
                     50: We are working on OpenBSD-current.</font></h3><p>
1.422     deraadt    51: <ul>
1.484   ! deraadt    52: <li><font color=#e00000><strong>A kernel reliability fix for the alpha. <a href=errata.html#alpha_locore>A patch is available</a></strong></font>.
        !            53: <li><font color=#e00000><strong>A kernel reliability fix for all m68k architectures. <a href=errata.html#m68k_locore>A patch is available (which all m68k architectures share)</a></strong></font>.
1.483     deraadt    54: <li><font color=#e00000><strong>Numerous (non-security) additions/changes have been made to OpenSSH since the OpenBSD 2.6 release. <a href=errata.html#ssh>A jumbo patch is available which adds many features</a></strong></font>.
1.482     deraadt    55: <li><font color=#e00000><strong>A kernel reliability fix for the sparc. <a href=errata.html#sparc_locore>A patch is available</a></strong></font>.
1.481     deraadt    56: <li>Counter overflow fix to scp(1).
                     57: <li>Merge dvdio.h support into cdio.h, and cleanup various unportabile bits.
                     58: <li>Various other ssh cleanups.
                     59: <li>Print all bad options in sshd(8) and ssh(1) before exiting with a failure.
                     60: <li>sshd(8) now has a IgnoreUserKnownHosts flag.
                     61: <li>Optionally run a command in newsyslog(1), instead of sending a signal.
                     62: <li>Some make(1) fixes.
                     63: <li>Improve dhcp integration into the install media.
1.479     deraadt    64: <li>Logging cleanup of ssh.
1.483     deraadt    65: <li>Have sshd check check the user's personal ~/.ssh/known_hosts file.
1.479     deraadt    66: <li><font color=#e00000><strong>NOTE: OpenSSH does not have the ssh 1.2.27 rsa bug</strong></font>.
                     67: <li>Install a shared libperl.
                     68: <li><font color=#e00000><strong>Fix m4, accidentally broken in 2.6. <a href=errata.html#m4>A patch is available</a></strong></font>.
                     69: <li><font color=#e00000><strong>Users should not be able to change the media configuration of interfaces. <a href=errata.html#ifmedia>A patch is available</a></strong></font>.
                     70: <li>Add strtok_r(3).
                     71: <li><font color=#e00000><strong>newsyslog race condition fixes. <a href=errata.html#newsyslog>A patch is available</a></strong></font>.
                     72: <li>Various make(1) fixes.
                     73: <li>screen blanker code for the amiga.
                     74: <li>Default network name in wi(4) is "", not "ANY".
                     75: <li>Start of DVD support.
                     76: <li>New sf(4) driver supports Adaptec "StarFire" AIC6915-based Ethernet PCI cards.
                     77: <li>Numerous more ssh and sshd cleanups.
                     78: <li>Slow down ATAPI IDENTIFY (final critical fix which shipped in 2.6).
                     79: <li>Another critical i386 memory allocation fix (shipped in 2.6).
                     80: <li>Critical brooktree driver fix (shipped in 2.6).
                     81: <li>Fix some more atapi bugs (shipped in 2.6).
                     82: <li>Fix byte order bugs in the new wdc/atapi code.
                     83: <li>Sparc uses UVM by default now.
                     84: <li>Allow rarpd(8) to work on aliased interfaces.
                     85: <li>Support multiple enc(4) interfaces.
                     86: <li>Reliability fixes for the ATAPI code (shipped in 2.6).
                     87: <li>New driver: al(4) supports the ADMtek AL981/AN985 PCI ethernet cards.
                     88: <li>Various other ssh and sshd cleanups.
                     89: <li>Add ethernet-IP encapsulation.
                     90: <li>In ssh, use libssl md5 routines instead of our libc routines.
                     91: <li>Disassociate interfaces from ipnat after they've been removed from the interface list.
                     92: <li>Make ASYNC pipes capable of generating SIGIO.
                     93: <li>Emulate FreeBSD F[GS]ETOWN.
                     94: <li>Fix some further ARP problems in bridge(4).
                     95: <li>Fix scp counters for > 1 hour.
                     96: <li>Support LMC1200 in lmc(4).
                     97: <li>Repair multicast routing description block in afterboot(8).
                     98: <li>Support missing tty flags in stty(1).
                     99: <li>libkeynote update.
                    100: <li>Support UVM throughout userland.
                    101: <li>Support for puc(4) (PCI serial/parallel cards).
                    102: <li>Make disklabel.h safe for C++ use.
                    103: <li>Use reference-copies of the mbuf in bridge code again, instead of full copies.
                    104: <li>Make ssh print the correct remote version number.
                    105: <li>Make ssh compile faster by using a library.
                    106: <li>In ti(4), use bus_dma routines instead of uvm_page_alloc_contig.
                    107: <li>Cleanup i386 disktab.
1.422     deraadt   108: </ul>
                    109: <p>
1.203     deraadt   110:
1.95      deraadt   111: This list mentions mostly platform-independent changes.  For a list of changes
                    112: made in a particular platform, please check the page for that platform.  If you
                    113: find them not listed there, the changes are either (1) not being documented or
                    114: (2) are documented here.<br><br>
1.14      deraadt   115:
                    116: <hr>
1.424     deraadt   117: <p>
                    118: <h3>
1.477     deraadt   119: <a href=plus20.html>For changes leading up to OpenBSD 2.0, click here</a>.<br>
                    120: <a href=plus21.html>For changes leading up to OpenBSD 2.1, click here</a>.<br>
                    121: <a href=plus22.html>For changes leading up to OpenBSD 2.2, click here</a>.<br>
                    122: <a href=plus23.html>For changes leading up to OpenBSD 2.3, click here</a>.<br>
                    123: <a href=plus24.html>For changes leading up to OpenBSD 2.4, click here</a>.<br>
                    124: <a href=plus25.html>For changes leading up to OpenBSD 2.5, click here</a>.<br>
                    125: <a href=plus26.html>For changes leading up to OpenBSD 2.6, click here</a>.<br>
1.424     deraadt   126: <a href=plus.html>For changes in OpenBSD-current, click here</a>.
                    127: <br>
                    128: </h3>
                    129:
                    130: <hr>
1.292     pauls     131: <a href="index.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.14      deraadt   132: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.484   ! deraadt   133: <br><small>$OpenBSD: plus.html,v 1.483 1999/11/13 03:11:03 deraadt Exp $</small>
1.14      deraadt   134:
                    135: </body>
                    136: </html>