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

Annotation of www/plus.html, Revision 1.479

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