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

Annotation of www/plus.html, Revision 1.1001

1.863     naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.14      deraadt     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.939     jcs        10: <meta name="copyright" content="This document copyright 1996-2005 by OpenBSD.">
1.14      deraadt    11: </head>
                     12:
1.728     horacio    13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.14      deraadt    14:
1.828     jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.64      downsj     16: <p>
1.1000    deraadt    17: <h2><font color="#e00000">Changes made between OpenBSD 3.9 and OpenBSD-current</font></h2>
1.863     naddy      18: <hr>
1.14      deraadt    19:
                     20: <p>
1.823     jsyn       21: This is a partial list of the major machine-independent changes
1.602     aaron      22: (i.e., these are the changes people ask about most often).  Port
1.29      deraadt    23: specific changes have also been made, and are sometimes mentioned
1.728     horacio    24: in the pages for the specific <a href="plat.html">platforms</a>.
1.14      deraadt    25:
1.17      deraadt    26: <p>
1.998     espie      27: There is a separate <a href="portsplus/index.html">list of Changes to the ports collection</a>.
1.725     naddy      28:
                     29: <p>
1.863     naddy      30: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
1.185     deraadt    31:
                     32: <p>
1.186     deraadt    33: <h3>
1.846     deraadt    34: For changes in other releases, click below:<br>
                     35: <a href="plus20.html">2.0</a>,
                     36: <a href="plus21.html">2.1</a>,
                     37: <a href="plus22.html">2.2</a>,
                     38: <a href="plus23.html">2.3</a>,
                     39: <a href="plus24.html">2.4</a>,
                     40: <a href="plus25.html">2.5</a>,
                     41: <a href="plus26.html">2.6</a>,
                     42: <a href="plus27.html">2.7</a>,
                     43: <a href="plus28.html">2.8</a>,
                     44: <a href="plus29.html">2.9</a>,
                     45: <a href="plus30.html">3.0</a>,
                     46: <a href="plus31.html">3.1</a>,
1.868     deraadt    47: <a href="plus32.html">3.2</a>,
1.889     david      48: <a href="plus33.html">3.3</a>,
1.916     david      49: <a href="plus34.html">3.4</a>,
1.935     miod       50: <a href="plus35.html">3.5</a>,
1.941     deraadt    51: <a href="plus36.html">3.6</a>,
1.963     deraadt    52: <a href="plus37.html">3.7</a>,
1.999     deraadt    53: <a href="plus38.html">3.8</a>,
                     54: <a href="plus39.html">3.9</a>.
1.422     deraadt    55: <br>
1.186     deraadt    56: </h3>
                     57:
                     58: <p>
1.863     naddy      59: <h3><font color="#0000e0">We are working on OpenBSD-current.</font></h3><p>
1.847     deraadt    60: <p>
                     61:
1.422     deraadt    62: <ul>
1.1001  ! pvalchev   63: <!-- 2006/03/15 -->
        !            64: <li>Install <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">apm(4)</a> utilities on amd64 so that the hw.setperf sysctl for CPU speed can be conveniently manipulated through them.
        !            65: <li>Fix amd64's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exp&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">exp(3)</a> implementation which was broken in certain cases by switching to the C version.
        !            66: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">pf(4)</a>, implement Unicast Reverse Path Forwarding (uRPF) which optionally verifies that a packet is received on the interface that holds the route back to the packet's source address. This makes it an automatic ingress filter, but only when routing is fully symmetric.
        !            67: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">pkg_add(1)</a> to work with stdin input (pkg_add -).
        !            68: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">ssh(1)</a>, set TCP_NODELAY flag for all connections not just interactive ones - fixes poor network performance and protocol stalls under some network conditions.
        !            69: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&apropos=0&sektion=8&manpath=OpenBSD+Current&arch=i386&format=html">mount(8)</a>, add -s flag which skips a mount if the file system is already mounted, handy for MFS partitions.
        !            70: <li>Change the install script question 'Do you expect to run the X Window System?' to have 'no' as a default answer, to prevent people accidentially hitting return on the prompt on machines that don't need it.
        !            71: <li>Foil potential <a href="http://en.wikipedia.org/wiki/Timing_attack">timing attacks</a> in login by using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcrypt&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">bcrypt(3)</a> on non-existent users as well, instead of DES.
        !            72: <li>Update AMD PowerNow K8 support on i386 and add it to amd64.
        !            73: <li>Fix the long delay probe for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adb&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=macppc&format=html">adb(4)</a> on the Mac Mini.
        !            74: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">pkg_add(1)</a> work with scp (see PKG_PATH).
        !            75: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">ssh(1)</a>, implement diffie-hellman-group-exchange-sha256 key exchange method (which is now default when client/server support it).
        !            76: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">ipsecctl(8)</a>, add dynamic option ("ike dynamic esp") which uses the system hostname as source identifier instead of the IP address, for dynamic setups. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">ipsec.conf(5)</a>.
        !            77: <li>OpenCVS development continues with new energy.
        !            78: <li>Move remaining bits of the network stack to use splnet instead of splimp, see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spl&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">spl(9)</a>.
        !            79: <li>Initial 1-Wire <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=onewire&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">onewire(4)</a> bus support, including drivers for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpioow&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">gpioow(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=owid&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">owid(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=owtemp&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">owtemp(4)</a>.
1.422     deraadt    80: </ul>
                     81: <p>
1.203     deraadt    82:
1.95      deraadt    83: This list mentions mostly platform-independent changes.  For a list of changes
                     84: made in a particular platform, please check the page for that platform.  If you
                     85: find them not listed there, the changes are either (1) not being documented or
                     86: (2) are documented here.<br><br>
1.14      deraadt    87:
                     88: <hr>
1.424     deraadt    89: <p>
                     90: <h3>
1.846     deraadt    91: For changes in other releases, click below:<br>
                     92: <a href="plus20.html">2.0</a>,
                     93: <a href="plus21.html">2.1</a>,
                     94: <a href="plus22.html">2.2</a>,
                     95: <a href="plus23.html">2.3</a>,
                     96: <a href="plus24.html">2.4</a>,
                     97: <a href="plus25.html">2.5</a>,
                     98: <a href="plus26.html">2.6</a>,
                     99: <a href="plus27.html">2.7</a>,
                    100: <a href="plus28.html">2.8</a>,
                    101: <a href="plus29.html">2.9</a>,
                    102: <a href="plus30.html">3.0</a>,
                    103: <a href="plus31.html">3.1</a>,
1.868     deraadt   104: <a href="plus32.html">3.2</a>,
1.889     david     105: <a href="plus33.html">3.3</a>,
1.916     david     106: <a href="plus34.html">3.4</a>,
1.935     miod      107: <a href="plus35.html">3.5</a>,
1.941     deraadt   108: <a href="plus36.html">3.6</a>,
                    109: <a href="plus37.html">3.7</a>.
1.999     deraadt   110: <a href="plus38.html">3.8</a>,
                    111: <a href="plus39.html">3.9</a>.
1.424     deraadt   112: <br>
                    113: </h3>
                    114:
                    115: <hr>
1.729     horacio   116: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
                    117: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1001  ! pvalchev  118: <br><small>$OpenBSD: plus.html,v 1.1000 2006/03/08 20:05:28 deraadt Exp $</small>
1.14      deraadt   119:
                    120: </body>
                    121: </html>