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

Annotation of www/plus47.html, Revision 1.1

1.1     ! deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
        !             2: <html>
        !             3: <head>
        !             4: <title>OpenBSD 4.7 changes</title>
        !             5: <link rev="made" href="mailto:www@openbsd.org">
        !             6: <meta name="resource-type" content="document">
        !             7: <meta name="description" content="OpenBSD -current changes">
        !             8: <meta name="keywords" content="openbsd,changes">
        !             9: <meta name="distribution" content="global">
        !            10: <meta name="copyright" content="This document copyright 1996-2009 by OpenBSD.">
        !            11: </head>
        !            12:
        !            13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
        !            14:
        !            15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
        !            16: <p>
        !            17: <h2><font color="#e00000">OpenBSD 4.7 to be released (May 19)</font></h2>
        !            18: <hr>
        !            19:
        !            20: <p>
        !            21: This is a partial list of the major machine-independent changes
        !            22: (i.e., these are the changes people ask about most often).  Machine
        !            23: specific changes have also been made, and are sometimes mentioned
        !            24: in the pages for the specific <a href="plat.html">platforms</a>.
        !            25:
        !            26: <p>
        !            27: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
        !            28:
        !            29: <p>
        !            30: <h3>
        !            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>,
        !            44: <a href="plus32.html">3.2</a>,
        !            45: <a href="plus33.html">3.3</a>,
        !            46: <a href="plus34.html">3.4</a>,
        !            47: <a href="plus35.html">3.5</a>,
        !            48: <a href="plus36.html">3.6</a>,
        !            49: <br>
        !            50: <a href="plus37.html">3.7</a>,
        !            51: <a href="plus38.html">3.8</a>,
        !            52: <a href="plus39.html">3.9</a>,
        !            53: <a href="plus40.html">4.0</a>,
        !            54: <a href="plus41.html">4.1</a>,
        !            55: <a href="plus42.html">4.2</a>,
        !            56: <a href="plus43.html">4.3</a>,
        !            57: <a href="plus44.html">4.4</a>,
        !            58: <a href="plus45.html">4.5</a>,
        !            59: <a href="plus46.html">4.6</a>,
        !            60: <a href="plus.html">-current</a>.<br>
        !            61: </h3>
        !            62:
        !            63: <p>
        !            64: <h3><font color="#0000e0">Changes made between OpenBSD 4.6 and 4.7</font></h3><p>
        !            65: <p>
        !            66:
        !            67: <ul>
        !            68: <!-- 2009/11/10 -->
        !            69: <li>Fix for blind prefix injection in libssl.
        !            70: <!-- 2009/11/09 -->
        !            71: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> for userpart+something@domain receipient addresses.
        !            72: <li>Updated time zone data to tzdata2009r.
        !            73: <!-- 2009/11/08 -->
        !            74: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vether&sektion=4&format=html">vether(4)</a>, a virtual ethernet device.
        !            75: <li>Added code on sgi to send L1 commands and parse command results. Used to get the ethernet address on IP35 systems with IOC3 onboard ethernet.
        !            76: <!-- 2009/11/07 -->
        !            77: <li>Updated xenocara xcompmgr to 1.1.5.
        !            78: <!-- 2009/11/06 -->
        !            79: <!-- 2009/11/05 -->
        !            80: <li>Added IPv6 support for divert sockets in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>.
        !            81: <li>Make it possible to add an interface with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brconfig&sektion=8&format=html">brconfig(8)</a> even if it was already added.
        !            82: <!-- 2009/11/04 -->
        !            83: <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> over to use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=event&sektion=3&format=html">event(3)</a>.
        !            84: <!-- 2009/11/03 -->
        !            85: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> to decode the GPRS Tunneling Protocol.
        !            86: <li>Allow any program using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> to act as a MMC slave and MTC master.
        !            87: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> for multiple aliases maps.
        !            88: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=run&sektion=4&format=html">run(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=otus&sektion=4&format=html">otus(4)</a>, defer WEP key setting until the interface is brought up.
        !            89: <li>Applied a fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a> which could cause it to crash on certain invalid UTF-8 codes.
        !            90: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> rtable and rdomain handling.
        !            91: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a> pick up the routing domain from the specified interface and use that rdomain for relaying the packets to the server.
        !            92: <!-- 2009/11/02 -->
        !            93: <li>Implemented "log verbose" and "log brief" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8&format=html">bgpctl(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrpctl&sektion=8&format=html">dvmrpctl(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpdctl&sektion=8&format=html">lpdctl(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripctl&sektion=8&format=html">ripctl(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfctl&sektion=8&format=html">ospfctl(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6ctl&sektion=8&format=html">ospf6ctl(8)</a>.
        !            94: <!-- 2009/11/01 -->
        !            95: <li>Added M-Audio Revolution 5.1 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=envy&sektion=4&format=html">envy(4)</a> devices.
        !            96: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kqueue&sektion=2&format=html">kqueue(2)</a> support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=midi&sektion=4&format=html">midi(4)</a>.
        !            97: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iec&sektion=4&format=html">iec(4)</a>, a driver for the sgi IOC3 onboard ethernet interface.
        !            98: <!-- 2009/10/31 -->
        !            99: <li>Added ATI hudson2 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&sektion=4&format=html">ahci(4)</a> chips.
        !           100: <li>Two minor fixes in the YP allocation code error paths.
        !           101: <li>Establish a shutdown hook on the sparc64 LOM code to prevent watchdog triggers after the kernel has halted.
        !           102: <li>Updated xenocara libXt to 1.0.7, libXv to 1.0.5, libXvcMC to 1.0.5, libfontenc to 1.0.5 and xtrans to 1.2.5.
        !           103: <li>Updated xenocara libXfontcache to 1.0.5, libXft to 2.1.14, libXmu to 1.0.5, libXpm to 3.5.8 and libXrender to 0.9.5.
        !           104: <li>Updated xenocara libXdamage to 1.1.2, libXdmcp to 1.0.3, libXfixes to 4.0.4 and libXfont to 1.4.1.
        !           105: <li>Updated xenocara libICE to 1.0.6, libXRes to 1.0.4, libXau to 1.0.5, libXcomposite to 0.4.1 and libXcursor to 1.1.10.
        !           106: <li>Updated xenocara xserver to 1.6.5 and xterm to 250.
        !           107: <!-- 2009/10/30 -->
        !           108: <!-- 2009/10/29 -->
        !           109: <li>Added support to boot up sgi IP30 secondary CPUs.
        !           110: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> to the hppa GENERIC kernels.
        !           111: <!-- 2009/10/28 -->
        !           112: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&sektion=4&format=html">iha(4)</a> to the amd64 RAMDISK_CD kernels.
        !           113: <li>Added code to unwedge the sparc64 LOMlite.
        !           114: <li>Better input validation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stty&sektion=1&format=html">stty(1)</a>.
        !           115: <li>Updated terminfo to the 20091003 version from upstream.
        !           116: <li>Unbreak route-to in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> by using a dedicated pf pool for route options.
        !           117: <li>Fix a NULL pointer store in the ip_output code path. Exploitable on older (4.3) OpenBSD versions.
        !           118: <li>Make it possible to set the rdomain in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>/sftp(1)/scp(1)/sshd(8)
        !           119: <!-- 2009/10/27 -->
        !           120: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldattach&sektion=8&format=html">ldattach(8)</a> reinitializes the poll events after each call to poll.
        !           121: <li>Removed EISA support from i386 RAMDISK kernels.
        !           122: <li>Synced mandoc to 1.9.11.
        !           123: <!-- 2009/10/26 -->
        !           124: <li>Fixed a null dereference in the scsi sleeping code.
        !           125: <li>Initial <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&sektion=4&format=html">mpii(4)</a> driver for MPI2 SAS HBAs, disabled for now.
        !           126: <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=power&sektion=4&format=html">power(4)</a> to sgi Octane machines.
        !           127: <li>Updated the time zone data to tzdata2009p.
        !           128: <!-- 2009/10/25 -->
        !           129: <li>Better error handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> when doing mrt dumps.
        !           130: <li>Fix aliases resolution in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, could accidentally skip recipients sometimes.
        !           131: <!-- 2009/10/24 -->
        !           132: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a>, add DISTDIR to list of variables to preserve by default.
        !           133: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> for &gt;=5000 series devices.
        !           134: <li>Updated xenocara xvinfo to 1.1.0, xwd to 1.0.3, xwininfo to 1.0.5, xwud to 1.0.2 and xbitmaps to 1.1.0.
        !           135: <li>Updated xenocara xpr to 1.0.3, xprop to 1.1.0, xrdb to 1.0.6, xrefresh to 1.0.3 and xsetroot 1.0.3.
        !           136: <li>Updated xenocara xkbutils to 1.0.2, xkill to 1.0.2, xlsatoms to 1.0.2, xlsclients to 1.0.2, and xman to 1.1.0.
        !           137: <li>Updated xenocara xdpyinfo to 1.1.0, xdriinfo to 1.0.3, xev to 1.0.4, xgamma to 1.0.3, xhost to 1.0.3 and xinput to 1.5.0.
        !           138: <li>Added -a option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> to kill all except current pane.
        !           139: <!-- 2009/10/23 -->
        !           140: <li>Added M-audio Audiophile 2496 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=envy&sektion=4&format=html">envy(4)</a> devices.
        !           141: <li>Updated xenocara x11perf to 1.5.1, xclipboard to 1.1.0 and xcmsdb to 1.0.2.
        !           142: <li>Updated xenocara iceauth to 1.0.3, mkfontscale to 1.0.7, mkfontdir to 1.0.5 and smproxy to 1.0.3.
        !           143: <li>Enabled event handling on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> driver, makes SAS hotplug work.
        !           144: <!-- 2009/10/22 -->
        !           145: <li>Reworked interrupt handling on the sgi platform.
        !           146: <li>Added an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xbpci&sektion=4&format=html">xbpci(4)</a> device for mips machines, between xbridge and PCI.
        !           147: <li>On mips64, prevent mapping of the zero page.
        !           148: <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.
        !           149: <!-- 2009/10/21 -->
        !           150: <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>.
        !           151: <li>Fix 2TB issue in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a>.
        !           152: <li>Synced mandoc to 1.9.9.
        !           153: <!-- 2009/10/20 -->
        !           154: <li>Added handle locking in stdio for threaded applications.
        !           155: <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>.
        !           156: <!-- 2009/10/19 -->
        !           157: <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>.
        !           158: <li>On sgi, added dri2 to the list of pre-loaded Xorg modules.
        !           159: <li>Updated time zone data to tzdata2009o.
        !           160: <!-- 2009/10/18 -->
        !           161: <li>Sync mandoc to 1.9.6.
        !           162: <!-- 2009/10/17 -->
        !           163: <li>Make interfaces able to accept gratuitous ARP requests where the link route points over the carp interface.
        !           164: <!-- 2009/10/16 -->
        !           165: <li>Make sure the kernel cancels the timeout when disabling the profiling/virtual timer.
        !           166: <!-- 2009/10/15 -->
        !           167: <li>On sgi machines, get serial console speed from the PROM.
        !           168: <li>Added detach support to various network drivers.
        !           169: <li>Imported gcc 4.2.1, the last release with GPLv2 license.
        !           170: <li>Disable interrupt coalescing on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a>.
        !           171: <!-- 2009/10/14 -->
        !           172: <li>Make IP30 and IP35 sgi systems report exact model for the hw.product sysctl.
        !           173: <li>Fix buffer cache backoff in the page daemon.
        !           174: <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_.
        !           175: <!-- 2009/10/13 -->
        !           176: <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.
        !           177: <li>Connect pcppi bell to ukbd so x86 systems with an USB console keyboard can cause beeps.
        !           178: <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.
        !           179: <li>Fix in libevent when handling a malloc failure.
        !           180: <!-- 2009/10/12 -->
        !           181: <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.
        !           182: <li>Imported perl 5.10.1.
        !           183: <!-- 2009/10/11 -->
        !           184: <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.
        !           185: <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>.
        !           186: <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.
        !           187: <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.
        !           188: <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.
        !           189: <li>Updated xf865-video-geode to 2.11.6.
        !           190: <!-- 2009/10/10 -->
        !           191: <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.
        !           192: <li>Fix mbuf leak in the route rtinit() function when detaching an interface.
        !           193: <li>Updated xf86-video-nv to 2.1.15.
        !           194: <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.
        !           195: <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.
        !           196: <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.
        !           197: <!-- 2009/10/09 -->
        !           198: <li>em(4) now has a working detach function.
        !           199: <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.
        !           200: <!-- 2009/10/08 -->
        !           201: <!-- 2009/10/07 -->
        !           202: <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.
        !           203: <!-- 2009/10/06 -->
        !           204: <li>Added support for the temperature sensor of VIA Nano and C7-M CPUs.
        !           205: <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>.
        !           206: <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.
        !           207: <!-- 2009/10/05 -->
        !           208: <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>.
        !           209: <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.
        !           210: <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.
        !           211: <!-- 2009/10/04 -->
        !           212: <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.
        !           213: <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>.
        !           214: <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.
        !           215: <!-- 2009/10/03 -->
        !           216: <li>Avoid i386 panics when handling XMM exceptions.
        !           217: <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.
        !           218: <!-- 2009/10/02 -->
        !           219: <li>Added support for DS15/DS25/ES45 alpha models.
        !           220: <li>Move alpha kernel link address higher to accomodate SRM with larger footprint than the usual 2MB.
        !           221: <!-- 2009/10/01 -->
        !           222: <li>OpenSSH 5.3 released.
        !           223: <li>Added support for generic soft interrupts on macppc.
        !           224: <!-- 2009/09/30 -->
        !           225: <!-- 2009/09/29 -->
        !           226: <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.
        !           227: <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.
        !           228: <!-- 2009/09/28 -->
        !           229: <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.
        !           230: <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.
        !           231: <li>Updated time zone data to tzdata2009n.
        !           232: <!-- 2009/09/27 -->
        !           233: <li>Added IRIX-compatible cacheflush() routine to mips ports, needed for gcc -ftrampoline operations.
        !           234: <!-- 2009/09/26 -->
        !           235: <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>.
        !           236: <li>In xenocara, update xmag to 1.0.3 and xrandr to 1.3.2.
        !           237: <li>Removed rstart from xenocara.
        !           238: <!-- 2009/09/25 -->
        !           239: <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.
        !           240: <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.
        !           241: <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.
        !           242: <!-- 2009/09/24 -->
        !           243: <li>Fix potential double free in the 802.11 crypto code.
        !           244: <!-- 2009/09/23 -->
        !           245: <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.
        !           246: <!-- 2009/09/22 -->
        !           247: <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.
        !           248: <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.
        !           249: <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>.
        !           250: <!-- 2009/09/21 -->
        !           251: <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>.
        !           252: <li>Synced mandoc to 1.9.5.
        !           253: <li>Fix for bpf descriptor reference counts when using kqueue.
        !           254: <!-- 2009/09/20 -->
        !           255: <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>.
        !           256: <li>Added support for VIA Nano CPU core temperature sensors.
        !           257: <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.
        !           258: <!-- 2009/09/19 -->
        !           259: <li>Initial version of a driver for LOMlite2 found on Sun Fire V100, V120 and Netra X1.
        !           260: <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>.
        !           261: <!-- 2009/09/18 -->
        !           262: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> to version 248.
        !           263: <li>Fix libpcap IPv6 mask issue.
        !           264: <li>Synced mandoc to 1.9.2.
        !           265: <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>.
        !           266: <!-- 2009/09/17 -->
        !           267: <!-- 2009/09/16 -->
        !           268: <!-- 2009/09/15 -->
        !           269: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=find&sektion=1&format=html">find(1)</a>, allow -maxdepth 0.
        !           270: <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.
        !           271: <!-- 2009/09/14 -->
        !           272: <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.
        !           273: <!-- 2009/09/13 -->
        !           274: <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.
        !           275: <!-- 2009/09/12 -->
        !           276: <!-- 2009/09/11 -->
        !           277: <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.
        !           278: <li>For socppc machines, added a 'machine fdt' command to the boot environment to dump the device tree if present.
        !           279: <!-- 2009/09/10 -->
        !           280: <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.
        !           281: <!-- 2009/09/09 -->
        !           282: <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.
        !           283: <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.
        !           284: <!-- 2009/09/08 -->
        !           285: <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>.
        !           286: <li>Updated Time Zone data to tzdata2009m.
        !           287: <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.
        !           288: <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.
        !           289: <!-- 2009/09/07 -->
        !           290: <li>Bring support in socppc for the RB600 machine.
        !           291: <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.
        !           292: <!-- 2009/09/06 -->
        !           293: <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.
        !           294: <li>Updated xserver to 1.6.4rc1.
        !           295: <!-- 2009/09/05 -->
        !           296: <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.
        !           297: <li>Updated libxcb to 1.4, xcb-util for 0.3.6, and xterm to 247.
        !           298: <li>Fix stackgap_alloc() issues in the compat code.
        !           299: <!-- 2009/09/04 -->
        !           300: <li>Initial code for a palm platform.
        !           301: <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>.
        !           302: <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.
        !           303: <!-- 2009/09/03 -->
        !           304: <!-- 2009/09/02 -->
        !           305: <li>Better sparc64 ELF load address checks in the boot blocks.
        !           306: <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".
        !           307: <li>Defer hardware crypto network operations to splsoftnet in order to not create issues with ipsec.
        !           308: <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.
        !           309: <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.
        !           310: <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".
        !           311: <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.
        !           312: <!-- 2009/09/01 -->
        !           313: <li>Initial support for ISP2000 SBus FC cards.
        !           314: <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.
        !           315: <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.
        !           316: <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.
        !           317: <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>.
        !           318: <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.
        !           319: <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.
        !           320: <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.
        !           321: <!-- 2009/08/31 -->
        !           322: <li>Make the rtinit() routing code cope when there is a more specific route available than the one planned to remove.
        !           323: <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>.
        !           324: <!-- 2009/08/30 -->
        !           325: <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.
        !           326: <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.
        !           327: <!-- 2009/08/29 -->
        !           328: <!-- 2009/08/28 -->
        !           329: <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.
        !           330: <!-- 2009/08/27 -->
        !           331: <li>Fix cap_mkdb and curses to better reformat terminfo entries into the capabilities database format.
        !           332: <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.
        !           333: <li>Reduced polling of the keyboard controller in the pckbc code.
        !           334: <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.
        !           335: <!-- 2009/08/26 -->
        !           336: <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.
        !           337: <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.
        !           338: <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.
        !           339: <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.
        !           340: <!-- 2009/08/25 -->
        !           341: <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.
        !           342: <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.
        !           343: <li>Enabled compression in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a>.
        !           344: <li>Make amd64 and i386 machines without PS/2 keyboards not attach pckbd0, so a USB keyboard can become the console.
        !           345: <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.
        !           346: <li>Updated xf86-video-ati to 6.12.2.
        !           347: <li>Removed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strip&sektion=4&format=html">strip(4)</a> device.
        !           348: <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.
        !           349: <li>Moved NFS request from a global tailq to a per nfsmount queue.
        !           350: <li>Added parser on socppc for Flattened Device Tree.
        !           351: <!-- 2009/08/24 -->
        !           352: <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.
        !           353: <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.
        !           354: <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.
        !           355: <li>Improved CF slot handling on socppc machines.
        !           356: <li>Fix nnpfs mmap vs read sync issue.
        !           357: <!-- 2009/08/23 -->
        !           358: <li>Updated libFS to 1.0.2, libSM to 1.1.1, libXt to 1.0.6 in the xenocara tree.
        !           359: <!-- 2009/08/22 -->
        !           360: <!-- 2009/08/21 -->
        !           361: <li>Synced mandoc to 1.8.5.
        !           362: <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.
        !           363: <!-- 2009/08/20 -->
        !           364: <li>Corrected c++ reference counts on hppa/hppa64.
        !           365: <li>Rework asynchronous I/O in NFS using separate buf queues for each mount.
        !           366: <!-- 2009/08/19 -->
        !           367: <!-- 2009/08/18 -->
        !           368: <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.
        !           369: <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.
        !           370: <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.
        !           371: <!-- 2009/08/17 -->
        !           372: <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.
        !           373: <!-- 2009/08/16 -->
        !           374: <li>Updated time zone data to tzdata2009l.
        !           375: <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.
        !           376: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayctl&sektion=8&format=html">relayctl(8)</a> report routers.
        !           377: <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.
        !           378: <!-- 2009/08/15 -->
        !           379: <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>.
        !           380: <!-- 2009/08/14 -->
        !           381: <li>Added UDF 2.5/2.6 support, allowing read-only access to HDDVD and Blu-ray disks.
        !           382: <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.
        !           383: <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.
        !           384: <li>Use a lock to prevent the nfs_nodetree from a race condition when vnode recycling could pull a vnode out under our feet.
        !           385: <li>Avoid double release of vnodes in the NFS server code.
        !           386: <!-- 2009/08/13 -->
        !           387: <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>.
        !           388: <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.
        !           389: <li>Add wake support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&sektion=4&format=html">pckbd(4)</a>.
        !           390: <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.
        !           391: <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.
        !           392: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vscsi&sektion=4&format=html">vscsi(4)</a> to GENERIC kernels.
        !           393: <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.
        !           394: <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.
        !           395: <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.
        !           396: <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.
        !           397: <!-- 2009/08/12 -->
        !           398: <li>Made the i386 APIC code closer to amd64.
        !           399: <li>Add wake support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpihpet&sektion=4&format=html">acpihpet(4)</a>.
        !           400: <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.
        !           401: <li>Changed the way the hppa pmap code marks non-equivalent writeable aliases in pages and whack all other mappings on that page.
        !           402: <li>Redone the filesystem namecache from a large single hash table to a global LRU of entries, and a redblack tree in each vnode.
        !           403: <li>Make sure backing store for EGA and VGA virtual consoles are done using the correct geometry.
        !           404: <li>Rework the if_start routine for interfaces to better handle overload situations where it would otherwise call the softint too seldom.
        !           405: <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.
        !           406: <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.
        !           407: <li>Added support for the "Slots Power" sensor on the PowerMac9,1.
        !           408: <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.
        !           409: <!-- 2009/08/11 -->
        !           410: <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.
        !           411: <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.
        !           412: <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.
        !           413: <!-- 2009/08/10 -->
        !           414: <li>Fixed a few bugs in the NFS rename error recovery code.
        !           415: <li>Use splhigh instead of splclock for amd64 and i386 IPIs, fixes stability problems on some SMP machines.
        !           416: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpio&sektion=4&format=html">gpio(4)</a> support for amd64.
        !           417: <li>Changed the way shutdown for interfaces are done to prevent active interfaces to continue do DMA during and after a reboot.
        !           418: <li>Moved the filehandle/node lookup hash tables to red-black trees.
        !           419: <li>Removed the old NFSv2 write-gather code, didn't actually improve performance.
        !           420: <!-- 2009/08/09 -->
        !           421: <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.
        !           422: <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.
        !           423: <li>Synced mandoc to 1.8.4.
        !           424: <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>.
        !           425: <li>Reworked the SysV message queue code to not allocate a static amount of memory for messages.
        !           426: <!-- 2009/08/08 -->
        !           427: <li>Fix multicast handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ale&sektion=4&format=html">ale(4)</a>.
        !           428: <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.
        !           429: <li>Fix livelock in the buffer cache code for low-memory situations.
        !           430: <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.
        !           431: <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.
        !           432: <!-- 2009/08/07 -->
        !           433: <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.
        !           434: <!-- 2009/08/06 -->
        !           435: <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.
        !           436: <li>Initial code for Loongsoon2E/F processor support.
        !           437: <!-- 2009/08/05 -->
        !           438: <!-- 2009/08/04 -->
        !           439: <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.
        !           440: <li>Enabled XCB on the shared libs architectures.
        !           441: <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.
        !           442: <!-- 2009/08/03 -->
        !           443: <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.
        !           444: <!-- 2009/08/02 -->
        !           445: <li>Recommitted the dynamic buffer cache support.
        !           446: <!-- 2009/08/01 -->
        !           447: <!-- 2009/07/31 -->
        !           448: <!-- 2009/07/30 -->
        !           449: <li>Fix hangs on hppa due to races when accessing the list of interrupt handlers.
        !           450: <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.
        !           451: <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.
        !           452: <!-- 2009/07/29 -->
        !           453: <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.
        !           454: <!-- 2009/07/28 -->
        !           455: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8&format=html">named(8)</a> DNS update DoS.
        !           456: <li>Plug a memory leak when calling rtable_add() multiple times.
        !           457: <li>Change configure test of pixman to make it use MMX code if possible.
        !           458: <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.
        !           459: <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.
        !           460: <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.
        !           461: <!-- 2009/07/27 -->
        !           462: <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>.
        !           463: <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.
        !           464: <li>Added bus speed recognition on Nehalem based CPUs. Makes Enhanced SpeedStep work.
        !           465: <!-- 2009/07/26 -->
        !           466: <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.
        !           467: <!-- 2009/07/25 -->
        !           468: <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.
        !           469: <li>Synced mandoc to version 1.8.1.
        !           470: <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.
        !           471: <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>.
        !           472: <!-- 2009/07/24 -->
        !           473: <!-- 2009/07/23 -->
        !           474: <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.
        !           475: <li>Retune sleep time on VIA VT6202 based machines, especially armish ones.
        !           476: <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.
        !           477: <!-- 2009/07/22 -->
        !           478: <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.
        !           479: <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.
        !           480: <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.
        !           481: <!-- 2009/07/21 -->
        !           482: <li>Added PCI-Cardbus bridge support on sgi for both O2 and Octane/Origin class systems.
        !           483: <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.
        !           484: <!-- 2009/07/20 -->
        !           485: <li>gcc 2.95 fixes for xcb-util.
        !           486: <li>Updated the time zone data to tzdata2009k.
        !           487: <!-- 2009/07/19 -->
        !           488: <li>Make sure the xf86-video-sunffb disable the hardware cursor before exit.
        !           489: <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.
        !           490: <!-- 2009/07/18 -->
        !           491: <li>Synced mandoc to 1.8.0.
        !           492: <li>Fix potential mbuf leaks in the NFSv2 rpc code.
        !           493: <!-- 2009/07/17 -->
        !           494: <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.
        !           495: <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.
        !           496: <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>.
        !           497: <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.
        !           498: <!-- 2009/07/16 -->
        !           499: <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>.
        !           500: <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.
        !           501: <li>Make PCI-PCI bridge initialization code on sgi bus-independent.
        !           502: <!-- 2009/07/15 -->
        !           503: <li>Added round, roundf, trunc and truncf for hppa libm.
        !           504: <!-- 2009/07/14 -->
        !           505: <li>Unbreak the moko builds, move SOFTSERIAL to SOFTTTY and a pmap change for moko.
        !           506: <!-- 2009/07/13 -->
        !           507: <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.
        !           508: <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.
        !           509: <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.
        !           510: <li>Make the vlan send queue one slot long, to force packets off the virtual interface queue down to the physical interface immediately.
        !           511: <!-- 2009/07/12 -->
        !           512: <li>Synced mandoc to 1.7.23.
        !           513: <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.
        !           514: <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.
        !           515: <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.
        !           516: <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>
        !           517: <!-- 2009/07/11 -->
        !           518: <li>When rebooting sgi machines, pass a request to the PROM to skip diagnostics and memory initializations. Shortens reboot times.
        !           519: <!-- 2009/07/10 -->
        !           520: <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.
        !           521: <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.
        !           522: <!-- 2009/07/09 -->
        !           523: <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>.
        !           524: <!-- 2009/07/08 -->
        !           525: <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>.
        !           526: <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>.
        !           527: <!-- 2009/07/07 -->
        !           528: <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>.
        !           529: <!-- 2009/07/06 -->
        !           530: <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.
        !           531: <li>Synced mandoc to 1.7.22.
        !           532: <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.
        !           533: <!-- 2009/07/05 --></ul>
        !           534: <p>
        !           535:
        !           536: This list mentions mostly platform-independent changes.  For a list of changes
        !           537: made in a particular platform, please check the page for that platform.  If you
        !           538: find them not listed there, the changes are either (1) not being documented or
        !           539: (2) are documented here.<br><br>
        !           540:
        !           541: <hr>
        !           542: <p>
        !           543: <h3>
        !           544: For changes in other releases, click below:<br>
        !           545: <a href="plus20.html">2.0</a>,
        !           546: <a href="plus21.html">2.1</a>,
        !           547: <a href="plus22.html">2.2</a>,
        !           548: <a href="plus23.html">2.3</a>,
        !           549: <a href="plus24.html">2.4</a>,
        !           550: <a href="plus25.html">2.5</a>,
        !           551: <a href="plus26.html">2.6</a>,
        !           552: <a href="plus27.html">2.7</a>,
        !           553: <a href="plus28.html">2.8</a>,
        !           554: <a href="plus29.html">2.9</a>,
        !           555: <a href="plus30.html">3.0</a>,
        !           556: <a href="plus31.html">3.1</a>,
        !           557: <a href="plus32.html">3.2</a>,
        !           558: <a href="plus33.html">3.3</a>,
        !           559: <a href="plus34.html">3.4</a>,
        !           560: <a href="plus35.html">3.5</a>,
        !           561: <a href="plus36.html">3.6</a>,
        !           562: <br>
        !           563: <a href="plus37.html">3.7</a>,
        !           564: <a href="plus38.html">3.8</a>,
        !           565: <a href="plus39.html">3.9</a>,
        !           566: <a href="plus40.html">4.0</a>,
        !           567: <a href="plus41.html">4.1</a>,
        !           568: <a href="plus42.html">4.2</a>,
        !           569: <a href="plus43.html">4.3</a>,
        !           570: <a href="plus44.html">4.4</a>,
        !           571: <a href="plus45.html">4.5</a>,
        !           572: <a href="plus46.html">4.6</a>,
        !           573: <a href="plus.html">-current</a>.<br>
        !           574: <br>
        !           575: </h3>
        !           576:
        !           577: <hr>
        !           578: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
        !           579: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
        !           580: <br><small>$OpenBSD: plus.html,v 1.1162 2010/02/15 17:28:01 jj Exp $</small>
        !           581:
        !           582: </body>
        !           583: </html>