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

Annotation of www/plus35.html, Revision 1.66

1.56      bentley     1: <!doctype html>
                      2: <html lang=en id=plus>
                      3: <meta charset=utf-8>
1.44      tj          4: <title>OpenBSD 3.5 Changelog</title>
1.1       deraadt     5: <meta name="description" content="OpenBSD 3.5 changes">
1.42      deraadt     6: <meta name="viewport" content="width=device-width, initial-scale=1">
                      7: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.46      tb          8: <link rel="canonical" href="https://www.openbsd.org/plus35.html">
1.56      bentley     9: <style>
                     10: a[href="stable.html"] {
                     11:        color: var(--green);
                     12: }
1.1       deraadt    13:
1.56      bentley    14: strong {
                     15:        color: var(--red);
                     16: }
1.1       deraadt    17:
1.56      bentley    18: h3 {
                     19:        color: var(--blue);
                     20: }
                     21:
                     22: p strong {
                     23:        font-weight: normal;
                     24: }
                     25: </style>
                     26:
                     27: <h2 id=OpenBSD>
1.42      deraadt    28: <a href="index.html">
1.56      bentley    29: <i>Open</i><b>BSD</b></a>
                     30: 3.5 Changelog
1.44      tj         31: </h2>
1.1       deraadt    32: <hr>
                     33:
                     34: <p>
                     35: This is a partial list of the major machine-independent changes
1.17      sobrado    36: (i.e., these are the changes people ask about most often).  Machine
1.1       deraadt    37: specific changes have also been made, and are sometimes mentioned
                     38: in the pages for the specific <a href="plat.html">platforms</a>.
                     39:
                     40: <p>
1.56      bentley    41: Note: <strong>Problems for which patches exist are marked in red</strong>.
1.1       deraadt    42:
                     43: <p>
                     44: For changes in other releases, click below:<br>
                     45: <a href="plus20.html">2.0</a>,
                     46: <a href="plus21.html">2.1</a>,
                     47: <a href="plus22.html">2.2</a>,
                     48: <a href="plus23.html">2.3</a>,
                     49: <a href="plus24.html">2.4</a>,
                     50: <a href="plus25.html">2.5</a>,
                     51: <a href="plus26.html">2.6</a>,
                     52: <a href="plus27.html">2.7</a>,
                     53: <a href="plus28.html">2.8</a>,
                     54: <a href="plus29.html">2.9</a>,
                     55: <a href="plus30.html">3.0</a>,
                     56: <a href="plus31.html">3.1</a>,
                     57: <a href="plus32.html">3.2</a>,
                     58: <a href="plus33.html">3.3</a>,
1.2       david      59: <a href="plus34.html">3.4</a>,
1.6       miod       60: <a href="plus36.html">3.6</a>,
1.31      deraadt    61: <a href="plus37.html">3.7</a>,
1.16      deraadt    62: <br>
1.8       deraadt    63: <a href="plus38.html">3.8</a>,
1.9       deraadt    64: <a href="plus39.html">3.9</a>,
1.10      deraadt    65: <a href="plus40.html">4.0</a>,
1.11      deraadt    66: <a href="plus41.html">4.1</a>,
1.14      deraadt    67: <a href="plus42.html">4.2</a>,
1.15      deraadt    68: <a href="plus43.html">4.3</a>,
1.16      deraadt    69: <a href="plus44.html">4.4</a>,
1.18      deraadt    70: <a href="plus45.html">4.5</a>,
1.19      deraadt    71: <a href="plus46.html">4.6</a>,
1.20      deraadt    72: <a href="plus47.html">4.7</a>,
1.21      deraadt    73: <a href="plus48.html">4.8</a>,
1.23      deraadt    74: <a href="plus49.html">4.9</a>,
1.26      nick       75: <a href="plus50.html">5.0</a>,
1.25      schwarze   76: <a href="plus51.html">5.1</a>,
1.26      nick       77: <a href="plus52.html">5.2</a>,
1.27      deraadt    78: <a href="plus53.html">5.3</a>,
1.28      deraadt    79: <a href="plus54.html">5.4</a>,
1.29      deraadt    80: <br>
1.31      deraadt    81: <a href="plus55.html">5.5</a>,
1.34      brett      82: <a href="plus56.html">5.6</a>,
1.35      deraadt    83: <a href="plus57.html">5.7</a>,
1.38      deraadt    84: <a href="plus58.html">5.8</a>,
1.39      deraadt    85: <a href="plus59.html">5.9</a>,
1.45      deraadt    86: <a href="plus60.html">6.0</a>,
1.49      deraadt    87: <a href="plus61.html">6.1</a>,
1.51      deraadt    88: <a href="plus62.html">6.2</a>,
1.52      deraadt    89: <a href="plus63.html">6.3</a>,
1.54      deraadt    90: <a href="plus64.html">6.4</a>,
1.55      pamela     91: <a href="plus65.html">6.5</a>,
1.58      pamela     92: <a href="plus66.html">6.6</a>,
1.59      deraadt    93: <a href="plus67.html">6.7</a>,
1.61      pamela     94: <a href="plus68.html">6.8</a>,
                     95: <a href="plus69.html">6.9</a>,
1.62      deraadt    96: <a href="plus70.html">7.0</a>,
1.63      deraadt    97: <a href="plus71.html">7.1</a>,
1.65      deraadt    98: <br>
1.64      deraadt    99: <a href="plus72.html">7.2</a>,
1.66    ! tj        100: <a href="plus73.html">7.3</a>,
1.2       david     101: <a href="plus.html">current</a>.
1.1       deraadt   102: <br>
                    103:
                    104: <p>
1.56      bentley   105: <h3>Changes made between OpenBSD 3.4 and 3.5</h3>
1.1       deraadt   106: <p>
                    107:
                    108: <ul>
1.3       deraadt   109: <!-- ^ 20040330 -->
1.56      bentley   110: <li>Don't use <a href="https://man.openbsd.org/select.2">FD_ZERO(2)</a> in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>'s privsep monitor.
                    111: <li>When binding UDP server sockets in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>, check the sockaddr buffer is large enough before copying.
1.3       deraadt   112: <!-- ^ 20030429 -->
1.56      bentley   113: <li>Add some extra sanity checks for incoming <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> packets.
1.3       deraadt   114: <li>Fix a kernel memory leak when deleting interface addresses (SIOCDIFADDR).
                    115: <!-- ^ 20040328 -->
1.56      bentley   116: <li>Add a missing <a href="https://man.openbsd.org/spl.9">spl(9)</a> around if_down() in <a href="https://man.openbsd.org/vlan.4">vlan(4)</a>.
1.3       deraadt   117: <!-- ^ 20040327 -->
1.56      bentley   118: <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>, properly <a href="https://man.openbsd.org/m_copyback.9">m_copyback(9)</a> the modified TCP sequence number after demodulation.<br>
                    119:     <a href="stable.html">[Applied to stable]</a>
                    120: <li>Fix a use-after-free in <a href="https://man.openbsd.org/carp.4">carp(4)</a>.
                    121: <li>Raise <a href="https://man.openbsd.org/carp.4">carp(4)</a> advskew to 240 while waiting for the <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> bulk update. This makes sure that other hosts can preempt a host that's booting up but hasn't got its network bearings yet.
1.3       deraadt   122: <!-- ^ 20040326 -->
                    123: <li>Fix a check-for-null-then-deref-anyway bug in icmp6.
1.56      bentley   124: <li>Fix a cut-and-pasto in <a href="https://man.openbsd.org/pf.4">pf(4)</a>'s stateful ICMP code.
                    125: <li>Unbreak the ICMP checksum when <a href="https://man.openbsd.org/pf.4">pf(4)</a> sequence number modulation is used.<br>
                    126:     <a href="stable.html">[Applied to stable]</a>
1.3       deraadt   127: <!-- ^ 20040325 -->
1.56      bentley   128: <li>Disable carp error logging (<a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> net.inet.carp.log) by default.
1.3       deraadt   129: <!-- ^ 20040324 -->
1.56      bentley   130: <li>Remove an unnecessary null termination in the <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> privsep monitor.
                    131: <li>Teach <a href="https://man.openbsd.org/file.1">file(1)</a> about OpenBSD-amd64 binaries and coredumps.
                    132: <li>Add a small delay before the bulk update to stop <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> looping unnecessarily.
1.1       deraadt   133: <!-- ^ 20040323 -->
1.56      bentley   134: <li>Fix <a href="https://man.openbsd.org/ssl.3">ssl(3)</a> rmd160 breakage on sparc64.
                    135: <li>Teach <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> how to display the new <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> bulk updates.
                    136: <li>Make <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> stop <a href="https://man.openbsd.org/carp.4">carp(4)</a> preempting to become master until the bulk state table sync has completed.
1.57      deraadt   137: <li>Support best-efforts bulk transfers of states when a <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> syncif is first configured. This allows pfsync+carp clusters to come up gracefully without killing active connections.
1.56      bentley   138: <li>Have <a href="https://man.openbsd.org/rc.8">rc(8)</a> stop <a href="https://man.openbsd.org/carp.4">carp(4)</a> interfaces on system shutdown.
                    139: <li>Add pass rules for the pfsync and carp protocols to the default <a href="https://man.openbsd.org/pf.4">pf(4)</a> rulebase installed by /etc/<a href="https://man.openbsd.org/rc.8">rc(8)</a>.
                    140: <li>Make sure <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> interfaces are initialised before <a href="https://man.openbsd.org/carp.4">carp(4)</a> interfaces in /etc/<a href="https://man.openbsd.org/netstart.8">netstart(8)</a>.
1.1       deraadt   141: <!-- ^ 20040322 -->
                    142: <!-- ^ 20040321 -->
1.56      bentley   143: <li>Unbreak routing change handling in <a href="https://man.openbsd.org/carp.4">carp(4)</a>.
1.1       deraadt   144: <li>Bump OpenSSH to version 3.8.1.
1.56      bentley   145: <li>Make <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>'s '-s osfp' option work by spelling it less like OSPF.
                    146: <li>Update <a href="https://man.openbsd.org/pf.os.5">pf.os(5)</a> to include OpenBSD 3.5, since that's where it's now at.
                    147: <li>Have <a href="https://man.openbsd.org/tn3270.1">tn3270(1)</a> check errno instead of setting it.
                    148: <li>Fix yet another stray semicolon, this time in <a href="https://man.openbsd.org/aac.4">aac(4)</a>.
                    149: <li>Implement firmware downloading for <a href="https://man.openbsd.org/mpt.4">mpt(4)</a>.
1.1       deraadt   150: <!-- ^ 20040320 -->
1.56      bentley   151: <li>Make <a href="https://man.openbsd.org/bge.4">bge(4)</a> work on 64-bit machines even if they're not alphas.
                    152: <li>Have privsep <a href="https://man.openbsd.org/named.8">named(8)</a> pass SIGINT to the child process.
1.1       deraadt   153: <li>Upgrade Puffy to 3.5 and lock XF4 for release.
1.56      bentley   154: <li>Add final pieces of privilege separation for <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> and switch it on.
                    155: <li>Add <a href="https://man.openbsd.org/i386/pxeboot.8">pxeboot(8)</a> for i386 and amd64, derived from NetBSD.
                    156: <li>Fix another stray semicolon, in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>'s ASN.1 printer this time.
                    157: <li>More <a href="https://man.openbsd.org/mpt.4">mpt(4)</a> fixes, more to come.
1.1       deraadt   158: <!-- ^ 20040319 -->
1.56      bentley   159: <li>When initialising the new state in <a href="https://man.openbsd.org/pf.4">pf(4)</a> DIOCADDSTATE, point to the default rule instead of NULL.
1.57      deraadt   160: <li>Merge parts of XFree86 4.4.0 Release not affected by the new license.
1.56      bentley   161: <li>Allow a <a href="https://man.openbsd.org/carp.4">carp(4)</a> device's state to be set explicitly with <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
                    162: <li>Set permissions on the right files for the @owner, @group and @mode directives in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> when -B is in effect.
                    163: <li>For <a href="https://man.openbsd.org/wi.4">wi(4)</a> devices with Prism firmware version 1.6.3 or later, support an enhanced security mode for a hostap where the SSID can be hidden from snoopers.
                    164: <li>Speed up <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> session reestablishment.
                    165: <li>Fix timeout issues with <a href="https://man.openbsd.org/eap.4">eap(4)</a> audio devices.
1.1       deraadt   166: <li>Stop the installer asking for the timezone when upgrading.
                    167: <!-- ^ 20040318 -->
                    168:   <!-- Erratum 016 (libssl) applied to stable here, applied to -current 20040317 -->
                    169:   <!-- Erratum 015 (isakmpd) applied to stable here, -current is 20040310  -->
1.56      bentley   170: <li>Fix <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>'s logging when the blacklist limit is hit.
                    171: <li>Allow users with write access to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>'s control socket to send queries.
                    172: <li>Fix an out-of-bounds read in <a href="https://man.openbsd.org/ssl.3">ssl(3)</a> (CAN-2004-0112). This code isn't used in OpenBSD.
1.1       deraadt   173: <li>Always read at least DEV_BSIZE (512) bytes of the disklabel, some disks have smaller block sizes.
1.56      bentley   174: <li><strong>RELIABILITY FIX: A missing check for a NULL-pointer dereference has been found in ssl(3).</strong> A remote attacker can use the bug to cause an OpenSSL application to crash; this may lead to a denial of service.<br>
1.1       deraadt   175:     <a href="errata34.html#openssl">A source code patch is available</a>.<br>
1.56      bentley   176:     <a href="stable.html">[Applied to stable]</a>
                    177: <li>Fix a minor memory leak in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
1.1       deraadt   178: <li>Lots of pre-release documentation fixes and additions.
1.56      bentley   179: <li>If running at <a href="https://man.openbsd.org/securelevel.7">securelevel(7)</a> 2, use the -x option to increase the chances of ntpd using slew mode, since stepping backwards is disabled at this level.
                    180: <li>Some <a href="https://man.openbsd.org/mpt.4">mpt(4)</a> stability fixes.
