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

Annotation of www/plus.html, Revision 1.1160

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.1160  ! jj         68: <!-- 2009/10/22 -->
        !            69: <li>Added Option GT HSUPA 380E to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> devices.
        !            70: <!-- 2009/10/21 -->
        !            71: <li>Added support for a passphrase file to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&sektion=8&format=html">bioctl(8)</a>.
        !            72: <li>Fix 2TB issue in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a>.
        !            73: <li>Synced mandoc to 1.9.9.
        !            74: <!-- 2009/10/20 -->
        !            75: <li>Added handle locking in stdio for threaded applications.
        !            76: <li>Prevent deadlocks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=popen&sektion=3&format=html">popen(3)</a> on FILE locking when threaded applications <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&sektion=2&format=html">fork(2)</a>.
        !            77: <!-- 2009/10/19 -->
        !            78: <li>Reworked UTF-8 handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
        !            79: <li>On sgi, added dri2 to the list of pre-loaded Xorg modules.
        !            80: <li>Updated time zone data to tzdata2009o.
        !            81: <!-- 2009/10/18 -->
        !            82: <li>Sync mandoc to 1.9.6.
        !            83: <!-- 2009/10/17 -->
        !            84: <li>Make interfaces able to accept gratuitous ARP requests where the link route points over the carp interface.
        !            85: <!-- 2009/10/16 -->
        !            86: <li>Make sure the kernel cancels the timeout when disabling the profiling/virtual timer.
        !            87: <!-- 2009/10/15 -->
        !            88: <li>On sgi machines, get serial console speed from the PROM.
        !            89: <li>Added detach support to various network drivers.
        !            90: <li>Imported gcc 4.2.1, the last release with GPLv2 license.
        !            91: <li>Disable interrupt coalescing on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a>.
        !            92: <!-- 2009/10/14 -->
        !            93: <li>Make IP30 and IP35 sgi systems report exact model for the hw.product sysctl.
        !            94: <li>Fix buffer cache backoff in the page daemon.
        !            95: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1&format=html">m4(1)</a> for the -P option to prefix builtins with m4_.
        !            96: <!-- 2009/10/13 -->
        !            97: <li>Make sgi <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iof&sektion=4&format=html">iof(4)</a> pass its bus speed to attached children to allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4&format=html">com(4)</a> work if the PCI bus degrades.
        !            98: <li>Connect pcppi bell to ukbd so x86 systems with an USB console keyboard can cause beeps.
        !            99: <li>Moved the WRKOBJDIR default location for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ports&sektion=7&format=html">ports(7)</a>, since the obj dir would confuse mirror-maker and other apps.
        !           100: <li>Fix in libevent when handling a malloc failure.
        !           101: <!-- 2009/10/12 -->
        !           102: <li>Added SB600 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auixp&sektion=4&format=html">auixp(4)</a> devices.
        !           103: <li>Imported perl 5.10.1.
        !           104: <!-- 2009/10/11 -->
        !           105: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> support for 82543GC-based devices.
        !           106: <li>Added a fuzzy addition mode to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>.
        !           107: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, implemented proper virtual domains.
        !           108: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kbd&sektion=8&format=html">kbd(8)</a> on the landisk and socppc platforms.
        !           109: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> for the Broadcom BCM5717 ASIC and the BCM 5717/8 chipsets.
        !           110: <li>Updated xf865-video-geode to 2.11.6.
        !           111: <!-- 2009/10/10 -->
        !           112: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a>, add support for the ICH9 M V chipset.
        !           113: <li>Fix mbuf leak in the route rtinit() function when detaching an interface.
        !           114: <li>Updated xf86-video-nv to 2.1.15.
        !           115: <li>Added a "grouped sessions" option (-t) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> and an option to allow the mouse to select the current pane.
        !           116: <li>Updated xenocara xmodmap to 1.0.4 and xfs to 1.1.0, xbacklight to 1.1.1 and setxkbmap to 1.1.0.
        !           117: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> select the maximum resolution using the EDID parsing from videomode.
        !           118: <!-- 2009/10/09 -->
        !           119: <li>em(4) now has a working detach function.
        !           120: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>, be less aggressive about turning the cursor off.
        !           121: <!-- 2009/10/08 -->
        !           122: <!-- 2009/10/07 -->
        !           123: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> for NVidia hda controllers.
        !           124: <!-- 2009/10/06 -->
        !           125: <li>Added support for the temperature sensor of VIA Nano and C7-M CPUs.
        !           126: <li>Redid the route lookup in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> output (and IPv6 forwarding) path if the destination was changed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>.
        !           127: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&sektion=5&format=html">bgpd.conf(5)</a> to enable/disable individual BGP capabilities per neighbor, and enable all capabilities by default from now on.
