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

Annotation of www/plus.html, Revision 1.480

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.479     deraadt    52: <li>Logging cleanup of ssh.
                     53: <li><font color=#e00000><strong>Have sshd check check the user's personal ~/.ssh/known_hosts file. <a href=errata.html#sshknown>A patch is available</a></strong></font>.
                     54: <li><font color=#e00000><strong>NOTE: OpenSSH does not have the ssh 1.2.27 rsa bug</strong></font>.
                     55: <li>Install a shared libperl.
                     56: <li><font color=#e00000><strong>Fix m4, accidentally broken in 2.6. <a href=errata.html#m4>A patch is available</a></strong></font>.
                     57: <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>.
                     58: <li>Add strtok_r(3).
                     59: <li><font color=#e00000><strong>newsyslog race condition fixes. <a href=errata.html#newsyslog>A patch is available</a></strong></font>.
                     60: <li>Various make(1) fixes.
                     61: <li>screen blanker code for the amiga.
                     62: <li>Default network name in wi(4) is "", not "ANY".
                     63: <li>Start of DVD support.
                     64: <li>New sf(4) driver supports Adaptec "StarFire" AIC6915-based Ethernet PCI cards.
                     65: <li>Numerous more ssh and sshd cleanups.
                     66: <li>Slow down ATAPI IDENTIFY (final critical fix which shipped in 2.6).
                     67: <li>Another critical i386 memory allocation fix (shipped in 2.6).
                     68: <li>Critical brooktree driver fix (shipped in 2.6).
                     69: <li>Fix some more atapi bugs (shipped in 2.6).
                     70: <li>Fix byte order bugs in the new wdc/atapi code.
                     71: <li>Sparc uses UVM by default now.
                     72: <li>Allow rarpd(8) to work on aliased interfaces.
                     73: <li>Support multiple enc(4) interfaces.
                     74: <li>Reliability fixes for the ATAPI code (shipped in 2.6).
                     75: <li>New driver: al(4) supports the ADMtek AL981/AN985 PCI ethernet cards.
                     76: <li>Various other ssh and sshd cleanups.
                     77: <li>Add ethernet-IP encapsulation.
                     78: <li>In ssh, use libssl md5 routines instead of our libc routines.
                     79: <li>Disassociate interfaces from ipnat after they've been removed from the interface list.
                     80: <li>Make ASYNC pipes capable of generating SIGIO.
                     81: <li>Emulate FreeBSD F[GS]ETOWN.
                     82: <li>Fix some further ARP problems in bridge(4).
                     83: <li>Fix scp counters for > 1 hour.
                     84: <li>Support LMC1200 in lmc(4).
                     85: <li>Repair multicast routing description block in afterboot(8).
                     86: <li>Support missing tty flags in stty(1).
                     87: <li>libkeynote update.
                     88: <li>Support UVM throughout userland.
                     89: <li>Support for puc(4) (PCI serial/parallel cards).
                     90: <li>Make disklabel.h safe for C++ use.
                     91: <li>Use reference-copies of the mbuf in bridge code again, instead of full copies.
                     92: <li>Make ssh print the correct remote version number.
                     93: <li>Make ssh compile faster by using a library.
                     94: <li>In ti(4), use bus_dma routines instead of uvm_page_alloc_contig.
                     95: <li>Cleanup i386 disktab.
1.422     deraadt    96: </ul>
                     97: <p>
1.203     deraadt    98:
1.95      deraadt    99: This list mentions mostly platform-independent changes.  For a list of changes
                    100: made in a particular platform, please check the page for that platform.  If you
                    101: find them not listed there, the changes are either (1) not being documented or
                    102: (2) are documented here.<br><br>
1.14      deraadt   103:
                    104: <hr>
1.424     deraadt   105: <p>
                    106: <h3>
1.477     deraadt   107: <a href=plus20.html>For changes leading up to OpenBSD 2.0, click here</a>.<br>
                    108: <a href=plus21.html>For changes leading up to OpenBSD 2.1, click here</a>.<br>
                    109: <a href=plus22.html>For changes leading up to OpenBSD 2.2, click here</a>.<br>
                    110: <a href=plus23.html>For changes leading up to OpenBSD 2.3, click here</a>.<br>
                    111: <a href=plus24.html>For changes leading up to OpenBSD 2.4, click here</a>.<br>
                    112: <a href=plus25.html>For changes leading up to OpenBSD 2.5, click here</a>.<br>
                    113: <a href=plus26.html>For changes leading up to OpenBSD 2.6, 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.480   ! deraadt   121: <br><small>$OpenBSD: plus.html,v 1.479 1999/11/11 01:57:54 deraadt Exp $</small>
1.14      deraadt   122:
                    123: </body>
                    124: </html>