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

Annotation of www/plus47.html, Revision 1.4

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>
1.2       deraadt    17: <h2><font color="#e00000">OpenBSD 4.7 released (May 19)</font></h2>
1.1       deraadt    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>
1.4     ! deraadt    68: <!-- 2010/12/13 -->
        !            69: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, used safe file descriptor limits in smtp, lka, queue, and control. It removes a possibility of fatal fd-starvation when under heavy load.
        !            70: <li>Fixed leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&sektion=1&format=html">cvs(1)</a>.
        !            71: <!-- 2010/12/12 -->
        !            72: <li>Improved conflict resolution in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>.
        !            73: <li>Added missing splbio() protection when sending commands to the vDisk server on the sparc64 platform.
        !            74: <li>Implemented sending of the QUIT command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
        !            75: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, stop qualify empty sender address with the domain.
        !            76:
        !            77: <li>Link <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsudl&sektion=4&format=html">wsudl(4)</a> to the build on architectures that support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a>.
        !            78: <li>Fixed cd mounting with FSDEBUG kernels.
        !            79: <!-- 2010/12/11 -->
        !            80: <li>Fixed two memory leaks in afs LWP.
        !            81: <li>Fixed an incorrect array size calculation and a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pts&sektion=1&format=html">pts(1)</a>.
        !            82: <li>In RPC, fixed a file descriptor bug.
        !            83: <li>Make sur self dependencies install/uninstall in the correct order to be able to handle any @exec activity in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>.
        !            84: <li>Fixed two memory leaks in the Editor/termcap-curses interface.
        !            85:
        !            86: <li>Fixed three buffer overflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8&format=html">ppp(8)</a>.
        !            87: <li>Swaped an int for a long in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> make stop giving dodgy properties values on amd64.
        !            88: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>, implemented _NET_DESKTOP_NAMES, _NET_WM_DESKTOP and _NET_WORKAREA for the NetWM support.
        !            89: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet&sektion=4&format=html">inet(4)</a>, make IPSEC <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getsockopt&sektion=2&format=html">getsockopt(2)</a> return proper information instead of 2 bytes of uninitialized kernel stack.
        !            90: <li>Plugged a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&sektion=8&format=html">ssl(8)</a>.
        !            91:
        !            92: <li>Avoided some 64bit to 32bit pointer truncation on the sgi platforme.
        !            93: <!-- 2010/12/10 -->
        !            94: <li>Fixed potential bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=battlestar&sektion=6&format=html">battlestar(6)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mille&sektion=6&format=html">mille(6)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=huntd&sektion=6&format=html">huntd(6)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hack&sektion=6&format=html">hack(6)</a>.
        !            95: <li>Fixed SwapXY and rotation support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ws&sektion=4&format=html">ws(4)</a>.
        !            96: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>, implemented _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT, _NET_DESKTOP_GEOMETRY, _NET_VIRTUAL_ROOTS and _NET_SHOWING_DESKTOP for the NetWM support.
        !            97:
        !            98: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8&format=html">config(8)</a>, removed support for setting old SysV SHM size limits global variables.
        !            99: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&sektion=8&format=html">ldpd(8)</a>, make sur that the length of host address in the FEC TLV is encoded in number of octets.
        !           100: <li>Fixed a memory leak and off by one buffer overflow in Kerberos.
        !           101: <li>Fixed a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fgen&sektion=1&format=html">fgen(1)</a>.
        !           102: <li>Fixed a careless <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fscanf&sektion=3&format=html">fscanf(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tn3270&sektion=1&format=html">tn3270(1)</a>.
        !           103: <li>Fixed cwm behaviour with multiple screens and groups.
        !           104:
        !           105: <li>In NFS vnode op calls, prevent a potential race with renames.
        !           106: <li>Fixed memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ext2fs&sektion=8&format=html">fsck_ext2fs(8)</a>.
        !           107: <li>Fixed memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a>.
        !           108: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, fixed a case when 2yz status would not override existing 4yz one.
        !           109: <li>Fixed buffer overflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
        !           110: <li>Added option '1' in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1&format=html">top(1)</a> to display all cpu stats combined.
        !           111:
        !           112: <li>Added server options in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
        !           113: <li>Fixed memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a>.
        !           114: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8&format=html">netstart(8)</a> stop only on malformed inet or inet6 lines in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostname.if&sektion=5&format=html">hostname.if(5)</a>.
        !           115: <!-- 2010/12/09 -->
        !           116: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhts&sektion=4&format=html">uhts(4)</a>, a driver for USB HID touchscreen.
        !           117: <li>Fixed an off by one error in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a>.
        !           118:
        !           119: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> more accurate with input errors.
        !           120: <li>Added entries in compat signal mapping arrays for SIGTHR for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_hpux&sektion=8&format=html">compat_hpux(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_ibcs2&sektion=8&format=html">compat_ibcs2(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8&format=html">compat_linux(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_svr4&sektion=8&format=html">compat_svr4(8)</a>. This fixed overflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_ibcs2&sektion=8&format=html">compat_ibcs2(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_svr4&sektion=8&format=html">compat_svr4(8)</a>
        !           121:
        !           122: <li>Fixed some i386 and amd64 laptop resume.
        !           123: <li>Added tow new machine dependent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&sektion=9&format=html">pmap(9)</a> APIS for the i386 and amd64 platform: pmap_flush_cache() and pmap_flush_page().
        !           124: <li>Added clfush() and mfence() instructions in i386 and amd64 cpufunc.
        !           125: <li>Make i386 and amd64 platform detect cache line size for the CLFLUSH (Cache Line Flush) instruction when the CPU is identify.
        !           126: <!-- 2010/12/08 -->
        !           127: <li>Fixed a buffer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crunchgen&sektion=8&format=html">crunchgen(8)</a>.
        !           128: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>, make the RDE decisions easier.
        !           129: <li>Make the disks in a dell 960 work.
        !           130: <li>Improved pane reference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
        !           131:
        !           132: <!-- 2010/12/07 -->
        !           133: <li>Started NetWM support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> (_NET_SUPPORTED, _NET_ACTIVE_WINDOW, _NET_CLIENT_LIST, _NET_NUMBER_OF_DESKTOPS).
        !           134: <li>Added firmware for Elite3D framebuffers.
        !           135: <li>Support uk.swapctrlcaps as a valid keymap in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&sektion=4&format=html">pckbc(4)</a>.
        !           136: <li>Don't run the kernel with instruction cache disabled while netbooting on ARCBios.
        !           137: <li>Fault prevented when accessing the stack of 32bit ARCBios on sgi platform.
        !           138: <li>Get page size information by reading the kernel image' struct uvmexp on the sgi platform, instead of the value of PAGE_SIZE found in the standard headers when compiling.
        !           139: <li>Make userland <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3&format=html">malloc(3)</a> use __LDPGSZ granularity on mips, regardless of the actual kernel page size.
        !           140: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to version 1.7.2p2.
        !           141:
        !           142: <li>Avoided a NULL pointer dereferencement in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> when logging a DNS lookup failure.
1.3       deraadt   143: <!-- 2009/12/06 -->
                    144: <li>Fixed potential divide-by-zero in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> "df" output when talking to a server that reports zero files on the filesystem
                    145: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3&format=html">pthreads(3)</a>, make internal file descriptor handling async-signal safe by eliminating the use of spinlocks and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3&format=html">malloc(3)</a>. All needed memory is allocated upfront and _thread_kern_sig_defer/undefer() is now used to protect critical sections.
                    146: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a>, added /var/db/locate.database and /var/games/tetris.scores to IGNORE_FILES.
                    147: <li>Fixed some session initialization failures in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&sektion=8&format=html">ldpd(8)</a>.
                    148: <li>Fixed a bad memcpy call in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>.
                    149: <!-- 2009/12/05 -->
                    150: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uts&sektion=4&format=html">uts(4)</a> ignore HID devices that have the same vendor and product ids than devices actualy supported by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uts&sektion=4&format=html">uts(4)</a>.
                    151: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, fixed interface tagging listeners in the ipv6 case
                    152: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksum, fixes Thinkpad SL300.
                    153: <!-- 2009/12/04 -->
                    154: <li>Avoided stopping during wrongly mounted root in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8&format=html">rc(8)</a>.
                    155: <li>Put back <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> in kernel RAMDISKB.
                    156: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>, fixed the case where you look to update one package.
                    157: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a>, make cd blanking on sparc64 possible.
                    158: <!-- 2009/12/03 -->
                    159: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crunchgen&sektion=1&format=html">crunchgen(1)</a> mangle names in sequence instead of randomly.
                    160: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8&format=html">bgpctl(8)</a>, clearing a neighbor bring it into the confured state after a bgpctl reload.
                    161: <li>Restrict <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=4&format=html">bgpd(4)</a> to log only when there may be a chance the session come up.
                    162: <li>Added -w flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> set-option and show option.
                    163: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a>, prevent a completion interrupt pulling io of the buf queue.
                    164: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stge&sektion=4&format=html">stge(4)</a>, putting the interface into promiscuous mode all the time with the ST1023 chipset is no longer necessary.
                    165: <li>Fixed order dependency of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> interface setup.
                    166: <!-- 2009/12/02 -->
                    167: <li>Make numlock work in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
                    168: <li>Close <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> pane if the process die because of a signal.
                    169: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>, fixed inter-dependencies case.
                    170: <!-- 2009/12/01 -->
                    171: <li>Fixed the mixer interface for the CE4231 sound card found on sparc64 platform.
                    172: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>, added new command capture-pane which copies the entire pane contents to a past buffer.
                    173: <li>Added new exec command to run a process and its children in a non default rdomain/rtable in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8&format=html">route(8)</a>.
                    174: <!-- stopped here: http://marc.info/?l=openbsd-cvs&m=125967772413761&w=2-->
                    175: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> look for mice and xterm keys before standard function keys.
                    176: <li>Fixed dmesg printing of error in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a>.
                    177: <li>Mark <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a> disk as dirty when starting a write to it.
                    178: <li>Properly handle all struct scsi_xfer states that can be returned by an adapter in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a>.
                    179: <!-- http://marc.info/?l=openbsd-cvs&m=125963176206690&w=2 -->
                    180: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&sektion=4&format=html">mpii(4)</a> compile on i386.
                    181: <!-- 2009/11/30 -->
                    182: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=creator&sektion=4&arch=sparc64&format=html">creator(4/SPARC64)</A> load firmware that is needed for accelerated X on Elite3D boards.
                    183: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> re-initialize the interface upon resume.
                    184: <li>Handle partial xterm function key sequences in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
                    185: <li>Overflow prevented in memprob.c by probing memory on machines reporting memory region greater than 32.
                    186: <li>Added a new Elfxx_Phdr check hook for sgi machine-dependent initialization to prevent loading a kernel not compiled for the platform we are running on.
                    187: <!-- 2009/11/21 -->
                    188: <li>Fixed uninitialized variables in db_stack_trace_print() on mips64 machine-dependent initialization.
                    189: <li>implemented mplock and rw_cas for the mips64 platform.
                    190: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> ``print $registername'' on 64 bit platforms.
                    191: <li>Fixed registration of memory after 1GB on sgi Octane.
                    192: <li>Prevent MIN_UID from removing root in yptest(8.)
                    193: <li>Make ieee80211 avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=1&format=html">dhclient(1)</a> timeouts when wpa is enabled.
                    194: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> use home from struct passwd if $HOME is empty or NULL.
                    195: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> led blink during a scan.
                    196: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umbg&sektion=4&format=html">umbg(4)</a> detach function remove usb tasks before calling any other teardown functions.
                    197: <li>Reordered atu_detach operations to the correct order in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&sektion=4&format=html">atu(4)</a>.
                    198: <li>Added new option tunneldomain to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&section=8&format=html">ifconfig(8)</a> to specify the routing table to be used for sending out <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gre&sektion=4&format=html">gre(4)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4&format=html">gif(4)</a> encoded packets.
                    199: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&sektion=8&format=html">ftp-proxy(8)</a> use match rules instead of pass rules in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>.
                    200: <li>Make intel DRI stop printing to stderr when we fail to initialise GEM.
                    201: <li>Fixed User triggerable KASSERT()s and NULL dereferences in netbt setsockopt()s, fixed mbuf leak when the wrong level is used. <!-- what level?  -->
                    202: <li>Fixed file stream orientation in several stdio functions.
                    203: <!-- 2009/11/20 -->
                    204: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> calculate the percentage size with the width instead of the height when using -h and -p.
                    205: <li>In inet(4) ip_output() and inet6(4) ip6_output(), fixes a NULL dereference.
                    206: <li>Proper display of UTF-8 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> status line messages and prompt.
                    207: <li>Remove oldest message and not newest when limit is hit in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
                    208: <li>Corrected off-by-one in percent_expand() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
                    209: <li>Use HostKeyAlias when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> prompts for passwords.
                    210: <li>Stopped failing if stating the subsystem binary fails with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> so as to better handle chrootdirectory+forcecommand=sftp-server and restricted shells.
                    211: <!-- 2009/11/19 -->
                    212: <li>Avoid getting stucked in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> client while a client attempts to ssh a server with ForceCommand=internal-sftp in a shell session.
                    213: <li>Avoided overflow from protocols being greater than IPPROTO_MAX.
                    214: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>, fixes status-left string option ``##''.
                    215: <li>Added code to set up windows on PCI-PCI bridges left unconfigured by the firmware.  Fixes some (laptop) machines with ethernet and/or wireless behind a bridge.
                    216: <li>On the mips64, removed code allowing native binaries with 032 ABI to run.
                    217: <li>Change status line drawing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> to create the window list in a separate screen and then copy it into the status line screen.
                    218: <li>Handle turning <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> radio switch off.
                    219: <li>Added two new options in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>, window-status-format and window-status-current-format, which allow the format of each window in the status line window list to be controlled using similar # sequences as status-left/right.
                    220: <li>xterm-keys reverted off by default on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
                    221: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> stopped interpreting #() for display message.
                    222: <li>Added regression tests for stdio threading.
                    223: <!-- 2009/11/18 -->
                    224: <li>Change sgi xbow memory handling to prevent using memory on Octane machines in the 2.0-2.5G range since it causes errors, as a consequence memory usage is limited to 1.5G on Octane.
                    225: <li>Changed pthread_rwlock_wrlock() to increment the count of writers just once and not on every wakeup.
                    226: <li>Disable support for Dell SVR4 binaries, see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_svr4&sektion=8&format=html">compat_svr4(8)</a>.
                    227: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mavb&sektion=4&arch=sgi&format=html">mavb(4/SGI)</A>, always move the same amount of data in the interrupt handler, rounded blocksizes, fixed display of mixer controls, recording support added.
                    228: <li>First steps towards 64-bit page-table entries on mips64.
                    229: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iockbc&sektion=4&arch=sgi&format=html">iockbc(4/SGI)</A> attach to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iof&sektion=4&arch=sgi&format=html">iof(4/SGI)</A> on sgi.
                    230: <li>Stop complaining about not knowing the bus_clock for EP80579 (model 0x15) in machine-dependent initialization of i386.
                    231: <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> handling of UTF-8 grid data in a new file: grid-utf8.c.
                    232: <li>Added a per-client log of status line messages displayed while that client exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
                    233: <li>Mark -n keys with (no prefix) instead of [] in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
                    234: <li>Shrink static binaries and ramdisk, chops 888kB /bin and /sbin on i386.
                    235: <!-- 2009/11/17 -->
                    236: <li>Improve the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4&format=html">bpf(4)</a> path in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vether&sektion=4&format=html">vether(4)</a>.
                    237: <li>Tidier promisc/multicast handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cas&sektion=4&format=html">cas(4)</a>.
                    238: <!-- 2009/11/16 -->
                    239: <li>Fix a DPRINTF format string in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a>.
                    240: <li>Remove the temperature sensor from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a> since it doesn't use a known temperature unit.
                    241: <li>Updated hardware multicast filter in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a>.
                    242: <li>Initialize the FPU to be in double precision mode for SH4. Fixed segmentation faults in omalloc_init() for shared executables linked with the pthreads library.
                    243: <li>Permit top-bit-set characters to be entered in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> status line.
                    244: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> chose mode, assign each item a number or lowercase letter from those available and accept that as a shortcut key for the item.
                    245: <li>Shortened message when library is not found in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>.
                    246: <li>Reworked interactive prompts in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>.
                    247: <li>Fixed handling of 5yz response to EHLO in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, falling back to HELO.
                    248: <li>Fixed incorrect exit status when multiplexing and channel ID 0 is recycled in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
                    249: <li>Tidier promisc/multicast handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vic&sektion=4&format=html">vic(4)</a>.
                    250: <!-- 2009/11/16 -->
                    251: <li>Fuller progress meter for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>.
                    252: <li>Fixed panic when wep is enabled on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a>.
                    253: <li>Fixed generation of .IX entries that include characters escaped with a backslash in Pod::Man(3p).
                    254: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> crashing when the screen is one cell wide.
                    255: <!-- 2009/11/15 -->
                    256: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, minimize the delay between receiving response to "." and removing the queue entry in order to avoid the risk of sending duplicate mail.
                    257: <li>If two (or more) inputs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> use channel ranges having no intersection, then don't reduce their dynamic range to ``share the volume''.
                    258: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> to the sparc64 GENERIC and RAMDISK kernels.
                    259: <li>Added NO_CCB support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ciss&sektion=4&format=html">ciss(4)</a>.
                    260: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> link LED turn on for AR9287.
                    261: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> to the amd64 and i386 RAMDISK_CD kernel.
1.1       deraadt   262: <!-- 2009/11/10 -->
                    263: <li>Fix for blind prefix injection in libssl.
                    264: <!-- 2009/11/09 -->
                    265: <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.
                    266: <li>Updated time zone data to tzdata2009r.
                    267: <!-- 2009/11/08 -->
                    268: <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.
                    269: <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.
                    270: <!-- 2009/11/07 -->
                    271: <li>Updated xenocara xcompmgr to 1.1.5.
                    272: <!-- 2009/11/06 -->
                    273: <!-- 2009/11/05 -->
                    274: <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>.
                    275: <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.
                    276: <!-- 2009/11/04 -->
                    277: <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>.
                    278: <!-- 2009/11/03 -->
                    279: <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.
                    280: <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.
                    281: <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.
                    282: <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.
                    283: <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.
                    284: <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.
                    285: <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.
                    286: <!-- 2009/11/02 -->
                    287: <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>.
                    288: <!-- 2009/11/01 -->
                    289: <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.
                    290: <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>.
                    291: <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.
                    292: <!-- 2009/10/31 -->
                    293: <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.
                    294: <li>Two minor fixes in the YP allocation code error paths.
                    295: <li>Establish a shutdown hook on the sparc64 LOM code to prevent watchdog triggers after the kernel has halted.
                    296: <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.
                    297: <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.
                    298: <li>Updated xenocara libXdamage to 1.1.2, libXdmcp to 1.0.3, libXfixes to 4.0.4 and libXfont to 1.4.1.
                    299: <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.
                    300: <li>Updated xenocara xserver to 1.6.5 and xterm to 250.
                    301: <!-- 2009/10/30 -->
                    302: <!-- 2009/10/29 -->
                    303: <li>Added support to boot up sgi IP30 secondary CPUs.
                    304: <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.
                    305: <!-- 2009/10/28 -->
                    306: <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.
                    307: <li>Added code to unwedge the sparc64 LOMlite.
                    308: <li>Better input validation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stty&sektion=1&format=html">stty(1)</a>.
                    309: <li>Updated terminfo to the 20091003 version from upstream.
                    310: <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.
                    311: <li>Fix a NULL pointer store in the ip_output code path. Exploitable on older (4.3) OpenBSD versions.
                    312: <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)
                    313: <!-- 2009/10/27 -->
                    314: <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.
                    315: <li>Removed EISA support from i386 RAMDISK kernels.
                    316: <li>Synced mandoc to 1.9.11.
                    317: <!-- 2009/10/26 -->
                    318: <li>Fixed a null dereference in the scsi sleeping code.
                    319: <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.
                    320: <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.
                    321: <li>Updated the time zone data to tzdata2009p.
                    322: <!-- 2009/10/25 -->
                    323: <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.
                    324: <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.
                    325: <!-- 2009/10/24 -->
                    326: <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.
                    327: <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.
                    328: <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.
                    329: <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.
                    330: <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.
                    331: <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.
                    332: <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.
                    333: <!-- 2009/10/23 -->
                    334: <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.
                    335: <li>Updated xenocara x11perf to 1.5.1, xclipboard to 1.1.0 and xcmsdb to 1.0.2.
                    336: <li>Updated xenocara iceauth to 1.0.3, mkfontscale to 1.0.7, mkfontdir to 1.0.5 and smproxy to 1.0.3.
                    337: <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.
                    338: <!-- 2009/10/22 -->
                    339: <li>Reworked interrupt handling on the sgi platform.
                    340: <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.
                    341: <li>On mips64, prevent mapping of the zero page.
                    342: <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.
                    343: <!-- 2009/10/21 -->
                    344: <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>.
                    345: <li>Fix 2TB issue in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a>.
                    346: <li>Synced mandoc to 1.9.9.
                    347: <!-- 2009/10/20 -->
                    348: <li>Added handle locking in stdio for threaded applications.
                    349: <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>.
                    350: <!-- 2009/10/19 -->
                    351: <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>.
                    352: <li>On sgi, added dri2 to the list of pre-loaded Xorg modules.
                    353: <li>Updated time zone data to tzdata2009o.
                    354: <!-- 2009/10/18 -->
                    355: <li>Sync mandoc to 1.9.6.
                    356: <!-- 2009/10/17 -->
                    357: <li>Make interfaces able to accept gratuitous ARP requests where the link route points over the carp interface.
                    358: <!-- 2009/10/16 -->
                    359: <li>Make sure the kernel cancels the timeout when disabling the profiling/virtual timer.
                    360: <!-- 2009/10/15 -->
                    361: <li>On sgi machines, get serial console speed from the PROM.
                    362: <li>Added detach support to various network drivers.
                    363: <li>Imported gcc 4.2.1, the last release with GPLv2 license.
                    364: <li>Disable interrupt coalescing on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a>.
                    365: <!-- 2009/10/14 -->
                    366: <li>Make IP30 and IP35 sgi systems report exact model for the hw.product sysctl.
                    367: <li>Fix buffer cache backoff in the page daemon.
                    368: <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_.
                    369: <!-- 2009/10/13 -->
                    370: <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.
                    371: <li>Connect pcppi bell to ukbd so x86 systems with an USB console keyboard can cause beeps.
                    372: <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.
                    373: <li>Fix in libevent when handling a malloc failure.
                    374: <!-- 2009/10/12 -->
                    375: <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.
                    376: <li>Imported perl 5.10.1.
                    377: <!-- 2009/10/11 -->
                    378: <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.
                    379: <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>.
                    380: <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.
                    381: <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.
                    382: <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.
                    383: <li>Updated xf865-video-geode to 2.11.6.
                    384: <!-- 2009/10/10 -->
                    385: <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.
                    386: <li>Fix mbuf leak in the route rtinit() function when detaching an interface.
                    387: <li>Updated xf86-video-nv to 2.1.15.
                    388: <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.
                    389: <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.
                    390: <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.
                    391: <!-- 2009/10/09 -->
                    392: <li>em(4) now has a working detach function.
                    393: <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.
                    394: <!-- 2009/10/08 -->
                    395: <!-- 2009/10/07 -->
                    396: <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.
                    397: <!-- 2009/10/06 -->
                    398: <li>Added support for the temperature sensor of VIA Nano and C7-M CPUs.
                    399: <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>.
                    400: <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.
                    401: <!-- 2009/10/05 -->
                    402: <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>.
                    403: <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.
                    404: <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.
                    405: <!-- 2009/10/04 -->
                    406: <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.
                    407: <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>.
                    408: <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.
                    409: <!-- 2009/10/03 -->
                    410: <li>Avoid i386 panics when handling XMM exceptions.
                    411: <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.
                    412: <!-- 2009/10/02 -->
                    413: <li>Added support for DS15/DS25/ES45 alpha models.
                    414: <li>Move alpha kernel link address higher to accomodate SRM with larger footprint than the usual 2MB.
                    415: <!-- 2009/10/01 -->
                    416: <li>OpenSSH 5.3 released.
                    417: <li>Added support for generic soft interrupts on macppc.
                    418: <!-- 2009/09/30 -->
                    419: <!-- 2009/09/29 -->
                    420: <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.
                    421: <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.
                    422: <!-- 2009/09/28 -->
                    423: <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.
                    424: <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.
                    425: <li>Updated time zone data to tzdata2009n.
                    426: <!-- 2009/09/27 -->
                    427: <li>Added IRIX-compatible cacheflush() routine to mips ports, needed for gcc -ftrampoline operations.
                    428: <!-- 2009/09/26 -->
                    429: <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>.
                    430: <li>In xenocara, update xmag to 1.0.3 and xrandr to 1.3.2.
                    431: <li>Removed rstart from xenocara.
                    432: <!-- 2009/09/25 -->
                    433: <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.
                    434: <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.
                    435: <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.
                    436: <!-- 2009/09/24 -->
                    437: <li>Fix potential double free in the 802.11 crypto code.
                    438: <!-- 2009/09/23 -->
                    439: <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.
                    440: <!-- 2009/09/22 -->
                    441: <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.
                    442: <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.
                    443: <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>.
                    444: <!-- 2009/09/21 -->
                    445: <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>.
                    446: <li>Synced mandoc to 1.9.5.
                    447: <li>Fix for bpf descriptor reference counts when using kqueue.
                    448: <!-- 2009/09/20 -->
                    449: <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>.
                    450: <li>Added support for VIA Nano CPU core temperature sensors.
                    451: <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.
                    452: <!-- 2009/09/19 -->
                    453: <li>Initial version of a driver for LOMlite2 found on Sun Fire V100, V120 and Netra X1.
                    454: <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>.
                    455: <!-- 2009/09/18 -->
                    456: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> to version 248.
                    457: <li>Fix libpcap IPv6 mask issue.
                    458: <li>Synced mandoc to 1.9.2.
                    459: <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>.
                    460: <!-- 2009/09/17 -->
                    461: <!-- 2009/09/16 -->
                    462: <!-- 2009/09/15 -->
                    463: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=find&sektion=1&format=html">find(1)</a>, allow -maxdepth 0.
                    464: <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.
                    465: <!-- 2009/09/14 -->
                    466: <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.
                    467: <!-- 2009/09/13 -->
                    468: <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.
                    469: <!-- 2009/09/12 -->
                    470: <!-- 2009/09/11 -->
                    471: <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.
                    472: <li>For socppc machines, added a 'machine fdt' command to the boot environment to dump the device tree if present.
                    473: <!-- 2009/09/10 -->
                    474: <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.
                    475: <!-- 2009/09/09 -->
                    476: <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.
                    477: <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.
                    478: <!-- 2009/09/08 -->
                    479: <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>.
                    480: <li>Updated Time Zone data to tzdata2009m.
                    481: <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.
                    482: <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.
                    483: <!-- 2009/09/07 -->
                    484: <li>Bring support in socppc for the RB600 machine.
                    485: <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.
                    486: <!-- 2009/09/06 -->
                    487: <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.
                    488: <li>Updated xserver to 1.6.4rc1.
                    489: <!-- 2009/09/05 -->
                    490: <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.
                    491: <li>Updated libxcb to 1.4, xcb-util for 0.3.6, and xterm to 247.
                    492: <li>Fix stackgap_alloc() issues in the compat code.
                    493: <!-- 2009/09/04 -->
                    494: <li>Initial code for a palm platform.
                    495: <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>.
                    496: <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.
                    497: <!-- 2009/09/03 -->
                    498: <!-- 2009/09/02 -->
                    499: <li>Better sparc64 ELF load address checks in the boot blocks.
                    500: <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".
                    501: <li>Defer hardware crypto network operations to splsoftnet in order to not create issues with ipsec.
                    502: <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.
                    503: <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.
                    504: <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".
                    505: <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.
                    506: <!-- 2009/09/01 -->
                    507: <li>Initial support for ISP2000 SBus FC cards.
                    508: <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.
                    509: <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.
                    510: <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.
                    511: <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>.
                    512: <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.
                    513: <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.
                    514: <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.
                    515: <!-- 2009/08/31 -->
                    516: <li>Make the rtinit() routing code cope when there is a more specific route available than the one planned to remove.
                    517: <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>.
                    518: <!-- 2009/08/30 -->
                    519: <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.
                    520: <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.
                    521: <!-- 2009/08/29 -->
                    522: <!-- 2009/08/28 -->
                    523: <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.
                    524: <!-- 2009/08/27 -->
                    525: <li>Fix cap_mkdb and curses to better reformat terminfo entries into the capabilities database format.
                    526: <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.
                    527: <li>Reduced polling of the keyboard controller in the pckbc code.
                    528: <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.
                    529: <!-- 2009/08/26 -->
                    530: <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.
                    531: <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.
                    532: <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.
                    533: <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.
                    534: <!-- 2009/08/25 -->
                    535: <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.
                    536: <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.
                    537: <li>Enabled compression in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a>.
                    538: <li>Make amd64 and i386 machines without PS/2 keyboards not attach pckbd0, so a USB keyboard can become the console.
                    539: <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.
                    540: <li>Updated xf86-video-ati to 6.12.2.
                    541: <li>Removed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strip&sektion=4&format=html">strip(4)</a> device.
                    542: <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.
                    543: <li>Moved NFS request from a global tailq to a per nfsmount queue.
                    544: <li>Added parser on socppc for Flattened Device Tree.
                    545: <!-- 2009/08/24 -->
                    546: <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.
                    547: <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.
                    548: <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.
                    549: <li>Improved CF slot handling on socppc machines.
                    550: <li>Fix nnpfs mmap vs read sync issue.
                    551: <!-- 2009/08/23 -->
                    552: <li>Updated libFS to 1.0.2, libSM to 1.1.1, libXt to 1.0.6 in the xenocara tree.
                    553: <!-- 2009/08/22 -->
                    554: <!-- 2009/08/21 -->
                    555: <li>Synced mandoc to 1.8.5.
                    556: <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.
                    557: <!-- 2009/08/20 -->
                    558: <li>Corrected c++ reference counts on hppa/hppa64.
                    559: <li>Rework asynchronous I/O in NFS using separate buf queues for each mount.
                    560: <!-- 2009/08/19 -->
                    561: <!-- 2009/08/18 -->
                    562: <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.
                    563: <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.
                    564: <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.
                    565: <!-- 2009/08/17 -->
                    566: <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.
                    567: <!-- 2009/08/16 -->
                    568: <li>Updated time zone data to tzdata2009l.
                    569: <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.
                    570: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayctl&sektion=8&format=html">relayctl(8)</a> report routers.
                    571: <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.
                    572: <!-- 2009/08/15 -->
                    573: <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>.
                    574: <!-- 2009/08/14 -->
                    575: <li>Added UDF 2.5/2.6 support, allowing read-only access to HDDVD and Blu-ray disks.
                    576: <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.
                    577: <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.
                    578: <li>Use a lock to prevent the nfs_nodetree from a race condition when vnode recycling could pull a vnode out under our feet.
                    579: <li>Avoid double release of vnodes in the NFS server code.
                    580: <!-- 2009/08/13 -->
                    581: <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>.
                    582: <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.
                    583: <li>Add wake support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&sektion=4&format=html">pckbd(4)</a>.
                    584: <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.
                    585: <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.
                    586: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vscsi&sektion=4&format=html">vscsi(4)</a> to GENERIC kernels.
                    587: <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.
                    588: <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.
                    589: <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.
                    590: <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.
                    591: <!-- 2009/08/12 -->
                    592: <li>Made the i386 APIC code closer to amd64.
                    593: <li>Add wake support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpihpet&sektion=4&format=html">acpihpet(4)</a>.
                    594: <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.
                    595: <li>Changed the way the hppa pmap code marks non-equivalent writeable aliases in pages and whack all other mappings on that page.
                    596: <li>Redone the filesystem namecache from a large single hash table to a global LRU of entries, and a redblack tree in each vnode.
                    597: <li>Make sure backing store for EGA and VGA virtual consoles are done using the correct geometry.
                    598: <li>Rework the if_start routine for interfaces to better handle overload situations where it would otherwise call the softint too seldom.
                    599: <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.
                    600: <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.
                    601: <li>Added support for the "Slots Power" sensor on the PowerMac9,1.
                    602: <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.
                    603: <!-- 2009/08/11 -->
                    604: <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.
                    605: <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.
                    606: <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.
                    607: <!-- 2009/08/10 -->
                    608: <li>Fixed a few bugs in the NFS rename error recovery code.
                    609: <li>Use splhigh instead of splclock for amd64 and i386 IPIs, fixes stability problems on some SMP machines.
                    610: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpio&sektion=4&format=html">gpio(4)</a> support for amd64.
                    611: <li>Changed the way shutdown for interfaces are done to prevent active interfaces to continue do DMA during and after a reboot.
                    612: <li>Moved the filehandle/node lookup hash tables to red-black trees.
                    613: <li>Removed the old NFSv2 write-gather code, didn't actually improve performance.
                    614: <!-- 2009/08/09 -->
                    615: <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.
                    616: <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.
                    617: <li>Synced mandoc to 1.8.4.
                    618: <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>.
                    619: <li>Reworked the SysV message queue code to not allocate a static amount of memory for messages.
                    620: <!-- 2009/08/08 -->
                    621: <li>Fix multicast handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ale&sektion=4&format=html">ale(4)</a>.
                    622: <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.
                    623: <li>Fix livelock in the buffer cache code for low-memory situations.
                    624: <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.
                    625: <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.
                    626: <!-- 2009/08/07 -->
                    627: <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.
                    628: <!-- 2009/08/06 -->
                    629: <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.
                    630: <li>Initial code for Loongsoon2E/F processor support.
                    631: <!-- 2009/08/05 -->
                    632: <!-- 2009/08/04 -->
                    633: <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.
                    634: <li>Enabled XCB on the shared libs architectures.
                    635: <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.
                    636: <!-- 2009/08/03 -->
                    637: <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.
                    638: <!-- 2009/08/02 -->
                    639: <li>Recommitted the dynamic buffer cache support.
                    640: <!-- 2009/08/01 -->
                    641: <!-- 2009/07/31 -->
                    642: <!-- 2009/07/30 -->
                    643: <li>Fix hangs on hppa due to races when accessing the list of interrupt handlers.
                    644: <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.
                    645: <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.
                    646: <!-- 2009/07/29 -->
                    647: <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.
                    648: <!-- 2009/07/28 -->
                    649: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8&format=html">named(8)</a> DNS update DoS.
                    650: <li>Plug a memory leak when calling rtable_add() multiple times.
                    651: <li>Change configure test of pixman to make it use MMX code if possible.
                    652: <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.
                    653: <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.
                    654: <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.
                    655: <!-- 2009/07/27 -->
                    656: <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>.
                    657: <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.
                    658: <li>Added bus speed recognition on Nehalem based CPUs. Makes Enhanced SpeedStep work.
                    659: <!-- 2009/07/26 -->
                    660: <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.
                    661: <!-- 2009/07/25 -->
                    662: <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.
                    663: <li>Synced mandoc to version 1.8.1.
                    664: <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.
                    665: <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>.
                    666: <!-- 2009/07/24 -->
                    667: <!-- 2009/07/23 -->
                    668: <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.
                    669: <li>Retune sleep time on VIA VT6202 based machines, especially armish ones.
                    670: <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.
                    671: <!-- 2009/07/22 -->
                    672: <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.
                    673: <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.
                    674: <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.
                    675: <!-- 2009/07/21 -->
                    676: <li>Added PCI-Cardbus bridge support on sgi for both O2 and Octane/Origin class systems.
                    677: <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.
                    678: <!-- 2009/07/20 -->
                    679: <li>gcc 2.95 fixes for xcb-util.
                    680: <li>Updated the time zone data to tzdata2009k.
                    681: <!-- 2009/07/19 -->
                    682: <li>Make sure the xf86-video-sunffb disable the hardware cursor before exit.
                    683: <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.
                    684: <!-- 2009/07/18 -->
                    685: <li>Synced mandoc to 1.8.0.
                    686: <li>Fix potential mbuf leaks in the NFSv2 rpc code.
                    687: <!-- 2009/07/17 -->
                    688: <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.
                    689: <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.
                    690: <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>.
                    691: <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.
                    692: <!-- 2009/07/16 -->
                    693: <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>.
                    694: <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.
                    695: <li>Make PCI-PCI bridge initialization code on sgi bus-independent.
                    696: <!-- 2009/07/15 -->
                    697: <li>Added round, roundf, trunc and truncf for hppa libm.
                    698: <!-- 2009/07/14 -->
                    699: <li>Unbreak the moko builds, move SOFTSERIAL to SOFTTTY and a pmap change for moko.
                    700: <!-- 2009/07/13 -->
                    701: <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.
                    702: <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.
                    703: <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.
                    704: <li>Make the vlan send queue one slot long, to force packets off the virtual interface queue down to the physical interface immediately.
                    705: <!-- 2009/07/12 -->
                    706: <li>Synced mandoc to 1.7.23.
                    707: <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.
                    708: <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.
                    709: <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.
                    710: <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>
                    711: <!-- 2009/07/11 -->
                    712: <li>When rebooting sgi machines, pass a request to the PROM to skip diagnostics and memory initializations. Shortens reboot times.
                    713: <!-- 2009/07/10 -->
                    714: <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.
                    715: <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.
                    716: <!-- 2009/07/09 -->
                    717: <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>.
                    718: <!-- 2009/07/08 -->
                    719: <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>.
                    720: <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>.
                    721: <!-- 2009/07/07 -->
                    722: <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>.
                    723: <!-- 2009/07/06 -->
                    724: <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.
                    725: <li>Synced mandoc to 1.7.22.
                    726: <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.
                    727: <!-- 2009/07/05 --></ul>
                    728: <p>
                    729:
                    730: This list mentions mostly platform-independent changes.  For a list of changes
                    731: made in a particular platform, please check the page for that platform.  If you
                    732: find them not listed there, the changes are either (1) not being documented or
                    733: (2) are documented here.<br><br>
                    734:
                    735: <hr>
                    736: <p>
                    737: <h3>
                    738: For changes in other releases, click below:<br>
                    739: <a href="plus20.html">2.0</a>,
                    740: <a href="plus21.html">2.1</a>,
                    741: <a href="plus22.html">2.2</a>,
                    742: <a href="plus23.html">2.3</a>,
                    743: <a href="plus24.html">2.4</a>,
                    744: <a href="plus25.html">2.5</a>,
                    745: <a href="plus26.html">2.6</a>,
                    746: <a href="plus27.html">2.7</a>,
                    747: <a href="plus28.html">2.8</a>,
                    748: <a href="plus29.html">2.9</a>,
                    749: <a href="plus30.html">3.0</a>,
                    750: <a href="plus31.html">3.1</a>,
                    751: <a href="plus32.html">3.2</a>,
                    752: <a href="plus33.html">3.3</a>,
                    753: <a href="plus34.html">3.4</a>,
                    754: <a href="plus35.html">3.5</a>,
                    755: <a href="plus36.html">3.6</a>,
                    756: <br>
                    757: <a href="plus37.html">3.7</a>,
                    758: <a href="plus38.html">3.8</a>,
                    759: <a href="plus39.html">3.9</a>,
                    760: <a href="plus40.html">4.0</a>,
                    761: <a href="plus41.html">4.1</a>,
                    762: <a href="plus42.html">4.2</a>,
                    763: <a href="plus43.html">4.3</a>,
                    764: <a href="plus44.html">4.4</a>,
                    765: <a href="plus45.html">4.5</a>,
                    766: <a href="plus46.html">4.6</a>,
                    767: <a href="plus.html">-current</a>.<br>
                    768: <br>
                    769: </h3>
                    770:
                    771: <hr>
                    772: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
                    773: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.4     ! deraadt   774: <br><small>$OpenBSD: plus47.html,v 1.3 2010/06/21 22:18:30 deraadt Exp $</small>
1.1       deraadt   775:
                    776: </body>
                    777: </html>