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

Annotation of www/plus.html, Revision 1.1159

1.1092    jj          1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.14      deraadt     2: <html>
                      3: <head>
1.1045    david       4: <title>OpenBSD -current changes</title>
1.728     horacio     5: <link rev="made" href="mailto:www@openbsd.org">
1.14      deraadt     6: <meta name="resource-type" content="document">
1.1045    david       7: <meta name="description" content="OpenBSD -current changes">
1.1044    deraadt     8: <meta name="keywords" content="openbsd,changes">
1.14      deraadt     9: <meta name="distribution" content="global">
1.1132    sthen      10: <meta name="copyright" content="This document copyright 1996-2009 by OpenBSD.">
1.14      deraadt    11: </head>
                     12:
1.728     horacio    13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.14      deraadt    14:
1.828     jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.64      downsj     16: <p>
1.1044    deraadt    17: <h2><font color="#e00000">OpenBSD -current changelog</font></h2>
1.863     naddy      18: <hr>
1.14      deraadt    19:
                     20: <p>
1.823     jsyn       21: This is a partial list of the major machine-independent changes
1.1127    sobrado    22: (i.e., these are the changes people ask about most often).  Machine
1.29      deraadt    23: specific changes have also been made, and are sometimes mentioned
1.728     horacio    24: in the pages for the specific <a href="plat.html">platforms</a>.
1.14      deraadt    25:
1.17      deraadt    26: <p>
1.863     naddy      27: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
1.185     deraadt    28:
                     29: <p>
1.186     deraadt    30: <h3>
1.846     deraadt    31: For changes in other releases, click below:<br>
                     32: <a href="plus20.html">2.0</a>,
                     33: <a href="plus21.html">2.1</a>,
                     34: <a href="plus22.html">2.2</a>,
                     35: <a href="plus23.html">2.3</a>,
                     36: <a href="plus24.html">2.4</a>,
                     37: <a href="plus25.html">2.5</a>,
                     38: <a href="plus26.html">2.6</a>,
                     39: <a href="plus27.html">2.7</a>,
                     40: <a href="plus28.html">2.8</a>,
                     41: <a href="plus29.html">2.9</a>,
                     42: <a href="plus30.html">3.0</a>,
                     43: <a href="plus31.html">3.1</a>,
1.868     deraadt    44: <a href="plus32.html">3.2</a>,
1.889     david      45: <a href="plus33.html">3.3</a>,
1.916     david      46: <a href="plus34.html">3.4</a>,
1.935     miod       47: <a href="plus35.html">3.5</a>,
1.941     deraadt    48: <a href="plus36.html">3.6</a>,
1.1118    deraadt    49: <br>
1.963     deraadt    50: <a href="plus37.html">3.7</a>,
1.999     deraadt    51: <a href="plus38.html">3.8</a>,
1.1028    deraadt    52: <a href="plus39.html">3.9</a>,
1.1044    deraadt    53: <a href="plus40.html">4.0</a>,
1.1069    deraadt    54: <a href="plus41.html">4.1</a>,
1.1097    deraadt    55: <a href="plus42.html">4.2</a>,
1.1118    deraadt    56: <a href="plus43.html">4.3</a>,
1.1140    deraadt    57: <a href="plus44.html">4.4</a>,
1.1152    deraadt    58: <a href="plus45.html">4.5</a>,
                     59: <a href="plus46.html">4.6</a>.
1.422     deraadt    60: <br>
1.186     deraadt    61: </h3>
                     62:
                     63: <p>
1.1152    deraadt    64: <h3><font color="#0000e0">Changes made between OpenBSD 4.6 and -current</font></h3><p>
1.847     deraadt    65: <p>
                     66:
