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

Annotation of www/plus.html, Revision 1.759

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.728     horacio     5: <link rev="made" href="mailto:www@openbsd.org">
1.14      deraadt     6: <meta name="resource-type" content="document">
1.716     deraadt     7: <meta name="description" content="OpenBSD-current changes">
                      8: <meta name="keywords" content="openbsd,current,changes">
1.14      deraadt     9: <meta name="distribution" content="global">
1.716     deraadt    10: <meta name="copyright" content="This document copyright 1996-2001 by OpenBSD.">
1.14      deraadt    11: </head>
                     12:
1.728     horacio    13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.14      deraadt    14:
1.728     horacio    15: <img alt="[OpenBSD]" height=30 width=141 src="images/smalltitle.gif">
1.64      downsj     16: <p>
1.758     deraadt    17: <h2><font color=#e00000>Changes made between OpenBSD 2.9 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
1.602     aaron      21: (i.e., these are the changes people ask about most often).  Port
1.29      deraadt    22: specific changes have also been made, and are sometimes mentioned
1.728     horacio    23: in the pages for the specific <a href="plat.html">platforms</a>.
1.14      deraadt    24:
1.17      deraadt    25: <p>
1.725     naddy      26: Changes to the <a href="ports.html">ports</a> collection are documented
1.747     naddy      27: <a href="portsplus/index.html">here</a>.
1.725     naddy      28:
                     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.684     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>
                     41: <a href="plus27.html">For changes leading up to OpenBSD 2.7, click here</a>.<br>
                     42: <a href="plus28.html">For changes leading up to OpenBSD 2.8, click here</a>.<br>
1.758     deraadt    43: <a href="plus29.html">For changes leading up to OpenBSD 2.9, click here</a>.<br>
1.422     deraadt    44: <br>
1.186     deraadt    45: </h3>
                     46:
                     47: <hr>
1.280     deraadt    48:
1.186     deraadt    49: <p>
1.674     deraadt    50: <h3><font color=#0000e0>We are working on OpenBSD-current.</font></h3><p>
1.422     deraadt    51: <ul>
1.759   ! aaron      52: <li>Big USB code update.
        !            53: <li>Fix a signed vs unsigned error in the gm(4) Ethernet driver.
        !            54: <li>In wump(6), improve our cave topology algorithm. Don't ask.
        !            55: <li>Force -h to override the BLOCKSIZE environment in du(1).
        !            56: <li>Substantial updates to sup(1).
        !            57: <li>Fix a register save/restore bug in clcs(4) so that suspend/resume works better.
        !            58: <li>Allow the right CTRL+ALT keys to work as the left ones do in wskbd(4).
        !            59: <li>Continue to hack our new txp(4) driver into shape.
        !            60: <li>In ifconfig(8), implement support for removing tunnel outer IP address pair.
        !            61: <li>Revert a buggy optimization in tsort(1).
        !            62: <li>Use pread(2) in nlist(3) instead of abusing lseek(2) with read(2).
        !            63: <li>Remove cruft leftover from the old PCVT console driver.
        !            64: <li>Fix filename tab-completion in mg(1).
        !            65: <li>Convert some more drivers to new the timeout(9) interface.
        !            66: <li>Whack dtom() in the kernel. Fo'get about it.
        !            67: <li>Avoid a NULL pointer dereference in faithd(8).
        !            68: <li>Various reset and delay fixes in wdc(4) to help certain ATAPI devices.
        !            69: <li>Deal with suspend/resume more cleanly in pccbb(4).
        !            70: <li>Better hints handling and memory allocation in tsort(1).
        !            71: <li>Correct an error condition in /etc/ksh.kshrc.
        !            72: <li>Add a koi8-r keyboard layout for wskbd(4).
        !            73: <li>Allow interoperability between OpenSSH and older ssh-2.0.x variants with weaker key generation.
        !            74: <li>Instrument improved locking and rework SCSI a bit in ami(4).
        !            75: <li>Cleanups to ancontrol(8).
        !            76: <li>Add a -b option to ssh(1), similar to telnet(1)'s equivalent.
        !            77: <li>Fix a memory handling bug in telnet(1).
        !            78: <li>Use pool(9) interface for the VFS cache.
        !            79: <li>Improve OpenSSH interoperability with ssh.com-2.0.x clients.
        !            80: <li>In the mvme88k port, replace resource maps with extents.
        !            81: <li>Numerous fixes and updates to sup(1).
1.422     deraadt    82: </ul>
                     83: <p>
1.203     deraadt    84:
1.95      deraadt    85: This list mentions mostly platform-independent changes.  For a list of changes
                     86: made in a particular platform, please check the page for that platform.  If you
                     87: find them not listed there, the changes are either (1) not being documented or
                     88: (2) are documented here.<br><br>
1.14      deraadt    89:
                     90: <hr>
1.424     deraadt    91: <p>
                     92: <h3>
1.691     jufi       93: <a href="plus20.html">For changes leading up to OpenBSD 2.0, click here</a>.<br>
                     94: <a href="plus21.html">For changes leading up to OpenBSD 2.1, click here</a>.<br>
                     95: <a href="plus22.html">For changes leading up to OpenBSD 2.2, click here</a>.<br>
                     96: <a href="plus23.html">For changes leading up to OpenBSD 2.3, click here</a>.<br>
                     97: <a href="plus24.html">For changes leading up to OpenBSD 2.4, click here</a>.<br>
                     98: <a href="plus25.html">For changes leading up to OpenBSD 2.5, click here</a>.<br>
                     99: <a href="plus26.html">For changes leading up to OpenBSD 2.6, click here</a>.<br>
                    100: <a href="plus27.html">For changes leading up to OpenBSD 2.7, click here</a>.<br>
                    101: <a href="plus28.html">For changes leading up to OpenBSD 2.8, click here</a>.<br>
1.758     deraadt   102: <a href="plus29.html">For changes leading up to OpenBSD 2.9, click here</a>.<br>
1.424     deraadt   103: <br>
                    104: </h3>
                    105:
                    106: <hr>
1.729     horacio   107: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
                    108: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.759   ! aaron     109: <br><small>$OpenBSD: plus.html,v 1.758 2001/04/24 06:59:17 deraadt Exp $</small>
1.14      deraadt   110:
                    111: </body>
                    112: </html>