1.1159    jj        128: <!-- 2009/10/05 -->
1.1160  ! jj        129: <li>Added minimalistic detach/unmap bits for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a>.
        !           130: <li>When processes exit, move the dropping of the big lock from the end of exit1() to the middle of sched_exit(). May prevent reaper panics.
        !           131: <li>Added some Intel 10GbE cards to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgbe&sektion=4&format=html">ixgbe(4)</a> devices.
1.1159    jj        132: <!-- 2009/10/04 -->
                    133: <li>Merged detach logic from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4&format=html">sk(4)</a> so this driver can detach as well.
                    134: <li>Readded support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=divert&sektion=4&format=html">divert(4)</a> sockets in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>.
                    135: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a> when operating IKE in dynamic mode and no srcid is given.
                    136: <!-- 2009/10/03 -->
                    137: <li>Avoid i386 panics when handling XMM exceptions.
                    138: <li>Avoid NULL dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> when the final RCPT TO is refused.
                    139: <!-- 2009/10/02 -->
                    140: <li>Added support for DS15/DS25/ES45 alpha models.
                    141: <li>Move alpha kernel link address higher to accomodate SRM with larger footprint than the usual 2MB.
                    142: <!-- 2009/10/01 -->
                    143: <li>OpenSSH 5.3 released.
                    144: <li>Added support for generic soft interrupts on macppc.
                    145: <!-- 2009/09/30 -->
                    146: <!-- 2009/09/29 -->
                    147: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a>, announce a stub network LSA for backup carp interfaces.
                    148: <li>Added Phison PS5000 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a> devices.
                    149: <!-- 2009/09/28 -->
                    150: <li>Added -S and -L options to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a> to store and load pf state table from a file.
                    151: <li>On amd64 and i386, make sure the video buffer area and BIOS areas are unavailable for PCI resource allocations if the BIOS memory map did not reserve them.
                    152: <li>Updated time zone data to tzdata2009n.
                    153: <!-- 2009/09/27 -->
                    154: <li>Added IRIX-compatible cacheflush() routine to mips ports, needed for gcc -ftrampoline operations.
                    155: <!-- 2009/09/26 -->
                    156: <li>Added preliminary rdomain support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&sektion=8&format=html">ripd(8)</a>.
                    157: <li>In xenocara, update xmag to 1.0.3 and xrandr to 1.3.2.
                    158: <li>Removed rstart from xenocara.
                    159: <!-- 2009/09/25 -->
                    160: <li>In xenocara, update util-macros to 1.3.0, appres to 1.0.2, bdftopcf to 1.0.2, bitmap to 1.0.4, xauth to 1.0.4 and xclock to 1.0.4.
                    161: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&sektion=4&format=html">axe(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&sektion=4&format=html">aue(4)</a> on palm RAMDISK kernels.
                    162: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> to hide borders of maximized windows when Xinerama is enabled.
                    163: <!-- 2009/09/24 -->
                    164: <li>Fix potential double free in the 802.11 crypto code.
                    165: <!-- 2009/09/23 -->
                    166: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> support -c like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sh&sektion=1&format=html">sh(1)</a> to execute a command, useful when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> is a login shell.
1.1158    jj        167: <!-- 2009/09/22 -->
1.1159    jj        168: <li>Initial Xorg driver to support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> devices.
                    169: <li>Update capability code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> to follow RFC 5492.
                    170: <li>Allow multiple prefix keys to be defined for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
