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

Annotation of www/plus34.html, Revision 1.46

1.1       david       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.4 changes</title>
1.7       david       5: <meta name="description" content="OpenBSD 3.4 changes">
1.4       nick        6: <meta name="copyright" content="This document copyright 1996-2004 by OpenBSD.">
1.46    ! deraadt     7: <meta name="viewport" content="width=device-width, initial-scale=1">
        !             8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.40      sthen       9: <link rel="canonical" href="http://www.openbsd.org/plus34.html">
1.1       david      10: </head>
                     11:
                     12: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     13:
1.46    ! deraadt    14: <h2>
        !            15: <a href="index.html">
        !            16: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
        !            17: <font color="#e00000">3.4 changelog</font>
1.1       david      18: <hr>
1.46    ! deraadt    19: </h2>
1.1       david      20:
                     21: <p>
                     22: This is a partial list of the major machine-independent changes
1.21      sobrado    23: (i.e., these are the changes people ask about most often).  Machine
1.1       david      24: specific changes have also been made, and are sometimes mentioned
                     25: in the pages for the specific <a href="plat.html">platforms</a>.
                     26:
                     27: <p>
1.26      jasper     28: Changes to the <a href="faq/faq15.html">ports</a> collection are documented
1.1       david      29: <a href="portsplus/index.html">here</a>.
                     30:
                     31: <p>
                     32: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
                     33:
                     34: <p>
                     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>,
                     49: <a href="plus33.html">3.3</a>,
1.6       deraadt    50: <a href="plus35.html">3.5</a>,
1.8       miod       51: <a href="plus36.html">3.6</a>,
1.35      deraadt    52: <a href="plus37.html">3.7</a>,
1.20      deraadt    53: <br>
1.11      deraadt    54: <a href="plus38.html">3.8</a>,
1.12      deraadt    55: <a href="plus39.html">3.9</a>,
1.13      deraadt    56: <a href="plus40.html">4.0</a>,
1.15      deraadt    57: <a href="plus41.html">4.1</a>,
1.17      deraadt    58: <a href="plus42.html">4.2</a>,
1.19      deraadt    59: <a href="plus43.html">4.3</a>,
1.20      deraadt    60: <a href="plus44.html">4.4</a>,
1.22      deraadt    61: <a href="plus45.html">4.5</a>,
1.23      deraadt    62: <a href="plus46.html">4.6</a>,
1.24      deraadt    63: <a href="plus47.html">4.7</a>,
1.25      deraadt    64: <a href="plus48.html">4.8</a>,
1.27      deraadt    65: <a href="plus49.html">4.9</a>,
1.28      nick       66: <a href="plus50.html">5.0</a>,
1.29      schwarze   67: <a href="plus51.html">5.1</a>,
1.30      nick       68: <a href="plus52.html">5.2</a>,
1.31      deraadt    69: <a href="plus53.html">5.3</a>,
1.32      deraadt    70: <a href="plus54.html">5.4</a>,
1.33      deraadt    71: <br>
1.35      deraadt    72: <a href="plus55.html">5.5</a>,
1.38      brett      73: <a href="plus56.html">5.6</a>,
1.39      deraadt    74: <a href="plus57.html">5.7</a>,
1.42      deraadt    75: <a href="plus58.html">5.8</a>,
1.43      deraadt    76: <a href="plus59.html">5.9</a>,
1.1       david      77: <a href="plus.html">current</a>.
                     78: <br>
                     79:
                     80: <p>
1.36      deraadt    81: <h3><font color="#0000e0">Changes made between OpenBSD 3.3 and 3.4</font></h3>
1.1       david      82: <p>
                     83:
                     84: <ul>
1.45      sthen      85: <li><font color="#e00000"><strong>SECURITY FIX: A buffer overflow in the address parsing in <a href="http://man.openbsd.org/?query=sendmail&amp;sektion=8">sendmail(8)</a> may allow an attacker to gain root privileges.</strong></font><br>
1.1       david      86:     <a href="errata33.html#sendmail">A source code patch is available</a>.<br>
                     87:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                     88: <!-- ^ 20030917 -->
                     89: <li>Bump OpenSSH version to 3.7.1 after the buffer management fixes.
                     90: <li><font color="#e00000"><strong>SECURITY FIX: All versions of OpenSSH's sshd prior to 3.7 contain a buffer management error.</strong></font> It is unclear whether or not this bug is exploitable.<br>
                     91:     <a href="errata33.html#sshbuffer">A source code patch is available</a>.<br>
                     92:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                     93: <!-- ^ 20030916 -->
                     94: <!-- ^ 20030915 -->
                     95: <!-- ^ 20030914 -->
                     96: <!-- ^ 20030913 -->
                     97: <!-- ^ 20030912 -->
                     98: <li>On i386, don't try to enable EDD support if the BIOS doesn't support extended disk access.
1.10      david      99: <li>Add support for the AES instruction on new VIA C3 CPUs.
1.1       david     100: <!-- ^ 20030911 -->
                    101: <!-- ^ 20030910 -->
                    102: <li><font color="#e00000"><strong>SECURITY FIX: Root may be able to reduce the security level by taking advantage of an integer overflow when the semaphore limits are made very large.</strong></font><br>
                    103:     <a href="errata33.html#sysvsem">A source code patch is available</a>.<br>
                    104:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.45      sthen     105: <li>Pass -a to <a href="http://man.openbsd.org/?query=fgrep&amp;sektion=1">fgrep(1)</a> in Texinfo to make sure info files don't get treated as binary.
                    106: <li>Have <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a> check for the correct error value from <a href="http://man.openbsd.org/?query=mmap&amp;sektion=2">mmap(2)</a>, fixing a crash.