1.1       deraadt   181: <!-- ^ 20040317 -->
1.56      bentley   182: <li>Don't signal <a href="https://man.openbsd.org/mountd.8">mountd(8)</a> from <a href="https://man.openbsd.org/mount.8">mount(8)</a> when all that's required is a listing of mounts (PR#3695).
                    183: <li>Create <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>'s control socket later in the startup.
                    184: <li>Remember to unlock USB <a href="https://man.openbsd.org/wi.4">wi(4)</a> devices on errors.
                    185: <li>Since we've allocated a cache for <a href="https://man.openbsd.org/pax.1">pax(1)</a>, let's go right ahead and use it.
1.1       deraadt   186: <li>Remove 'extern int errno' in favour of #include &lt;errno.h&gt; in a number of programs.
1.56      bentley   187: <li>Have <a href="https://man.openbsd.org/diff.1">diff(1)</a> in directory mode skip over anything that's not a regular file or directory, for POSIX reasons.
1.1       deraadt   188: <!-- ^ 20040316 -->
1.56      bentley   189: <li>Yet another stray semicolon removed, <a href="https://man.openbsd.org/pax.1">pax(1)</a> is the lucky program.
                    190: <li>Prevent blacklist connections we're tarpitting from maxing out <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>'s available connections. Controllable with the new -B option.
                    191: <li>Have <a href="https://man.openbsd.org/wi.4">wi(4)</a> hostap send an error response if a station sends a bogus challenge instead of just ignoring it.
                    192: <li>Make software WEP work on <a href="https://man.openbsd.org/wi.4">wi(4)</a> devices. Only in BSS (station) and hostap modes for now.
                    193: <li>Fix another bug caused by a stray semicolon, this time in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    194: <li><a href="https://man.openbsd.org/daemon.3">daemon(3)</a>ise ifstated(8) earlier.
                    195: <li>Some logic fixes and additional error checks in USB <a href="https://man.openbsd.org/wi.4">wi(4)</a>.
                    196: <li>Have <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a> deal gracefully with attempts to initialise unsupported sensor types.
1.1       deraadt   197: <li>Fix memory leak caused by a stray semicolon in arla.
1.56      bentley   198: <li><a href="https://man.openbsd.org/panic.9">panic(9)</a> if an attempt is made to use the kernel arc4random generator too early.
                    199: <li>Fix occasional <a href="https://man.openbsd.org/locate.updatedb.8">locate.updatedb(8)</a> failures due to a bug in <a href="https://man.openbsd.org/sort.1">sort(1)</a>.
                    200: <li>Check <a href="https://man.openbsd.org/chdir.2">chdir(2)</a> return code after <a href="https://man.openbsd.org/chroot.2">chroot(2)</a> in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> and <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
                    201: <li>Fix a memory leak and a missing break in <a href="https://man.openbsd.org/pf.4">pf(4)</a> ioctl processing error paths.
                    202: <li>Clear struct sockaddr_un before use in <a href="https://man.openbsd.org/syslogc.8">syslogc(8)</a>.
1.1       deraadt   203: <!-- ^ 20030315 -->
1.56      bentley   204: <li>In <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>, only shrink the window once we're in the DATA mode. This way, greylisted connections don't get held up by the tiny window but spam bodies are still sent. Very. Slowly.
                    205: <li>Restore <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> bus scans to full speed by not checking LUNs that will be skipped anyway.
                    206: <li>Fix fd and another memory leak in <a href="https://man.openbsd.org/routed.8">routed(8)</a>.
1.1       deraadt   207: <li>Make the sane_install() tests in the installer match more useful reality.
1.56      bentley   208: <li>Check the return code of <a href="https://man.openbsd.org/chdir.2">chdir(2)</a> after the privsep <a href="https://man.openbsd.org/chroot.2">chroot(2)</a> in <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a>, <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a> and <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    209: <li>Disable <a href="https://man.openbsd.org/crypto.9">crypto(9)</a> MAC functions for now, no current hardware can use them.
                    210: <li>Some <a href="https://man.openbsd.org/oosiop.4">oosiop(4)</a> cleanup based on <a href="https://man.openbsd.org/osiop.4">osiop(4)</a>.
                    211: <li>In <a href="https://man.openbsd.org/wskbd.4">wskbd(4)</a>, make the caps lock key do caps lock instead of shift lock (PR#2555).
1.1       deraadt   212: <!-- ^ 20040314 -->
1.56      bentley   213: <li>Make it easier to kill <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> greylisted processes.
                    214: <li>Do <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> interface setup last in /etc/<a href="https://man.openbsd.org/netstart.8">netstart(8)</a>, so that hopefully the syncif gets set up beforehand.
1.1       deraadt   215: <!-- ^ 20040313 -->
1.56      bentley   216: <li>Make <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>'s empty-as keyword work.
                    217: <li>Extra free-then-NULL paranoia in <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>.
                    218: <li>Fix <a href="https://man.openbsd.org/wi.4">wi(4)</a> software WEP on big-endian machines.
                    219: <li>Unbreak <a href="https://man.openbsd.org/tail.1">tail(1)</a> -f mode for filesystems not blessed with <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> support.
                    220: <li>Implement privilege separation for <a href="https://man.openbsd.org/named.8">named(8)</a>. And there was much rejoicing.
1.1       deraadt   221: <li>Plug a rtentry leak when TCP gives up on a cached route (in_pcb.c:in_losing()).
1.56      bentley   222: <li>Fix (guess what?) a memory leak in the <a href="https://man.openbsd.org/yacc.1">yacc(1)</a> skeleton code.
                    223: <li>Check the payload size more carefully when printing IKE messages in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    224: <li>Plug a memory leak in the error path of <a href="https://man.openbsd.org/execve.2">execve(2)</a>.<br>
                    225:     <a href="stable.html">[Applied to stable]</a>
                    226: <li>Preliminary port of the NetBSD <a href="https://man.openbsd.org/oosiop.4">oosiop(4)</a> driver, supporting really old NCR SCSI chips on hppa machines.
1.1       deraadt   227: <!-- ^ 20040312 -->
1.56      bentley   228: <li>Unbreak <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>'s handling of packages from stdin.
                    229: <li>Fix a bug in <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> that stopped custom 450 messages being displayed.
                    230: <li>Some <a href="https://man.openbsd.org/apm.4">apm(4)</a> fixes on i386.
                    231: <li>Sync the <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> greylist database after each db operation, to minimise the likelihood of corruption.
                    232: <li>Add basic community support to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    233: <li>Correct a missing <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> error check in <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>.
                    234: <li>Fix byte-ordering problems in <a href="https://man.openbsd.org/routed.8">routed(8)</a> (PR#3704). Based on NetBSD.
1.1       deraadt   235: <!-- ^ 20040311 -->
                    236:   <!-- I know the erratum says March 17, but this is when the -current patch goes in. -->
1.56      bentley   237: <li><strong>RELIABILITY FIX: Defects in the payload validation and processing functions of isakmpd(8) have been discovered.</strong> An attacker could send malformed ISAKMP messages and cause isakmpd to crash or to loop endlessly.<br>
1.1       deraadt   238:     <a href="errata34.html#isakmpd2">A source code patch is available</a>.<br>
1.56      bentley   239:     <a href="stable.html">[Applied to stable]</a>
                    240: <li>Obey the user's 'boot reboot' command at the <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> prompt, even if the system is starting up.
                    241: <li>Some signedness paranoia when handling <a href="https://man.openbsd.org/carp.4">carp(4)</a> sysctls.
                    242: <li>Fix missing checks for NULL returned from <a href="https://man.openbsd.org/getpass.3">getpass(3)</a> in login_*(8).
                    243: <li>Make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> work harder to clean up after itself on exit.
                    244: <li>More work on capability announcements in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    245: <li>Fix an <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> crash when deleting an ESP SA with no authentication (PR#2429).
                    246: <li>Symlink-handling improvements in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> etc.'s virtual filesystem code.
                    247: <li>Simplify the new <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> LUN scanning logic, and print better diagnostics.
                    248: <li>New -b option to <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>, used to set the local bind address.
1.1       deraadt   249: <!-- ^ 20040310 -->
1.56      bentley   250: <li>Allow the <a href="https://man.openbsd.org/wsdisplay.4">wsdisplay(4)</a> screen blanker to be turned off again (PR#3123).
1.1       deraadt   251: <li>3.5-beta -&gt; 3.5.
1.56      bentley   252: <li>Increase the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> X11 cookie lifetime from two to twenty minutes.
                    253: <li>Plug some memory leaks in error paths of <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
                    254: <li>Fix multicast for recent <a href="https://man.openbsd.org/sk.4">sk(4)</a> chipsets. From FreeBSD lists.
1.1       deraadt   255: <li>Be more thorough when URL-encoding usernames and passwords in the installer.
                    256: <!-- ^ 20040309 -->
1.56      bentley   257: <li>Prevent the user specifying an interface name longer than IFNAMSIZ in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
                    258: <li>Many, many more memory leak fixes in <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>'s parser.
                    259: <li>Fix a few missing initialisations in <a href="https://man.openbsd.org/ssh-keyscan.1">ssh-keyscan(1)</a>.
1.1       deraadt   260: <!-- ^ 20040308 -->
1.56      bentley   261: <li>Have <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>'s dependency lookup check against local directory listings.
                    262: <li>New -A (pretend to be another architecture) and -P (limit distribution type) options to <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
1.1       deraadt   263: <li>More memory leak fixes to ifstated(8)'s parser.
                    264: <li>Fix a null deref in ifstated(8).
1.56      bentley   265: <li>Have <a href="https://man.openbsd.org/nc.1">nc(1)</a> print an error message if <a href="https://man.openbsd.org/connect.2">connect(2)</a> fails.
1.1       deraadt   266: <!-- ^ 20030307 -->
1.56      bentley   267: <li>Plug well-hidden memory leaks in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, ifstated(8) and <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>'s parsers.
                    268: <li>Signal-handling tweaks to <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>.
                    269: <li>Add <a href="https://man.openbsd.org/mpt.4">mpt(4)</a>, a driver for LSI Fusion-MPT SCSI and Fibre Channel devices.
1.1       deraadt   270: <!-- ^ 20040306 -->
1.56      bentley   271: <li>Plumb <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> into /etc/<a href="https://man.openbsd.org/rc.8">rc(8)</a> and /etc/<a href="https://man.openbsd.org/rc.conf.8">rc.conf(8)</a>.
                    272: <li>More memory leak fixes in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    273: <li>Just chdir("/") in <a href="https://man.openbsd.org/mg.1">mg(1)</a> instead of panicking if the initial <a href="https://man.openbsd.org/getcwd.3">getcwd(3)</a> fails.
                    274: <li>Start work on capabilities announcement support in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    275: <li>Since not rejecting optional attributes in BGP implies acceptance/support, make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> reject attributes it doesn't support.
                    276: <li>Send outstanding notifications to a <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> peer returning to the IDLE state.
                    277: <li>Stop <a href="https://man.openbsd.org/carp.4">carp(4)</a> sending duplicate route add/delete messages.
                    278: <li>New IdentitiesOnly option for <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>, useful when an agent has many keys.
                    279: <li>Don't leak memory in <a href="https://man.openbsd.org/scandir.3">scandir(3)</a> (FreeBSD PR#7923, from 1998!)
                    280: <li>Fix a big greylist-related memory leak in <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>.
1.1       deraadt   281: <!-- ^ 20040305 -->
1.56      bentley   282: <li>In <a href="https://man.openbsd.org/kdump.1">kdump(1)</a>, fix an off-by-one and describe <a href="https://man.openbsd.org/ptrace.2">ptrace(2)</a> calls better.
1.1       deraadt   283: <li>Allow -stable kernels to build without TCP_ECN.
1.56      bentley   284: <li>Fix a few small key handling bugs in <a href="https://man.openbsd.org/svnd.4">svnd(4)</a>.
1.1       deraadt   285: <!-- ^ 20040304 -->
1.56      bentley   286: <li>Actually use the alternate RADIUS server in <a href="https://man.openbsd.org/login_radius.8">login_radius(8)</a>.
                    287: <li>Make sure that <a href="https://man.openbsd.org/svnd.4">svnd(4)</a> mounts can read their disklablel as svnd, not vnd.
                    288: <li>Extend <a href="https://man.openbsd.org/md5.1">md5(1)</a>'s -c option so it can parse the output of GNU md5sum.
                    289: <li>Remove dynamic bufq support from <a href="https://man.openbsd.org/wd.4">wd(4)</a> due to problems.
                    290: <li>Plug some memory leaks in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
1.1       deraadt   291: <li>Stop libreadline segfaulting when writing an empty history list to a file (PR#3690).
1.56      bentley   292: <li>Fixes to <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>'s progress meter.
                    293: <li>Change <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> child processes' proctitle to '[accepted]' after the, uh, <a href="https://man.openbsd.org/accept.2">accept(2)</a> completes.
1.1       deraadt   294: <li>Repair procfs status output (PR#2102).
                    295: <li>Fix unintentional ordering dependency in kernel module loading and unloading (PR#2910).
1.56      bentley   296: <li>Allow forced <a href="https://man.openbsd.org/unmount.2">unmount(2)</a>s of nullfs, procfs (both from PR#2394,) and umapfs.
1.1       deraadt   297: <li>Fix an off-by-one in procfs so that it can be successfully unmounted (PR#2327).
1.56      bentley   298: <li>Clean up <a href="https://man.openbsd.org/badsect.8">badsect(8)</a>'s error reporting (PR#3679).
                    299: <li>Start <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> later in /etc/<a href="https://man.openbsd.org/rc.8">rc(8)</a>.
1.1       deraadt   300: <!-- ^ 20040303 -->
1.56      bentley   301: <li>Fix an <a href="https://man.openbsd.org/mbuf.9">mbuf(9)</a> leak in <a href="https://man.openbsd.org/tun.4">tun(4)</a> under failure conditions. From NetBSD.
                    302: <li>Count <a href="https://man.openbsd.org/mixerctl.1">mixerctl(1)</a> devices starting at zero instead of stack garbage.
                    303: <li>Fix <a href="https://man.openbsd.org/wi.4">wi(4)</a> reset problems with newer Prism firmware.
                    304: <li>Make hostap mode work for Prism <a href="https://man.openbsd.org/wi.4">wi(4)</a> cards with newer firmware, and disable hostap mode for old firmware.
                    305: <li>Socket types and error checks cleanup in <a href="https://man.openbsd.org/talk.1">talk(1)</a>.
                    306: <li>64-bit fixes to <a href="https://man.openbsd.org/brconfig.8">brconfig(8)</a>.
                    307: <li>More features for <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>'s 'show rib' command.
                    308: <li>Fix a memory leak in <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>'s parser.
                    309: <li>Use <a href="https://man.openbsd.org/daemon.3">daemon(3)</a> instead of DIY in new <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
                    310: <li>Start <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> earlier in /etc/<a href="https://man.openbsd.org/rc.8">rc(8)</a>.
                    311: <li>Generate new <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>'s transaction id (xid) using <a href="https://man.openbsd.org/arc4random.3">arc4random(3)</a> instead of <a href="https://man.openbsd.org/random.3">random(3)</a>.
                    312: <li>Have <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> (old and new) exit cleanly if its interface goes away (PR#3648).
                    313: <li>New <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> net.inet.tcp.reasslimit, to control the size of the memory pool for TCP out-of-order segment reassembly that was introduced in the last erratum.
                    314: <li><strong>RELIABILITY FIX: OpenBSD's TCP/IP stack did not impose limits on how many out-of-order TCP segments are queued in the system. An attacker could send out-of-order TCP segments and trick the system into using all available memory buffers.</strong><br>
1.1       deraadt   315:     <a href="errata34.html#tcp">A source code patch is available</a>.<br>
1.56      bentley   316:     <a href="stable.html">[Applied to stable]</a>
                    317: <li>Strip out all the multiple-interfaces code from new <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>, it's not used any more.
1.1       deraadt   318: <li>Be sure to call fifofs' reclaim function from its host filesystems (ext2fs, ffs, nfs).<br>
1.56      bentley   319:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   320: <li>Give fifofs a real reclaim function to prevent memory leaks on rovocation, and fix a potential null deref.<br>
1.56      bentley   321:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   322: <li>Disable the COMPAT_25 compatibility option in GENERIC kernels.
                    323: <!-- ^ 20040302 -->
1.56      bentley   324: <li>Catch illegally large AS numbers in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    325: <li>Rewrite of <a href="https://man.openbsd.org/mount_portal.8">mount_portal(8)</a>, complete with IPv6 support.
                    326: <li>Cleanup and paranoia in <a href="https://man.openbsd.org/spamdb.8">spamdb(8)</a>.
                    327: <li>Support 'tagged &lt;name&gt;' specifiers on <a href="https://man.openbsd.org/pf.4">pf(4)</a> anchor rules.
                    328: <li>Better IPv4 address validation in <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>.
                    329: <li>Process NOTE_TRUNCATE messages in <a href="https://man.openbsd.org/tail.1">tail(1)</a> and unbreak file truncation handling in -f mode (PR#3689).
                    330: <li>Allow <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> to run in route-collector mode, i.e. disable the decision process.
1.1       deraadt   331: <li>Build libf2c for GCC3 architectures.
1.56      bentley   332: <li>New -d option for <a href="https://man.openbsd.org/nc.1">nc(1)</a>, which disables reading from stdin (PR#3694).
1.1       deraadt   333: <!-- ^ 20040301 -->
1.56      bentley   334: <li>Fix a memory leak when the control socket detaches from <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    335: <li>Make <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>'s control socket nonblocking.
1.1       deraadt   336: <li>Import libf2c from GCC 3.3.2.
1.56      bentley   337: <li>Show the number of TCP connections drained (by new tcp_drain()) in <a href="https://man.openbsd.org/netstat.1">netstat(1)</a> output.
                    338: <li>Don't <a href="https://man.openbsd.org/stat.2">stat(2)</a> the <a href="https://man.openbsd.org/compress.1">compress(1)</a> outfile when running in test mode.
1.1       deraadt   339: <li>Re-enable propolice if the X server is built without module support.
1.56      bentley   340: <li>Check the sign of values given to the hw.setperf <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>.
                    341: <li><a href="https://man.openbsd.org/strtol.3">strtol(3)</a> and signedness cleanup in <a href="https://man.openbsd.org/ping.8">ping(8)</a>.
1.1       deraadt   342: <!-- ^ 20040229 -->
1.56      bentley   343: <li>Sync the installer with the <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> fetch-mode fix.
                    344: <li>Open a new connection for each file pulled down by <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> in fetch mode. Fixes problems where 'CWD /' does unexpected things.
1.1       deraadt   345: <li>Fix the test that disallows interface unit numbers greater than INT_MAX (to avoid signedness confusion).
                    346: <li>Don't allow leading zeros in cloner interface names.
                    347: <li>Upgrade 3.4-stable to OpenSSH 3.8.
1.56      bentley   348: <li><a href="https://man.openbsd.org/spamd.8">spamd(8)</a> greylist cleanup and fixes.
1.1       deraadt   349: <!-- ^ 20040228 -->
1.56      bentley   350: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, make the read buffer for <a href="https://man.openbsd.org/moduli.5">moduli(5)</a> large enough for 8Kbit primes.
                    351: <li>Stop <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> sending DH groups with a primitive generator of zero or one.
                    352: <li>Fix a race condition in <a href="https://man.openbsd.org/wi.4">wi(4)</a> by disabling interrupts before sending an ACK. From NetBSD.
                    353: <li>Fix some over-zealous assert()ing in <a href="https://man.openbsd.org/afsd.8">afsd(8)</a>.
                    354: <li>Add DH group 14 (modp2048) to <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>'s list of predefined quick mode suites.
1.1       deraadt   355: <li>3.4-current -&gt; 3.5-beta.
1.56      bentley   356: <li>Remove a null deref and unbreak WSDISPLAY_USEFONT for <a href="https://man.openbsd.org/vga.4">vga(4)</a>.
1.1       deraadt   357: <li>Fix an nfsv3-related panic that could occur when linking from a local fs into an NFS mount.<br>
1.56      bentley   358:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   359: <li>Add an implementation for the tcp_drain() function, similar to ip_drain().<br>
1.56      bentley   360:     <a href="stable.html">[Applied to stable]</a>
                    361: <li>Stop <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> '-s all' printing the entire OS fingerprint database and all the interfaces.
                    362: <li>Interoperability fixes for <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>, particularly when talking to a Cisco PIX.
1.1       deraadt   363: <!-- ^ 20040227 -->
1.56      bentley   364: <li>Don't use a regex when deleting a user from a group with <a href="https://man.openbsd.org/userdel.8">userdel(8)</a>, since the username may contain regex special characters. Also, <a href="https://man.openbsd.org/chmod.2">chmod(2)</a> the new group file before moving it into place instead of after.
                    365: <li>Fix IP data length calculation in <a href="https://man.openbsd.org/mrinfo.8">mrinfo(8)</a> and <a href="https://man.openbsd.org/mtrace.8">mtrace(8)</a>.
                    366: <li>Fix <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>'s matching of multi-digit interface names, e.g. stop vlan10 matching as vlan1.
1.1       deraadt   367: <li>Add __va_copy() in &lt;stdarg.h&gt;, following old ISO C89 behaviour. Used by GNU software.
1.56      bentley   368: <li>Support dumping of the <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> RIB via <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>.
                    369: <li>Have <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> check that the nexthop is a valid range (i.e. not a class D, class E or a loopback).
1.1       deraadt   370: <li>Better logging for ifstated(8), taken from bgpd.
1.56      bentley   371: <li>More enhancements to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>'s filter language.
                    372: <li>Include tcps_rcvmemdrop in <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>'s TCP statistics output.
                    373: <li>Add '<a href="http://projects.puremagic.com/greylisting/">greylisting</a>' support to <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>. Oh yes.
1.1       deraadt   374: <!-- ^ 20040226 -->
1.56      bentley   375: <li>Remove a sizeof(long)==4 assumption in <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> that could errnoeously zero four bytes of the next page.
                    376: <li>Add -B (destdir) support to <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a>.
                    377: <li>New Loglevel and Logverbose options for <a href="https://man.openbsd.org/isakmpd.conf.5">isakmpd.conf(5)</a>.
                    378: <li>Stop <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> clearing too much when -Fa is used and an anchor is given.
1.1       deraadt   379: <!-- ^ 20040225 -->
1.56      bentley   380: <li>Reorder code in <a href="https://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a> so that the server list is zero-filled before we add servers to it, not after.
                    381: <li>Allow tuning of <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> buffer sizes via <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> variables net.bpf.*.
1.1       deraadt   382: <li>Add /usr/local/share/fonts to /etc/fonts/fonts.conf, good for ports.
1.56      bentley   383: <li>Fix send_packet() return value checks in <a href="https://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a>.
                    384: <li>Don't allow 'max-src-nodes' in a <a href="https://man.openbsd.org/pf.4">pf(4)</a> rule if 'source-track global' is in effect.
                    385: <li>Enhancements to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>'s filter language.
                    386: <li>Stop new <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> generating a pidfile.
                    387: <li>Use <a href="https://man.openbsd.org/getopt.3">getopt(3)</a> instead of DIY in new <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
                    388: <li>Remove the interface discovery scan from new <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>, and so require an explicit interface name.
                    389: <li>Don't allow 'max-src-nodes' option anywhere other than in a 'source-track' <a href="https://man.openbsd.org/pf.4">pf(4)</a> rule.
1.1       deraadt   390: <li>A number of fifofs fixes from FreeBSD.
                    391: <li>64 bit-specific binutils fixups. From binutils CVS.
                    392: <!-- ^ 20040224 -->
                    393: <li>New slinear16-to-alaw audio format converters. From NetBSD.
1.56      bentley   394: <li>Better <a href="https://man.openbsd.org/pread.2">pread(2)</a> and <a href="https://man.openbsd.org/pwrite.2">pwrite(2)</a> error checks in libkvm.
                    395: <li>Fix a potential null deref when looking for a free <a href="https://man.openbsd.org/pty.4">pty(4)</a> device.
                    396: <li>A little bounds-check paranoia in <a href="https://man.openbsd.org/procmap.1">procmap(1)</a>.
                    397: <li>Make <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> options work properly for programs that need <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>.
                    398: <li>Build and install <a href="https://man.openbsd.org/procmap.1">procmap(1)</a> by default.
                    399: <li>Better heap discovery heuristic for <a href="https://man.openbsd.org/procmap.1">procmap(1)</a>,
                    400: <li>Explicitly disallow backward jumps in <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> filter programs.
                    401: <li>More cleanup and dead code removal in the new <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
                    402: <li>Remove raw socket fallback code from new <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>, since OpenBSD always uses <a href="https://man.openbsd.org/bpf.4">bpf(4)</a>.
1.1       deraadt   403: <li>Bump OpenSSH version to 3.8.
1.56      bentley   404: <li>Bignum fixes in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    405: <li>Set <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>'s listen socket to non-blocking mode again, reverting the change from 26 Sept 2003.
                    406: <li>Fix an <a href="https://man.openbsd.org/objdump.1">objdump(1)</a> segfault on sparc64. From binutils CVS.
1.1       deraadt   407: <li>Fix an out-of-bounds read when comparing IPv6 prefixes if the prefix length is 128.
                    408: <!-- ^ 20030223 -->
                    409: <li>Add pthread_attr_[gs]etstack(3) and bump libpthread minor version. From FreeBSD libc_r.
1.56      bentley   410: <li>String cleaning in <a href="https://man.openbsd.org/fvwm.1">fvwm(1)</a> and <a href="https://man.openbsd.org/wm2.1">wm2(1)</a>.
1.1       deraadt   411: <li>Some cleanup of &lt;pthread.h&gt;. From FreeBSD's libc_r.
                    412: <!-- ^ 20040222 -->
                    413: <li>Fix a locking-related crash when using a portal filesystem.
1.56      bentley   414: <li>Have <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> make a distinction between an unreadable or non-package, and an inaccessible package file.
                    415: <li>Fix <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> timeouts at the end of each cdrecord burn.
1.1       deraadt   416: <li>Build sparc64 with gcc3. Gulp.
                    417: <li>Many USB device fixes from NetBSD.
1.56      bentley   418: <li>Fix a race in <a href="https://man.openbsd.org/scsi.4">scsi(4)</a>, now cdrecord can safely write at high speeds.
1.1       deraadt   419: <!-- ^ 20040221 -->
                    420: <li>Re-fix 'VT black text on black background' and other XFree86 bugs for ATI cards, lost in the recent merge.
1.56      bentley   421: <li>Teach <a href="https://man.openbsd.org/passwd.1">passwd(1)</a> about the master.passwd.byname map so it can work in a secure (makedbm -s) environment.
                    422: <li>Uncomment and fix code for old <a href="https://man.openbsd.org/tip.1">tip(1)</a> variables cdelay and ldelay.
                    423: <li>Have <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>'s pfsync output show the interface being cleared if available.
                    424: <li>Update <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> to cope with interface-specific state clearing with e.g. pfctl -i fxp0 -Fs'.
                    425: <li>Add PKG_DESTDIR (-B option) support to <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
1.1       deraadt   426: <li>Improvements to the new auto-generated MAKEDEV(8) manual pages.
1.56      bentley   427: <li>Allow <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> etc. flavor names to contain dots and other special characters.
                    428: <li>Set files that <a href="https://man.openbsd.org/ypbind.8">ypbind(8)</a> creates to mode 0644 with <a href="https://man.openbsd.org/fchmod.2">fchmod(2)</a>, just in case they're created with a more restrictive <a href="https://man.openbsd.org/umask.2">umask(2)</a>.
                    429: <li>New .Ex, .In and .Rv <a href="https://man.openbsd.org/mdoc.7">mdoc(7)</a> macros.
                    430: <li>Fix some double-<a href="https://man.openbsd.org/free.3">free(3)</a>s in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
1.1       deraadt   431: <!-- ^ 20040220 -->
                    432: <li>Resurrect old-style fontconfig-config program, still needed by some ports.
1.56      bentley   433: <li>Make sure that the guard page is also marked as MALLOC_FREE by <a href="https://man.openbsd.org/free.3">free(3)</a>, to cut down on bleating #ifdef MALLOC_EXTRA_SANITY.
                    434: <li>Basic filtering support for <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    435: <li>Add <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> -i support to -Fs, -ss, -sq and -w options.
                    436: <li>New smartreadlog command for <a href="https://man.openbsd.org/atactl.8">atactl(8)</a> to, well, read SMART logs.
                    437: <li>Fix SMART log-related panics in <a href="https://man.openbsd.org/wdc.4">wdc(4)</a>.
                    438: <li>Have <a href="https://man.openbsd.org/mount.8">mount(8)</a> report the actual xfs device mounted, and not just 'arla.'
                    439: <li>In <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>, handle SIGINT the same as SIGTERM when running with -d, and dump logs to syslog at LOG_INFO without -d.
                    440: <li>Fix a memory leak in <a href="https://man.openbsd.org/tftp.1">tftp(1)</a>.
                    441: <li>Bring <a href="https://man.openbsd.org/pf.4">pf(4)</a> queue id semantics into line with tag assignment, and remove last vestiges of userland qid code.
1.1       deraadt   442: <!-- ^ 20040219 -->
1.56      bentley   443: <li>Stop <a href="https://man.openbsd.org/bc.1">bc(1)</a> modifying argv and optind while inside the <a href="https://man.openbsd.org/getopt.3">getopt(3)</a> loop.
                    444: <li>In gcc3, add a few missing <a href="https://man.openbsd.org/open.2">open(2)</a> third options when used with O_CREAT.
                    445: <li>Revoke <a href="https://man.openbsd.org/procmap.1">procmap(1)</a>'s privileges immediately after <a href="https://man.openbsd.org/kvm_openfiles.3">kvm_openfiles(3)</a>.
                    446: <li>Make sure  doesn't call <a href="https://man.openbsd.org/strtoul.3">strtoul(3)</a> on non-numbers.
                    447: <li>In <a href="https://man.openbsd.org/procmap.1">procmap(1)</a>, print the names of missing symbols instead of '(null)'.
1.1       deraadt   448: <!-- ^ 20040218 -->
1.56      bentley   449: <li>Extra <a href="https://man.openbsd.org/bzero.3">bzero(3)</a> paranoia for data coming out of the <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> xfer pool.
                    450: <li>Memory and string cleanup in <a href="https://man.openbsd.org/procmap.1">procmap(1)</a>.
                    451: <li>Implement <a href="https://man.openbsd.org/kevent.2">kevent(2)</a> and <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> under FreeBSD emulation, using the native calls.
                    452: <li>Fix mishandling of numeric options in <a href="https://man.openbsd.org/sed.1">sed(1)</a> (PR#3677).
                    453: <li>Add -i option to <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>, restricting operations to the given interface. Only -sI implemented for now.
1.1       deraadt   454: <li>sparc64 alignment fixes in gcc3 propolice.
                    455: <!-- ^ 20040217 -->
1.56      bentley   456: <li>const'ify some more <a href="https://man.openbsd.org/pthreads.3">pthreads(3)</a> prototypes for POSIX reasons. From FreeBSD libc_r.
                    457: <li>In <a href="https://man.openbsd.org/chmod.1">chmod(1)</a>, check that 'foo.bar' isn't an existing username before assuming it's old-style user.group and treating it like user:group.
                    458: <li>Don't allocate a cluster in tcp_output() when the whole header fits into an <a href="https://man.openbsd.org/mbuf.9">mbuf(9)</a>.
                    459: <li>Add -4 and -6 IP transport selectors to <a href="https://man.openbsd.org/rdate.8">rdate(8)</a>. Oh yes.
                    460: <li>Add an extra check for a null transport in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> exchanges.
                    461: <li>Use off_t instead of long so that <a href="https://man.openbsd.org/tail.1">tail(1)</a> can handle large offsets.
1.1       deraadt   462: <li>Remove more unnecessary checks for 8-bit values &gt; 255, this time from libc/ethers.c.
1.56      bentley   463: <li>Add a missing <a href="https://man.openbsd.org/realloc.3">realloc(3)</a> failure check in asn1_compile.
1.1       deraadt   464: <li>Generate the MAKEDEV(8) manpages automagically based on the same information as the MAKEDEV scripts themselves.
1.56      bentley   465: <li><a href="https://man.openbsd.org/gcc.1">gcc(1)</a> propolice fixes on i386.
                    466: <li>First cut at <a href="https://man.openbsd.org/procmap.1">procmap(1)</a> from NetBSD (where it's called pmap). Not yet built by default.
1.1       deraadt   467: <!-- ^ 20040216 -->
1.56      bentley   468: <li>New 'split' option in <a href="https://man.openbsd.org/iostat.8">iostat(8)</a> for the newly-separated disk read/write stats.
1.1       deraadt   469: <li>Check for TDB entries marked as invalid when looking up tcpmd5 connections.
                    470: <li>Record separate disk statistics for read and write operations. Adapted from NetBSD.
1.56      bentley   471: <li>In ifstated(8), don't <a href="https://man.openbsd.org/bcopy.3">bcopy(3)</a> around a structure containing TAILQ pointers.
1.1       deraadt   472: <li>Better SIGHUP handling in ifstated(8).
                    473: <!-- ^ 20040215 -->
                    474: <li>Refactor processor speed settings sysctl code (hw.cpuspeed, hw.setperf) for clarity.
1.56      bentley   475: <li>Fix broken <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> IKE output for certain vendors' phase 1 proposals.
1.1       deraadt   476: <!-- ^ 20040214 -->
1.56      bentley   477: <li>New driver, <a href="https://man.openbsd.org/bce.4">bce(4)</a>, for Broadcom 4401 10/100Mbps Ethernet devices.
1.1       deraadt   478: <li>Drop the osigaltstack() compatibility system call.
1.57      deraadt   479: <li>Import and merge XFree86-current of 2004/02/13, minus files with the new XFree86 License which contains text developed by The XFree86 Project, Inc (http://www.xfree86.org/) and its contributors.
1.56      bentley   480: <li>Make sure all <a href="https://man.openbsd.org/pf.4">pf(4)</a> anchors get updated after an anchor is removed.
                    481: <li>Better signal handling and other cleanup in <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a>.
                    482: <li>Print textual service and protocol names properly in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> even when -n is specified.
                    483: <li>Some cleanup and an additional mode for <a href="https://man.openbsd.org/acss.3">acss(3)</a>.
1.1       deraadt   484: <!-- ^ 20040213 -->
1.56      bentley   485: <li>Disallow <a href="https://man.openbsd.org/em.4">em(4)</a> PHY resets when IP is enabled on an interface to prevent lockups when using GigE copper.
                    486: <li>Use a hash table instead of a linked list to speed up 802.1q tag -&gt; <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> interface lookup.
                    487: <li>New -p flag for <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>, allowing the device to be something other than /dev/pf.
1.1       deraadt   488: <li>Logging cleanup in ifstated(8).
                    489: <li>Revert some propolice breakage in gcc3.
                    490: <li>64-bit alignment fixes in ifstated(8).
                    491: <!-- ^ 20040212 -->
1.56      bentley   492: <li><strong>RELIABILITY FIX: Several buffer overflows exist in the code parsing font.aliases files in XFree86.</strong> Thanks to ProPolice, these cannot be exploited to gain privileges, but they can cause the X server to abort.<br>
1.1       deraadt   493:     <a href="errata34.html#font">A source code patch is available</a>.<br>
1.56      bentley   494:     <a href="stable.html">[Applied to stable]</a>
                    495: <li>Add missing volatile to a signal handler flag in <a href="https://man.openbsd.org/dc.1">dc(1)</a>.
1.1       deraadt   496: <li>in tcp_input(), stop an unsigned integer underflow from making the TCP MSS calculation return ridiculously large values when ifp==NULL.
1.56      bentley   497: <li>Reduce <a href="https://man.openbsd.org/makewhatis.8">makewhatis(8)</a>'s newly-increased pickiness a little.
                    498: <li>Fix another bug that allows a <a href="https://man.openbsd.org/pf.4">pf(4)</a> antispoof rule on an interface with no IP addresses to result in all other interfaces blocking all IP packets.
1.1       deraadt   499: <!-- ^ 20040211 -->
1.56      bentley   500: <li>Install <a href="https://man.openbsd.org/bgpd.conf.5">bgpd.conf(5)</a> root:wheel, mode 0600 and make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> insist it be so.
                    501: <li>Reduce the default number of <a href="https://man.openbsd.org/pty.4">pty(4)</a> devices from 64 to 16, now that additional ptys will be created on demand.
                    502: <li>Fix an off-by-one when generating <a href="https://man.openbsd.org/pty.4">pty(4)</a> device names (ptydevname()).
                    503: <li>Make <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>'s <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> output more consistent with other tcpdump output.
                    504: <li>Plug an <a href="https://man.openbsd.org/mbuf.9">mbuf(9)</a> leak by making ip_fragment() free the mbuf on errors instead of expecting the caller to do it.<br>
                    505:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   506: <li>Add a flag so that hardware sensors can be marked as invalid if, for example, they're disconnected.
1.56      bentley   507: <li>Make picky mode in <a href="https://man.openbsd.org/makewhatis.8">makewhatis(8)</a> even pickier.
                    508: <li>Fix an off-by-one in <a href="https://man.openbsd.org/pf.4">pf(4)</a>'s interface management code.
                    509: <li>Have <a href="https://man.openbsd.org/ndp.8">ndp(8)</a> flush stdout before sleeping in -A mode (KAME pr#584).
                    510: <li>In the new <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>, don't send pointless DHCPDISCOVER messages on interfaces that are known to have an inactive link status.
1.1       deraadt   511: <li>Allow for the presence of tcpmd5 signatures in the TCP MSS calculation.
1.56      bentley   512: <li>Have <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> display a filter uptime now that we keep track of when it was last enabled.
                    513: <li>Make <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> work on 64-bit alignment-sensitive architectures when IP options are present.
                    514: <li>Unbreak <a href="https://man.openbsd.org/ypset.8">ypset(8)</a>'s -h option. From FreeBSD.
                    515: <li>Have <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> politely inform users that <a href="https://man.openbsd.org/pstat.8">pstat(8)</a> with -t is the tool of choice for viewing terminal information.
                    516: <li>Support -$ option (disallow '$' in identifiers) and -notraditional in <a href="https://man.openbsd.org/cpp.1">cpp(1)</a> for gcc2.
                    517: <li>New ptm device (see <a href="https://man.openbsd.org/pty.4">pty(4)</a>) that allows non-privileged processes to allocate a properly-permissioned pty. No more setuid(root) <a href="https://man.openbsd.org/xterm.1">xterm(1)</a>!
                    518: <li>Stop assuming that tty <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> variables are quads. Some are now ints.
                    519: <li>Dynamically allocate kernel memory for ttys, controlled via <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a>s kern.tty.{maxptys,nptys}. Adapted from NetBSD.
                    520: <li>Teach <a href="https://man.openbsd.org/boot.8">boot(8)</a> how to load read-only data segments for ELF architecture kernels.
1.1       deraadt   521: <li>If the i386 bootloader fails, enable interrupts before halting so ctrl-alt-del will work.
                    522: <!-- ^ 20040210 -->
1.56      bentley   523: <li>Install the <em>edit</em> USD doc, reworked to be an <a href="https://man.openbsd.org/ex.1">ex(1)</a> tutorial, under /usr/share/docs/usd/11.edit.
                    524: <li>In the XF4 Makefile, fix -o operator precedence for the <a href="https://man.openbsd.org/find.1">find(1)</a> command when checking for incorrect file permissions.
                    525: <li>Add missing MLINKS and do some .Nm macro cleanup to help <a href="https://man.openbsd.org/makewhatis.8">makewhatis(8)</a>.
                    526: <li>Don't flush <a href="https://man.openbsd.org/pf.4">pf(4)</a> stats when using the -e or -d options to <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>. Store the time at which the filter was last enabled.
                    527: <li>Unbreak the <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> 'set loginterface' command.
                    528: <li>Have <a href="https://man.openbsd.org/lex.1">lex(1)</a> declare errno for c++ users too.
1.1       deraadt   529: <li>Allow libstdc++ to build on architectures with no shared libraries.
                    530: <!-- ^ 20040209 -->
1.56      bentley   531: <li>Fix a panic when cleaning up after an interface (e.g a PC Card <a href="https://man.openbsd.org/wi.4">wi(4)</a>) has gone away (PR#3649).
                    532: <li>Unstick the -a option from <a href="https://man.openbsd.org/ps.1">ps(1)</a> (PR#3676).
                    533: <li>Sync the installer network startup with changes in <a href="https://man.openbsd.org/netstart.8">netstart(8)</a>.
                    534: <li>Fix a memory allocation-related panic in <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> that can occur under very high loads.
1.1       deraadt   535: <li>Fix a buffer overflow in XFree font aliasing. From XFree86 CVS.<br>
1.56      bentley   536:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   537: <li>Don't fully unroll kernel rijndael code to save some space.
1.56      bentley   538: <li>Some fixes to <a href="https://man.openbsd.org/ahc.4">ahc(4)</a>, mostly from FreeBSD.
1.1       deraadt   539: <!-- ^ 20040208 -->
1.56      bentley   540: <li>Additional sanity checks when probing <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> luns.
                    541: <li>Disable interrupts on a <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> controller for polled commands, fixing a long-standing hang at attach time on i386.
                    542: <li>Stop <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> burping interface information to stderr.
1.1       deraadt   543: <!-- ^ 20040207 -->
1.56      bentley   544: <li>Have lib<a href="https://man.openbsd.org/pcap.3">pcap(3)</a> use the kernel default buffer size instead of setting its own size.
                    545: <li>Bump the <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> maximum buffer size to 2MB, and the default size to 32KB, to allow for faster networks and larger frame sizes.
                    546: <li>Turn on <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> logging (<a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> ddb.log) by default.
                    547: <li>Allow <a href="https://man.openbsd.org/bind.2">bind(2)</a> to work in an IPv6-only (no IPv4) configuration.
                    548: <li>First cut of a filtering language for <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    549: <li>Another pass at making <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>'s code readable.
1.1       deraadt   550: <!-- ^ 20040206 -->
1.56      bentley   551: <li>Fix a curiously familiar reference-counting bug in <a href="https://man.openbsd.org/uvm.9">uvm(9)</a>.
                    552: <li><strong>SECURITY FIX:  A reference-counting bug exists in the <a href="https://man.openbsd.org/shmat.2">shmat(2)</a> system call that could be used by an attacker to write to kernel memory under certain circumstances.</strong> Adapted from FreeBSD.<br>
1.1       deraadt   553:     <a href="errata34.html#sysvshm">A source code patch is available</a>.<br>
1.56      bentley   554:     <a href="stable.html">[Applied to stable]</a>
                    555: <li>Fix a CVS merge error in <a href="https://man.openbsd.org/xterm.1">xterm(1)</a>'s app-defaults file.
                    556: <li>Make <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> -vvsq loop again (PR#3675).
                    557: <li>Unbreak the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> progress meter ETA for files larger than 4GB (OpenSSH bugzilla #791).
                    558: <li>Fix a memory leak in <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> (PR#3668).
                    559: <li>If <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> is in privsep mode, pass the SIGALRM from LoginGraceTime expiry through to the child process.
1.1       deraadt   560: <li>Apply the same strict RFC 2460 interpretation used for the IPv6 MTU to the TCP MSS calculation.
                    561: <!-- ^ 20040205 -->
                    562: <li>New parser for ifstated(8), and more features. Still more to come.
1.56      bentley   563: <li>Fix <a href="https://man.openbsd.org/grep.1">grep(1)</a>'s ^ and $ anchors that were broken by the recent -w fixes.
                    564: <li>For programs that don't support long options, stop <a href="https://man.openbsd.org/getopt.3">getopt(3)</a> treating '--foo' the same way it treats '--', as per POSIX (PR#3666).<br>
                    565:     <a href="stable.html">[Applied to stable]</a>
                    566: <li>Let <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> deal gracefully with 'modulate state' on rules with protos to which it might not apply in the same way as 'keep state', e.g. 'pass proto {tcp udp} modulate state' is now acceptable.
                    567: <li>Don't use a valid user id as a flag value in <a href="https://man.openbsd.org/ps.1">ps(1)</a>.
1.1       deraadt   568: <li>Remove the earlier fix for the IPv6 MTU crash bug now that the full fix is in place.
1.56      bentley   569: <li><strong>SECURITY FIX: An IPv6 MTU handling problem exists that could be used by an attacker to cause a denial of service attack against hosts with reachable IPv6 TCP ports.</strong> Fix this fully by applying a strict interpretation of RFC 2460 section 5, last paragraph.<br>
1.1       deraadt   570:     <a href="errata34.html#ip6">A source code patch is available</a>.<br>
1.56      bentley   571:     <a href="stable.html">[Applied to stable]</a>
                    572: <li>Memory alignment fixes in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    573: <li>Huge amount of <a href="https://man.openbsd.org/style.9">style(9)</a>, ANSI and other cleanup in <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>. More to come.
1.1       deraadt   574: <!-- ^ 20040204 -->
1.56      bentley   575: <li>Some std:: namespace and other C++ mode fixes for <a href="https://man.openbsd.org/flex.1">flex(1)</a>. From NetBSD.
                    576: <li>Fix <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> macro expansion in tags (PR#3664).
                    577: <li>Unbreak and reapply the don't-use-<a href="https://man.openbsd.org/inet_net_pton.3">inet_net_pton(3)</a>-without-a-slash fix (PR#3638).
                    578: <li>Teach lib<a href="https://man.openbsd.org/crypto.3">crypto(3)</a> how to use the VIA C3 crypto functions for (seriously) accelerated aes-{128,192,256}-cbc.
1.1       deraadt   579: <!-- ^ 20040203 -->
1.56      bentley   580: <li>Do temp file cleanup for signals as well as exits in <a href="https://man.openbsd.org/spell.1">spell(1)</a>.
                    581: <li>Sanity check memory allocation when attaching <a href="https://man.openbsd.org/wd.4">wd(4)</a> devices.
                    582: <li>Have <a href="https://man.openbsd.org/mg.1">mg(1)</a> create a buffer list window when started with more than two files, just like emacs.
                    583: <li>Fix compile breakage in <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> and netinet6 when <a href="https://man.openbsd.org/pf.4">pf(4)</a> isn't present.
                    584: <li>In <a href="https://man.openbsd.org/ipsecadm.8">ipsecadm(8)</a> monitor mode, reorder <a href="https://man.openbsd.org/memset.3">memset(3)</a> arguments so it works less like a nop.
                    585: <li>For safety, only do <a href="https://man.openbsd.org/pf.4">pf(4)</a> interface lookups (pfi_index2kif()) if the filter is enabled.
                    586: <li>Remove the special-case LBL_ALIGN code in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> and act as if we're always on a platform that requires aligned memory access.
                    587: <li>In <a href="https://man.openbsd.org/leave.1">leave(1)</a>, don't allow alarms to be set in the past as this is unlikely to be useful. Also some cleanup based on NetBSD.
1.1       deraadt   588: <li>On i386, allow userland apps to use the VIA C3 crypto instructions if they're present.
                    589: <!-- ^ 20040202 -->
                    590: <li>Temporarily work around an MTU-related crash in IPv6 by simply enforcing a minimum link MTU of 296. Real fix to come.
1.56      bentley   591: <li>Add <a href="https://man.openbsd.org/as.1">as(1)</a> support for the VIA C3 xmove-rng and xcrypt-{ecb,cbc,cfb,ofb} instructions.
                    592: <li>Allow '-' as a valid character in <a href="https://man.openbsd.org/as.1">as(1)</a> mnemonics, as required by a few VIA C3 instructions.
                    593: <li>Add a 'paper.txt' <a href="https://man.openbsd.org/make.1">make(1)</a> target to generate ASCII output for the documents under /usr/share/doc.
1.1       deraadt   594: <li>Sync i386 option USER_LDT code with NetBSD, fixing some ports panics.
                    595: <li>In libpthread, add a simple work-around for deadlocking on recursive readlocks on a rwlock while there are writers waiting (from FreeBSD PR#24641).
                    596: <li>Add ARM support and a new port for <a href="cats.html">cats</a> boards.
                    597: <!-- ^ 20040201 -->
                    598: <li>Rename TCP socket option from TCP_SIGNATURE_ENABLE to TCP_MD5SIG.
1.56      bentley   599: <li>Build <a href="https://man.openbsd.org/protoize.1">protoize(1)</a> for gcc3.
1.1       deraadt   600: <li>Reverse the enable logic for TCP selective acks, so TCP_SACK_DISABLE becomes TCP_SACK_ENABLE.
1.56      bentley   601: <li>Really commit -L (localbase) support for <a href="https://man.openbsd.org/pkg_create.1">pkg_create(1)</a>, as well as the related -S and -B options.
                    602: <li>Some types cleanup and better SIGCHLD handling in privsep <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
1.1       deraadt   603: <!-- ^ 20040131 -->
1.56      bentley   604: <li>Fix an old logic bug in <a href="https://man.openbsd.org/nlist.3">nlist(3)</a> that caused lookups for names with a leading underscore to fail on ELF systems.
                    605: <li>Install <a href="https://man.openbsd.org/ex.1">ex(1)</a> documentation in doc/usd/13.ex.
                    606: <li>Back out the <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> attach freeze fix for now.
                    607: <li>Sync <a href="https://man.openbsd.org/named.8">named(8)</a>'s root.hint file after the IP address change of B.ROOT-SERVERS.NET.
                    608: <li>Stop <a href="https://man.openbsd.org/systrace.1">systrace(1)</a> trying to normalize an empty filename.
                    609: <li>Enable tcpmd5 on <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>'s listen socket. For peers configured with md5sig, require <a href="https://man.openbsd.org/accept.2">accept(2)</a>ed sockets to have signatures enabled.
                    610: <li>New TCP_SIGNATURE_ENABLE option to <a href="https://man.openbsd.org/getsockopt.2">getsockopt(2)</a>, allowing a process to check the tcpmd5 status of an <a href="https://man.openbsd.org/accept.2">accept(2)</a>ed socket.
                    611: <li>Support <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> version 2 password change. password-dead must be set to non-zero in <a href="https://man.openbsd.org/login.conf.5">login.conf(5)</a> for this to work.
                    612: <li>New update-moduli target in /usr/src/etc/Makefile, for regenerating /etc/<a href="https://man.openbsd.org/moduli.5">moduli(5)</a>.
1.1       deraadt   613: <!-- ^ 20040130 -->
1.56      bentley   614: <li>Format string fixes and other cleanup for <a href="https://man.openbsd.org/fvwm.1">fvwm(1)</a> in the wake of -ansi removal.
                    615: <li>Remove -ansi from the list of <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> build options for XFree86.
1.1       deraadt   616: <li>On i386 systems with SSE2, halve the time taken to zero a page of memory. Based on FreeBSD.
1.56      bentley   617: <li>Switch the new <a href="https://man.openbsd.org/sigaltstack.2">sigaltstack(2)</a> code back on again on alpha and sparc64.
                    618: <li>Make <a href="https://man.openbsd.org/ddb.4">ddb(4)</a>'s ps /n command show the correct state for a process.
1.1       deraadt   619: <li>Reset the TCP keepalive timer to tcp.keepidle (normally four hours) after the three-way handshake completes. (syncache sets it to tcp.keepinittime, normally 150 seconds).
                    620: <li>Allow a single listen socket to be used for connections with and without tcpmd5.
1.56      bentley   621: <li>Avoid a long <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> freeze when attaching live scsibus* devices.
                    622: <li>Support RFC 3390 'Increasing TCP's initial window' extension, enabled using <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> net.inet.tcp.rfc3390.
1.1       deraadt   623: <li>When TCP is in the SYN_SENT state, don't increase cwnd by 1*MSS on receipt of the SYN/ACK.
                    624: <li>Note that 'pegasos' is not quite the same as 'pegosos'.
1.56      bentley   625: <li>Clean up the output from <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> with '-s all'.
1.1       deraadt   626: <li>Allow the arch-specific bootloaders to change the program name to something other than 'BOOT'.
                    627: <!-- ^ 20040129 -->
1.56      bentley   628: <li>Use a more reliable reference count when deciding whether or not to free a FIFO <a href="https://man.openbsd.org/vnode.9">vnode(9)</a>. Adapted from FreeBSD.
                    629: <li>Allow Cisco/Juniper compatible (and keyspace-limiting) ASCII md5sig keys in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    630: <li>Track the number of ftp or http connections to a host in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>. Limit to one connection for now.
                    631: <li>New -L option to set (<a href="https://man.openbsd.org/pkg_create.1">pkg_create(1)</a>) or use (<a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>) the package LOCALBASE. See <a href="https://man.openbsd.org/bsd.port.mk.5">bsd.port.mk(5)</a> for details.
                    632: <li>Use <a href="https://man.openbsd.org/_exit.2">_exit(2)</a> instead of <a href="https://man.openbsd.org/abort.3">abort(3)</a> when <a href="https://man.openbsd.org/xfs.1">xfs(1)</a> dies due to an error.
                    633: <li>Fix a potential double-free in <a href="https://man.openbsd.org/m_split.9">m_split(9)</a> (PR#3651).
                    634: <li>Add privilege separation for <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
1.1       deraadt   635: <li>Move gcc2-specific files into the architecure-specific distribution setlists. Gulp.
1.56      bentley   636: <li>Don't dump core in <a href="https://man.openbsd.org/patch.1">patch(1)</a> when the file can't be found but user says to patch anyway.
                    637: <li>Let &lt;cdefs.h&gt; compile on old <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> and even on non-gcc.
                    638: <li>Make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> ignore extra (maskless) rtsock change messages sent by <a href="https://man.openbsd.org/pppd.8">pppd(8)</a>.
1.1       deraadt   639: <li>Start work on the <a href="amd64.html">amd64</a> port. Based on work by NetBSD.
                    640: <!-- ^ 20040128 -->
1.56      bentley   641: <li>New mail-set-margin option for <a href="https://man.openbsd.org/mg.1">mg(1)</a> mail mode.
                    642: <li>Fix <a href="https://man.openbsd.org/ipsecadm.8">ipsecadm(8)</a>'s use of <a href="https://man.openbsd.org/getaddrinfo.3">getaddrinfo(3)</a>.
                    643: <li>In <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>, exit instead of carrying on regardless when the pre-addition stage fails.
                    644: <li>Better pfkeyv2 interface when setting up tcpmd5 in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>. More to do.
                    645: <li>Add support for -f (force) option to <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> and <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a>.
                    646: <li>Allow <a href="https://man.openbsd.org/skey.1">skey(1)</a>-format usernames (<em>user</em>:skey) in <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> (OpenSSH bugzilla #777).
1.1       deraadt   647: <li>In pf_test and pf_test6, immediately drop packets on any interface that doesn't have an associated pfi_kif structure.
                    648: <li>Hash tcpmd5 TDB lookups by source address instead of the spi
                    649: <li>Add missing case for TCP MD5 sigs in SADB_GETPROTO().
1.56      bentley   650: <li>Let <a href="https://man.openbsd.org/ipsecadm.8">ipsecadm(8)</a> pass the spi for TCP signatures.
                    651: <li>Handle <a href="https://man.openbsd.org/tftpd.8">tftpd(8)</a> tsize and timeout options. From FreeBSD, as was the RFC 2347 support.
                    652: <li>Add RFC 2347 "TFTP Option Extension" support to <a href="https://man.openbsd.org/tftpd.8">tftpd(8)</a>. Try to ignore trailing garbage that Apple OpenFirmware can leave where an option should be.
                    653: <li>Make the package tools show <a href="https://man.openbsd.org/strerror.3">strerror(3)</a> output when die()ing on filesystem errors.
                    654: <li>Allow <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a> to handle removal of packages with bogus dependencies, as could be created by earlier versions of the new package tools.
1.1       deraadt   655: <!-- ^ 20040127 -->
1.56      bentley   656: <li>Major changes to <a href="https://man.openbsd.org/i386/biosboot.8">biosboot(8)</a> and <a href="https://man.openbsd.org/i386/installboot.8">installboot(8)</a>, supporting EDD (LBA) mode boots and a shift key-triggered CHS fallback mode. For an encore, remove the previous version's 64KB limit on the size of <a href="https://man.openbsd.org/i386/boot.8">boot(8)</a>.
                    657: <li>Make <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> print even an all-zeros netmask, unless the address is all-zeros too.
                    658: <li>Take an extra parameter to <a href="https://man.openbsd.org/pthread_stackseg_np.3">pthread_stackseg_np(3)</a> to return stack info for any thread instead of just the current thread.
1.1       deraadt   659: <li>Only call destructors once on ELF architectures. Stops KDE apps moaning on shutdown.
1.56      bentley   660: <li>Since <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>, <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> and <a href="https://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a> are now using <a href="https://man.openbsd.org/getifaddrs.3">getifaddrs(3)</a>, don't create the socket that used to be needed by SIOCGIFCONF.
                    661: <li>Have <a href="https://man.openbsd.org/cardbus.4">cardbus(4)</a> dump some useful information for non PnP devices.
1.1       deraadt   662: <li>Enable TCP signatures in the GENERIC kernel.
1.56      bentley   663: <li>Initial TCP signature support for <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    664: <li>Add 802.11 datalink type support to the <a href="https://man.openbsd.org/pcap.3">pcap(3)</a> library.
1.1       deraadt   665: <!-- ^ 20040126 -->
1.56      bentley   666: <li>Stop <a href="https://man.openbsd.org/sd.4">sd(4)</a> blurting a bunch of Medium Not Present errors for 6-in-1 card readers.
                    667: <li>Fix case where <a href="https://man.openbsd.org/grep.1">grep(1)</a> with the -w option could miss some lines.
                    668: <li>Separate <a href="https://man.openbsd.org/ndp.8">ndp(8)</a> from <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> (gmt2local() was shared) before the latter begins mutation.
                    669: <li>Lock the <a href="https://man.openbsd.org/vnode.9">vnode(9)</a> earlier in ffs_vget() to avoid unbalanced <a href="https://man.openbsd.org/vrele.9">vrele(9)</a> calls.
                    670: <li>Have <a href="https://man.openbsd.org/clri.8">clri(8)</a> use random generation numbers for the inodes it clears instead of just incrementing the old number.
                    671: <li>Back out the recent <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> addresses-without-slashes-are-hosts change for now.
                    672: <li>Add a few missing UNIX standards to the <a href="https://man.openbsd.org/mdoc.7">mdoc(7)</a> St macro, and update some manpages to use them.
                    673: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, clear the non-blocking flag on the socket after connection when the ConnectTimeout option is in effect.
                    674: <li>Alignment fixes in <a href="https://man.openbsd.org/ping6.8">ping6(8)</a> and <a href="https://man.openbsd.org/traceroute6.8">traceroute6(8)</a>.
                    675: <li>Cleanup in <a href="https://man.openbsd.org/traceroute6.8">traceroute6(8)</a>. Make sure the probe packets give very little away about the sending host.
                    676: <li>Some <a href="https://man.openbsd.org/printf.3">*printf(3)</a> type fixes in <a href="https://man.openbsd.org/scsi.4">scsi(4)</a>, so very large disks don't appear to have &lt;0 sectors.
                    677: <li>Allow <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> debugging to be limited to individual buses as well as specific targets and LUNs.
1.1       deraadt   678: <!-- ^ 20040125 -->
1.56      bentley   679: <li>Don't enable loud debugging for every <a href="https://man.openbsd.org/ahc.4">ahc(4)</a> device by default.
                    680: <li>Install <a href="https://man.openbsd.org/vi.1">vi(1)</a> tutorial docs.
1.1       deraadt   681: <!-- ^ 20040124 -->
1.56      bentley   682: <li>Add cradle mode support to <a href="https://man.openbsd.org/xsystrace.1">xsystrace(1)</a>.
                    683: <li>Add an <a href="https://man.openbsd.org/rc.conf.8">rc.conf(8)</a> switch for <a href="https://man.openbsd.org/rpc.yppasswdd.8">rpc.yppasswdd(8)</a> and switch it off by default, instead of always running it if there's a YP directory in place.
1.1       deraadt   684: <li>New program, ifstated(8), which listens for interface state changes and runs commands when it sees them. Work in progress.
1.56      bentley   685: <li>Remove <a href="https://man.openbsd.org/seteuid.2">seteuid(2)</a> and <a href="https://man.openbsd.org/setuid.2">setuid(2)</a> calls from <a href="https://man.openbsd.org/timedc.8">timedc(8)</a>.
                    686: <li>New 'cradle mode' for <a href="https://man.openbsd.org/systrace.1">systrace(1)</a>.
                    687: <li>Add NTFS to the list of partition types that <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> has names for.
1.1       deraadt   688: <li>Now that our gcc3 has propolice, add USE_GCC3 switch (default is "No") to enable gcc3 build and install.
1.56      bentley   689: <li>Fix <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>'s display of long path names.
                    690: <li>Enable <a href="https://man.openbsd.org/acss.3">acss(3)</a> support in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    691: <li>Add <a href="https://man.openbsd.org/acss.3">acss(3)</a> support to libcrypto, and bump the library minor version.
                    692: <li>Liberally sprinkle <a href="https://man.openbsd.org/closefrom.2">closefrom(2)</a> where needed.
                    693: <li>Speed up <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> probing by not checking for impossible LUNs.
1.1       deraadt   694: <!-- ^ 20040123 -->
1.56      bentley   695: <li>Fix the @arch packing list command in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> and <a href="https://man.openbsd.org/pkg_create.1">pkg_create(1)</a>.
                    696: <li>Match <a href="https://man.openbsd.org/compress.1">compress(1)</a> exit codes to GNU gzip, unbreaking <a href="https://man.openbsd.org/perl.1">perl(1)</a>'s CPAN module.<br>
                    697:     <a href="stable.html">[Applied to stable]</a>
                    698: <li>Stop <a href="https://man.openbsd.org/mixerctl.1">mixerctl(1)</a> segfaulting on non-existent fields.
                    699: <li>Add a simple 802.3x printer to <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    700: <li>Allow <a href="https://man.openbsd.org/ftp-proxy.8">ftp-proxy(8)</a> to set the outgoing address with the new -a option (PR#3538).
                    701: <li>In <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>, only use <a href="https://man.openbsd.org/inet_net_pton.3">inet_net_pton(3)</a> on addresses containing a '/', otherwise use <a href="https://man.openbsd.org/inet_pton.3">inet_pton(3)</a> (PR#3638).
                    702: <li>New -S option to <a href="https://man.openbsd.org/nc.1">nc(1)</a>, enabling the TCP MD5 signature option.
                    703: <li>Fix collapsing of multiple <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> update messages into one.
                    704: <li>Fix <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> state timeouts.
                    705: <li>As with <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>, remove the need for -w in <a href="https://man.openbsd.org/mixerctl.1">mixerctl(1)</a>.
                    706: <li>Propolice fixes for <a href="https://man.openbsd.org/gcc.1">gcc(1)</a>.
1.1       deraadt   707: <li>First propolice version of gcc3.
                    708: <!-- ^ 20040122 -->
1.56      bentley   709: <li>Add dynamic bufq support to <a href="https://man.openbsd.org/wd.4">wd(4)</a>. Doesn't do very much for now.
1.1       deraadt   710: <li>In kernel main(), initialise timeouts much earlier.
1.57      deraadt   711: <li>New <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> configuration method, based around OpenBSD mirrors of common spammer lists.
1.56      bentley   712: <li>Cleanup and fix <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> pfsync protocol output.
                    713: <li>Initialise the <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> input file in main() rather than statically.
                    714: <li>Some <a href="https://man.openbsd.org/strncpy.3">strncpy(3)</a> -&gt; <a href="https://man.openbsd.org/strlcpy.3">strlcpy(3)</a> in <a href="https://man.openbsd.org/pcap.3">libpcap</a>
1.1       deraadt   715: <!-- ^ 20040121 -->
1.56      bentley   716: <li>Use <a href="https://man.openbsd.org/_exit.2">_exit(2)</a> instead of <a href="https://man.openbsd.org/exit.3">exit(3)</a> from <a href="https://man.openbsd.org/abort.3">abort(3)</a> so stdio buffers don't get flushed twice.
1.1       deraadt   717: <li>Support Intel 852/855/865 AGP chipsets on i386. From NetBSD.
1.56      bentley   718: <li>Don't set a fake baud rate for <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> interfaces.
                    719: <li>Only read in as many digits as can legally fit into a field in <a href="https://man.openbsd.org/strptime.3">strptime(3)</a>. From NetBSD.<br>
                    720:     <a href="stable.html">[Applied to stable]</a>
                    721: <li>Add some delay when reading the address off <a href="https://man.openbsd.org/fxp.4">fxp(4)</a> eeproms, otherwise the result may be garbage.
                    722: <li>Actually use the RPC program name cache in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> since we've gone and allocated space for it.
1.1       deraadt   723: <li>Import some chunks of ffs2 support from FreeBSD.
1.56      bentley   724: <li>Have <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> ignore pfsync protocol packets if the interface is not running.
1.1       deraadt   725: <!-- ^ 20040120 -->
1.56      bentley   726: <li>Fix a few <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> memory leaks.
                    727: <li>Fix <a href="https://man.openbsd.org/grep.1">grep(1)</a>'s -b option.
                    728: <li>Fix a missing <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> error check in <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>.
                    729: <li>New user _tcpdump for upcoming privsep of, uh, <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    730: <li>Avoid half-open deadlock in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> (OpenSSH bugzilla #790).
                    731: <li>Some sane defaults for <a href="https://man.openbsd.org/afsd.conf.5">afsd.conf(5)</a> and <a href="https://man.openbsd.org/ThisCell.5">ThisCell(5)</a>.
                    732: <li>Update <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a> to 8.12.11.
1.1       deraadt   733: <!-- ^ 20040119 -->
                    734: <li>Throw away #ifdef spaghetti from XFS filesystem code, and enable it in GENERIC.
1.56      bentley   735: <li>Remove a double htons() in <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a>.
1.1       deraadt   736: <li>Unbreak '*grep -w -l'.
1.56      bentley   737: <li>Fix a missing initialisation in <a href="https://man.openbsd.org/grep.1">grep(1)</a>.
                    738: <li>Sync <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> DNS display with tcpdump.org to avoid problems with bogus DNS packets.
                    739: <li>Allow <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a> to create (safely) its log file if none exists.
                    740: <li>Have <a href="https://man.openbsd.org/carp.4">carp(4)</a> send RTM_IFINFO routing messages on interface state changes.
                    741: <li>Prep <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> for surgery, under src/sbin/dhclient.
1.1       deraadt   742: <!-- ^ 20040118 -->
1.56      bentley   743: <li>Have <a href="https://man.openbsd.org/rsh.1">rsh(1)</a> run <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> instead of <a href="https://man.openbsd.org/rlogin.1">rlogin(1)</a> or <a href="https://man.openbsd.org/telnet.1">telnet(1)</a> when run without a remote command.
1.1       deraadt   744: <li>Add a bunch of new DNS RR types to &lt;arpa/nameser.h&gt;.
1.56      bentley   745: <li>Remove Kerberos IV code from <a href="https://man.openbsd.org/rsh.1">rsh(1)</a>.
                    746: <li>Major stability improvements to <a href="https://man.openbsd.org/ahc.4">ahc(4)</a>.
1.1       deraadt   747: <!-- ^ 20040117 -->
1.56      bentley   748: <li>Fix a typo causing a null deref in <a href="https://man.openbsd.org/pf.4">pf(4)</a> IPv6 tcp scrubbing.
                    749: <li>New -v option to <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> to log successful completion of Phase 1 and 2 exchanges.
                    750: <li>Sync <a href="https://man.openbsd.org/mrouted.8">mrouted(8)</a> with changes to the raw sockets API affecting packet length.
1.1       deraadt   751: <li>Fix a string bug and a double free in the PEX font parser.
                    752: <!-- ^ 20030116 -->
                    753: <li>Import libobjc from GCC 3.3.2.
                    754: <li>Move libobjc out of the GCC directory and into src/gnu/lib/libobjc.
1.56      bentley   755: <li>In <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> check that an IKE header is long enough before trying to display it.
                    756: <li>Add a pthreads version of <a href="https://man.openbsd.org/closefrom.2">closefrom(2)</a>.
                    757: <li>Remove autoconf stuff from the in-tree <a href="https://man.openbsd.org/sudo.8">sudo(8)</a>.
                    758: <li>Fix an early-free bug in <a href="https://man.openbsd.org/mg.1">mg(1)</a> that was breaking compile-goto-error.
                    759: <li>Make <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a> less likely to cause logfile corruption on unexpected shutdowns, and more able to detect and deal sensibly with corrupted files on startup.
                    760: <li>Synchronise <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a> with the newly privilege-separated <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>.
                    761: <li>Unbreak <a href="https://man.openbsd.org/awk.1">awk(1)</a>'s maketab.c after recent <a href="https://man.openbsd.org/yacc.1">yacc(1)</a> header file generation changes.
                    762: <li>Temporarily work around alpha and sparc64 breakage caused by the recent <a href="https://man.openbsd.org/sigaltstack.2">sigaltstack(2)</a> ABI change.
                    763: <li>Teach <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> about TCP signatures.
                    764: <li>Some <a href="https://man.openbsd.org/printf.3">*printf(3)</a> type cleanup in <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
                    765: <li>Support RTM_IFANNOUNCE messages in <a href="https://man.openbsd.org/route.8">route(8)</a>'s monitor command.
                    766: <li>Add TCP signature stats display to <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>.
                    767: <li>Add TCP MD5 signature support to <a href="https://man.openbsd.org/ipsecadm.8">ipsecadm(8)</a>.
1.1       deraadt   768: <li>In syncache, defer updating the mss until the 3-way handshake is completed.
                    769: <!-- ^ 20040115 -->
1.56      bentley   770: <li>Use a <a href="https://man.openbsd.org/pool.9">pool(9)</a> instead of <a href="https://man.openbsd.org/malloc.9">malloc(9)</a> for file locking structures. From NetBSD.
1.1       deraadt   771: <li>Add syncache and IPv6 support to the resurrected TCP signature code.
1.56      bentley   772: <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>, remove the predefined 'special' altq IDs, so all qids look alike.
1.1       deraadt   773: <li>Change the type of sigaltstack.ss_size from int to size_t. Rename old syscall to osigaltstack() for compatibility.
1.56      bentley   774: <li>Remove extra 'sleep 1' from <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> when doing IPv6 DAD.
                    775: <li>Preliminary <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> support for ARM.
                    776: <li>Have <a href="https://man.openbsd.org/nm.1">nm(1)</a> fall back to using <a href="https://man.openbsd.org/pread.2">pread(2)</a> if <a href="https://man.openbsd.org/mmap.2">mmap(2)</a> fails, as it does for /dev/ksyms.
                    777: <li>Don't issue Test Unit Ready to <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> devices until we've checked that 'don't issue Test Unit Ready' quirk isn't needed.
                    778: <li>Revamp <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> LUN quirks handling.
1.1       deraadt   779: <!-- ^ 20040114 -->
1.56      bentley   780: <li>Use the right type when checking the magic number in <a href="https://man.openbsd.org/savecore.8">savecore(8)</a>.
                    781: <li><a href="https://man.openbsd.org/printf.3">printf(3)</a> integer type cleanup in <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>.
                    782: <li>Correct a use-after-free in <a href="https://man.openbsd.org/cvs.1">cvs(1)</a>, fixing a coredump when the user hits ^C.
                    783: <li>Fix <a href="https://man.openbsd.org/authpf.8">authpf(8)</a> ruleset names that contain the username (PR#3627).
                    784: <li>'=' != '==' in <a href="https://man.openbsd.org/fsck.8">fsck(8)</a>.
1.1       deraadt   785: <li>Let &lt;ctype.h&gt; compile on non-gcc compilers.
                    786: <li>Reintroduce old TCP MD5 signature (RFC 2385) code from 4.5 years ago, hopefully with a reduced likelihood of kernel borkage.
1.56      bentley   787: <li>Improvements to <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> batch mode: Allow batchfile input from stdin, and remove stderr junk (OpenSSH bugzilla #754).
                    788: <li>Add IPv6 loopback routes and allow connection to the <a href="https://man.openbsd.org/carp.4">carp(4)</a> shared IPv6 address from the MASTER host, like for IPv4.
                    789: <li>Fix a signed buffer length variable in <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>.
                    790: <li>Build local <a href="https://man.openbsd.org/nm.1">nm(1)</a> and <a href="https://man.openbsd.org/size.1">size(1)</a> instead of those from binutils.
                    791: <li>Allow <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> to show all interfaces of a given type by giving it a device without a unit number, e.g. 'ifconfig vlan'.
                    792: <li>Respect the quiet flag in <a href="https://man.openbsd.org/newfs.8">newfs(8)</a> and don't spew cpg warnings.
1.1       deraadt   793: <!-- ^ 20040113 -->
1.56      bentley   794: <li>Change /dev/utty[0-9a-f] entries <a href="https://man.openbsd.org/ucom.4">ucom(4)</a> to /dev/ttyU[0-9a-zA-Z]
                    795: <li>In <a href="https://man.openbsd.org/syslogc.8">syslogc(8)</a>, don't re-terminate a string after <a href="https://man.openbsd.org/strlcat.3">strlcat(3)</a>.
                    796: <li>Sync <a href="https://man.openbsd.org/pf.os.5">pf.os(5)</a> with the current <a href="http://lcamtuf.coredump.cx/">p0f</a> development snapshot.
                    797: <li>A little string cleaning and extra error checking in <a href="https://man.openbsd.org/swapctl.8">swapctl(8)</a>.
1.1       deraadt   798: <li>Make shared C++ binary linking consistent between GCC 2.95 and GCC 3.
1.56      bentley   799: <li>Stop g++(1) adding '-lm -lstdc++' when -shared is present, consistent with <a href="https://man.openbsd.org/gcc.1">gcc(1)</a>.
                    800: <li>Use <a href="https://man.openbsd.org/closefrom.2">closefrom(2)</a> instead of looping up to the fd rlimit in <a href="https://man.openbsd.org/sudo.8">sudo(8)</a>. From sudo CVS.
                    801: <li>Fix up and install the <a href="https://man.openbsd.org/vi.1">vi(1)</a> USD docs.
                    802: <li>New system call <a href="https://man.openbsd.org/closefrom.2">closefrom(2)</a>, which closes all descriptors greater than or equal to the given fd. Bump libc and libpthread minor version.
                    803: <li>Have <a href="https://man.openbsd.org/tun.4">tun(4)</a> use klist_invalidate() so ifconfig destroy can work with <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> enabled.
                    804: <li>Add klist_invalidate() function in <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> to clean up when the event source goes away.
                    805: <li>Replace some hairy string code with a single <a href="https://man.openbsd.org/asprintf.3">asprintf(3)</a> in <a href="https://man.openbsd.org/sup.1">sup(1)</a>.
1.1       deraadt   806: <!-- ^ 20040112 -->
1.56      bentley   807: <li>Remove some portable-only #ifdef code around <a href="https://man.openbsd.org/openpty.3">openpty(3)</a> in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    808: <li>In <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>, making an assignment by using '=' no longer requires a totally redundant -w option.
                    809: <li>Remove ugly spaces from <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> 'var=value' output.
                    810: <li>Sync the installer script with recent <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> changes.
                    811: <li>Add IPv4 loopback routes much later in <a href="https://man.openbsd.org/netstart.8">netstart(8)</a>.
                    812: <li>Make <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> listen to the routing socket, and quit if anyone downs the interface or deletes an addresses. <!-- 'goto die' for exit on address addition is commented out -->
                    813: <li>Have <a href="https://man.openbsd.org/dhclient-script.8">dhclient-script(8)</a> preserve a preexisting <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> and restore it when exiting.
1.1       deraadt   814: <li>Add a missing forward declaration of struct proc in &lt;sys/rwlock.h&gt;.
                    815: <!-- ^ 20040111 -->
1.56      bentley   816: <li>Remove code in <a href="https://man.openbsd.org/auth_clean.3">auth_clean(3)</a> that cleared the options list, since <a href="https://man.openbsd.org/login.1">login(1)</a> depends on it leaving them alone.
                    817: <li>Print only valid sense info in <a href="https://man.openbsd.org/scsi.4">scsi(4)</a>.
                    818: <li>Correctly a missing bonus points for completed rows bug in <a href="https://man.openbsd.org/tetris.6">tetris(6)</a>.
1.1       deraadt   819: <!-- ^ 20040110 -->
1.56      bentley   820: <li>Stop <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> screwing up the terminal by printing non-printable timed protocol hostnames.
                    821: <li>Add a missing initialisation in <a href="https://man.openbsd.org/kvm_open.3">kvm_open(3)</a>.
1.1       deraadt   822: <li>Reduce the TCP MSS lower bound to 256-(minimal TCP header size) = 216 bytes.
                    823: <li>Don't restrict RFC 2385 TCP signature keys to ASCII-only.
                    824: <li>Fix a memory leak when detaching an Ethernet interface.
1.56      bentley   825: <li>In <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> create all routes with the new improved -q option.
                    826: <li>Make <a href="https://man.openbsd.org/route.8">route(8)</a>'s -q option really quiet.
1.1       deraadt   827: <li>Back out the storing of parent vnodes, due to exploding ports.
1.56      bentley   828: <li>Have <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> politely tell the user that the tool of choice for viewing a list of processes is <a href="https://man.openbsd.org/ps.1">ps(1)</a>.
1.1       deraadt   829: <!-- ^ 20040109 -->
1.56      bentley   830: <li>Carefully work around time_t != long in <a href="https://man.openbsd.org/gdb.1">gdb(1)</a>.
                    831: <li>Crucially, adjust <a href="https://man.openbsd.org/worms.6">worms(6)</a>' delay based on the terminal speed.
                    832: <li>Types cleanup in <a href="https://man.openbsd.org/jot.1">jot(1)</a>. Mostly from FreeBSD.
                    833: <li>Convert <a href="https://man.openbsd.org/fstat.1">fstat(1)</a>, <a href="https://man.openbsd.org/ps.1">ps(1)</a>, <a href="https://man.openbsd.org/systat.1">systat(1)</a>, <a href="https://man.openbsd.org/top.1">top(1)</a> and <a href="https://man.openbsd.org/w.1">w(1)</a> to use the new <a href="https://man.openbsd.org/kvm_getproc2.3">kvm_getproc2(3)</a> interface.
1.1       deraadt   834: <li>Make ELF architectures handle constructors and destructors the way the ELF spec says they should.
1.56      bentley   835: <li>Sync <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a>'s notion of zero Kelvin with that in the kernel.
                    836: <li>Fix a typo in <a href="https://man.openbsd.org/ndp.8">ndp(8)</a> affecting the -s (set entry) option.
1.1       deraadt   837: <!-- ^ 20040108 -->
1.56      bentley   838: <li>Fix a busted <a href="https://man.openbsd.org/mkdtemp.3">mkdtemp(3)</a> return value check in binutils.
                    839: <li>Use proper uid_t and gid_t types in <a href="https://man.openbsd.org/id.1">id(1)</a>.
                    840: <li>New -e option to <a href="https://man.openbsd.org/systrace.1">systrace(1)</a>, which sends logs to stderr instead of syslog.
1.1       deraadt   841: <li>Promote dirhash to the GENERIC big time.
                    842: <li>Increase the TCP MSS lower bound from 64 to 256 bytes.
1.56      bentley   843: <li><a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a>ify dirhash, under vfs.ffs.dirhash_*.
                    844: <li>Plug an interface address memory leak in <a href="https://man.openbsd.org/pf.4">pf(4)</a>.
                    845: <li>Stop <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> returning EINVAL for KERN_PROC_KTHREAD.
                    846: <li>Logic fixes in <a href="https://man.openbsd.org/diff3.1">diff3(1)</a> where one file has changes but the other does not.
                    847: <li>Some <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> probe cleanups and fixes, inspired by NetBSD.
                    848: <li>Implement the truly wonderful -p option for <a href="https://man.openbsd.org/diff.1">diff(1)</a>.
                    849: <li>Fix an i386 crash in the <a href="https://man.openbsd.org/ahc.4">ahc(4)</a> device probe (PR#3630).
                    850: <li>Add a field for the emulation type in the struct returned by the KERN_PROC2 <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a>.
                    851: <li>Switch <a href="https://man.openbsd.org/pkill.1">pkill(1)</a> and <a href="https://man.openbsd.org/pgrep.1">pgrep(1)</a> to <a href="https://man.openbsd.org/kvm_getproc2.3">kvm_getproc2(3)</a>, and so enable the -s option to work.
                    852: <li>Add <a href="https://man.openbsd.org/kvm_getproc2.3">kvm_get{argv,envv,proc}2(3)</a> using KERN_PROC2. Based on NetBSD.
                    853: <li>Implement the KERN_PROC2 <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a>, allowing <a href="https://man.openbsd.org/ps.1">ps(1)</a> etc. to be independent of changes to process-related kernel structures. From NetBSD.
                    854: <li>On i386, sync <a href="https://man.openbsd.org/i386/fdisk.8">fdisk(8)</a>'s built-in MBR image with the recent changes.
1.1       deraadt   855: <li>Import generic IEEE 802.11 interface framework from NetBSD.
                    856: <!-- ^ 20040107 -->
1.56      bentley   857: <li>Have <a href="https://man.openbsd.org/pf.4">pf(4)</a> do as non-pf udp_input() does, and drop UDP packets with destination port zero, or with zero or oversize payload.
                    858: <li>Import <a href="https://man.openbsd.org/pkill.1">pkill(1)</a> and <a href="https://man.openbsd.org/pgrep.1">pgrep(1)</a> from NetBSD. Selecting by session ID (-s option) doesn't work yet.
                    859: <li>Fix signal handling in the case of an error in <a href="https://man.openbsd.org/inetd.8">inetd(8)</a>'s config file.
                    860: <li>Import SYN cache code to deflect SYN flood attacks, controlled with <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a>s net.inet.tcp.syncachelimit and net.inet.tcp.synbucketlimit. From NetBSD, based on <a href="http://www.kohala.com/start/borman.97jun06.txt">work</a> by David Borman.
                    861: <li>Unbreak ifconfig destroy on <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> interfaces when MROUTING is defined.
                    862: <li>In <a href="https://man.openbsd.org/yacc.1">yacc(1)</a>, make sure extern YYSTYPE doesn't get #ifdef'd out when generating a .h file.
1.1       deraadt   863: <li>Keep track of parent vnodes on ufs filesystems, this will be needed soon.
                    864: <li>Add some rwlocks around kernel file descriptor code, avoiding some rare race conditions.
                    865: <!-- ^ 20040106 -->
1.56      bentley   866: <li>Don't allow a <a href="https://man.openbsd.org/tun.4">tun(4)</a> cloner interface to be destroyed if there are any outstanding <a href="https://man.openbsd.org/knote.9">knote(9)</a>s.
                    867: <li>Fix a few <a href="https://man.openbsd.org/strlcpy.3">strlcpy(3)</a> off-by-ones in <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>.
                    868: <li>New -F flag for <a href="https://man.openbsd.org/rtsold.8">rtsold(8)</a>, which automagically sets the inet6 <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> values it needs. Useful for boot floppies.
                    869: <li>Support NOTE_EOF for <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> read events.
                    870: <li>Some string and memory leak cleanup in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>. Still work in progress.
1.1       deraadt   871: <li>Merge in libstdc++ (gcc 3.3.2) for gcc3.
1.56      bentley   872: <li>Only prevent the removal of removable <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> devices.
                    873: <li>Merge <a href="https://man.openbsd.org/nm.1">nm(1)</a> with <a href="https://man.openbsd.org/size.1">size(1)</a> under src/usr.bin/nm.
                    874: <li>Teach <a href="https://man.openbsd.org/nm.1">nm(1)</a> all about ELF.
                    875: <li>Really stop the compiler optimising away <a href="https://man.openbsd.org/memset.3">memset(3)</a> calls used to zero sensitive data in <a href="https://man.openbsd.org/sudo.8">sudo(8)</a>. From sudo CVS.
1.1       deraadt   876: <li>Major changes to the i386 master boot record, which now uses EDD if available to support booting from a partition more than 8GB from the start of the disk. The 8GB size limit is still in place.
                    877: <!-- ^ 20040105 -->
1.56      bentley   878: <li>Begin a cleanup of <a href="https://man.openbsd.org/config.8">config(8)</a>.
                    879: <li>Don't ignore the '!' operator on the interface for <a href="https://man.openbsd.org/pf.4">pf(4)</a> binat rules.
                    880: <li>Implement buffered logging in <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>. Logs may be stored in a ring buffer and extracted using a client such as the new <a href="https://man.openbsd.org/syslogc.8">syslogc(8)</a>.
                    881: <li>Add option INET6, <a href="https://man.openbsd.org/rtsol.8">rtsol(8)</a> and <a href="https://man.openbsd.org/ping6.8">ping6(8)</a> onto boot floppies/CD images where it will fit.
1.1       deraadt   882: <!-- ^ 20040104 -->
1.56      bentley   883: <li>Work continues on <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    884: <li>Use <a href="https://man.openbsd.org/fgets.3">fgets(3)</a> instead of <a href="https://man.openbsd.org/fgetln.3">fgetln(3)</a> in <a href="https://man.openbsd.org/user.8">user(8)</a>, killing a sparc64 bus error along the way.
                    885: <li><strong>SECURITY FIX:  Several message handling flaws in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> have been reported by Thomas Walpuski. These allow an attacker to delete arbitrary SAs.</strong><br>
1.1       deraadt   886:     <a href="errata34.html#isamkpd">A source code patch is available</a>.<br>
1.56      bentley   887:     <a href="stable.html">[Applied to stable]</a>
                    888: <li>In <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> only allow an INITIAL-CONTACT when a main-mode SA is in place, and never delete SPIs based on it.<br>
1.1       deraadt   889: <li>gcc3 handles varargs differently, change the kernel sources to deal with it.
1.56      bentley   890: <li>Some <a href="https://man.openbsd.org/poll.2">poll(2)</a>-related fixes to <a href="https://man.openbsd.org/select.2">select(2)</a> under pthreads. From FreeBSD.
                    891: <li>Fix <a href="https://man.openbsd.org/objcopy.1">objcopy(1)</a>'s long options list, unbreaking <a href="https://man.openbsd.org/strip.1">strip(1)</a>'s -s option and others (PR#3623).<br>
                    892:     <a href="stable.html">[Applied to stable]</a>
                    893: <li>Don't create a pid file for <a href="https://man.openbsd.org/rtsold.8">rtsold(8)</a>.
                    894: <li>If the <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> error code is unknown, at least show the code we didn't have a message for.
1.1       deraadt   895: <!-- ^ 20040103 -->
1.56      bentley   896: <li>Use a memory <a href="https://man.openbsd.org/pool.9">pool(9)</a> instead of <a href="https://man.openbsd.org/MALLOC.9">MALLOC(9)</a> for inet and inet6 PCBs. From NetBSD five years ago.
                    897: <li>Recognise and handle a few more <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> reset conditions.
                    898: <li>Bring the <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> error description list up to date with SCSI-3.
                    899: <li>Add <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> control program <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>.
1.1       deraadt   900: <!-- ^ 20040102 -->
                    901: <li>For i386 only, incread SHMMAXPGS from 2048 to 8192.
                    902: <li>In the all-architectures kernel config, bump SHMMNI from 32 to 128, and SHMSEG from 8 to 128.
1.56      bentley   903: <li>If <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> fails in the postinstall script, record the package as a borked install instead of dying with a bunch of unregistered files all over the place.
                    904: <li>In libpthread, make <a href="https://man.openbsd.org/poll.2">poll(2)</a>, <a href="https://man.openbsd.org/readv.2">readv(2)</a> and <a href="https://man.openbsd.org/writev.2">writev(2)</a> cancellation points too.
1.1       deraadt   905: <!-- ^ 20040101 -->
1.56      bentley   906: <li>Undefer and handle pending signals in all code paths of <a href="https://man.openbsd.org/pthread_join.3">pthread_join(3)</a>.
1.1       deraadt   907: <li>On i386, stop the FPU exception tests hanging amd64 and new Transmeta CPUs.
1.56      bentley   908: <li>Have <a href="https://man.openbsd.org/xdm.1">xdm(1)</a>'s Xsession script reap the SSH agent on session shutdown even if the user has a ~/.xsession file.
                    909: <li>Make 'vi -r foo' work the way the <a href="https://man.openbsd.org/vi.1">vi(1)</a> manpage says it should instead of dying.
                    910: <li>Many improvements to network interface handling in <a href="https://man.openbsd.org/pf.4">pf(4)</a>. See the <a href="https://cvsweb.openbsd.org/src/sys/net/pf.c#rev1.414">commit log</a> for details.
                    911: <li>Add <a href="https://man.openbsd.org/svc_getreq_poll.3">svc_getreq_poll(3)</a> and switch libc RPC code to use its <a href="https://man.openbsd.org/poll.2">poll(2)</a> interface instead of <a href="https://man.openbsd.org/select.2">select(2)</a>.
                    912: <li>Have <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> properly ignore an (unupported) SSH2 password change request and the suggested new password.
                    913: <li>Change <a href="https://man.openbsd.org/wait4.2">wait4(2)</a>'s prototype to take a pid_t instead of an int for the first argument, like the manpage says.
1.1       deraadt   914: <!-- ^ 20031231 -->
1.56      bentley   915: <li>Define _FFR_DEAL_WITH_ERROR_SSL to stop SSL errors sending <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a> into an endless loop.
                    916: <li>Don't do <a href="https://man.openbsd.org/TAILQ_REMOVE.3">TAILQ_REMOVE(3)</a> while inside a TAILQ_FOREACH loop in <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>.
1.1       deraadt   917: <!-- ^ 20031230 -->
1.56      bentley   918: <li>As system startup, run vi.recover after <a href="https://man.openbsd.org/ldconfig.8">ldconfig(8)</a> so that <a href="https://man.openbsd.org/perl.1">perl(1)</a> and the MTA can find their shared libraries.
                    919: <li>Convert <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a> to use <a href="https://man.openbsd.org/poll.2">poll(2)</a> instead of <a href="https://man.openbsd.org/select.2">select(2)</a> in its main event loop.
                    920: <li>Once <a href="https://man.openbsd.org/grep.1">grep(1)</a> and friends have identified a file as binary, seek back to the beginning before continuing.
                    921: <li>Unbreak <a href="https://man.openbsd.org/zgrep.1">zgrep(1)</a> when the uncompressed file begins with a newline.
                    922: <li>In <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> add new size unit types '%' and '&amp;' to specify, respectively, percentage of disk size and percentage of remaining disk space.
                    923: <li>Allow a precision (-p option) of zero in <a href="https://man.openbsd.org/jot.1">jot(1)</a>.
1.1       deraadt   924: <li>On i386, properly recognise SiS CPUs.
1.56      bentley   925: <li>Hack around a reentrancy bug in the <a href="https://man.openbsd.org/cvs.1">cvs(1)</a> server's abnormal exit handler.
                    926: <li>Allocate what's required for an identifier in <a href="https://man.openbsd.org/config.8">config(8)</a> instead of an arbitrary 500-byte buffer (PR#3614).
1.1       deraadt   927: <li>Stop libcurses++ fooling with libstdc++ internals so it compiles under gcc3.
                    928: <!-- ^ 20031229 -->
1.56      bentley   929: <li>Add -4 and -6 options to <a href="https://man.openbsd.org/telnet.1">telnet(1)</a> for IPv4- and IPv6-only operation (PR#1974).
                    930: <li>Tag <a href="https://man.openbsd.org/ahc.4">ahc(4)</a> I/O operations requeued as a result of aborts, timeouts etc. so that they're not treated as successfully completed operations.
                    931: <li>Update <a href="https://man.openbsd.org/security.8">security(8)</a> after the recent <a href="https://man.openbsd.org/join.1">join(1)</a> change prompted by PR#2208.
                    932: <li>Make <a href="https://man.openbsd.org/join.1">join(1)</a> more POSIX for non-matching lines (PR#2208).
                    933: <li>Add dirhash feature from FreeBSD, which uses an in-memory hash table for lookups in large directories. Not enabled by default yet. See UFS_DIRHASH in <a href="https://man.openbsd.org/options.4">options(4)</a>.
                    934: <li>Extend the <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> protocol to allow a peer to query for complete state information should it receive an update for a state it knows nothing about.
                    935: <li>Check for oversize allocations earlier in kernel <a href="https://man.openbsd.org/malloc.9">malloc(9)</a>.
                    936: <li>Fix some peculiar macro token pasting in <a href="https://man.openbsd.org/fvwm.1">fvwm(1)</a>.
1.1       deraadt   937: <li>Properly initialise the C++ constructor and destructor lists for ELF, killing a gcc3 warning in libstdc++.
1.56      bentley   938: <li>In <a href="https://man.openbsd.org/huntd.6">huntd(6)</a>, stop doing <a href="https://man.openbsd.org/va_end.3">va_end(3)</a> on the varargs format string.
1.1       deraadt   939: <!-- ^ 20031228 -->
1.56      bentley   940: <li>Add a missing zero-fill before contructing <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> output in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    941: <li>Fix a couple of bugs with negative values in <a href="https://man.openbsd.org/fmt_scaled.3">fmt_scaled(3)</a>, and don't print fractions of bytes.
1.1       deraadt   942: <!-- ^ 20031227 -->
1.56      bentley   943: <li>Overhaul <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>'s error handling and logging.
                    944: <li>Allow an 'arch' annotation to be stored within packages by <a href="https://man.openbsd.org/pkg_create.1">pkg_create(1)</a>.
                    945: <li>Have <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> report on the amount of space used on each filesystem.
                    946: <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, treat localhost network 127/8 as if it were a connected network and don't allow it to be deleted.
                    947: <li>Halve the amount of space allocated for AES in <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a> by making the contexts encryption- or decryption-specific.
                    948: <li>Enable nexthop verification in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
1.1       deraadt   949: <!-- ^ 20031226 -->
1.56      bentley   950: <li>On m68k, m88k, sparc, sparc64 and vax, fix a signed comparison bug in <a href="https://man.openbsd.org/brk.2">brk(2)</a>.<br>
                    951:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   952: <li>Update libiberty to that from binutils-2.14.
1.56      bentley   953: <li>Add passive mode (no TCP connection to the peer) to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
1.1       deraadt   954: <!-- ^ 20031225 -->
1.56      bentley   955: <li>Huge sync of <a href="https://man.openbsd.org/ahc.4">ahc(4)</a> to NetBSD, which in turn is sync'd to FreeBSD. Many bugs fixed, several left to fix.
                    956: <li>Connect <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> to the build, along with an example <a href="https://man.openbsd.org/bgpd.conf.5">bgpd.conf(5)</a> file. Lots of work still needed.
1.1       deraadt   957: <li>Let the pkg_* tools' new virtual filesystem to cope with mount points with no options, e.g. AFS.
1.56      bentley   958: <li>Enable hw.cpuspeed <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> on macppc.
1.1       deraadt   959: <!-- ^ 20031224 -->
1.56      bentley   960: <li>Add stubs for <a href="https://man.openbsd.org/pthread_setconcurrency.3">pthread_[gs]etconcurrency(3)</a>. From FreeBSD.
                    961: <li>Fix a descriptor leak in libpthread when doing <a href="https://man.openbsd.org/close.2">close(2)</a> on fds 0,1 or 2. Based on a fix in FreeBSD, but implemented differently.
                    962: <li>In libpthread, make <a href="https://man.openbsd.org/accept.2">accept(2)</a>, <a href="https://man.openbsd.org/connect.2">connect(2)</a>, <a href="https://man.openbsd.org/recvfrom.2">recvfrom(2)</a>, <a href="https://man.openbsd.org/recvmsg.2">recvmsg(2)</a>, <a href="https://man.openbsd.org/sendmsg.2">sendmsg(2)</a> and <a href="https://man.openbsd.org/sendto.2">sendto(2)</a> cancellation points as required by POSIX.1-2001. From FreeBSD.
                    963: <li>Deallocate <a href="https://man.openbsd.org/xl.4">xl(4)</a> resources on attach failures.
                    964: <li>Enable bus mastering on <a href="https://man.openbsd.org/fxp.4">fxp(4)</a>. Oh yes.
                    965: <li>New <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> option KerberosGetAFSToken.
                    966: <li>Have <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> automagically create network pseudo-interfaces.
1.1       deraadt   967: <li>Mercifully, turn the non-monotonic time warning off #ifndef DEBUG.
1.56      bentley   968: <li>Initialise the <a href="https://man.openbsd.org/url.4">url(4)</a> MAC address properly (PR#3612).
                    969: <li>When <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> is run with -k or -K only complain about missing usernames to stderr and don't log anything, since we may be running in a .logout script at shutdown and the YP etc. daemon may have gone away.
1.1       deraadt   970: <!-- ^ 20031223 -->
1.56      bentley   971: <li>Fix a remotely exploitable crasher in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>'s l2tp parser (PR#3610).<br>
                    972:     <a href="stable.html">[Applied to stable]</a>
                    973: <li>Properly clean up 3DES cipher contexts in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    974: <li>Make sure a signal handler-modified variable in <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a> is typed as volatile sig_atomic_t.
                    975: <li>In <a href="https://man.openbsd.org/i386/wsmoused.8">wsmoused(8)</a> (and bgpd) don't set up a handler for SIGKILL since that signal isn't passed to the process at all ever.
                    976: <li>Fix a pasto (from the recent source-tracking additions) in the implementation of <a href="https://man.openbsd.org/pf.4">pf(4)</a> DIOCSTART.
1.1       deraadt   977: <li>Fix end-of-tape handling under pthreads. Fix from FreeBSD PR#56274, including the fix to the fix in FreeBSD PR#59291.
                    978: <!-- ^ 20031222 -->
1.56      bentley   979: <li>Use a virtual filesystem in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> and <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a> so they can test for available space and writeability before attempting to do the real operations.
1.1       deraadt   980: <li>Much work on the new bgpd.
1.56      bentley   981: <li>Remove the recursive format string option '%:' from kernel <a href="https://man.openbsd.org/printf.9">printf(9)</a>.
1.1       deraadt   982: <li>Change in*_pcbnotify() to return the number of matches.
                    983: <li>Check for multicasts earlier when processing TCP input, to reduce the amount of redundant processing.
                    984: <!-- ^ 20031221 -->
1.56      bentley   985: <li>For <a href="https://man.openbsd.org/semop.2">semop(2)</a> calls with a small number of operations, use the stack instead of <a href="https://man.openbsd.org/malloc.9">malloc(9)</a>'d memory to reduce overhead. Adapted from FreeBSD.
                    986: <li>Fix some unbounded <a href="https://man.openbsd.org/sscanf.3">sscanf(3)</a>s in the <a href="https://man.openbsd.org/usbhid.3">usbhid(3)</a> library.
1.1       deraadt   987: <li>On i386, add a driver for the Pentium 4's thermal control circuit.
                    988: <!-- ^ 20031220 -->
1.56      bentley   989: <li>Stop <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> printing garbage <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> states when the snaplen is less than the sender's MTU.
                    990: <li>Have <a href="https://man.openbsd.org/dc.1">dc(1)</a> handle SIGINT in a rational way, and have <a href="https://man.openbsd.org/bc.1">bc(1)</a> pass SIGINT to dc to handle in a rational way.
                    991: <li>When updating process stats, check for non-monotonically-increasing time from <a href="https://man.openbsd.org/microtime.9">microtime(9)</a>, deal with it by doing nothing instead of zeroing the counter, and complain #ifdef DIAGNOSTIC.
1.1       deraadt   992: <!-- ^ 20031219 -->
                    993: <li>Enhanced Intel SpeedStep support on i386.
1.56      bentley   994: <li>New <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> variables hw.cpuspeed and hw.setperf on i386, used to control LongRun.
                    995: <li>Only modulate the TCP timestamp (<a href="https://man.openbsd.org/pf.4">pf(4)</a> scrub reassemble tcp) if there's a valid timestamp to be modulated.
1.1       deraadt   996: <li>Allow ARP replies containing Ethernet multicast addresses, since some HA products want to do this.
1.56      bentley   997: <li>Show <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> how to recognise IKE NAT-D and NAT-OA payloads.
                    998: <li>When <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> gives up on a message, show the exchange name in the log.
1.1       deraadt   999: <!-- ^ 20031218 -->
1.56      bentley  1000: <li>Change <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> multicast group to 224.0.0.240, and IP protocol (pfsync in <a href="https://man.openbsd.org/protocols.5">protocols(5)</a>) to 240.
1.1       deraadt  1001: <li>New pseudo-user _bgpd with matching group.
1.56      bentley  1002: <li>Begin spanning tree operation when a <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> interface comes up.
1.1       deraadt  1003: <li>New BGP daemon, bgpd. Not complete, and not built by default yet.
1.56      bentley  1004: <li>Do a real inverse-colour cursor for <a href="https://man.openbsd.org/rasops.9">rasops(9)</a>-based consoles. Based on a similar change in NetBSD.
                   1005: <li>New <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> filters NOTE_EOF and NOTE_TRUNCATE.
                   1006: <li>Add <a href="https://man.openbsd.org/ccd.4">ccd(4)</a> and a newly-shrunken version of <a href="https://man.openbsd.org/ccdconfig.8">ccdconfig(8)</a> to the i386 CD ramdisk kernel.
1.1       deraadt  1007: <!-- ^ 20031217 -->
                   1008: <li>Update the kernel zlib to 1.2.1.
                   1009: <li>Shrink even more the special gzip used for boot floppies. It now does decompress only and is directly compiled in.
                   1010: <li>Update userland zlib to 1.2.1, with local fixes. New major version, libz.so.3.0.
1.56      bentley  1011: <li>Don't let <a href="https://man.openbsd.org/cvs.1">cvs(1)</a> pass null labels through to its diff command when <a href="https://man.openbsd.org/stat.2">stat(2)</a> fails for an input file.
                   1012: <li>When filtering on a <a href="https://man.openbsd.org/bridge.4">bridge(4)</a>, compare the destination in the filter with the destination address of the packet, not the source address.
                   1013: <li>New <a href="https://man.openbsd.org/queue.3">queue(3)</a> macros SLIST_FOREACH_PREVPTR (from FreeBSD) and SLIST_REMOVE_NEXT.
1.1       deraadt  1014: <li>Allow cloner interfaces to return an error from their destroy function.
1.56      bentley  1015: <li>Much string cleaning and <a href="https://man.openbsd.org/abort.3">abort(3)</a> -&gt; <a href="https://man.openbsd.org/exit.3">exit(3)</a> in the AFS library.
                   1016: <li>Stop <a href="https://man.openbsd.org/newsyslog.8">newsyslog(8)</a> segfaulting when given an empty command (PR#3578).
                   1017: <li>Fix a couple of missing <a href="https://man.openbsd.org/printf.3">printf(3)</a> args in <a href="https://man.openbsd.org/monop.6">monop(6)</a> and <a href="https://man.openbsd.org/mopd.8">mopd(8)</a>.
                   1018: <li>New environment variable MANPAGER for <a href="https://man.openbsd.org/man.1">man(1)</a> (PR#3563).
                   1019: <li>Add app-layer keepalive option 'ServerAliveInterval' to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, analogous to ClientAliveInterval on the server.
                   1020: <li>Don't do expensive <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> processing if noone is using it (i.e. no <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> listeners, and no network synchronisation).
1.1       deraadt  1021: <li>Shorten or '#ifdef SMALL'-out some long message strings in the kernel.
                   1022: <li>A round of boot floppy space-saving begins.
                   1023: <!-- ^ 20031216 -->
1.56      bentley  1024: <li>When calculating CPU time usage, check for a time-going-backwards bug in <a href="https://man.openbsd.org/microtime.9">microtime(9)</a> found on some dual-clock systems.
1.1       deraadt  1025: <li>Fix some fallout from the rlim_t change from signed to unsigned.
1.56      bentley  1026: <li>Add support for groups 14 through 18 (modp{2048,2072,4096,6144,8192} - see RFC 3526) to <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
                   1027: <li>Initial support for <a href="https://man.openbsd.org/pf.4">pf(4)</a> state synchronisation over the network. See <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a>.
                   1028: <li>Make <a href="https://man.openbsd.org/sh.1">sh(1)</a> and <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> functions work the way the manual page suggests with respect to non-exported environment variables (PR#2450).
                   1029: <li>Allow <a href="https://man.openbsd.org/pf.4">pf(4)</a> to track stateful connections based on the source IP address. Especially useful for load balancing configurations.
1.1       deraadt  1030: <!-- ^ 20031215 -->
1.56      bentley  1031: <li>Add <a href="https://man.openbsd.org/awk.1">awk(1)</a> USD paper in /usr/share/doc/usd/16.awk.
                   1032: <li>Don't assume that the IKE port is always 500 in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> log output.
1.1       deraadt  1033: <li>Alignment fixes for kernel and libc RMD160 functions.
                   1034: <!-- ^ 20031214 -->
1.56      bentley  1035: <li>Initial support for ifconfig destroy in <a href="https://man.openbsd.org/ppp.4">ppp(4)</a> and <a href="https://man.openbsd.org/sl.4">sl(4)</a>
1.1       deraadt  1036: <!-- ^ 20031213 -->
1.56      bentley  1037: <li>Don't accept absolute pathnames for module names in <a href="https://man.openbsd.org/cvs.1">cvs(1)</a>. From CVS 1.11.10.
                   1038: <li>Cleanup and POSIXness for <a href="https://man.openbsd.org/join.1">join(1)</a>. From FreeBSD.
1.1       deraadt  1039: <!-- ^ 20031212 -->
1.57      deraadt  1040: <li>More POSIX type definitions (rlim_t now unsigned, RLIM_SAVED_{CUR,MAX} defined, id_t defined).
1.56      bentley  1041: <li>Kill annoying <a href="https://man.openbsd.org/pf.4">pf(4)</a> assertion failure messages, and correct the underlying problem with NAT and table stats (PR#3587).
                   1042: <li>Fix <a href="https://man.openbsd.org/sis.4">sis(4)</a> short cable problems properly. From Linux and the datasheets, via FreeBSD.
1.1       deraadt  1043: <!-- ^ 20031211 -->
1.56      bentley  1044: <li>Also for <a href="https://man.openbsd.org/poll.2">poll(2)</a>, add pollfd_t (= struct pollfd) as in Solaris.
                   1045: <li>Add type nfds_t for <a href="https://man.openbsd.org/poll.2">poll(2)</a> as per POSIX.
                   1046: <li>Make <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a> flag an attempt to delete a non-existent package as an error.
                   1047: <li>For IPv6 multicast sockets, validate the get/<a href="https://man.openbsd.org/setsockopt.2">setsockopt(2)</a> argument more strictly to preventing a local user causing a kernel panic. From KAME.
1.1       deraadt  1048: <li>Big register declaration purge in sys/net*.
                   1049: <li>Better non-repetitive ID generation for IPv4, IPv6 and resolver query IDs.
1.56      bentley  1050: <li>Some improvements to <a href="https://man.openbsd.org/authpf.8">authpf(8)</a>'s logging output.
1.1       deraadt  1051: <li>Fix up netinet and netinet6 interface lookup code after the introduction of clonable devices.
                   1052: <!-- ^ 20031210 -->
1.56      bentley  1053: <li>Clear the exit code when <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> with -N is terminated with SIGTERM.
                   1054: <li>Sync <a href="https://man.openbsd.org/em.4">em(4)</a> with FreeBSD, enabling support for a few more models.
                   1055: <li>Fix some *printf(char *) silliness in <a href="https://man.openbsd.org/identd.8">identd(8)</a>.
                   1056: <li>Rename the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> option KeepAlive to TCPKeepAlive to help people who just won't read manual pages.
                   1057: <li>Better -n handling for <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> and <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a> when dependencies are involved.
                   1058: <li>Make explicit the base package to which <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>'s dependency resolution output applies.
                   1059: <li>Fix error-handling logic in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> that affected the -n option.
                   1060: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> and <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>, don't modify argv when parsing the -o option (unbreaks HUP for sshd).
                   1061: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> option ClientKeepAlive work when the -N option (no login shell) is in effect.
                   1062: <li>Stop <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>'s -T option from accepting primes with no known generator.
                   1063: <li>Add some PostScript docs for <a href="https://man.openbsd.org/lex.1">lex(1)</a>.
                   1064: <li>Fix some missing <a href="https://man.openbsd.org/printf.3">printf(3)</a> args in <a href="https://man.openbsd.org/tn3270.1">tn3270(1)</a> and kernfs.
                   1065: <li>Some cleanup in <a href="https://man.openbsd.org/compress.1">compress(1)</a>.
                   1066: <li>Allow more than one user at a time to use <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> in active mode (PR#3596).<br>
                   1067:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt  1068: <li>Unbreak xfs symlinks (PR#3552).<br>
1.56      bentley  1069:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt  1070: <!-- ^ 20031209 -->
1.56      bentley  1071: <li>In <a href="https://man.openbsd.org/patch.1">patch(1)</a>, get a private mapping from <a href="https://man.openbsd.org/mmap.2">mmap(2)</a> instead of a default (file) mapping.
                   1072: <li>Fix a crash in <a href="https://man.openbsd.org/troff.1">troff(1)</a>.
1.1       deraadt  1073: <li>Don't drop the newest TCP connection when doing SYN flood avoidance when we meant to drop the oldest.
1.56      bentley  1074: <li>Fix an endianness bug in <a href="https://man.openbsd.org/gre.4">gre(4)</a> when sending to ip_output.<br>
                   1075:     <a href="stable.html">[Applied to stable]</a>
                   1076: <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>, make IPv6 redirects to loopback work the same way as for IPv4 and not require an additional route-to line.
                   1077: <li>Fix a too-low <a href="https://man.openbsd.org/spl.9">spl(9)</a> in the nfs client code.
                   1078: <li>New <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> option -C (and supporting <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a> SIOCIFGCLONERS) that lists all cloning-capable devices.
                   1079: <li>New <a href="https://man.openbsd.org/mbuf_tags.9">mbuf_tags(9)</a> type ...PF_TRANSLATE_LOCALHOST, used so that <a href="https://man.openbsd.org/pf.4">pf(4)</a> redirection to localhost doesn't defeat the ability of programs like <a href="https://man.openbsd.org/portmap.8">portmap(8)</a> to tell localhost connections from remote connections.
1.1       deraadt  1080: <!-- ^ 20031208 -->
1.56      bentley  1081: <li>Add ifconfig create support to <a href="https://man.openbsd.org/ppp.4">ppp(4)</a> and <a href="https://man.openbsd.org/sl.4">sl(4)</a>. No ifconfig destroy yet.
                   1082: <li>Fix <a href="https://man.openbsd.org/regex.3">regex(3)</a> handling of non-ASCII characters (PR#3594). Fix from FreeBSD.
1.1       deraadt  1083: <!-- ^ 20031207 -->
1.56      bentley  1084: <li>Fix <a href="https://man.openbsd.org/grep.1">grep(1)</a>'s handling of certain patterns containing multiple dots (PR#3597).
                   1085: <li>Make ifconfig destroy work on <a href="https://man.openbsd.org/tun.4">tun(4)</a>.
1.1       deraadt  1086: <!-- ^ 20031206 -->
1.56      bentley  1087: <li>Fix an endianness bug that was causing <a href="https://man.openbsd.org/wicontrol.8">wicontrol(8)</a> to crash.
                   1088: <li>Set <a href="https://man.openbsd.org/madvise.2">madvise(2)</a> flag MADV_RANDOM for <a href="https://man.openbsd.org/mfs.8">mfs(8)</a> filesystems.
1.1       deraadt  1089: <!-- ^ 20031205 -->
1.56      bentley  1090: <li>Validate the SPIs presented in DELETE messages when doing an <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> informational exchange.
                   1091: <li>Have the installer ask whether <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> should be enabled at first boot. The default is to enable it.
                   1092: <li>Enable multicast reception for <a href="https://man.openbsd.org/em.4">em(4)</a>.
                   1093: <li>Do a screen split when more than one file is opened on <a href="https://man.openbsd.org/mg.1">mg(1)</a>'s command line.
                   1094: <li>Unbreak <a href="https://man.openbsd.org/mg.1">mg(1)</a>'s META key support.
1.1       deraadt  1095: <!-- ^ 20031204 -->
1.56      bentley  1096: <li>Fix a sign comparison bug in <a href="https://man.openbsd.org/semop.2">semop(2)</a>.
                   1097: <li>Add cloning support to <a href="https://man.openbsd.org/bridge.4">bridge(4)</a>, <a href="https://man.openbsd.org/carp.4">carp(4)</a>, <a href="https://man.openbsd.org/faith.4">faith(4)</a>, <a href="https://man.openbsd.org/gif.4">gif(4)</a>, <a href="https://man.openbsd.org/gre.4">gre(4)</a>, <a href="https://man.openbsd.org/lo.4">lo(4)</a>, <a href="https://man.openbsd.org/tun.4">tun(4)</a> and <a href="https://man.openbsd.org/vlan.4">vlan(4)</a>.
                   1098: <li>Support for interface 'cloning,' accessed by <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> commands <em>create</em> and <em>destroy</em>. E.g. 'ifconfig vlan100 create'
                   1099: <li>Add a dmesg command to <a href="https://man.openbsd.org/ddb.4">ddb(4)</a>.
1.1       deraadt  1100: <li>Don't allow too many network interfaces (&gt;65535) to be attached.
                   1101: <li>Merge Perl 5.8.2.
                   1102: <!-- ^ 20031203 -->
                   1103: <li>Add an hppa target to gcc3.
1.56      bentley  1104: <li>Add support for UDP encapsulation of ESP in transport mode (see draft-ietf-ipsec-udp-encaps-XX.txt,) enabled via new <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> toggle net.inet.esp.udpencap.
                   1105: <li>Use a consistent, high listen backlog for <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>, <a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a> and forwarding sockets.
                   1106: <li>Fix an off-by-one in <a href="https://man.openbsd.org/dc.1">dc(1)</a>.
                   1107: <li>Cosmetic improvements to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>'s progress meter.
                   1108: <li>Let <a href="https://man.openbsd.org/bc.1">bc(1)</a> compile programs with more than 10,000 lines.
                   1109: <li>Add support for long variable names to <a href="https://man.openbsd.org/bc.1">bc(1)</a>, another non-portable extension.
                   1110: <li>Add <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> support to <a href="https://man.openbsd.org/tun.4">tun(4)</a>.
                   1111: <li>Use now instead of the epoch as the timebase for <a href="https://man.openbsd.org/compat_linux.8">compat_linux(8)</a> function alarm().
1.1       deraadt  1112: <li>Avoid a null-deref in uvm_swap_markbad().
                   1113: <li>Check signedness before dereferencing in kernel descriptor management code.
                   1114: <!-- ^ 20031202 -->
1.56      bentley  1115: <li>Fix <a href="https://man.openbsd.org/csh.1">csh(1)</a> variable substitution when shortening strings (PR#3591).
                   1116: <li>In <a href="https://man.openbsd.org/aliases.5">aliases(5)</a>, direct mail for most fake users (e.g. _syslogd) to /dev/null instead of spamming root.
1.1       deraadt  1117: <li>Add an amd64 target to gcc3.
1.56      bentley  1118: <li>Add extended register support in <a href="https://man.openbsd.org/dc.1">dc(1)</a> (-x option,) ready for long variable names support coming to <a href="https://man.openbsd.org/bc.1">bc(1)</a> soon.
                   1119: <li>Cleanup of <a href="https://man.openbsd.org/mopd.8">mopd(8)</a>.
1.1       deraadt  1120: <!-- ^ 20031201 -->
                   1121: <!-- ^ 20031130 -->
                   1122: <li>Add OpenBSD-specific options to gcc3.
                   1123: <li>Import (but do not yet enable) GCC 3.3.2, without the ADA frontend for space reasons.
1.56      bentley  1124: <li>New ':' (inclusive range) operator for <a href="https://man.openbsd.org/pf.4">pf(4)</a>, works anywhere in <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> that '>&lt;' (exclusive range) works.
1.1       deraadt  1125: <!-- ^ 20031129 -->
1.56      bentley  1126: <li>Fix the regex in <a href="https://man.openbsd.org/security.8">security(8)</a> that tests for valid group names.
                   1127: <li>More fixes to <a href="https://man.openbsd.org/pf.4">pf(4)</a> stats gathering.
1.1       deraadt  1128: <li>Fix NFS-over-TCP speed when OpenBSD is serving Linux clients (PR#3561).
                   1129: <!-- ^ 20031128 -->
1.56      bentley  1130: <li>Allow <a href="https://man.openbsd.org/systrace.1">systrace(1)</a> to accept usernames ending in '$'.
                   1131: <li>Fix missing <a href="https://man.openbsd.org/printf.3">printf(3)</a> arguments in <a href="https://man.openbsd.org/sparc/eeprom.8">eeprom(8)</a>, elf2aout and elf2ecoff.
1.1       deraadt  1132: <!-- ^ 20031127 -->
1.56      bentley  1133: <li>Discard the first 256 bytes of the <a href="https://man.openbsd.org/arc4random.3">arc4random(3)</a> keystream as recommended by the "Weaknesses in the Key Scheduling Algorithm of RC4" <a href="http://www.wisdom.weizmann.ac.il/~itsik/RC4/Papers/Rc4_ksa.ps">paper</a>.
                   1134: <li>Fix a core dump in <a href="https://man.openbsd.org/dc.1">dc(1)</a> when reading uninitialised array locations.
1.1       deraadt  1135: <li>Some gcc3 compatibility cleanup.
                   1136: <!-- ^ 20031126 -->
1.56      bentley  1137: <li>Fix SIOCGIFHWADDR under <a href="https://man.openbsd.org/compat_linux.8">compat_linux(8)</a>.
1.1       deraadt  1138: <li>Build more components of libiberty in preparation for gcc3.
                   1139: <li>Sync libiberty with the version from GCC 3.3.2.
                   1140: <li>Sync libedit with that of NetBSD on 8 Nov 2003.
                   1141: <!-- ^ 20031125 -->
                   1142: <li>Move libiberty into src/gnu/lib/libiberty, removing it from the egcs directory. The new library is a sync'd to "somewhere between binutils-2.10 and 2.11" with some local changes.
1.56      bentley  1143: <li>Avoid a double-free in <a href="https://man.openbsd.org/pcap_setfilter.3">pcap_setfilter(3)</a>.
1.1       deraadt  1144: <li>Have the kernel's MD5 code use the per-architecture optimised bcopy() instead of its own implementation (PR#3549).
1.56      bentley  1145: <li>New meaning for the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> -k option, it's now equivalent to GSSAPIDelegateCredentials=no.
1.1       deraadt  1146: <!-- ^ 20031124 -->
1.56      bentley  1147: <li>In <a href="https://man.openbsd.org/ssh-keyscan.1">ssh-keyscan(1)</a>, use <a href="https://man.openbsd.org/sysconf.3">sysconf(3)</a> to get the maximum fd limit instead of returning an arbitrary number.
                   1148: <li>Fix an out-of-bounds access typo in the implementation of <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> KERN_VNODE.
                   1149: <li>Another <a href="https://man.openbsd.org/getpass.3">getpass(3)</a> return value check, this time in <a href="https://man.openbsd.org/encrypt.1">encrypt(1)</a>.
                   1150: <li>Fix a sign overflow in <a href="https://man.openbsd.org/compat_svr4.8">compat_svr4(8)</a> streams code.
                   1151: <li>Make usernames containing underscores work in <a href="https://man.openbsd.org/systrace.1">systrace(1)</a>.
1.1       deraadt  1152: <!-- ^ 20031123 -->
1.56      bentley  1153: <li>While we're fixing <a href="https://man.openbsd.org/diff.1">diff(1)</a> return values, fix that of the -q option which got broken when -i was fixed.
                   1154: <li>Stop the <a href="https://man.openbsd.org/install.1">install(1)</a> madvise() change breaking 'make release'.
                   1155: <li>Stop <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> allowing an antispoof for an interface without an IP address, since that amounts to blocking all on every other interface. Bad.
                   1156: <li>Add a few more <a href="https://man.openbsd.org/pkg_create.1">pkg_create(1)</a> packing list sanity checks.
1.1       deraadt  1157: <!-- ^ 20031122 -->
1.56      bentley  1158: <li>Also give <a href="https://man.openbsd.org/cmp.1">cmp(1)</a> and <a href="https://man.openbsd.org/patch.1">patch(1)</a> the <a href="https://man.openbsd.org/madvise.2">madvise(2)</a> sequential treatment.
                   1159: <li>Speed up <a href="https://man.openbsd.org/install.1">install(1)</a> by using <a href="https://man.openbsd.org/madvise.2">madvise(2)</a> with the MADV_SEQUENTIAL flag.
1.1       deraadt  1160:   <!-- erratum 3.4-httpd2 appeared 13 March 2004... -->
1.56      bentley  1161: <li><strong>SECURITY FIX: Due to a bug in the parsing of Allow/Deny rules for <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>'s access module, using IP addresses without a netmask on big endian 64-bit platforms causes the rules to fail to match. This only affects sparc64.</strong><br>
1.1       deraadt  1162:     <a href="errata34.html#httpd2">A source code patch is available</a>.<br>
1.56      bentley  1163:     <a href="stable.html">[Applied to stable]</a>
                   1164: <li>New -o option to <a href="https://man.openbsd.org/kvm_mkdb.8">kvm_mkdb(8)</a>, to put the database somewhere other than /var/db.
                   1165: <li>Fix return code from <a href="https://man.openbsd.org/diff.1">diff(1)</a> when the -i option is in use.
1.1       deraadt  1166: <!-- ^ 20031121 -->
1.56      bentley  1167: <li>Build <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> statically linked, to help out when things go wrong.
                   1168: <li><strong>RELIABILITY FIX: An improper bounds check makes it possible for a local user to cause a crash by passing the <a href="https://man.openbsd.org/semctl.2">semctl(2)</a> and <a href="https://man.openbsd.org/semop.2">semop(2)</a> functions certain arguments.</strong><br>
1.1       deraadt  1169:     <a href="errata34.html#sem">A source code patch is available</a>.<br>
1.56      bentley  1170:     <a href="stable.html">[Applied to stable]</a>
                   1171: <li><strong>RELIABILITY FIX: It is possible for a local user to cause a crash via <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> with certain arguments.</strong><br>
1.1       deraadt  1172:     <a href="errata34.html#uvm">A source code patch is available</a>.<br>
1.56      bentley  1173:     <a href="stable.html">[Applied to stable]</a>
                   1174: <li>Add <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> flags -fnobuiltin-{log,print} for kernel builds on some architectures, the others to be done as test results are collected.
                   1175: <li>Re-enable build of <a href="https://man.openbsd.org/named.8">named(8)</a>'s DNSSEC programs.
1.1       deraadt  1176: <!-- ^ 20031120 -->
1.56      bentley  1177: <li>More <a href="https://man.openbsd.org/wdc.4">wdc(4)</a> probe fixes, sync'ing with NetBSD.
                   1178: <li>Fix <a href="https://man.openbsd.org/timed.8">timed(8)</a> breakage caused by the change from <a href="https://man.openbsd.org/select.2">select(2)</a> to <a href="https://man.openbsd.org/poll.2">poll(2)</a>.
1.1       deraadt  1179: <!-- ^ 20031119 -->
1.56      bentley  1180: <li>Add /etc/<a href="https://man.openbsd.org/rc.8">rc(8)</a> startup for <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a>.
1.1       deraadt  1181: <li>Merge in BIND v9.2.3.
1.56      bentley  1182: <li>In <a href="https://man.openbsd.org/crypto.3">crypto(3)</a>, enable assembler BN functions on vax, and assembler for most things on i386.
                   1183: <li>Fix password blinding for non-existent users in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
1.1       deraadt  1184: <li>Add new lightweight kernel reader/writer lock code, not used for anything yet.
1.56      bentley  1185: <li>Performance improvements to <a href="https://man.openbsd.org/pool.9">pool(9)</a>.
                   1186: <li>In <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>, fix the test for a valid authentication context when processing -R port forwards.
1.1       deraadt  1187: <!-- ^ 20031118 -->
1.56      bentley  1188: <li>Fix unnecessary delays in <a href="https://man.openbsd.org/wdc.4">wdc(4)</a>'s device probe. From NetBSD.
1.1       deraadt  1189: <li>Fix a missing initialisation in libkvm.
1.56      bentley  1190: <li>Don't expose the contents of <a href="https://man.openbsd.org/named.8">named(8)</a>'s rndc.key file when diff'd by <a href="https://man.openbsd.org/security.8">security(8)</a>.
1.1       deraadt  1191: <li>Merge in Apache 1.3.29 and mod_ssl 2.8.16.
1.56      bentley  1192: <li>Add a missing bounds check and fix an int overflow in <a href="https://man.openbsd.org/compat_ibcs2.8">compat_ibcs2(8)</a> (not enabled by default).<br>
                   1193:     <a href="stable.html">[Applied to stable]</a>
                   1194: <li>Two more non-portable extensions to <a href="https://man.openbsd.org/bc.1">bc(1)</a>: Add new boolean operators, and allow relational operators to appear anywhere.
                   1195: <li>Add drop operator 'R' to <a href="https://man.openbsd.org/dc.1">dc(1)</a>.
                   1196: <li>Replace <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> authentication mechanism 'gssapi' with 'gssapi-with-mic'.
1.1       deraadt  1197: <!-- ^ 20031117 -->
1.56      bentley  1198: <li><a href="https://man.openbsd.org/pf.4">pf(4)</a> stateful connections for generic protocols now work for IPv6 as well as IPv4.
1.1       deraadt  1199: <li>Pull in a patch from XFree86 4.3, preventing a crash on Riva128 cards.
                   1200: <li>Remove win32 support files from the BIND tree.
                   1201: <!-- ^ 20031116 -->
1.56      bentley  1202: <li>Set the atime, ctime and mtime of the kernfs boottime file to, uh, the boot time. Useful for <a href="https://man.openbsd.org/find.1">find(1)</a>.
                   1203: <li>Fix <a href="https://man.openbsd.org/savecore.8">savecore(8)</a> on big-endian 64-bit architectures.
1.1       deraadt  1204: <li>More fine-grained CPU type detection on i386.
1.56      bentley  1205: <li>Test for a NULL return from <a href="https://man.openbsd.org/getpass.3">getpass(3)</a> in <a href="https://man.openbsd.org/bdes.1">bdes(1)</a>, <a href="https://man.openbsd.org/pppctl.8">pppctl(8)</a> and <a href="https://man.openbsd.org/tn3270.1">tn3270(1)</a>.
1.1       deraadt  1206: <!-- ^ 20031115 -->
1.56      bentley  1207: <li>Fix bogus <a href="https://man.openbsd.org/read.2">read(2)</a> error check in <a href="https://man.openbsd.org/mg.1">mg(1)</a> when writing a backup file.
                   1208: <li>Let <a href="https://man.openbsd.org/compress.1">compress(1)</a> inflate multiple concatenated files just like GNU gzip.
                   1209: <li>Support in <a href="https://man.openbsd.org/dc.1">dc(1)</a> for boolean operations soon to appear in <a href="https://man.openbsd.org/bc.1">bc(1)</a>.
                   1210: <li>Allow the <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> debug level to be set from <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> with 'set debug'.
                   1211: <li>Some fixes in the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> GSSAPI client code.
                   1212: <li>Don't include the KAME interface index (used for IPv6 link-local addresses) in the <a href="https://man.openbsd.org/carp.4">carp(4)</a> HMAC value.
1.1       deraadt  1213: <!-- ^ 20031114 -->
1.56      bentley  1214: <li>Strip out some slightly pointless tests in <a href="https://man.openbsd.org/wdc.4">wdc(4)</a> for an 8-bit value &lt; <em>n</em>, where <em>n</em> &gt; 255.
                   1215: <li>Fix a bug in <a href="https://man.openbsd.org/bc.1">bc(1)</a>'s print statement that left garbage on <a href="https://man.openbsd.org/dc.1">dc(1)</a>'s stack.
                   1216: <li>Make <a href="https://man.openbsd.org/bc.1">bc(1)</a>'s exponentiation operator '^' right- instead of left-associative.
1.1       deraadt  1217: <!-- ^ 20031113 -->
1.56      bentley  1218: <li>Fix a potential DoS in <a href="https://man.openbsd.org/ftpd.8">ftpd(8)</a> where an attacker could tie up the data port for long periods. From FreeBSD.<br>
                   1219:     <a href="stable.html">[Applied to stable]</a>
                   1220: <li>New behaviour for <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> option VerifyHostKeyDNS, allowing implicit trust for DNSSEC-verified SSHFP records.
                   1221: <li>Have <a href="https://man.openbsd.org/scp.1">scp(1)</a> pass through the -q flag to its underlying <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> process, suppressing SSH2 banners.
1.1       deraadt  1222: <!-- ^ 20031112 -->
                   1223: <li>Merge in OpenSSL 0.9.7c.
1.56      bentley  1224: <li>Some nonportable syntactic sugar for <a href="https://man.openbsd.org/dc.1">dc(1)</a> and <a href="https://man.openbsd.org/bc.1">bc(1)</a>.
                   1225: <li><a href="https://man.openbsd.org/free.9">free(9)</a>ing stack variables is a bad idea, don't do it in <a href="https://man.openbsd.org/ubsa.4">ubsa(4)</a>.
                   1226: <li>Don't leak memory from <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> if the library name is invalid.
                   1227: <li>Better parsing of library version numbers in <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>, so 'libpython2.1.so.0.0' and 'libpython2.2.so.0.0' can coexist in peace.
                   1228: <li>New 'print' statement for <a href="https://man.openbsd.org/bc.1">bc(1)</a>, a non-portable extension.
1.1       deraadt  1229: <!-- ^ 20031111 -->
1.56      bentley  1230: <li>Fix <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>'s handling of redirection of a file to the same file, e.g. '2&gt;&amp;2'.
                   1231: <li>Add more privacy flags to <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a> cf/openbsd-proto.mc, requiring HELO/EHLO and disabling EXPN/VRFY.
1.1       deraadt  1232: <li>Add a classic paper on password security in /usr/share/doc/smm/17.password.
1.56      bentley  1233: <li>Send <a href="https://man.openbsd.org/diff.1">diff(1)</a> output 'no newline at end of file' to stderr instead of stdout, for compatibility.
                   1234: <li>Stop <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> considering as errors attempts to add an already-added package.
1.1       deraadt  1235: <!-- ^ 20031110 -->
1.56      bentley  1236: <li>Keep track of errors when adding multiple packages with <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>, and set a useful error code on return.
1.1       deraadt  1237: <li>Remove the automatic setting of packing-list prefix from the first @cwd.
1.56      bentley  1238: <li>Restore printing of <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> information in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>, accidentally broken when <a href="https://man.openbsd.org/carp.4">carp(4)</a> was added.
                   1239: <li>Really fix <a href="https://man.openbsd.org/mg.1">mg(1)</a> insert-file.
                   1240: <li>Safer region handling in <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
                   1241: <li>Restore the terminal correctly when aborting out of <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
                   1242: <li>Undo the <a href="https://man.openbsd.org/mg.1">mg(1)</a> insert-file operation properly.
1.1       deraadt  1243: <!-- ^ 20031109 -->
1.56      bentley  1244: <li>Unbreak the anchor rule number returned by <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a>.
1.1       deraadt  1245: <li>Avoid a race condition when swapping in a process.
                   1246: <li>On i386, fix a crash that occurred with a large number (&gt;1500) of processes (PR#3528).
1.56      bentley  1247: <li>New 'no sync' state option to prevent state transitions for a particular rule appearing on the <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> interface.
1.1       deraadt  1248: <!-- ^ 20031108 -->
1.56      bentley  1249: <li>Check that <a href="https://man.openbsd.org/carp.4">carp(4)</a> packets are received on a carp-enabled interface.
1.1       deraadt  1250: <li>Fix setting of the interface index for IPv6 link-local multicast joins.
1.56      bentley  1251: <li>Stop <a href="https://man.openbsd.org/carp.4">carp(4)</a> responding to ARPs when the interface is down.
                   1252: <li>Fix a buffer overflow in <a href="https://man.openbsd.org/sed.1">sed(1)</a> when doing regex substitutions. From FreeBSD.
1.1       deraadt  1253: <!-- ^ 20031107 -->
1.56      bentley  1254: <li>Add non-portable extensions to <a href="https://man.openbsd.org/dc.1">dc(1)</a>: '#' (comment), 'n' (print without newline) and 'a' (byte to char).
                   1255: <li>Better <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> dependency resolution.
1.1       deraadt  1256: <li>Don't call the post-install script of packages that didn't fully install, and allow such packages to be fully removed.
1.56      bentley  1257: <li>Let <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> install packages coming from stdin.
                   1258: <li><a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a> allows the path to an installed package on the command line, so e.g. 'pkg_delete /var/db/pkg/zsh-*' now works.
1.1       deraadt  1259: <li>The package tools now automatically use the target of the first @cwd in the packing list as the prefix.
1.56      bentley  1260: <li>Temporarily back out the recent reordering of interface capability tests and pf_test(). <a href="https://man.openbsd.org/pf.4">pf(4)</a> rdr rules are now generating some bogus checksums.
                   1261: <li>In <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>, require encrypted messages as soon as we have the keystate for it, require DELETE payloads to be accompanied by HASHes, and add validation for HASH payloads without active exchanges.
                   1262: <li>Allow <a href="https://man.openbsd.org/pf.4">pf(4)</a> tags to use the same macros as labels (see <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a>).
                   1263: <li>Teach <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> about SIGINFO (PR#3173).
                   1264: <li>Add commented-out LoadModule config lines, along with a short description, for each <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> module in the standard build.
                   1265: <li>In <a href="https://man.openbsd.org/newfs.8">newfs(8)</a> don't write the magic to the superblock until filesystem creation is completed.
                   1266: <li>Fix <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>'s display of IPv6 link-local multicast addresses.
1.1       deraadt  1267: <!-- ^ 20031106 -->
1.56      bentley  1268: <li>Redo the <a href="https://man.openbsd.org/wdc.4">wdc(4)</a> drive reset changes, more cautious this time.
                   1269: <li>Make <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>'s -x flag work for <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> devices.
1.1       deraadt  1270: <!-- ^ 20031105 -->
                   1271: <li>Use hash tables where possible for listen socket lookup as well.
1.56      bentley  1272: <li>Add a route when we're the <a href="https://man.openbsd.org/carp.4">carp(4)</a> master host, so the local machine can use the common address.
                   1273: <li>Have <a href="https://man.openbsd.org/pkg_create.1">pkg_create(1)</a> spot duplicate packaging list entries and die noisily when it does so.
                   1274: <li>Stop <a href="https://man.openbsd.org/carp.4">carp(4)</a> pretending that everything it sends to <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> comes from AF_INET6.
                   1275: <li>Add GNU-compatible 'r' operator (swaps the top two stack items) to <a href="https://man.openbsd.org/dc.1">dc(1)</a>.
                   1276: <li>Kill an IPv4 pasto in <a href="https://man.openbsd.org/carp.4">carp(4)</a> IPv6 support when setting the interface address.
1.1       deraadt  1277: <!-- ^ 20031104 -->
1.56      bentley  1278: <li><strong>RELIABILITY FIX: It is possible for a local user to cause a system panic by executing a specially crafted binary with an invalid header.</strong><br>
1.1       deraadt  1279:     <a href="errata34.html#exec">A source code patch is available</a>.<br>
1.56      bentley  1280:     <a href="stable.html">[Applied to stable]</a>
                   1281: <li>Make <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a> handle dependencies properly when using package name stems.
                   1282: <li>Don't try to free a static string when checking <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> host keys.
                   1283: <li>In regular (non-<a href="https://man.openbsd.org/pf.4">pf(4)</a>) IP output code, defer the interface tests for hardware IPsec and checksum capability until after pf_test(), since pf might drop the packet, or send it to a different interface.
                   1284: <li>Make <a href="https://man.openbsd.org/pf.4">pf(4)</a>-routed packets check the target interface for hardware IPsec and checksum capability.
                   1285: <li>Fix a memory leak when <a href="https://man.openbsd.org/carp.4">carp(4)</a> fails to put the interface into promiscuous mode.
                   1286: <li>Add a missing check in IPv6 <a href="https://man.openbsd.org/carp.4">carp(4)</a> for an interface on its way down.
1.1       deraadt  1287: <!-- ^ 20031103 -->
1.56      bentley  1288: <li>Preserve the debug flag when enabling <a href="https://man.openbsd.org/pf.4">pf(4)</a>.
1.1       deraadt  1289: <!-- ^ 20031102 -->
1.56      bentley  1290: <li>In <a href="https://man.openbsd.org/top.1">top(1)</a>, check for signals at the right time and handle stdin failures better.
1.1       deraadt  1291: <!-- ^ 20031101 -->
1.56      bentley  1292: <li>Have <a href="https://man.openbsd.org/patch.1">patch(1)</a> determine the filename in same manner as GNU patch.
                   1293: <li>New --posix option for <a href="https://man.openbsd.org/patch.1">patch(1)</a> for, uh, strict POSIX conformance.
                   1294: <li>Set pkgpath in the correct order in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> etc.
                   1295: <li>Re-add the SATA mode detection and reset-pause-IDENTIFY fixes to <a href="https://man.openbsd.org/wdc.4">wdc(4)</a>. Drive reset fixes need further testing.
                   1296: <li>Allocate the right number of elements in <a href="https://man.openbsd.org/hashinit.9">hashinit(9)</a> (PR#3537).
                   1297: <li>Look up the groupname (not the username) when getting the gid from a tarfile in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> and friends. Also set file ownership before the mode.
                   1298: <li>Add IPv6 support to <a href="https://man.openbsd.org/carp.4">carp(4)</a>.
1.1       deraadt  1299: <li>Sync libedit to NetBSD as of 2003-10-01, with some local string cleaning and history bug fixes. There are some api changes as a result of this update.
                   1300: <li>New port, <a href="pegasos.html">OPENBSD/pegasos</a>.
1.56      bentley  1301: <li>Fix insufficient length check in <a href="https://man.openbsd.org/route6d.8">route6d(8)</a> (KAME PR#507).
1.1       deraadt  1302: <!-- ^ 20031031 -->
1.56      bentley  1303: <li>Try to deal with <a href="https://man.openbsd.org/strdup.3">strdup(3)</a> failures in <a href="https://man.openbsd.org/init.8">init(8)</a>.
1.1       deraadt  1304: <li>More detective work from the spelling police, double-word branch.
1.56      bentley  1305: <li>Fix <a href="https://man.openbsd.org/lc.4">lc(4)</a> multicast filter initialisation.
1.1       deraadt  1306: <!-- ^ 20031030 -->
1.56      bentley  1307: <li>Backout recent <a href="https://man.openbsd.org/wdc.4">wdc(4)</a> reset, identify and mode detection changes, they are breaking things.
                   1308: <li>Fix <a href="https://man.openbsd.org/pf.4">pf(4)</a> binat for incoming connections when a netblock (not just a single address) is used as the rule source (PR#3535).<br>
                   1309:     <a href="stable.html">[Applied to stable]</a>
                   1310: <li><strong>RELIABILITY FIX: A user with write permission to httpd.conf or a .htaccess file can crash <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> or potentially run arbitrary code as the user</strong> www <strong> (although it is believed that ProPolice will prevent code execution).</strong><br>
1.1       deraadt  1311:     <a href="errata34.html#httpd">A source code patch is available</a>.<br>
1.56      bentley  1312:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt  1313: <!-- ^ 20031029 -->
1.56      bentley  1314: <li>Do a better job of finding the proper partition in <a href="https://man.openbsd.org/growfs.8">growfs(8)</a>.
                   1315: <li>Evaluate dependencies earlier in <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a>, and if the check fails just give a list of the required removals and quit.
                   1316: <li>Don't die if getsockopt(..., TCP_NODELAY, ...) fails in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
1.1       deraadt  1317: <!-- ^ 20031028 -->
1.56      bentley  1318: <li>In <a href="https://man.openbsd.org/wdc.4">wdc(4)</a>, add a pause between a drive reset and an IDENTIFY command, to allow for units that are sick just after a reset.
1.1       deraadt  1319: <li>Don't do ATA mode detection for SATA drives, some drives really don't like it.
1.56      bentley  1320: <li>Set the skew properly when rescheduling <a href="https://man.openbsd.org/carp.4">carp(4)</a> advertisements.
                   1321: <li>Fix an <a href="https://man.openbsd.org/mg.1">mg(1)</a> startup crash.
                   1322: <li>Don't schedule a <a href="https://man.openbsd.org/carp.4">carp(4)</a> advertisement if the interface is on its way down and we run out of mbufs.
                   1323: <li>Really stop sending advertisements if the <a href="https://man.openbsd.org/carp.4">carp(4)</a> interface is down.
1.1       deraadt  1324: <!-- ^ 20031027 -->
1.56      bentley  1325: <li>Set the maximum value for <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> kern.stackgap_random maximum to 256MB.
                   1326: <li>Remove artificial limit on the number of partitions that may be stretched by <a href="https://man.openbsd.org/growfs.8">growfs(8)</a>.
                   1327: <li>Early support in <a href="https://man.openbsd.org/wi.4">wi(4)</a> for PRISM 2.5/3 USB adapters. Very limited for now.
                   1328: <li>Make <a href="https://man.openbsd.org/wdc.4">wdc(4)</a> reset code more like that in FreeBSD and NetBSD, fixing slave device detection when the master behaves strangely.
1.1       deraadt  1329: <!-- ^ 20031026 -->
1.56      bentley  1330: <li>Reorganise <a href="https://man.openbsd.org/pf.4">pf(4)</a> state searches for a 30% memory saving.
1.1       deraadt  1331: <li>Don't leak mbufs on carp_output() failures.
                   1332: <li>Replace a linked list with a hash table for local IP port lookup, dramatically reducing the lookup time (in_pcblookup()) when there are many sockets.
1.56      bentley  1333: <li>Precompute as much of the <a href="https://man.openbsd.org/carp.4">carp(4)</a> sha1 hash as possible.
1.1       deraadt  1334: <!-- ^ 20031025 -->
1.56      bentley  1335: <li>Prevent occasional <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a> hangs on receipt of a SIGHUP with a modified syslog.conf file.
1.1       deraadt  1336: <li>Remove a few comparisons of an int to NULL.
1.56      bentley  1337: <li>Do <a href="https://man.openbsd.org/initgroups.3">initgroups(3)</a> before chrooting <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> instead of after, since /etc/group may be of use.
                   1338: <li>Stop the new <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> write filter blocking everything when no filter is set, and so unbreak DHCP.
1.1       deraadt  1339: <!-- ^ 20031024 -->
1.56      bentley  1340: <li>Only try to remove a dependent package once in <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a>.
                   1341: <li>In <a href="https://man.openbsd.org/carp.4">carp(4)</a>, stir in the full inner hash instead of just sizeof(pointer) bytes of it.
1.1       deraadt  1342: <li>Finally, stop the long long pause for i386 laptop users with disconnected floppy drives.
1.56      bentley  1343: <li>Make <a href="https://man.openbsd.org/pkg_info.1">pkg_info(1)</a> do the right thing with multiple packages sharing a common stem, e.g. multiple responses for 'pkg_info autoconf'.
                   1344: <li>Allow <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a> to work with package name stems. Oh yes.
1.1       deraadt  1345: <!-- ^ 20031023 -->
1.56      bentley  1346: <li>Another missing <a href="https://man.openbsd.org/strdup.3">strdup(3)</a> error check, this time in <a href="https://man.openbsd.org/tn3270.1">tn3270(1)</a>.
                   1347: <li>Reduce the amount of logging <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> does by default. The new -v option does verbose logging.
                   1348: <li>Have privilege-separated <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a> call setgroups when changing dropping privileges, in line with the same change in newly-separated <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a>.
1.1       deraadt  1349: <li>Fix a panic when traversing a corrupt msdos filesystem. From NetBSD.<br>
1.56      bentley  1350:     <a href="stable.html">[Applied to stable]</a>
                   1351: <li>Implement privilege separation in <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a>. Requires creation of _pflogd user and group.
                   1352: <li>Add locking and write-filtering to <a href="https://man.openbsd.org/bpf.4">bpf(4)</a>, so programs running as non-root can hold bpf descriptors without being able to write whatever they like at the link layer or issue dangerous <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a>s.
                   1353: <li>Fix <a href="https://man.openbsd.org/dc.1">dc(1)</a>'s J operator with the new extended comparisons.
                   1354: <li>Switch <a href="https://man.openbsd.org/carp.4">carp(4)</a> from keyed sha1 to hmac-sha1.
                   1355: <li>Implement extended comparison operators in <a href="https://man.openbsd.org/dc.1">dc(1)</a>, to allow for an if ... else construct in <a href="https://man.openbsd.org/bc.1">bc(1)</a>.
                   1356: <li>Make un-getting a character from a string work the same as from a file in <a href="https://man.openbsd.org/dc.1">dc(1)</a>.
                   1357: <li>Fix a <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> file descriptor leak under libpthread.
                   1358: <li>In libpthread, don't bother resetting O_NONBLOCK on descriptors that are not flagged to survive the imminent <a href="https://man.openbsd.org/execve.2">execve(2)</a>.
1.1       deraadt  1359: <!-- ^ 20031022 -->
1.56      bentley  1360: <li>Add missing <a href="https://man.openbsd.org/strdup.3">strdup(3)</a> error check in <a href="https://man.openbsd.org/tic.1">tic(1)</a>.
                   1361: <li>In <a href="https://man.openbsd.org/mg.1">mg(1)</a>, make undo work per-window instead of per-buffer.
1.1       deraadt  1362: <li>Fix late definition of enum XML_Status in &lt;expat.h&gt;. From expat CVS.
                   1363: <li>A huge number of comment spelling fixes all over the tree.
1.56      bentley  1364: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> choke on too-short GSSAPI OIDs.
1.1       deraadt  1365: <!-- ^ 20031021 -->
                   1366: <li>Switch over to the new package tools.
1.56      bentley  1367: <li>In <a href="https://man.openbsd.org/netstart.8">netstart(8)</a>, don't try to initialise <a href="https://man.openbsd.org/carp.4">carp(4)</a> interfaces until after physical interfaces are configured.
                   1368: <li>Fix an endianness bug in <a href="https://man.openbsd.org/carp.4">carp(4)</a> sha1 code.
                   1369: <li><a href="https://man.openbsd.org/realloc.3">realloc(3)</a> cleanup in <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>.
                   1370: <li>Stop all <a href="https://man.openbsd.org/carp.4">carp(4)</a> hosts advertising master status when preempt is disabled.
                   1371: <li>When doing <a href="https://man.openbsd.org/carp.4">carp(4)</a>, only give an error in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> when the user tries to set both of advbase and advskew to zero.
1.1       deraadt  1372: <!-- ^ 20031020 -->
1.56      bentley  1373: <li>Correct a missing <a href="https://man.openbsd.org/strdup.3">strdup(3)</a> return value check in <a href="https://man.openbsd.org/nc.1">nc(1)</a>.
                   1374: <li>Fix numfds==0 case in pthreads-optimised <a href="https://man.openbsd.org/select.2">select(2)</a>.
                   1375: <li>Add functions to find package name 'stems' (package names without the version number) and use them in the soon-to-be-enabled new <a href="https://man.openbsd.org/pkg_info.1">pkg_info(1)</a>.
                   1376: <li>Add direct support in <a href="https://man.openbsd.org/named.8">named(8)</a> for SSHFP resource records.
1.1       deraadt  1377: <!-- ^ 20031019 -->
1.56      bentley  1378: <li>Fix <a href="https://man.openbsd.org/bc.1">bc(1)</a>'s assignment operators (+=, -= etc.)
                   1379: <li>Add J(jump) and M(mark) operators in <a href="https://man.openbsd.org/dc.1">dc(1)</a>, and use them to implement the continue statement in <a href="https://man.openbsd.org/bc.1">bc(1)</a>.
                   1380: <li>Fix out-of-bounds reads in <a href="https://man.openbsd.org/make.1">make(1)</a>, libfreetype and <a href="https://man.openbsd.org/xterm.1">xterm(1)</a>.
1.1       deraadt  1381: <!-- ^ 20031018 -->
1.56      bentley  1382: <li>Make the recent <a href="https://man.openbsd.org/vnd.4">vnd(4)</a> numbering change work the way it should.
                   1383: <li>Enter <a href="https://man.openbsd.org/carp.4">carp(4)</a>, OpenBSD's Common Address Redundancy Protocol for IP high availability and load balancing.
                   1384: <li>Unbreak <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> SHA1 code on 64-bit architectures.
1.1       deraadt  1385: <li>Make sure the inode generation number (obtained using arc4random()) is positive.
1.56      bentley  1386: <li><a href="https://man.openbsd.org/pciide.4">pciide(4)</a> DMA reliability fixes. From NetBSD.
1.1       deraadt  1387: <!-- ^ 20031017 -->
1.56      bentley  1388: <li><a href="https://man.openbsd.org/strlcpy.3">strlcpy(3)</a> -&gt; <a href="https://man.openbsd.org/memcpy.3">memcpy(3)</a> for non-string buffers in <a href="https://man.openbsd.org/vi.1">vi(1)</a>, along with some extra paranoia.
                   1389: <li>Check for signals earlier in <a href="https://man.openbsd.org/mountd.8">mountd(8)</a>, so they can be handled before we <a href="https://man.openbsd.org/select.2">select(2)</a> until a mount request comes in.
1.1       deraadt  1390: <li>Import new package management tools under src/usr.sbin/pkg_add. Not built by default yet.
                   1391: <li>New 'G' malloc.conf option to add a guard page after pagesize-or-larger chunks, and to return less-than-pagesize chunks in random order.
1.56      bentley  1392: <li>Better SATA support in <a href="https://man.openbsd.org/wdc.4">wdc(4)</a>.
                   1393: <li>Fix <a href="https://man.openbsd.org/faithd.8">faithd(8)</a> args to <a href="https://man.openbsd.org/poll.2">poll(2)</a>.
1.1       deraadt  1394: <!-- ^ 20031016 -->
                   1395: <li>Fix an out-of-bounds read in libcurses.
1.56      bentley  1396: <li>Have <a href="https://man.openbsd.org/tip.1">tip(1)</a> return the terminal to a sensible state on fatal errors.
                   1397: <li>Change <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> so that it aborts the process on any error other than running out of memory. This is different to the 'A' malloc.conf switch that aborts on any error.
1.1       deraadt  1398: <!-- ^ 20031015 -->
1.56      bentley  1399: <li>More randomness for temporary directories created by <a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a> and <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
                   1400: <li>Switch on the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> DNS fingerprint (sshfp) lookup code, previously not build by default. Still needs switched on in the config file.
1.1       deraadt  1401: <li>Make e.g. 'MAKEDEV tty08 - tty7f' work.
                   1402: <li>Only endian-flip the fragment offset once on IPv6 input.
                   1403: <!-- ^ 20031014 -->
1.56      bentley  1404: <li>Do a hardware receive checksum in <a href="https://man.openbsd.org/sk.4">sk(4)</a> too, working around the fact that sometimes the hardware gets it wrong.
                   1405: <li>On <a href="https://man.openbsd.org/em.4">em(4)</a> devices that support it, offload receive checksum calculation to the hardware. From FreeBSD.
1.1       deraadt  1406: <li>Update timezone files again, this time to tzcode2003d.
1.56      bentley  1407: <li>Bring <a href="https://man.openbsd.org/bge.4">bge(4)</a> and <a href="https://man.openbsd.org/brgphy.4">brgphy(4)</a> more in line with updates in FreeBSD and NetBSD, both bug fixes and additional device support.
                   1408: <li>Remember the filename given when using ^X^W in <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
                   1409: <li>Make <a href="https://man.openbsd.org/shmat.2">shmat(2)</a> under Linux compat work as expected.
                   1410: <li>Fix a buffer overflow in <a href="https://man.openbsd.org/timedc.8">timedc(8)</a>. Found by FreeBSD, fixed differently here.
1.1       deraadt  1411: <!-- ^ 20031012 -->
1.56      bentley  1412: <li>Add division and modulus operator '~' to <a href="https://man.openbsd.org/dc.1">dc(1)</a>.
1.1       deraadt  1413: <li>Remove GNU bc and dc from the tree.
                   1414: <li>Merge in expat 1.95.6 from XFree86 4.3.99.14.
1.56      bentley  1415: <li>Search for keys in the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> agent in reverse order to solve duplicate key problems (OpenSSH bugzilla #684).
                   1416: <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a> option ForwardX11 now has <a href="https://man.openbsd.org/xauth.1">xauth(1)</a> generate untrusted keys by default. Option ForwardX11Trusted restores the old behaviour.
                   1417: <li>Change <a href="https://man.openbsd.org/vnd.4">vnd(4)</a> major/minor numbering to allow more devices. Requires a MAKEDEV.
1.1       deraadt  1418: <!-- ^ 20031011 -->
1.56      bentley  1419: <li>Do nfs-specific 'test -x' stuff in the right order in <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> (PR#3465).
                   1420: <li>More work on <a href="https://man.openbsd.org/vr.4">vr(4)</a>.
                   1421: <li>Have the linker generate a warning when using 43compat's <a href="https://man.openbsd.org/getwd.3">getwd(3)</a>.
                   1422: <li>Better calibration code for <a href="https://man.openbsd.org/auich.4">auich(4)</a>. From FreeBSD/NetBSD.
1.1       deraadt  1423: <!-- ^ 20031010 -->
                   1424: <!-- ^ 20031009 -->
1.56      bentley  1425: <li>Re-enable the random increment on the return value of uvm_map_hint() (called by <a href="https://man.openbsd.org/uvm_map.9">uvm_map(9)</a>).
                   1426: <li>Install a sample config file for <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a>.
                   1427: <li>Prevent symlink races in <a href="https://man.openbsd.org/systrace.1">systrace(1)</a>.
                   1428: <li>Have GSSAPI default to off in the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> client as well as the server.
                   1429: <li>Unbreak <a href="https://man.openbsd.org/pf.4">pf(4)</a> on 64-bit architectures.
                   1430: <li>Hack <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> so digest authentication works with IE, Safari, etc. From FreeBSD.
                   1431: <li>Fix potential signedness bug in <a href="https://man.openbsd.org/fgets.3">fgets(3)</a> (PR#1709).
1.1       deraadt  1432: <!-- ^ 20031008 -->
                   1433: <li>Correct __bounded__ attributes for {MD4,MD5,RMD160,SHA1}DATA functions (PR#3505).
1.56      bentley  1434: <li>Allow <a href="https://man.openbsd.org/newfs.8">newfs(8)</a> to build small filesystems again by making sure ncyls &gt;= 2.<br>
                   1435:     <a href="stable.html">[Applied to stable]</a>
                   1436: <li>Plug a memory leak in <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>.
                   1437: <li>Add nfs attribute cache tuning parameters to <a href="https://man.openbsd.org/mount_nfs.8">mount_nfs(8)</a> (Inspired by PR#2567).
                   1438: <li>Kill a null deref in <a href="https://man.openbsd.org/make.1">make(1)</a>.
                   1439: <li>Allow a semicolon to terminate label strings in <a href="https://man.openbsd.org/sed.1">sed(1)</a>, so one-liners with labels can work.
                   1440: <li>A few string and memory fixes in <a href="https://man.openbsd.org/rup.1">rup(1)</a>.
                   1441: <li>Stability fixes for <a href="https://man.openbsd.org/vr.4">vr(4)</a>. From FreeBSD.
                   1442: <li>Add arc4 support to the kernel, and have <a href="https://man.openbsd.org/wi.4">wi(4)</a> use it instead of rolling its own.
                   1443: <li>Unbreak <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>'s handling of quotes in pathnames.
1.1       deraadt  1444: <li>More propolice fixes and improvements.
                   1445: <!-- ^ 20031007 -->
1.56      bentley  1446: <li>Remove <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> addon-breaking <a href="https://man.openbsd.org/newsyslog.conf.5">newsyslog.conf(5)</a> sample lines.
                   1447: <li>Install <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a> by default.
                   1448: <li>Really really give xfs a <a href="https://man.openbsd.org/poll.2">poll(2)</a> backend.
                   1449: <li>Fix a badly broken <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> optimization when calculating structure offsets under certain conditions. See the <a href="https://cvsweb.openbsd.org/src/gnu/egcs/gcc/combine.c#rev1.5">commit log</a> for details.
                   1450: <li>Unbreak <a href="https://man.openbsd.org/lge.4">lge(4)</a> compile.
1.57      deraadt  1451: <li>Update timezone info files to tzcode2003c.
1.1       deraadt  1452: <!-- ^ 20031006 -->
1.56      bentley  1453: <li>Stop <a href="https://man.openbsd.org/em.4">em(4)</a> stripping 802.1q headers from packets in a <a href="https://man.openbsd.org/bridge.4">bridge(4)</a>.
                   1454: <li>Add <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> support to <a href="https://man.openbsd.org/em.4">em(4)</a>.
                   1455: <li>Avoid a division-by-zero panic when benchmarking the <a href="https://man.openbsd.org/pchb.4">pchb(4)</a> RNG device.
                   1456: <li>A couple of read-from-device fixes to <a href="https://man.openbsd.org/an.4">an(4)</a>. From FreeBSD.
1.1       deraadt  1457: <!-- ^ 20031005 -->
1.56      bentley  1458: <li>Remove non-free licensed <a href="https://man.openbsd.org/xlock.1">xlock(1)</a> bitmaps.
1.1       deraadt  1459: <li>Properly free resources when ffs_mountroot() fails.
1.56      bentley  1460: <li>Stop <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> crashing when the value for LIFE_DURATION is missing.
                   1461: <li>Back out the new environment variable load in <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> due to sparc breakage.
1.1       deraadt  1462: <li>Unbreak the new xfs poll backend.
                   1463: <li>Fix a long-standing memory leak in kernel libz (PR#2886). From NetBSD.
1.56      bentley  1464: <li>Print a more useful error message when a bad port number is given to <a href="https://man.openbsd.org/whois.1">whois(1)</a>.
                   1465: <li>Fix broken time parsing in <a href="https://man.openbsd.org/kadmin.8">kadmin(8)</a> (PR#3292).
1.1       deraadt  1466: <!-- ^ 20031004 -->
1.57      deraadt  1467: <li>Initialise environment variables in <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> before calling constructors and <a href="https://man.openbsd.org/atexit.3">atexit(3)</a> functions
1.56      bentley  1468: <li>Have <a href="https://man.openbsd.org/inetd.8">inetd(8)</a> exit if no config file is found.
                   1469: <li>In <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a> submit.mc/cf, bind the msp to 127.0.0.1 instead of localhost just in case localhost doesn't resolve correctly.
                   1470: <li>Teach <a href="https://man.openbsd.org/netstat.1">netstat(1)</a> how to deal with KAME embedded scope IDs for -f encap route dumps.
                   1471: <li>Use <a href="https://man.openbsd.org/arc4random.3">arc4random(3)</a> to generate cookies in the XSecurity extension.
                   1472: <li>Fix a few off-by-ones in <a href="https://man.openbsd.org/gethostbyname.3">gethostbyname(3)</a> and friends.
                   1473: <li>Allow multiple RCPTs in <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>, and stop looping on invalid commands.
                   1474: <li>Bring in a number of <a href="https://man.openbsd.org/pipe.2">pipe(2)</a> stability fixes from FreeBSD.
1.1       deraadt  1475: <!-- ^ 20031003 -->
1.56      bentley  1476: <li>Fix <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>'s handling of SSLCertificateChainFile under the chroot.
                   1477: <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a> usage output now dumps the OpenSSL version too.
                   1478: <li>Don't try to send incomplete IPv4 fragments in the ENOBUFS case. Note that this is a behaviour change from 4.4BSD and applies to output from <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> and <a href="https://man.openbsd.org/pf.4">pf(4)</a> as well as vanilla IP output.
1.1       deraadt  1479: <li>A couple of endianness fixes when setting the IPv4 output fragment offset.
1.56      bentley  1480: <li>A couple of minor <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> fixes related to recursive calls and debugging.
1.1       deraadt  1481: <!-- ^ 20031002 -->
                   1482: <li>Clean up IPv6 flowlabel handling.
1.56      bentley  1483: <li>New IPv6 ID and flowlabel generation code using <a href="https://man.openbsd.org/arc4random.9">arc4random(9)</a>.
                   1484: <li>Remove a bad <a href="https://man.openbsd.org/m_cat.9">m_cat(9)</a> call when fragmenting outbound IPv6 packets.
                   1485: <li>Add a missing initialisation in <a href="https://man.openbsd.org/pflog.4">pflog(4)</a> that allowed kernel stack garbage to leak into .pcap files.
                   1486: <li>Have the libc stack protector code use the kernel __sysctl() call directly instead of using the libc <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> interface.
                   1487: <li>Stop reading ~/.signature to pre-fill the Organisation: field in <a href="https://man.openbsd.org/sendbug.1">sendbug(1)</a> (PR#3499).
                   1488: <li>Fixes to <a href="https://man.openbsd.org/event.3">event(3)</a> poll code.
                   1489: <li>Have <a href="https://man.openbsd.org/ftpd.8">ftpd(8)</a> listen on both IPv4 and IPv6 ports by default.
                   1490: <li>Fix an out-of-bounds memory access in kernel <a href="https://man.openbsd.org/compat_ibcs2.8">compat_ibcs2(8)</a> code.
                   1491: <li>Add missing check for <a href="https://man.openbsd.org/strdup.3">strdup(3)</a> error in <a href="https://man.openbsd.org/talk.1">talk(1)</a>.
                   1492: <li>Correct a couple of off-by-ones in <a href="https://man.openbsd.org/banner.1">banner(1)</a> and <a href="https://man.openbsd.org/ssl.3">ssl(3)</a> (src/ssl/ssl_ciph.c).
1.1       deraadt  1493: <li>Fix the code that grows ifindex2ifnet in sys/net/if.c.
1.56      bentley  1494: <li>Add a stack of missing switch break statements needed after the _dl_errno changes to <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>.
1.1       deraadt  1495: <!-- ^ 20031001 -->
1.56      bentley  1496: <li>Teach <a href="https://man.openbsd.org/size.1">size(1)</a> how to read ELF objects.
1.57      deraadt  1497: <li>POSIX and interoperability fixes for <a href="https://man.openbsd.org/bc.1">bc(1)</a> and <a href="https://man.openbsd.org/dc.1">dc(1)</a>,
1.56      bentley  1498: <li><strong>SECURITY FIX: The use of certain ASN.1 encodings or malformed public keys may allow an attacker to mount a denial of service attack against applications linked with <a href="https://man.openbsd.org/ssl.3">ssl(3)</a>.</strong> This does not affect OpenSSH.<br>
1.1       deraadt  1499:     <a href="errata34.html#asn1">A source code patch is available</a>.<br>
1.56      bentley  1500:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt  1501: <!-- ^ 20030930 -->
1.56      bentley  1502: <li>Properly free resources on <a href="https://man.openbsd.org/fxp.4">fxp(4)</a> attach failures.
1.57      deraadt  1503: <li>Some reliability fixes in <a href="https://man.openbsd.org/ahc.4">ahc(4)</a> and <a href="https://man.openbsd.org/siop.4">siop(4)</a>.
1.56      bentley  1504: <li>Allow <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a> to <a href="https://man.openbsd.org/daemon.3">daemon(3)</a>ize itself.
                   1505: <li>Fix an unchecked <a href="https://man.openbsd.org/strdup.3">strdup(3)</a> in <a href="https://man.openbsd.org/getnetgrent.3">getnetgrent(3)</a>.
1.1       deraadt  1506: <!-- ^ 20030929 -->
                   1507: <li>Fix several kernel networking off-by-ones w.r.t. PRC_NCMDS.
1.56      bentley  1508: <li>Better error checking for new <a href="https://man.openbsd.org/bc.1">bc(1)</a> and <a href="https://man.openbsd.org/dc.1">dc(1)</a>.
                   1509: <li>Make new <a href="https://man.openbsd.org/bc.1">bc(1)</a> compile on sparc64.
                   1510: <li>PCI support for hppa through <a href="https://man.openbsd.org/hppa/dino.4">dino(4)</a> bridge driver.
1.1       deraadt  1511: <!-- ^ 20030928 -->
                   1512: <!-- ^ 20030927 -->
1.56      bentley  1513: <li>Further <a href="https://man.openbsd.org/realloc.3">realloc(3)</a> cleanup.
                   1514: <li>Re-engineer the <a href="https://man.openbsd.org/pf.4">pf(4)</a> ioctl interface to allow near-100% atomicity for 'pfctl -f /etc/pf.conf' commands.<br>
                   1515:     <a href="stable.html">[Applied to stable]</a>
                   1516: <li>Fix bogus getutmp() error check in <a href="https://man.openbsd.org/battlestar.6">battlestar(6)</a>.
1.1       deraadt  1517: <li>Change the xfs backend from select to poll.
1.56      bentley  1518: <li>Introduce 64-bit <a href="https://man.openbsd.org/byteorder.3">byteorder(3)</a> macros.
                   1519: <li>strdup -&gt; strlcpy in <a href="https://man.openbsd.org/apmd.8">apmd(8)</a>, and make sure the socket gets unlinked at exit.
                   1520: <li>Better <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>, <a href="https://man.openbsd.org/realloc.3">realloc(3)</a> and <a href="https://man.openbsd.org/strdup.3">strdup(3)</a> error checks in <a href="https://man.openbsd.org/config.8">config(8)</a>.
                   1521: <li>Stop <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a> shouting 'Reopened logfile' at syslog.
                   1522: <li>Add a number of missing checks for <a href="https://man.openbsd.org/strdup.3">strdup(3)</a> failure.
                   1523: <li>Add an <a href="https://man.openbsd.org/sscanf.3">sscanf(3)</a> bounds check to the neighbour cache file code in <a href="https://man.openbsd.org/ndp.8">ndp(8)</a>.
                   1524: <li>Reorder the <a href="https://man.openbsd.org/pf.4">pf(4)</a> statistics counter code and fix some miscount bugs.
                   1525: <li>In <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>, don't listen on INADDR_ANY if the Listen-on option is specified.
                   1526: <li>Fix an off-by-one and a bad string bounds length in <a href="https://man.openbsd.org/atc.6">atc(6)</a>.
                   1527: <li>Don't set <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>'s listen socket to non-blocking mode.
                   1528: <li>Build the new BSD <a href="https://man.openbsd.org/bc.1">bc(1)</a> and <a href="https://man.openbsd.org/dc.1">dc(1)</a> in favour of the GNU versions.
                   1529: <li>Drop <a href="https://man.openbsd.org/authpf.8">authpf(8)</a>'s 15-character username restriction, it's no longer necessary (PR#3491).
                   1530: <li>Allocate a buffer large enough to store a full IPX address in <a href="https://man.openbsd.org/ipx_ntoa.3">ipx_ntoa(3)</a>.
                   1531: <li>Unbreak <a href="https://man.openbsd.org/netstat.1">netstat(1)</a> -i display columns for interfaces with no address.
                   1532: <li>Stop <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> dying unceremoniously on <a href="https://man.openbsd.org/accept.2">accept(2)</a> failures.
                   1533: <li>Make <a href="https://man.openbsd.org/talk.1">talk(1)</a> retry if <a href="https://man.openbsd.org/accept.2">accept(2)</a> returns ECONNABORTED (the same as it does for EINTR).
                   1534: <li><a href="https://man.openbsd.org/realloc.3">realloc(3)</a> fixes in <a href="https://man.openbsd.org/brconfig.8">brconfig(8)</a>, <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>, <a href="https://man.openbsd.org/lpd.8">lpd(8)</a>, <a href="https://man.openbsd.org/pppd.8">pppd(8)</a> and <a href="https://man.openbsd.org/rwhod.8">rwhod(8)</a>.
                   1535: <li>Add a 'recipe' datafile to <a href="https://man.openbsd.org/fortune.6">fortune(6)</a>, starting with some barbecue recipes from the hackathon.
                   1536: <li>Use <a href="https://man.openbsd.org/arc4random.3">arc4random(3)</a> instead of <a href="https://man.openbsd.org/srand.3">srand(3)</a> to generate a more random salt for <a href="https://man.openbsd.org/htpasswd.1">htpasswd(1)</a>.
                   1537: <li>Start removing unnecessary null checks before doing <a href="https://man.openbsd.org/free.3">free(3)</a> on a possibly null pointer.
1.1       deraadt  1538: <!-- ^ 20030926 -->
1.56      bentley  1539: <li>Fix scrambled display when resuming a suspended <a href="https://man.openbsd.org/less.1">less(1)</a> process.
                   1540: <li>Use <a href="https://man.openbsd.org/strlcpy.3">strlcpy(3)</a> instead of <a href="https://man.openbsd.org/bcopy.3">bcopy(3)</a> to avoid overflowing the nodename and netname in <a href="https://man.openbsd.org/an.4">an(4)</a>.
                   1541: <li>Fix a couple of off-by-ones in <a href="https://man.openbsd.org/adventure.6">adventure(6)</a>.
                   1542: <li>Fix an out-of-bounds write in the <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> privsep monitor code.
                   1543: <li>Make <a href="https://man.openbsd.org/dlerror.3">dlerror(3)</a> clear _dl_errno as expected (PR#3441).
1.1       deraadt  1544: <li>Correct a couple of off-by-ones in libc.
                   1545: <li>Fix overflows in the X font server overflow fix. Sigh.
1.56      bentley  1546: <li>Add a missing free in <a href="https://man.openbsd.org/cvs.1">cvs(1)</a>.
                   1547: <li>New, BSD-licensed version of <a href="https://man.openbsd.org/bc.1">bc(1)</a>.
                   1548: <li>Fix an off-by-one in <a href="https://man.openbsd.org/csh.1">csh(1)</a> (PR#3163).
                   1549: <li>More <a href="https://man.openbsd.org/realloc.3">realloc(3)</a> fixes.
                   1550: <li>Fix a bad bounds check that could crash <a href="https://man.openbsd.org/sort.1">sort(1)</a>.
1.1       deraadt  1551: <!-- ^ 20030925 -->
1.56      bentley  1552: <li>More paranoid privsep parent/child communication in <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>.
                   1553: <li><strong>SECURITY FIX: It is possible for a local user to cause a system panic by flooding it with spoofed ARP requests.</strong><br>
1.1       deraadt  1554:     <a href="errata34.html#arp">A source code patch is available</a>.<br>
1.56      bentley  1555:     <a href="stable.html">[Applied to stable]</a>
                   1556: <li>A number of <a href="https://man.openbsd.org/realloc.3">realloc(3)</a> fixes (removing instances of the bad idiom described in the manpage) in several programs.
                   1557: <li>New program <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a> to monitor hardware sensors as exposed by the hw.sensors sysctl. Not installed yet.
                   1558: <li>Unbreak <a href="https://man.openbsd.org/tftp.1">tftp(1)</a> put command.
                   1559: <li>Remove and re-add SHA2 support in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>, minus OpenSSL EVP-related fd leaks.
                   1560: <li>Fix some realloc bugs in <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> tables code.
1.1       deraadt  1561: <li>Initial HIFN 7955/7956 crypto accelerator support.
1.56      bentley  1562: <li>Increase <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> maximum connections from 200 to 800.
1.1       deraadt  1563: <!-- ^ 20030924 -->
1.56      bentley  1564: <li>Install a more complete set of <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a> empty config files under /etc/mail.
1.1       deraadt  1565: <li>Throttle 'proc: table is full' messages to once every ten seconds. From NetBSD.
1.56      bentley  1566: <li>Further improvements to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>'s fatal exit handling.
                   1567: <li>Use the much simpler <a href="https://man.openbsd.org/getifaddrs.3">getifaddrs(3)</a> instead of <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> in <a href="https://man.openbsd.org/rtadvd.8">rtadvd(8)</a>.
                   1568: <li>Use <a href="https://man.openbsd.org/getaddrinfo.3">getaddrinfo(3)</a> for name-to-address resolution in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
                   1569: <li>Replace kernel <a href="https://man.openbsd.org/select.2">select(2)</a> backends with <a href="https://man.openbsd.org/poll.2">poll(2)</a> backends. This allows for more complete poll() functionality. From NetBSD.
                   1570: <li>In <a href="https://man.openbsd.org/mtrace.8">mtrace(8)</a> only do mask checks for AF_INET.
                   1571: <li>Add <a href="https://man.openbsd.org/poll.2">poll(2)</a> support for <a href="https://man.openbsd.org/event.3">event(3)</a>.
                   1572: <li>Fix a few suspect <a href="https://man.openbsd.org/strlcpy.3">strlcpy(3)</a> calls in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
1.1       deraadt  1573: <!-- ^ 20030923 -->
1.56      bentley  1574: <li>Allow <a href="https://man.openbsd.org/getopt_long.3">getopt_long(3)</a> to accept an optional argument separated by whitespace, unlike GNU getopt_long.
                   1575: <li>Stop <a href="https://man.openbsd.org/tsort.1">tsort(1)</a> reading past the end of its buffer.
                   1576: <li>Plug a realloc memory leak in <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
                   1577: <li>Off-by-one fixes in <a href="https://man.openbsd.org/nc.1">nc(1)</a>, <a href="https://man.openbsd.org/pmdb.1">pmdb(1)</a>, <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>, libssl, libpthread and a few in the kernel.
                   1578: <li>Sync up <a href="https://man.openbsd.org/named.8">named(8)</a> with BIND 9.2.2-P3, with support for new zone type 'delegation-only'.
                   1579: <li>In the new <a href="https://man.openbsd.org/dc.1">dc(1)</a>, make all registers contain zero initially for compatibility.
1.1       deraadt  1580: <li>Fix, clean up and simplify the installer's handling of yes/no responses from the user.
1.56      bentley  1581: <li>Use <a href="https://man.openbsd.org/poll.2">poll(2)</a> instead of <a href="https://man.openbsd.org/select.2">select(2)</a> in <a href="https://man.openbsd.org/skey_authenticate.3">skey_authenticate(3)</a>.
                   1582: <li>Plug a memory leak in <a href="https://man.openbsd.org/rtadvd.8">rtadvd(8)</a>.
1.1       deraadt  1583: <li>Stop extraneous 'no disk label' warnings in the installer.
                   1584: <!-- ^ 20030921 -->
1.56      bentley  1585: <li>Implement hardwareflow (hf) option for <a href="https://man.openbsd.org/tip.1">tip(1)</a>. Off by default.
                   1586: <li>Fix an out-of-order free() in <a href="https://man.openbsd.org/rpc.3">rpc(3)</a>.
                   1587: <li>Don't leak memory if memory allocation fails in libc <a href="https://man.openbsd.org/rpc.3">rpc(3)</a> code.
1.1       deraadt  1588: <!-- ^ 20030920 -->
1.56      bentley  1589: <li>Change the <a href="https://man.openbsd.org/ld.1">ld(1)</a> script to make contructors and destructors in dynamic binaries non-writable.
                   1590: <li>Completely new BSD-licensed version of <a href="https://man.openbsd.org/dc.1">dc(1)</a> using the OpenSSL <a href="https://man.openbsd.org/bn.3">bn(3)</a> routines.
                   1591: <li>Have <a href="https://man.openbsd.org/scp.1">scp(1)</a> check for an error code in remote-&gt;remote mode.
                   1592: <li>When chrooting <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>, use <a href="https://man.openbsd.org/initgroups.3">initgroups(3)</a> so that supplementary group IDs are initialised as well.
                   1593: <li>Temporarily disable soft interrupts support in <a href="https://man.openbsd.org/usb.4">usb(4)</a> for stability reasons.<br>
                   1594:     <a href="stable.html">[Applied to stable]</a>
                   1595: <li>Several abnormal exit handler fixes to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
1.1       deraadt  1596: <li>Better disk device probe on i386.
1.56      bentley  1597: <li>Correct the signal number validity check in <a href="https://man.openbsd.org/csh.1">csh(1)</a>'s kill command.
1.1       deraadt  1598: <!-- ^ 20030919 -->
1.56      bentley  1599: <li>Make <a href="https://man.openbsd.org/grep.1">grep(1)</a>'s binary file test work for gzipped files the same as for other files, testing against <a href="https://man.openbsd.org/isspace.3">isspace(3)</a> as well as <a href="https://man.openbsd.org/isprint.3">isprint(3)</a>.
                   1600: <li>Make sure <a href="https://man.openbsd.org/whois.1">whois(1)</a> can't zap straight past the beginning of the buffer when removing spaces from line endings.
                   1601: <li>Stop <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> checking for a netmask if the address type being examined is a table.
                   1602: <li>Fix a subtle use-after-free in <a href="https://man.openbsd.org/modload.8">modload(8)</a>.
                   1603: <li>Some int -&gt; u_int paranoia in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                   1604: <li>More <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> buffer management fixes (CAN-2003-0682).
1.1       deraadt  1605: <li>Further EDD detection improvements on i386.
1.56      bentley  1606: <li>Properly flush the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> RSA1 public key from memory when its output file cannot be opened (OpenSSH bugzilla #662).
                   1607: <li>Correct a double-free in the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> buffer management code (OpenSSH PR#660).
                   1608: <li>Fix the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> ConnectTimeout option (OpenSSH PR#656).
1.1       deraadt  1609: <li>On i386, try harder to boot from removable media by allowing for their removal and insertion.
                   1610: <!-- ^ 20030918 -->
1.56      bentley  1611: <li>Updated and better-commented openbsd-proto.mc for <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a>.
                   1612: <li>Upgrade <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a> to version 8.12.10. The address parsing security fix went into 3.4 and -stable, but not the full version update.
1.1       deraadt  1613: <!-- ^ 20030917 -->
                   1614: <!-- ^ 20030916 -->
                   1615: <li>3.4 -&gt; 3.4-current.
                   1616: <!-- ^ 20030915 -->
                   1617: </ul>
1.56      bentley  1618:
1.1       deraadt  1619: <p>
                   1620: This list mentions mostly platform-independent changes.  For a list of changes
                   1621: made in a particular platform, please check the page for that platform.  If you
                   1622: find them not listed there, the changes are either (1) not being documented or
1.56      bentley  1623: (2) are documented here.