1.1158    jj        171: <!-- 2009/09/21 -->
                    172: <li>Add support for the watchdog in the sparc64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lom&sektion=4&format=html">lom(4)</a>.
                    173: <li>Synced mandoc to 1.9.5.
                    174: <li>Fix for bpf descriptor reference counts when using kqueue.
                    175: <!-- 2009/09/20 -->
                    176: <li>Implemented a detach function for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a>.
                    177: <li>Added support for VIA Nano CPU core temperature sensors.
                    178: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&sektion=4&format=html">axe(4)</a> for AX88772A-based devices.
                    179: <!-- 2009/09/19 -->
                    180: <li>Initial version of a driver for LOMlite2 found on Sun Fire V100, V120 and Netra X1.
                    181: <li>Added bits for X11 support over the wsdisplay framework on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a>.
                    182: <!-- 2009/09/18 -->
                    183: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> to version 248.
                    184: <li>Fix libpcap IPv6 mask issue.
                    185: <li>Synced mandoc to 1.9.2.
                    186: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lock&sektion=1&format=html">lock(1)</a> back off password guesses like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login&sektion=1&format=html">login(1)</a>.
                    187: <!-- 2009/09/17 -->
                    188: <!-- 2009/09/16 -->
                    189: <!-- 2009/09/15 -->
                    190: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=find&sektion=1&format=html">find(1)</a>, allow -maxdepth 0.
                    191: <li>Added support for TP-LINK TL-WN821N to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=otus&sektion=4&format=html">otus(4)</a> devices.
                    192: <!-- 2009/09/14 -->
                    193: <li>Added Huawei E160E and E156G to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> devices.
                    194: <!-- 2009/09/13 -->
                    195: <li>Rework of the scsi midlayer code in order to help <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&sektion=4&format=html">mpath(4)</a> development.
                    196: <!-- 2009/09/12 -->
                    197: <!-- 2009/09/11 -->
                    198: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> handle if the command buffer runs full. Allows for higher resolutions without bumping the command buffer or xfer buffer memory.
                    199: <li>For socppc machines, added a 'machine fdt' command to the boot environment to dump the device tree if present.
                    200: <!-- 2009/09/10 -->
                    201: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> able to configure option such as status-bg using the entire 256 colour palette.
                    202: <!-- 2009/09/09 -->
                    203: <li>Reduced the memory usage of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd-setup&sektion=8&format=html">spamd-setup(8)</a> when handling large lists.
                    204: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> for font sizes up to 16 pixels wide.
1.1157    jj        205: <!-- 2009/09/08 -->
1.1158    jj        206: <li>Added support for divert sockets to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>.
                    207: <li>Updated Time Zone data to tzdata2009m.
                    208: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> BGP OPEN capability parser RFC 5492 compliant.
1.1157    jj        209: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8&format=html">bgpctl(8)</a> irrfilter to support IPv6 and 4-byte AS numbers.
                    210: <!-- 2009/09/07 -->
                    211: <li>Bring support in socppc for the RB600 machine.
1.1158    jj        212: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> binat-to as a macro-like rule using a nat-to and rdr-to combination.
1.1157    jj        213: <!-- 2009/09/06 -->
                    214: <li>For socppc machines, attach devices to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=obio&sektion=4&format=html">obio(4)</a> based on the flattened device tree.
                    215: <li>Updated xserver to 1.6.4rc1.
                    216: <!-- 2009/09/05 -->
                    217: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> displays use new wsdisplay EAGAIN-like ability if the usb command queue is full. Also makes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> work on MP kernels.
                    218: <li>Updated libxcb to 1.4, xcb-util for 0.3.6, and xterm to 247.
                    219: <li>Fix stackgap_alloc() issues in the compat code.
                    220: <!-- 2009/09/04 -->
                    221: <li>Initial code for a palm platform.
                    222: <li>Bring back ICH10 support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a>.
                    223: <li>Endian fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&sektion=4&format=html">vge(4)</a> on big-endian platforms.
                    224: <!-- 2009/09/03 -->
                    225: <!-- 2009/09/02 -->
                    226: <li>Better sparc64 ELF load address checks in the boot blocks.
                    227: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&sektion=8&format=html">dhcrelay(8)</a> for RFC3046 "DHCP-over-ipsec".
                    228: <li>Defer hardware crypto network operations to splsoftnet in order to not create issues with ipsec.
                    229: <li>Make socppc attach devices to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mainbus&sektion=4&format=html">mainbus(4)</a> based on information from the flattened device tree.
                    230: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&sektion=3&format=html">getaddrinfo(3)</a> accept numeric servname when ai_socktype is not specified.
                    231: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, show mbox write errors in "show stats".