1.422     deraadt    67: <ul>
1.1159  ! jj         68: <!-- 2009/10/05 -->
        !            69: <!-- 2009/10/04 -->
        !            70: <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.
        !            71: <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>.
        !            72: <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.
        !            73: <!-- 2009/10/03 -->
        !            74: <li>Avoid i386 panics when handling XMM exceptions.
        !            75: <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.
        !            76: <!-- 2009/10/02 -->
        !            77: <li>Added support for DS15/DS25/ES45 alpha models.
        !            78: <li>Move alpha kernel link address higher to accomodate SRM with larger footprint than the usual 2MB.
        !            79: <!-- 2009/10/01 -->
        !            80: <li>OpenSSH 5.3 released.
        !            81: <li>Added support for generic soft interrupts on macppc.
        !            82: <!-- 2009/09/30 -->
        !            83: <!-- 2009/09/29 -->
        !            84: <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.
        !            85: <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.
        !            86: <!-- 2009/09/28 -->
        !            87: <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.
        !            88: <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.
        !            89: <li>Updated time zone data to tzdata2009n.
        !            90: <!-- 2009/09/27 -->
        !            91: <li>Added IRIX-compatible cacheflush() routine to mips ports, needed for gcc -ftrampoline operations.
        !            92: <!-- 2009/09/26 -->
        !            93: <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>.
        !            94: <li>In xenocara, update xmag to 1.0.3 and xrandr to 1.3.2.
        !            95: <li>Removed rstart from xenocara.
        !            96: <!-- 2009/09/25 -->
        !            97: <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.
        !            98: <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.
        !            99: <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.
        !           100: <!-- 2009/09/24 -->
        !           101: <li>Fix potential double free in the 802.11 crypto code.
        !           102: <!-- 2009/09/23 -->
        !           103: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> support -c like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sh&sektion=1&format=html">sh(1)</a> to execute a command, useful when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> is a login shell.
1.1158    jj        104: <!-- 2009/09/22 -->
1.1159  ! jj        105: <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.
        !           106: <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.
        !           107: <li>Allow multiple prefix keys to be defined for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
1.1158    jj        108: <!-- 2009/09/21 -->
                    109: <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>.
                    110: <li>Synced mandoc to 1.9.5.
                    111: <li>Fix for bpf descriptor reference counts when using kqueue.
                    112: <!-- 2009/09/20 -->
                    113: <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>.
                    114: <li>Added support for VIA Nano CPU core temperature sensors.
                    115: <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.
                    116: <!-- 2009/09/19 -->
                    117: <li>Initial version of a driver for LOMlite2 found on Sun Fire V100, V120 and Netra X1.
                    118: <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>.
                    119: <!-- 2009/09/18 -->
                    120: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> to version 248.
                    121: <li>Fix libpcap IPv6 mask issue.
                    122: <li>Synced mandoc to 1.9.2.
                    123: <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>.
                    124: <!-- 2009/09/17 -->
                    125: <!-- 2009/09/16 -->
                    126: <!-- 2009/09/15 -->
                    127: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=find&sektion=1&format=html">find(1)</a>, allow -maxdepth 0.
                    128: <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.
                    129: <!-- 2009/09/14 -->
                    130: <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.
                    131: <!-- 2009/09/13 -->
                    132: <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.
                    133: <!-- 2009/09/12 -->
                    134: <!-- 2009/09/11 -->
                    135: <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.
                    136: <li>For socppc machines, added a 'machine fdt' command to the boot environment to dump the device tree if present.
                    137: <!-- 2009/09/10 -->
                    138: <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.
                    139: <!-- 2009/09/09 -->
                    140: <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.
                    141: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> for font sizes up to 16 pixels wide.
1.1157    jj        142: <!-- 2009/09/08 -->
1.1158    jj        143: <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>.
                    144: <li>Updated Time Zone data to tzdata2009m.
                    145: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> BGP OPEN capability parser RFC 5492 compliant.
1.1157    jj        146: <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.
                    147: <!-- 2009/09/07 -->
                    148: <li>Bring support in socppc for the RB600 machine.
1.1158    jj        149: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> binat-to as a macro-like rule using a nat-to and rdr-to combination.
1.1157    jj        150: <!-- 2009/09/06 -->
                    151: <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.
                    152: <li>Updated xserver to 1.6.4rc1.
                    153: <!-- 2009/09/05 -->
                    154: <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.
                    155: <li>Updated libxcb to 1.4, xcb-util for 0.3.6, and xterm to 247.
                    156: <li>Fix stackgap_alloc() issues in the compat code.
                    157: <!-- 2009/09/04 -->
                    158: <li>Initial code for a palm platform.
                    159: <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>.
                    160: <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.
                    161: <!-- 2009/09/03 -->
                    162: <!-- 2009/09/02 -->
                    163: <li>Better sparc64 ELF load address checks in the boot blocks.
                    164: <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".
                    165: <li>Defer hardware crypto network operations to splsoftnet in order to not create issues with ipsec.
                    166: <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.
                    167: <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.
                    168: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, show mbox write errors in "show stats".
1.1158    jj        169: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>, implement the RFC4486 BGP Cease Notification Message subcodes.
1.1157    jj        170: <!-- 2009/09/01 -->
                    171: <li>Initial support for ISP2000 SBus FC cards.
                    172: <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.
                    173: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a> no-df clear the IP_DF bit when enabled, like it was intended.
