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

Annotation of www/plus.html, Revision 1.760

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.
1.760   ! deraadt    53: <li>Fix a signed vs unsigned error in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gm&sektion=4">gm(4)</a> Ethernet driver.
        !            54: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wump&sektion=6">wump(6)</a>, improve our cave topology algorithm. Don't ask.
        !            55: <li>Force -h to override the BLOCKSIZE environment in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=du&sektion=1">du(1)</a>.
        !            56: <li>Substantial updates to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sup&sektion=1">sup(1)</a>.
        !            57: <li>Fix a register save/restore bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&sektion=4">clcs(4)</a> so that suspend/resume works better.
        !            58: <li>Allow the right CTRL+ALT keys to work as the left ones do in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wskbd&sektion=4">wskbd(4)</a>.
        !            59: <li>Continue to hack our new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&sektion=4">txp(4)</a> driver into shape.
        !            60: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>, implement support for removing tunnel outer IP address pair.
        !            61: <li>Revert a buggy optimization in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsort&sektion=1">tsort(1)</a>.
        !            62: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pread&sektion=2">pread(2)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nlist&sektion=3">nlist(3)</a> instead of abusing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lseek&sektion=2">lseek(2)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=read&sektion=2">read(2)</a>.
1.759     aaron      63: <li>Remove cruft leftover from the old PCVT console driver.
1.760   ! deraadt    64: <li>Fix filename tab-completion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a>.
        !            65: <li>Convert some more drivers to new the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeout&sektion=9">timeout(9)</a> interface.
1.759     aaron      66: <li>Whack dtom() in the kernel. Fo'get about it.
1.760   ! deraadt    67: <li>Avoid a NULL pointer dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=faithd&sektion=8">faithd(8)</a>.
        !            68: <li>Various reset and delay fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4">wdc(4)</a> to help certain ATAPI devices.
        !            69: <li>Deal with suspend/resume more cleanly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pccbb&sektion=4">pccbb(4)</a>.
        !            70: <li>Better hints handling and memory allocation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsort&sektion=1">tsort(1)</a>.
1.759     aaron      71: <li>Correct an error condition in /etc/ksh.kshrc.
1.760   ! deraadt    72: <li>Add a koi8-r keyboard layout for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wskbd&sektion=4">wskbd(4)</a>.
1.759     aaron      73: <li>Allow interoperability between OpenSSH and older ssh-2.0.x variants with weaker key generation.
1.760   ! deraadt    74: <li>Instrument improved locking and rework SCSI a bit in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4">ami(4)</a>.
        !            75: <li>Cleanups to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ancontrol&sektion=8">ancontrol(8)</a>.
        !            76: <li>Add a -b option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>, similar to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&sektion=1">telnet(1)</a>'s equivalent.
        !            77: <li>Fix a memory handling bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&sektion=1">telnet(1)</a>.
        !            78: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&sektion=9">pool(9)</a> interface for the VFS cache.
1.759     aaron      79: <li>Improve OpenSSH interoperability with ssh.com-2.0.x clients.
                     80: <li>In the mvme88k port, replace resource maps with extents.
1.760   ! deraadt    81: <li>Numerous fixes and updates to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sup&sektion=1">sup(1)</a>.
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.760   ! deraadt   109: <br><small>$OpenBSD: plus.html,v 1.759 2001/05/03 03:06:10 aaron Exp $</small>
1.14      deraadt   110:
                    111: </body>
                    112: </html>