1.1158    jj        232: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>, implement the RFC4486 BGP Cease Notification Message subcodes.
1.1157    jj        233: <!-- 2009/09/01 -->
                    234: <li>Initial support for ISP2000 SBus FC cards.
                    235: <li>Enabled SBus <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4&format=html">ti(4)</a> on sparc64 GENERIC and RAMDISK kernels.
                    236: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a> no-df clear the IP_DF bit when enabled, like it was intended.
1.1158    jj        237: <li>Glue for sbus version of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4&format=html">ti(4)</a> Sun Vector Gigabit Ethernet card.
1.1157    jj        238: <li>Fix a race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&sektion=1&format=html">ssh-agent(1)</a>.
                    239: <li>Large rewrite of all NAT code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> turning nat and rdr into actions on regular rules.
                    240: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayctl&sektion=8&format=html">relayctl(8)</a> exit with a non-zero value if relayd returned an error.
                    241: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a>, echo back the Relay Agent Information option if present, and add support for the ipsec-tunnel hardware type.
                    242: <!-- 2009/08/31 -->
                    243: <li>Make the rtinit() routing code cope when there is a more specific route available than the one planned to remove.
                    244: <li>Added a "display-panes" command to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
                    245: <!-- 2009/08/30 -->
                    246: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8&format=html">ppp(8)</a> from ending up in an infinite loop during NAT.
                    247: <li>Added support for sparc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> ISP220 SBus FC cards.
                    248: <!-- 2009/08/29 -->
                    249: <!-- 2009/08/28 -->
                    250: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&sektion=1&format=html">tcpbench(1)</a> use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&sektion=2&format=html">poll(2)</a> instead of forking lots of children.
                    251: <!-- 2009/08/27 -->
                    252: <li>Fix cap_mkdb and curses to better reformat terminfo entries into the capabilities database format.
                    253: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8&format=html">sftp-server(8)</a> setting an explicit umask on the command line.
                    254: <li>Reduced polling of the keyboard controller in the pckbc code.
                    255: <li>Don't stop libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&sektion=3&format=html">fts(3)</a> from traversing a directory if we reach SHRT_MAX.
                    256: <!-- 2009/08/26 -->
                    257: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd.conf&sektion=5&format=html">relayd.conf(5)</a> allow interface names as addresses.
                    258: <li>Speed up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> RAID6 writes by precalculating XOR lookups.
                    259: <li>Avoid renaming on destination files in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> when following a redirection URL.
                    260: <li>Added OGG media types from RFC 5334 to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8&format=html">httpd(8)</a> mime.types database.
                    261: <!-- 2009/08/25 -->
                    262: <li>Added ! support to ProxyPass in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8&format=html">httpd(8)</a> to exclude directories from being proxied.
                    263: <li>Added Novatel EU870D to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> devices.
                    264: <li>Enabled compression in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a>.
                    265: <li>Make amd64 and i386 machines without PS/2 keyboards not attach pckbd0, so a USB keyboard can become the console.
                    266: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> for a 16bit huffman table to allow for pixel difference compression.
                    267: <li>Updated xf86-video-ati to 6.12.2.
                    268: <li>Removed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strip&sektion=4&format=html">strip(4)</a> device.
                    269: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&sektion=4&format=html">iha(4)</a> to amd64 GENERIC kernels.
                    270: <li>Moved NFS request from a global tailq to a per nfsmount queue.
                    271: <li>Added parser on socppc for Flattened Device Tree.
                    272: <!-- 2009/08/24 -->