1.1158    jj        174: <li>Glue for sbus version of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4&format=html">ti(4)</a> Sun Vector Gigabit Ethernet card.
1.1157    jj        175: <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>.
                    176: <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.
                    177: <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.
                    178: <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.
                    179: <!-- 2009/08/31 -->
                    180: <li>Make the rtinit() routing code cope when there is a more specific route available than the one planned to remove.
                    181: <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>.
                    182: <!-- 2009/08/30 -->
                    183: <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.
                    184: <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.
                    185: <!-- 2009/08/29 -->
                    186: <!-- 2009/08/28 -->
                    187: <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.
                    188: <!-- 2009/08/27 -->
                    189: <li>Fix cap_mkdb and curses to better reformat terminfo entries into the capabilities database format.
                    190: <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.
                    191: <li>Reduced polling of the keyboard controller in the pckbc code.
                    192: <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.
                    193: <!-- 2009/08/26 -->
                    194: <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.
                    195: <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.
                    196: <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.
                    197: <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.
                    198: <!-- 2009/08/25 -->
                    199: <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.
                    200: <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.
                    201: <li>Enabled compression in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a>.
                    202: <li>Make amd64 and i386 machines without PS/2 keyboards not attach pckbd0, so a USB keyboard can become the console.
                    203: <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.
                    204: <li>Updated xf86-video-ati to 6.12.2.
                    205: <li>Removed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strip&sektion=4&format=html">strip(4)</a> device.
                    206: <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.
                    207: <li>Moved NFS request from a global tailq to a per nfsmount queue.
                    208: <li>Added parser on socppc for Flattened Device Tree.
                    209: <!-- 2009/08/24 -->
1.1158    jj        210: <li>Don't set up multicast on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4&format=html">fxp(4)</a> when in promiscuous mode.
1.1157    jj        211: <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.
                    212: <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.
                    213: <li>Improved CF slot handling on socppc machines.
                    214: <li>Fix nnpfs mmap vs read sync issue.
                    215: <!-- 2009/08/23 -->
                    216: <li>Updated libFS to 1.0.2, libSM to 1.1.1, libXt to 1.0.6 in the xenocara tree.
                    217: <!-- 2009/08/22 -->
                    218: <!-- 2009/08/21 -->
                    219: <li>Synced mandoc to 1.8.5.
                    220: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> for peers with a 4-byte AS number when connecting to a template neighbor.
1.1154    jj        221: <!-- 2009/08/20 -->
1.1157    jj        222: <li>Corrected c++ reference counts on hppa/hppa64.
                    223: <li>Rework asynchronous I/O in NFS using separate buf queues for each mount.
1.1154    jj        224: <!-- 2009/08/19 -->
                    225: <!-- 2009/08/18 -->
                    226: <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.
                    227: <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.
                    228: <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.
                    229: <!-- 2009/08/17 -->
                    230: <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.
                    231: <!-- 2009/08/16 -->
                    232: <li>Updated time zone data to tzdata2009l.
                    233: <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.
                    234: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayctl&sektion=8&format=html">relayctl(8)</a> report routers.
                    235: <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.
                    236: <!-- 2009/08/15 -->
                    237: <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>.
                    238: <!-- 2009/08/14 -->
                    239: <li>Added UDF 2.5/2.6 support, allowing read-only access to HDDVD and Blu-ray disks.
                    240: <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.
                    241: <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.
                    242: <li>Use a lock to prevent the nfs_nodetree from a race condition when vnode recycling could pull a vnode out under our feet.
                    243: <li>Avoid double release of vnodes in the NFS server code.
                    244: <!-- 2009/08/13 -->
                    245: <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>.
                    246: <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.
                    247: <li>Add wake support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&sektion=4&format=html">pckbd(4)</a>.
                    248: <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.
                    249: <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.
                    250: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vscsi&sektion=4&format=html">vscsi(4)</a> to GENERIC kernels.
                    251: <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.
                    252: <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.
                    253: <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.
                    254: <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.
                    255: <!-- 2009/08/12 -->
                    256: <li>Made the i386 APIC code closer to amd64.
                    257: <li>Add wake support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpihpet&sektion=4&format=html">acpihpet(4)</a>.
                    258: <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.
                    259: <li>Changed the way the hppa pmap code marks non-equivalent writeable aliases in pages and whack all other mappings on that page.
                    260: <li>Redone the filesystem namecache from a large single hash table to a global LRU of entries, and a redblack tree in each vnode.
                    261: <li>Make sure backing store for EGA and VGA virtual consoles are done using the correct geometry.
                    262: <li>Rework the if_start routine for interfaces to better handle overload situations where it would otherwise call the softint too seldom.
                    263: <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.
                    264: <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.
                    265: <li>Added support for the "Slots Power" sensor on the PowerMac9,1.
                    266: <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.
                    267: <!-- 2009/08/11 -->
