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

Annotation of www/plus.html, Revision 1.428

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:
                     17: <p>
1.424     deraadt    18: <h2>Changes made between OpenBSD 2.5 and OpenBSD-current</h2>
1.14      deraadt    19:
                     20: <p>
1.29      deraadt    21: This is a partial list of the major machine independent changes
                     22: (ie. these are the changes people ask about most often).  Port
                     23: specific changes have also been made, and are sometimes mentioned
                     24: in the pages for the specific <a href=plat.html>ports</a> if you
1.392     deraadt    25: are interested in further port-specific details.  Many ports
1.29      deraadt    26: have had architecture-specific enhancements relative to NetBSD,
                     27: but when they do not they certainly have plenty of platform-independent
                     28: changes, starting with those listed below..
1.14      deraadt    29:
1.17      deraadt    30: <p>
1.185     deraadt    31: Note: <font color=#e00000>Problems for which patches exist are marked in red</font>.
                     32:
                     33: <p>
1.186     deraadt    34: <h3>
1.424     deraadt    35: <a href=plus20.html>For changes leading up to OpenBSD 2.0, click here</a>.
1.240     deraadt    36: <br>
1.424     deraadt    37: <a href=plus21.html>For changes leading up to OpenBSD 2.1, click here</a>.
1.186     deraadt    38: <br>
1.424     deraadt    39: <a href=plus22.html>For changes leading up to OpenBSD 2.2, click here</a>.
1.280     deraadt    40: <br>
1.424     deraadt    41: <a href=plus23.html>For changes leading up to OpenBSD 2.3, click here</a>.
1.240     deraadt    42: <br>
1.424     deraadt    43: <a href=plus24.html>For changes leading up to OpenBSD 2.4, click here</a>.
1.352     deraadt    44: <br>
1.424     deraadt    45: <a href=plus25.html>For changes leading up to OpenBSD 2.5, click here</a>.
1.419     deraadt    46: <br>
1.424     deraadt    47: <a href=plus.html>For changes in OpenBSD-current, click here</a>.
1.422     deraadt    48: <br>
1.186     deraadt    49: </h3>
                     50:
                     51: <hr>
1.280     deraadt    52:
1.186     deraadt    53: <p>
1.422     deraadt    54: <h3><font color=#0000e0>We are working on OpenBSD-current.</font></h3><p>
                     55: <ul>
1.428   ! deraadt    56: <li>Add support for new pipes to fstat(8).
        !            57: <li>Newer version of AFS code.
        !            58: <li>perl5.005_03
        !            59: <li>Y2K improvement in shutdown(8).
        !            60: <li>solve blocking daemon problem in ftpd(8).
        !            61: <li>Check for failure of strdup(3) in pax(1).
        !            62: <li>Greater care in tail(1), when going backwards.
        !            63: <li>Add wdt(4) driver for Industrial Computer Source PCI-WDT50x watchdog timers.
        !            64: <li>Impliment <strong>-U username</strong> in ps(1).
        !            65: <li>Add "verbose" command to boot_config(8).
        !            66: <li>Check correct argument in sliplogin(8).
        !            67: <li>New kernel hashinit().
        !            68: <li>More ppp(8) improvements and bug fixes.
        !            69: <li>More isakmpd(8) improvements and bug fixes.
1.427     deraadt    70: <li>In calendar(1), fix offset bug for yearly events.
                     71: <li><font color=#e00000><strong>A reliability patch for ext2fs. <a href=errata.html#bmap_trap>A patch is available</a></strong></font>.
                     72: <li>Repair a mis-handling of non-terminated utmp strings in w(1).
                     73: <li>m68k optimized asm version of strlcpy(3).
1.426     deraadt    74: <li>Do not accept incoming packets on a down interface.
                     75: <li>More strict isapnp detection for the isa ep(8) cards.
                     76: <li>kcore handling for the m68k ports.
1.425     deraadt    77: <li><font color=#e00000><strong>A serious reliability patch for the powerpc port, regarding traps and signals. <a href=errata.html#powerpc_trap>Patches are available</a></strong></font>.
                     78: <li>Support power-down mode in the mac68k port.
                     79: <li>Fix a retransmission problem in tcp_newreno.
                     80: <li>Fix a sequence wraparound bug in very large tcp transfers.
                     81: <li>Greater care with arguments in pwd_mkdb(8).
                     82: <li>Support the -susv2 macro in nroff tmac doc-syms.
                     83: <li>Save a copy of the dmesg(8) output in /var/run/dmesg.boot.
1.423     deraadt    84: <li>Improve ddb ps output.
                     85: <li>Repair filesystem mounting failure message in mount_msdos(8).
                     86: <li>Merge IP-in-IP tunnel code so that both MROUTING and IPSEC versions work together, properly.
                     87: <li>Do not let calendar(1) assume that it is run as root.
                     88: <li>Fix /tmp cleanup code in lynx(1).
                     89: <li>Move ipfstat(8) output files to /var/run to avoid a race.
                     90: <li>Reenable TCP_SACK and TCP_FACK, so that development cycle can test them sufficiently.
1.422     deraadt    91: <li>Various man page fixes.
                     92: <li>Various isakmpd(8) fixes and improvements.
                     93: <li>Fix probing of ISA ex(4) cards.
                     94: <li>More amiga keymaps.
                     95: <li>Add yyfix(1), from 4.4BSD.
                     96: <li>Merge mkfifo into mknod, so that mknod ends up having support for the <strong>-p</strong> option.
                     97: <li>Fix a output buffer overflow in msgrcv(2).
                     98: <li>Fix odbm support and permit opening a zero-length hash file.
1.423     deraadt    99: <li>new true awk, April 16 release.
1.422     deraadt   100: <li>Support sparc xbox sbus expansion box.
                    101: <li>Bug fixes to sparc spif(4), hme(4), be(4) drivers.
                    102: <li>Updated distrib/notes which shipped with the 2.5 release.
                    103: </ul>
                    104: <p>
1.203     deraadt   105:
1.95      deraadt   106: This list mentions mostly platform-independent changes.  For a list of changes
                    107: made in a particular platform, please check the page for that platform.  If you
                    108: find them not listed there, the changes are either (1) not being documented or
                    109: (2) are documented here.<br><br>
1.14      deraadt   110:
                    111: <hr>
1.424     deraadt   112: <p>
                    113: <h3>
                    114: <a href=plus20.html>For changes leading up to OpenBSD 2.0, click here</a>.
                    115: <br>
                    116: <a href=plus21.html>For changes leading up to OpenBSD 2.1, click here</a>.
                    117: <br>
                    118: <a href=plus22.html>For changes leading up to OpenBSD 2.2, click here</a>.
                    119: <br>
                    120: <a href=plus23.html>For changes leading up to OpenBSD 2.3, click here</a>.
                    121: <br>
                    122: <a href=plus24.html>For changes leading up to OpenBSD 2.4, click here</a>.
                    123: <br>
                    124: <a href=plus25.html>For changes leading up to OpenBSD 2.5, click here</a>.
                    125: <br>
                    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.428   ! deraadt   133: <br><small>$OpenBSD: plus.html,v 1.427 1999/04/27 07:38:23 deraadt Exp $</small>
1.14      deraadt   134:
                    135: </body>
                    136: </html>