1.1158    jj        273: <li>Don't set up multicast on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4&format=html">fxp(4)</a> when in promiscuous mode.
1.1157    jj        274: <li>Fix order of arguments to memcpy() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>, partial fix for interfaces with &gt;64 aliases.
                    275: <li>Added keybinding in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> to allow horizontal maximization of a window.
                    276: <li>Improved CF slot handling on socppc machines.
                    277: <li>Fix nnpfs mmap vs read sync issue.
                    278: <!-- 2009/08/23 -->
                    279: <li>Updated libFS to 1.0.2, libSM to 1.1.1, libXt to 1.0.6 in the xenocara tree.
                    280: <!-- 2009/08/22 -->
                    281: <!-- 2009/08/21 -->
                    282: <li>Synced mandoc to 1.8.5.
                    283: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> for peers with a 4-byte AS number when connecting to a template neighbor.
1.1154    jj        284: <!-- 2009/08/20 -->
1.1157    jj        285: <li>Corrected c++ reference counts on hppa/hppa64.
                    286: <li>Rework asynchronous I/O in NFS using separate buf queues for each mount.
1.1154    jj        287: <!-- 2009/08/19 -->
                    288: <!-- 2009/08/18 -->
                    289: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a> regarding the library minor numbers.
                    290: <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iof&sektion=4&format=html">iof(4)</a> serial using the sgi IOC4 chip.
                    291: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> for recursive transfer support.
                    292: <!-- 2009/08/17 -->
                    293: <li>Removed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> -a switch, that is default now.
                    294: <!-- 2009/08/16 -->
                    295: <li>Updated time zone data to tzdata2009l.
                    296: <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> command to show all buffers.
                    297: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayctl&sektion=8&format=html">relayctl(8)</a> report routers.
                    298: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd.config&sektion=5&format=html">sshd.config(5)</a>, allow PubkeyAuthentication to the list allowed in a Match block.
                    299: <!-- 2009/08/15 -->
                    300: <li>Make it possible to specify a port in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&sektion=5&format=html">resolv.conf(5)</a>.
                    301: <!-- 2009/08/14 -->
                    302: <li>Added UDF 2.5/2.6 support, allowing read-only access to HDDVD and Blu-ray disks.
                    303: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> function to show all nfs nodes.
                    304: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lisa&sektion=4&format=html">lisa(4)</a> on amd64 and i386 GENERIC kernels.
                    305: <li>Use a lock to prevent the nfs_nodetree from a race condition when vnode recycling could pull a vnode out under our feet.
                    306: <li>Avoid double release of vnodes in the NFS server code.
                    307: <!-- 2009/08/13 -->
                    308: <li>Added packet rate counters on the vmstat screen in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a>.
                    309: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rwlock&sektion=9&format=html">rwlock(9)</a> assertion functions, disabled for now.
                    310: <li>Add wake support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&sektion=4&format=html">pckbd(4)</a>.
                    311: <li>Added option KVA_GUARDPAGES to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8&format=html">config(8)</a>, to enable guard pages for kernel allocations and slow recycling of kva.
                    312: <li>Rewrite the promisc mode/multicast handling code for the sparc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&format=html">hme(4)</a> driver.
                    313: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vscsi&sektion=4&format=html">vscsi(4)</a> to GENERIC kernels.
                    314: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&sektion=1&format=html">tcpbench(1)</a> to bind to a different rdomain.
                    315: <li>Added a "router" functionality in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> to add or remove routes.
                    316: <li>Added a command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> to show all vnodes.
                    317: <li>Changed amd64 kernel linking to use a linker script, Helps if we want to use larger pages for text/etc, and stop saving the .eh frames.
                    318: <!-- 2009/08/12 -->
                    319: <li>Made the i386 APIC code closer to amd64.
                    320: <li>Add wake support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpihpet&sektion=4&format=html">acpihpet(4)</a>.
                    321: <li>Optimized raid6 in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> code. 30% speedup on write.
                    322: <li>Changed the way the hppa pmap code marks non-equivalent writeable aliases in pages and whack all other mappings on that page.
                    323: <li>Redone the filesystem namecache from a large single hash table to a global LRU of entries, and a redblack tree in each vnode.
                    324: <li>Make sure backing store for EGA and VGA virtual consoles are done using the correct geometry.
                    325: <li>Rework the if_start routine for interfaces to better handle overload situations where it would otherwise call the softint too seldom.
                    326: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lisa&sektion=4&format=html">lisa(4)</a> driver for the ST LIS331DL accelerometer.
                    327: <li>Make MCLGETI handle situations when we get low on clusters for RX rings during interrupts and make the driver free up clusters for later allocation.
                    328: <li>Added support for the "Slots Power" sensor on the PowerMac9,1.
                    329: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=1&format=html">sysctl(1)</a> for SENSOR_WATTS.
                    330: <!-- 2009/08/11 -->