1.1156    jj        268: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> handle most of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1&format=html">scp(1)</a>s command line arguments.
1.1154    jj        269: <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.
                    270: <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.
                    271: <!-- 2009/08/10 -->
                    272: <li>Fixed a few bugs in the NFS rename error recovery code.
                    273: <li>Use splhigh instead of splclock for amd64 and i386 IPIs, fixes stability problems on some SMP machines.
                    274: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpio&sektion=4&format=html">gpio(4)</a> support for amd64.
                    275: <li>Changed the way shutdown for interfaces are done to prevent active interfaces to continue do DMA during and after a reboot.
                    276: <li>Moved the filehandle/node lookup hash tables to red-black trees.
                    277: <li>Removed the old NFSv2 write-gather code, didn't actually improve performance.
                    278: <!-- 2009/08/09 -->
                    279: <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.
                    280: <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.
                    281: <li>Synced mandoc to 1.8.4.
                    282: <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>.
                    283: <li>Reworked the SysV message queue code to not allocate a static amount of memory for messages.
                    284: <!-- 2009/08/08 -->
                    285: <li>Fix multicast handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ale&sektion=4&format=html">ale(4)</a>.
                    286: <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.
                    287: <li>Fix livelock in the buffer cache code for low-memory situations.
                    288: <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.
                    289: <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.
                    290: <!-- 2009/08/07 -->
                    291: <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.
                    292: <!-- 2009/08/06 -->
1.1155    jj        293: <li>Added -E flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sed&sektion=1&format=html">sed(1)</a> to enable extended POSIX regular expressions.
1.1154    jj        294: <li>Initial code for Loongsoon2E/F processor support.
                    295: <!-- 2009/08/05 -->
                    296: <!-- 2009/08/04 -->
                    297: <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.
                    298: <li>Enabled XCB on the shared libs architectures.
                    299: <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.
                    300: <!-- 2009/08/03 -->
                    301: <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.
                    302: <!-- 2009/08/02 -->
                    303: <li>Recommitted the dynamic buffer cache support.
                    304: <!-- 2009/08/01 -->
                    305: <!-- 2009/07/31 -->
                    306: <!-- 2009/07/30 -->
                    307: <li>Fix hangs on hppa due to races when accessing the list of interrupt handlers.
                    308: <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.
                    309: <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.
                    310: <!-- 2009/07/29 -->
                    311: <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.
                    312: <!-- 2009/07/28 -->
                    313: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8&format=html">named(8)</a> DNS update DoS.
1.1158    jj        314: <li>Plug a memory leak when calling rtable_add() multiple times.
1.1154    jj        315: <li>Change configure test of pixman to make it use MMX code if possible.
                    316: <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.
                    317: <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.
                    318: <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.
                    319: <!-- 2009/07/27 -->
                    320: <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>.
                    321: <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.
                    322: <li>Added bus speed recognition on Nehalem based CPUs. Makes Enhanced SpeedStep work.
                    323: <!-- 2009/07/26 -->
                    324: <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.
                    325: <!-- 2009/07/25 -->
                    326: <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.
                    327: <li>Synced mandoc to version 1.8.1.
                    328: <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.
                    329: <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>.
                    330: <!-- 2009/07/24 -->
                    331: <!-- 2009/07/23 -->
                    332: <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.
                    333: <li>Retune sleep time on VIA VT6202 based machines, especially armish ones.
                    334: <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.
                    335: <!-- 2009/07/22 -->
                    336: <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.
                    337: <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.
                    338: <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.
                    339: <!-- 2009/07/21 -->
                    340: <li>Added PCI-Cardbus bridge support on sgi for both O2 and Octane/Origin class systems.
                    341: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a> to resolve names by adding the -N flag.
