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

Annotation of www/plus.html, Revision 1.865

1.863     naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.14      deraadt     2: <html>
                      3: <head>
1.424     deraadt     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.716     deraadt     7: <meta name="description" content="OpenBSD-current changes">
                      8: <meta name="keywords" content="openbsd,current,changes">
1.14      deraadt     9: <meta name="distribution" content="global">
1.810     horacio    10: <meta name="copyright" content="This document copyright 1996-2002 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.863     naddy      17: <h2><font color="#e00000">Changes made between OpenBSD 3.2 and OpenBSD-current</font></h2>
                     18: <hr>
1.14      deraadt    19:
                     20: <p>
1.823     jsyn       21: This is a partial list of the major machine-independent changes
1.602     aaron      22: (i.e., these are the changes people ask about most often).  Port
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.725     naddy      27: Changes to the <a href="ports.html">ports</a> collection are documented
1.747     naddy      28: <a href="portsplus/index.html">here</a>.
1.725     naddy      29:
                     30: <p>
1.863     naddy      31: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
1.185     deraadt    32:
                     33: <p>
1.186     deraadt    34: <h3>
1.846     deraadt    35: For changes in other releases, click below:<br>
                     36: <a href="plus20.html">2.0</a>,
                     37: <a href="plus21.html">2.1</a>,
                     38: <a href="plus22.html">2.2</a>,
                     39: <a href="plus23.html">2.3</a>,
                     40: <a href="plus24.html">2.4</a>,
                     41: <a href="plus25.html">2.5</a>,
                     42: <a href="plus26.html">2.6</a>,
                     43: <a href="plus27.html">2.7</a>,
                     44: <a href="plus28.html">2.8</a>,
                     45: <a href="plus29.html">2.9</a>,
                     46: <a href="plus30.html">3.0</a>,
                     47: <a href="plus31.html">3.1</a>,
                     48: <a href="plus32.html">3.2</a>.
1.422     deraadt    49: <br>
1.186     deraadt    50: </h3>
                     51:
                     52: <p>
1.863     naddy      53: <h3><font color="#0000e0">We are working on OpenBSD-current.</font></h3><p>
1.864     deraadt    54: The following list sums up (almost) all the changes made up to March 5.
1.847     deraadt    55: <p>
                     56:
1.422     deraadt    57: <ul>
1.864     deraadt    58: <!-- ^ 20030306 -->
                     59: <li>In the installer, delete the FTP password when no sets are found, so it doesn't get displayed in the URL.
                     60: <li>Add a boot image ISO for alpha.
                     61: <li>New images; the last X update before the release.
                     62: <li>Fix a number of memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a> and its related programs.
                     63: <li>Add a monolithic <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&amp;sektion=1">openssl(1)</a> manpage, covering all the tool commands.
                     64: <li>Media handling fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&amp;sektion=4">hme(4)</a>.
                     65: <li>Set the right address family for IPv6 addresses in a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> table.
                     66: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&amp;sektion=8">named(8)</a> to BIND 9.2.2-release.
                     67: <!-- ^ 20030305 -->
                     68: <li>Only have /etc/rc generate the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rndc&amp;sektion=8">rndc(8)</a> key if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&amp;sektion=8">named(8)</a> is to be started.
                     69: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&amp;sektion=8">named(8)</a> always does setuid(named) and chroots to /var/named, so remove the variables for those actions from /etc/rc.
                     70: <li>Turn off the stack protector when building <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lkm&amp;sektion=4">lkm(4)</a>s.
                     71: <li>Don't install <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mrinfo&amp;sektion=8">mrinfo(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtrace&amp;sektion=8">mtrace(8)</a> setuid root.
                     72: <li>Recreate the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rndc&amp;sektion=8">rndc(8)</a> key if /etc/rndc.key and /var/named/etc/rndc.key are not identical, or if either is absent.
                     73: <li>3.3-beta -> 3.3
                     74: <li>Fix user and group keywords with IPv6 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rules.
                     75: <li>Create a baby ISO for i386, with just the CD boot image on it.
                     76: <!-- ^ 20030304 -->
                     77: <li>Move the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a> configuration channel from the spamd listener port the the next port up.
                     78: <li>Add to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&amp;sektion=1">file(1)</a> support for additional image formats and a first pass at reading jpeg size.
                     79: <li>strncpy->strlcpy in libc resolver code.
                     80: <li>Upgrade <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&amp;sektion=1">file(1)</a> to 3.41, to fix a buffer overflow. Get improved 64-bit ELF support as well.
                     81: <li>In the libc stack smash handler, straight away block all signal handlers from running.
                     82: <li>More fixes and improvements to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;sektion=4">isp(4)</a>.