1.1156    jj        331: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> handle most of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1&format=html">scp(1)</a>s command line arguments.
1.1154    jj        332: <li>Add support for more sensors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smu&sektion=4&format=html">smu(4)</a> on macppc.
                    333: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> on armish GENERIC and RAMDISK kernels.
                    334: <!-- 2009/08/10 -->
                    335: <li>Fixed a few bugs in the NFS rename error recovery code.
                    336: <li>Use splhigh instead of splclock for amd64 and i386 IPIs, fixes stability problems on some SMP machines.
                    337: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpio&sektion=4&format=html">gpio(4)</a> support for amd64.
                    338: <li>Changed the way shutdown for interfaces are done to prevent active interfaces to continue do DMA during and after a reboot.
                    339: <li>Moved the filehandle/node lookup hash tables to red-black trees.
                    340: <li>Removed the old NFSv2 write-gather code, didn't actually improve performance.
                    341: <!-- 2009/08/09 -->
                    342: <li>Initial version of the DDB_STRUCT kernel option, to add symbolic information about kernel structs and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> commands to display them. Not enabled by default.
                    343: <li>Scale both receive and send buffer on the raw socket in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a>, makes it work on networks with large MTUs.
                    344: <li>Synced mandoc to 1.8.4.
                    345: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&sektion=4&format=html">mpath(4)</a>, a driver that steals paths to scsi devices if they could be available via multiple paths and then made available via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&sektion=4&format=html">mpath(4)</a>.
                    346: <li>Reworked the SysV message queue code to not allocate a static amount of memory for messages.
                    347: <!-- 2009/08/08 -->
                    348: <li>Fix multicast handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ale&sektion=4&format=html">ale(4)</a>.
                    349: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipgphy&sektion=4&format=html">ipgphy(4)</a> for the IC Plus IP1001 GigE PHY.
                    350: <li>Fix livelock in the buffer cache code for low-memory situations.
                    351: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=alc&sektion=4&format=html">alc(4)</a> on amd64 and i386 RAMDISK kernels.
                    352: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=alc&sektion=4&format=html">alc(4)</a>, a driver for Atheros AR8131/AR8132-based ethernet devices.
                    353: <!-- 2009/08/07 -->
                    354: <li>Added Digitus DN-7001G to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&sektion=4&format=html">acx(4)</a> devices.
                    355: <!-- 2009/08/06 -->
1.1155    jj        356: <li>Added -E flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sed&sektion=1&format=html">sed(1)</a> to enable extended POSIX regular expressions.
1.1154    jj        357: <li>Initial code for Loongsoon2E/F processor support.
                    358: <!-- 2009/08/05 -->
                    359: <!-- 2009/08/04 -->
                    360: <li>Make sure we do not read 1000BaseT specific registers on a 10/100M <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ale&sektion=4&format=html">ale(4)</a> device.
                    361: <li>Enabled XCB on the shared libs architectures.
                    362: <li>Specify ID-type of IPV4_ADDR or IPV6_ADDR in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&sektion=5&format=html">ipsec.conf(5)</a> if the srcid or dstid is given as an IPv4 or IPv6 address, rather than as a FQDN.
                    363: <!-- 2009/08/03 -->
                    364: <li>Fix crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wall&sektion=1&format=html">wall(1)</a> when sending to a large group.
                    365: <!-- 2009/08/02 -->
                    366: <li>Recommitted the dynamic buffer cache support.
                    367: <!-- 2009/08/01 -->
                    368: <!-- 2009/07/31 -->
                    369: <!-- 2009/07/30 -->
                    370: <li>Fix hangs on hppa due to races when accessing the list of interrupt handlers.
                    371: <li>Added support for VSC8211, CS8244 and VSC8601 PHYs in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ciphy&sektion=4&format=html">ciphy(4)</a> driver.
                    372: <li>Added support for BCM5761 in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brgphy&sektion=4&format=html">brgphy(4)</a> driver.
                    373: <!-- 2009/07/29 -->
                    374: <li>Added Linksys WUSB54GC v3 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.
                    375: <!-- 2009/07/28 -->
                    376: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8&format=html">named(8)</a> DNS update DoS.