1.1153    jj        342: <!-- 2009/07/20 -->
1.1154    jj        343: <li>gcc 2.95 fixes for xcb-util.
1.1153    jj        344: <li>Updated the time zone data to tzdata2009k.
                    345: <!-- 2009/07/19 -->
                    346: <li>Make sure the xf86-video-sunffb disable the hardware cursor before exit.
                    347: <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.
                    348: <!-- 2009/07/18 -->
                    349: <li>Synced mandoc to 1.8.0.
                    350: <li>Fix potential mbuf leaks in the NFSv2 rpc code.
                    351: <!-- 2009/07/17 -->
                    352: <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.
                    353: <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.
                    354: <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>.
                    355: <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.
                    356: <!-- 2009/07/16 -->
                    357: <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>.
                    358: <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.
                    359: <li>Make PCI-PCI bridge initialization code on sgi bus-independent.
                    360: <!-- 2009/07/15 -->
                    361: <li>Added round, roundf, trunc and truncf for hppa libm.
                    362: <!-- 2009/07/14 -->
                    363: <li>Unbreak the moko builds, move SOFTSERIAL to SOFTTTY and a pmap change for moko.
                    364: <!-- 2009/07/13 -->
                    365: <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.
                    366: <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.
                    367: <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.
                    368: <li>Make the vlan send queue one slot long, to force packets off the virtual interface queue down to the physical interface immediately.
                    369: <!-- 2009/07/12 -->
                    370: <li>Synced mandoc to 1.7.23.
                    371: <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.
                    372: <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.
                    373: <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.
                    374: <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>
                    375: <!-- 2009/07/11 -->
                    376: <li>When rebooting sgi machines, pass a request to the PROM to skip diagnostics and memory initializations. Shortens reboot times.
                    377: <!-- 2009/07/10 -->
                    378: <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.
                    379: <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.
                    380: <!-- 2009/07/09 -->
                    381: <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>.
                    382: <!-- 2009/07/08 -->
                    383: <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>.
                    384: <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>.
                    385: <!-- 2009/07/07 -->
                    386: <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>.
                    387: <!-- 2009/07/06 -->
                    388: <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.
                    389: <li>Synced mandoc to 1.7.22.
                    390: <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.
                    391: <!-- 2009/07/05 --></ul>
1.422     deraadt   392: <p>
1.203     deraadt   393:
1.95      deraadt   394: This list mentions mostly platform-independent changes.  For a list of changes
                    395: made in a particular platform, please check the page for that platform.  If you
                    396: find them not listed there, the changes are either (1) not being documented or
                    397: (2) are documented here.<br><br>
1.14      deraadt   398:
                    399: <hr>
1.424     deraadt   400: <p>
                    401: <h3>
1.846     deraadt   402: For changes in other releases, click below:<br>
                    403: <a href="plus20.html">2.0</a>,
                    404: <a href="plus21.html">2.1</a>,
                    405: <a href="plus22.html">2.2</a>,
                    406: <a href="plus23.html">2.3</a>,
                    407: <a href="plus24.html">2.4</a>,
                    408: <a href="plus25.html">2.5</a>,
                    409: <a href="plus26.html">2.6</a>,
                    410: <a href="plus27.html">2.7</a>,
                    411: <a href="plus28.html">2.8</a>,
                    412: <a href="plus29.html">2.9</a>,
                    413: <a href="plus30.html">3.0</a>,
                    414: <a href="plus31.html">3.1</a>,
1.868     deraadt   415: <a href="plus32.html">3.2</a>,
1.889     david     416: <a href="plus33.html">3.3</a>,
1.916     david     417: <a href="plus34.html">3.4</a>,
1.935     miod      418: <a href="plus35.html">3.5</a>,
1.941     deraadt   419: <a href="plus36.html">3.6</a>,
1.1118    deraadt   420: <br>
1.1044    deraadt   421: <a href="plus37.html">3.7</a>,
1.999     deraadt   422: <a href="plus38.html">3.8</a>,
1.1028    deraadt   423: <a href="plus39.html">3.9</a>,
1.1044    deraadt   424: <a href="plus40.html">4.0</a>,
1.1069    deraadt   425: <a href="plus41.html">4.1</a>,
1.1097    deraadt   426: <a href="plus42.html">4.2</a>,
1.1118    deraadt   427: <a href="plus43.html">4.3</a>,
1.1140    deraadt   428: <a href="plus44.html">4.4</a>,
1.1152    deraadt   429: <a href="plus45.html">4.5</a>,
                    430: <a href="plus46.html">4.6</a>.
1.424     deraadt   431: <br>
                    432: </h3>
                    433:
                    434: <hr>
1.1016    pvalchev  435: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
1.729     horacio   436: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1159  ! jj        437: <br><small>$OpenBSD: plus.html,v 1.1158 2009/11/16 17:08:17 jj Exp $</small>
1.14      deraadt   438:
                    439: </body>
                    440: </html>