1.865   ! deraadt    83: <li>Sendmail updated to 8.12.8.
1.864     deraadt    84: <li><font color="#e00000"><strong>SECURITY FIX: A buffer overflow in the envelope comments processing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a> may allow an attacker to gain root privileges.</strong></font><br>
                     85:     <a href="errata.html#sendmail">A source code patch is available</a>.<br>
                     86:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                     87: <li>Fix some nits in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m_pulldown&amp;sektion=9">m_pulldown(9)</a>.
                     88: <li>Return a meaningful partition size from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rd&amp;sektion=4">rd(4)</a>.
                     89: <!-- ^ 20030303 -->
                     90: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> display of altq bandwidth figures.
                     91: <li>Fix a missing configuration message validity check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a>.
                     92: <li>Remove spamd-setup.sh script.
                     93: <li>Add a configuration channel in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a> so spamd-setup.pl can talk to it.
                     94: <li>New spamd-setup.pl script to set up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a>, with support for multiple blacklists configured via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd.conf&amp;sektion=5">spamd.conf(5)</a>.
                     95: <li>Add perl module Net::Netmask for new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a> setup perl script.
                     96: <li>Remove the redundant 'control' keyword from altq CBQ.
                     97: <li>Tag no-payload tcp ACK packets for priority queuing, see /usr/share/pf/ackpri for more information and an example.
                     98: <li>Guarantee that two <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> queues with the same name on different interfaces have the same internal queue id.
                     99: <!-- ^ 20030302 -->
                    100: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&amp;sektion=4">gem(4)</a> removing DMA mappings that are still in use, which causes faults on sparc64.
                    101: <li>Stop the installer mistakenly deleting a default route that an FTP install may need to use.
                    102: <!-- ^ 20030301 -->
                    103: <li>Add a bootable CD iso image for sparc64.
                    104: <li>Fix a few bad printf format specifiers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&amp;sektion=8">pflogd(8)</a>.
                    105: <li>Disable GNU mmalloc on all architectures.
                    106: <li>Update all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disktab&amp;sektion=5">disktab(5)</a> files to show support for 16 partitions, and fix a few other glitches.
                    107: <li>Finally, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mrouted&amp;sektion=8">mrouted(8)</a> and fellows have proper licensing and are now built by default.
                    108: <li>Make sure the error value is set properly on SA expiry for AH and ESP.
                    109: <li>Fix a Kerberos (IV and V) resolver overflow found by propolice.
                    110: <li>Make libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&amp;sektion=3">random(3)</a> and related functions use u_int32_t internally instead of long.
                    111: <li>Update the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;sektion=4">isp(4)</a> firmware images.
                    112: <li>Increase the ata IDENTIFY command timeout from one to three seconds.
                    113: <li>Use a bss copy of basename(argv[0]) for __progname, so even when there is real stack carnage a propolice stack-smash report has the right program name.
                    114: <li>Add a missing splsoftnet() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> tables code.
                    115: <!-- ^ 20030228 -->
                    116: <li>Add WANT_LIBMILTER, WANT_SASL and WANT_LDAP mk.conf hooks for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>.
                    117: <li>Add -trace-ctors-dtors option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a>'s collect2. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc-local&amp;sektion=1">gcc-local(1)</a>.
                    118: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rndc&amp;sektion=8">rndc(8)</a> die properly on errors.
                    119: <li>In libz, check <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snprintf&amp;sektion=3">snprintf(3)</a> return value to detect truncation.<br>
                    120:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a> <!-- XXX 3.2-stable -->
                    121: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslog&amp;sektion=3">syslog(3)</a> always logging to the console when LOG_CONS is enabled.
                    122: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=updatedb&amp;sektion=8">updatedb(8)</a> use /var/tmp instead of /tmp, and include ext2fs volumes in the database.
                    123: <li>Handle invalid step sizes properly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&amp;sektion=8">cron(8)</a>.
                    124: <li>Add IPv6 packet classification support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> queues.
                    125: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> tables' IPv6 support.
                    126: <!-- ^ 20030227 -->
                    127: <li>Correctly set the priority queue when expanding <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rules.
                    128: <li>Some cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;sektion=4">ti(4)</a>.
                    129: <li>Make libz use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snprintf&amp;sektion=3">snprintf(3)</a> instead of sprintf(), since we're at it.<br>
                    130:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a> <!-- XXX 3.2-stable -->
                    131: <li>Fix a bug in bind's isc_print_vsnprintf(), even though it's not used in OpenBSD.
                    132: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&amp;sektion=8">named(8)</a> listen on IPv6 interfaces by default.
                    133: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a> stack protector fixes.
                    134: <!-- ^ 20030226 -->
                    135: <li>Add 'show' and 'monitor' commands to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecadm&amp;sektion=8">ipsecadm(8)</a>.
                    136: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&amp;sektion=1">xterm(1)</a> to fix <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0063">CAN-2003-0063</a> and <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0071">CAN-2003-0071</a>.
                    137: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> binat rule matching.
                    138: <li>Clean up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> binat rule parsing.
                    139: <li>More bounds check fixes, in Linux compat and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&amp;sektion=4">gdt(4)</a>.
                    140: <!-- ^ 20030225 -->
                    141: <li>Correct two off-by-ones in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&amp;sektion=4">ami(4)</a>.
                    142: <li>Fix a bad bounds check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=midi&amp;sektion=4">midi(4)</a>.
                    143: <li>Revert to the old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> macro redefinition code, to stop a bad next pointer causing an endless loop.
                    144: <li>Fix a crasher in the pfkeyv2 debugging code.
                    145: <li>Add LZS compression support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&amp;sektion=4">hifn(4)</a>. Only usable by IPComp for now.
                    146: <!-- ^ 20030224 -->
                    147: <li>Set the portal filesystem file change time properly.
                    148: <li>Remove tcfs due to licensing problems.
                    149: <li>Fix a bogus <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&amp;sektion=8">vmstat(8)</a> warning message.
                    150: <li>Make libz use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vsnprintf&amp;sektion=3">vsnprintf(3)</a> instead of vsprintf().<br>
                    151:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a> <!-- XXX 3.2-stable -->
                    152: <!-- ^ 20030223 -->
                    153: <li>Add privilege separation to the old X servers too.
                    154: <!-- ^ 20030222 -->
                    155: <li>In the X server, open the keyboard and framebuffer drivers using privsep.
                    156: <li>Plug a couple of mbuf leaks on errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&amp;sektion=4">bridge(4)</a>.
                    157: <li>Pull in from FreeBSD a better environment variable parser for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&amp;sektion=8">cron(8)</a>.
                    158: <li>Repair <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a> restarts, broken by the ETag inode leak fix. (The etags-state file wasn't readable after dropping privileges.)
                    159: <li>Don't try to allocate &lt; 0 bytes of memory in libcrypto.<br>
                    160:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    161: <li>Re-enable 'set loginterface none' option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    162: <li>Fix a bad sizeof in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a> auth_krb4.
                    163: <li>Send BIND 4 to the attic. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&amp;sektion=8">named(8)</a> is now BIND 9.
                    164: <li>Still more fixes to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a> stack protector.
                    165: <!-- ^ 20030221 -->
                    166: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a> check AH and ESP packets are of valid length before dumping their contents.
                    167: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a> to print IPComp packets.
                    168: <li>Fix a crasher in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&amp;sektion=1">systrace(1)</a> by reparing some locking code in the kernel, and removing a null deref in userland.
                    169: <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&amp;sektion=8">cron(8)</a> with ISC cron -current, keeping the OpenBSD-specific <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&amp;sektion=1">at(1)</a> integration.
                    170: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xconsole&amp;sektion=1">xconsole(1)</a> run as user _x11 instead of root (like the X server,) and use privilege separation for the parts that need root.
                    171: <li>Add an empty cron.deny file, since POSIX requires that in the absence of cron.allow and cron.deny files, only root may run <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crontab&amp;sektion=1">crontab(1)</a>.
1.863     naddy     172: <li>Fix a null deref triggered by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipcomp&amp;sektion=4">ipcomp(4)</a>.
1.858     deraadt   173: <!-- ^ 20030220 -->
1.863     naddy     174: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> rejects non-existent interfaces in rules using dynamic interface syntax.
                    175: <li>Move /var/at files into /var/cron since <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&amp;sektion=1">at(1)</a> is now a part of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&amp;sektion=8">cron(8)</a>.
                    176: <li>Fix support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> syntax (if)/24 (dynamic interface name translation with a network prefix.)
1.864     deraadt   177: <li><font color="#e00000"><strong>SECURITY FIX: In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&amp;sektion=8">ssl(8)</a> an information leak can occur via timing by performing a MAC computation even if incorrect block cipher padding has been found, this is a countermeasure. Also, check for negative sizes in memory allocation routines.</strong></font><br>
1.859     margarid  178:     <a href="errata.html#ssl">A source code patch is available</a>.<br>
1.863     naddy     179:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    180: <li>Add a counter for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&amp;sektion=1">netstat(1)</a> showing how often <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipcomp&amp;sektion=4">ipcomp(4)</a>  was skipped because the packet size was below the compression threshold.
                    181: <li>Fix a buffer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> on 64-bit platforms.
                    182: <li>Stability updates to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&amp;sektion=4">vr(4)</a>.
                    183: <li>LFS is not supported, so remove support for it from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=df&amp;sektion=1">df(1)</a>.
1.858     deraadt   184: <!-- ^ 20030219 -->
                    185: <li>More niggly fixes to newly-added LZS support.
1.863     naddy     186: <li>Don't load <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&amp;sektion=5">pf.conf(5)</a> options when one of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>'s load switches (-A, -N, -R) is in force.
1.858     deraadt   187: <li>Write the stack to core files properly for upward-growing stack architectures.
1.863     naddy     188: <li>Enable LZS support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipcomp&amp;sektion=4">ipcomp(4)</a>, missed when LZS was added earlier.
1.858     deraadt   189: <li>Turn of BIND 9's logging of lame servers; some people never learn, and we don't want to know about them.
1.863     naddy     190: <li>Make min-ttl and random-id operate on inbound as well as outbound <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> scrub rules.
1.858     deraadt   191: <li>Many missing copyright notices added to manpages.
                    192: <!-- ^ 200300218 -->
                    193: <li>Add privilege separation support to the X server. Fixes a lot of problems.
1.863     naddy     194: <li>Fix a double-free in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&amp;sektion=1">ftp(1)</a>.
                    195: <li>Add -n 'no daemon' option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&amp;sektion=8">cron(8)</a>.
                    196: <li>Enqueue the copy and not the original mbuf that's free four lines later, and so stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&amp;sektion=4">bridge(4)</a> crashing the kernel.
1.858     deraadt   197: <!-- ^ 20030217 -->
                    198: <li>Improve default route setup in the installer.
1.863     naddy     199: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a> forced commands with 'PermitRootLogin forced-commands-only' set.
                    200: <li>Some RFC-compliance fixes to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a> multipart MIME pid leak fix.
                    201: <li>Clean up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> macro parsing.
1.858     deraadt   202: <!-- ^ 20030216 -->
1.863     naddy     203: <li>Fix format string bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&amp;sektion=1">grep(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nohup&amp;sektion=1">nohup(1)</a>.
                    204: <li>strcpy -> strlcpy in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.pcnfsd&amp;sektion=8">rpc.pcnfsd(8)</a>.
                    205: <li>Add support framework for LZS compression to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&amp;sektion=9">crypto(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&amp;sektion=4">ipsec(4)</a>.
                    206: <li>More write protection paranoia in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&amp;sektion=1">ld.so(1)</a>.
1.858     deraadt   207: <li>Make bsd.rd an install/upgrade target.
1.864     deraadt   208: <li><font color="#e00000"><strong>SECURITY FIX: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a> leaks file inode numbers via ETag header as well as child PIDs in multipart MIME boundary generation. This could lead, for example, to NFS exploitation because it uses inode numbers as part of the file handle.</strong></font><br>
                    209:     <a href="errata.html#httpd">A source code patch is available</a>.<br>
                    210:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.863     naddy     211: <li>Increase the size of the rates buffer in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi(4)</a> hostap so 802.11g stations can associate.
1.858     deraadt   212: <li>When outputting raw IP and generating the header manually, make sure the packet is large enough for a full IP header.
                    213: <!-- ^ 20030215 -->
                    214: <li>Fix an mbuf leak in IPv6 TCP.
1.863     naddy     215:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    216: <li>Now that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> tables spring into existence on demand, remove the unnecessary '-T create' option.
                    217: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&amp;sektion=3">arc4random(3)</a> stir the pool when the caller's pid changes.
                    218: <li>Add 'scrub in all no-df' to the initial <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&amp;sektion=5">pf.conf(5)</a> installed by /etc/rc. This helps diskless booters using Linux NFS servers.
                    219: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> redirect to loopback interfaces again, now that looping can't occur.
1.858     deraadt   220: <!-- ^ 20030214 -->
                    221: <li>Fix an fd locking bug in libpthread.
1.863     naddy     222: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a> use tables instead of regular rules on an anchor.
1.858     deraadt   223: <li>Improvements to ATAPI PIO mode selection.
1.863     naddy     224: <li>Fix an mbuf leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi(4)</a>.
1.864     deraadt   225: <li><font color="#e00000"><strong>SECURITY FIX: A fix for an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lprm&amp;sektion=1">lprm(1)</a> bug made in 1996 contains an error that could lead to privilege escalation. For OpenBSD 3.2 the impact is limited since lprm(1) is setuid daemon, not setuid root.</strong></font><br>
                    226:     <a href="errata.html#httpd">A source code patch is available</a>.<br>
                    227:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.863     naddy     228: <li>Finish nForce support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide(4)</a>.
                    229: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> complains about an illegal netmask, have it show the offending article.
1.858     deraadt   230: <!-- ^ 20030213 -->
1.863     naddy     231: <li>Fix busted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypxfr&amp;sektion=8">ypxfr(8)</a>, the key and values are no longer swapped around. Which is nice.
                    232: <li>Add libedit line editing support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&amp;sektion=1">cdio(1)</a>.
                    233: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a> to use units other than sectors on the command line.
1.858     deraadt   234: <li>3.2-current -> 3.3-beta.
1.863     naddy     235: <li>Replace <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>'s and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi(4)</a>'s crc32 code with BSD-licensed versions.
                    236: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> scrub option 'no-df' to better handle fragments with DF set, such as those sent by Linux NFS.
                    237: <li>When in async mode, signal the process group instead of the process from WSEVENT_WAKEUP in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&amp;sektion=4">wscons(4)</a>.
                    238: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newsyslog.conf&amp;sektion=5">newsyslog.conf(5)</a>, users can separated from groups now with ':' as well as '.'.
                    239: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newsyslog&amp;sektion=8">newsyslog(8)</a> can now rotate files at a specific time.
                    240: <li>Better <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bind&amp;sektion=2">bind(2)</a> error checking in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
                    241: <li>Be consistent with ntohs() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> translation code.
                    242: <li>Some consolidation and tidyup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>'s rule parsing code.
1.858     deraadt   243: <!-- ^ 20030212 -->
1.863     naddy     244: <li>More fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> routing.
                    245: <li>Don't ever send ICMP redirects for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>-redirected packets .
                    246: <li>Allow definition of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> macros on the command line. Oh yes.
1.858     deraadt   247: <li>Remove sinful abbreviation of the unit of frequency as 'hz' (it's 'Hz', don't you know.)
1.863     naddy     248: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a> now displays the DF flag for IP fragments.
1.858     deraadt   249: <!-- ^ 20030211 -->
1.863     naddy     250: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a> pass sensible parameters to memset().
                    251: <li>Allow IPv6 addresses in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yp&amp;sektion=8">yp(8)</a> host maps.
1.858     deraadt   252: <!-- ^ 20030210 -->
1.863     naddy     253: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rule compression: 'from' and 'to' keywords are optional if 'any' is one of the addresses, and 'any' itself is optional when a port is specified.
1.858     deraadt   254: <!-- ^ 20030209 -->
1.863     naddy     255: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&amp;sektion=8">chroot(8)</a>'s -u and -g options' semantics (-u is now what -U used to be, unless -g overrides it,) and remove -U and -G.
                    256: <li>Sync up the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spell&amp;sektion=1">spell(1)</a> dictionaries with FreeBSD and NetBSD changes.
                    257: <li>Add new 'random-id' option for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> scrub rules. This randomises outbound IP IDs and defeats <a href="http://www.research.att.com/~smb/papers/fnat.pdf">NAT detection and OS fingerprinting</a>.
                    258: <li>Stop a number of scripts that use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mktemp&amp;sektion=1">mktemp(1)</a> from leaving dead tempfiles around in failure cases.
1.858     deraadt   259: <!-- ^ 20030208 -->
1.863     naddy     260: <li>A little extra paranoia in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chpass&amp;sektion=1">chpass(1)</a>, check that the temp file is owned by our real uid.
                    261: <li>Don't burp <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslog&amp;sektion=3">syslog(3)</a> output to the console unless <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&amp;sektion=8">syslogd(8)</a> was not contactable.
1.858     deraadt   262: <!-- ^ 20030207 -->
1.863     naddy     263: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a> leaking information when PermitRootLogin is set to 'no'.
                    264: <li>Install <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&amp;sektion=5">pf.conf(5)</a> mode 0600 by default.
                    265: <li>Fix races in the rename and symlink commands of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&amp;sektion=8">sftp-server(8)</a>.
                    266: <li>Allow 'ProxyCommand none' in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>.
1.858     deraadt   267: <!-- ^ 20030206 -->
1.863     naddy     268: <li>Hack around a tools bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a>.
                    269: <li>Improve handling of invalid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> redirections.
                    270: <li>Tidy up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a> ProxyCommand option parsing.
1.858     deraadt   271: <!-- ^ 20030205 -->
                    272: <li>Last part of the threaded fd improvements, fixing some bugs from stage one on the way.
1.863     naddy     273: <li>Set an all-ones mask when doing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> routing, since round-robin on the whole address space is unlikely to be the desired result.
                    274: <li>First installment of improvements to threaded file descriptor handling (see the <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libpthread/uthread/uthread_fd.c.diff?r1=1.16&amp;r2=1.17&amp;cvsroot=openbsd&amp;f=h">checkin comment</a> for details.)
                    275: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a> now sets the Default-Phase-1-Configuration transform to 3DES-SHA-RSA_SIG, the same as OpenBSD 3.2.
                    276: <li>Don't load a signed int into the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a> buffer when doing BSD auth; the buffer type only supports unsigned ints.
1.858     deraadt   277: <!-- ^ 20030204 -->
1.863     naddy     278: <li>Note in the documentation that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snprintf&amp;sektion=3">snprintf(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslog_r&amp;sektion=3">syslog_r(3)</a> are safe (with caveats) for use in signal handlers.
                    279: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> {dup,reply,route}-to rules using a loopback interface as the target - currently this can create loops.
                    280: <li>Don't have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> expand altq rules (and so check for parent queues etc.) unless altq rules are actually being loaded.
                    281: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a> stack protector fixes and tweaks.
1.858     deraadt   282: <!-- ^ 20030203 -->
1.863     naddy     283: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> closing a file it hasn't opened.
                    284: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chpass&amp;sektion=1">chpass(1)</a> more paranoid when opening its temp file.
                    285: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iostat&amp;sektion=8">iostat(8)</a>'s disk throughput bar smarter.
                    286: <li>Implement key exchange guesses as per the secsh standard in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>.
                    287: <li>Relax parsing of usernames in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&amp;sektion=1">scp(1)</a>.
1.857     deraadt   288: <!-- ^ 20030202 -->
1.863     naddy     289: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> build without IPv6.
1.857     deraadt   290: <li>Fix an mbuf leak in the ESP code.
1.863     naddy     291: <li>Correct a bad array index in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&amp;sektion=1">netstat(1)</a>.
1.857     deraadt   292: <!-- ^ 20030201 -->
1.863     naddy     293: <li>Fix multicast problems with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&amp;sektion=4">vlan(4)</a>, and also remove some unnecessary Ethernet-specificity from the driver.
                    294: <li>Really fix combination of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> translation and route-to/reply-to.
                    295: <li>Check TCP, UDP, ICMP and ICMP6 checksums in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>, and make the sum isn't recalculated when the packet hits layer 4 in the kernel. Packets with invalid checksums are silently dropped, to avoid <a href="http://www.phrack.org/phrack/60/p60-0x0c.txt">firewall detection</a> by use of filter responses to bad packets.
                    296: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>'s TCP state inspection RFC 763 compliant, and send a reset when presented with SYN-cookie schemes that send out-of-window ACKs during the TCP handshake.
                    297: <li>Now that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&amp;sektion=8">route(8)</a> is no longer setuid root, check the effective uid instead of the real uid.
                    298: <li>Fix a number of filesystem locking issues, for details see the <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/kern/vfs_cache.c?rev=1.9&amp;content-type=text/x-cvsweb-markup">checkin comment</a>.
1.857     deraadt   299: <li>Fix an ICMP mbuf leak.<br>
1.863     naddy     300:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a> <!-- XXX 3.2 -->
1.857     deraadt   301: <!-- ^ 20030131 -->
1.863     naddy     302: <li>Create a fake siginfo_t for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_kill&amp;sektion=3">pthread_kill(3)</a>.
                    303: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&amp;sektion=8">dhcrelay(8)</a> trying to use dead interfaces.
1.857     deraadt   304: <li>For ELF images, put .rodata in a separate section to the program text, so the read-only data is no longer executable.
1.863     naddy     305: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&amp;sektion=5">pf.conf(5)</a> interface modifiers:  &lt;if&gt;:network for the interface's connected network(s) and &lt;if&gt;:broadcast for the interface's broadcast address(es).
                    306: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a> revoke privileges earlier so it can bind to a priviliged port if desired.
1.857     deraadt   307: <!-- ^ 20030130 -->
                    308: <li>Mirror the a.out initialise-dependent-libraries-first change for ELF.
1.863     naddy     309: <li>For POSIX reasons, make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setreuid&amp;sektion=2">setre[ug]id(2)</a> real system calls again (albeit still implemented using setres[ug]id()) instead of 4.3BSD compatibility library calls.
                    310: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&amp;sektion=8">authpf(8)</a> sets the process title to '&lt;user&gt;@&lt;ip&gt;'.
1.857     deraadt   311: <!-- ^ 20030129 -->
1.863     naddy     312: <li>Add a missing ntohs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a> so that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> actions get printed correctly.
1.857     deraadt   313: <!-- ^ 20030128 -->
                    314: <li>Make the resolver code in libc more thread-safe.
1.863     naddy     315: <li>Fix an fd_set overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnetd&amp;sektion=8">telnetd(8)</a>.
                    316: <li>Improvements to pthreads signal handling. See the <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libpthread/uthread/uthread_sig.c?rev=1.18&amp;content-type=text/x-cvsweb-markup">checkin comment</a> for details.
                    317: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eg&amp;sektion=4">eg(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=el&amp;sektion=4">el(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&amp;sektion=4&amp;arch=hppa">ie(4/HPPA)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;sektion=4">url(4)</a> zero-pad frames smaller than the minimum frame length.
1.857     deraadt   318: <li>Update the termcap entry colours for wsvt25 to match reality.
1.863     naddy     319: <li>If the -a option is given to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> to specify an anchor, don't allow operations that have a global effect.
                    320: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a> correctly exits from the loop that prints IPv6 option headers.
1.857     deraadt   321: <!-- ^ 20030127 -->
1.863     naddy     322: <li>Use record instead of play parameters to calculate the record high watermark in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&amp;sektion=4">audio(4)</a>.
                    323: <li>Don't have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&amp;sektion=8">ftp-proxy(8)</a> remove leading spaces, this can break multiline commands.
1.857     deraadt   324: <li>Further cleanups and shrinkage of the installer scripts.
                    325: <!-- ^ 20030126 -->
1.863     naddy     326: <li>Correct operation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rdr rules involving port ranges. Now the from- and to-range sizes can differ.
                    327: <li>Stop bogus packet drops during <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> normalisation when an offset went negative.
                    328: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> -n option operation with table statements.
                    329: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> tables to be initialised from a file listed in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&amp;sektion=5">pf.conf(5)</a>.
                    330: <li>Better checking and error reporting for illegal table-related constructs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rules.
1.857     deraadt   331: <li>Improve TCP performance by sending segments of no more than half the send buffer space limit. This means that (if enough data is available to be sent) there will always be at least two segments sent. A BSD receiver-TCP will turn off delayed ACKs with more than one un-ACK'd packet on a socket.
                    332: <!-- ^ 20030125 -->
1.863     naddy     333: <li>Improvements to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newsyslog&amp;sektion=8">newsyslog(8)</a> monitor mode.
                    334: <li>Plug a potential memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a>.
                    335: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xinit&amp;sektion=1">xinit(1)</a> never leaks the MIT_MAGIC_COOKIE via the command line.
                    336: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vipw&amp;sektion=8">vipw(8)</a>'s use of timestamps to detect changes to the temp file.
1.857     deraadt   337: <li>Make sure a thread's signal handlers aren't run until the thread is made current.
                    338: <li>Save the fpu state when switching threads on i386 and sparc64, floating-point preemption regression tests now pass on these architectures.
1.863     naddy     339: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndc&amp;sektion=8">ndc(8)</a>'s reading of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.conf&amp;sektion=8">rc.conf(8)</a> variable NAMED_FLAGS.
                    340: <li>Fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>'s TCP window scaling support.
1.857     deraadt   341: <li>pfctl -vvsq display (altq stats) gets more useful, showing bandwidth and packet rate stats for CBQ and PRIQ.
1.863     naddy     342: <li>Install <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nslookup&amp;sektion=8">nslookup(8)</a> along with BIND 9, and don't print the irritating deprecation warning.
1.857     deraadt   343: <!-- ^ 20030124 -->
1.863     naddy     344: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&amp;sektion=8">ftp-proxy(8)</a> now honours the TCP_WRAPPERS setting in mk.conf.
                    345: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1">cvs(1)</a> Checkin-Prog and Update-prog to be disabled with the new CVSROOT/config option "DisableXProg"
                    346: <li>Always use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=splimp&amp;sektion=9">splimp(9)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi(4)</a>, fixing some transmission failures.
                    347: <li>Add -1 and -2 options to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&amp;sektion=1">scp(1)</a> to force SSH protocol 1 or 2 respectively.
                    348: <li>New -l bandwidth-limiter option for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&amp;sektion=1">scp(1)</a>.
                    349: <li>New -c option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&amp;sektion=1">ssh-add(1)</a>, that forces <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a> to pop up a dialog requesting confirmation of the use of a stored key.
                    350: <li>Don't have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> crash the kernel when translating icmp6 packets.
1.857     deraadt   351: <!-- ^ 20030123 -->
1.863     naddy     352: <li>More updates to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=unifdef&amp;sektion=1">unifdef(1)</a>.
1.857     deraadt   353: <!-- ^ 20030122 -->
1.863     naddy     354: <li>strcpy -> strlcpy in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&amp;sektion=1">ftp(1)</a> macro expansion.
                    355: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> tables automatically spring into existence when referred to by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> add or replace commands.
                    356: <li>Add <a href="http://www.ietf.org/rfc/rfc1323.txt">RFC 1323</a> TCP window scaling support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>.
                    357: <li>Improvements to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi(4)</a> hostap timeouts.
                    358: <li>Add new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a> -t option to set the default key lifetime.
                    359: <li>Add a generic watchdog interface and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=3">sysctl(8)</a> kern.watchdog.
                    360: <li>Shrink <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi(4)</a> and save some space on the install floppies by removing hostap code when compiled with -DSMALL_KERNEL.
                    361: <li>Use the right variable type when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute6&amp;sektion=8">traceroute6(8)</a> fetches the default hop limit via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=3">sysctl(3)</a>.
                    362: <li>Tweak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&amp;sektion=8">compat_linux(8)</a> socket syscall emulation. Improves emulation of programs using UDP.
                    363: <li>Fix an incorrect argument length passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setsockopt&amp;sektion=2">setsockopt(2)</a> by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute6&amp;sektion=8">traceroute6(8)</a>.
1.857     deraadt   364: <!-- ^ 20030121 -->
1.863     naddy     365: <li>bzero() after <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&amp;sektion=9">malloc(9)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop(4)</a>.<br>
                    366:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    367: <li>Have /etc/rc generate the BIND 9 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rndc&amp;sektion=8">rndc(8)</a> shared secret if it doesn't exist.
1.857     deraadt   368: <li>Add BIND 9 configuration files.
                    369: <li>Skip DNSSEC programs in BIND 9.
1.863     naddy     370: <li>Begin import of BIND 9.2.2rc1. (Local changes documented in <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/bind/README.OpenBSD?rev=1.1&amp;content-type=text/x-cvsweb-markup">README.OpenBSD</a>.)
                    371: <li>Fix some silly pastos in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> table code.
                    372: <li>Create /var/empty/dev/log for programs that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&amp;sektion=2">chroot(2)</a> to /var/empty.
                    373: <li>Fix a typo in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> DIOCRSETTFLAGS implmentation, so it doesn't look like changing a table flag created a table when in fact it deleted one.
                    374: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslog&amp;sektion=3">syslog(3)</a> from reconnecting to /dev/log on an ENOBUFS as this doesn't help, and it hurts <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&amp;sektion=2">chroot(2)</a>'ed processes.
                    375: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&amp;sektion=2">chroot(2)</a>'ed daemons <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=portmap&amp;sektion=8">portmap(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rstatd&amp;sektion=8">rstatd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rusersd&amp;sektion=8">rusersd(8)</a> to use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openlog&amp;sektion=3">openlog(3)</a> with LOG_NDELAY.
                    376: <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sigaltstack&amp;sektion=2">sigaltstack(2)</a> under pthreads.
1.857     deraadt   377: <li>Copy the thread sources (including CVS history) from  lib/libc_r to lib/pthread, and move libc_r into the Attic.
1.863     naddy     378: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> show more information with -vvs[rn] for rules containing tables.
1.857     deraadt   379: <!-- ^ 20030120 -->
1.864     deraadt   380: <li><font color="#e00000"><strong>SECURITY FIX: A double free in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1">cvs(1)</a> could allow an attacker to execute code with the privileges of the user running cvs. This is only an issue when the cvs command is being run on a user's behalf as a different user. This means that, in most cases, the issue only exists for cvs configurations that use the pserver client/server connection method.</strong></font><br>
1.857     deraadt   381:     <a href="errata.html#cvs">A source code patch is available</a>.<br>
1.863     naddy     382:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    383: <li>Add an invalid ioctl sanity check to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&amp;sektion=4">gif(4)</a>.
                    384: <li>Bring <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&amp;sektion=1">perl(1)</a>'s build into line with the libc_r -> pthread move.
1.857     deraadt   385: <li>Big improvements to a.out library dependency handling.
1.863     naddy     386: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&amp;sektion=2">select(2)</a> a thread cancellation point as per the standard.
                    387: <li>Fix some locking-related <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=raidctl&amp;sektion=8">raidctl(8)</a> panics.
1.857     deraadt   388: <!-- ^ 20030119 -->
1.863     naddy     389: <li>Updates to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=unifdef&amp;sektion=1">unifdef(1)</a>.
                    390: <li>Fix a null deref in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> when processing the -k option.
                    391: <li>Big cleanup of host() in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> parser.
                    392: <li>When running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> with insufficient privileges to open /dev/pf, make the -n option work as a syntax checker for table commands.
1.857     deraadt   393: <!-- ^ 20030118 -->
1.863     naddy     394: <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> nat random source port assignment. Now a rule has to actually ask for static-port in order to get it.
                    395: <li>Enable the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> 'static-port' keyword.
                    396: <li>Extensive <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&amp;sektion=1">ld(1)</a> changes to better protect ELF executables from tampering (see the <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/gnu/usr.bin/binutils/bfd/elf.c?rev=1.13&amp;content-type=text/x-cvsweb-markup">checkin comment</a> for details.)
                    397: <li>Add new output format option '-f' to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncheck_ffs&amp;sektion=8">ncheck_ffs(8)</a>.
                    398: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncheck_ffs&amp;sektion=8">ncheck_ffs(8)</a> no longer reports when the set[ug]id bits are set on directories, since these are meaningless in OpenBSD.
                    399: <li>Fix a missing YYERROR in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> parser.
1.856     deraadt   400: <!-- ^ 20030117 -->
1.863     naddy     401: <li>Deal with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;sektion=4">cd(4)</a> drives that are picky about being asked to play the leadout track.
                    402: <li><a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/pcidevs.diff?r1=1.586&amp;r2=1.587&amp;f=h">Note with regret and sadness</a> that the <a href="http://www.yourvote.com/pci/">freely available PCI vendor and device list</a> is no longer available.
                    403: <li>Bring <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=protocols&amp;sektion=5">protocols(5)</a> more into line with current reality.
                    404: <li>More improvements and device additions to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide(4)</a>.
1.856     deraadt   405: <!-- ^ 20030116 -->
1.863     naddy     406: <li>Explicity use the first path found by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&amp;sektion=3">glob(3)</a> instead of indexing with an uninitialised variable in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>.
                    407: <li>Small fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&amp;sektion=1">whois(1)</a>.
1.856     deraadt   408: <li>Create PIC archives for a number of X libs, useful for ports that create shared libraries.
1.863     naddy     409: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsstat&amp;sektion=1">nfsstat(1)</a> displaying info for the no-longer-supported <a href="http://docs.freebsd.org/44doc/papers/nqnfs.html">NQNFS</a> protocol.
                    410: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsstat&amp;sektion=1">nfsstat(1)</a>'s filesystem id lookup, and a minor buffer overrun.
                    411: <li>Fix some minor bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> table creation.
                    412: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> recognise the '-T load' option like it used to.
                    413: <li>Plug a memory leak in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> table code when using PFR_FLAG_DUMMY.
                    414: <li>For the benefit of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a>, allow outbound pings from the initial <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rulebase installed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&amp;sektion=8">rc(8)</a>.
1.856     deraadt   415: <!-- ^ 20030115 -->
1.863     naddy     416: <li>Pull all the IP address parsing code of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> into one place.
1.856     deraadt   417: <li>Goodbye libc_r and libnpthread, hello libpthread.
1.863     naddy     418: <li>Check for and report read errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&amp;sektion=1">md5(1)</a>.
                    419: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a> uploading or downloading non-regular files.
1.856     deraadt   420: <li>/etc/weekly is now built (by default) in /var/tmp rather than /tmp.
                    421: <!-- ^ 20030114 -->
1.863     naddy     422: <li>Add an extra sanity check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&amp;sektion=3">malloc(3)</a> to prevent size_t overflows.
                    423: <li>Better input checking and error handling in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> table code.
1.856     deraadt   424: <!-- ^ 20030113 -->
1.863     naddy     425: <li>Begin converting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&amp;sektion=8">vmstat(8)</a> with the -i option to use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=3">sysctl(3)</a> instead of kvm.
1.856     deraadt   426: <li>Start work on NVIDIA nForce support.
                    427: <!-- ^ 20030112 -->
1.863     naddy     428: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> now supports CIDR-notation IPv4 addresses when manipulating tables.
                    429: <li>Some command-line fixes and tweaks to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rusers&amp;sektion=1">rusers(1)</a>.
                    430: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rm&amp;sektion=1">rm(1)</a> with the -P option from overwriting files with multiple links.
1.856     deraadt   431: <!-- ^ 20030111 -->
1.863     naddy     432: <li>Fix handling of addition and subtraction of negated addresses to tables in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    433: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a> only show the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=socket&amp;sektion=2">socket(2)</a> error for the last address to which one tries to connect.
                    434: <li>Don't fill files full of holes with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftruncate&amp;sektion=2">ftruncate(2)</a> after a write error in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcp&amp;sektion=1">rcp(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&amp;sektion=1">scp(1)</a>.
                    435: <li>Add a progress meter to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a> client.
1.856     deraadt   436: <!-- ^ 20030110 -->
1.863     naddy     437: <li>Remove <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fetch&amp;sektion=9&amp;release=OpenBSD+3.2">fetch(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=store&amp;sektion=9&amp;release=OpenBSD+3.2">store(9)</a> from the kernel, and replace calls to them with their <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=copy&amp;sektion=9">copy(9)</a> descendants.
                    438: <li>Various strl* return value checks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    439: <li>Initial support for queue statistics display for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> (-vsq option.)
                    440: <li>'Default-Phase-1-Configuration' -> 'Default-phase-1-configuration', 'Default-Phase-2-Suites' -> 'Default-phase-2-suites' in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
                    441: <li>New table manipulation syntax for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&amp;sektion=5">pf.conf(5)</a>, and a corresponding new -Tl option for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    442: <li>Add support for active/inactive <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> tablesets in the kernel
1.856     deraadt   443: <!-- ^ 20030109 -->
1.863     naddy     444: <li>Enable SET/ACK in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a> when acting as an ike-mode-cfg responder.
                    445: <li>Improvements and fixes to batch mode <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>.
1.856     deraadt   446: <!-- ^ 20020108 -->
1.863     naddy     447: <li>Big <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strlcpy&amp;sektion=3">strlcpy/strlcat(3)</a> makeover for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=csh&amp;sektion=1">csh(1)</a>.
                    448: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compress&amp;sektion=1">compress(1)</a> from clobbering an existing output file if the input can't be opened.
                    449: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a> attribute(sentinel) improvements.
                    450: <li>Improvements to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&amp;sektion=1">whois(1)</a>: Can specify port with -p; recursive IP lookup; INICHOST (-i) is now netsol.
                    451: <!-- ^ <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a> stack protector code, avoid using long integer addition on processors that don't support it. --> <!-- reverted anyway 20030112 - phew -->
                    452: <li>Remove old altq packet-classifier code from the kernel now that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> does its job instead.
1.856     deraadt   453: <!-- ^ 20030107 -->
1.863     naddy     454: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>'s string parser can handle strings beginning with an underscore, useful for all those new daemon usernames.
                    455: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&amp;sektion=8">authpf(8)</a> clean up after failed previous incarnations of itself.
                    456: <li>Don't allow s[eh]mmni to be set (via the newish <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=8">sysctl(8)</a> interface) greater than 0xffff, to prevent id collisions due to wraparound.
                    457: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> tables now spring into and out of existence on demand.
                    458: <li>Fix the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudoers&amp;sektion=5">sudoers(5)</a> parser's handling of EOF not preceded by newline.
                    459: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a> from always adding u+w permissions to files pulled by get -p.
                    460: <li>Values set in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl.conf&amp;sektion=5">sysctl.conf(5)</a> can contain spaces when quoted as for sh.
                    461: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=shmctl&amp;sektion=2">shmctl(2)</a> can now operate on segments marked for removal.
                    462: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compress&amp;sektion=1">compress(1)</a>, don't trip the 'may not mix -o, -c or -t' warning by mistake, and don't choke on stdin when compressing.
                    463: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&amp;sektion=1">mg(1)</a> the +number option, which moves the point to the given line of each file.
1.856     deraadt   464: <li>Correct a couple of {dup,reply,route}-to problems related to nat pools.
                    465: <!-- ^ 20030106 -->
1.863     naddy     466: <li>Create a new group, _lkm, and install <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=modstat&amp;sektion=8">modstat(8)</a> setgid to it instead of to kmem.
                    467: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pstat&amp;sektion=8">pstat(8)</a> now only does <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm_openfiles&amp;sektion=3">kvm_openfiles(3)</a> for the -v option, the rest is obtained using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=3">sysctl(3)</a>.
                    468: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cp&amp;sektion=1">cp(1)</a> sets permissions later, so -R works when copying directories with no write access.
                    469: <li>Fix a null deref in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dlsym&amp;sektion=3">dlsym(3)</a>.
1.855     deraadt   470: <!-- ^ 20030105 -->
1.863     naddy     471: <li>Avoid a rare division-by-zero in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&amp;sektion=1">ps(1)</a> that could occur on non-IEEE systems like the vax.
                    472: <li>Remove the endianness from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;sektion=4">bktr(4)</a>. Enable on macppc.
                    473: <li>Make sure we don't try to free a null pointer in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&amp;sektion=1">whois(1)</a>.
                    474: <li>Change 'no-route' implementation from a flag in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rule address to an address type.
                    475: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> skip-step calculation honour the 'no-route' keyword.
                    476: <li>Remove code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&amp;sektion=1">ld(1)</a> to force linking against a specific library version.
1.855     deraadt   477: <li>Add console support for Polish and Turkish keyboard layouts.
                    478: <!-- ^ 20030104 -->
1.863     naddy     479: <li>Add the userland support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> tables to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&amp;sektion=8">authpf(8)</a>.
                    480: <li>Remove reference to the now obsolete <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=screenblank&amp;sektion=0&amp;manpath=OpenBSD+3.2&amp;arch=sparc">screenblank</a> from /etc/rc.
                    481: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dig&amp;sektion=1">dig(1)</a> time display on 64-bit big-endian targets.
                    482: <li>Do a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&amp;sektion=4">bridge(4)</a> routing update if the source interface is in the LEARNING state, not the destination interface.
1.855     deraadt   483: <!-- ^ 20030103 -->
1.863     naddy     484: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&amp;sektion=1">ftp(1)</a> does a better job of detecting a failed cd command.
                    485: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslog&amp;sektion=3">syslog(3)</a> parse '%%m' correctly.
                    486: <li>Fix a null deref in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&amp;sektion=1">at(1)</a>.
                    487: <li>Require a direction for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rules that do routing.
                    488: <li>When combining (route|reply)-to and translation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rules, make sure a state table insertion is only attempted once.
1.855     deraadt   489: <!-- ^ 20030102 -->
                    490: <li>Note (in the system copyright message) that it's now 2003.
                    491: <li>Update to sendmail 8.12.7.
1.863     naddy     492: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a> display all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rule types instead of just pass/block rules.
                    493: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> table code handle duplicate table names and/or duplicate addresses in a single <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&amp;sektion=2">ioctl(2)</a> call.
1.855     deraadt   494: <!-- ^ 20030101 -->
1.863     naddy     495: <li>Remove the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> skip-step for rule action (scrub or no-scrub.)
                    496: <li>Properly update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> scrub rule statistics.
                    497: <li>Put <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> scrub rules into a ruleset separate to filter rules.
                    498: <li>Implement policy suggestions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xsystrace&amp;sektion=1">xsystrace(1)</a>.
1.855     deraadt   499: <li>Adios amiga and sun3 platforms.
                    500: <!-- ^ 20021231 -->
1.863     naddy     501: <li>Don't overrun the buffer when listing route entries via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=3">sysctl(3)</a>.
                    502: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtok_r&amp;sektion=3">strtok_r(3)</a> breakage in libwrap that was causing EXCEPT rules to fail.
                    503: <li>Add a missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exit&amp;sektion=3">exit(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    504: <li>Correctly ignore the case where a directory with the desired executable name appears in one of the paths searched by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execvp&amp;sektion=3">exec[vl]p(3)</a>.
                    505: <li>Set a default <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> state table size of 10000 entries.
                    506: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&amp;sektion=5">pf.conf(5)</a>, change keyword 'ipv6-icmp-type' to 'icmp6-type' and instead of 'proto ipv6-icmp' allow 'icmp6'
1.855     deraadt   507: <li>Fix a C++ compiler problem with Kerberos IV's krb.h, similar to the cdefs.h fix earlier.
1.863     naddy     508: <li>Avoid a null deref when parsing the command line of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&amp;sektion=1">make(1)</a>.
                    509: <li>Allocate memory for connections to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a> based on the -c command line option.
                    510: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;sektion=4">cd(4)</a> try more often than other scsi devices, and don't ignore 'not ready' status from the bus.
1.855     deraadt   511: <li>Add a parameter for the number of retries when waiting for a scsi device to come ready (scsi_test_unit_ready().)
1.863     naddy     512: <li>If <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=semop&amp;sektion=2">semop(2)</a> has to do a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsleep&amp;sektion=9">tsleep(9)</a>, wake it back up at a much lower priority.
1.855     deraadt   513: <li>Wait until a semaphore undo structure can be allocated if one isn't available immediately, and check that another hasn't been allocated to our process while we were waiting.
1.863     naddy     514: <li>Properly check SOCKS connection return code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&amp;sektion=1">nc(1)</a>.
1.855     deraadt   515: <li>More firewire fixes. Concurrent devices support on the way.
                    516: <li>Remove outdated references to NFS as an installation source from the install notes.
                    517: <!-- ^ 20021230 -->
1.863     naddy     518: <li>Fix HOSTAP_FLAG_BITS in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi(4)</a>.
1.855     deraadt   519: <li>Make 'pfctl -a name -s[rn]' show all rules or nats in all rulesets on anchor 'name'.
1.863     naddy     520: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&amp;sektion=8">authpf(8)</a>, set the macro '$user_id' to the username.
1.855     deraadt   521: <li>Fix a couple of missed semaphore counter updates.
1.863     naddy     522: <li>Add kernel portion of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> support for efficient tables of addresses (currently implemented as radix tables similar to the kernel routing table).
1.855     deraadt   523: <!-- ^ 20021229 -->
                    524: <li>Remove an extraneous semicolon in &lt;sys/cdefs.h&gt; that broke some C++ compilers.
1.863     naddy     525: <li>Fix an amusingly incorrect <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=calloc&amp;sektion=3">calloc(3)</a> size in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&amp;sektion=1">nc(1)</a>.
1.855     deraadt   526: <!-- ^ 20021228 -->
1.863     naddy     527: <li>Allow the log keyword in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> scrub rules.
                    528: <li>Some fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> ioctl handling.
                    529: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> is routing a stateful connection, use the correct pool address.
                    530: <li>Fix kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>'s ability to match binat-anchor rules.
                    531: <li>Add a missing initialisation that was causing a crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>.
1.854     deraadt   532: <!-- ^ 20021227 -->
1.863     naddy     533: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a> support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&amp;sektion=8">rc(8)</a>. rc.conf and root's crontab.
                    534: <li>More paranoia checks in kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> routing.
1.854     deraadt   535: <!-- ^ 20021226 -->
1.863     naddy     536: <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a>'s connection timeout.
                    537: <li>Honour the -R and -N flags to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    538: <li>Tweak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a>'s handling of inline functions w.r.t. the stack protector.
1.854     deraadt   539: <!-- ^ 20021225 -->
1.863     naddy     540: <li>New _spamd user and group for, uh, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a>.
                    541: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>'s display of 'control' keyword for CBQ rules.
1.854     deraadt   542: <!-- ^ 20021224 -->
                    543: <li>Make libc/md/md5c.c compile again for big-endian machines.
1.863     naddy     544: <li>Avoid a null deref in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppd&amp;sektion=8">pppd(8)</a>.
                    545: <li>Remove a couple of extra <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntohs&amp;sektion=3">ntohs(3)</a> calls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a>.
                    546: <li>Cleanup of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atactl&amp;sektion=8">atactl(8)</a>.
                    547: <li>Fix device attachment bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop(4)</a>.<br>
                    548:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.854     deraadt   549: <!-- ^ 20021223 -->
1.863     naddy     550: <li>Update Perl's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Safe&amp;sektion=0">Safe(3p)</a> module to 2.09, fixing a <a href="http://archive.develooper.com/perl5-porters@perl.org/msg87643.html">security hole</a>.<br>
                    551:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    552: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newsyslog&amp;sektion=8">newsyslog(8)</a> error messages now contain the line number.
                    553: <li>Have 'chroot -U' do a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setlogin&amp;sektion=2">setlogin(2)</a> if the caller is, or can be made into, the session leader.
                    554: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&amp;sektion=8">chroot(8)</a> check for $SHELL defined as null as well as for undef.
                    555: <li>Increase the receive buffer length of the correct socket in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&amp;sektion=8">syslogd(8)</a>.
                    556: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>'s display of binat rules that use nat pools.
                    557: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&amp;sektion=8">authpf(8)</a> rules are now managed in their own anchor instead of at the end of the main rulebase. New *anchor rules are needed to activate authpf.
1.854     deraadt   558: <!-- ^ 20021222 -->
1.863     naddy     559: <li>Make sure the queue identifier returned by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msgget&amp;sektion=2">msgget(2)</a> is greater than zero.
                    560: <li>Correctly display <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rdr rules with no proxy port.
                    561: <li>Fix a missing initialisation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
1.852     deraadt   562: <!-- ^ 20021221 -->
1.863     naddy     563: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a>, which uses new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> features to stop spammers even hitting the mail server.
                    564: <li>Fix an Alpha-specific crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a> by using bcopy() instead of structure assignment.
                    565: <li>Fix a use-after-free() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mailwrapper&amp;sektion=8">mailwrapper(8)</a>.
                    566: <li>Add a new kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&amp;sektion=9">pool(9)</a> flag, PR_DEBUG, the use of which causes pool memory to be <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&amp;sektion=9">malloc(9)</a>'d using M_DEBUG.
1.852     deraadt   567: <!-- ^ 20021220 -->
1.863     naddy     568: <li>Add new kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&amp;sektion=9">malloc(9)</a> type M_DEBUG.
                    569: <li>Also support CORENIC handles in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&amp;sektion=1">whois(1)</a>.
                    570: <li>Add dsiz and ssiz keywords to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&amp;sektion=1">ps(1)</a> to show data size and stack size respectively.
                    571: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&amp;sektion=1">awk(1)</a> to '<a href="http://cm.bell-labs.com/cm/cs/who/bwk/">one true awk</a>' version 20021213 (Friday 13th ed.)
                    572: <li>Add the -6 and -c registry shortcuts to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&amp;sektion=1">whois(1)</a>, and deal with VNIC handles starting with '!'.
                    573: <li>Better resolver error checking, a few fixes and a lot of message cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&amp;sektion=8">ftp-proxy(8)</a>.
                    574: <li>Stop '-k' being used as an abbreviation for '--keep-locals' in GNU <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=as&amp;sektion=1">as(1)</a>.
                    575: <li>Optimise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> skip-step calculation to O(n) from O(n-squared).
                    576: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> 'no {binat,nat,rdr}' evaluation.
1.852     deraadt   577: <!-- ^ 20021219 -->
1.863     naddy     578: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> (with the -vsn) option to display translation statistics as -vsr does for rules.
                    579: <li>When logging <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rules from anchored rules, display the *anchor rule number, not the rule number within the anchored rules. (Hopefully both will be displayed sometime soon.)
1.852     deraadt   580: <li>Make sure that state table entry display doesn't try to print rules that are no longer in place.
1.863     naddy     581: <li>Prevent changes to different rule types overwriting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> DIOCCHANGE* tickets.
                    582: <li>Support a single destination port in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rdr-anchor rules.
                    583: <li>Match <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> {binat,nat,rdr}-anchor parsing to what is actually supported.
1.852     deraadt   584: <!-- ^ 20021218 -->
                    585: <li>Always compile in PRIQ and HFSC schedulers if ALTQ is included in the kernel.
1.863     naddy     586: <li>Make SysV shared memory and semaphore limits configurable via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=8">sysctl(8)</a>. Oh yes.
                    587: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&amp;sektion=1">whois(1)</a> no longer barfs totally if just one of its query list is not found.
                    588: <li>Add PRIQ scheduler support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    589: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=su&amp;sektion=1">su(1)</a> only calls <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setlogin&amp;sektion=2">setlogin(2)</a> if it's the session leader (as noted in the setlogin manpage.)
                    590: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compress&amp;sektion=1">compress(1)</a>-works-like-<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gzip&amp;sektion=1">gzip(1)</a>: Add -r (recurse) option, and make it truncate existing files when extracting.
                    591: <li>Since <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rule comparison is now done in userland, remove unused pf_compare* functions from the kernel.
                    592: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> DIOCCHANGE* ioctls now require a ticket, to prevent races.
                    593: <li>Merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> nat, binat and rdr structures and pools into pf_rule.
                    594: <li>Fix the signedness of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsconsctl&amp;sektion=8">wsconsctl(8)</a> variable display.focus, so a test against -1 now makes sense.
1.852     deraadt   595: <!-- ^ 20021217 -->
1.863     naddy     596: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=imake&amp;sektion=1">imake(1)</a> how to detect automagically the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a> stack protector.
                    597: <li>Now <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> supports other queue types, only try to create a root queue for CBQ.
                    598: <li>For some peculiar reason, support decoding in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppt&amp;sektion=6">ppt(6)</a>.
1.852     deraadt   599: <li>Make linux emultation *stat64() work again.
1.863     naddy     600: <li>Convert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=altq&amp;sektion=9">altq(9)</a> disciplines HFSC, PRIQ and RIO to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>-based (CDNR and RED to come,) and remove other queuing disciplines.
1.852     deraadt   601: <!-- ^ 20021216 -->
1.863     naddy     602: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iostat&amp;sektion=8">iostat(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&amp;sektion=1">systat(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&amp;sektion=8">vmstat(8)</a> now update their disk stats automatically when a device is detached.
                    603: <li>Enable login failure recording by default, by installing a blank /var/log/failedlogin (see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login&amp;sektion=1">login(1)</a>.)
1.851     deraadt   604: <li>Fix some problems with the new inlined &lt;ctype.h&gt; functions on 64-bit architectures.
                    605: <!-- ^ 20021215 -->
1.863     naddy     606: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&amp;sektion=1">cdio(1)</a> deal properly with multiline CDDB responses.
1.851     deraadt   607: <!-- ^ 20021214 -->
1.863     naddy     608: <li>Add a second 'priority' queue to be specified in a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=rule">pf(rule)</a>, currently used for low-delay ToS packets. Great for ToS-savvy programs like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>.
                    609: <li>Revert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&amp;sektion=1">nc(1)</a> to the old behaviour, so it exits when the read descriptor is closed instead of requiring both read and write to close.
                    610: <li>Cosmetic fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&amp;sektion=1">scp(1)</a>.
                    611: <li>Allow some ordering freedom for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> scrub rules.
1.851     deraadt   612: <!-- ^ 20021213 -->
                    613: <li>Lots of firewire fixes. Add SCSI-over-FireWire support
1.863     naddy     614: <li>Compare all the bytes of a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> nat pools key, instead of comparing the first byte four times.
1.851     deraadt   615: <li>Fix a linkage problem that stopped 'make build' working with DESTDIR set.
                    616: <!-- ^ 20021212 -->
1.863     naddy     617: <li>Remove setgid(kmem) from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trpt&amp;sektion=8">trpt(8)</a>.
                    618: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pstat&amp;sektion=8">pstat(8)</a> can now get the tty list using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=3">sysctl(3)</a> insteam of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm_read&amp;sektion=3">kvm_read(3)</a>.
                    619: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&amp;sektion=1">systrace(1)</a> logging so it works for non-translated calls too.
                    620: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=close&amp;sektion=2">close(2)</a> clobbering errno in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&amp;sektion=1">ld(1)</a>.
1.851     deraadt   621: <li>Convert &lt;ctype.h&gt; macros into functions so they are consistent with those in libc.
                    622: <li>Change XDR.x_handy from int to u_int to avoid sign bugs.
1.863     naddy     623: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ar&amp;sektion=1">ar(1)</a> work more like its GNU and Solaris counterparts and not require an archive for the d,m,q and r operations.
1.851     deraadt   624: <li>Fix an mbuf-related panic in kernel PF_KEY v2 code.
                    625: <li>More ANSIfication in /sbin.
1.863     naddy     626: <li>Fix a potential (non-exploitable) buffer overrun in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a> macro FIX_PRECISION.
                    627: <li>Add missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snprintf&amp;sektion=3">snprintf(3)</a> error check to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&amp;sektion=8">config(8)</a>.
1.851     deraadt   628: <!-- ^ 20021211 -->
1.863     naddy     629: <li>When mounting the root partition via NFS, call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inittodr&amp;sektion=9">inittodr(9)</a> with the root filesystem's atime rather than its mtime (since it's likely to be read-only and pretty static.)
                    630: <li>Renumber some (debug only) <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&amp;sektion=4">tun(4)</a> ioctls so they don't clash with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&amp;sektion=4">ppp(4)</a>.
                    631: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=user&amp;sektion=8">user(8)</a> cleans up properly on failure by calling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pw_abort&amp;sektion=3">pw_abort(3)</a>.
                    632: <li>Check the interface is running first to avoid doing unnecessary STP processing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&amp;sektion=4">bridge(4)</a>.
                    633: <li>Before <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login_getcapstr&amp;sektion=3">login_getcapstr(3)</a> destroys the information, check that the value of $SHELL given to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a> is the same as the user's real shell.
                    634: <li>Remember to take the address of the structure on which we're using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bzero&amp;sektion=3">bzero(3)</a> in the libc stack protector code. <!-- "bug fix" is not a terribly helpful checkin comment. -Andre -->
                    635: <li>Hack <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setsockopt&amp;sektion=2">setsockopt(2)</a> under linux emulation so that SO_REUSEADDR works as expected.
1.851     deraadt   636: <!-- ^ 20021210 -->
1.863     naddy     637: <li>Use libc's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt_long&amp;sektion=3">getopt_long(3)</a> instead of the private version found in a number of GNU programs.
                    638: <li>Fix a typo in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&amp;sektion=4">bridge(4)</a> so that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> actually gets applied to outbound frames...
                    639: <li>Yet more string function paranoia in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    640: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&amp;sektion=4">bridge(4)</a> to set the STP path cost.
                    641: <li>Add support for regular expression matches in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&amp;sektion=1">systrace(1)</a> filters.
                    642: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&amp;sektion=1">systrace(1)</a>, don't allow 'permit' to be used on aliases.
1.851     deraadt   643: <!-- ^ 20021209 -->
1.863     naddy     644: <li>Now that options to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rules can mostly be in any order, check for and disallow repeated options.
                    645: <li>Handle '-' as stdin or stdout appropriately in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uniq&amp;sektion=1">uniq(1)</a>.
                    646: <li>strncpy -> strlcpy in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    647: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compress&amp;sektion=1">compress(1)</a> accept most of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gzip&amp;sektion=1">gzip(1)</a>'s long options. Some cleanup also.
                    648: <li>Continuing compatibility tweaks to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt_long&amp;sektion=3">getopt_long(3)</a>.
1.850     deraadt   649: <!-- ^ 20021208 -->
1.863     naddy     650: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> queue options can now be in any order. The 'scheduler' keyword is no longer used.
                    651: <li>More rule shrinkage: The 'fromto' part of a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> is now optional and defaults to 'all', so e.g. 'block' == 'block all' == 'block from any to any'. <!-- Another uncommented feature, r1.244 -->
                    652: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> anchor rules now support parameters, so 'anchor name proto tcp from any to any port smtp' works.
                    653: <li>Remove support for the '-a otp' flag from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnetd&amp;sektion=8">telnetd(8)</a>. Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login.conf&amp;sektion=5">login.conf(5)</a> instead.
                    654: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=su&amp;sektion=1">su(1)</a>'s -a flag work again.
1.850     deraadt   655: <li>'pfctl -s' now prints out addresses in rules in the order they are entered.
1.863     naddy     656: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&amp;sektion=1">telnet(1)</a> receives a SIGPIPE when writing to the terminal, treat it like a user SIGQUIT.
                    657: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> use the actual interface MTU instead of assuming 1500.
                    658: <li>Convert string key hashes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> to network byte order.
                    659: <li>Fix a bug in Xaw that reads the wrong error return from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&amp;sektion=2">open(2)</a>.
1.850     deraadt   660: <!-- ^ 20021207 -->
1.863     naddy     661: <li>All the games set up the RNG with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=srandomdev&amp;sektion=3">srandomdev(3)</a> instead of by lesser means.
                    662: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a> set the transform from the Default-Phase-1-Configuration.
                    663: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=srandomdev&amp;sektion=3">srandomdev(3)</a> fall back to using sysctl if it can't open /dev/arandom.
                    664: <li>Make the libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt_long&amp;sektion=3">getopt_long(3)</a> more compatible with GNU.
                    665: <li>Output from 'pfctl -v' is now valid input to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    666: <li>Make section and tag comparisons in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a> case-insensitive.
1.850     deraadt   667: <!-- ^ 20021206 -->
1.863     naddy     668: <li>Allow a null direction in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rules, so e.g. 'block all' is now valid. <!-- Oh yes. Uncommented effect of r1.237 that introduced anchor rules. -->
                    669: <li>Add named rulesets support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>, invoked from 'anchor' rules in the main ruleset.
1.850     deraadt   670: <li>Kernel memory allocation debugging can now be used anywhere - if the debugging pool is not yet initialised, it just does nothing.
1.863     naddy     671: <li>Fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt_long&amp;sektion=3">getopt_long(3)</a>.
1.850     deraadt   672: <li>Rule numbers are no longer output by 'pfctl -v'. Use '-v -v' to get them back.
1.863     naddy     673: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&amp;sektion=1">scp(1)</a> handle systems with odd block sizes better.
1.850     deraadt   674: <!-- ^ 20021205 -->
                    675: <li>Drop unnecessary altq devices from the kernel.
1.863     naddy     676: <li>Pass correct sizes to memset in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&amp;sektion=8">ping6(8)</a>.
                    677: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&amp;sektion=4">bridge(4)</a> behave better when running spanning tree: Flush the dynamic MAC cache when the forwarding/blocking state changes, and only forward packets while in the forwarding state.
                    678: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a> accept ACQUIRE requests with a null EXT_ADDRESS_SRC.
                    679: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>, apply a netmask consistently.
1.850     deraadt   680: <!-- ^ 20021204 -->
                    681: <li>Crank the major version numbers of the X libraries.
                    682: <li>Continuing cleanup and shrinkage of the installer scripts.
1.863     naddy     683: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arp&amp;sektion=8">arp(8)</a> now prints the interface name with which an address is associated.
                    684: <li>Big cleanup up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mixerctl&amp;sektion=1">mixerctl(1)</a>.
                    685: <li>Import a GNUish <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt_long&amp;sektion=3">getopt_long(3)</a> from NetBSD.
                    686: <li>Add -4 and -6 command line options to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a> to select the address family to use.
                    687: <li>Better MTU setting for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a>.
                    688: <li>Correct a missed initialiser in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=raid&amp;sektion=4">raid(4)</a>.
                    689: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> play nice and shut down its sockets when it's done.
1.850     deraadt   690: <!-- ^ 20021203 -->
                    691: <li>Crank all (system) library major numbers now that propolice is in.
1.863     naddy     692: <li>Make a copy of rather than just refer to a string in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&amp;sektion=1">ld(1)</a>. Cures some ports linking problems.
                    693: <li>Allow options at the end of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> pass and block rules to come in any order.
1.850     deraadt   694: <li>Make the bandwidth specifier optional in altq rules (as well as queue rules.) As a side effect, the altq rules can now have "bandwidth xx%" where the percentage is taken w.r.t. the interface bandwidth.
1.863     naddy     695: <li>Implement legacy functions <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ecvt&amp;sektion=3">ecvt(3)</a>, fcvt(3) and gcvt(3) for standards compliance.
                    696: <li>Add <a href="http://www.trl.ibm.com/projects/security/ssp">propolice</a> stack attack protection into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a>.
                    697: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=unifdef&amp;sektion=1">unifdef(1)</a>.
1.864     deraadt   698: <li>Make a copy of the return value of basename() before recording it in the bfd, fixes the "NEEDED crtend.o" problem that many ports had to work around.
                    699:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a> <!-- XXX 3.2-stable -->
1.850     deraadt   700: <!-- ^ 20021202 -->
                    701: <li>Don't have the X server drop privileges if started by root and from a non-standard config path.
1.863     naddy     702: <li>Tweaks and fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>'s ioctl code.
1.850     deraadt   703: <!-- ^ 20021201 -->
                    704: <!-- ^ 20021130 -->
1.863     naddy     705: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a> about <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a>.
                    706: <li>Add new pseudo-device <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a>, exposing changes to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> state table.
                    707: <li>Kill a null deref in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>.
1.850     deraadt   708: <li>Wrap some noisy altq printf()s with #ifdef ALTQ_DEBUG.
                    709: <!-- ^ 20021129 -->
1.863     naddy     710: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&amp;sektion=1">file(1)</a> gets a new option, -b, which supresses the output of the pathname.
                    711: <li>Allow a qlimit to be specified in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> altq rules as well as in queue rules.
                    712: <li>Use a custom hash function (based on that in if_bridge.c) for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> source-hash nat pools instead of MD5.
                    713: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a> checks for invalid icmp6 option length.
1.850     deraadt   714: <!-- ^ 20021128 -->
1.863     naddy     715: <li>page_dir update fixed in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realloc&amp;sektion=3">realloc(3)</a>. MALLOC_OPTIONS=J is now honoured in realloc() as well.
                    716: <li>'fc -e' now works when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&amp;sektion=1">ksh(1)</a> is invoked in 'sh' mode.
                    717: <li>Allow usernames given to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a> to contain '@' characters, i.e. the hostname follows the last '@'.
                    718: <li>Tweaks to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> altq rules display.
                    719: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daemon&amp;sektion=3">daemon(3)</a> closing descriptors that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a> needs.
                    720: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> read correctly the tbrsize spec.
1.850     deraadt   721: <li>Fix underflow and wraparound in socket timeout calculation.
                    722: <li>Make IPv6 work in Linux emulation mode, though not for IPv4-mapped addresses.
                    723: <!-- ^ 20021127 -->
1.863     naddy     724: <li>The bandwidth statement in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> queue rules is now optional.
                    725: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&amp;sektion=5">pf.conf(5)</a> ordering so translation is now after queue...
                    726: <li>Parse more include files so that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&amp;sektion=1">kdump(1)</a> knows about more ioctls.
1.850     deraadt   727: <li>Pass in the right structure to DIOCCHANGEADDR.
                    728: <!-- ^ 20021126 -->
1.863     naddy     729: <li>Fix 'pfctl -Fq' so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=altq&amp;sektion=9">altq(9)</a> gets flushed and reset properly.
                    730: <li>setuid() -> seteuid() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&amp;sektion=8">ftpd(8)</a>.
                    731: <li>Tweak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>'s handling of address families in rules.
                    732: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> fetch the address properly for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lo&amp;sektion=4">lo(4)</a> with LINK1 set.
                    733: <li>Use 1KB = 1000B instead of 1024B when dealing with bandwidth in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>.
                    734: <li>Fix URL CRLF injection bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&amp;sektion=1">lynx(1)</a>.<br>
                    735:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    736: <li>Add a missing check for snprintf errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&amp;sektion=8">identd(8)</a>.
1.850     deraadt   737: <li>Protect arc4_getbyte() with an splhigh().
1.863     naddy     738: <li>Some cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=talkd&amp;sektion=8">talkd(8)</a>.
1.850     deraadt   739: <!-- ^ 20021125 -->
1.863     naddy     740: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&amp;sektion=3">malloc(3)</a> stats dumps are enabled, warn if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atexit&amp;sektion=3">atexit(3)</a> fails.
                    741: <li>Enforce new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&amp;sektion=5">pf.conf(5)</a> ordering: options, normalization, translation, queue, filter.
                    742: <li>Copy TAILQs properly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
1.850     deraadt   743: <!-- ^ 20021124 -->
                    744: <li>Remove a potential access-after-free in libc's syslog code.
1.863     naddy     745: <li>New manual page <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc-local&amp;sektion=1">gcc-local(1)</a> documenting OpenBSD-specific changes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a>.
                    746: <li>So farewell, then, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=altqd&amp;sektion=8&amp;release=OpenBSD+3.2">altqd(8)</a> and friends.
                    747: <li>Better <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> altq rule error checking.
                    748: <li>Fix a potential null deref in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>'s parser, and some general cleanup.
                    749: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&amp;sektion=8">authpf(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> don't try to issue ioctls when running with -n.
1.850     deraadt   750: <!-- ^ 20021123 -->
1.863     naddy     751: <li>Implement 'nat pools' in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>, allow redirection using (nat, rdr, route-to, dup-to and reply-to) to multiple addresses.
1.850     deraadt   752: <li>Improvements to the ELF loader.
                    753: <li>Some snprintf paranoia in BSD auth, also some extra initialisation.
                    754: <li>Added new example dir /usr/share/pf, and example queue rulebase /usr/share/pf/queue1 to show how cool pf+altq is.
1.863     naddy     755: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&amp;sektion=8">authpf(8)</a> accepting non-interactive sessions.
1.850     deraadt   756: <li>'pfctl -v' displays altq and queue lines, including child queue assignment.
1.863     naddy     757: <li>Match the queue to the return type (icmp-unreach or RST) for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> block rules.
1.850     deraadt   758: <li>Use a quad_t instead of an int, and fix rlimit sizing for >2GB machines.
                    759: <!-- ^ 20021122 -->
1.863     naddy     760: <li>Fix some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strncpy&amp;sektion=3">strncpy(3)</a> lengths in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnetd&amp;sektion=8">telnetd(8)</a>.
1.850     deraadt   761: <li>Add _tokenadm and _radius groups so their respective login programs can be setgid instead of setuid(root).
                    762: <li>Add _shadow group and change group and mode of /etc/spwd.db to match
1.863     naddy     763: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atoll&amp;sektion=3">atoll(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strerror&amp;sektion=3">strerror_r(3)</a> to libc.
                    764: <li>Add simple multiple-card load balancing to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&amp;sektion=9">crypto(9)</a> and add a simplified driver registration API.
                    765: <li>Some int -> unsigned int in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
                    766: <li>New -n option for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&amp;sektion=8">syslogd(8)</a> to disable DNS lookups.
1.850     deraadt   767: <!-- ^ 20021121 -->
1.863     naddy     768: <li>Correct a format string bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=routed&amp;sektion=8">routed(8)</a>'s, er, Makefile.
                    769: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&amp;sektion=1">at(1)</a> breakage when two jobs are set for the same time.
                    770: <li>Correct a use-before-init in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&amp;sektion=1">xterm(1)</a>.
1.850     deraadt   771: <!-- ^ 20021120 -->
                    772: <li>Create a simple lookup table mechanism [dev/pci/pci.c:pci_matchbyid()] to match PCI device IDs, and have several drivers use it.
1.863     naddy     773: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&amp;sektion=1">vi(1)</a> catalog updates: Fix Russian, add Polish and Ukrainian.
                    774: <li>Fix an off-by-one when reading ICMP types and codes by name in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
1.850     deraadt   775: <!-- ^ 20021119 -->
1.863     naddy     776: <li>Merge of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=altq&amp;sektion=9">altq(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>, still some work left to do.
                    777: <li>Don't overwrite SIG{INT,QUIT,TERM} handlers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a> if they're set to ignore. This mirrors <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rsh&amp;sektion=1">rsh(1)</a> behaviour.
1.850     deraadt   778: <!-- ^ 20021118 -->
                    779: <!-- ^ 20021117 -->
1.863     naddy     780: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=skey&amp;sektion=1">skey(1)</a> issues a fake challenge for a user without an S/Key file.
1.850     deraadt   781: <!-- ^ 20021116 -->
                    782: <li>Enable the pthread library, but install it as libnpthreads so autoconf scripts don't pick it up and use it with -lpthread as well as using -pthread.
1.863     naddy     783: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&amp;sektion=8">ftpd(8)</a>, prohibit user id changes once logged in, and run more stuff as the logged-in user.
                    784: <li>Add 'Default-Phase-1-Configuration' to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
                    785: <li>Be more careful when loading RSA1 key files in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>.
1.850     deraadt   786: <!-- ^ 20021115 -->
1.863     naddy     787: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a>'s handling of multiple values and continuation lines.
                    788: <li>Improvements to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&amp;sektion=1">ld.so(1)</a> symbol lookup failure messages.
                    789: <li>Allow DNS queries from the initial rulebase loaded by /etc/rc, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> can load at boot-time rulebases containing DNS entries.
1.850     deraadt   790: <!-- ^ 20021114 -->
1.863     naddy     791: <li><font color="#e00000"><strong>SECURITY FIX: A buffer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&amp;sektion=8">named(8)</a> could allow an attacker to execute code with the privileges of named. On OpenBSD, named runs as a non-root user in a chrooted environment which mitigates the effects of this bug.</strong></font><br>
1.850     deraadt   792:     <a href="errata.html#named">A source code patch is available</a>.<br>
1.863     naddy     793:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    794: <li>Create links from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=curses&amp;sektion=3">curses(3)</a> libs to ncurses, to satisfy autoconfiguration scripts that expect the latter instead of checking properly.
                    795: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> scrub rules now are subject to the same list expansion as other rules.
                    796: <li>Add label macro '$if' to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&amp;sektion=5">pf.conf(5)</a>, now we can have interfaces in expansion lists.
                    797: <li>Add some missing pointer initialisations in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
1.850     deraadt   798: <!-- ^ 20021113 -->
1.863     naddy     799: <li>Add a null transform to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&amp;sektion=4">crypto(4)</a>, enabled via sysctl kern.cryptodevallowsoft=1.
                    800: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&amp;sektion=1">systrace(1)</a>'s determination of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execve&amp;sektion=2">execve(2)</a> filename.
1.850     deraadt   801: <li>Kernel IPsec code checks for short IP headers.
                    802: <!-- ^ 20021112 -->
                    803: <!-- ^ 20021111 -->
                    804: <!-- ^ 20021110 -->
1.863     naddy     805: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&amp;sektion=1">systrace(1)</a> checks for invalid system call numbers.
1.850     deraadt   806: <!-- ^ 20021109 -->
1.863     naddy     807: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=su&amp;sektion=1">su(1)</a>'s login emultation mode work even more like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login&amp;sektion=1">login(1)</a>.
1.850     deraadt   808: <li>Avoid a possible reference count leak in kernel file descriptor code.
                    809: <li>Remove bogus operations on the not-yet-existent file descriptor table in libc_r.
                    810: <!-- ^ 20021108 -->
                    811: <li>Implement simple vnodeops inheritance for specfs and fifofs,
1.863     naddy     812: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&amp;sektion=1">ftp(1)</a> can now follow HTTP redirects.
                    813: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&amp;sektion=1">scp(1)</a> properly reflect check the exit status of its <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a> process if an error occurs.
                    814: <li>Fix some invalid pointers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>'s <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&amp;sektion=2">ioctl(2)</a> handler.
                    815: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makewhatis&amp;sektion=8">makewhatis(8)</a> moaning about non-existent directories.
                    816: <li>Don't use the HostbasedAuthentication switch to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keysign&amp;sektion=8">ssh-keysign(8)</a>; instead, add new option EnableSSHKeysign to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5">ssh_config(5)</a>.
1.850     deraadt   817:  <!-- XXX not added to ssh_config manpage though -->
1.863     naddy     818: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=groupdel&amp;sektion=8">groupdel(8)</a> check that the named group exists.
1.850     deraadt   819: <li>Allow '$' as the last character of a username, to appease Samba.
1.863     naddy     820: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>'s -e option (log to stderr) work.
1.850     deraadt   821: <li>Make the minimum file rotation size 512 bytes instead of 512Kbytes...
1.857     deraadt   822: <li>Rearrange payload length check for ESP packets so packets with NULL encryption are tested also.<br>
1.863     naddy     823:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    824: <li>Don't allow a simple non-existent server to crash <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=altqstat&amp;sektion=1">altqstat(1)</a>.
1.850     deraadt   825: <!-- ^ 20021107 -->
                    826: <li>Solve problems static linking with -lpthread. (-static -pthread still broken.)
1.863     naddy     827: <li>Stop up a couple of memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
                    828: <li>Fix a few bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&amp;sektion=8">mount(8)</a>, and make its command line arguments handling more consistent.
                    829: <li>Keep a correct reference count to the file referenced by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&amp;sektion=2">ioctl(2)</a> under SVR4 emulation.
1.850     deraadt   830:     <!-- Applied to 3.2-stable -->
                    831: <!-- ^ 20021106 -->
1.857     deraadt   832: <li>Gracefully handle broken firewalls that block ECN-enabled TCP sessions by falling back to non-ECN.<br>
1.863     naddy     833:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a> <!-- XXX 3.2 -->
1.850     deraadt   834: <li>Some thread-safety fixes to libc.
1.863     naddy     835: <li>Add a cast to handle properly size_t larger than u_int in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>.
                    836: <li>Fix some problems <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gzip&amp;sektion=1">gzip(1)</a> had displaying information on files > 2GB.
1.850     deraadt   837: <!-- ^ 20021105 -->
1.863     naddy     838: <li>Serve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> a strong draught of CIDR (e.g. can use 10/8 now instead of 10.0.0.0/8.)
1.850     deraadt   839: <li>-STABLE branch created for 3.2. <a href="errata.html#smrsh">smrsh</a>, <a href="errata.html#pfpridge">pfbridge</a> and <a href="errata.html#kadmind">kadmind</a> errata fixes applied to it.<br>
1.863     naddy     840: <li>When checking a filename in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>, don't fail when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realpath&amp;sektion=3">realpath(3)</a> for the user's home directory - this happens legitimately when using AFS.
1.850     deraadt   841: <!-- ^ 20021104 -->
                    842: <!-- ^ 20021103 -->
1.863     naddy     843: <li>Do a better job when comparing dynamic addresses in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>.
                    844: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> AF macros, operate on the whole address (all 128 bits) unless AF_INET is set.
1.849     deraadt   845: <!-- ^ 20021102 -->
                    846: <!-- ^ 20021101 -->
1.863     naddy     847: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&amp;sektion=1">perl(1)</a>'s MakeMaker so manpages get installed the way we like.
1.849     deraadt   848: <li>Plug a memory leak in IPv6 (ip6_output.c)
                    849: <!-- ^ 20021031 -->
                    850: <li>Make sure processes aren't added to the process list until they're completely initialised.
                    851: <li>Implement some 4.3BSD emulation functions in terms of setresuid() etc.
                    852: <li>Use the new setresuid() etc. calls for FreeBSD, HP-UX and Linux emulation of the same calls.
1.863     naddy     853: <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setresuid&amp;sektion=2">[gs]etres[gu]id(2)</a> system calls. Minor version bump for libc and libc_r.
1.849     deraadt   854: <li>Many fixes to signal and fd handing under threads.
1.863     naddy     855: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> interface expansion.
1.849     deraadt   856: <!-- ^ 20021030 -->
1.863     naddy     857: <li>Better GRE output from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a>.
                    858: <li>New -U option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&amp;sektion=8">chroot(8)</a> that sets the uid, gid and group vector from the password database.
                    859: <li>To a chorus of approval, add the 'set require-order [yes|no]' option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&amp;sektion=5">pf.conf(5)</a>.
1.849     deraadt   860: <!-- ^ 20021029 -->
1.863     naddy     861: <li>Remove a bogus test in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a> that stopped a perfectly legal seek on a character device.
1.857     deraadt   862: <li>Merge mod_ssl 2.8.12, fixing a cross-site scripting bug and two off-by-ones.<br>
1.863     naddy     863:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    864: <li>Add a missing break statement in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&amp;sektion=1">systrace(1)</a>'s arguments parsing code.
1.849     deraadt   865: <!-- ^ 20021028 -->
                    866: <li>Add getdents64() support under Linux emulation.
                    867: <li>Merge in Perl 5.8.0.
1.863     naddy     868: <li>Have pool elements' sizes rounded up to the alignment passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool_init&amp;sektion=9">pool_init(9)</a> instead of relying on the architecture's ALIGNBYTES value.
                    869: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi(4)</a> can now do pointless-but-common WEP encryption in software for Prism and Symbol cards. Useful if your card doesn't do weak IV avoidance (or if you trust your BSD more than your hardware manufacturer,) and also serves as a framework for better wireless crypto protocols.
1.849     deraadt   870: <li>The installer unpacks siteXX.{tgz,tar.gz} files last so that site-specific tarballs always overwrite standard files.
1.863     naddy     871: <li>Remove the error-prone and robustness-principle-defying 'flags X' (as opposed to 'flags X/Y') syntax from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>
1.849     deraadt   872: <li>Be a little less 32-bit-centric in libcrypto.
                    873: <!-- ^ 20021027 -->
1.863     naddy     874: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route6d&amp;sektion=8">route6d(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsold&amp;sektion=8">rtsold(8)</a> use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&amp;sektion=2">poll(2)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&amp;sektion=2">select(2)</a> as well.
                    875: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atoi&amp;sektion=3">atoi(3)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtoul&amp;sektion=3">strtoul(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route6d&amp;sektion=8">route6d(8)</a>.
1.849     deraadt   876: <!-- ^ 20021026 -->
                    877: <li>Change a number of header files so NULL is now defined as 0L instead of 0, and so is the same size as a pointer.
1.863     naddy     878: <li>Add to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&amp;sektion=8">chroot(8)</a> the ability to set the uid, gid and group vector after doing the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&amp;sektion=2">chroot(2)</a> call.
                    879: <li>Some additional paranoia added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&amp;sektion=8">authpf(8)</a>.
                    880: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> test rule labels as well when comparing rules.
1.849     deraadt   881: <li>Fix a few instances where %ul was used instead of %lu.
                    882: <!-- ^ 20021025 -->
1.863     naddy     883: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&amp;sektion=2">poll(2)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&amp;sektion=2">select(2)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&amp;sektion=8">ping6(8)</a>
                    884: <li>More picky argument parsing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute6&amp;sektion=8">traceroute6(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&amp;sektion=8">ping6(8)</a>.
1.849     deraadt   885: <!-- ^ 20021024 -->
1.863     naddy     886: <li>A couple of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmpnam&amp;sektion=3">tmpnam(3)</a>s become <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkstemp&amp;sektion=3">mkstemp(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a>.
                    887: <li>Lots of int -> u_long in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute6&amp;sektion=8">traceroute6(8)</a>.
1.849     deraadt   888: <!-- ^ 20021023 -->
1.863     naddy     889: <li>Correct an off-by-one in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi(4)</a>.
                    890: <li>Fix a printf format string typo in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    891: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> apply the netmask to addresses right away, so bogus netmasks show up as munges network numbers in -v output.
1.849     deraadt   892: <!-- ^ 20021022 -->
1.863     naddy     893: <li>Correct a couple of typos in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>'s ioctl() code.
1.849     deraadt   894: <li>Fix a null deref in libc_r.
                    895: <li>Make sure the user process tally is right when kernel stack space can't be allocated for the new proc.
                    896: <li>Correctly count the total number of processes in the system.
1.863     naddy     897: <li><font color="#e00000"><strong>SECURITY FIX: A buffer overflow can occur in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kadmind&amp;sektion=8">kadmind(8)</a> daemon, leading to possible remote crash or exploit.</strong></font><br>
1.850     deraadt   898:     <a href="errata.html#kadmin">A source code patch is available</a>.<br>
1.863     naddy     899:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.849     deraadt   900: <!-- ^ 20021021 -->
1.863     naddy     901: <li>Add partial support for the 21145 chip to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc(4)</a>.
1.849     deraadt   902: <!-- ^ 20021020 -->
1.863     naddy     903: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xconsole&amp;sektion=1">xconsole(1)</a> get a pseudoterminal using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openpty&amp;sektion=3">openpty(3)</a> instead of going all #ifdef.
1.849     deraadt   904: <li>More NULL -> (void *)NULL, this time in XFree, to make sure varargs sentinel is pointer-width.
                    905: <!-- ^ 20021019 -->
1.863     naddy     906: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&amp;sektion=1">pax(1)</a> now honours @LongLink, and has a new option to stop the next volume prompt.
1.849     deraadt   907: <!-- ^ 20021018 -->
1.863     naddy     908: <li>Improved media support and a boundary check fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi(4)</a>.
                    909: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&amp;sektion=8">route(8)</a> correctly interpret -prefixlen 32 (or 128 for IPv6) network as a host route.
1.847     deraadt   910: <li>Enable uvm_tree_sanity() check #ifdef DEBUG.
1.863     naddy     911: <li>Fix a potential null deref in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&amp;sektion=8">route(8)</a>'s arguments parser.
                    912: <li>Renumber <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ch&amp;sektion=4">ch(4)</a> CHIO* ioctls. Old definitions renamed to OCHIO*, binary backwards compatibility will be left in intact until post-3.3.
                    913: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&amp;sektion=1">kdump(1)</a> to print AUDIO_* ioctls, and add a few missing syscall defines.
                    914: <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp(4)</a> on big-endian architectures.
                    915: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> allows protocols to be specified by a (valid) protocol number.
                    916: <li>Add a missing free() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&amp;sektion=8">pflogd(8)</a>.
1.847     deraadt   917: <!-- ^ 20021017 -->
                    918: <li>Treat manually- and auto-configured IPv6 address prefixes the same way.
1.863     naddy     919: <li>For positively POSIX reasons, implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isfdtype&amp;sektion=3">isfdtype(3)</a>.
                    920: <li>Bring <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&amp;sektion=1">pax(1)</a>'s date handling code back into sync with that in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=date&amp;sektion=1">date(1)</a>. Four digit years parse now.
                    921: <li>Start to break out machine-dependent parts of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=MAKEDEV&amp;sektion=8">MAKEDEV(8)</a> into separate files.
                    922: <li>Send <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&amp;sektion=1">ksh</a>.kshrc label() and ilabel() output to /dev/tty insted of stdout, so command output streams doesn't get messed up.
                    923: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&amp;sektion=1">systrace(1)</a> supports system call-granularity privilege elevation!
                    924: <li>Correct a typo in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&amp;sektion=1">systrace(1)</a> that was causing group predicates to be evaluated incorrectly.
                    925: <li>Range-check values given to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atactl&amp;sektion=8">atactl(8)</a>.
                    926: <li>Better mask comparison for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> binat.
1.847     deraadt   927: <!-- ^ 20021016 -->
1.863     naddy     928: <li>Remove the setuid bit from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login&amp;sektion=1">login(1)</a>. If run with a non-root euid, it invokes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=su&amp;sektion=1">su(1)</a> with the new -L flag.
                    929: <li>Add '-L' flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=su&amp;sektion=1">su(1)</a> to make it work like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login&amp;sektion=1">login(1)</a>.
                    930: <li>Enable the META key in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&amp;sektion=1">ksh(1)</a> for 7-bit locales.
1.847     deraadt   931: <li>Make sure some varargs end-of-list sentinel NULLs are pointer-width.
                    932: <li>Fix a subtle dangling pointer bug in BSD auth.
                    933: <li>Sync Brazil's Daylight Savings Time handling with new reality.<br>
1.863     naddy     934:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    935: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makewhatis&amp;sektion=8">makewhatis(8)</a> grumbling about having Perl 5.8.x instead of 5.6.x.
1.847     deraadt   936: <!-- ^ 20021015 -->
                    937: <li>In the X server, work around problems caused by certain MTRR configurations whose details are only available under NDA.
                    938: <li>Kernel tweaks and hacks in preparation for GCC 3.x (kern/subr_prf.c)
1.863     naddy     939: <li><font color="#e00000"><strong>A logic error in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&amp;sektion=9">pool(9)</a> kernel memory allocator could cause memory corruption in low-memory situations, causing the system to crash.</strong></font><br>
1.850     deraadt   940:     <a href="errata.html#pool">A source code patch is available</a>.<br>
1.863     naddy     941:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    942: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> can now binat a whole netblock with one rule.
1.847     deraadt   943: <!-- ^ 20021014 -->
                    944: <li>Remove a potential null pointer deref in BSD authentication code.
1.863     naddy     945: <li>Fix a bad printf format string in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&amp;sektion=8">ftpd(8)</a>. Non-critical because it's only ever fed by parts of the authentication system which sanitise the input first.<br>
                    946:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a> <!-- XXX 3.2 -->
                    947: <li>Do some more unsigned checks to system call parameters, as with the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setitimer&amp;sektion=2">setitimer(2)</a> <a href="http://www.openbsd.org/errata31.html#kerntime">erratum</a>.<br>
                    948:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.847     deraadt   949: <!-- ^ 20021013 -->
                    950: <li>Prepare the GNU floating-point emulation code on i386 for ELF.
                    951: <!-- ^ 20021012 -->
                    952: <li>Update <a href="stable.html">stable</a> to OpenSSH 3.5.
1.863     naddy     953: <li>Catch some endianness nits and add zero-padding of keys in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi(4)</a>.
                    954: <li>Teach ALTQ CBQ the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> API. The old API remains for now.
1.847     deraadt   955: <!-- ^ 20021011 -->
1.850     deraadt   956: <li><font color="#e00000"><strong>RELIABILITY FIX: Network bridges running pf with scrubbing enabled could cause mbuf corruption, causing the system to crash.</strong></font><br>
                    957:     <a href="errata.html#pfbridge">A source code patch is available</a>.<br>
1.863     naddy     958:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    959: <li>Fix a bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf_tags&amp;sektion=9">m_tag_copy_chain()</a>.
1.847     deraadt   960: <!-- ^ 20021010 -->
                    961: <li>Hush up noisy IPv6 neighbor discovery. Can be made loud again using sysctl net.inet6.icmp6.nd6_debug.
                    962: <!-- ^ 20021009 -->
1.863     naddy     963: <li><font color="#e00000"><strong>SECURITY FIX: An attacker can bypass the restrictions imposed by sendmail's restricted shell, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smrsh&amp;sektion=8">smrsh(8)</a>, and execute arbitrary commands with the privileges of his own account.</strong></font><br>
1.850     deraadt   964:     <a href="errata.html#smrsh">A source code patch is available</a>.<br>
1.863     naddy     965:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    966: <li>Make predicates part of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&amp;sektion=1">systrace(1)</a>'s grammar.
1.847     deraadt   967: <!-- ^ 20021008 -->
1.863     naddy     968: <li>Start work on a merge of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=altq&amp;sektion=9">altq(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> functionality. Oh yes.
                    969: <li>Add a missing htons() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=talkd&amp;sektion=8">talkd(8)</a>.
1.847     deraadt   970: <li>In pmdb, fix a crash that occurred when an attempt to set a breakpoint failed.
                    971: <li>Support SA_RESETHAND support to libc_r, in preparation for SA_SIGINFO support.
                    972: <li>Merge in Apache 1.3.27 and mod_ssl 2.8.11.
                    973: <li>New block-policy option to set the default response to a block rule.
                    974: <li>More rulebase reduction: "block return ..." now does The Right Thing, RST for TCP, ICMP for UDP, silent block otherwise.
1.863     naddy     975: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> support for icmpv6 returns in response to block rules.
                    976: <li>New reply-to rule option for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>, works like route-to but applies to reply packets in a stateful connection.
                    977: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a> restarts work even when srm.conf is not present.
1.847     deraadt   978: <li>Have the X server complain less about unknown scancodes.
                    979: <!-- ^ 20021007 -->
1.863     naddy     980: <li>Initialise the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&amp;sektion=9">uvm</a>_pglistalloc result list in the function, instead of requiring the caller to do it.
                    981: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslog&amp;sektion=3">syslog(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslog_r&amp;sektion=3">syslog_r(3)</a> now take the new __syslog__ format attribute.
                    982: <li>Make the default <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a> config files use php4 instead of php3.
1.847     deraadt   983: <!-- ^ 20021006 -->
1.863     naddy     984: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> expands lists left-to-right instead of right-to-left.
                    985: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> how to filter on the IP TOS field.
1.847     deraadt   986: <!-- ^ 20021005 -->
                    987: <li>Fix list handling problem in ALTQ CBQ that showed up with three or more CBQ instances.
1.863     naddy     988: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&amp;sektion=8&amp;release=OpenBSD+3.2">smtpd(8)</a> has left the building.
                    989: <li>By default, add the -H option to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sort&amp;sektion=1">sort(1)</a> invoked by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=locate.updatedb&amp;sektion=8">locate.updatedb(8)</a>.
                    990: <li>Give <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=window&amp;sektion=1">window(1)</a> the stdarg treatment.
                    991: <li>When routing via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>, use the outgoing interface as decided by the normal routing code, not the interface to which the rule applies.
                    992: <li>Fix cross-site scripting vulnerability (<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-0840">CAN-2002-0840</a>) in the default error page of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a>. Only applies under specific (and non-OpenBSD default) conditions.
                    993:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.847     deraadt   994: <!-- ^ 20021004 -->
1.863     naddy     995: <li>In kernel IP processing, block interrupts with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=splsoftnet&amp;sektion=9">splsoftnet(9)</a> around interface address routing table manipulations.
                    996: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi(4)</a> doesn't accept out-of-range TX keys.
                    997: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&amp;sektion=4">ami(4)</a> matching I2O-configured devices.
1.847     deraadt   998: <li>3.2 -> 3.2-current.
                    999: <!-- ^ 20021003 -->
1.422     deraadt  1000: </ul>
                   1001: <p>
1.203     deraadt  1002:
1.95      deraadt  1003: This list mentions mostly platform-independent changes.  For a list of changes
                   1004: made in a particular platform, please check the page for that platform.  If you
                   1005: find them not listed there, the changes are either (1) not being documented or
                   1006: (2) are documented here.<br><br>
1.14      deraadt  1007:
                   1008: <hr>
1.424     deraadt  1009: <p>
                   1010: <h3>
1.846     deraadt  1011: For changes in other releases, click below:<br>
                   1012: <a href="plus20.html">2.0</a>,
                   1013: <a href="plus21.html">2.1</a>,
                   1014: <a href="plus22.html">2.2</a>,
                   1015: <a href="plus23.html">2.3</a>,
                   1016: <a href="plus24.html">2.4</a>,
                   1017: <a href="plus25.html">2.5</a>,
                   1018: <a href="plus26.html">2.6</a>,
                   1019: <a href="plus27.html">2.7</a>,
                   1020: <a href="plus28.html">2.8</a>,
                   1021: <a href="plus29.html">2.9</a>,
                   1022: <a href="plus30.html">3.0</a>,
                   1023: <a href="plus31.html">3.1</a>,
                   1024: <a href="plus32.html">3.2</a>.
1.424     deraadt  1025: <br>
                   1026: </h3>
                   1027:
                   1028: <hr>
1.729     horacio  1029: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
                   1030: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.865   ! deraadt  1031: <br><small>$OpenBSD: plus.html,v 1.864 2003/03/12 00:02:06 deraadt Exp $</small>
1.14      deraadt  1032:
                   1033: </body>
                   1034: </html>