1.1       david     107: <!-- ^ 20030909 -->
1.45      sthen     108: <li>Allocate enough space for <a href="http://man.openbsd.org/?query=sysctl&amp;sektion=3">sysctl(3)</a> in <a href="http://man.openbsd.org/?query=pstat&amp;sektion=8">pstat(8)</a>.
                    109: <li>Fix the endianness of <a href="http://man.openbsd.org/?query=tcpdump&amp;sektion=8">tcpdump(8)</a>'s icmp echo output.
                    110: <li>Match up kernel and userland ioctls for AFS, allowing <a href="http://man.openbsd.org/?query=afsd&amp;sektion=8">afsd(8)</a> to turn on kernel debugging (PR#3442).
                    111: <li>Mirror the <a href="http://man.openbsd.org/?query=crypto&amp;sektion=9">crypto(9)</a> sha2 context fix in libc <a href="http://man.openbsd.org/?query=sha2&amp;sektion=3">sha2(3)</a>.
1.1       david     112: <!-- ^ 20030908 -->
1.45      sthen     113: <li>Make an invalid '-&lt;num&gt;' option to <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a> give an error.
                    114: <li>Fix <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a>'s parsing of the '-&lt;num&gt;' option where num has more than one digit.
                    115: <li>Resurrect the -u&lt;num&gt; unified context length syntax for <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a>.
                    116: <li>Use more bytes of the file when testing for binary  in <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a>.
                    117: <li>Test more than just the first character of the input file for ASCIIness in <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a>.
                    118: <li>Stop <a href="http://man.openbsd.org/?query=pppctl&amp;sektion=8">pppctl(8)</a> coredumping (PR#3454).
1.5       deraadt   119: <li>Fix i386 hang on 'boot -a' (PR#2122, PR#3437).
1.1       david     120: <!-- ^20030907 -->
                    121: <li>Have the upgrader script perform the ssl -&gt; openssl includes dir change, both in /usr/include and /usr/libdata/perl5/site_perl/*-openbsd.
1.45      sthen     122: <li>Make <a href="http://man.openbsd.org/?query=strxfrm&amp;sektion=3">strxfrm(3)</a> standards-compliant.
1.1       david     123: <li>Machine-dependent installation notes added or updated. Note especially upgrade instructions for i386.
1.45      sthen     124: <li>Add a wi_detach() function for, uh, <a href="http://man.openbsd.org/?query=wi&amp;sektion=4">wi(4)</a> and use it to shut down PC cards properly.
                    125: <li>Sync <a href="http://man.openbsd.org/?query=pf.os&amp;sektion=5">pf.os(5)</a> database with <a href="http://lcamtuf.coredump.cx/p0f.shtml">p0f</a> 2.0 release.
1.1       david     126: <!-- ^ 20030906 -->
1.45      sthen     127: <li>Allow <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a> to read from a symlink when writing to stdout (PR#3409).
                    128: <li>Only trigger the <a href="http://man.openbsd.org/?query=gcc&amp;sektion=1">gcc(1)</a> bounds checker warning if the bounds length is less than zero, since some legal code uses the zero case.
1.5       deraadt   129: <li>Fix some bugs in the pkg_* tools (PR#3414).
1.45      sthen     130: <li>Don't leak a socket in the <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> setsockopt error path.
                    131: <li>Add a SMALL define in <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a> that leaves out bits not needed by the installer.
                    132: <li>Add a null compressor to <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a> so gzcat and friends can work on uncompressed files.
                    133: <li>Fix a FILE* leak in <a href="http://man.openbsd.org/?query=sup&amp;sektion=1">sup(1)</a>.
1.1       david     134: <!-- ^ 20030805 -->
1.45      sthen     135: <li>Fix a crasher in <a href="http://man.openbsd.org/?query=netstat&amp;sektion=1">netstat(1)</a> by adding descriptions for icmp types up to ICMP_MAXTYPE (PR#3439).
                    136: <li>Correct some <a href="http://man.openbsd.org/?query=ld.so&amp;sektion=1">ld.so(1)</a> logic so that the GOT and PLT always get W^X applied.
                    137: <li>Add a GOT symbol lookup cache to <a href="http://man.openbsd.org/?query=ld.so&amp;sektion=1">ld.so(1)</a>.
1.1       david     138: <li>A few more bzero(sizeof pointer) fixes.
1.45      sthen     139: <li>Temp file security fixes for <a href="http://man.openbsd.org/?query=sup&amp;sektion=1">sup(1)</a>.
1.1       david     140: <li>Add dummy syscalls under Linux emulation for *xattr(), all returning ENOATTR.
                    141: <!-- ^ 20030804 -->
1.45      sthen     142: <li>Make the small window size feature of <a href="http://man.openbsd.org/?query=spamd&amp;sektion=8">spamd(8)</a> optional (see PR#3435).
                    143: <li>Plug memory leaks in <a href="http://man.openbsd.org/?query=lpd&amp;sektion=8">lpd(8)</a> and <a href="http://man.openbsd.org/?query=lpq&amp;sektion=1">lpq(1)</a> (PR#3425).
                    144: <li>Fix sizeof(pointer) <a href="http://man.openbsd.org/?query=bzero&amp;sektion=3">bzero(3)</a> args in <a href="http://man.openbsd.org/?query=crypto&amp;sektion=9">crypto(9)</a> sha2 code.
                    145: <li>Add Broadcom BC5823 crypto accelerator support to <a href="http://man.openbsd.org/?query=ubsec&amp;sektion=4">ubsec(4)</a>.
1.1       david     146: <!-- ^ 20030903 -->
1.45      sthen     147: <li>OpenBSD 3.4 images for <a href="http://man.openbsd.org/?query=xdm&amp;sektion=1">xdm(1)</a>.
                    148: <li>Make <a href="http://man.openbsd.org/?query=xdm&amp;sektion=1">xdm(1)</a>'s error file directory (when under /tmp or /var/tmp) have a more random name.
                    149: <li>Fix a missing initialisation in <a href="http://man.openbsd.org/?query=faithd&amp;sektion=8">faithd(8)</a>, and specifically request a TCP socket just in case <a href="http://man.openbsd.org/?query=getaddrinfo&amp;sektion=3">getaddrinfo(3)</a> is SCTP-aware. From KAME.
                    150: <li>Use <a href="http://man.openbsd.org/?query=poll&amp;sektion=2">poll(2)</a> instead of <a href="http://man.openbsd.org/?query=select&amp;sektion=2">select(2)</a> in <a href="http://man.openbsd.org/?query=faithd&amp;sektion=8">faithd(8)</a>.
                    151: <li>Bump <a href="http://man.openbsd.org/?query=eephy&amp;sektion=4">eephy(4)</a>'s mode autonegotiation timeout to 5s so slow copper switches can do their work. Fixes <a href="http://man.openbsd.org/?query=sk&amp;sektion=4">sk(4)</a> boottime problems.
                    152: <li>Change <a href="http://man.openbsd.org/?query=vi&amp;sektion=1">vi(1)</a> to use a dynamic <a href="http://man.openbsd.org/?query=select&amp;sektion=2">select(2)</a> fd_set for curses mode, and <a href="http://man.openbsd.org/?query=poll&amp;sektion=2">poll(2)</a> in <a href="http://man.openbsd.org/?query=ex&amp;sektion=1">ex(1)</a> mode.
                    153: <li>More conservative settings and an additional error check for <a href="http://man.openbsd.org/?query=aac&amp;sektion=4">aac(4)</a> to improve reliability.
1.1       david     154: <li>3.4-beta -&gt; 3.4.
                    155: <li>Disable the patented TrueType bytecode interpreter code in freetype.
                    156: <li>Sync up the X fontconfig int overflow fixes with those in the XFree86.org repository.
1.45      sthen     157: <li>Add '?' and '!' as punctuation characters in <a href="http://man.openbsd.org/?query=mdoc&amp;sektion=7">mdoc(7)</a>. Lots of manual pages updated to reflect this.
                    158: <li>Require encryption for all <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> Phase 2 messages.
                    159: <li>Add a random offset in the range 0-256MB to the address returned to <a href="http://man.openbsd.org/?query=uvm_map&amp;sektion=9">uvm_map(9)</a> by uvm_map_hint(), scattering libraries and mmaps about the place.
                    160: <li>Fix old-style suser() calls in <a href="http://man.openbsd.org/?query=atalk&amp;sektion=4">atalk(4)</a>.
                    161: <li>Fix a use-after-free in libutil <a href="http://man.openbsd.org/?query=check_expire&amp;sektion=3">check_expire(3)</a>.
1.1       david     162: <li>Bump OpenSSH version to 3.7.<br>
                    163:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.45      sthen     164: <li>Fix symbol lookup in objects opened with <a href="http://man.openbsd.org/?query=dlopen&amp;sektion=3">dlopen(3)</a> (PR#3371).
1.1       david     165: <li>Add Solaris-compatible RTLD_* defines in &lt;dlfch.h&gt;.
                    166: <!-- ^ 20030902 -->
1.45      sthen     167: <li>Fix a memory leak in <a href="http://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> GSSAPI authentication.
                    168: <li>New 'emacs-usemeta' +o option for <a href="http://man.openbsd.org/?query=ksh&amp;sektion=1">ksh(1)</a> that allows 8-bit characters to be input in emacs mode.
1.1       david     169: <li>Add fadvise64() dummy syscall under Linux emulation, for compatibility with recent glibc.
1.45      sthen     170: <li>Make <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> translation rules update the table counters, since that's the only place it could occur for a 'nat pass' rule.
1.1       david     171: <!-- ^ 20030901 -->
                    172: <li>In the Alpha X server config, disable the segfault-prone freetype module for now.
                    173: <li>Since the freetype renderer can also render Type 1 fonts, remove the obsolete type1 module from default X server configurations.
1.45      sthen     174: <li>A few GSSAPI fixes in <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
                    175: <li>Fix truncation of filenames by <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>'s progress meter.
                    176: <li>Unbreak <a href="http://man.openbsd.org/?query=mopd&amp;sektion=8">mopd(8)</a>'s -a flag interface detection.
1.1       david     177: <!-- ^ 20030831 -->
                    178: <li>Apply the X font library fixes to the XFree 3.3.6 servers.
                    179: <li>Pull in fixes from XFree 4.3 for a number of potential int overflows in the font libraries.
                    180: <!-- ^ 20030830 -->
1.45      sthen     181: <li>Remove three potential use-after-frees in <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> scrub code. <!-- Uh-oh. -->
1.1       david     182: <!-- ^ 20030829 -->
1.45      sthen     183: <li>Remove some recent <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> binary operator sanity checks that were broken on big-endian architectures.
                    184: <li><a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> now supports AES for phase 1 also.
1.1       david     185: <li>Remove Kerberos support from SSHv1 code in favour of GSSAPI, but keep Kerberos password authentication in SSHv1 and SSHv2.
1.45      sthen     186: <li>Fix a bad size argument to <a href="http://man.openbsd.org/?query=bzero&amp;sektion=3">bzero(3)</a> in <a href="http://man.openbsd.org/?query=dc&amp;sektion=4">dc(4)</a>.
                    187: <li>Correct <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> -vvsr output for tables inside anchors.
                    188: <li>Fix a missing initialisation in the <a href="http://man.openbsd.org/?query=aic&amp;sektion=4">aic(4)</a> microcode. From NetBSD.
1.1       david     189: <!-- ^ 20030828 -->
1.45      sthen     190: <li>Fix some memory leaks in <a href="http://man.openbsd.org/?query=sup&amp;sektion=1">sup(1)</a>.
                    191: <li>Updates to the <a href="http://man.openbsd.org/?query=pf.os&amp;sektion=5">pf.os(5)</a> database.
1.1       david     192: <li>Remove a dangling else in OS fingerprint code, fixing the M and W tcp options.
                    193: <li>Add some X key bindings missed in the XFree86 4.3.0 merge.
1.45      sthen     194: <li>Make the <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> OS fingerprint allow for 'smart' DSL and NAT routers that tweak the tcp mss.
                    195: <li>Escape out any special characters in the output of the <a href="http://man.openbsd.org/?query=ksh&amp;sektion=1">ksh(1)</a> emacs mode function 'expand-file.'
                    196: <li>Remove a whole bunch of <a href="http://man.openbsd.org/?query=httpd&amp;sektion=8">httpd(8)</a> modules not used by OpenBSD.
1.1       david     197: <li>Don't set the hostname from /etc/myname unless that file exists. Netbooted systems don't need it.
1.45      sthen     198: <li>Install <a href="http://man.openbsd.org/?query=sed&amp;sektion=1">sed(1)</a> USD docs.
                    199: <li>Fix <a href="http://man.openbsd.org/?query=pkg_create&amp;sektion=1">pkg_create(1)</a>'s handling of the @cwd directive.
                    200: <li>Remove the RNF_IGNORE <a href="http://man.openbsd.org/?query=route&amp;sektion=4">route(4)</a> flag.
1.1       david     201: <!-- ^ 20030827 -->
1.45      sthen     202: <li>Make <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> choke on port range binary operators (&lt;&gt;, &gt;&lt;) unless the first port given is less than the second.
                    203: <li>Put back <a href="http://man.openbsd.org/?query=spamd&amp;sektion=8">spamd(8)</a> logging of blacklist matches.
                    204: <li>Unbreak <a href="http://man.openbsd.org/?query=ksh&amp;sektion=1">ksh(1)</a> emacs-mode forward- and backwards-delete.
                    205: <li>Fix <a href="http://man.openbsd.org/?query=afsd&amp;sektion=8">afsd(8)</a> crashes on alignment-sensitive architectures.
                    206: <li>Do a dummy password calculation for nonexistent usernames in <a href="http://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>, to prevent username discovery by timing.
                    207: <li>Add new <a href="http://man.openbsd.org/?query=route&amp;sektion=4">route(4)</a> flag RTF_CLONED (displayed with a 'c' in <a href="http://man.openbsd.org/?query=netstat&amp;sektion=1">netstat(1)</a>,) set for cloned routes and used to delete such routes when the parent goes away.
                    208: <li>Don't insert the full <a href="http://man.openbsd.org/?query=gcc&amp;sektion=1">gcc(1)</a> string into objects by default (see -findent in <a href="http://man.openbsd.org/?query=gcc-local&amp;sektion=1">gcc-local(1)</a>).
1.1       david     209: <!-- ^ 20030826 -->
1.45      sthen     210: <li>Have <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> disallow return-rst ttl values greater than 255.
1.1       david     211: <li>Add an interface init routine to struct ifnet, required for 802.11 support.
1.45      sthen     212: <li>Correct a divide-by-zero in <a href="http://man.openbsd.org/?query=sftp&amp;sektion=1">sftp(1)</a>'s ls implementation.
1.1       david     213: <!-- ^ 20030825 -->
1.45      sthen     214: <li>Fix static <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> builds.
                    215: <li>Some 64-bit cleanup in the new <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> GSSAPI code.
                    216: <li>Stop <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> rejecting perfectly legitimate nat-with-tables rules.
                    217: <li>When tables are used in <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> routing rules with address pools, only allow round-robin mode.
1.1       david     218: <li>Structure and defines for generic IEEE 802.11 framework.
1.45      sthen     219: <li>'Implement' <a href="http://man.openbsd.org/?query=pread&amp;sektion=2">pread(2)</a> and <a href="http://man.openbsd.org/?query=pwrite&amp;sektion=2">pwrite(2)</a> under FreeBSD emulation (they're identical to the native calls).
1.1       david     220: <!-- ^ 20030824 -->
                    221: <li>In the installer, if an interface is configured using DHCP then assume that the default route is via DHCP also.
1.45      sthen     222: <li>Improvements to <a href="http://man.openbsd.org/?query=spamd&amp;sektion=8">spamd(8)</a>:<ul>
1.1       david     223:          <li>New -s option to specify the delay in seconds between each character sent.
                    224:          <li>Shrink the TCP receive window to one byte, hurting the sender's stack.<!-- Mwuahahahaha -->
                    225:          <li>Keep the connection open until ten lines of mail body have been received.
                    226:          <li>Better logging via syslog.
                    227: </ul>
1.45      sthen     228: <li>Use the correct format for printing time values in <a href="http://man.openbsd.org/?query=spamd&amp;sektion=8">spamd(8)</a>.
                    229: <li>Check the maximum size of an exec header after <a href="http://man.openbsd.org/?query=lkm&amp;sektion=4">lkm(4)</a> load or unload, since the module may just change it.
                    230: <li>Allow <a href="http://man.openbsd.org/?query=sysctl&amp;sektion=8">sysctl(8)</a>-toggled emulations to be switched off after being switched on.
                    231: <li>Fix a bug in <a href="http://man.openbsd.org/?query=ksh&amp;sektion=1">ksh(1)</a> emacs-mode filename completion.
1.1       david     232: <!-- ^ 20030823 -->
1.45      sthen     233: <li>Fix 64-bit breakage in <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> counters output.
                    234: <li>Build <a href="http://man.openbsd.org/?query=sendmail&amp;sektion=8">sendmail(8)</a> with support for DSN-specific timeouts, so bounces can be timed out more quickly.
                    235: <li>Fix <a href="http://man.openbsd.org/?query=ksh&amp;sektion=1">ksh(1)</a>'s end-of-word detection.
                    236: <li>Remove <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> and <a href="http://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> support for the kerberos-2@ssh.com authentication method, now obsoleted by GSSAPI.
                    237: <li>Add GSSAPI authentication support to <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> and <a href="http://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>.
1.1       david     238: <li>Don't age IPv6 non-gateway host routes. (NetBSD PR bin/22568.)
                    239: <!-- ^ 20030822 -->
1.45      sthen     240: <li>New keywords @extra and @extraunexec for <a href="http://man.openbsd.org/?query=pkg_create&amp;sektion=1">pkg_create(1)</a>, to specify 'extra' package files that are only undeleted with pkg_delete -c.
                    241: <li><a href="http://man.openbsd.org/?query=tcpdump&amp;sektion=8">tcpdump(8)</a> can now show the operating system of TCP SYN packets with the -o option.
                    242: <li>Add passive OS fingerprinting capability to <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a>, via the 'os' keyword.
                    243: <li>Add <a href="http://man.openbsd.org/?query=pf.os&amp;sektion=5">pf.os(5)</a> passive OS fingerprint database.
                    244: <li>Add kern.emul.* <a href="http://man.openbsd.org/?query=sysctl&amp;sektion=8">sysctl(8)</a> toggles for the various OS emulations instead of compile-time options.
1.1       david     245: <li>Fix Apache bug <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21737">#21737</a> (zombie suexec processes) by reverting to 1.3.27 behaviour.
                    246: <li>Merge in Apache 1.3.28 and mod_ssl 2.8.15.
1.45      sthen     247: <li>By default, use spamhaus instead of spews for <a href="http://man.openbsd.org/?query=spamd&amp;sektion=8">spamd(8)</a>.
1.1       david     248: <li>In libcrypto, add bignum zero to bignum zero without corrupting the result.
1.45      sthen     249: <li>Backport a fix for an obscure <a href="http://man.openbsd.org/?query=gcc&amp;sektion=1">g++(1)</a> <a href="http://gcc.gnu.org/ml/gcc-bugs/1999-08n/msg00621.html">bug</a> which propolice trips.
1.1       david     250: <!-- ^ 20030821 -->
1.45      sthen     251: <li><font color="#e00000"><strong>RELIABILITY FIX: An improper bounds check in the <a href="http://man.openbsd.org/?query=semget&amp;sektion=2">semget(2)</a> system call can allow a local user to cause a kernel panic.</strong></font><br>
1.1       david     252:     <a href="errata33.html#semget">A source code patch is available</a>.<br>
                    253:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.45      sthen     254: <li>Queues that list themselves as a child queue are now disallowed by <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    255: <li>Have <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> print a more helpful error messages for bad queue definitions and invalid CBQ priorities.
                    256: <li>Convert <a href="http://man.openbsd.org/?query=bootpd&amp;sektion=8">bootpd(8)</a> from <a href="http://man.openbsd.org/?query=select&amp;sektion=2">select(2)</a> to <a href="http://man.openbsd.org/?query=poll&amp;sektion=2">poll(2)</a>.
1.1       david     257: <!-- ^ 20030820 -->
                    258: <li>Increase the default FD_SETSIZE from 256 to 1024.
1.45      sthen     259: <li>Set the <a href="http://man.openbsd.org/?query=select&amp;sektion=2">select(2)</a> timeout properly for active mode FTP under <a href="http://man.openbsd.org/?query=faithd&amp;sektion=8">faithd(8)</a>.
                    260: <li>Change ioctl(...SIOCFIGCONF...) to <a href="http://man.openbsd.org/?query=getifaddrs&amp;sektion=3">getifaddrs(3)</a> in lots of places.
                    261: <li>Add dynamic <a href="http://man.openbsd.org/?query=select&amp;sektion=2">select(2)</a> fd_set handling to <a href="http://man.openbsd.org/?query=ypbind&amp;sektion=8">ypbind(8)</a>.
                    262: <li>Convert <a href="http://man.openbsd.org/?query=map-mbone&amp;sektion=8">map-mbone(8)</a>, <a href="http://man.openbsd.org/?query=mrinfo&amp;sektion=8">mrinfo(8)</a>, <a href="http://man.openbsd.org/?query=mtrace&amp;sektion=8">mtrace(8)</a>, <a href="http://man.openbsd.org/?query=pppctl&amp;sektion=8">pppctl(8)</a>  and <a href="http://man.openbsd.org/?query=timed&amp;sektion=8">timed(8)</a> from <a href="http://man.openbsd.org/?query=select&amp;sektion=2">select(2)</a> to <a href="http://man.openbsd.org/?query=poll&amp;sektion=2">poll(2)</a>.
                    263: <li>Fix accidental fallthrough from SIOCSIFADDR to SIOCIFFLAGS for <a href="http://man.openbsd.org/?query=tl&amp;sektion=4">tl(4)</a>, <a href="http://man.openbsd.org/?query=tx&amp;sektion=4">tx(4)</a> and <a href="http://man.openbsd.org/?query=wb&amp;sektion=4">wb(4)</a>.
                    264: <li>As well as recommending <a href="http://man.openbsd.org/?query=su&amp;sektion=1">su(1)</a> instead root logins, clearly and distinctly suggest the user read <a href="http://man.openbsd.org/?query=afterboot&amp;sektion=8">afterboot(8)</a>. If that doesn't work, <a href="http://man.openbsd.org/?query=banner&amp;sektion=1">banner(1)</a> is available...
1.1       david     265: <li>Change /etc/mtree/4.4BSD.dist to reflect the move from /usr/include/ssl to /usr/include/openssl.
1.45      sthen     266: <li>New <a href="http://man.openbsd.org/?query=mtd&amp;sektion=4">mtd(4)</a> driver for Myson Technologies 3-in-1 Fast Ethernet boards. From NetBSD.
1.1       david     267: <!-- ^ 20030819 -->
                    268: <li>New NOFONTS define for XF4, stops fonts being built. Oh yes.
1.45      sthen     269: <li>Handle target lookup using the shell PATH nicely in <a href="http://man.openbsd.org/?query=pmdb&amp;sektion=1">pmdb(1)</a>.
                    270: <li>Do a <a href="http://man.openbsd.org/?query=tzset&amp;sektion=3">tzset(3)</a> in <a href="http://man.openbsd.org/?query=syslogd&amp;sektion=8">syslogd(8)</a> before doing the chroot.
                    271: <li>Don't treat PKG_PATH-built URL paths to <a href="http://man.openbsd.org/?query=pkg_info&amp;sektion=1">pkg_info(1)</a> as if they refer to local files.
                    272: <li>Make <a href="http://man.openbsd.org/?query=pkg_info&amp;sektion=1">pkg_info(1)</a>'s -a option look only at installed packages.
                    273: <li>Have <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> detect nonsensical max-mss &gt; 65535 in scrub rules.
                    274: <li>Don't loop back a copy of a broadcast or multicast packet to a simplex interface if <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> routing is involved, preventing lockups.
                    275: <li>Enable the --initial-tab long option to <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a> by spelling it correctly.
1.1       david     276: <!-- ^ 20030817 -->
1.45      sthen     277: <li>Use only <a href="http://man.openbsd.org/?query=sysctl&amp;sektion=3">sysctl(3)</a> to stir <a href="http://man.openbsd.org/?query=arc4random&amp;sektion=3">arc4random(3)</a> using kernel arc4random(). No more messing with /dev/arandom.
1.1       david     278: <!-- ^ 20030816 -->
1.45      sthen     279: <li>Add a bunch of emacs commands to <a href="http://man.openbsd.org/?query=mg&amp;sektion=1">mg(1)</a> dired mode.
                    280: <li>Unbreak <a href="http://man.openbsd.org/?query=mg&amp;sektion=1">mg(1)</a> dired mode directory listings.
1.1       david     281: <li>In the kernel, change arguments to suser(), and add new suser_ucred() for instances where caller doesn't have a process.
1.45      sthen     282: <li>New -S option to <a href="http://man.openbsd.org/?query=pkg_create&amp;sektion=1">pkg_create(1)</a>, like -s only better.
1.1       david     283: <!-- ^ 20030815-->
1.5       deraadt   284: <li>Zero out unused directory entry fields on FAT12 and FAT16 filesystems, to avoid breakage on Win2k and WinXP (PR#3400).
1.1       david     285: <li>Add a bunch more syscall stubs and implement exit_group() under Linux emulation. Needed for newer glibc binaries.
                    286: <li>Fix wrongness, memory leakage and a panic on directory reads in other-OS emulation mode on some filesystems.
1.45      sthen     287: <li>Have <a href="http://man.openbsd.org/?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a> exit nicely after screening candidate primes (-T option).
                    288: <li>Much cleanup in the new <a href="http://man.openbsd.org/?query=safe&amp;sektion=4">safe(4)</a> driver.
1.1       david     289: <li>Add the POSIX-mandated struct itimerspec to sys/time.h .
                    290: <!-- ^ 20030814 -->
1.45      sthen     291: <li>Install the <a href="http://man.openbsd.org/?query=sendmail&amp;sektion=8">sendmail(8)</a> TUNING guide.
                    292: <li>Better memory-use optimization for <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a>.
                    293: <li>Remove the very deprecated RhostsAuthentication feature from <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
                    294: <li>Use <a href="http://man.openbsd.org/?query=tcsendbreak&amp;sektion=3">tcsendbreak(3)</a> in <a href="http://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> instead of ioctl(...TIOCSBRK...), for portability.
1.1       david     295: <!-- ^ 20030813 -->
1.45      sthen     296: <li>Convert <a href="http://man.openbsd.org/?query=rshd&amp;sektion=8">rshd(8)</a> to use <a href="http://man.openbsd.org/?query=poll&amp;sektion=2">poll(2)</a> instead of <a href="http://man.openbsd.org/?query=select&amp;sektion=2">select(2)</a>.
                    297: <li>Don't blindly pass FD_SETSIZE as the first argument to <a href="http://man.openbsd.org/?query=select&amp;sektion=2">select(2)</a>, that's bad mmmkay?
                    298: <li>New driver, <a href="http://man.openbsd.org/?query=safe&amp;sektion=4">safe(4)</a>, for the SafeNet crypto accelerator. From FreeBSD.
1.1       david     299: <li>Remove a bunch of AFS stuff that isn't used by OpenBSD.
                    300: <li>Merge in xfs from the ARLA-current as of 20030805.
1.45      sthen     301: <li>Stop <a href="http://man.openbsd.org/?query=pkg_create&amp;sektion=1">pkg_create(1)</a> erasing the last checksum from CONTENTS.
1.1       david     302: <!-- ^ 20030812 -->
1.5       deraadt   303: <li>Kill a panic when creating a block device on a full filesystem (NetBSD <a href="http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=22419">PR#22419</a>).<br>
1.1       david     304:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.45      sthen     305: <li><a href="http://man.openbsd.org/?query=ftp&amp;sektion=1">ftp(1)</a>, <a href="http://man.openbsd.org/?query=rsh&amp;sektion=1">rsh(1)</a> and <a href="http://man.openbsd.org/?query=talk&amp;sektion=1">talk(1)</a> now use <a href="http://man.openbsd.org/?query=poll&amp;sektion=2">poll(2)</a> instead of <a href="http://man.openbsd.org/?query=select&amp;sektion=2">select(2)</a>.
                    306: <li>Unbreak <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> DIOCCHANGEADDR.<br>
1.1       david     307:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.45      sthen     308: <li>Some nice robustness-in-the-face-of-spam tweaks to the example <a href="http://man.openbsd.org/?query=sendmail&amp;sektion=8">sendmail(8)</a> config in cf/courtesan.mc.
                    309: <li>Do dynamic <a href="http://man.openbsd.org/?query=select&amp;sektion=2">select(2)</a> fd_set allocation in <a href="http://man.openbsd.org/?query=nfsd&amp;sektion=8">nfsd(8)</a>.
                    310: <li>Handle <a href="http://man.openbsd.org/?query=realloc&amp;sektion=3">realloc(3)</a> failure nicely in the libedit tokenizer.
1.1       david     311: <li>3.3-current -&gt; 3.4-beta.
1.45      sthen     312: <li>Implement CLOCK_MONOTONIC for <a href="http://man.openbsd.org/?query=clock_gettime&amp;sektion=2">clock_gettime(2)</a>. From NetBSD.
                    313: <li>Don't attach a <a href="http://man.openbsd.org/?query=le&amp;sektion=4">le(4)</a> device if the interrupt for it can't be established.
1.1       david     314: <!-- ^ 20030811 -->
1.45      sthen     315: <li>Stop <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a> adding an extraneous newline at the end of its output.
                    316: <li>Have <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a> warn if a context or unified diff comes without a context, since this makes detection of a previously applied patch impossible.
                    317: <li>Remove uvm_useracc() from <a href="http://man.openbsd.org/?query=uvm&amp;sektion=9">uvm(9)</a>.
1.1       david     318: <!-- ^ 20030810 -->
1.45      sthen     319: <li>Fix an off-by-one in <a href="http://man.openbsd.org/?query=vacation&amp;sektion=1">vacation(1)</a>.
                    320: <li>Allow tables to be used in <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> translation and routing rules.
1.1       david     321: <!-- ^ 20030809 -->
1.45      sthen     322: <li>In <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a>, do the initial memory allocation using a guesstimate based on the file size.
                    323: <li>Fix a bunch of potential null derefs in <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
                    324: <li>Stop <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a> scanning the input file twice.
                    325: <li>Disable a <a href="http://man.openbsd.org/?query=gcc&amp;sektion=1">gcc(1)</a> optimization, enabled by -fexpensive-optimizations and hence by -O2, on platforms where it was generating incorrect code.
1.1       david     326: <!-- ^ 20030808 -->
1.45      sthen     327: <li>Fix some memory leaks in <a href="http://man.openbsd.org/?query=ed&amp;sektion=1">ed(1)</a>.
                    328: <li>Allow 192- and 256-bit AES in <a href="http://man.openbsd.org/?query=crypto&amp;sektion=4">crypto(4)</a>.
                    329: <li>Use <a href="http://man.openbsd.org/?query=setusercontext&amp;sektion=3">setusercontext(3)</a> instead of roll-your-own in <a href="http://man.openbsd.org/?query=httpd&amp;sektion=8">httpd(8)</a>, so that <a href="http://man.openbsd.org/?query=login.conf&amp;sektion=5">login.conf(5)</a> values apply.
                    330: <li>Make <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> matching code handle 32-bit uid and gid values properly.
                    331: <li>Make the <a href="http://man.openbsd.org/?query=sysctl&amp;sektion=3">sysctl(3)</a> toggle net.inet6.ip6.redirect work as expected.
1.1       david     332: <li>Fix a potential use-after-free in icmp6 redirect code.
                    333: <!-- ^ 20030807 -->
1.45      sthen     334: <li>Fix the abnormal exit code in <a href="http://man.openbsd.org/?query=ohci&amp;sektion=4">ohci(4)</a>.
                    335: <li>Plug memory leaks in <a href="http://man.openbsd.org/?query=modload&amp;sektion=8">modload(8)</a>, <a href="http://man.openbsd.org/?query=pkg_add&amp;sektion=1">pkg_add(1)</a> and <a href="http://man.openbsd.org/?query=usb&amp;sektion=4">usb(4)</a>.
                    336: <li>Add -h option to <a href="http://man.openbsd.org/?query=ls&amp;sektion=1">ls(1)</a> for human-readable sizes.
                    337: <li>The <a href="http://man.openbsd.org/?query=gcc&amp;sektion=1">gcc(1)</a> -Wbounded checker can't handle variable-length arrays yet, so don't try.
                    338: <li>Stop <a href="http://man.openbsd.org/?query=gdb&amp;sektion=1">gdb(1)</a> crashing on 'set enum' without an argument.
1.1       david     339: <!-- ^ 20030806 -->
1.45      sthen     340: <li>Now the information is actually copied into place, make <a href="http://man.openbsd.org/?query=mount&amp;sektion=8">mount(8)</a> show procfs info.
1.1       david     341: <li>Have procfs copy its mount options into statfs.mount_info.
1.45      sthen     342: <li>Add a debugging lever that forces <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a> to use plan B.
                    343: <li>In <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a> plan A, use <a href="http://man.openbsd.org/?query=mmap&amp;sektion=2">mmap(2)</a> instead of <a href="http://man.openbsd.org/?query=read&amp;sektion=2">read(2)</a>/<a href="http://man.openbsd.org/?query=malloc&amp;sektion=3">malloc(3)</a>.
                    344: <li>strlcpy() -&gt; strncpy() in <a href="http://man.openbsd.org/?query=bos&amp;sektion=8">bos(8)</a>, un-busting the AFS wire protocol.
1.1       david     345: <li>Merge in ARLA -current, set version to 'arla-20030805'.
                    346: <!-- ^ 20030805 -->
1.45      sthen     347: <li><a href="http://man.openbsd.org/?query=systrace&amp;sektion=1">systrace(1)</a> updates from NetBSD and monkey.org.
1.1       david     348: <li>Add a missing close() in libsa's exec().
1.45      sthen     349: <li>Use <a href="http://man.openbsd.org/?query=strlcpy&amp;sektion=3">strlcpy(3)</a> to guarantee null termination of the coredump process name.
1.1       david     350: <!-- ^ 20030804 -->
1.45      sthen     351: <li>Implement the WCONTINUED flag in <a href="http://man.openbsd.org/?query=wait&amp;sektion=2">wait*(2)</a>, as per POSIX. Adapted from FreeBSD.
1.1       david     352: <li>Fix Linux truncate64() emulation as well.
                    353: <li>Remove GNU gzip from the tree.
                    354: <!-- ^ 20030803 -->
1.45      sthen     355: <li>New, BSD-licensed <a href="http://man.openbsd.org/?query=znew&amp;sektion=1">znew(1)</a> script.
                    356: <li>Properly check the result of attempts to read from and write to processes in <a href="http://man.openbsd.org/?query=pmdb&amp;sektion=1">pmdb(1)</a>.
                    357: <li>Stop <a href="http://man.openbsd.org/?query=ksh&amp;sektion=1">ksh(1)</a>'s Emacs mode yank-pop command dumping core when run twice (PR#3384).
1.1       david     358: <li>Correct emulation of Linux ftruncate64().
                    359: <!-- ^ 20030802 -->
1.45      sthen     360: <li><font color="#e00000"><strong>SECURITY FIX: An off-by-one error exists in the C library function <a href="http://man.openbsd.org/?query=realpath&amp;sektion=3">realpath(3)</a>.</strong></font> Since this same bug resulted in a root compromise in the wu-ftpd ftp server it is possible that this bug may allow an attacker to gain escalated privileges on OpenBSD.<br>
1.1       david     361:     <a href="errata33.html#realpath">A source code patch is available</a>.<br>
                    362:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    363: <li>Back out the pthread itimer change (except when profiling) for compatibility reasons.
1.45      sthen     364: <li>Add __bounded__ attribute definitions (see <a href="http://man.openbsd.org/?query=gcc-local&amp;sektion=1">gcc-local(1)</a>) for many library functions.
                    365: <li>Don't print a pointless read-only warning message when running <a href="http://man.openbsd.org/?query=vi&amp;sektion=1">vi(1)</a> in read-only mode.
                    366: <li>New -q flag for <a href="http://man.openbsd.org/?query=pkg_delete&amp;sektion=1">pkg_delete(1)</a> that doesn't do a checksum before removing package files.
                    367: <li>Support for Marvell-based devices in <a href="http://man.openbsd.org/?query=sk&amp;sektion=4">sk(4)</a>.
1.1       david     368: <!-- ^ 20030801 -->
1.45      sthen     369: <li>Make <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> table tickets per-ruleset instead of global.
                    370: <li>Remove undocumented '-p' == '-p0' behaviour from <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a>, like GNU patch and in accordance with POSIX.
                    371: <li>Repair <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a>'s relative path handling by not nuking a parameter needed later in the function.
                    372: <li>Change the hash function used in the internals of <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a> so it generates fewer collisions.
                    373: <li>Privilege separation for <a href="http://man.openbsd.org/?query=syslogd&amp;sektion=8">syslogd(8)</a>. Note new HUP behaviour.
                    374: <li>Have <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a> complain about non-existent lines at most once per patch.
                    375: <li>Make sure <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> doesn't attempt to display no-longer-existent queues.
                    376: <li>In <a href="http://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>, check that password authentication is enabled before trying to authenticate users using the 'none' method (i.e. a blank password).
                    377: <li>Add a new, BSD-licensed <a href="http://man.openbsd.org/?query=gzexe&amp;sektion=1">gzexe(1)</a>.
                    378: <li>Fix <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a> exit codes when comparing against stdin.
1.1       david     379: <!-- ^ 20030731 -->
                    380: <li>Remove GNU diff from the tree.
                    381: <li>Add basic support for ftp:// package paths via the PKG_PATH environment variable.
1.45      sthen     382: <li>Make <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a> prompting more POSIX, and add the POSIX -i option.
                    383: <li>Make <a href="http://man.openbsd.org/?query=ifconfig&amp;sektion=8">ifconfig(8)</a> die (instead of just complaining) when addition or deletion of an interface address fails.
1.1       david     384: <!-- ^ 20030730 -->
1.45      sthen     385: <li>Use a sockaddr_storage instead of a sockaddr to avoid a stack smash in <a href="http://man.openbsd.org/?query=bpf&amp;sektion=4">bpf(4)</a>.
1.1       david     386: <li>Remove a stray backslash and unbreak 'make release' for XF4.
1.45      sthen     387: <li>Save the interface associated with a <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> state table entry when the entry is first created, not when another packet matches the entry.
                    388: <li>When running <a href="http://man.openbsd.org/?query=fsck&amp;sektion=8">fsck(8)</a> as root, bump the data size resource limit up to unlimited (instead of up to the hard limit) to avoid problems with large filesystems.
                    389: <li>Better TMPDIR environment variable handling in <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a>.
                    390: <li>Improved test for output on stdout in <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a>.
                    391: <li>New <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> progress meter implementation, with better licensing.
                    392: <li>Add 'pass on lo' to the temporary boottime <a href="http://man.openbsd.org/?query=pf.conf&amp;sektion=5">pf.conf(5)</a> (PR#3376).
                    393: <li>Fix <a href="http://man.openbsd.org/?query=ftp-proxy&amp;sektion=8">ftp-proxy(8)</a>'s handling of multiline server responses (PR#3378).
                    394: <li>Add a new, BSD-licensed <a href="http://man.openbsd.org/?query=zforce&amp;sektion=1">zforce(1)</a> script.
                    395: <li>Make <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a> do the right thing when confronted with (e.g). 'gzip -lN &lt; foo.gz'.
1.1       david     396: <li>Another missing netinet byte-order fixup, this time in fragment reassembly code.
1.45      sthen     397: <li>Fix a printf(%s) off-by-one in <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
                    398: <li>Improvements to <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> skip-step calculation.
1.1       david     399: <li>More propolice fixes.
                    400: <!-- ^ 20030729 -->
1.45      sthen     401: <li>Add <a href="http://man.openbsd.org/?query=growfs&amp;sektion=8">growfs(8)</a> from FreeBSD.
1.1       david     402: <li>Remove unlicensed MATH_EMULATE code (written by some guy named Torvalds) from the kernel, leaving only the GNU emulation code for the moment.
1.45      sthen     403: <li>Don't treat consecutive slashes as path components in <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a>, for POSIX reasons.
                    404: <li>Make <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a>'s exit value consistent with POSIX and with <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a>.
                    405: <li>Add <a href="http://man.openbsd.org/?query=mbuf&amp;sektion=9">mbuf(9)</a> markup (M_TUNNEL) for tunnel-mode IPsec connections so that <a href="http://man.openbsd.org/?query=gif&amp;sektion=4">gif(4)</a> over IPsec can be detected and unencapsulated consistently (PR#3023).
                    406: <li><a href="http://man.openbsd.org/?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a> can now generate the Diffie-Hellman groups as needed by <a href="http://man.openbsd.org/?query=moduli&amp;sektion=5">moduli(5)</a>.
1.1       david     407: <!-- ^ 20030728 -->
1.45      sthen     408: <li>If <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a> detects that compressed output would be larger than the input, fail so that the .gz file gets removed.
                    409: <li>Fix a missing initialisation and cure a hang that could occur when <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a>ing a directory.
                    410: <li>Try to bound memory and CPU usage of <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a>, old (unbounded) behaviour available with -d.
1.1       david     411: <!-- ^ 20030727 -->
1.45      sthen     412: <li>Install <a href="http://man.openbsd.org/?query=ed&amp;sektion=1">ed(1)</a> tutorial papers.
                    413: <li>Stop <a href="http://man.openbsd.org/?query=mtree&amp;sektion=8">mtree(8)</a>'s -s option enabling -t by mistake.
1.1       david     414: <!-- ^ 20030726 -->
1.45      sthen     415: <li>More tweaks to <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a>.
1.1       david     416: <li>Fix an x86 DoS (<a href="http://www.securityfocus.com/archive/1/330399/2003-07-21/2003-07-27/0">reported</a> by Michal Zalewski) by zeroing the SYSENTER registers at kernel boot time.<br>
                    417:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.45      sthen     418: <li>Remove some in-place IP header byte order changes in <a href="http://man.openbsd.org/?query=bridge&amp;sektion=4">bridge(4)</a>, missed out before.
                    419: <li>Print the right error line number in <a href="http://man.openbsd.org/?query=newsyslog&amp;sektion=8">newsyslog(8)</a>.
                    420: <li>Change references to the now non-existent <a href="http://man.openbsd.org/?query=kerberos&amp;sektion=1&amp;manpath=OpenBSD+3.2">kerberos(1)</a> manpage to point at 'info heimdal.'
                    421: <li>Add sha2 support to <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
1.1       david     422: <li>A few *printf cleanups in sys/net/.
1.45      sthen     423: <li>New __kprintf__ format attribute for <a href="http://man.openbsd.org/?query=gcc&amp;sektion=1">gcc(1)</a> that groks kernel *<a href="http://man.openbsd.org/?query=printf&amp;sektion=9">printf(9)</a> format arguments. See <a href="http://man.openbsd.org/?query=gcc-local&amp;sektion=1">gcc-local(1)</a> for details.
                    424: <li>Change <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a>'s -b option to be POSIX ('save a backup') and give the old functionality (specify backup filename suffix) to the -z option like GNU patch. For now, -b is on by default.
1.1       david     425: <!-- ^ 20030725 -->
                    426: <li>Fix IP packet length setting for IPsec tunnels, lost in recent byte order changes.
                    427: <li>Add sha2 support for IPsec.
1.45      sthen     428: <li>Add _syslogd user for, um, <a href="http://man.openbsd.org/?query=syslogd&amp;sektion=8">syslogd(8)</a>, soon to get the privsep treatment.
1.5       deraadt   429: <li>Allow the kernel to build with inet enabled but ether disabled (PR#3356).
1.1       david     430: <li>New APIWARN libc/Makefile define, disabled by default, which makes the linker complain whenever unsafe string functions are used.
                    431: <!-- ^ 20030724 -->
1.45      sthen     432: <li>Move nasty SCSI utility code out of libutil and into <a href="http://man.openbsd.org/?query=scsi&amp;sektion=8">scsi(8)</a>, the only place it's used.
1.1       david     433: <li>When detaching an interface, remove from software interrupt queues any packets pointing to that interface.
1.45      sthen     434: <li>Enable DMA on all but really old Promise <a href="http://man.openbsd.org/?query=pciide&amp;sektion=4">pciide(4)</a> controllers.
                    435: <li>Add some fixups for LBA48 support on old Promise <a href="http://man.openbsd.org/?query=pciide&amp;sektion=4">pciide(4)</a> controllers. From NetBSD, fixes from FreeBSD.
1.1       david     436: <li>In Linux emulation mode, don't pass (as yet) unimplemented vfat ioctls through.
                    437: <li>Remove unused scanner stuff in src/usr.sbin/ssio.
                    438: <li>Implement the sysinfo() system call under Linux emulation.
1.45      sthen     439: <li>Remove AFS code from <a href="http://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>.
                    440: <li>Redo the 'invalid line number' fix for <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a>.
                    441: <li>Update <a href="http://man.openbsd.org/?query=CGI&amp;sektion=3p">CGI(3p)</a> to version 2.98 to fix a cross-site scripting bug.<br>
1.1       david     442:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    443: <!-- ^ 20030723 -->
1.45      sthen     444: <li>Use libc <a href="http://man.openbsd.org/?query=getopt_long&amp;sektion=3">getopt_long(3)</a> in <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a> instead of a local version.
                    445: <li>POSIX tweaks to <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a>.
                    446: <li>Switch over to the new <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a> and <a href="http://man.openbsd.org/?query=diff3&amp;sektion=1">diff3(1)</a> code, disabling GNU diff. sdiff is no more.
                    447: <li>Remove obsolete KerberosIV and AFS code from <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> and re-enable the -k option.
                    448: <li>Implement <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a> options -L and -T for GNU diff compatibility.
1.1       david     449: <!-- ^ 20030722 -->
1.45      sthen     450: <li><a href="http://man.openbsd.org/?query=getaddrinfo&amp;sektion=3">getaddrinfo(3)</a> and <a href="http://man.openbsd.org/?query=getaddrinfo&amp;sektion=3">getaddrinfo(3)</a> now share a mutex.
                    451: <li>Check for invalid flags to <a href="http://man.openbsd.org/?query=mmap&amp;sektion=2">mmap(2)</a> and <a href="http://man.openbsd.org/?query=mprotect&amp;sektion=2">mprotect(2)</a> and bomb out on errors.
                    452: <li>A number of compatibility and POSIX compliance tweaks to <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a>'s output.
                    453: <li>Back out the <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a> line number fix, it coredumped sometimes.
                    454: <li>Add <a href="http://man.openbsd.org/?query=llabs&amp;sektion=3">llabs(3)</a> function for C99 compliance.
                    455: <li>Add <a href="http://man.openbsd.org/?query=ftw&amp;sektion=3">ftw(3)</a> and <a href="http://man.openbsd.org/?query=nftw&amp;sektion=3">nftw(3)</a> functions, implemented using <a href="http://man.openbsd.org/?query=fts&amp;sektion=3">fts(3)</a>, for XPG compliance.
                    456: <li>Dynamically grow <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a>'s array of changes as required.
                    457: <li>Fix a redraw bug in <a href="http://man.openbsd.org/?query=vi&amp;sektion=1">vi(1)</a> that could cause endless recursion.
                    458: <li>Compile <a href="http://man.openbsd.org/?query=modload&amp;sektion=8">modload(8)</a> with the -Z option to <a href="http://man.openbsd.org/?query=ld&amp;sektion=1">ld(1)</a> (disabling W^X).
                    459: <li>Fix a typo in <a href="http://man.openbsd.org/?query=md5&amp;sektion=1">md5(1)</a> that created an array of ints instead of chars.
1.1       david     460: <!-- ^ 20030721 -->
1.45      sthen     461: <li>Allow <a href="http://man.openbsd.org/?query=uhid&amp;sektion=4">uhid(4)</a> devices to be used as 'mice' for the X server.
                    462: <li>In <a href="http://man.openbsd.org/?query=wd&amp;sektion=4">wd(4)</a> only use LBA48 when absolutely necessary, to cut down on register-writing overhead.
                    463: <li>Have <a href="http://man.openbsd.org/?query=ac&amp;sektion=8">ac(8)</a> ignore entries that go back in time.
                    464: <li>Fix a bug causing a segfault in <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a> (PR#3358).
1.1       david     465: <!-- ^ 20030720 -->
1.45      sthen     466: <li>With MALLOC_EXTRA_SANITY defined, have <a href="http://man.openbsd.org/?query=malloc&amp;sektion=3">malloc(3)</a> just warn instead of dying on <a href="http://man.openbsd.org/?query=mmap&amp;sektion=2">mmap(2)</a>/<a href="http://man.openbsd.org/?query=brk&amp;sektion=2">brk(2)</a> errors.
                    467: <li>Updates to <a href="http://man.openbsd.org/?query=systrace&amp;sektion=1">systrace(1)</a>: Bug fixes and new 'ask' action.
1.5       deraadt   468: <li>Fix sftp filename parsing for arguments with escaped quotes (OpenSSH bug <a href="http://bugzilla.mindrot.org/show_bug.cgi?id=517">#517</a>).
1.1       david     469: <!-- ^ 20030719 -->
1.45      sthen     470: <li>Don't flip <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a> into 'zcat' mode if the -o option is given.
                    471: <li>Check that the mountpoint of the descriptor passed to <a href="http://man.openbsd.org/?query=fstatfs&amp;sektion=2">fstatfs(2)</a> is non-NULL.
                    472: <li>Un-swap <a href="http://man.openbsd.org/?query=ld.so&amp;sektion=1">ld.so(1)</a>'s display of (requested, available) library revisions when the available library is less than that requested.
1.1       david     473: <!-- ^ 20030718 -->
1.45      sthen     474: <li>GNU diff compatibility and many other fixes and cleanups to <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a>.
                    475: <li>Fix <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> scrub rule fragment reassembly after the netinet byte order changes.
                    476: <li>Add ESP decryption support to <a href="http://man.openbsd.org/?query=tcpdump&amp;sektion=8">tcpdump(8)</a> (-E option).
1.1       david     477: <!-- ^ 20030717 -->
1.45      sthen     478: <li>Make <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a>'s no-newline-at-end-of-file handling consistent with GNU diff, now that <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a> is expecting this.
                    479: <li>Fix a sizeof(wrongthing) bug in <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a>.
                    480: <li>Teach <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a> how to deal with "\ No newline at end of file" as produced by GNU diff (and soon OpenBSD <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a> as well). From NetBSD.
                    481: <li>In <a href="http://man.openbsd.org/?query=newfs&amp;sektion=8">newfs(8)</a>, remove the ffs default limit of 16 cylinders per group, and simply set to match other parameters. Change the default frag size to 2048, which bumps the block size to 16k. (From FreeBSD newfs.c late 2001.)
                    482: <li>React rationally to bogus line numbers in input to <a href="http://man.openbsd.org/?query=patch&amp;sektion=1">patch(1)</a>.
                    483: <li>Don't store Kerberos credentials in the privileged <a href="http://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> process.
                    484: <li>Clear IUCLC flag (uppercase-to-lowercase translation) when setting raw tty mode in <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
                    485: <li>Allow as many -d (<a href="http://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>) or -v (<a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>) options as the user cares to give. Max debug/verbose level is still 3.
                    486: <li>Have <a href="http://man.openbsd.org/?query=mkdep&amp;sektion=1">mkdep(1)</a> correctly handle '-o &lt;file&gt;' on the compiler command line.
1.1       david     487: <!-- ^ 20030716 -->
1.45      sthen     488: <li>In <a href="http://man.openbsd.org/?query=xargs&amp;sektion=1">xargs(1)</a>, don't call <a href="http://man.openbsd.org/?query=err&amp;sektion=3">err(3)</a> (which uses <a href="http://man.openbsd.org/?query=exit&amp;sektion=3">exit(3)</a>) after doing <a href="http://man.openbsd.org/?query=vfork&amp;sektion=2">vfork(2)</a>.
                    489: <li>Fix line ranges for unified <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a> output.
                    490: <li>Unbreak <a href="http://man.openbsd.org/?query=pflog&amp;sektion=4">pflog(4)</a> after the recent netinet byte ordering changes.
                    491: <li>Stop <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a> from re-compressing a file with a suffix indicating it's already compressed. <!-- Synonym failure -->
                    492: <li>Fix memory management in <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>'s table parsing code.
1.1       david     493: <!-- ^ 20030715 -->
1.45      sthen     494: <li>Range-check numeric arguments to <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a> against INT_MAX.
                    495: <li>Un-swap the sec and usec uptime stats in <a href="http://man.openbsd.org/?query=an&amp;sektion=4">an(4)</a>.
                    496: <li>Fix file suffix handling code in <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a>.
                    497: <li>Allow <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a> to accept -t and an implied -c when we're taking piped input (normally -t and -c are mutually exclusive).
1.1       david     498: <li>Enable build of KerberosV libraries under lib/.
                    499: <li>More manpage cleanup.
1.45      sthen     500: <li>Remove undocumented <a href="http://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> option '-V'.
                    501: <li>Remove <a href="http://man.openbsd.org/?query=error&amp;sektion=1">error(1)</a>.
1.1       david     502: <!-- ^ 20030714 -->
1.45      sthen     503: <li>Fix a couple of cases where <a href="http://man.openbsd.org/?query=malloc&amp;sektion=3">malloc(3)</a> fails due to lack of memory, but doesn't set ENOMEM.
1.1       david     504: <li>Make fwohci (IEEE1394) cardbus code compile on big-endian systems.
                    505: <!-- ^ 20030713 -->
1.45      sthen     506: <li>Add <a href="http://man.openbsd.org/?query=zdiff&amp;sektion=1">zdiff(1)</a> script using our new improved <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a>.
                    507: <li>Remove a couple of unnecessary htons() calls in the <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> routing code.
1.1       david     508: <!-- ^ 20030712 -->
1.45      sthen     509: <li>Parsing improvements and better debugging/regression test support for tables in <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    510: <li>Make <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a> magic number checking work when decompressing on a pipe.
1.1       david     511: <!-- ^ 20030711 -->
                    512: <li>Make sure an unlock message gets sent when handing NFS receive errors.
1.45      sthen     513: <li>Add a cast to 64 bits to prevent a <a href="http://man.openbsd.org/?query=statfs&amp;sektion=2">statfs(2)</a> overflow on large disks.
                    514: <li>Fix <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a>'s -v semantics (print if no match of any pattern).
                    515: <li>LBA48 support and compatibility tweaks for <a href="http://man.openbsd.org/?query=atactl&amp;sektion=8">atactl(8)</a>.
                    516: <li>Set the correct return code when <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a> dies due to an error.
                    517: <li>Fix parsing of -&lt;num&gt; (context) option to <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a>.
1.1       david     518: <li>Bring in a diff3 from 32V UNIX, and start hacking it into shape.
                    519: <li>Tweak the installer's ftp client operation so that sets are always fetched from the exact same place as the set list.
1.45      sthen     520: <li>Prevent excessive rekeying in <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> for ciphers with block size &lt;= 128 bits by enforcing a fixed 1GB rekey limit for these ciphers.
                    521: <li>Set all ulimit values to 'unlimited' in the installer, unbreaking <a href="http://man.openbsd.org/?query=fsck&amp;sektion=8">fsck(8)</a> for large filesystems.
1.1       david     522: <li>Fix a couple of broken IPv6 packet length tests.
1.45      sthen     523: <li>Unbreak merging of host lists in <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    524: <li>Stop <a href="http://man.openbsd.org/?query=spell&amp;sektion=1">spell(1)</a> misinterpreting '+X' as option '-X'.
1.1       david     525: <li>Tidy up a bunch of missing include files all over the place.
                    526: <!-- ^ 20030710 -->
                    527: <li>Have the IPv6 normalizer detect short packets, since the 'exact length' match was just removed.
                    528: <li>When normalizing IPv6 packets, don't check against length fields that are only set after filter processing.
                    529: <li>In the netinet stack, don't cheat by NTOHS()'ing ip_len and ip_off (modifying the packet buffer directly). Instead, call ntohs() every time.
1.45      sthen     530: <li>Make <a href="http://man.openbsd.org/?query=ld.so&amp;sektion=1">ld.so(1)</a> compatible with newer binutils.
                    531: <li>Stop <a href="http://man.openbsd.org/?query=pkg_add&amp;sektion=1">pkg_add(1)</a> dumping core when the package contains an invalid package name.
                    532: <li>Fix a double free in <a href="http://man.openbsd.org/?query=ex&amp;sektion=1">ex(1)</a>.
                    533: <li>Give <a href="http://man.openbsd.org/?query=gem&amp;sektion=4">gem(4)</a> a performance boost on sparc64 and macppc.
1.1       david     534: <li>Merge in libevent 0.7a.
1.45      sthen     535: <li>New 'remove manpage' option -u to <a href="http://man.openbsd.org/?query=makewhatis&amp;sektion=8">makewhatis(8)</a>.
1.5       deraadt   536: <li>Fix a dangling pointer when deleting multicast router virtual interfaces (option MROUTING required).
1.45      sthen     537: <li>Fix some PHY problems in <a href="http://man.openbsd.org/?query=sis&amp;sektion=4">sis(4)</a>.
                    538: <li>Better temp file handling in <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a>.
                    539: <li><a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a>'s -l (paginate) option works again.
1.1       david     540: <!-- ^ 20030709 -->
                    541: <li>Sync USB code with NetBSD, in preparation for USB 2.0 support.
1.45      sthen     542: <li>Don't kill other users' states when logging in to <a href="http://man.openbsd.org/?query=authpf&amp;sektion=8">authpf(8)</a>. When killing (the correct user's) states, make sure they're all zapped.<br>
1.1       david     543:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    544: <li>When using IPsec, fix a panic by not trying to forward truncated IP-in-IP encap packets.
                    545: <li>Clear down multicast forwarding on IPv6 interface detach.
1.45      sthen     546: <li>Make <a href="http://man.openbsd.org/?query=httpd&amp;sektion=8">httpd(8)</a>'s (normally not compiled) DBM SSL cache code build again.
                    547: <li>Fix a double free in <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a>.
                    548: <li>Try to avoid using an unnecessary temp file when <a href="http://man.openbsd.org/?query=diff&amp;sektion=1">diff(1)</a>'ing against a regular file redirected to stdin.
                    549: <li>If <a href="http://man.openbsd.org/?query=syslogd&amp;sektion=8">syslogd(8)</a> is given (via -p) a UNIX socket name that's too long, fail instead of silently truncating the name.
                    550: <li>Make sure <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a> closes its open files properly.
1.1       david     551: <!-- ^ 20030708 -->
1.45      sthen     552: <li>Fare thee well, <a href="http://man.openbsd.org/?query=rpc.pcnfsd&amp;sektion=8&amp;manpath=OpenBSD+3.3">rpc.pcnfsd(8)</a>.
                    553: <li>Fix <a href="http://man.openbsd.org/?query=security&amp;sektion=8">security(8)</a>'s password expiry check.
                    554: <li>Pass the right length to <a href="http://man.openbsd.org/?query=readlink&amp;sektion=2">readlink(2)</a> in <a href="http://man.openbsd.org/?query=rdist&amp;sektion=1">rdistd(1)</a>.
                    555: <li>When given a unix domain socket name that's too long, <a href="http://man.openbsd.org/?query=nc&amp;sektion=1">nc(1)</a> gives a helpful error instead of silently truncating the name.
1.1       david     556: <li>Implement the cpuid() function for generic i386, not just for longrun.
1.45      sthen     557: <li>Print <a href="http://man.openbsd.org/?query=dump&amp;sektion=8">dump(8)</a> times correctly (PR#3296).
1.1       david     558: <!-- ^ 20030707 -->
1.45      sthen     559: <li><a href="http://man.openbsd.org/?query=raidctl&amp;sektion=8">raidctl(8)</a> dies noisily instead of silently truncating overlong command line options.
                    560: <li><a href="http://man.openbsd.org/?query=mount_nfs&amp;sektion=8">mount_nfs(8)</a> now gives a helpful message when the hostname is too long.
1.1       david     561: <li>Major updates to BSD diff, implementing many more 'standard' options and tidying up somewhat.
                    562: <li>Properly reset all fields of a deleted ext2fs inode, fixing a panic. From NetBSD.<br>
                    563:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    564: <li>Fix an off-by-one in kernel ext2fs filesystem code, the first ext2 inode is numbered one not zero.<br>
                    565:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    566: <li>Further strn*() -&gt; strl*() fixes.
                    567: <!-- ^ 20030706 -->
                    568: <li>Back out routing socket exact match fix after reports of problems.
                    569: <!-- ^ 20030705 -->
                    570: <li>Remove -h functionality from BSD diff, but allow the option for compatibility like GNU diff.
1.45      sthen     571: <li>Various cleanup in <a href="http://man.openbsd.org/?query=pkg_add&amp;sektion=1">pkg_add(1)</a> et al.
                    572: <li>Add 'pass' <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> modifier for nat rules, allowing a translation rule to bypass the filter ruleset altogether.
                    573: <li>Remove a redundant (and wrong) copy in <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> tcp test code.
1.1       david     574: <!-- ^ 20030704 -->
1.45      sthen     575: <li>Better umask setting detection in <a href="http://man.openbsd.org/?query=security&amp;sektion=8">security(8)</a>.
                    576: <li>Use <a href="http://man.openbsd.org/?query=realpath&amp;sektion=3">realpath(3)</a> instead of roll-your-own code in mount_*(8) helpers. Fixes PR#1662.
                    577: <li>String function cleanup in <a href="http://man.openbsd.org/?query=getNAME&amp;sektion=8">getNAME(8)</a>.
                    578: <li>Table code and exit handling cleanup in <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    579: <li>Fix config file parsing of the <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> AddressFamily option.
                    580: <li>Make <a href="http://man.openbsd.org/?query=sendmail&amp;sektion=8">sendmail(8)</a> use the system <a href="http://man.openbsd.org/?query=setreuid&amp;sektion=2">setreuid(2)</a> instead of its own.
                    581: <li>Add a 'real' mmap2() system call under Linux emulation, using the new MAP_TRYFIXED <a href="http://man.openbsd.org/?query=mmap&amp;sektion=2">mmap(2)</a> option so it works the way Linux does.
1.1       david     582: <!-- ^ 20030703 -->
1.45      sthen     583: <li>In <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> force the host key alias to lowercase before matching.
                    584: <li>Add SOCKSv5 support to <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> with the -D option, as well as SOCKSv4.
                    585: <li>Better <a href="http://man.openbsd.org/?query=ld.so&amp;sektion=1">ld.so(1)</a> versioned library search algorithm.
                    586: <li>Bump <a href="http://man.openbsd.org/?query=mktemp&amp;sektion=3">mktemp(3)</a> randomness in lots of places from 6 to 10 'X's.
1.1       david     587: <!-- ^ 20030702 -->
1.45      sthen     588: <li>Allow <a href="http://man.openbsd.org/?query=newsyslog&amp;sektion=8">newsyslog(8)</a>'s -a option to archive across filesystems.
                    589: <li>Add MAP_TRYFIXED option to <a href="http://man.openbsd.org/?query=mmap&amp;sektion=2">mmap(2)</a> to turn off heap address avoidance, which helps when emulating other OSes.
1.1       david     590: <li>Remove the sys_omquery() compatibility system call.
1.45      sthen     591: <li>Better umask safety check in <a href="http://man.openbsd.org/?query=security&amp;sektion=8">security(8)</a>.
                    592: <li>Stability fixes to <a href="http://man.openbsd.org/?query=siop&amp;sektion=4">siop(4)</a>.
                    593: <li>Stop using <a href="http://man.openbsd.org/?query=mmap&amp;sektion=2">mmap(2)</a> in <a href="http://man.openbsd.org/?query=tail&amp;sektion=1">tail(1)</a>, fixes a variety of bugs and performance issues.
                    594: <li>Fix a bad bounds check in the grep-without-regex part of <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a>.
1.1       david     595: <!-- ^ 20030701 -->
1.45      sthen     596: <li>Under-the-hood improvements to speed up <a href="http://man.openbsd.org/?query=m4&amp;sektion=1">m4(1)</a>.
                    597: <li>Add some buffer management functions for <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> tables.
                    598: <li><a href="http://man.openbsd.org/?query=unifdef&amp;sektion=1">unifdef(1)</a> fixes from FreeBSD.
                    599: <li>Reset <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> interface statistics when the loginterface is changed (PR#3332).
                    600: <li>Properly purge <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> tags when flushing <a href="http://man.openbsd.org/?query=bridge&amp;sektion=4">bridge(4)</a> filter rules.
                    601: <li>Don't generate an icmp6 redirect if <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> rewrote the destination address.
                    602: <li>Improve <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a>'s gzip compatibility with silly configure scripts that expect 'gzip -h' to return success.
1.1       david     603: <!-- ^ 20030630 -->
1.45      sthen     604: <li>First pass at <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> normalisation of IPv6 packets. No fragment reassembly yet.
                    605: <li>Improvements to the <a href="http://man.openbsd.org/?query=lm&amp;sektion=4">lm(4)</a> hardware sensor driver.
                    606: <li>Make <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a> respond more usefully to gzip CRC errors.
1.1       david     607: <li>Many manual page fixes and cleanups.
                    608: <!-- ^ 20030629 -->
1.45      sthen     609: <li>Fix some target probe problems in <a href="http://man.openbsd.org/?query=siop&amp;sektion=4">siop(4)</a>.
                    610: <li>Unbreak string printing in <a href="http://man.openbsd.org/?query=locate&amp;sektion=1">locate(1)</a>.
1.1       david     611: <li>Fix mdoc bug that put random blank lines into manpages. From NetBSD.
1.45      sthen     612: <li>Better type checking for <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> atomic I/O.
                    613: <li>Don't give <a href="http://man.openbsd.org/?query=pfsync&amp;sektion=4">pfsync(4)</a> interfaces an IPv6 link-local address.
                    614: <li><a href="http://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> now logs pidfile creation errors.
                    615: <li>Allow <a href="http://man.openbsd.org/?query=ddb&amp;sektion=4">ddb(4)</a> to log output via syslog. Controlled via sysctl ddb.log.
1.1       david     616: <!-- ^ 20030628 -->
                    617: <li>Handle IPv6 neighbor discovery timers more quickly and with greater accuracy.
                    618: <li>Make the installer mount all possible swap before creating devices, in an attempt to stop MAKEDEV bombing through lack of memory.
1.45      sthen     619: <li>Make sure getanswer() (called by <a href="http://man.openbsd.org/?query=gethostbyname&amp;sektion=3">gethostbyname(3)</a> etc.) doesn't stray past the end of its reply packet.
                    620: <li>Remove a memory leak in <a href="http://man.openbsd.org/?query=arp&amp;sektion=8">arp(8)</a>.
                    621: <li>Fix string cleanup breakage in <a href="http://man.openbsd.org/?query=siop&amp;sektion=4">siop(4)</a>.
                    622: <li>Unbreak <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a> gzip code on big-endian architectures.
                    623: <li>Some more agressive string fixes in <a href="http://man.openbsd.org/?query=named&amp;sektion=8">named(8)</a>.
                    624: <li>Fix <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a>' -t option.
                    625: <li>Add kqueue support for <a href="http://man.openbsd.org/?query=ugen&amp;sektion=4">ugen(4)</a>, <a href="http://man.openbsd.org/?query=uhid&amp;sektion=4">uhid(4)</a>, <a href="http://man.openbsd.org/?query=usb&amp;sektion=4">usb(4)</a> and <a href="http://man.openbsd.org/?query=uscanner&amp;sektion=4">uscanner(4)</a>. From NetBSD.
                    626: <li>Fix <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> tag lookup for DIOCCHANGERULE.
                    627: <li>Fix a subtle tag reference count bug in kernel <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a>.
1.1       david     628: <li>Add alaw &lt;-&gt; ulaw conversion to the kernel ( alaw_to_mulaw(), mulaw_to_alaw() )
                    629: <!-- ^ 20030627 -->
1.45      sthen     630: <li>Check that the argument to "-o ProxyCommand" exists on the <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> command line, instead of dumping core.
                    631: <!-- XXX held back <li>Mark up many common libc and other functions for the new <a href="http://man.openbsd.org/?query=gcc&amp;sektion=1">gcc(1)</a> bounds checker. -->
                    632: <li>Add a simple static bounds checker to <a href="http://man.openbsd.org/?query=gcc&amp;sektion=1">gcc(1)</a>. (See <a href="http://man.openbsd.org/?query=gcc-local&amp;sektion=1">gcc-local(1)</a>.)
                    633: <li>Switch <a href="http://man.openbsd.org/?query=diff3&amp;sektion=1">diff3(1)</a> and <a href="http://man.openbsd.org/?query=sdiff&amp;sektion=1">sdiff(1)</a> to use libc <a href="http://man.openbsd.org/?query=getopt_long&amp;sektion=3">getopt_long(3)</a>.
1.1       david     634: <li>Add USD Beginners Guide document, and some historical papers.
1.45      sthen     635: <li>Add USD docs for <a href="http://man.openbsd.org/?query=awk&amp;sektion=1">awk(1)</a>, <a href="http://man.openbsd.org/?query=ed&amp;sektion=1">ed(1)</a> and <a href="http://man.openbsd.org/?query=sed&amp;sektion=1">sed(1)</a>, and PSD docs for <a href="http://man.openbsd.org/?query=m4&amp;sektion=1">m4(1)</a>, <a href="http://man.openbsd.org/?query=lint&amp;sektion=1">lint(1)</a> (as xlint) and the ms macros.
1.1       david     636: <li>Fix temp file handling and an off-by-one in BSD diff.
1.45      sthen     637: <li>Fix <a href="http://man.openbsd.org/?query=isp&amp;sektion=4">isp(4)</a>'s PCI probe.
                    638: <li>Pad the <a href="http://man.openbsd.org/?query=osiop&amp;sektion=4">osiop(4)</a> script data scructure to 256 bytes to avoid cache problems.
1.1       david     639: <!-- ^ 20030626 -->
1.45      sthen     640: <li>Fix an endianness bug in <a href="http://man.openbsd.org/?query=an&amp;sektion=4">an(4)</a>.
1.1       david     641: <li>Add unified diff support to the BSD diff.
1.45      sthen     642: <li>Have asn1_compile use <a href="http://man.openbsd.org/?query=arc4random&amp;sektion=3">arc4random(3)</a>.
1.1       david     643: <li>Function prototype cleanup all over the tree.
1.45      sthen     644: <li>New extensible bufq mechanism for manipulating buf queues, only in <a href="http://man.openbsd.org/?query=wd&amp;sektion=4">wd(4)</a> for now.
1.1       david     645: <li>Add -C option support (number of lines of context) to the BSD diff.
1.45      sthen     646: <li>Fix some suspect type conversions in <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a>.
                    647: <li>Allow <a href="http://man.openbsd.org/?query=bridge&amp;sektion=4">bridge(4)</a> to tag packets for later use in <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> rules. Oh yes.
                    648: <li>Fix backwards arguments when seeking within gzipped files in <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a>.
1.1       david     649: <li>Major cleanup (safe string functions, signal race avoidance) in the recently imported BSD diff.
1.45      sthen     650: <li>Fix division-by-zeros in <a href="http://man.openbsd.org/?query=atapiscsi&amp;sektion=4">atapiscsi(4)</a> that could occur when the system is unable to determine even the unit's blocksize.
1.1       david     651: <li>Add diff program from 4.3BSD Reno. Much work to be done.
                    652: <!-- ^ 20030625 -->
                    653: <li>Add i386 a.out emulation for dynamic binaries.
1.45      sthen     654: <li>Fix <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a>'s -w option.
                    655: <li>Make <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a>'s -E, -F and -G options override the program name, and mutually exclusive.
                    656: <li>Make fgrep functionality of <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a> work.
1.1       david     657: <li>Unbreak POSIX:: functions under Perl 5.8.0.<br>
                    658:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.45      sthen     659: <li>Make <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a>'s route-to option work for IPv6 link-local addresses.
1.1       david     660: <li>Reintroduce some routing socket code (lost in a previous update) that could cause less-specific routes to be updated by mistake.
1.45      sthen     661: <li>Lots of int -&gt; u_int in <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
1.1       david     662: <li>IPv6 neighbour discovery updates from KAME.
                    663: <!-- ^ 20030624 -->
1.45      sthen     664: <li>Avoid using regexes completely for simple string searches in <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a>.
                    665: <li>Improve the <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a>-based <a href="http://man.openbsd.org/?query=zmore&amp;sektion=1">zmore(1)</a> script and install instead of the GNU gzip version.
                    666: <li>Teach <a href="http://man.openbsd.org/?query=kdump&amp;sektion=1">kdump(1)</a> about many more dev/, net*/ and crypto/ ioctls.
                    667: <li>Remove the unnecessary (and broken) printf builtin from <a href="http://man.openbsd.org/?query=csh&amp;sektion=1">csh(1)</a>.
                    668: <li>Don't use <a href="http://man.openbsd.org/?query=getopt&amp;sektion=3">getopt(3)</a> in <a href="http://man.openbsd.org/?query=printf&amp;sektion=1">printf(1)</a> since this causes formats beginning with a hyphen to be interpreted as flags.
                    669: <li>Add a simple <a href="http://man.openbsd.org/?query=zmore&amp;sektion=1">zmore(1)</a> script using <a href="http://man.openbsd.org/?query=compress&amp;sektion=1">compress(1)</a>.
                    670: <li>Add <a href="http://man.openbsd.org/?query=pcmcia&amp;sektion=4">pcmcia(4)</a> and <a href="http://man.openbsd.org/?query=wi&amp;sektion=4">wi(4)</a> support for sparc.
1.5       deraadt   671: <li>Install a host route for a point-to-point interface even if a connected net route via a broadcast interface exists (NetBSD PR 21903).
1.45      sthen     672: <li>Check for nfds&lt;0 in <a href="http://man.openbsd.org/?query=poll&amp;sektion=2">poll(2)</a>. <!-- Uh-oh. -->
                    673: <li>Better temp file handling in XFree's <a href="http://man.openbsd.org/?query=gccmakedep&amp;sektion=1">gccmakedep(1)</a>.
                    674: <li>Temporarily work around a tables-related use-after-free in <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a>.
                    675: <li>Improve <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a>'s detection of binary files, and add/fix a number of compatibility options.
1.1       david     676: <li>Improvements to the installer's handling of network settings when upgrading.
                    677: <!-- ^ 20030623 -->
1.45      sthen     678: <li>Remove <a href="http://man.openbsd.org/?query=ypserv&amp;sektion=8">ypserv(8)</a> files without copyright information.
                    679: <li>Install freegrep as {e,f,z,ze,zf}grep as well as <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a>.
                    680: <li>Upgrade (non-GNU) <a href="http://man.openbsd.org/?query=grep&amp;sektion=1">grep(1)</a> to freegrep 0.16.
1.1       david     681: <li>Remove GNU grep and (most of) GNU gzip from the tree. BSD-licensed alternatives do the same jobs.
1.45      sthen     682: <li>Reenable the <a href="http://man.openbsd.org/?query=ld.so&amp;sektion=1">ld.so(1)</a> library load order randomiser, with fixes.
1.1       david     683: <!-- ^ 20030622 -->
                    684: <li>Make user filename selection in the installer more robust.
1.45      sthen     685: <li><a href="http://man.openbsd.org/?query=fflush&amp;sektion=3">fflush(3)</a> stdout when doing continuous queue monitoring with <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    686: <li>Add fine-grained counters for <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> state entries, allowing for traffic reporting via <a href="http://man.openbsd.org/?query=pfsync&amp;sektion=4">pfsync(4)</a>.
                    687: <li>Add per-process exec/fork/exit hooks, use them the fix up <a href="http://man.openbsd.org/?query=brk&amp;sektion=2">brk(2)</a> under Linux emulation, and so fix Java.
1.1       david     688: <!-- ^ 20030621 -->
1.45      sthen     689: <li>Add MSS support to <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a>'s synproxy.
                    690: <li>Initialise properly before calling <a href="http://man.openbsd.org/?query=getusershell&amp;sektion=3">getusershell(3)</a> in <a href="http://man.openbsd.org/?query=su&amp;sektion=1">su(1)</a>.
                    691: <li>More helpful <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> BAD ICMP debug message.
                    692: <li>Make <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> print some log messages when giving up on a response to the last message.
1.1       david     693: <!-- XXX frame pointer canonicalisation fix for propolice gnu/egcs/gcc/combine.c r1.3-1.4 -->
                    694: <!-- ^ 20030620 -->
1.45      sthen     695: <li>Use _PW_NAME_LEN instead of a hard-coded 8 char username limit in <a href="http://man.openbsd.org/?query=top&amp;sektion=1">top(1)</a>.
                    696: <li>Remove roll-your-own string functions from <a href="http://man.openbsd.org/?query=top&amp;sektion=1">top(1)</a>.
                    697: <li>Have <a href="http://man.openbsd.org/?query=comsat&amp;sektion=8">comsat(8)</a> use <a href="http://man.openbsd.org/?query=fseeko&amp;sektion=3">fseeko(3)</a> instead of fseek().
                    698: <li><a href="http://man.openbsd.org/?query=rpcgen&amp;sektion=1">rpcgen(1)</a> now generates much prettier ANSI C code.
                    699: <li>Back out the recent <a href="http://man.openbsd.org/?query=xdm&amp;sektion=1">xdm(1)</a> '-nolisten tcp' change.
                    700: <li>Plug some memory leaks in <a href="http://man.openbsd.org/?query=popa3d&amp;sektion=8">popa3d(8)</a> and <a href="http://man.openbsd.org/?query=systrace&amp;sektion=1">systrace(1)</a>.
                    701: <li>Strip the newline from user input when requesting a continuation filename in <a href="http://man.openbsd.org/?query=restore&amp;sektion=8">restore(8)</a> (PR#3324).
1.1       david     702: <!-- ^ 20030619 -->
1.45      sthen     703: <li>Fix a bug that condemned <a href="http://man.openbsd.org/?query=fortune&amp;sektion=6">fortune(6)</a> to be always inoffensive.
                    704: <li>Have <a href="http://man.openbsd.org/?query=bpf&amp;sektion=4">bpf(4)</a> return ENOBUFS on <a href="http://man.openbsd.org/?query=malloc&amp;sektion=9">malloc(9)</a> failure instead of causing a panic (PR#2235,PR#2236,PR#2640).
                    705: <li>Make <a href="http://man.openbsd.org/?query=m4&amp;sektion=1">m4(1)</a>'s handling of builtin and user macros more consistent, and allow pushdef to work for builtins.
                    706: <li><a href="http://man.openbsd.org/?query=xdm&amp;sektion=1">xdm(1)</a> now passes '-nolisten tcp' to <a href="http://man.openbsd.org/?query=Xserver&amp;sektion=1">Xserver(1)</a> by default for local display :0.
                    707: <li>Re-enable UDMA mode 5 for HPT370A <a href="http://man.openbsd.org/?query=pciide&amp;sektion=4">pciide(4)</a> devices, now that timing and interrupt problems are fixed.
                    708: <li>Fix a sizeof oops that broke <a href="http://man.openbsd.org/?query=less&amp;sektion=1">less(1)</a>'s -N option.
                    709: <li><a href="http://man.openbsd.org/?query=hme&amp;sektion=4">hme(4)</a> now advertises its VLAN capability.
                    710: <li>Properly display no-route addresses when expanding label macros in <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                    711: <li>Back out the recent <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> smartcard key fix, it violates PKCS#1.
                    712: <li>When the expansion of the $srcaddr or $dstaddr label macro is a table, have <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> print the table name instead of garbage.
                    713: <li>Unbreak <a href="http://man.openbsd.org/?query=vmstat&amp;sektion=8">vmstat(8)</a> on diskless machines (PR#3322).
                    714: <li>Relax <a href="http://man.openbsd.org/?query=rtadvd.conf&amp;sektion=5">rtadvd.conf(5)</a> syntax, removing the need for the addrs option.
1.1       david     715: <!-- ^ 20030618 -->
1.45      sthen     716: <li>Use <a href="http://man.openbsd.org/?query=getifaddrs&amp;sektion=3">getifaddrs(3)</a> in <a href="http://man.openbsd.org/?query=amd&amp;sektion=8">amd(8)</a>, fixing the 'wire' location selector.
                    717: <li>Return the correct error message if the user tries to kill a non-existent process from <a href="http://man.openbsd.org/?query=top&amp;sektion=1">top(1)</a>.
1.1       david     718: <!-- ^ 20030617 -->
1.5       deraadt   719: <li>Add a few missing dead-key composition entries (PR#3295, with an entry for cedilla as well as for double-quote).
1.45      sthen     720: <li>Avoid a null deref in cnkqfilter() (/dev/console <a href="http://man.openbsd.org/?query=kqueue&amp;sektion=2">kqueue(2)</a> crash, PR#3317).
                    721: <li>Fix a logic bug in <a href="http://man.openbsd.org/?query=mtree&amp;sektion=8">mtree(8)</a> that was making -U return an error just like -u.
                    722: <li>Make <a href="http://man.openbsd.org/?query=ssh-add&amp;sektion=1">ssh-add(1)</a> redisplay the key comment when prompting after a bad passphrase.
                    723: <li>Fix "bad decrypted len" errors in <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> when using smartcard-stored public keys (OpenSSH bug <a href="http://bugzilla.mindrot.org/show_bug.cgi?id=592">592</a>).
                    724: <li>Updates for <a href="http://man.openbsd.org/?query=systrace&amp;sektion=1">systrace(1)</a>, support freeing of old policies and escaping of special characters.
                    725: <li>Better byte-swapping behaviour in <a href="http://man.openbsd.org/?query=dc&amp;sektion=4">dc(4)</a>, fixing mac address reads on big-endian architectures.
                    726: <li>Make <a href="http://man.openbsd.org/?query=dhclient-script&amp;sektion=8">dhclient-script(8)</a> fix up <a href="http://man.openbsd.org/?query=resolv.conf&amp;sektion=5">resolv.conf(5)</a>'s permissions.
1.1       david     727: <!-- ^ 20030616 -->
1.45      sthen     728: <li>Stop <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> losing ID information when rekeying.
1.1       david     729: <!-- ^ 20030615 -->
1.45      sthen     730: <li>Add new '-c class' option to <a href="http://man.openbsd.org/?query=encrypt&amp;sektion=1">encrypt(1)</a>, which will use the login class to select the password cipher.
                    731: <li>Fix <a href="http://man.openbsd.org/?query=kqueue&amp;sektion=2">kqueue(2)</a> on ptys (PR#3209).
                    732: <li>In <a href="http://man.openbsd.org/?query=user&amp;sektion=8">user(8)</a>, only check login class validity when the login class is set.
                    733: <li>Fix some sizeof oopses in <a href="http://man.openbsd.org/?query=top&amp;sektion=1">top(1)</a>.
                    734: <li>Allocate cleared memory for <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> payload buffers.
                    735: <li>Fix <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> TCP state checks when using a combination of asymmetric window scaling and SACK.<br>
1.1       david     736:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    737: <!-- ^ 20030614 -->
1.45      sthen     738: <li>Add __LP64__ and _LP64 <a href="http://man.openbsd.org/?query=cpp&amp;sektion=1">cpp(1)</a> predefined macros for alpha and sparc.
                    739: <li>Sync <a href="http://man.openbsd.org/?query=em&amp;sektion=4">em(4)</a> with FreeBSD updates and enable on sparc64.
                    740: <li>Add -0 (zero) flag to <a href="http://man.openbsd.org/?query=pax&amp;sektion=1">pax(1)</a> allowing the filename separator to be a NUL instead of a newline (PR#3310).
                    741: <li>In <a href="http://man.openbsd.org/?query=xargs&amp;sektion=1">xargs(1)</a>, don't close the descriptor we just created with <a href="http://man.openbsd.org/?query=dup2&amp;sektion=2">dup2(2)</a>.
                    742: <li><a href="http://man.openbsd.org/?query=security&amp;sektion=8">security(8)</a> allows dots in usernames consistent with <a href="http://man.openbsd.org/?query=user&amp;sektion=8">user(8)</a> changes.
                    743: <li><a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>'s show anchor command now respects the 'quiet' flag.
                    744: <li>Make <a href="http://man.openbsd.org/?query=dhclient-script&amp;sektion=8">dhclient-script(8)</a> respect symlinks.
1.1       david     745: <li>Remove obsolete Rijndael code from libcrypto.
                    746: <li>Support more Intel Fast Ethernet and Gigabit Ethernet cards.
1.45      sthen     747: <li>Use real varargs in <a href="http://man.openbsd.org/?query=top&amp;sektion=1">top(1)</a> instead of hacking it.
1.1       david     748: <!-- ^ 20030613 -->
1.45      sthen     749: <li><a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> and <a href="http://man.openbsd.org/?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a> now use the key label from a PKCS#12 cert if one is available, instead of just showing 'smartcard key.'
                    750: <li>Stop <a href="http://man.openbsd.org/?query=security&amp;sektion=8">security(8)</a> complaining about usernames ending in '$'.
                    751: <li>Speed up <a href="http://man.openbsd.org/?query=m4&amp;sektion=1">m4(1)</a> traced macros, helps with recent GNU autoconf.
                    752: <li>Make queues work on <a href="http://man.openbsd.org/?query=tun&amp;sektion=4">tun(4)</a> interfaces. Not recommended (should assign to tun, then queue on physical interface) but sometimes necessary, e.g. for <a href="http://man.openbsd.org/?query=pppoe&amp;sektion=8">pppoe(8)</a>.
                    753: <li>In <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> don't apply a netmask to an interface name.<br>
1.1       david     754:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    755: <li>Allow the kernel to compile with NFS but without FIFO.
1.45      sthen     756: <li>POSIXify <a href="http://man.openbsd.org/?query=xargs&amp;sektion=1">xargs(1)</a>, mostly from FreeBSD.
1.1       david     757: <!-- ^ 20030612 -->
                    758: <li>Much ansification and de-registering.
1.45      sthen     759: <li>Add NAT-T dump support to <a href="http://man.openbsd.org/?query=tcpdump&amp;sektion=8">tcpdump(8)</a>.
                    760: <li>Make <a href="http://man.openbsd.org/?query=ssh-agent&amp;sektion=1">ssh-agent(1)</a> lifetime and confirmation features work with smartcard keys.
                    761: <li>Build <a href="http://man.openbsd.org/?query=bs&amp;sektion=6">bs(6)</a> and <a href="http://man.openbsd.org/?query=hunt&amp;sektion=6">hunt(6)</a> again now that they have good licenses.
1.1       david     762: <li>Add option MFS to the kernel on several architectures, to fix upgrade breakage.
                    763: <li>Some RFC3542 Advanced Sockets API for IPv6 updates.
1.45      sthen     764: <li>Add an ARM target for <a href="http://man.openbsd.org/?query=gcc&amp;sektion=1">gcc(1)</a>.
1.1       david     765: <!-- ^ 20030611 -->
1.45      sthen     766: <li>De-uglify <a href="http://man.openbsd.org/?query=dhclient-script&amp;sektion=8">dhclient-script(8)</a>, and (mostly) fix <a href="http://man.openbsd.org/?query=resolv.conf&amp;sektion=5">resolv.conf(5)</a> update problems.
                    767: <li>Allow zero intervals in <a href="http://man.openbsd.org/?query=newsyslog&amp;sektion=8">newsyslog(8)</a> config files.
1.1       david     768: <li>Fix a missing initialisation in pf_test() and avoid random state table additions.
1.45      sthen     769: <li>Add login class support (-class option) to <a href="http://man.openbsd.org/?query=adduser&amp;sektion=8">adduser(8)</a>.
                    770: <li><a href="http://man.openbsd.org/?query=rmail&amp;sektion=8">rmail(8)</a> now tells sendmail to deliver in the foreground.
                    771: <li>Make <a href="http://man.openbsd.org/?query=rmail&amp;sektion=8">rmail(8)</a> pass the -G flag to <a href="http://man.openbsd.org/?query=sendmail&amp;sektion=8">sendmail(8)</a> as expected.
                    772: <li>Install <a href="http://man.openbsd.org/?query=rcs2log&amp;sektion=1">rcs2log(1)</a> properly (PR#3298).
                    773: <li>In <a href="http://man.openbsd.org/?query=user&amp;sektion=8">user(8)</a> check that a login class exists before using it (PR#2699).
                    774: <li><a href="http://man.openbsd.org/?query=user&amp;sektion=8">user(8)</a> changes from NetBSD:<br>
1.1       david     775:        <ul>
1.45      sthen     776:          <li><a href="http://man.openbsd.org/?query=useradd&amp;sektion=8">useradd(8)</a> and <a href="http://man.openbsd.org/?query=usermod&amp;sektion=8">usermod(8)</a> now check that the encrypted password length is correct.
1.1       david     777:          <li>Log user and group modifications via syslog.
                    778:          <li>Pickier command line option checks.
                    779:          <li>When deleting a user including the profile, remove all references to that user from /etc/group.
                    780:          <li>Checks that a group is in the local files (not from YP) before attempting to modify it.
                    781:        </ul>
                    782: <li>Don't allow /dev/crypto to be opened at all if the kernel is compiled without the CRYPTO option.<br>
                    783:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.45      sthen     784: <li>Make <a href="http://man.openbsd.org/?query=mount&amp;sektion=2">mount(2)</a> return EROFS instead of EPERM when trying to mount a dirty filesystem.
                    785: <li>Make <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> more robust when faced with unknown ID types.<br>
1.1       david     786:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    787: <li>Change the timer pthread uses, allowing threaded apps to be profiled.
                    788: <!-- ^ 20030610 -->
1.45      sthen     789: <li>Allow <a href="http://man.openbsd.org/?query=newsyslog&amp;sektion=8">newsyslog(8)</a> to detect negative numbers in pid files.
                    790: <li>Stop <a href="http://man.openbsd.org/?query=sudo&amp;sektion=8">sudo(8)</a> busy-waiting when waiting for <a href="http://man.openbsd.org/?query=sendmail&amp;sektion=8">sendmail(8)</a> to do its work.
                    791: <li>Better CDDB input checking for <a href="http://man.openbsd.org/?query=cdio&amp;sektion=1">cdio(1)</a>.
                    792: <li>Make the byte order more uniform in the <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> nat code.
1.1       david     793: <li>Back out tcp_trace IPv6 changes and fix PR#3283.
1.45      sthen     794: <li>Stability fixes for <a href="http://man.openbsd.org/?query=siop&amp;sektion=4">siop(4)</a> when under heavy load.<br>
1.1       david     795:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a> <!-- XXX 3.3-stable -->
                    796: <!-- ^ 20030609 -->
1.45      sthen     797: <li>Allow <a href="http://man.openbsd.org/?query=user&amp;sektion=8">user(8)</a>'s -e and -f to accept both month-day-year and seconds-since-epoch times. From NetBSD.
                    798: <li>Detect oversized usernames in <a href="http://man.openbsd.org/?query=pwd_mkdb&amp;sektion=8">pwd_mkdb(8)</a>.
                    799: <li>Check for oversize group names to <a href="http://man.openbsd.org/?query=user&amp;sektion=8">user(8)</a> and fail the command.
                    800: <li>Fix an off-by-one in <a href="http://man.openbsd.org/?query=user&amp;sektion=8">user(8)</a>.
                    801: <li><a href="http://man.openbsd.org/?query=m4&amp;sektion=1">m4(1)</a>'s patsubst command now accepts null patterns. This appears to fix GNU Autoconf 2.57.
                    802: <li>A <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> table on an anchor rule creates a real anchor, so <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> works the way one expects.
1.1       david     803: <!-- ^ 20030608 -->
1.45      sthen     804: <li>Stop <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> (with the -ss option) printing IPv4 address/netmask pairs as a.b.c.d/128.
                    805: <li>Have <a href="http://man.openbsd.org/?query=identd&amp;sektion=8">identd(8)</a> run by default as user _identd if possible, and fall back to user nobody if that fails.
                    806: <li>Replace setjmp/longjmp in <a href="http://man.openbsd.org/?query=less&amp;sektion=1">less(1)</a> with interruptible system calls.
1.1       david     807: <!-- ^ 20030607 -->
1.45      sthen     808: <li>Avoid a null deref in <a href="http://man.openbsd.org/?query=fontconfig&amp;sektion=3">fontconfig(3)</a> when $HOME is not set.
1.1       david     809: <li>Fix the addition of /usr/local/lib/X11/fonts to /etc/fonts.conf.
1.45      sthen     810: <li>Don't use M_WAIT in <a href="http://man.openbsd.org/?query=atalk&amp;sektion=4">atalk(4)</a>.
1.1       david     811: <li>Don't forward IPv6 multicasts to an interface that's no longer around to receive them.
                    812: <!-- ^ 20030606 -->
                    813: <li>Add large file support to distrib/special/more.
                    814: <!-- ^ 20030605 -->
                    815: <li>Teach distrib/special/more how to handle arbitrarily long lines and \r\n line endings.
1.45      sthen     816: <li>Set <a href="http://man.openbsd.org/?query=rusers&amp;sektion=1">rusers(1)</a>' column width to 80 if stdout isn't a tty.
1.1       david     817: <!-- ^ 20030604 -->
1.45      sthen     818: <li>Add generic '-fno-builtin-&lt;function&gt;' option to <a href="http://man.openbsd.org/?query=gcc&amp;sektion=1">gcc(1)</a> (see <a href="http://man.openbsd.org/?query=gcc-local&amp;sektion=1">gcc-local(1)</a>).
                    819: <li>Kill the parent <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> process when <a href="http://man.openbsd.org/?query=scp&amp;sektion=1">scp(1)</a> or <a href="http://man.openbsd.org/?query=sftp&amp;sektion=1">sftp(1)</a> receive a signal (OpenSSH bug <a href="http://bugzilla.mindrot.org/show_bug.cgi?id=241">241</a>).
                    820: <li>Only drop setgid privileges the once in <a href="http://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>.
                    821: <li>Disable <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> challenge/response and keyboard-interactive authentication methods if there's a host key mismatch, to reduce the likelihood of MiTM attacks catching out ignorant users (OpenSSH bug <a href="http://bugzilla.mindrot.org/show_bug.cgi?id=580">580</a>).
                    822: <li>Make <a href="http://man.openbsd.org/?query=less&amp;sektion=1">less(1)</a>'s --More-- prompt more --less--, less More, and more POSIX.
1.1       david     823: <li>Fix distrib/special/more on machines with unsigned chars.
                    824: <li>Simply and fix tty handing in /distrib/special/more.
                    825: <!-- ^ 20030603 -->
1.45      sthen     826: <li>Stop <a href="http://man.openbsd.org/?query=event&amp;sektion=3">event(3)</a> honouring EVENT_NOKQUEUE when running set[ug]id.
                    827: <li>Disable the <a href="http://man.openbsd.org/?query=ld.so&amp;sektion=1">ld.so(1)</a> library load order randomiser, it seems to be exposing bugs elsewhere.
                    828: <li>Provide a fast path for userland <a href="http://man.openbsd.org/?query=crypto&amp;sektion=9">crypto(9)</a> requests, bypassing the kernel queues where possible.
                    829: <li>Add some tag-related utility functions in kernel <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a>.
1.1       david     830: <!-- ^ 20030602 -->
1.45      sthen     831: <li>In <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> process 'show' options before options that change the rulebase.
1.1       david     832: <li>Huge license cleanup all over the tree.
1.45      sthen     833: <li>Fix random lockups of <a href="http://man.openbsd.org/?query=cac&amp;sektion=4">cac(4)</a> devices.<br>
1.1       david     834:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.45      sthen     835: <li>Deprecate the dangerous VerifyReverseMapping <a href="http://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a> option, and replace with new UseDNS option (enabled by default).
1.1       david     836: <li>Install OpenSSL include files in /usr/include/openssl instead of ../ssl.
                    837: <li>Remove the advertising clause from many license statements.
1.45      sthen     838: <li>Use <a href="http://man.openbsd.org/?query=getopt_long&amp;sektion=3">getopt_long(3)</a> for <a href="http://man.openbsd.org/?query=getopt&amp;sektion=3">getopt(3)</a>, instead of the old implementation.
                    839: <li>Remove a potential double-free from <a href="http://man.openbsd.org/?query=systrace&amp;sektion=1">systrace(1)</a>.
1.1       david     840: <!-- ^ 20030602 -->
                    841: <li>Fix a bad string bounds check in libedit.
                    842: <li>String cleaning bootblocks for all architectures. Now only bind and src/gnu use unsafe string functions.
1.45      sthen     843: <li>Fix a few long-missing initialisations, so we don't end up using random stack noise as a hint to <a href="http://man.openbsd.org/?query=uvm_map&amp;sektion=9">uvm_map(9)</a> via uvm_km_suballoc().
                    844: <li>Improve <a href="http://man.openbsd.org/?query=ddb&amp;sektion=4">ddb(4)</a>'s symbol table lookup algorithm.
1.1       david     845: <!-- ^ 20030601 -->
                    846: <li>Properly mask off all but the last 8 bits of status in WSTOPSIG and WEXITSTATUS.
                    847: <li>Add preliminary LBA support to the i386 bootloader.
                    848: <!-- ^ 20030531 -->
1.45      sthen     849: <li>Build a dynamic <a href="http://man.openbsd.org/?query=com_err&amp;sektion=3">com_err(3)</a> library.
                    850: <li>Add <a href="http://man.openbsd.org/?query=pmdb&amp;sektion=1">pmdb(1)</a> to the default build.
                    851: <li>Fix timeout signedness bugs in <a href="http://man.openbsd.org/?query=brconfig&amp;sektion=8">brconfig(8)</a> and <a href="http://man.openbsd.org/?query=bridge&amp;sektion=4">bridge(4)</a>.
1.1       david     852: <li>Some deeper string cleaning in bind9.
1.45      sthen     853: <li>Stop <a href="http://man.openbsd.org/?query=pmdb&amp;sektion=1">pmdb(1)</a> dumping core when the program to be run doesn't exist.
1.1       david     854: <li>Add LD_NORANDOM to the list of environment variables that get zapped when running setuid/setgid.
                    855: <li>Load dynamic libraries in random order, to reduce the probability of an attacker guessing the address of the loaded code. Define LD_NORANDOM to disable.
                    856: <!-- ^ 20030530 -->
1.45      sthen     857: <li>Make <a href="http://man.openbsd.org/?query=dhclient&amp;sektion=8">dhclient(8)</a> more robust by accept non-DHCPNAK messages with yiaddr=0.0.0.0, as sent by some common DHCP servers that ignore the RFC.<br>
1.1       david     858:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    859: <li>Reorder the sections in many manpages.
1.45      sthen     860: <li>Use <a href="http://man.openbsd.org/?query=seteuid&amp;sektion=2">sete[ug]id(2)</a> as well as set[ug]id() in <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> when doing privsep and when permanently setting the [ug]id.
1.1       david     861: <li>When setting the tcp6 mss, fetch the link mtu using IN6_LINKMTU() (which takes neighbour discovery mtu settings into account) instead of always using the interface mtu.
                    862: <li>Allow numeric uid and gid in systrace, and '&lt;' and '&gt;' operators for ids.
                    863: <li>Add support for IPv6 jumbograms.
                    864: <li>Fix some bugs IPv6-related bugs in tcp_trace().
                    865: <!-- ^ 20030529 -->
                    866: <li>Incorporate distrib/special/more's helpfile into the program itself.
1.45      sthen     867: <li>Fix the endianness of <a href="http://man.openbsd.org/?query=fxp&amp;sektion=4">fxp(4)</a>'s statistics for netstat -i.
1.1       david     868: <li>Fix tab expansion, handle EDITOR not being a full pathname, and much cleanup in distrib/special/more,
                    869: <!-- ^ 20030528 -->
                    870: <li>Add pthread support for vax.
                    871: <li>Don't risk an M_WAIT deadlock when processing raw IP output.
                    872: <li>Make libwrap check for <a href="http://www.kame.net/newsletter/20030527/">bogus PTR records</a> containing numeric IP address in string form.
                    873: <!-- ^ 20030527 -->
1.45      sthen     874: <li>Make <a href="http://man.openbsd.org/?query=df&amp;sektion=1">df(1)</a> use the new <a href="http://man.openbsd.org/?query=fmt_scaled&amp;sektion=3">fmt_scaled(3)</a> stuff in libutil.
1.1       david     875: <!-- XXX query src/sys/arch/i386/include/pmap.h#rev1.33 -->
1.45      sthen     876: <li>Fix a few bad *printf format strings in <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
1.1       david     877: <li>Install the mod_ssl headers under /usr/lib/apache/include/
1.45      sthen     878: <li>Add IPv6 support to <a href="http://man.openbsd.org/?query=trpt&amp;sektion=8">trpt(8)</a>.
1.1       david     879: <!-- ^ 20030526 -->
1.45      sthen     880: <li>Fix <a href="http://man.openbsd.org/?query=xdm&amp;sektion=1">xdm(1)</a>'s XDMCP queries (XFree86 bug <a href="http://bugs.xfree86.org/cgi-bin/bugzilla/show_bug.cgi?id=277">#277</a>).
                    881: <li>Unbreak <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> binat rules after recent netmask check changes.
1.1       david     882: <!-- ^ 20030525 -->
1.45      sthen     883: <li>Improve <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>'s netmask validity check.
                    884: <li>Have <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> properly free buffers and initialise pointers when working on tables.
                    885: <li>Push <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> syslog output through <a href="http://man.openbsd.org/?query=strnvis&amp;sektion=3">strnvis(3)</a> first.
1.1       david     886: <!-- ^ 20030524 -->
1.45      sthen     887: <li>Fix an fdset leak in <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
1.1       david     888: <!-- ^ 20030523 -->
1.45      sthen     889: <li>Remove unsafe <a href="http://man.openbsd.org/?query=sprintf&amp;sektion=9&amp;manpath=OpenBSD+3.3">sprintf(9)</a> and vsprintf() functions from the kernel.
1.1       david     890: <!-- ^ 20030522 -->
1.45      sthen     891: <li>Ignore media changes for the first command issued to an <a href="http://man.openbsd.org/?query=sd&amp;sektion=4">sd(4)</a> device. See the <a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/scsi/sd.c#rev1.61">checkin comment</a> for details.
                    892: <li>Match kernel <a href="http://man.openbsd.org/?query=vprintf&amp;sektion=9">vprintf(9)</a> prototype to that of userland.
                    893: <li>Have <a href="http://man.openbsd.org/?query=getconf&amp;sektion=1">getconf(1)</a> return _POSIX_PATH_MAX instead of _POSIX_PIPE_MAX when asked for the former.
1.1       david     894: <!-- ^ 20030521 -->
                    895: <li>Now that kernels are built with propolice, build modules with it too.
1.45      sthen     896: <li>New hardware monitoring sensors driver <a href="http://man.openbsd.org/?query=it&amp;sektion=4">it(4)</a>.
                    897: <li>Fix endianness problems in <a href="http://man.openbsd.org/?query=dc&amp;sektion=4">dc(4)</a> that caused multicast reception to fail when using Centaur chips.
1.1       david     898: <li>Add a missing initialisation in altq HFSC.
                    899: <li>Add read-only NTFS support, ported from NetBSD. Not enabled in GENERIC.
1.45      sthen     900: <li>Add a flag to reverse the stereo on <a href="http://man.openbsd.org/?query=auich&amp;sektion=4">auich(4)</a>.
1.1       david     901: <!-- ^ 20030520 -->
1.45      sthen     902: <li>Limit the return value of <a href="http://man.openbsd.org/?query=nice&amp;sektion=3">nice(3)</a> to -NZERO &le; nice &le; NZERO, where NZERO=20.
                    903: <li>Make <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> fail hard when fed invalid hostnames and netmasks.
1.1       david     904: <li>Many games fixes from NetBSD.
                    905: <li>Allow the i386 and hppa bootloaders to skip the interactive portion altogether.
                    906: <li>Fix a badly broken switch statement affecting SO_DEBUG in tcp_input.c.
1.45      sthen     907: <li>Stop <a href="http://man.openbsd.org/?query=lpr&amp;sektion=1">lpr(1)</a> from checking if the printed file is an executable. Leave this to <a href="http://man.openbsd.org/?query=lpd&amp;sektion=8">lpd(8)</a> filters.
                    908: <li>Use a decay filter to get better altq throughput statistics out of <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>.
1.1       david     909: <!-- ^ 20030519 -->
1.45      sthen     910: <li>In <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>'s do_log(), use <a href="http://man.openbsd.org/?query=syslog_r&amp;sektion=3">syslog_r(3)</a> in code that can be called from a signal handler.
                    911: <li>Severely restrict the paths that privsep <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> can read from and write to.
                    912: <li>Use sockaddr_storage instead of sockaddr in <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> to fix interface rescanning.
                    913: <li>Keep X.509 private keys only in the privileged part of privsep <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
                    914: <li>When using the <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> SYN proxy, make sure ACKs are sent with the correct window size.
1.1       david     915: <li>Wait longer for slow USB devices to be ready for attachment.
                    916: <!-- ^ 20030518 -->
                    917: <li>Don't build libperl in the libraries pass of 'make build', as we want Perl's configure to pick up details of the libraries that the build may be changing. Another leapfrog-in-waiting.
                    918: <li>Add regen target in libkrb5 to remove (again) the dependency on an up-to-date asn1_compile.
1.5       deraadt   919: <li>Complain more consistently about a missing 80-wire IDE cable (for UDMA mode &gt; 2).
1.45      sthen     920: <li>In <a href="http://man.openbsd.org/?query=syslogd&amp;sektion=8">syslogd(8)</a> don't use <a href="http://man.openbsd.org/?query=strlcpy&amp;sektion=3">strlcpy(3)</a> when printing strings out of struct utmp, since those strings aren't null terminated.
1.1       david     921: <li>Don't ARP for our IP address aliases, treat them as local.
                    922: <li>Merge in a number of USB SCSI device updates from NetBSD.
1.45      sthen     923: <li>Add experimental support for aes-ctr <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> ciphers.
1.1       david     924: <li>Apply some of the USB SCSI improvements to the FireWire code as well.
1.45      sthen     925: <li>Add string length bounds to an <a href="http://man.openbsd.org/?query=sscanf&amp;sektion=3">sscanf(3)</a> in <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>'s rhosts auth code.
                    926: <li>Pull in a fix for directory creation under <a href="http://man.openbsd.org/?query=systrace&amp;sektion=1">systrace(1)</a>.
                    927: <li>Fix <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> rdr rules with address pools using bitmask and source-hash address selection.<br>
1.1       david     928:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.45      sthen     929: <li>Allow inverse matching of <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> tags.
                    930: <li>Fix media handling for Intel <a href="http://man.openbsd.org/?query=dc&amp;sektion=4">dc(4)</a> devices.
1.1       david     931: <!-- ^ 20030517 -->
1.45      sthen     932: <li>Use the right buffer in <a href="http://man.openbsd.org/?query=spamd&amp;sektion=8">spamd(8)</a>'s connection handler.
                    933: <li>Use <a href="http://man.openbsd.org/?query=mmap&amp;sektion=2">mmap(2)</a> instead of <a href="http://man.openbsd.org/?query=malloc&amp;sektion=3">malloc(3)</a> in <a href="http://man.openbsd.org/?query=vfprintf&amp;sektion=3">vfprintf(3)</a> when more memory is needed to store arguments. See the <a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdio/vfprintf.c#rev1.19">checkin comment</a> for why.
                    934: <li>New Renegotiate-on-HUP option for the [general] section of <a href="http://man.openbsd.org/?query=isakmpd.conf&amp;sektion=5">isakmpd.conf(5)</a> will cause all Phase 2 SAs to be renegotiated.
                    935: <li>Fix a couple of signedness nits in <a href="http://man.openbsd.org/?query=ksh&amp;sektion=1">ksh(1)</a>.
1.1       david     936: <li>Improvements to USB SCSI support.
1.45      sthen     937: <li>Fix <a href="http://man.openbsd.org/?query=mg&amp;sektion=1">mg(1)</a>'s up and down cursor movement.
                    938: <li>Have <a href="http://man.openbsd.org/?query=ksh&amp;sektion=1">ksh(1)</a> use the libc <a href="http://man.openbsd.org/?query=dup2&amp;sektion=2">dup2(2)</a> instead of its own.
1.1       david     939: <li>Fare thee well, Kerberos IV.
1.45      sthen     940: <li>Another big-bucks firewall feature performed by <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a>: TCP SYN proxy, enabled with 'synproxy state' (this implies modulate state).
                    941: <li>New AddressFamily option for <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> that works like the -4 and -6 command line options (portable OpenSSH <a href="http://bugzilla.mindrot.org/show_bug.cgi?id=534">bug 534</a>).
                    942: <li>Allow address comparison in <a href="http://man.openbsd.org/?query=wi&amp;sektion=4">wi(4)</a> to work on sparc64.
                    943: <li>Prevent a <a href="http://man.openbsd.org/?query=spamd-setup&amp;sektion=8">spamd-setup(8)</a> crash with a config file consisting of only invalid input.
1.1       david     944: <!-- ^ 20030516 -->
                    945: <li>Don't assume that rt-&gt;rt_ifp is valid in IPv6 neighbour discovery.
1.45      sthen     946: <li>Add new ConnectTimeout option to <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
                    947: <li>Disable Kerberos options to <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> programs if Kerberos isn't compiled in, and warn if they're used.
1.1       david     948: <li>Have 'ssh -V' print the OpenSSL version properly, instead of trying to %s on a long.
                    949: <li>Repair IPsec forwarding for IPv6, fixing PR#3231.
1.45      sthen     950: <li>Fix a hang in libwrap when the <a href="http://man.openbsd.org/?query=hosts_access&amp;sektion=5">hosts_access(5)</a> file has a line containing &gt; 2048 characters. (NetBSD pr#15025.)
                    951: <li>Add multi-column output to the ls command of <a href="http://man.openbsd.org/?query=sftp&amp;sektion=1">sftp(1)</a>.
                    952: <li>Wash untrusted input to <a href="http://man.openbsd.org/?query=mail&amp;sektion=1">mail(1)</a> through <a href="http://man.openbsd.org/?query=vis&amp;sektion=3">vis(3)</a> before display.
                    953: <li>In <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>, don't store the private key in data structures we pass around a lot.
                    954: <li>Fix a missing <a href="http://man.openbsd.org/?query=freerrset&amp;sektion=3">freerrset(3)</a> in new <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> dnsfp code.
                    955: <li>New <a href="http://man.openbsd.org/?query=fmt_scaled&amp;sektion=3">fmt_scaled(3)</a> and <a href="http://man.openbsd.org/?query=scan_scaled&amp;sektion=3">scan_scaled(3)</a> functions in libutil, for writing and reading numbers with human-readable scales.
                    956: <li>Like for <a href="http://man.openbsd.org/?query=sysctl&amp;sektion=8">sysctl(8)</a>, add a -q option to shut <a href="http://man.openbsd.org/?query=mixerctl&amp;sektion=1">mixerctl(1)</a>'s -w option up.
                    957: <li>Preliminary privilege separation support for <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>, not enabled by default for now.
                    958: <li>Fix deregistration of per-authentication method handlers in <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
                    959: <li>In <a href="http://man.openbsd.org/?query=faithd&amp;sektion=8">faithd(8)</a> specify IPPROTO_TCP explicitly in anticipation of a day when <a href="http://man.openbsd.org/?query=getaddrinfo&amp;sektion=3">getaddrinfo(3)</a> supports sctp.
1.1       david     960: <!-- ^ 20030515 -->
                    961: <li>Prepare to move all KerberosV libraries to /usr/lib.
                    962: <li>More TCP scrubbing: Modulate TCP timestamps to frustrate NAT detection and prevent remote uptime guesses. New scrub option 'reassemble tcp'.
1.45      sthen     963: <li>Kill more unwanted <a href="http://man.openbsd.org/?query=le&amp;sektion=4&arch=i386">le(4)</a> 'lost carrier' moans.
1.1       david     964: <li>Remove the rather short-lived kernel option LONGRUN, it's now standard except SMALL_KERNEL is defined.
1.45      sthen     965: <li>Enable <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> tagging support for rdr and binat rules.
                    966: <li>Add _isakmpd user and group for <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> privsep.
                    967: <li>Allow <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> clients to send a BREAK to the remote server if it supports it (SSHv2 only).
                    968: <li>Add _kdc and _kadmin users and groups for the respective KerberosV <a href="http://man.openbsd.org/?query=kdc&amp;sektion=8">kdc(8)</a> and <a href="http://man.openbsd.org/?query=kadmind&amp;sektion=8">kadmind(8)</a> daemons.
1.5       deraadt   969: <li>On i386, support Transmeta LongRun power management (kernel option LONGRUN, enabled by default).
1.45      sthen     970: <li>Add a <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> tag for each rule that matches, not just the last one.
1.1       david     971: <li>Remove gated stuff from /etc/rc and /etc/rc.conf.
1.45      sthen     972: <li>Add experimental support for <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> host key fingerprint verification using DNS records (dnsfp). Not built by default. See src/usr.bin/ssh/README.dns for details and build instructions.
                    973: <li>Unbreak <a href="http://man.openbsd.org/?query=malloc&amp;sektion=3">malloc(3)</a> map_pages() failure test on 64-bit architectures.
                    974: <li>Back out many recent <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> changes until they're working right.
1.1       david     975: <li>Disable KerberosIV support in XFree.
1.45      sthen     976: <li>Make sure <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> privsep children die when the monitor parent goes away (OpenSSH <a href="http://bugzilla.mindrot.org/show_bug.cgi?id=560">bug 560</a>).
                    977: <li>Upgrade <a href="http://man.openbsd.org/?query=pflogd&amp;sektion=8">pflogd(8)</a> to use the new <a href="http://man.openbsd.org/?query=bpf&amp;sektion=4">bpf(4)</a> link type too.
                    978: <li>Teach <a href="http://man.openbsd.org/?query=tcpdump&amp;sektion=8">tcpdump(8)</a> and libpcap about the new <a href="http://man.openbsd.org/?query=pflog&amp;sektion=4">pflog(4)</a> link type in <a href="http://man.openbsd.org/?query=bpf&amp;sektion=4">bpf(4)</a>.
                    979: <li>Upgrade <a href="http://man.openbsd.org/?query=bpf&amp;sektion=4">bpf(4)</a> support for the <a href="http://man.openbsd.org/?query=pflog&amp;sektion=4">pflog(4)</a> link type to the 'official' and more extensible version from the <a href="http://www.tcpdump.org/">libpcap</a> people.
1.1       david     980: <li>Start stripping out KerberosIV support from programs.
1.45      sthen     981: <li>When handling a numeric nodename in <a href="http://man.openbsd.org/?query=getaddrinfo&amp;sektion=3">getaddrinfo(3)</a>, set the canonical hostname to the numeric address as per <a href="http://www.ietf.org/rfc/rfc3493.txt">RFC3493</a>.
                    982: <li>Make <a href="http://man.openbsd.org/?query=vis&amp;sektion=3">vis(3)</a>'s VIS_SAFE behaviour match the manpage w.r.t <a href="http://man.openbsd.org/?query=isgraph&amp;sektion=3">isgraph(3)</a>.
                    983: <li>Allow tags to be specified for <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> block rules (which aren't allowed to keep state).
                    984: <li>Allow the <a href="http://man.openbsd.org/?query=pf.conf&amp;sektion=5">pf.conf(5)</a> scrub keyword to take a protocol specifier again.
1.1       david     985: <li>Remove KerberosIV support from KerberosV code.
1.45      sthen     986: <li>Add packet tag support for <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> nat rules.
1.1       david     987: <li>Correct a string length problem and a missing null init in libreadline.
1.45      sthen     988: <li>Add kerberos-over-ssh2 support to <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>.
1.1       david     989: <li>Reapply the move of Ethernet definitions to &lt;net/ethertypes.h&gt;, but this time have &lt;netinet/if_ether.h&gt; read them in for compatibility reasons.
1.45      sthen     990: <li>New -q flag for <a href="http://man.openbsd.org/?query=sysctl&amp;sektion=8">sysctl(8)</a> to suppress output from the -w option.
                    991: <li>Fix a circular dependency by removing libtelnet, instead compile the code directly into <a href="http://man.openbsd.org/?query=telnet&amp;sektion=1">telnet(1)</a>, <a href="http://man.openbsd.org/?query=telnetd&amp;sektion=8">telnetd(8)</a> and <a href="http://man.openbsd.org/?query=tn3270&amp;sektion=1">tn3270(1)</a> from files in libexec/telnetd.
1.1       david     992: <li>Move contents of libkafs into libkrb5, leave libkafs as an empty dummy library.
1.45      sthen     993: <li>Fix a use-after-free in the new <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> tagging code in the kernel.
                    994: <li>Enable the increasingly popular <a href="http://man.openbsd.org/?query=em&amp;sektion=4">em(4)</a> driver by default on i386 RAMDISK* kernels.
                    995: <li>Sync <a href="http://man.openbsd.org/?query=rdist&amp;sektion=1">rdist(1)</a> with freerdist version 0.92, minus the compress option.
1.1       david     996: <li>Don't build KerberosIV programs. Libraries still built for the moment.
                    997: <li>Move blktochr() and chrtoblk() into kernel MI code.
                    998: <li>Add [bc]devsw_lookup() kernel convenience functions.
                    999: <!-- ^ 20030514 -->
1.45      sthen    1000: <li>In <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> make sure packet tagging is only used on stateful filter rules.
                   1001: <li>Add NO_PROPOLICE kernel <a href="http://man.openbsd.org/?query=config&amp;sektion=8">config(8)</a> option to build the kernel without the stack protector. Handy for install media.
1.1       david    1002: <li>Fix a string length off-by-one in libreadline.
1.45      sthen    1003: <li>Add userland portion of <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> packet tagging support.
1.1       david    1004: <li>Disable afs until it can be made to work sans KerberosIV.
1.45      sthen    1005: <li>Force global 'time' structure to be quad_t aligned, unbreaking sparc <a href="http://man.openbsd.org/?query=microtime&amp;sektion=9">microtime(9)</a> and possibly other things too.
                   1006: <li>Add support in kernel <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> for tagging packets, and filtering based on those tags.
                   1007: <li>New <a href="http://man.openbsd.org/?query=mbuf&amp;sektion=9">mbuf(9)</a> tag PACKET_TAG_PF_TAG.
                   1008: <li>Make sure <a href="http://man.openbsd.org/?query=lndir&amp;sektion=1">lndir(1)</a> doesn't try to use -1 as an array index when reading a directory.
1.1       david    1009: <li>On ELF architectures, support the blocking of thread switches during non-thread-safe dynamic loader operations.
                   1010: <li>Sync ELF identification indexes with the <a href="http://www.caldera.com/developers/gabi/2000-07-17/ch4.eheader.html">System V ABI</a> specs.
1.45      sthen    1011: <li>Stop AM7990 (<a href="http://man.openbsd.org/?query=le&amp;sektion=4&arch=i386">le(4)</a>) devices emitting 'lost carrier' messages.
1.1       david    1012: <li>Back out &lt;netinet/if_ether.h&gt; changes after they caused userland meltdown.
                   1013: <li>Add propolice stack-smash protector support to the kernel, and build the kernel using it on architectures that support propolice.
                   1014: <li>Re-enable NULLFS, UMAPFS and UNION in the GENERIC kernel.
                   1015: <li>Move Ethernet definitions from &lt;netinet/if_ether.h&gt; to new &lt;net/ethertypes.h&gt;, like NetBSD.
1.45      sthen    1016: <li>Disable Kerberos V-to-IV conversion in <a href="http://man.openbsd.org/?query=login_krb5&amp;sektion=8">login_krb5(8)</a> and <a href="http://man.openbsd.org/?query=login_krb5-or-pwd&amp;sektion=8">login_krb5-or-pwd(8)</a>
                   1017: <li>Stop building <a href="http://man.openbsd.org/?query=login_krb4&amp;sektion=8">login_krb4(8)</a> and <a href="http://man.openbsd.org/?query=login_krb4-or-pwd&amp;sektion=8">login_krb4-or-pwd(8)</a>.
                   1018: <li>Remove references to krb4 from <a href="http://man.openbsd.org/?query=login.conf&amp;sektion=5">login.conf(5)</a>.
1.37      nick     1019: <li>Changes to the way protection fault traps are handled on i386, see the <a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/i386/machdep.c#rev1.229">checkin comment</a> for details and Intel abuse.
1.1       david    1020: <li>Merge in <a href="http://www.pdc.kth.se/heimdal/">Heimdal</a> KerberosV 0.6.
1.45      sthen    1021: <li>Stop <a href="http://man.openbsd.org/?query=user&amp;sektion=8">user(8)</a> from accepting usernames beginning with a slash.
                   1022: <li>Don't report unsupported <a href="http://man.openbsd.org/?query=scsi&amp;sektion=4">scsi(4)</a> devices as offline.
1.1       david    1023: <!-- ^ 20030513 -->
1.45      sthen    1024: <li>When testing TCP window sizes in <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a>, don't apply the window scaling factor for SYN packets. Do, however, apply the scaling factor when testing ACKs.
                   1025: <li>Fix a bug in <a href="http://man.openbsd.org/?query=pkg_add&amp;sektion=1">pkg_add(1)</a> that was causing recursive dependency searches to fail.
                   1026: <li>More <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> definitions for NAT-T, IKEv2 and EAP.
1.1       david    1027: <li>Locking and other fixes to unionfs.
1.45      sthen    1028: <li>Add BLOCK_SIZE attribute to <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>, and rename AES ESP transform to AES_128_CBC.
                   1029: <li>Add UDP encapsulation type definitions (not code) to <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> with an eye to future NAT-T support.
1.1       david    1030: <li>Adapt nullfs and umapfs to use common code from genfs.
                   1031: <li>New genfs code for layered filesystem support.
1.45      sthen    1032: <li>Wash print queue names through <a href="http://man.openbsd.org/?query=vis&amp;sektion=3">vis(3)</a> before output.
                   1033: <li>Teach <a href="http://man.openbsd.org/?query=ctags&amp;sektion=1">ctags(1)</a> to understand '//' comments, ignore declarations of function types, and accept __attribute__. From NetBSD.
                   1034: <li>Correctly check for empty output from an <a href="http://man.openbsd.org/?query=at&amp;sektion=1">at(1)</a> command (PR#3252).
                   1035: <li>New <a href="http://man.openbsd.org/?query=ddb&amp;sektion=4">ddb(4)</a> command 'show proc' which, er, shows process information.
                   1036: <li>Sync <a href="http://man.openbsd.org/?query=popa3d&amp;sektion=8">popa3d(8)</a> to version 0.6.2.
1.1       david    1037: <li>Improvements and bugfixes to the installer's handing of ftp and http downloads.
1.45      sthen    1038: <li>Reorder <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> IPv6 address comparison to check the least-significant bits first, since these are more likely to differ.
                   1039: <li>Make sure the state search trees are properly in initialised when attaching <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a>.
1.1       david    1040: <li>Remove a number of KerberosV files that are not used by OpenBSD.
1.45      sthen    1041: <li>When doing pubkey authentication in <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>, prefer agent-stored keys that are referred to in the config file. This can reduce the likelihood of the server disconnecting before it gets to a valid key when the agent is storing many keys.
1.1       david    1042: <li>Start preparations to remove KerberosIV.
                   1043: <li>Remove a number of redundant declarations in games/. From NetBSD.
1.45      sthen    1044: <li><a href="http://man.openbsd.org/?query=file&amp;sektion=1">file(1)</a> now recognises Ogg Vorbis audio files.
1.1       david    1045: <li>Use the asn1_compile in src/usr.bin instead of that in src/kerberosV.
                   1046: <li>More string fixes to libreadline, this time with no ABI changes.
1.45      sthen    1047: <li>Fix a sign overflow in <a href="http://man.openbsd.org/?query=csh&amp;sektion=1">csh(1)</a>.
1.5       deraadt  1048: <li>Merge in OpenSSL 0.9.7b (without IDEA, MDC2 and RC5).
1.45      sthen    1049: <li>Implement adaptive state table timeouts in <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a>, reducing the state timeout value inversely with the number of states present.
1.1       david    1050: <!-- ^ 20030512 -->
                   1051: <li>Break asn1_compile out from KerberosV into src/usr.bin.
1.45      sthen    1052: <li>First phase of <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> stateful TCP scrubbing: Frustrate TTL-based NIDS evasion by determining on the fly the highest TTL, and enforcing it as the minimim TTL for all subsequent packets.
                   1053: <li>In <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>, Do the xstrdup() of the remote_name inside channel_new() instead of making the caller do it.
1.1       david    1054: <li>Start to fix the annoying asn1_compile leapfrog problem when upgrading KerberosV by putting the generated files into the tree.
1.45      sthen    1055: <li>Make sure a hole at the end of a sparse file created by <a href="http://man.openbsd.org/?query=install&amp;sektion=1">install(1)</a> actually gets written on all filesystems.
1.1       david    1056: <li>The installer now accepts absolutely absolute paths (relative to the installer's root directory, not the virtual mountpoint) for local sets.
1.45      sthen    1057: <li>Make <a href="http://man.openbsd.org/?query=ssh-keygen&amp;sektion=1">ssh-keygen(1)</a>'s -e option fail gracefully if the user specifies an SSH1 key. (NetBSD pr#20550.)
1.1       david    1058: <li>Avoid offence to Klingons by spelling 'Kang' correctly. <!-- No, really. -->
                   1059: <li>Merge in <a href="http://www.pdc.kth.se/heimdal/">Heimdal</a> KerberosV 0.6rc1.
1.45      sthen    1060: <li>Since mfs doesn't try to force an unmount on receipt of a signal, there's no need to try to fix up processes' working dirs - the <a href="http://man.openbsd.org/?query=unmount&amp;sektion=2">unmount(2)</a> will fail.
                   1061: <li>Fix <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>'s handling of the IPV6_ADDR ID-type.
                   1062: <li>Remove an unnecessary <a href="http://man.openbsd.org/?query=ntohs&amp;sektion=3">ntohs(3)</a> in <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>, unbreaking 'nat ... -&gt; $if port n' rules.
1.1       david    1063: <!-- ^ 20030511 -->
1.45      sthen    1064: <li>The <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> return keyword now generates an ICMP unreachable message for all protocols other than TCP (rather than just UDP and ICMP).
1.1       david    1065: <li>Have the compiler generate warnings if unsafe string functions are used in the kernel.
                   1066: <li>Back out libreadline string fixes until static build works.
1.45      sthen    1067: <li>Consign <a href="http://man.openbsd.org/?query=swapon&amp;sektion=2&amp;manpath=OpenBSD+2.5">swapon(2)</a> to COMPAT_25 in favour of <a href="http://man.openbsd.org/?query=swapctl&amp;sektion=2">swapctl(2)</a>.
                   1068: <li>Clear unused and/or invalid globals in <a href="http://man.openbsd.org/?query=authpf&amp;sektion=8">authpf(8)</a> to prevent confusion.
                   1069: <li>Update <a href="http://man.openbsd.org/?query=authpf&amp;sektion=8">authpf(8)</a> to spot (and reject) the new 'load...from' syntax.
                   1070: <li>Support loading of anchors from the main <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> ruleset with new syntax 'load anchorname:rulesetname from filename'.
1.1       david    1071: <!-- ^ 20030510 -->
1.45      sthen    1072: <li>Allow for the null-terminator when calling <a href="http://man.openbsd.org/?query=strlcpy&amp;sektion=3">strlcpy(3)</a> in <a href="http://man.openbsd.org/?query=gcvt&amp;sektion=3">gcvt(3)</a>.
1.1       david    1073: <li>Remove a number of unnecessary executable mappings in the kernel, e.g. framebuffers and page tables don't really need to be x.
                   1074: <!-- ^ 20030509 -->
1.45      sthen    1075: <li>Add <a href="http://man.openbsd.org/?query=sha2&amp;sektion=3">sha2(3)</a> digest support to libc.
                   1076: <li>Clear libc digest buffers allocated on the stack with <a href="http://man.openbsd.org/?query=memset&amp;sektion=3">memset(3)</a> before returning.
                   1077: <li>Move <a href="http://man.openbsd.org/?query=setrgid&amp;sektion=3">setrgid(3)</a> and <a href="http://man.openbsd.org/?query=setruid&amp;sektion=3">setruid(3)</a> from libc to libcompat.
                   1078: <li>Move <a href="http://man.openbsd.org/?query=insque&amp;sektion=3">insque(3)</a> and <a href="http://man.openbsd.org/?query=lsearch&amp;sektion=3">lsearch(3)</a> and <a href="http://man.openbsd.org/?query=remque&amp;sektion=3">remque(3)</a> from libcompat to libc, since they are now POSIX functions.
                   1079: <li>Don't leak socket fds in <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> queue code, otherwise we can hit the file limit if many queues are defined.
                   1080: <li>Fix a number of <a href="http://man.openbsd.org/?query=readlink&amp;sektion=2">readlink(2)</a> calls that forgot to leave space for the null-terminator that needs to be added manually.
                   1081: <li>Update <a href="http://man.openbsd.org/?query=sudo&amp;sektion=8">sudo(8)</a> to 1.6.7p5.
1.1       david    1082: <li>Add support for the userland portions of XFree86 <a href="http://dri.sourceforge.net/">DRI</a>. Not yet enabled by default.
1.45      sthen    1083: <li>In <a href="http://man.openbsd.org/?query=csh&amp;sektion=1">csh(1)</a>, null-terminate the string returned by <a href="http://man.openbsd.org/?query=readlink&amp;sektion=2">readlink(2)</a> before passing it on.
                   1084: <li>Fix <a href="http://man.openbsd.org/?query=mmap&amp;sektion=2">mmap(2)</a>'ing of the dynamic linker hints file when the file size exceeds one page.<br>
1.1       david    1085:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a> <!-- XXX 3.3-stable -->
1.45      sthen    1086: <li>Stop <a href="http://man.openbsd.org/?query=gcc&amp;sektion=1">gcc(1)</a> from inlining <a href="http://man.openbsd.org/?query=strcpy&amp;sektion=3">strcpy(3)</a> so it can be more easily spotted in object files.
1.1       david    1087: <!-- ^ 20030508 -->
1.45      sthen    1088: <li>Add missing device name parameter when printing a <a href="http://man.openbsd.org/?query=nofn&amp;sektion=4">nofn(4)</a> RNG underflow error.
                   1089: <li>Fix a bad sizeof() in <a href="http://man.openbsd.org/?query=xedit&amp;sektion=1">xedit(1)</a>.
                   1090: <li>Fix some <a href="http://man.openbsd.org/?query=sscanf&amp;sektion=3">sscanf(3)</a> off-by-ones in <a href="http://man.openbsd.org/?query=makepsres&amp;sektion=1">makepsres(1)</a>.
                   1091: <li>Remove a string memory leak in <a href="http://man.openbsd.org/?query=ld&amp;sektion=1">ld(1)</a>.
                   1092: <li>Change <a href="http://man.openbsd.org/?query=xclock&amp;sektion=1">xclock(1)</a>'s default behaviour back to -norender.
                   1093: <li>Fix a few instances of sizeof(pointer instead of object) in <a href="http://man.openbsd.org/?query=expand&amp;sektion=1">expand(1)</a>, <a href="http://man.openbsd.org/?query=lbxproxy&amp;sektion=1">lbxproxy(1)</a>, <a href="http://man.openbsd.org/?query=skeyinit&amp;sektion=1">skeyinit(1)</a> and in the Kerberos IV and BIND libraries.
1.1       david    1094: <li>Plug a memory leak in the kernel ELF loader.
1.45      sthen    1095: <li>In the installer, give the -h option to <a href="http://man.openbsd.org/?query=tar&amp;sektion=1">tar(1)</a> so symlinks on the existing system are honoured.
                   1096: <li>Make <a href="http://man.openbsd.org/?query=lynx&amp;sektion=1">lynx(1)</a> try active FTP if passive mode fails. This was missed out in the recent upgrade.
1.1       david    1097: <!-- ^ 20030507 -->
1.45      sthen    1098: <li>Have <a href="http://man.openbsd.org/?query=rdist&amp;sektion=1">rdist(1)</a> use POSIX <a href="http://man.openbsd.org/?query=regex&amp;sektion=3">regex(3)</a>.
                   1099: <li>Update <a href="http://man.openbsd.org/?query=rdist&amp;sektion=1">rdist(1)</a> to cope with <a href="http://man.openbsd.org/?query=rcmdsh&amp;sektion=3">rcmdsh(3)</a>'s new ability to handle command line options.
                   1100: <li>Make <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> rdr and binat rules work again on protocols other than TCP, UDP and ICMP.<br>
1.1       david    1101:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a> <!-- XXX 3.3-stable -->
                   1102: <li>After a forced unmount, try to change process back into real directories now that namei() won't do lookups under the old mountpoint.
                   1103: <li>Stop namei() doing lookups on unmounted volumes, prevents crashes with forced unmounts. From NetBSD.
                   1104: <li>Don't use M_WAITOK to sleep on failures when allocating hashtables for IP protocols (in_pcbinit()). Fail and panic.
1.45      sthen    1105: <li>Pretty up <a href="http://man.openbsd.org/?query=sysctl&amp;sektion=8">sysctl(8)</a> display units for hw.sensors.
                   1106: <li>Only do <a href="http://man.openbsd.org/?query=setusercontext&amp;sektion=3">setusercontext(3)</a> in <a href="http://man.openbsd.org/?query=skeyaudit&amp;sektion=1">skeyaudit(1)</a> when running as root.
                   1107: <li>Don't use string functions on non-strings in <a href="http://man.openbsd.org/?query=sd&amp;sektion=4">sd(4)</a>.
                   1108: <li>Kill a small <a href="http://man.openbsd.org/?query=asprintf&amp;sektion=3">asprintf(3)</a> memory leak in <a href="http://man.openbsd.org/?query=mg&amp;sektion=1">mg(1)</a>.
                   1109: <li>In <a href="http://man.openbsd.org/?query=skeyinfo&amp;sektion=1">skeyinfo(1)</a>, convert the username to seven-bit before doing the <a href="http://man.openbsd.org/?query=skeylookup&amp;sektion=3">skeylookup(3)</a>.
                   1110: <li>Make the <a href="http://man.openbsd.org/?query=fsirand&amp;sektion=8">fsirand(8)</a> functionality built into <a href="http://man.openbsd.org/?query=newfs&amp;sektion=8">newfs(8)</a> non-optional.
1.1       david    1111: <!-- ^ 20030506 -->
1.45      sthen    1112: <li>Allow command-line arguments in rshprog passed to <a href="http://man.openbsd.org/?query=rcmdsh&amp;sektion=3">rcmdsh(3)</a>.
                   1113: <li>Add backquote to the list of characters escaped in <a href="http://man.openbsd.org/?query=ksh&amp;sektion=1">ksh(1)</a>'s vi-{esc,tab}complete mode.
                   1114: <li>Fix a couple of <a href="http://man.openbsd.org/?query=sscanf&amp;sektion=3">sscanf(3)</a> off-by-ones in afs and <a href="http://man.openbsd.org/?query=makeinfo&amp;sektion=1">makeinfo(1)</a>.
                   1115: <li>Write the correct amount of data when disconnecting <a href="http://man.openbsd.org/?query=tip&amp;sektion=1">tip(1)</a> on biz22.
1.16      miod     1116: <li>Another memory layout change on i386 to allow a larger MAXDSIZ (see the tech@ <a href="http://marc.info/?l=openbsd-tech&m=105216246825100&w=2">archive</a> for details).
1.45      sthen    1117: <li>Add a mail mode to <a href="http://man.openbsd.org/?query=mg&amp;sektion=1">mg(1)</a> that does proper line wrapping, and add the '-f' command line option to set the mode.
                   1118: <li>Properly restore the syncer vnode if <a href="http://man.openbsd.org/?query=unmount&amp;sektion=2">unmount(2)</a> fails.
1.1       david    1119: <!-- ^ 20030505 -->
1.45      sthen    1120: <li>Use the right buffer size for <a href="http://man.openbsd.org/?query=getcwd&amp;sektion=3">getcwd(3)</a> to avoid unnecessary truncation in <a href="http://man.openbsd.org/?query=at&amp;sektion=1">at(1)</a>.
                   1121: <li>Replace local (and wrong) basename logic in <a href="http://man.openbsd.org/?query=ln&amp;sektion=1">ln(1)</a> with a call to the real <a href="http://man.openbsd.org/?query=basename&amp;sektion=3">basename(3)</a>.
1.1       david    1122: <li>Don't leak an mbuf when dropping non-ARPHRD_ETHER arp packets.<br>
                   1123:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a> <!-- XXX 3.3-stable -->
                   1124: <!-- ^ 20030504 -->
1.45      sthen    1125: <li>Compatibility improvements to <a href="http://man.openbsd.org/?query=ossaudio&amp;sektion=3">ossaudio(3)</a>, mostly from NetBSD.
                   1126: <li>Ditch <a href="http://man.openbsd.org/?query=newfs&amp;sektion=8">newfs(8)</a>/<a href="http://man.openbsd.org/?query=mount_mfs&amp;sektion=8">mount_mfs(8)</a>'s homespun malloc() in favour of <a href="http://man.openbsd.org/?query=mmap&amp;sektion=2">mmap(2)</a>.
                   1127: <li>Prevent a couple of use-after-frees in <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                   1128: <li>Defensively zero the m_flags field in <a href="http://man.openbsd.org/?query=mbuf&amp;sektion=9">mbuf(9)</a> structures allocated on the stack.
1.1       david    1129: <!-- ^ 20030503 -->
1.45      sthen    1130: <li>Make <a href="http://man.openbsd.org/?query=what&amp;sektion=1">what(1)</a> more POSIX-compliant.
                   1131: <li>Stop <a href="http://man.openbsd.org/?query=skeyaudit&amp;sektion=1">skeyaudit(1)</a> leaking file descriptors in -a mode, and be more paranoid about stdin, stdout and stderr.
                   1132: <li>Add Doug Gwyn's portable <a href="http://man.openbsd.org/?query=alloca&amp;sektion=3">alloca(3)</a> on platforms for which no assembler version yet exists, and use instead of <a href="http://man.openbsd.org/?query=gcc&amp;sektion=1">gcc(1)</a>'s alloca().
                   1133: <li>Greatly improved SIS chipset support in <a href="http://man.openbsd.org/?query=pciide&amp;sektion=4">pciide(4)</a>.
1.1       david    1134: <!-- ^ 20030502 -->
1.45      sthen    1135: <li>Make <a href="http://man.openbsd.org/?query=eso&amp;sektion=4">eso(4)</a> work on sparc64 and (probably) macppc.
                   1136: <li>A number of <a href="http://man.openbsd.org/?query=vnode&amp;sektion=9">vnode(9)</a> fixes and additions. See the <a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/kern/vfs_subr.c#rev1.90">checkin comment</a> for details.
                   1137: <li>Update <a href="http://man.openbsd.org/?query=lynx&amp;sektion=1">lynx(1)</a> to 2.8.4release, patchset 1d, including IPv6 support.
                   1138: <li>Allow <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> antispoof rules to have labels.
1.1       david    1139: <!-- ^ 20030501 -->
1.45      sthen    1140: <li>Keep trying to unbreak <a href="http://man.openbsd.org/?query=apachectl&amp;sektion=8">apachectl(8)</a> restarts for shared modules when running under the chroot.
                   1141: <li>Improve forward compatibility of <a href="http://man.openbsd.org/?query=fsck_ffs&amp;sektion=8">fsck_ffs(8)</a> by comparing only what we understand instead of trying to ignore what we don't.
1.1       david    1142: <li>Make the newly deprecated omsync() work under NetBSD emulation.
1.45      sthen    1143: <li>Several <a href="http://man.openbsd.org/?query=strvis&amp;sektion=3">strvis(3)</a> -&gt; <a href="http://man.openbsd.org/?query=strnvis&amp;sektion=3">strnvis(3)</a> changes, all part of the continuing Battle for Safe String Functions.
1.5       deraadt  1144: <li>Fix some pthreads signal bugs that were causing MySQL to crash (PR#3179, PR#3238).<br>
1.1       david    1145:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a> <!-- XXX 3.3-stable -->
1.45      sthen    1146: <li>Allow <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> tables to be loaded into anchors. <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> table options except show and flush now honour -a.
1.1       david    1147: <!-- ^ 20030430 -->
                   1148: <li>Have the dynamic linker stub functions in libc return -1 if called from a statically linked program.
                   1149: <li>Only build shared libXv if the target arch supports shared libraries.
                   1150: <li>Consign the omsync() system call to COMPAT_25 obscurity.
1.45      sthen    1151: <li>Fix parsing of the noac option to <a href="http://man.openbsd.org/?query=mount_nfs&amp;sektion=8">mount_nfs(8)</a>.
1.5       deraadt  1152: <li>In netinet/tcp_input.c, correct a long-standing typo made when applying a deadlock-avoidance bug fix (TCP/IP Illustrated volume 2 fig. 28.30).
1.45      sthen    1153: <li>Fix a crasher in <a href="http://man.openbsd.org/?query=lkm&amp;sektion=4">lkm(4)</a>, tripped when loading a module twice.
1.1       david    1154: <!-- ^ 20030429 -->
1.45      sthen    1155: <li>Make ELF <a href="http://man.openbsd.org/?query=dlfcn&amp;sektion=3">dlfcn(3)</a> calls thread-safe.
                   1156: <li>Add /usr/local/lib/X11/fonts to <a href="http://man.openbsd.org/?query=fontconfig&amp;sektion=3">fontconfig(3)</a>'s search list, to help ports.
1.1       david    1157: <li>Add some missing X server key definitions.
1.45      sthen    1158: <li>Re-introduce the <a href="http://man.openbsd.org/?query=mquery&amp;sektion=2">mquery(2)</a>-has-<a href="http://man.openbsd.org/?query=mmap&amp;sektion=2">mmap(2)</a>'s-signature change, once again renaming the old syscall to omquery().
                   1159: <li>Only close the keyfile once in <a href="http://man.openbsd.org/?query=skeyaudit&amp;sektion=1">skeyaudit(1)</a> -a mode.
                   1160: <li>Do a return from main() instead of an <a href="http://man.openbsd.org/?query=exit&amp;sektion=3">exit(3)</a> in <a href="http://man.openbsd.org/?query=md5&amp;sektion=1">md5(1)</a> and <a href="http://man.openbsd.org/?query=spamd-setup&amp;sektion=8">spamd-setup(8)</a>,
                   1161: <li>Fix some more unbounded <a href="http://man.openbsd.org/?query=sscanf&amp;sektion=3">sscanf(3)</a> calls in KerberosIV, still more to come.
1.1       david    1162: <li>Lock earlier when doing vnode ops in procfs to avoid a possible race condition.
                   1163: <!-- ^ 20030428 -->
                   1164: <li>Remove a potential double-free in the XFree wsfb driver.
1.45      sthen    1165: <li>Prepare <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> table structures for anchor support.
1.1       david    1166: <li>Much string cleanup in sys/dev.
1.45      sthen    1167: <li>Fix the <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> fifo 'C set' command (PR#3148).
1.1       david    1168: <!-- ^ 20030427 -->
1.45      sthen    1169: <li>Use <a href="http://man.openbsd.org/?query=strdup&amp;sektion=3">strdup(3)</a> and <a href="http://man.openbsd.org/?query=asprintf&amp;sektion=3">asprintf(3)</a> to eliminate some string length guesswork in <a href="http://man.openbsd.org/?query=rpcgen&amp;sektion=1">rpcgen(1)</a>.
                   1170: <li>Allocate enough space for a *printf() %u in <a href="http://man.openbsd.org/?query=rpc.yppasswdd&amp;sektion=8">rpc.yppasswdd(8)</a>.
1.1       david    1171: <li>Correct libXp's shared library dependencies
                   1172: <li>Fix fat32 filesystem corruption when renaming directories.
                   1173: <!-- ^ 20030426 -->
1.45      sthen    1174: <li>New <a href="http://man.openbsd.org/?query=lm&amp;sektion=4">lm(4)</a> (National Semiconductor LM78, LM79 and compatible) and <a href="http://man.openbsd.org/?query=viaenv&amp;sektion=4">viaenv(4)</a> (VT82C686A South Bridge) hardware monitor drivers, adapted from NetBSD to use the new sysctl hw.sensor interface.
                   1175: <li>Make <a href="http://man.openbsd.org/?query=funopen&amp;sektion=3">funopen(3)</a>'s declaration match its prototype (PR#3236).
                   1176: <li>Back out the recent <a href="http://man.openbsd.org/?query=mquery&amp;sektion=2">mquery(2)</a>-uses-mmap() API change.
                   1177: <li>Add new <a href="http://man.openbsd.org/?query=sysctl&amp;sektion=3">sysctl(3)</a> node hw.sensors for, er, hardware monitoring sensors.
                   1178: <li>Don't assume that <a href="http://man.openbsd.org/?query=asprintf&amp;sektion=3">asprintf(3)</a> failures won't clobber the tempfile name in <a href="http://man.openbsd.org/?query=mktemp&amp;sektion=1">mktemp(1)</a>.
                   1179: <li>In the IPv4 case of <a href="http://man.openbsd.org/?query=inet_net_pton&amp;sektion=3">inet_net_pton(3)</a>, infer the netmask the same way for all address classes (i.e. don't assume multicast networks are always */4).
                   1180: <li>Be more portable and check the <a href="http://man.openbsd.org/?query=asprintf&amp;sektion=3">asprintf(3)</a> return value against -1 in <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>.
                   1181: <li>Add size bounds to <a href="http://man.openbsd.org/?query=sscanf&amp;sektion=3">sscanf(3)</a> strings in <a href="http://man.openbsd.org/?query=edquota&amp;sektion=8">edquota(8)</a> and <a href="http://man.openbsd.org/?query=tn3270&amp;sektion=1">tn3270(1)</a>.
                   1182: <li>Match <a href="http://man.openbsd.org/?query=mquery&amp;sektion=2">mquery(2)</a>'s function signature to that of <a href="http://man.openbsd.org/?query=mmap&amp;sektion=2">mmap(2)</a>.
                   1183: <li>Fix <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> nat proxy port allocation for manually specified ranges.<br>
1.1       david    1184:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a> <!-- XXX 3.3-stable -->
1.45      sthen    1185: <li>If one is given, properly copy the second port of a nat proxy spec in <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>.
1.1       david    1186: <!-- ^ 20030425 -->
1.45      sthen    1187: <li>Fix a bad <a href="http://man.openbsd.org/?query=strlcpy&amp;sektion=3">strlcpy(3)</a> bound in the AFS library (PR#3228).
                   1188: <li>Use <a href="http://man.openbsd.org/?query=asprintf&amp;sektion=3">asprintf(3)</a> to fix some buffer length problems in <a href="http://man.openbsd.org/?query=pdisk&amp;sektion=8&amp;arch=mac68k">pdisk(8/MAC68K)</a>
                   1189: <li>When handling the packet size option in <a href="http://man.openbsd.org/?query=traceroute&amp;sektion=8">traceroute(8)</a>, bounds check the right variable.
1.1       david    1190: <li>Properly detect EOF when generating policy interactively.
                   1191: <!-- ^ 20030424 -->
1.45      sthen    1192: <li>Stop <a href="http://man.openbsd.org/?query=pflogd&amp;sektion=8">pflogd(8)</a> generating syslog messages on startup.
                   1193: <li>Swap a <a href="http://man.openbsd.org/?query=strchr&amp;sektion=3">strchr(3)</a> for a <a href="http://man.openbsd.org/?query=strrchr&amp;sektion=3">strrchr(3)</a> in <a href="http://man.openbsd.org/?query=md5&amp;sektion=1">md5(1)</a>.
1.1       david    1194: <li>When upgrading, treat the /altroot filesystem like a 'noauto' filesystem and omit it from the upgrade fstab.
                   1195: <!-- ^ 20030423 -->
1.45      sthen    1196: <li>Do a proper bounds check when reading in the <a href="http://man.openbsd.org/?query=lynx&amp;sektion=1">lynx(1)</a> news server name from a file.
                   1197: <li><a href="http://man.openbsd.org/?query=less&amp;sektion=1">less(1)</a>'s glob now does tilde and brace expansion as well.
1.1       david    1198: <!-- ^ 20030422 -->
1.45      sthen    1199: <li>On <a href="http://man.openbsd.org/?query=gre&amp;sektion=4">gre(4)</a> IP input, use <a href="http://man.openbsd.org/?query=m_pullup&amp;sektion=9">m_pullup(9)</a> instead of assuming the header is in the first mbuf's data region.
                   1200: <li>Have <a href="http://man.openbsd.org/?query=make&amp;sektion=1">make(1)</a> stop parsing command line arguments after a '--'.
                   1201: <li>Better bounds checks when expanding curly braces in <a href="http://man.openbsd.org/?query=make&amp;sektion=1">make(1)</a>.
                   1202: <li>In <a href="http://man.openbsd.org/?query=ld.so&amp;sektion=1">ld.so(1)</a>, don't set the object load_size field to a negative value because this is likely to be wrong.
1.1       david    1203: <!-- ^ 20030421 -->
                   1204: <li>Copy the null at the end of the name when adding a realm in Kerberos V.
                   1205: <!-- ^ 20030420 -->
1.45      sthen    1206: <li>Make <a href="http://man.openbsd.org/?query=authpf&amp;sektion=8">authpf(8)</a> die the way it should when authpf.conf is missing (PR#3217).
                   1207: <li>Fix <a href="http://man.openbsd.org/?query=ubsec&amp;sektion=4">ubsec(4)</a> output statistics.
                   1208: <li>Sync <a href="http://man.openbsd.org/?query=sudo&amp;sektion=8">sudo(8)</a> with its CVS and bump the version to 1.6.7p4.
1.1       david    1209: <li>Some typedef perfectionism in libwrap.
1.45      sthen    1210: <li>String cleanup and extra paranoia in <a href="http://man.openbsd.org/?query=rd&amp;sektion=4">rd(4)</a> and <a href="http://man.openbsd.org/?query=vnd&amp;sektion=4">vnd(4)</a>.
1.1       david    1211: <li>The string cleanup drive continues.
1.45      sthen    1212: <li>Add support for the Davicom DM9009 chip to <a href="http://man.openbsd.org/?query=dc&amp;sektion=4">dc(4)</a>.
1.1       david    1213: <!-- ^ 20030419 -->
1.45      sthen    1214: <li>Help <a href="http://man.openbsd.org/?query=ld.so&amp;sektion=1">ld.so(1)</a> further by making <a href="http://man.openbsd.org/?query=mquery&amp;sektion=2">mquery(2)</a> return EINVAL (instead of ENOMEM) if MAP_FIXED was requested but is unavailable.
                   1215: <li>New -x option for <a href="http://man.openbsd.org/?query=mount_msdos&amp;sektion=8">mount_msdos(8)</a> to automagically make directories executable if they're readable.
                   1216: <li>Unbreak Emacs 21 by fixing a problem with the new <a href="http://man.openbsd.org/?query=mquery&amp;sektion=2">mquery(2)</a> part of <a href="http://man.openbsd.org/?query=ld.so&amp;sektion=1">ld.so(1)</a>.
1.1       david    1217: <!-- ^ 20030418 -->
1.45      sthen    1218: <li>Make <a href="http://man.openbsd.org/?query=tun&amp;sektion=4">tun(4)</a> work when only IPv6 endpoints are specified.
                   1219: <li>Add 4.3BSD's more command for use on some floppies instead of <a href="http://man.openbsd.org/?query=less&amp;sektion=1">less(1)</a>. More is less.
                   1220: <li>Change some return values in <a href="http://man.openbsd.org/?query=config&amp;sektion=8">config(8)</a> and <a href="http://man.openbsd.org/?query=cron&amp;sektion=8">cron(8)</a> from char to int.
1.1       david    1221: <!-- ^ 20030417 -->
1.16      miod     1222: <li>Changes to support the new <a href="http://marc.info/?l=openbsd-misc&m=105056000801065&w=2">i386 W^X</a> scheme.
                   1223: <li><a href="http://marc.info/?l=openbsd-misc&m=105055555830978&w=2">Move</a> i386 to ELF, a binary upgrade is required for now.
1.45      sthen    1224: <li>Use the new <a href="http://man.openbsd.org/?query=mquery&amp;sektion=2">mquery(2)</a> syscall in <a href="http://man.openbsd.org/?query=ld.so&amp;sektion=1">ld.so(1)</a>, i386 only for now.
1.1       david    1225: <li>Avoid teeth-gnashing delays by making the installer use 'route -n show' instead of 'route show'.
1.45      sthen    1226: <li>In the kernel ELF loader, use the <a href="http://man.openbsd.org/?query=uvm&amp;sektion=9">uvm(9)</a> to make sure that <a href="http://man.openbsd.org/?query=ld.so&amp;sektion=1">ld.so(1)</a> doesn't overwrite an area that's already in use.
                   1227: <li>Fix a buffer overflow that was causing a crash in <a href="http://man.openbsd.org/?query=mg&amp;sektion=1">mg(1)</a> (PR#3090).
                   1228: <li><a href="http://man.openbsd.org/?query=apachectl&amp;sektion=8">apachectl(8)</a> now honours $httpd_flags from <a href="http://man.openbsd.org/?query=rc.conf&amp;sektion=8">rc.conf(8)</a>.
                   1229: <li>Remove a race condition in <a href="http://man.openbsd.org/?query=mount_mfs&amp;sektion=8">mount_mfs(8)</a>.
1.1       david    1230: <!-- ^ 20030416 -->
1.45      sthen    1231: <li>Fix some allocation bugs in <a href="http://man.openbsd.org/?query=mg&amp;sektion=1">mg(1)</a>.
1.1       david    1232: <li>In the kernel's standalone ISO9660 driver, collapse extra slashes in the pathname. This allows files to be loaded from the root of a cd.
1.45      sthen    1233: <li>Uncomment the line that unloads <a href="http://man.openbsd.org/?query=httpd&amp;sektion=8">httpd(8)</a> shared modules on a server shutdown or restart.
                   1234: <li>Many string fixes to <a href="http://man.openbsd.org/?query=named&amp;sektion=8">named(8)</a>, more to come.
                   1235: <li><a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> can now display basic HFSC stats.
1.5       deraadt  1236: <li>Much cleanup in elf2ecoff(1) (not installed by default).
1.45      sthen    1237: <li>Allocate the right <a href="http://man.openbsd.org/?query=getaddrinfo&amp;sektion=3">getaddrinfo(3)</a> buffer size in <a href="http://man.openbsd.org/?query=rip6query&amp;sektion=8">rip6query(8)</a> and <a href="http://man.openbsd.org/?query=route6d&amp;sektion=8">route6d(8)</a>.
                   1238: <li>In <a href="http://man.openbsd.org/?query=audioctl&amp;sektion=1">audioctl(1)</a>, <a href="http://man.openbsd.org/?query=size&amp;sektion=1">size(1)</a> and <a href="http://man.openbsd.org/?query=spamd&amp;sektion=8">spamd(8)</a>, don't use <a href="http://man.openbsd.org/?query=snprintf&amp;sektion=3">snprintf(3)</a>'s return value for pointer arithmetic.
1.1       david    1239: <!-- ^ 20030415 -->
                   1240: <li>Back out the 'long ATAPI detection delay' fix due to problems with some devices.
1.45      sthen    1241: <li>Add a missing <a href="http://man.openbsd.org/?query=globfree&amp;sektion=3">globfree(3)</a> in <a href="http://man.openbsd.org/?query=sftp&amp;sektion=1">sftp(1)</a>.
1.1       david    1242: <li>Correct a number of short space allocations for *printf() integer-to-string conversions.
1.45      sthen    1243: <li>Fix some problems with the <a href="http://man.openbsd.org/?query=xdm&amp;sektion=1">xdm(1)</a> OpenBSD logo, caused by the XFree86 4.3.0 merge.
                   1244: <li>Don't increment the <a href="http://man.openbsd.org/?query=ping&amp;sektion=8">ping(8)</a> sequence number until we know the packet has been successfully queued for sending.
                   1245: <li>Include the <a href="http://man.openbsd.org/?query=at&amp;sektion=1">at(1)</a> job number in the process title.
                   1246: <li>Put <a href="http://man.openbsd.org/?query=less&amp;sektion=1">less(1)</a>'s help text back into a separate file, and allow a reduced-size build for the boot floppies.
                   1247: <li>Stop using hardcoded SOCK_* types when creating sockets in <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>, to facilitate ssh-over-<a href="http://www.sctp.de/sctp.html">sctp</a>.
                   1248: <li>Have <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> unlink its fifo and pid file on a clean shutdown (PR#3199).
                   1249: <li>Allow <a href="http://man.openbsd.org/?query=ping&amp;sektion=8">ping(8)</a> to send zero-length packets with the -s0 option.
                   1250: <li>Some <a href="http://man.openbsd.org/?query=snprintf&amp;sektion=3">snprintf(3)</a> buffer length fixes in <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
1.1       david    1251: <!-- ^ 20030414 -->
1.45      sthen    1252: <li>Add new <a href="http://man.openbsd.org/?query=mquery&amp;sektion=2">mquery(2)</a> system call, to provide hints (especially to <a href="http://man.openbsd.org/?query=ld.so&amp;sektion=1">ld.so(1)</a>) on where to put memory mappings.
                   1253: <li>Make sure <a href="http://man.openbsd.org/?query=systrace&amp;sektion=1">systrace(1)</a> leaves space for the trailing null when displaying <a href="http://man.openbsd.org/?query=open&amp;sektion=2">open(2)</a> flags.
                   1254: <li>Fix bad format strings in <a href="http://man.openbsd.org/?query=extattrctl&amp;sektion=8">extattrctl(8)</a> and <a href="http://man.openbsd.org/?query=mopd&amp;sektion=8">mopd(8)</a>.
                   1255: <li>Prevent <a href="http://man.openbsd.org/?query=timeout_add&amp;sektion=9">timeout_add(9)</a> from wrapping around on machines with a long uptime.
                   1256: <li>Fix some bogus size_t values in <a href="http://man.openbsd.org/?query=grops&amp;sektion=1">grops(1)</a> and <a href="http://man.openbsd.org/?query=mg&amp;sektion=1">mg(1)</a>.
                   1257: <li>Update <a href="http://man.openbsd.org/?query=less&amp;sektion=1">less(1)</a> to version 381.
1.1       david    1258: <!-- ^ 20030413 -->
1.45      sthen    1259: <li>Have <a href="http://man.openbsd.org/?query=spamd&amp;sektion=8">spamd(8)</a> set file descriptor limits with <a href="http://man.openbsd.org/?query=setrlimit&amp;sektion=2">setrlimit(2)</a>.
                   1260: <li>Relax the license on <a href="http://man.openbsd.org/?query=strlcat&amp;sektion=3">strlcat(3)</a> and <a href="http://man.openbsd.org/?query=strlcpy&amp;sektion=3">strlcpy(3)</a> to encourage their bundling with other programs.
                   1261: <li>Initial support for HFSC queueing, <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a>-style.
1.1       david    1262: <li>Back out recent 'X looks like a package' stuff.
                   1263: <li>Merge in expat-1.95.4 from XFree86-current.
                   1264: <li>Fix long delays when detecting ATAPI devices.
                   1265: <!-- ^ 20030412 -->
1.45      sthen    1266: <li><a href="http://man.openbsd.org/?query=sudo&amp;sektion=8">sudo(8)</a>'s Makefile now honours the LDSTATIC flag.
                   1267: <li>Move queue ID assignment into the kernel and away from <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>, solving a bunch of problems.
1.1       david    1268: <!-- ^ 20030411 -->
                   1269: <li>Back out the earlier fix for PR#2230, which is a no-op since zombies aren't on the allproc list being scanned.
1.45      sthen    1270: <li>De-allocate bus space on <a href="http://man.openbsd.org/?query=wi&amp;sektion=4">wi(4)</a> device failures.
                   1271: <li>Only print the <a href="http://man.openbsd.org/?query=less&amp;sektion=1">less(1)</a> -d prompt if there's enough space left on the status line (PR#3189).
1.1       david    1272: <!-- ^ 20030410 -->
                   1273: <li>When fixing up process root and working directories after a filesystem mount, leave zombies well alone. (PR#2230.) <!-- Yes, #2230, not #2030 as the committer said. Grr. -->
1.45      sthen    1274: <li>Fix an off-by-one in kernel <a href="http://man.openbsd.org/?query=malloc&amp;sektion=9">malloc(9)</a> diagnostic code.
1.1       david    1275: <li>Correctly initialise xkb memory in the X server.
1.45      sthen    1276: <li>Plug some file descriptor leaks in <a href="http://man.openbsd.org/?query=xman&amp;sektion=1">xman(1)</a> (PR#3186).
                   1277: <li>Fix a broken sizeof() in <a href="http://man.openbsd.org/?query=gcc&amp;sektion=1">gcc(1)</a> when allocating a new sentinel_info.
                   1278: <li>Demote the <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> 'missing CRL dir' moan to a debug message. <!-- Someone must really hate that warning. -->
1.1       david    1279: <li>The kernel pf_state structure now points to both a rule and an anchor, so states created on anchors can use rule options properly.
1.45      sthen    1280: <li>Create the /etc/isakmpd/crls directory from 4.4BSD.dist to stop <a href="http://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> complaining about its absence.
                   1281: <li>Strip trailing whitespace before parsing <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> options (OpenSSH bug <a href="http://bugzilla.mindrot.org/show_bug.cgi?id=528">528</a>).
                   1282: <li>Disable <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a>'s Kerberos IV support.
1.1       david    1283: <!-- ^ 20030409 -->
1.45      sthen    1284: <li>Fix <a href="http://man.openbsd.org/?query=spamd&amp;sektion=8">spamd(8)</a>'s <a href="http://man.openbsd.org/?query=select&amp;sektion=2">select(2)</a> error handling.
                   1285: <li><a href="http://man.openbsd.org/?query=mg&amp;sektion=1">mg(1)</a> now remembers the previous 'M-x compile' command.
                   1286: <li>Add a missing free() in <a href="http://man.openbsd.org/?query=httpd&amp;sektion=8">httpd(8)</a>'s dbm processing.
                   1287: <li>More fixes to <a href="http://man.openbsd.org/?query=osiop&amp;sektion=4">osiop(4)</a>.
1.1       david    1288: <!-- ^ 20030408 -->
1.45      sthen    1289: <li>Change some old-style <a href="http://man.openbsd.org/?query=chown&amp;sektion=8">chown(8)</a>s (user.group) to POSIX user:group style.
                   1290: <li>Fix a null deref in <a href="http://man.openbsd.org/?query=savecore&amp;sektion=8">savecore(8)</a>.
                   1291: <li>Add some missing NetBSD copyright information to <a href="http://man.openbsd.org/?query=ftp&amp;sektion=1">ftp(1)</a>.
                   1292: <li>Make <a href="http://man.openbsd.org/?query=ktutil&amp;sektion=8">ktutil(8)</a> work properly over the network.
                   1293: <li>Improvements to string handling (not str[ln]* for once) in <a href="http://man.openbsd.org/?query=adventure&amp;sektion=6">adventure(6)</a>.
1.1       david    1294: <li>Add fake package information so ports can check for XF4 installation.
1.45      sthen    1295: <li>Use <a href="http://man.openbsd.org/?query=ksh&amp;sektion=1">ksh(1)</a> instead of <a href="http://man.openbsd.org/?query=csh&amp;sektion=1">csh(1)</a> for XFree distrib scripts.
                   1296: <li>Make <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> reject invalid ICMP types (&gt;40) and codes (&gt;255).
                   1297: <li>Fix a typo in the new <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> rekeying code that was causing the wrong packet state counter to be fetched.
1.1       david    1298: <!-- ^ 20030407 -->
1.45      sthen    1299: <li>Update <a href="http://man.openbsd.org/?query=sudo&amp;sektion=8">sudo(8)</a> to 1.6.7p3.
                   1300: <li>Handle buffer length for <a href="http://man.openbsd.org/?query=strlcpy&amp;sektion=3">strlcpy(3)</a> properly in <a href="http://man.openbsd.org/?query=kvm_mkdb&amp;sektion=8">kvm_mkdb(8)</a>.
                   1301: <li>Many fixes to <a href="http://man.openbsd.org/?query=osiop&amp;sektion=4">osiop(4)</a>.
                   1302: <li>Improve (as part of string function fixes) <a href="http://man.openbsd.org/?query=sort&amp;sektion=1">sort(1)</a>'s handling of old-style + and - format specifiers.
1.1       david    1303: <!-- ^ 20030406 -->
                   1304: <li>Don't treat disklabel fields d_packname and d_typename as null-terminated fields when they're not.
1.45      sthen    1305: <li>Fix a bounds-check off-by-one in <a href="http://man.openbsd.org/?query=lam&amp;sektion=1">lam(1)</a>.
                   1306: <li>Simplify <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>'s parsing of CIDR masks.
                   1307: <li>Add 'queue foo on $i_bar' syntax to allow <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> queue specs to apply only to specified interfaces.
                   1308: <li>Add 230400 to the list of speeds supported by termios under <a href="http://man.openbsd.org/?query=compat_linux&amp;sektion=8">compat_linux(8)</a>.
1.1       david    1309: <li>Use the default rule when a packet passes due to the implicit 'pass all' at the top of the rulebase, eliminating many NULL tests.
1.45      sthen    1310: <li>Add a `default' <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> rule and use it to store the default timeouts.
1.1       david    1311: <li>Add some shared library version updates missed in the XFree86 4.3.0 merge.
                   1312: <!-- ^ 20030405 -->
                   1313: <li>Many string function fixes all over the tree.
                   1314: <li>Fix a bad bounds check in OpenSSL's ASN.1 parser.
                   1315: <!-- ^ 20030404 -->
1.45      sthen    1316: <li>Back out the earlier realloc() change to <a href="http://man.openbsd.org/?query=tcpdump&amp;sektion=8">tcpdump(8)</a>.
                   1317: <li>Update <a href="http://man.openbsd.org/?query=sectok_fmt_fid&amp;sektion=3">sectok_fmt_fid(3)</a> to take a string length parameter, and crank libsectok's major version for the new API.
1.1       david    1318: <li>With the XFree86 4.3.0 merge, add an additional definition so that ports libs end up in /usr/local/lib/X11.
1.45      sthen    1319: <li>Update <a href="http://man.openbsd.org/?query=sudo&amp;sektion=8">sudo(8)</a> to 1.6.7p2.
                   1320: <li>Fix <a href="http://man.openbsd.org/?query=user&amp;sektion=8">user(8)</a>'s empty group test (PR#3178).
1.1       david    1321: <li>Improve PRIQ queue id assignment, so same-priority queues on different interfaces work properly.
                   1322: <!-- ^ 20030403 -->
1.45      sthen    1323: <li>Use <a href="http://man.openbsd.org/?query=realloc&amp;sektion=3">realloc(3)</a> instead of leaking memory in <a href="http://man.openbsd.org/?query=tcpdump&amp;sektion=8">tcpdump(8)</a>.
                   1324: <li>Some cleanup in <a href="http://man.openbsd.org/?query=ipcomp&amp;sektion=4">ipcomp(4)</a> and <a href="http://man.openbsd.org/?query=ipsec&amp;sektion=4">ipsec(4)</a>.
                   1325: <li>Add a missing initialisation in <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> (OpenSSH bug <a href="http://bugzilla.mindrot.org/show_bug.cgi?id=526">#526</a>).
                   1326: <li>When an interface doesn't support <a href="http://man.openbsd.org/?query=altq&amp;sektion=9">altq(9)</a>, have <a href="http://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a> print the interface name in the error message.
                   1327: <li>Add automatic <a href="http://man.openbsd.org/?query=ssh&amp;sektion=1">ssh(1)</a> rekeying in accordance with the current secsh newmodes draft, and fix some rekeying bugs.
1.1       david    1328: <!-- ^ 20030402 -->
1.45      sthen    1329: <li>Fix <a href="http://man.openbsd.org/?query=kqueue&amp;sektion=2">kqueue(2)</a> notification of immediate-mode <a href="http://man.openbsd.org/?query=bpf&amp;sektion=4">bpf(4)</a> events (PR#3175).
1.1       david    1330: <li>Merge in XFree86 4.3.0.
1.45      sthen    1331: <li>Update <a href="http://man.openbsd.org/?query=sudo&amp;sektion=8">sudo(8)</a> to version 1.6.7p1, to fix some overzealous paranoia.
1.1       david    1332: <li>Bump OpenSSH version to 3.6.1.<br>
                   1333:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                   1334: <!-- ^ 20030401 -->
                   1335: <li>Fix an mbuf leak in icmp6.
1.45      sthen    1336: <li>Have <a href="http://man.openbsd.org/?query=ftp&amp;sektion=1">ftp(1)</a> treat empty environment variables as if they were unset.
                   1337: <li>Fix some use-after-FREE when handling crypto errors in <a href="http://man.openbsd.org/?query=ipcomp&amp;sektion=4">ipcomp(4)</a> and <a href="http://man.openbsd.org/?query=ipsec&amp;sektion=4">ipsec(4)</a>.
                   1338: <li>Add a missing splx() in <a href="http://man.openbsd.org/?query=ipcomp&amp;sektion=4">ipcomp(4)</a>.
                   1339: <li>Clean up and additional paranoia in <a href="http://man.openbsd.org/?query=setusercontext&amp;sektion=3">setusercontext(3)</a>.
                   1340: <li>Only remove a kernel <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> rule structure when no states refer to it.
1.1       david    1341: <!-- ^ 20030331 -->
                   1342: <li>Helpfully, allow netinet/tcp_debug.c to compile when TCP_DEBUG is defined.
1.45      sthen    1343: <li>Fix <a href="http://man.openbsd.org/?query=ahc&amp;sektion=4">ahc(4)</a>'s probe of dual-channel 7899 cards.
1.1       david    1344: <li>Use snprintf to construct device names in the kernel, instead of hand-rolling.
1.45      sthen    1345: <li>Give a more consistent message when <a href="http://man.openbsd.org/?query=passwd&amp;sektion=1">passwd(1)</a> is aborted one way or another by the user.
1.16      miod     1346: <li>Begin the process of <a href="http://marc.info/?l=openbsd-misc&m=104958817430379&w=2">eradicating</a> the remaining strcpy, sprintf, and strcat calls from the tree.
1.1       david    1347: <!-- ^ 20030330 -->
1.45      sthen    1348: <li>Fix logging bustage in <a href="http://man.openbsd.org/?query=spamd&amp;sektion=8">spamd(8)</a>.
                   1349: <li>Update <a href="http://man.openbsd.org/?query=sendmail&amp;sektion=8">sendmail(8)</a> to 8.12.9 to fix a buffer overflow in address parsing. Note that this fix went onto the OpenBSD 3.3 CDs and so is not a 3.3 erratum.
                   1350: <li>More fixes to <a href="http://man.openbsd.org/?query=iha&amp;sektion=4">iha(4)</a>.
1.1       david    1351: <!-- ^ 20030329 -->
                   1352: <li>Stop pmdb dumping core on stripped executables.
1.45      sthen    1353: <li>Show in log output the list against which <a href="http://man.openbsd.org/?query=spamd&amp;sektion=8">spamd(8)</a> matched.
                   1354: <li>Have <a href="http://man.openbsd.org/?query=spamd&amp;sektion=8">spamd(8)</a> report exactly how much of the filthy spammer's time was wasted.
                   1355: <li>Add a missing <a href="http://man.openbsd.org/?query=strdup&amp;sektion=3">strdup(3)</a> error check in <a href="http://man.openbsd.org/?query=pwd_mkdb&amp;sektion=8">pwd_mkdb(8)</a>.
                   1356: <li>Change <a href="http://man.openbsd.org/?query=login_passwd&amp;sektion=8">login_passwd(8)</a> from setuid(root) to setuid(_shadow).
                   1357: <li>Remove OCHIO* binary compatibility hacks from <a href="http://man.openbsd.org/?query=ch&amp;sektion=4">ch(4)</a>. <!-- Warned about in the checkin on 17 Oct 2002 -->
1.1       david    1358: <!-- ^ 20030328 -->
1.45      sthen    1359: <li>When retrieving the size of a <a href="http://man.openbsd.org/?query=ccd&amp;sektion=4">ccd(4)</a> device, check the device is initialised before attempting to open it.
                   1360: <li>Add USER_LDT to the list of kernel <a href="http://man.openbsd.org/?query=options&amp;sektion=4">options(4)</a> controllable via <a href="http://man.openbsd.org/?query=sysctl&amp;sektion=3">sysctl(3)</a>.
1.1       david    1361: <li>Sync the SMP branch to 3.3.
1.45      sthen    1362: <li>Improve <a href="http://man.openbsd.org/?query=iha&amp;sektion=4">iha(4)</a>'s REQUEST_SENSE handling based on hard-won experience with <a href="http://man.openbsd.org/?query=osiop&amp;sektion=4">osiop(4)</a>.
                   1363: <li>Actually look for the <a href="http://man.openbsd.org/?query=lpr&amp;sektion=1">lpr(1)</a> -q option when calling <a href="http://man.openbsd.org/?query=getopt&amp;sektion=3">getopt(3)</a>.
                   1364: <li>Fix handling of -f and -h options to <a href="http://man.openbsd.org/?query=lpr&amp;sektion=1">lpr(1)</a>.
                   1365: <li>Improve error handling for invalid <a href="http://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a> cbq and priq flags.
1.1       david    1366: <li>3.3 -&gt; 3.3-current.
                   1367: <!-- ^ 20030327 -->
                   1368: </ul>
                   1369: <p>
                   1370:
                   1371: </body>
                   1372: </html>