1.1158    jj        377: <li>Plug a memory leak when calling rtable_add() multiple times.
1.1154    jj        378: <li>Change configure test of pixman to make it use MMX code if possible.
                    379: <li>Added Alfa AWUS036H to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtw&sektion=4&format=html">urtw(4)</a> devices.
                    380: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&format=html">gem(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gentbi&sektion=4&format=html">gentbi(4)</a> on sparc RAMDISK kernels.
                    381: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4&format=html">ti(4)</a> on hppa GENERIC kernels.
                    382: <!-- 2009/07/27 -->
                    383: <li>Added flow control support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=age&sektion=4&format=html">age(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ale&sektion=4&format=html">ale(4)</a>.
                    384: <li>Added Digital EtherWORKS to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4&format=html">ti(4)</a> cards.
                    385: <li>Added bus speed recognition on Nehalem based CPUs. Makes Enhanced SpeedStep work.
                    386: <!-- 2009/07/26 -->
                    387: <li>Added a PCIOCGETROM <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&sektion=2&format=html">ioctl(2)</a> to read PCI ROMs.
                    388: <!-- 2009/07/25 -->
                    389: <li>Fix flow control on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stge&sektion=4&format=html">stge(4)</a> devices.
                    390: <li>Synced mandoc to version 1.8.1.
                    391: <li>Alignment fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> on armish machines.
                    392: <li>Added midi data sending capabilities to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=midicat&sektion=1&format=html">midicat(1)</a>.
                    393: <!-- 2009/07/24 -->
                    394: <!-- 2009/07/23 -->
                    395: <li>Switch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> over to the MCLGETI buffer allocator.
                    396: <li>Retune sleep time on VIA VT6202 based machines, especially armish ones.
                    397: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> framework for RAID6, disabled for now.
                    398: <!-- 2009/07/22 -->
                    399: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aibs&sektion=4&format=html">aibs(4)</a> driver for ASUSTeK AI Booster hardware monitoring.
                    400: <li>Added big-endian support to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4&format=html">sis(4)</a> driver.
                    401: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> traceback disassembly on sparc64 when the fault is on the first instruction of a routine.
                    402: <!-- 2009/07/21 -->
                    403: <li>Added PCI-Cardbus bridge support on sgi for both O2 and Octane/Origin class systems.
                    404: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a> to resolve names by adding the -N flag.
