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

Annotation of www/plus.html, Revision 1.1153

1.1092    jj          1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.14      deraadt     2: <html>
                      3: <head>
1.1045    david       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.1045    david       7: <meta name="description" content="OpenBSD -current changes">
1.1044    deraadt     8: <meta name="keywords" content="openbsd,changes">
1.14      deraadt     9: <meta name="distribution" content="global">
1.1132    sthen      10: <meta name="copyright" content="This document copyright 1996-2009 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.1044    deraadt    17: <h2><font color="#e00000">OpenBSD -current changelog</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.1127    sobrado    22: (i.e., these are the changes people ask about most often).  Machine
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.863     naddy      27: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
1.185     deraadt    28:
                     29: <p>
1.186     deraadt    30: <h3>
1.846     deraadt    31: For changes in other releases, click below:<br>
                     32: <a href="plus20.html">2.0</a>,
                     33: <a href="plus21.html">2.1</a>,
                     34: <a href="plus22.html">2.2</a>,
                     35: <a href="plus23.html">2.3</a>,
                     36: <a href="plus24.html">2.4</a>,
                     37: <a href="plus25.html">2.5</a>,
                     38: <a href="plus26.html">2.6</a>,
                     39: <a href="plus27.html">2.7</a>,
                     40: <a href="plus28.html">2.8</a>,
                     41: <a href="plus29.html">2.9</a>,
                     42: <a href="plus30.html">3.0</a>,
                     43: <a href="plus31.html">3.1</a>,
1.868     deraadt    44: <a href="plus32.html">3.2</a>,
1.889     david      45: <a href="plus33.html">3.3</a>,
1.916     david      46: <a href="plus34.html">3.4</a>,
1.935     miod       47: <a href="plus35.html">3.5</a>,
1.941     deraadt    48: <a href="plus36.html">3.6</a>,
1.1118    deraadt    49: <br>
1.963     deraadt    50: <a href="plus37.html">3.7</a>,
1.999     deraadt    51: <a href="plus38.html">3.8</a>,
1.1028    deraadt    52: <a href="plus39.html">3.9</a>,
1.1044    deraadt    53: <a href="plus40.html">4.0</a>,
1.1069    deraadt    54: <a href="plus41.html">4.1</a>,
1.1097    deraadt    55: <a href="plus42.html">4.2</a>,
1.1118    deraadt    56: <a href="plus43.html">4.3</a>,
1.1140    deraadt    57: <a href="plus44.html">4.4</a>,
1.1152    deraadt    58: <a href="plus45.html">4.5</a>,
                     59: <a href="plus46.html">4.6</a>.
1.422     deraadt    60: <br>
1.186     deraadt    61: </h3>
                     62:
                     63: <p>
1.1152    deraadt    64: <h3><font color="#0000e0">Changes made between OpenBSD 4.6 and -current</font></h3><p>
1.847     deraadt    65: <p>
                     66:
1.422     deraadt    67: <ul>
1.1153  ! jj         68: <!-- 2009/07/20 -->
        !            69: <li>Updated the time zone data to tzdata2009k.
        !            70: <!-- 2009/07/19 -->
        !            71: <li>Make sure the xf86-video-sunffb disable the hardware cursor before exit.
        !            72: <li>Added "text" (executable) to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstat&sektion=1&format=html">fstat(1)</a> and fuser output.
        !            73: <!-- 2009/07/18 -->
        !            74: <li>Synced mandoc to 1.8.0.
        !            75: <li>Fix potential mbuf leaks in the NFSv2 rpc code.
        !            76: <!-- 2009/07/17 -->
        !            77: <li>Added bus_space_[read,write]_raw_[248] functions for sgi. Makes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4&format=html">wi(4)</a> devices work.
        !            78: <li>Updated the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_dma&sektion=9&format=html">bus_dma(9)</a> on sgi machines to be closer to the other platforms. Adds a working bus_dmamap_load_uio() which in turn makes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&sektion=4&format=html">crypto(4)</a> devices work.
        !            79: <li>More careful format string parsing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&sektion=1&format=html">printf(1)</a>.
        !            80: <li>Added Edimax EW-7711UTn to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=run&sektion=4&format=html">run(4)</a> devices.
        !            81: <!-- 2009/07/16 -->
        !            82: <li>Back out the one-slot queue length commits for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4&format=html">vlan(4)</a>.
        !            83: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppb&sektion=4&format=html">ppb(4)</a> on sgi O2 kernels.
        !            84: <li>Make PCI-PCI bridge initialization code on sgi bus-independent.
        !            85: <!-- 2009/07/15 -->
        !            86: <li>Added round, roundf, trunc and truncf for hppa libm.
        !            87: <!-- 2009/07/14 -->
        !            88: <li>Unbreak the moko builds, move SOFTSERIAL to SOFTTTY and a pmap change for moko.
        !            89: <!-- 2009/07/13 -->
        !            90: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&format=html">gem(4)</a> on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sbus&sektion=4&format=html">sbus(4)</a> for sparc GENERIC and SUN4M kernels.
        !            91: <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_dma&sektion=9&format=html">bus_dma(9)</a> interface for sparc sun4m machines.
        !            92: <li>Added rdomain checks in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a> case.
        !            93: <li>Make the vlan send queue one slot long, to force packets off the virtual interface queue down to the physical interface immediately.
        !            94: <!-- 2009/07/12 -->
        !            95: <li>Synced mandoc to 1.7.23.
        !            96: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstat&sektion=1&format=html">fstat(1)</a> accept numeric UIDs as well as usernames.
        !            97: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&format=html">gem(4)</a> at sbus for sparc64 GENERIC and RAMDISK kernels.
        !            98: <li>Enabled hotspare rebuilds for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> RAID1.
        !            99: <li>Added support for global hotspares to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a>
        !           100: <!-- 2009/07/11 -->
        !           101: <li>When rebooting sgi machines, pass a request to the PROM to skip diagnostics and memory initializations. Shortens reboot times.
        !           102: <!-- 2009/07/10 -->
        !           103: <li>Delayed creation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&sektion=4&format=html">tun(4)</a> devices in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8&format=html">netstart(8)</a> script.
        !           104: <li>Fixed link state handling in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&sektion=4&format=html">ix(4)</a> driver.
        !           105: <!-- 2009/07/09 -->
        !           106: <li>Added support for the onsemi cat34ts02 and cat6095 sensors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdtemp&sektion=4&format=html">sdtemp(4)</a>.
        !           107: <!-- 2009/07/08 -->
        !           108: <li>Reverted the MCLGETI allocator for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4&format=html">sk(4)</a>.
        !           109: <li>Added POSIX-compliant fuser mode to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstat&sektion=1&format=html">fstat(1)</a>.
        !           110: <!-- 2009/07/07 -->
        !           111: <li>Better invoking of login shells in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
        !           112: <!-- 2009/07/06 -->
        !           113: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&sektion=8&format=html">ripd(8)</a> aware of MPLS routes.
        !           114: <li>Synced mandoc to 1.7.22.
        !           115: <li>Rewritten PCI resource allocator for sgi machines. Makes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> work.
        !           116: <!-- 2009/07/05 --></ul>
1.422     deraadt   117: <p>
1.203     deraadt   118:
1.95      deraadt   119: This list mentions mostly platform-independent changes.  For a list of changes
                    120: made in a particular platform, please check the page for that platform.  If you
                    121: find them not listed there, the changes are either (1) not being documented or
                    122: (2) are documented here.<br><br>
1.14      deraadt   123:
                    124: <hr>
1.424     deraadt   125: <p>
                    126: <h3>
1.846     deraadt   127: For changes in other releases, click below:<br>
                    128: <a href="plus20.html">2.0</a>,
                    129: <a href="plus21.html">2.1</a>,
                    130: <a href="plus22.html">2.2</a>,
                    131: <a href="plus23.html">2.3</a>,
                    132: <a href="plus24.html">2.4</a>,
                    133: <a href="plus25.html">2.5</a>,
                    134: <a href="plus26.html">2.6</a>,
                    135: <a href="plus27.html">2.7</a>,
                    136: <a href="plus28.html">2.8</a>,
                    137: <a href="plus29.html">2.9</a>,
                    138: <a href="plus30.html">3.0</a>,
                    139: <a href="plus31.html">3.1</a>,
1.868     deraadt   140: <a href="plus32.html">3.2</a>,
1.889     david     141: <a href="plus33.html">3.3</a>,
1.916     david     142: <a href="plus34.html">3.4</a>,
1.935     miod      143: <a href="plus35.html">3.5</a>,
1.941     deraadt   144: <a href="plus36.html">3.6</a>,
1.1118    deraadt   145: <br>
1.1044    deraadt   146: <a href="plus37.html">3.7</a>,
1.999     deraadt   147: <a href="plus38.html">3.8</a>,
1.1028    deraadt   148: <a href="plus39.html">3.9</a>,
1.1044    deraadt   149: <a href="plus40.html">4.0</a>,
1.1069    deraadt   150: <a href="plus41.html">4.1</a>,
1.1097    deraadt   151: <a href="plus42.html">4.2</a>,
1.1118    deraadt   152: <a href="plus43.html">4.3</a>,
1.1140    deraadt   153: <a href="plus44.html">4.4</a>,
1.1152    deraadt   154: <a href="plus45.html">4.5</a>,
                    155: <a href="plus46.html">4.6</a>.
1.424     deraadt   156: <br>
                    157: </h3>
                    158:
                    159: <hr>
1.1016    pvalchev  160: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
1.729     horacio   161: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1153  ! jj        162: <br><small>$OpenBSD: plus.html,v 1.1152 2009/08/10 09:41:24 deraadt Exp $</small>
1.14      deraadt   163:
                    164: </body>
                    165: </html>