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

Annotation of www/plus.html, Revision 1.1195

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>,
1.1163    deraadt    59: <a href="plus46.html">4.6</a>,
1.1177    deraadt    60: <a href="plus47.html">4.7</a>,
1.1194    deraadt    61: <a href="plus48.html">4.8</a>,
                     62: <a href="plus49.html">4.9</a>.
1.422     deraadt    63: <br>
1.186     deraadt    64: </h3>
                     65:
                     66: <p>
1.1194    deraadt    67: <h3><font color="#0000e0">Changes made between OpenBSD 4.9 and -current</font></h3><p>
1.847     deraadt    68: <p>
                     69:
1.422     deraadt    70: <ul>
1.1195  ! jj         71: <!-- 2011/03/13 -->
        !            72: <li>Fixed handling of VIS_ALL in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vis&sektion=3&format=html">vis(3)</a>.
        !            73: <li>Added Wake on LAN support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4&format=html">vr(4)</a>.
        !            74: <li>Added 'wol' and '-wol' options to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> to enable and disable Wake on LAN on a system in standby or suspend mode.
        !            75: <li>Updated xkbcomp to version 1.2.1.
        !            76: <li>Synchronized ctype definitions for the UTF-8 locale to FreeBSD, fixing width of various zero-width characters.
        !            77: <li>Replaced type daddr_t (64-bit disk address) by type daddr_32t (32-bit disk address) in all archs machine-dependent code (bios, boot...). The bootblocks only do 32-bit block spanning for now.
        !            78: <!-- 2011/03/12 -->
        !            79: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=groff&sektion=1&format=html">groff(1)</a> from base.
        !            80: <li>Make sparc and sparc64 libc division and remainder use a better fitted register.
        !            81: <li>Prevent a race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sosplice&sektion=9&format=html">sosplice(9)</a>.
        !            82: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> client timeout.
        !            83: <li>Make ext2fs utilities use type daddr32_t because they can only operate with a 32-bit block number range for now.
        !            84: <li>Updated xkeyboard-config to version 2.1.
        !            85: <li>Replace the old, broken KERN_PROC ABI and its matching functions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm&sektion=3&format=html">kvm(3)</a> with the stable-ABI versions that are currently named KERN_PROC2, kvm_get{proc,argv,envv}2().
        !            86: <li>In i386 machine-dependent parts, provide distinct segments for the %fs and %gs selectors to use by default, with per-rthread base offsets and with sysarch() functions, I386_{GET,SET}_{FS,GS}BASE, for fetching and setting those base offsets. This is necessary for both rthread and Linux compat support.
        !            87: <li>Fixed a bug that caused nbr addr_tree corruption in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&sektion=8&format=html">ldpd(8)</a>.
        !            88: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&sektion=8&format=html">ldpd(8)</a> log the fact that a session was not accepted because of missing HELLOs.
        !            89: <!-- 2011/03/11 -->
        !            90: <li>Clean <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bios&sektion=4&arch=i386&format=html">bios(4/i386)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bios&sektion=4&arch=amd64&format=html">bios(4/amd64)</a> stack garbage before passing buffer to biosd_io().
        !            91: <li>Added <tt>-z &lt;output_zone&gt;</tt> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=date&sektion=1&format=html">date(1)</a> for changing the specified time zone.
        !            92: <li>Make sure extra arguments are not passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=date&sektion=1&format=html">date(1)</a>.
        !            93: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=which&sektion=1&format=html">which(1)</a> -a option from changing the exit status.
        !            94: <!-- 2011/03/10 -->
        !            95: <li>Added support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&sektion=4&format=html">admtemp(4)</a> for detecting the NXP SA56004X.
        !            96: <li>Implemented options --print-provides, --print-requires and --print-requires-private in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg-config&sektion=1&format=html">pkg-config(1)</a>.
        !            97: <li>Make pkg_config honour PKG_CONFIG_DEBUG_SPEW.
        !            98: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> GSSAPI authentication to detect when a server-side failure causes authentication failure and don't count such failures against MaxAuthTries. Fixes bz#1244.
        !            99: <!-- 2011/03/09 -->
        !           100: <li>Make IPv6 stack log MAC address changes in the IPv6 neighbour discovery protocol cache as "ndp info overwritten". Makes the behaviour similar to ARP.
        !           101: <li>Make <tt>smtpctl show stats</tt> display inet4 and inet6 repartition for incoming sessions.
        !           102: <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a> redirections into the rc_cmd itself instead of rc_start and rc_stop so scripts don't need to set it.
        !           103: <li>Implemented UDP mode for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&sektion=1&format=html">tcpbench(1)</a> and switch it to use libevent.
        !           104: <li>Print <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> debugging info via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> debug command instead of using a global em_display_debug_stats variable.
        !           105: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> substitute '~' for $HOME in the \W prompt case. Matches bash behaviour.
        !           106: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a> from losing rc_{pre,post} when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&sektion=8&format=html">rc.d(8)</a> override rc_{start,stop}.
        !           107: <li>Fixed truncation of IPv6 addresses in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> mail delivery path.
        !           108: <!-- 2011/03/08 -->
        !           109: <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> reconfiguration problem.
        !           110: <li>Build xcb by default in Xenocara.
        !           111: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vrng&sektion=4&arch=sparc64&format=html">vrng(4/sparc64)</a> to sparc64 GENERIC kernel.
        !           112: <li>Fixed extended partition searching in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=biosboot&sektion=8&arch=i386&format=html">biosboot(8/i386)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=biosboot&sektion=8&arch=amd64&format=html">biosboot(8/amd64)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdboot&sektion=8&arch=i386&format=html">cdboot(8/i386)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdboot&sektion=8&arch=amd64&format=html">cdboot(8/amd64)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&sektion=8&arch=i386&format=html">installboot(8/i386)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&sektion=8&arch=amd64&format=html">installboot(8/amd64)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxeboot&sektion=8&arch=i386&format=html">pxeboot(8/i386)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxeboot&sektion=8&arch=amd64&format=html">pxeboot(8/amd64)</a>.
        !           113: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> to send out LS updates larger than the MTU.
        !           114: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> use IP_MAXPACKET instead of IBUF_READ_SIZE as upper bound for packet building.
        !           115: <!-- 2011/03/07 -->
        !           116: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> prevent tiled producing a corrupt layout when only one column is needed.
        !           117: <li>Added support to pass through escape sequences to the underlying terminal in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
        !           118: <li>Updated xterm to version 269.
        !           119: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbhidaction&sektion=1&format=html">usbhidaction(1)</a> use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&sektion=2&format=html">fork(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exec&sektion=3&format=html">exec(3)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=system&sektion=3&format=html">system(3)</a>.
        !           120: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_create&sektion=1&format=html">pkg_create(1)</a> run <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makewhatis&sektion=8&format=html">makewhatis(8)</a> when verbose mode is set.
        !           121: <li>Added editline support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bc&sektion=1&format=html">bc(1)</a>.
        !           122: <li>Removed NTFS from alpha GENERIC kernel.
        !           123: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> from leaking information about software used into PostScript and PDF documents.
        !           124: <li>Clean up date handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a>: always store dates as strings, not as seconds since the Epoch; for input, try the three most common formats everywhere; for unrecognized format, just pass the date though verbatim; when there is no date at all, still use the current date.
        !           125: <!-- 2011/03/06 -->
        !           126: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> MEMORYBARRIER(SYNC_REG) performs a read/write bus_space_barrier, instead of a read barrier only, as it is used in read-modify-write cycles.
        !           127: <li>Added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.subr&sektion=8&format=html">rc.subr(8)</a> an "rc_bg" variable that is undefined by default and allows to start a daemon in the background.
        !           128: <!-- 2011/03/05 -->
        !           129: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt&sektion=3&format=html">getopt(3)</a> ignore leading '-' in optstring if POSIXLY_CORRECT is set. Fixes PR6267.
        !           130: <li>Fixed potential crash when GZIP variable set and more than 512 command line arguments specified. Closes PR 6573.
        !           131: <li>Improved sparc64 machine-dependent code by removing tests already performed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_space_barrier&sektion=9&format=html">bus_space_barrier(9)</a>.
        !           132: <li>Fixed DMA errors with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4&format=html">dc(4)</a> on sparc64.
        !           133: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> auto-allocation scheme.
        !           134: <!-- 2011/03/04 -->
        !           135: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> devices from being non-functional because of a too long reset.
        !           136: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
        !           137: <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> resume.
        !           138: <li>Added -H to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&sektion=1&format=html">ls(1)</a> (follow symlink) as required by POSIX.
        !           139: <li>Added <tt>-W &lt;whiteexp&gt;</tt> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamlogd&sektion=8&format=html">spamlogd(8)</a>. Adjusts the time for whiteexp in hours.
        !           140: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> from reading garbled replies.
        !           141: <li>Added -H to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&sektion=1&format=html">grep(1)</a> (opposite of -h) to always print name.
        !           142: <!-- 2011/03/03 -->
        !           143: <li>Fixed passing of arguments from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8&format=html">spamd(8)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a>. Fixes PR6142.
        !           144: <li>Prevent division-by-zero in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zts&sektion=4&arch=zaurus&format=html">zts(4/ZAURUS)</a> when scaling down to the screen resolution.
        !           145: <li>Resized MAXDSIZ up to 2G on macppc and socppc.
        !           146: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8&format=html">cron(8)</a> reset the SIGPIPE signal handler immediately before executing a command.
        !           147: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1&format=html">at(1)</a> use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dirfd&sektion=3&format=html">dirfd(3)</a> instead looking into struct dirent.
        !           148: <li>Added a -P option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>. Detaches to HUP the client's parent process.
        !           149: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> log correctly ip addresses on big-endian machines.
        !           150: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&sektion=8&format=html">ping6(8)</a> compare minimum amount of bytes between what was received and what was sent out and print additional information explaining payload size differences.
        !           151: <!-- 2011/03/02 -->
        !           152: <li>Fixed broken handling of ios_base::showpos in libstdc++-v3.
        !           153: <li>Added the socket splicing fields of struct socket to <tt>netstat -vP</tt> output for debugging.
        !           154: <li>Fixed a bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atexit&sektion=3&format=html">atexit(3)</a> __cxa_finalize().
        !           155: <li>Allow &lt;sys/stdarg.h&gt; to use va_arg macro as a local variable name.
        !           156: <li>Fixed a segmentation fault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&sektion=8&format=html">rtadvd(8)</a>.
        !           157: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> use ip6_output for sending IPv6 frames instead of assuming everything is IPv4 and using ip_output.
        !           158: <li>Define HANDLE_PRAGMA_PACK_PUSH_POP just like on other platforms in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> to get #pragma pack and #pragma push work in order to be compatible with MS compilers as it is used by some projects like chromium.
        !           159: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> editor save the start and end sector of the OpenBSD area every time a user updates its bounds.
        !           160: <li>Synchronized <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a> ASC/ASCQ errors with &lt;<a href="http://www.t10.org/lists/asc-num.txt">http://www.t10.org/lists/asc-num.txt</a>&gt;.
1.1192    jj        161: <!-- 2011/02/28 -->
1.1164    deraadt   162: </ul>
1.422     deraadt   163: <p>
1.203     deraadt   164:
1.95      deraadt   165: This list mentions mostly platform-independent changes.  For a list of changes
                    166: made in a particular platform, please check the page for that platform.  If you
                    167: find them not listed there, the changes are either (1) not being documented or
                    168: (2) are documented here.<br><br>
1.14      deraadt   169:
                    170: <hr>
1.424     deraadt   171: <p>
                    172: <h3>
1.846     deraadt   173: For changes in other releases, click below:<br>
                    174: <a href="plus20.html">2.0</a>,
                    175: <a href="plus21.html">2.1</a>,
                    176: <a href="plus22.html">2.2</a>,
                    177: <a href="plus23.html">2.3</a>,
                    178: <a href="plus24.html">2.4</a>,
                    179: <a href="plus25.html">2.5</a>,
                    180: <a href="plus26.html">2.6</a>,
                    181: <a href="plus27.html">2.7</a>,
                    182: <a href="plus28.html">2.8</a>,
                    183: <a href="plus29.html">2.9</a>,
                    184: <a href="plus30.html">3.0</a>,
                    185: <a href="plus31.html">3.1</a>,
1.868     deraadt   186: <a href="plus32.html">3.2</a>,
1.889     david     187: <a href="plus33.html">3.3</a>,
1.916     david     188: <a href="plus34.html">3.4</a>,
1.935     miod      189: <a href="plus35.html">3.5</a>,
1.941     deraadt   190: <a href="plus36.html">3.6</a>,
1.1118    deraadt   191: <br>
1.1044    deraadt   192: <a href="plus37.html">3.7</a>,
1.999     deraadt   193: <a href="plus38.html">3.8</a>,
1.1028    deraadt   194: <a href="plus39.html">3.9</a>,
1.1044    deraadt   195: <a href="plus40.html">4.0</a>,
1.1069    deraadt   196: <a href="plus41.html">4.1</a>,
1.1097    deraadt   197: <a href="plus42.html">4.2</a>,
1.1118    deraadt   198: <a href="plus43.html">4.3</a>,
1.1140    deraadt   199: <a href="plus44.html">4.4</a>,
1.1152    deraadt   200: <a href="plus45.html">4.5</a>,
1.1163    deraadt   201: <a href="plus46.html">4.6</a>,
1.1177    deraadt   202: <a href="plus47.html">4.7</a>,
1.1194    deraadt   203: <a href="plus48.html">4.8</a>,
                    204: <a href="plus49.html">4.9</a>.
1.424     deraadt   205: <br>
                    206: </h3>
                    207:
                    208: <hr>
1.1016    pvalchev  209: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
1.729     horacio   210: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1195  ! jj        211: <br><small>$OpenBSD: plus.html,v 1.1194 2011/03/15 16:49:11 deraadt Exp $</small>
1.14      deraadt   212:
                    213: </body>
                    214: </html>