1.1153    jj        405: <!-- 2009/07/20 -->
1.1154    jj        406: <li>gcc 2.95 fixes for xcb-util.
1.1153    jj        407: <li>Updated the time zone data to tzdata2009k.
                    408: <!-- 2009/07/19 -->
                    409: <li>Make sure the xf86-video-sunffb disable the hardware cursor before exit.
                    410: <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.
                    411: <!-- 2009/07/18 -->
                    412: <li>Synced mandoc to 1.8.0.
                    413: <li>Fix potential mbuf leaks in the NFSv2 rpc code.
                    414: <!-- 2009/07/17 -->
                    415: <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.
                    416: <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.
                    417: <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>.
                    418: <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.
                    419: <!-- 2009/07/16 -->
                    420: <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>.
                    421: <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.
                    422: <li>Make PCI-PCI bridge initialization code on sgi bus-independent.
                    423: <!-- 2009/07/15 -->
                    424: <li>Added round, roundf, trunc and truncf for hppa libm.
                    425: <!-- 2009/07/14 -->
                    426: <li>Unbreak the moko builds, move SOFTSERIAL to SOFTTTY and a pmap change for moko.
                    427: <!-- 2009/07/13 -->
                    428: <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.
                    429: <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.
                    430: <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.
                    431: <li>Make the vlan send queue one slot long, to force packets off the virtual interface queue down to the physical interface immediately.
                    432: <!-- 2009/07/12 -->
                    433: <li>Synced mandoc to 1.7.23.
                    434: <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.
                    435: <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.
                    436: <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.
                    437: <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>
                    438: <!-- 2009/07/11 -->
                    439: <li>When rebooting sgi machines, pass a request to the PROM to skip diagnostics and memory initializations. Shortens reboot times.
                    440: <!-- 2009/07/10 -->
                    441: <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.
                    442: <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.
                    443: <!-- 2009/07/09 -->
                    444: <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>.
                    445: <!-- 2009/07/08 -->
                    446: <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>.
                    447: <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>.
                    448: <!-- 2009/07/07 -->
                    449: <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>.
                    450: <!-- 2009/07/06 -->
                    451: <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.
                    452: <li>Synced mandoc to 1.7.22.
                    453: <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.
                    454: <!-- 2009/07/05 --></ul>
1.422     deraadt   455: <p>
1.203     deraadt   456:
1.95      deraadt   457: This list mentions mostly platform-independent changes.  For a list of changes
                    458: made in a particular platform, please check the page for that platform.  If you
                    459: find them not listed there, the changes are either (1) not being documented or
                    460: (2) are documented here.<br><br>
1.14      deraadt   461:
                    462: <hr>
1.424     deraadt   463: <p>
                    464: <h3>
1.846     deraadt   465: For changes in other releases, click below:<br>
                    466: <a href="plus20.html">2.0</a>,
                    467: <a href="plus21.html">2.1</a>,
                    468: <a href="plus22.html">2.2</a>,
                    469: <a href="plus23.html">2.3</a>,
                    470: <a href="plus24.html">2.4</a>,
                    471: <a href="plus25.html">2.5</a>,
                    472: <a href="plus26.html">2.6</a>,
                    473: <a href="plus27.html">2.7</a>,
                    474: <a href="plus28.html">2.8</a>,
                    475: <a href="plus29.html">2.9</a>,
                    476: <a href="plus30.html">3.0</a>,
                    477: <a href="plus31.html">3.1</a>,
1.868     deraadt   478: <a href="plus32.html">3.2</a>,
1.889     david     479: <a href="plus33.html">3.3</a>,
1.916     david     480: <a href="plus34.html">3.4</a>,
1.935     miod      481: <a href="plus35.html">3.5</a>,
1.941     deraadt   482: <a href="plus36.html">3.6</a>,
1.1118    deraadt   483: <br>
1.1044    deraadt   484: <a href="plus37.html">3.7</a>,
1.999     deraadt   485: <a href="plus38.html">3.8</a>,
1.1028    deraadt   486: <a href="plus39.html">3.9</a>,
1.1044    deraadt   487: <a href="plus40.html">4.0</a>,
1.1069    deraadt   488: <a href="plus41.html">4.1</a>,
1.1097    deraadt   489: <a href="plus42.html">4.2</a>,
1.1118    deraadt   490: <a href="plus43.html">4.3</a>,
1.1140    deraadt   491: <a href="plus44.html">4.4</a>,
1.1152    deraadt   492: <a href="plus45.html">4.5</a>,
                    493: <a href="plus46.html">4.6</a>.
1.424     deraadt   494: <br>
                    495: </h3>
                    496:
                    497: <hr>
1.1016    pvalchev  498: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
1.729     horacio   499: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1160  ! jj        500: <br><small>$OpenBSD: plus.html,v 1.1159 2009/11/30 17:22:36 jj Exp $</small>
1.14      deraadt   501:
                    502: </body>
                    503: </html>