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

Annotation of www/plus35.html, Revision 1.63

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.2       david      98: <a href="plus.html">current</a>.
1.1       deraadt    99: <br>
                    100:
                    101: <p>
1.56      bentley   102: <h3>Changes made between OpenBSD 3.4 and 3.5</h3>
1.1       deraadt   103: <p>
                    104:
                    105: <ul>
1.3       deraadt   106: <!-- ^ 20040330 -->
1.56      bentley   107: <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.
                    108: <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   109: <!-- ^ 20030429 -->
1.56      bentley   110: <li>Add some extra sanity checks for incoming <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> packets.
1.3       deraadt   111: <li>Fix a kernel memory leak when deleting interface addresses (SIOCDIFADDR).
                    112: <!-- ^ 20040328 -->
1.56      bentley   113: <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   114: <!-- ^ 20040327 -->
1.56      bentley   115: <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>
                    116:     <a href="stable.html">[Applied to stable]</a>
                    117: <li>Fix a use-after-free in <a href="https://man.openbsd.org/carp.4">carp(4)</a>.
                    118: <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   119: <!-- ^ 20040326 -->
                    120: <li>Fix a check-for-null-then-deref-anyway bug in icmp6.
1.56      bentley   121: <li>Fix a cut-and-pasto in <a href="https://man.openbsd.org/pf.4">pf(4)</a>'s stateful ICMP code.
                    122: <li>Unbreak the ICMP checksum when <a href="https://man.openbsd.org/pf.4">pf(4)</a> sequence number modulation is used.<br>
                    123:     <a href="stable.html">[Applied to stable]</a>
1.3       deraadt   124: <!-- ^ 20040325 -->
1.56      bentley   125: <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   126: <!-- ^ 20040324 -->
1.56      bentley   127: <li>Remove an unnecessary null termination in the <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> privsep monitor.
                    128: <li>Teach <a href="https://man.openbsd.org/file.1">file(1)</a> about OpenBSD-amd64 binaries and coredumps.
                    129: <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   130: <!-- ^ 20040323 -->
1.56      bentley   131: <li>Fix <a href="https://man.openbsd.org/ssl.3">ssl(3)</a> rmd160 breakage on sparc64.
                    132: <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.
                    133: <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   134: <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   135: <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.
                    136: <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>.
                    137: <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   138: <!-- ^ 20040322 -->
                    139: <!-- ^ 20040321 -->
1.56      bentley   140: <li>Unbreak routing change handling in <a href="https://man.openbsd.org/carp.4">carp(4)</a>.
1.1       deraadt   141: <li>Bump OpenSSH to version 3.8.1.
1.56      bentley   142: <li>Make <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>'s '-s osfp' option work by spelling it less like OSPF.
                    143: <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.
                    144: <li>Have <a href="https://man.openbsd.org/tn3270.1">tn3270(1)</a> check errno instead of setting it.
                    145: <li>Fix yet another stray semicolon, this time in <a href="https://man.openbsd.org/aac.4">aac(4)</a>.
                    146: <li>Implement firmware downloading for <a href="https://man.openbsd.org/mpt.4">mpt(4)</a>.
1.1       deraadt   147: <!-- ^ 20040320 -->
1.56      bentley   148: <li>Make <a href="https://man.openbsd.org/bge.4">bge(4)</a> work on 64-bit machines even if they're not alphas.
                    149: <li>Have privsep <a href="https://man.openbsd.org/named.8">named(8)</a> pass SIGINT to the child process.
1.1       deraadt   150: <li>Upgrade Puffy to 3.5 and lock XF4 for release.
1.56      bentley   151: <li>Add final pieces of privilege separation for <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> and switch it on.
                    152: <li>Add <a href="https://man.openbsd.org/i386/pxeboot.8">pxeboot(8)</a> for i386 and amd64, derived from NetBSD.
                    153: <li>Fix another stray semicolon, in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>'s ASN.1 printer this time.
                    154: <li>More <a href="https://man.openbsd.org/mpt.4">mpt(4)</a> fixes, more to come.
1.1       deraadt   155: <!-- ^ 20040319 -->
1.56      bentley   156: <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   157: <li>Merge parts of XFree86 4.4.0 Release not affected by the new license.
1.56      bentley   158: <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>.
                    159: <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.
                    160: <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.
                    161: <li>Speed up <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> session reestablishment.
                    162: <li>Fix timeout issues with <a href="https://man.openbsd.org/eap.4">eap(4)</a> audio devices.
1.1       deraadt   163: <li>Stop the installer asking for the timezone when upgrading.
                    164: <!-- ^ 20040318 -->
                    165:   <!-- Erratum 016 (libssl) applied to stable here, applied to -current 20040317 -->
                    166:   <!-- Erratum 015 (isakmpd) applied to stable here, -current is 20040310  -->
1.56      bentley   167: <li>Fix <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>'s logging when the blacklist limit is hit.
                    168: <li>Allow users with write access to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>'s control socket to send queries.
                    169: <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   170: <li>Always read at least DEV_BSIZE (512) bytes of the disklabel, some disks have smaller block sizes.
1.56      bentley   171: <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   172:     <a href="errata34.html#openssl">A source code patch is available</a>.<br>
1.56      bentley   173:     <a href="stable.html">[Applied to stable]</a>
                    174: <li>Fix a minor memory leak in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
1.1       deraadt   175: <li>Lots of pre-release documentation fixes and additions.
1.56      bentley   176: <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.
                    177: <li>Some <a href="https://man.openbsd.org/mpt.4">mpt(4)</a> stability fixes.
1.1       deraadt   178: <!-- ^ 20040317 -->
1.56      bentley   179: <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).
                    180: <li>Create <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>'s control socket later in the startup.
                    181: <li>Remember to unlock USB <a href="https://man.openbsd.org/wi.4">wi(4)</a> devices on errors.
                    182: <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   183: <li>Remove 'extern int errno' in favour of #include &lt;errno.h&gt; in a number of programs.
1.56      bentley   184: <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   185: <!-- ^ 20040316 -->
1.56      bentley   186: <li>Yet another stray semicolon removed, <a href="https://man.openbsd.org/pax.1">pax(1)</a> is the lucky program.
                    187: <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.
                    188: <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.
                    189: <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.
                    190: <li>Fix another bug caused by a stray semicolon, this time in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    191: <li><a href="https://man.openbsd.org/daemon.3">daemon(3)</a>ise ifstated(8) earlier.
                    192: <li>Some logic fixes and additional error checks in USB <a href="https://man.openbsd.org/wi.4">wi(4)</a>.
                    193: <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   194: <li>Fix memory leak caused by a stray semicolon in arla.
1.56      bentley   195: <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.
                    196: <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>.
                    197: <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>.
                    198: <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.
                    199: <li>Clear struct sockaddr_un before use in <a href="https://man.openbsd.org/syslogc.8">syslogc(8)</a>.
1.1       deraadt   200: <!-- ^ 20030315 -->
1.56      bentley   201: <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.
                    202: <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.
                    203: <li>Fix fd and another memory leak in <a href="https://man.openbsd.org/routed.8">routed(8)</a>.
1.1       deraadt   204: <li>Make the sane_install() tests in the installer match more useful reality.
1.56      bentley   205: <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>.
                    206: <li>Disable <a href="https://man.openbsd.org/crypto.9">crypto(9)</a> MAC functions for now, no current hardware can use them.
                    207: <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>.
                    208: <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   209: <!-- ^ 20040314 -->
1.56      bentley   210: <li>Make it easier to kill <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> greylisted processes.
                    211: <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   212: <!-- ^ 20040313 -->
1.56      bentley   213: <li>Make <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>'s empty-as keyword work.
                    214: <li>Extra free-then-NULL paranoia in <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>.
                    215: <li>Fix <a href="https://man.openbsd.org/wi.4">wi(4)</a> software WEP on big-endian machines.
                    216: <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.
                    217: <li>Implement privilege separation for <a href="https://man.openbsd.org/named.8">named(8)</a>. And there was much rejoicing.
1.1       deraadt   218: <li>Plug a rtentry leak when TCP gives up on a cached route (in_pcb.c:in_losing()).
1.56      bentley   219: <li>Fix (guess what?) a memory leak in the <a href="https://man.openbsd.org/yacc.1">yacc(1)</a> skeleton code.
                    220: <li>Check the payload size more carefully when printing IKE messages in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    221: <li>Plug a memory leak in the error path of <a href="https://man.openbsd.org/execve.2">execve(2)</a>.<br>
                    222:     <a href="stable.html">[Applied to stable]</a>
                    223: <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   224: <!-- ^ 20040312 -->
1.56      bentley   225: <li>Unbreak <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>'s handling of packages from stdin.
                    226: <li>Fix a bug in <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> that stopped custom 450 messages being displayed.
                    227: <li>Some <a href="https://man.openbsd.org/apm.4">apm(4)</a> fixes on i386.
                    228: <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.
                    229: <li>Add basic community support to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    230: <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>.
                    231: <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   232: <!-- ^ 20040311 -->
                    233:   <!-- I know the erratum says March 17, but this is when the -current patch goes in. -->
1.56      bentley   234: <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   235:     <a href="errata34.html#isakmpd2">A source code patch is available</a>.<br>
1.56      bentley   236:     <a href="stable.html">[Applied to stable]</a>
                    237: <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.
                    238: <li>Some signedness paranoia when handling <a href="https://man.openbsd.org/carp.4">carp(4)</a> sysctls.
                    239: <li>Fix missing checks for NULL returned from <a href="https://man.openbsd.org/getpass.3">getpass(3)</a> in login_*(8).
                    240: <li>Make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> work harder to clean up after itself on exit.
                    241: <li>More work on capability announcements in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    242: <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).
                    243: <li>Symlink-handling improvements in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> etc.'s virtual filesystem code.
                    244: <li>Simplify the new <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> LUN scanning logic, and print better diagnostics.
                    245: <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   246: <!-- ^ 20040310 -->
1.56      bentley   247: <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   248: <li>3.5-beta -&gt; 3.5.
1.56      bentley   249: <li>Increase the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> X11 cookie lifetime from two to twenty minutes.
                    250: <li>Plug some memory leaks in error paths of <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
                    251: <li>Fix multicast for recent <a href="https://man.openbsd.org/sk.4">sk(4)</a> chipsets. From FreeBSD lists.
1.1       deraadt   252: <li>Be more thorough when URL-encoding usernames and passwords in the installer.
                    253: <!-- ^ 20040309 -->
1.56      bentley   254: <li>Prevent the user specifying an interface name longer than IFNAMSIZ in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
                    255: <li>Many, many more memory leak fixes in <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>'s parser.
                    256: <li>Fix a few missing initialisations in <a href="https://man.openbsd.org/ssh-keyscan.1">ssh-keyscan(1)</a>.
1.1       deraadt   257: <!-- ^ 20040308 -->
1.56      bentley   258: <li>Have <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>'s dependency lookup check against local directory listings.
                    259: <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   260: <li>More memory leak fixes to ifstated(8)'s parser.
                    261: <li>Fix a null deref in ifstated(8).
1.56      bentley   262: <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   263: <!-- ^ 20030307 -->
1.56      bentley   264: <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.
                    265: <li>Signal-handling tweaks to <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>.
                    266: <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   267: <!-- ^ 20040306 -->
1.56      bentley   268: <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>.
                    269: <li>More memory leak fixes in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    270: <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.
                    271: <li>Start work on capabilities announcement support in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    272: <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.
                    273: <li>Send outstanding notifications to a <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> peer returning to the IDLE state.
                    274: <li>Stop <a href="https://man.openbsd.org/carp.4">carp(4)</a> sending duplicate route add/delete messages.
                    275: <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.
                    276: <li>Don't leak memory in <a href="https://man.openbsd.org/scandir.3">scandir(3)</a> (FreeBSD PR#7923, from 1998!)
                    277: <li>Fix a big greylist-related memory leak in <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>.
1.1       deraadt   278: <!-- ^ 20040305 -->
1.56      bentley   279: <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   280: <li>Allow -stable kernels to build without TCP_ECN.
1.56      bentley   281: <li>Fix a few small key handling bugs in <a href="https://man.openbsd.org/svnd.4">svnd(4)</a>.
1.1       deraadt   282: <!-- ^ 20040304 -->
1.56      bentley   283: <li>Actually use the alternate RADIUS server in <a href="https://man.openbsd.org/login_radius.8">login_radius(8)</a>.
                    284: <li>Make sure that <a href="https://man.openbsd.org/svnd.4">svnd(4)</a> mounts can read their disklablel as svnd, not vnd.
                    285: <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.
                    286: <li>Remove dynamic bufq support from <a href="https://man.openbsd.org/wd.4">wd(4)</a> due to problems.
                    287: <li>Plug some memory leaks in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
1.1       deraadt   288: <li>Stop libreadline segfaulting when writing an empty history list to a file (PR#3690).
1.56      bentley   289: <li>Fixes to <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>'s progress meter.
                    290: <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   291: <li>Repair procfs status output (PR#2102).
                    292: <li>Fix unintentional ordering dependency in kernel module loading and unloading (PR#2910).
1.56      bentley   293: <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   294: <li>Fix an off-by-one in procfs so that it can be successfully unmounted (PR#2327).
1.56      bentley   295: <li>Clean up <a href="https://man.openbsd.org/badsect.8">badsect(8)</a>'s error reporting (PR#3679).
                    296: <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   297: <!-- ^ 20040303 -->
1.56      bentley   298: <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.
                    299: <li>Count <a href="https://man.openbsd.org/mixerctl.1">mixerctl(1)</a> devices starting at zero instead of stack garbage.
                    300: <li>Fix <a href="https://man.openbsd.org/wi.4">wi(4)</a> reset problems with newer Prism firmware.
                    301: <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.
                    302: <li>Socket types and error checks cleanup in <a href="https://man.openbsd.org/talk.1">talk(1)</a>.
                    303: <li>64-bit fixes to <a href="https://man.openbsd.org/brconfig.8">brconfig(8)</a>.
                    304: <li>More features for <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>'s 'show rib' command.
                    305: <li>Fix a memory leak in <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>'s parser.
                    306: <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>.
                    307: <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>.
                    308: <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>.
                    309: <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).
                    310: <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.
                    311: <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   312:     <a href="errata34.html#tcp">A source code patch is available</a>.<br>
1.56      bentley   313:     <a href="stable.html">[Applied to stable]</a>
                    314: <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   315: <li>Be sure to call fifofs' reclaim function from its host filesystems (ext2fs, ffs, nfs).<br>
1.56      bentley   316:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   317: <li>Give fifofs a real reclaim function to prevent memory leaks on rovocation, and fix a potential null deref.<br>
1.56      bentley   318:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   319: <li>Disable the COMPAT_25 compatibility option in GENERIC kernels.
                    320: <!-- ^ 20040302 -->
1.56      bentley   321: <li>Catch illegally large AS numbers in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    322: <li>Rewrite of <a href="https://man.openbsd.org/mount_portal.8">mount_portal(8)</a>, complete with IPv6 support.
                    323: <li>Cleanup and paranoia in <a href="https://man.openbsd.org/spamdb.8">spamdb(8)</a>.
                    324: <li>Support 'tagged &lt;name&gt;' specifiers on <a href="https://man.openbsd.org/pf.4">pf(4)</a> anchor rules.
                    325: <li>Better IPv4 address validation in <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>.
                    326: <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).
                    327: <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   328: <li>Build libf2c for GCC3 architectures.
1.56      bentley   329: <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   330: <!-- ^ 20040301 -->
1.56      bentley   331: <li>Fix a memory leak when the control socket detaches from <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    332: <li>Make <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>'s control socket nonblocking.
1.1       deraadt   333: <li>Import libf2c from GCC 3.3.2.
1.56      bentley   334: <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.
                    335: <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   336: <li>Re-enable propolice if the X server is built without module support.
1.56      bentley   337: <li>Check the sign of values given to the hw.setperf <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>.
                    338: <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   339: <!-- ^ 20040229 -->
1.56      bentley   340: <li>Sync the installer with the <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> fetch-mode fix.
                    341: <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   342: <li>Fix the test that disallows interface unit numbers greater than INT_MAX (to avoid signedness confusion).
                    343: <li>Don't allow leading zeros in cloner interface names.
                    344: <li>Upgrade 3.4-stable to OpenSSH 3.8.
1.56      bentley   345: <li><a href="https://man.openbsd.org/spamd.8">spamd(8)</a> greylist cleanup and fixes.
1.1       deraadt   346: <!-- ^ 20040228 -->
1.56      bentley   347: <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.
                    348: <li>Stop <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> sending DH groups with a primitive generator of zero or one.
                    349: <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.
                    350: <li>Fix some over-zealous assert()ing in <a href="https://man.openbsd.org/afsd.8">afsd(8)</a>.
                    351: <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   352: <li>3.4-current -&gt; 3.5-beta.
1.56      bentley   353: <li>Remove a null deref and unbreak WSDISPLAY_USEFONT for <a href="https://man.openbsd.org/vga.4">vga(4)</a>.
1.1       deraadt   354: <li>Fix an nfsv3-related panic that could occur when linking from a local fs into an NFS mount.<br>
1.56      bentley   355:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   356: <li>Add an implementation for the tcp_drain() function, similar to ip_drain().<br>
1.56      bentley   357:     <a href="stable.html">[Applied to stable]</a>
                    358: <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.
                    359: <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   360: <!-- ^ 20040227 -->
1.56      bentley   361: <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.
                    362: <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>.
                    363: <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   364: <li>Add __va_copy() in &lt;stdarg.h&gt;, following old ISO C89 behaviour. Used by GNU software.
1.56      bentley   365: <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>.
                    366: <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   367: <li>Better logging for ifstated(8), taken from bgpd.
1.56      bentley   368: <li>More enhancements to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>'s filter language.
                    369: <li>Include tcps_rcvmemdrop in <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>'s TCP statistics output.
                    370: <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   371: <!-- ^ 20040226 -->
1.56      bentley   372: <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.
                    373: <li>Add -B (destdir) support to <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a>.
                    374: <li>New Loglevel and Logverbose options for <a href="https://man.openbsd.org/isakmpd.conf.5">isakmpd.conf(5)</a>.
                    375: <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   376: <!-- ^ 20040225 -->
1.56      bentley   377: <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.
                    378: <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   379: <li>Add /usr/local/share/fonts to /etc/fonts/fonts.conf, good for ports.
1.56      bentley   380: <li>Fix send_packet() return value checks in <a href="https://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a>.
                    381: <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.
                    382: <li>Enhancements to <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>'s filter language.
                    383: <li>Stop new <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> generating a pidfile.
                    384: <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>.
                    385: <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.
                    386: <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   387: <li>A number of fifofs fixes from FreeBSD.
                    388: <li>64 bit-specific binutils fixups. From binutils CVS.
                    389: <!-- ^ 20040224 -->
                    390: <li>New slinear16-to-alaw audio format converters. From NetBSD.
1.56      bentley   391: <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.
                    392: <li>Fix a potential null deref when looking for a free <a href="https://man.openbsd.org/pty.4">pty(4)</a> device.
                    393: <li>A little bounds-check paranoia in <a href="https://man.openbsd.org/procmap.1">procmap(1)</a>.
                    394: <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>.
                    395: <li>Build and install <a href="https://man.openbsd.org/procmap.1">procmap(1)</a> by default.
                    396: <li>Better heap discovery heuristic for <a href="https://man.openbsd.org/procmap.1">procmap(1)</a>,
                    397: <li>Explicitly disallow backward jumps in <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> filter programs.
                    398: <li>More cleanup and dead code removal in the new <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
                    399: <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   400: <li>Bump OpenSSH version to 3.8.
1.56      bentley   401: <li>Bignum fixes in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    402: <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.
                    403: <li>Fix an <a href="https://man.openbsd.org/objdump.1">objdump(1)</a> segfault on sparc64. From binutils CVS.
1.1       deraadt   404: <li>Fix an out-of-bounds read when comparing IPv6 prefixes if the prefix length is 128.
                    405: <!-- ^ 20030223 -->
                    406: <li>Add pthread_attr_[gs]etstack(3) and bump libpthread minor version. From FreeBSD libc_r.
1.56      bentley   407: <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   408: <li>Some cleanup of &lt;pthread.h&gt;. From FreeBSD's libc_r.
                    409: <!-- ^ 20040222 -->
                    410: <li>Fix a locking-related crash when using a portal filesystem.
1.56      bentley   411: <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.
                    412: <li>Fix <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> timeouts at the end of each cdrecord burn.
1.1       deraadt   413: <li>Build sparc64 with gcc3. Gulp.
                    414: <li>Many USB device fixes from NetBSD.
1.56      bentley   415: <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   416: <!-- ^ 20040221 -->
                    417: <li>Re-fix 'VT black text on black background' and other XFree86 bugs for ATI cards, lost in the recent merge.
1.56      bentley   418: <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.
                    419: <li>Uncomment and fix code for old <a href="https://man.openbsd.org/tip.1">tip(1)</a> variables cdelay and ldelay.
                    420: <li>Have <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>'s pfsync output show the interface being cleared if available.
                    421: <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'.
                    422: <li>Add PKG_DESTDIR (-B option) support to <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
1.1       deraadt   423: <li>Improvements to the new auto-generated MAKEDEV(8) manual pages.
1.56      bentley   424: <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.
                    425: <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>.
                    426: <li>New .Ex, .In and .Rv <a href="https://man.openbsd.org/mdoc.7">mdoc(7)</a> macros.
                    427: <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   428: <!-- ^ 20040220 -->
                    429: <li>Resurrect old-style fontconfig-config program, still needed by some ports.
1.56      bentley   430: <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.
                    431: <li>Basic filtering support for <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    432: <li>Add <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> -i support to -Fs, -ss, -sq and -w options.
                    433: <li>New smartreadlog command for <a href="https://man.openbsd.org/atactl.8">atactl(8)</a> to, well, read SMART logs.
                    434: <li>Fix SMART log-related panics in <a href="https://man.openbsd.org/wdc.4">wdc(4)</a>.
                    435: <li>Have <a href="https://man.openbsd.org/mount.8">mount(8)</a> report the actual xfs device mounted, and not just 'arla.'
                    436: <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.
                    437: <li>Fix a memory leak in <a href="https://man.openbsd.org/tftp.1">tftp(1)</a>.
                    438: <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   439: <!-- ^ 20040219 -->
1.56      bentley   440: <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.
                    441: <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.
                    442: <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>.
                    443: <li>Make sure  doesn't call <a href="https://man.openbsd.org/strtoul.3">strtoul(3)</a> on non-numbers.
                    444: <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   445: <!-- ^ 20040218 -->
1.56      bentley   446: <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.
                    447: <li>Memory and string cleanup in <a href="https://man.openbsd.org/procmap.1">procmap(1)</a>.
                    448: <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.
                    449: <li>Fix mishandling of numeric options in <a href="https://man.openbsd.org/sed.1">sed(1)</a> (PR#3677).
                    450: <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   451: <li>sparc64 alignment fixes in gcc3 propolice.
                    452: <!-- ^ 20040217 -->
1.56      bentley   453: <li>const'ify some more <a href="https://man.openbsd.org/pthreads.3">pthreads(3)</a> prototypes for POSIX reasons. From FreeBSD libc_r.
                    454: <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.
                    455: <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>.
                    456: <li>Add -4 and -6 IP transport selectors to <a href="https://man.openbsd.org/rdate.8">rdate(8)</a>. Oh yes.
                    457: <li>Add an extra check for a null transport in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> exchanges.
                    458: <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   459: <li>Remove more unnecessary checks for 8-bit values &gt; 255, this time from libc/ethers.c.
1.56      bentley   460: <li>Add a missing <a href="https://man.openbsd.org/realloc.3">realloc(3)</a> failure check in asn1_compile.
1.1       deraadt   461: <li>Generate the MAKEDEV(8) manpages automagically based on the same information as the MAKEDEV scripts themselves.
1.56      bentley   462: <li><a href="https://man.openbsd.org/gcc.1">gcc(1)</a> propolice fixes on i386.
                    463: <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   464: <!-- ^ 20040216 -->
1.56      bentley   465: <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   466: <li>Check for TDB entries marked as invalid when looking up tcpmd5 connections.
                    467: <li>Record separate disk statistics for read and write operations. Adapted from NetBSD.
1.56      bentley   468: <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   469: <li>Better SIGHUP handling in ifstated(8).
                    470: <!-- ^ 20040215 -->
                    471: <li>Refactor processor speed settings sysctl code (hw.cpuspeed, hw.setperf) for clarity.
1.56      bentley   472: <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   473: <!-- ^ 20040214 -->
1.56      bentley   474: <li>New driver, <a href="https://man.openbsd.org/bce.4">bce(4)</a>, for Broadcom 4401 10/100Mbps Ethernet devices.
1.1       deraadt   475: <li>Drop the osigaltstack() compatibility system call.
1.57      deraadt   476: <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   477: <li>Make sure all <a href="https://man.openbsd.org/pf.4">pf(4)</a> anchors get updated after an anchor is removed.
                    478: <li>Better signal handling and other cleanup in <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a>.
                    479: <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.
                    480: <li>Some cleanup and an additional mode for <a href="https://man.openbsd.org/acss.3">acss(3)</a>.
1.1       deraadt   481: <!-- ^ 20040213 -->
1.56      bentley   482: <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.
                    483: <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.
                    484: <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   485: <li>Logging cleanup in ifstated(8).
                    486: <li>Revert some propolice breakage in gcc3.
                    487: <li>64-bit alignment fixes in ifstated(8).
                    488: <!-- ^ 20040212 -->
1.56      bentley   489: <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   490:     <a href="errata34.html#font">A source code patch is available</a>.<br>
1.56      bentley   491:     <a href="stable.html">[Applied to stable]</a>
                    492: <li>Add missing volatile to a signal handler flag in <a href="https://man.openbsd.org/dc.1">dc(1)</a>.
1.1       deraadt   493: <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   494: <li>Reduce <a href="https://man.openbsd.org/makewhatis.8">makewhatis(8)</a>'s newly-increased pickiness a little.
                    495: <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   496: <!-- ^ 20040211 -->
1.56      bentley   497: <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.
                    498: <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.
                    499: <li>Fix an off-by-one when generating <a href="https://man.openbsd.org/pty.4">pty(4)</a> device names (ptydevname()).
                    500: <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.
                    501: <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>
                    502:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   503: <li>Add a flag so that hardware sensors can be marked as invalid if, for example, they're disconnected.
1.56      bentley   504: <li>Make picky mode in <a href="https://man.openbsd.org/makewhatis.8">makewhatis(8)</a> even pickier.
                    505: <li>Fix an off-by-one in <a href="https://man.openbsd.org/pf.4">pf(4)</a>'s interface management code.
                    506: <li>Have <a href="https://man.openbsd.org/ndp.8">ndp(8)</a> flush stdout before sleeping in -A mode (KAME pr#584).
                    507: <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   508: <li>Allow for the presence of tcpmd5 signatures in the TCP MSS calculation.
1.56      bentley   509: <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.
                    510: <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.
                    511: <li>Unbreak <a href="https://man.openbsd.org/ypset.8">ypset(8)</a>'s -h option. From FreeBSD.
                    512: <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.
                    513: <li>Support -$ option (disallow '$' in identifiers) and -notraditional in <a href="https://man.openbsd.org/cpp.1">cpp(1)</a> for gcc2.
                    514: <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>!
                    515: <li>Stop assuming that tty <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> variables are quads. Some are now ints.
                    516: <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.
                    517: <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   518: <li>If the i386 bootloader fails, enable interrupts before halting so ctrl-alt-del will work.
                    519: <!-- ^ 20040210 -->
1.56      bentley   520: <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.
                    521: <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.
                    522: <li>Add missing MLINKS and do some .Nm macro cleanup to help <a href="https://man.openbsd.org/makewhatis.8">makewhatis(8)</a>.
                    523: <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.
                    524: <li>Unbreak the <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> 'set loginterface' command.
                    525: <li>Have <a href="https://man.openbsd.org/lex.1">lex(1)</a> declare errno for c++ users too.
1.1       deraadt   526: <li>Allow libstdc++ to build on architectures with no shared libraries.
                    527: <!-- ^ 20040209 -->
1.56      bentley   528: <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).
                    529: <li>Unstick the -a option from <a href="https://man.openbsd.org/ps.1">ps(1)</a> (PR#3676).
                    530: <li>Sync the installer network startup with changes in <a href="https://man.openbsd.org/netstart.8">netstart(8)</a>.
                    531: <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   532: <li>Fix a buffer overflow in XFree font aliasing. From XFree86 CVS.<br>
1.56      bentley   533:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   534: <li>Don't fully unroll kernel rijndael code to save some space.
1.56      bentley   535: <li>Some fixes to <a href="https://man.openbsd.org/ahc.4">ahc(4)</a>, mostly from FreeBSD.
1.1       deraadt   536: <!-- ^ 20040208 -->
1.56      bentley   537: <li>Additional sanity checks when probing <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> luns.
                    538: <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.
                    539: <li>Stop <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> burping interface information to stderr.
1.1       deraadt   540: <!-- ^ 20040207 -->
1.56      bentley   541: <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.
                    542: <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.
                    543: <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.
                    544: <li>Allow <a href="https://man.openbsd.org/bind.2">bind(2)</a> to work in an IPv6-only (no IPv4) configuration.
                    545: <li>First cut of a filtering language for <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    546: <li>Another pass at making <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>'s code readable.
1.1       deraadt   547: <!-- ^ 20040206 -->
1.56      bentley   548: <li>Fix a curiously familiar reference-counting bug in <a href="https://man.openbsd.org/uvm.9">uvm(9)</a>.
                    549: <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   550:     <a href="errata34.html#sysvshm">A source code patch is available</a>.<br>
1.56      bentley   551:     <a href="stable.html">[Applied to stable]</a>
                    552: <li>Fix a CVS merge error in <a href="https://man.openbsd.org/xterm.1">xterm(1)</a>'s app-defaults file.
                    553: <li>Make <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> -vvsq loop again (PR#3675).
                    554: <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).
                    555: <li>Fix a memory leak in <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> (PR#3668).
                    556: <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   557: <li>Apply the same strict RFC 2460 interpretation used for the IPv6 MTU to the TCP MSS calculation.
                    558: <!-- ^ 20040205 -->
                    559: <li>New parser for ifstated(8), and more features. Still more to come.
1.56      bentley   560: <li>Fix <a href="https://man.openbsd.org/grep.1">grep(1)</a>'s ^ and $ anchors that were broken by the recent -w fixes.
                    561: <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>
                    562:     <a href="stable.html">[Applied to stable]</a>
                    563: <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.
                    564: <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   565: <li>Remove the earlier fix for the IPv6 MTU crash bug now that the full fix is in place.
1.56      bentley   566: <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   567:     <a href="errata34.html#ip6">A source code patch is available</a>.<br>
1.56      bentley   568:     <a href="stable.html">[Applied to stable]</a>
                    569: <li>Memory alignment fixes in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    570: <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   571: <!-- ^ 20040204 -->
1.56      bentley   572: <li>Some std:: namespace and other C++ mode fixes for <a href="https://man.openbsd.org/flex.1">flex(1)</a>. From NetBSD.
                    573: <li>Fix <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> macro expansion in tags (PR#3664).
                    574: <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).
                    575: <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   576: <!-- ^ 20040203 -->
1.56      bentley   577: <li>Do temp file cleanup for signals as well as exits in <a href="https://man.openbsd.org/spell.1">spell(1)</a>.
                    578: <li>Sanity check memory allocation when attaching <a href="https://man.openbsd.org/wd.4">wd(4)</a> devices.
                    579: <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.
                    580: <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.
                    581: <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.
                    582: <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.
                    583: <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.
                    584: <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   585: <li>On i386, allow userland apps to use the VIA C3 crypto instructions if they're present.
                    586: <!-- ^ 20040202 -->
                    587: <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   588: <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.
                    589: <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.
                    590: <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   591: <li>Sync i386 option USER_LDT code with NetBSD, fixing some ports panics.
                    592: <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).
                    593: <li>Add ARM support and a new port for <a href="cats.html">cats</a> boards.
                    594: <!-- ^ 20040201 -->
                    595: <li>Rename TCP socket option from TCP_SIGNATURE_ENABLE to TCP_MD5SIG.
1.56      bentley   596: <li>Build <a href="https://man.openbsd.org/protoize.1">protoize(1)</a> for gcc3.
1.1       deraadt   597: <li>Reverse the enable logic for TCP selective acks, so TCP_SACK_DISABLE becomes TCP_SACK_ENABLE.
1.56      bentley   598: <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.
                    599: <li>Some types cleanup and better SIGCHLD handling in privsep <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
1.1       deraadt   600: <!-- ^ 20040131 -->
1.56      bentley   601: <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.
                    602: <li>Install <a href="https://man.openbsd.org/ex.1">ex(1)</a> documentation in doc/usd/13.ex.
                    603: <li>Back out the <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> attach freeze fix for now.
                    604: <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.
                    605: <li>Stop <a href="https://man.openbsd.org/systrace.1">systrace(1)</a> trying to normalize an empty filename.
                    606: <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.
                    607: <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.
                    608: <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.
                    609: <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   610: <!-- ^ 20040130 -->
1.56      bentley   611: <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.
                    612: <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   613: <li>On i386 systems with SSE2, halve the time taken to zero a page of memory. Based on FreeBSD.
1.56      bentley   614: <li>Switch the new <a href="https://man.openbsd.org/sigaltstack.2">sigaltstack(2)</a> code back on again on alpha and sparc64.
                    615: <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   616: <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).
                    617: <li>Allow a single listen socket to be used for connections with and without tcpmd5.
1.56      bentley   618: <li>Avoid a long <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> freeze when attaching live scsibus* devices.
                    619: <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   620: <li>When TCP is in the SYN_SENT state, don't increase cwnd by 1*MSS on receipt of the SYN/ACK.
                    621: <li>Note that 'pegasos' is not quite the same as 'pegosos'.
1.56      bentley   622: <li>Clean up the output from <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> with '-s all'.
1.1       deraadt   623: <li>Allow the arch-specific bootloaders to change the program name to something other than 'BOOT'.
                    624: <!-- ^ 20040129 -->
1.56      bentley   625: <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.
                    626: <li>Allow Cisco/Juniper compatible (and keyspace-limiting) ASCII md5sig keys in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    627: <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.
                    628: <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.
                    629: <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.
                    630: <li>Fix a potential double-free in <a href="https://man.openbsd.org/m_split.9">m_split(9)</a> (PR#3651).
                    631: <li>Add privilege separation for <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
1.1       deraadt   632: <li>Move gcc2-specific files into the architecure-specific distribution setlists. Gulp.
1.56      bentley   633: <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.
                    634: <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.
                    635: <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   636: <li>Start work on the <a href="amd64.html">amd64</a> port. Based on work by NetBSD.
                    637: <!-- ^ 20040128 -->
1.56      bentley   638: <li>New mail-set-margin option for <a href="https://man.openbsd.org/mg.1">mg(1)</a> mail mode.
                    639: <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>.
                    640: <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.
                    641: <li>Better pfkeyv2 interface when setting up tcpmd5 in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>. More to do.
                    642: <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>.
                    643: <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   644: <li>In pf_test and pf_test6, immediately drop packets on any interface that doesn't have an associated pfi_kif structure.
                    645: <li>Hash tcpmd5 TDB lookups by source address instead of the spi
                    646: <li>Add missing case for TCP MD5 sigs in SADB_GETPROTO().
1.56      bentley   647: <li>Let <a href="https://man.openbsd.org/ipsecadm.8">ipsecadm(8)</a> pass the spi for TCP signatures.
                    648: <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.
                    649: <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.
                    650: <li>Make the package tools show <a href="https://man.openbsd.org/strerror.3">strerror(3)</a> output when die()ing on filesystem errors.
                    651: <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   652: <!-- ^ 20040127 -->
1.56      bentley   653: <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>.
                    654: <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.
                    655: <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   656: <li>Only call destructors once on ELF architectures. Stops KDE apps moaning on shutdown.
1.56      bentley   657: <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.
                    658: <li>Have <a href="https://man.openbsd.org/cardbus.4">cardbus(4)</a> dump some useful information for non PnP devices.
1.1       deraadt   659: <li>Enable TCP signatures in the GENERIC kernel.
1.56      bentley   660: <li>Initial TCP signature support for <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    661: <li>Add 802.11 datalink type support to the <a href="https://man.openbsd.org/pcap.3">pcap(3)</a> library.
1.1       deraadt   662: <!-- ^ 20040126 -->
1.56      bentley   663: <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.
                    664: <li>Fix case where <a href="https://man.openbsd.org/grep.1">grep(1)</a> with the -w option could miss some lines.
                    665: <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.
                    666: <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.
                    667: <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.
                    668: <li>Back out the recent <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> addresses-without-slashes-are-hosts change for now.
                    669: <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.
                    670: <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.
                    671: <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>.
                    672: <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.
                    673: <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.
                    674: <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   675: <!-- ^ 20040125 -->
1.56      bentley   676: <li>Don't enable loud debugging for every <a href="https://man.openbsd.org/ahc.4">ahc(4)</a> device by default.
                    677: <li>Install <a href="https://man.openbsd.org/vi.1">vi(1)</a> tutorial docs.
1.1       deraadt   678: <!-- ^ 20040124 -->
1.56      bentley   679: <li>Add cradle mode support to <a href="https://man.openbsd.org/xsystrace.1">xsystrace(1)</a>.
                    680: <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   681: <li>New program, ifstated(8), which listens for interface state changes and runs commands when it sees them. Work in progress.
1.56      bentley   682: <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>.
                    683: <li>New 'cradle mode' for <a href="https://man.openbsd.org/systrace.1">systrace(1)</a>.
                    684: <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   685: <li>Now that our gcc3 has propolice, add USE_GCC3 switch (default is "No") to enable gcc3 build and install.
1.56      bentley   686: <li>Fix <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>'s display of long path names.
                    687: <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>.
                    688: <li>Add <a href="https://man.openbsd.org/acss.3">acss(3)</a> support to libcrypto, and bump the library minor version.
                    689: <li>Liberally sprinkle <a href="https://man.openbsd.org/closefrom.2">closefrom(2)</a> where needed.
                    690: <li>Speed up <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> probing by not checking for impossible LUNs.
1.1       deraadt   691: <!-- ^ 20040123 -->
1.56      bentley   692: <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>.
                    693: <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>
                    694:     <a href="stable.html">[Applied to stable]</a>
                    695: <li>Stop <a href="https://man.openbsd.org/mixerctl.1">mixerctl(1)</a> segfaulting on non-existent fields.
                    696: <li>Add a simple 802.3x printer to <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    697: <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).
                    698: <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).
                    699: <li>New -S option to <a href="https://man.openbsd.org/nc.1">nc(1)</a>, enabling the TCP MD5 signature option.
                    700: <li>Fix collapsing of multiple <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> update messages into one.
                    701: <li>Fix <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> state timeouts.
                    702: <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>.
                    703: <li>Propolice fixes for <a href="https://man.openbsd.org/gcc.1">gcc(1)</a>.
1.1       deraadt   704: <li>First propolice version of gcc3.
                    705: <!-- ^ 20040122 -->
1.56      bentley   706: <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   707: <li>In kernel main(), initialise timeouts much earlier.
1.57      deraadt   708: <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   709: <li>Cleanup and fix <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> pfsync protocol output.
                    710: <li>Initialise the <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> input file in main() rather than statically.
                    711: <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   712: <!-- ^ 20040121 -->
1.56      bentley   713: <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   714: <li>Support Intel 852/855/865 AGP chipsets on i386. From NetBSD.
1.56      bentley   715: <li>Don't set a fake baud rate for <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> interfaces.
                    716: <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>
                    717:     <a href="stable.html">[Applied to stable]</a>
                    718: <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.
                    719: <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   720: <li>Import some chunks of ffs2 support from FreeBSD.
1.56      bentley   721: <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   722: <!-- ^ 20040120 -->
1.56      bentley   723: <li>Fix a few <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> memory leaks.
                    724: <li>Fix <a href="https://man.openbsd.org/grep.1">grep(1)</a>'s -b option.
                    725: <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>.
                    726: <li>New user _tcpdump for upcoming privsep of, uh, <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    727: <li>Avoid half-open deadlock in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> (OpenSSH bugzilla #790).
                    728: <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>.
                    729: <li>Update <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a> to 8.12.11.
1.1       deraadt   730: <!-- ^ 20040119 -->
                    731: <li>Throw away #ifdef spaghetti from XFS filesystem code, and enable it in GENERIC.
1.56      bentley   732: <li>Remove a double htons() in <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a>.
1.1       deraadt   733: <li>Unbreak '*grep -w -l'.
1.56      bentley   734: <li>Fix a missing initialisation in <a href="https://man.openbsd.org/grep.1">grep(1)</a>.
                    735: <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.
                    736: <li>Allow <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a> to create (safely) its log file if none exists.
                    737: <li>Have <a href="https://man.openbsd.org/carp.4">carp(4)</a> send RTM_IFINFO routing messages on interface state changes.
                    738: <li>Prep <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> for surgery, under src/sbin/dhclient.
1.1       deraadt   739: <!-- ^ 20040118 -->
1.56      bentley   740: <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   741: <li>Add a bunch of new DNS RR types to &lt;arpa/nameser.h&gt;.
1.56      bentley   742: <li>Remove Kerberos IV code from <a href="https://man.openbsd.org/rsh.1">rsh(1)</a>.
                    743: <li>Major stability improvements to <a href="https://man.openbsd.org/ahc.4">ahc(4)</a>.
1.1       deraadt   744: <!-- ^ 20040117 -->
1.56      bentley   745: <li>Fix a typo causing a null deref in <a href="https://man.openbsd.org/pf.4">pf(4)</a> IPv6 tcp scrubbing.
                    746: <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.
                    747: <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   748: <li>Fix a string bug and a double free in the PEX font parser.
                    749: <!-- ^ 20030116 -->
                    750: <li>Import libobjc from GCC 3.3.2.
                    751: <li>Move libobjc out of the GCC directory and into src/gnu/lib/libobjc.
1.56      bentley   752: <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.
                    753: <li>Add a pthreads version of <a href="https://man.openbsd.org/closefrom.2">closefrom(2)</a>.
                    754: <li>Remove autoconf stuff from the in-tree <a href="https://man.openbsd.org/sudo.8">sudo(8)</a>.
                    755: <li>Fix an early-free bug in <a href="https://man.openbsd.org/mg.1">mg(1)</a> that was breaking compile-goto-error.
                    756: <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.
                    757: <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>.
                    758: <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.
                    759: <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.
                    760: <li>Teach <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> about TCP signatures.
                    761: <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>.
                    762: <li>Support RTM_IFANNOUNCE messages in <a href="https://man.openbsd.org/route.8">route(8)</a>'s monitor command.
                    763: <li>Add TCP signature stats display to <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>.
                    764: <li>Add TCP MD5 signature support to <a href="https://man.openbsd.org/ipsecadm.8">ipsecadm(8)</a>.
1.1       deraadt   765: <li>In syncache, defer updating the mss until the 3-way handshake is completed.
                    766: <!-- ^ 20040115 -->
1.56      bentley   767: <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   768: <li>Add syncache and IPv6 support to the resurrected TCP signature code.
1.56      bentley   769: <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   770: <li>Change the type of sigaltstack.ss_size from int to size_t. Rename old syscall to osigaltstack() for compatibility.
1.56      bentley   771: <li>Remove extra 'sleep 1' from <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> when doing IPv6 DAD.
                    772: <li>Preliminary <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> support for ARM.
                    773: <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.
                    774: <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.
                    775: <li>Revamp <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> LUN quirks handling.
1.1       deraadt   776: <!-- ^ 20040114 -->
1.56      bentley   777: <li>Use the right type when checking the magic number in <a href="https://man.openbsd.org/savecore.8">savecore(8)</a>.
                    778: <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>.
                    779: <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.
                    780: <li>Fix <a href="https://man.openbsd.org/authpf.8">authpf(8)</a> ruleset names that contain the username (PR#3627).
                    781: <li>'=' != '==' in <a href="https://man.openbsd.org/fsck.8">fsck(8)</a>.
1.1       deraadt   782: <li>Let &lt;ctype.h&gt; compile on non-gcc compilers.
                    783: <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   784: <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).
                    785: <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.
                    786: <li>Fix a signed buffer length variable in <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>.
                    787: <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.
                    788: <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'.
                    789: <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   790: <!-- ^ 20040113 -->
1.56      bentley   791: <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]
                    792: <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>.
                    793: <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.
                    794: <li>A little string cleaning and extra error checking in <a href="https://man.openbsd.org/swapctl.8">swapctl(8)</a>.
1.1       deraadt   795: <li>Make shared C++ binary linking consistent between GCC 2.95 and GCC 3.
1.56      bentley   796: <li>Stop g++(1) adding '-lm -lstdc++' when -shared is present, consistent with <a href="https://man.openbsd.org/gcc.1">gcc(1)</a>.
                    797: <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.
                    798: <li>Fix up and install the <a href="https://man.openbsd.org/vi.1">vi(1)</a> USD docs.
                    799: <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.
                    800: <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.
                    801: <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.
                    802: <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   803: <!-- ^ 20040112 -->
1.56      bentley   804: <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>.
                    805: <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.
                    806: <li>Remove ugly spaces from <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> 'var=value' output.
                    807: <li>Sync the installer script with recent <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> changes.
                    808: <li>Add IPv4 loopback routes much later in <a href="https://man.openbsd.org/netstart.8">netstart(8)</a>.
                    809: <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 -->
                    810: <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   811: <li>Add a missing forward declaration of struct proc in &lt;sys/rwlock.h&gt;.
                    812: <!-- ^ 20040111 -->
1.56      bentley   813: <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.
                    814: <li>Print only valid sense info in <a href="https://man.openbsd.org/scsi.4">scsi(4)</a>.
                    815: <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   816: <!-- ^ 20040110 -->
1.56      bentley   817: <li>Stop <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> screwing up the terminal by printing non-printable timed protocol hostnames.
                    818: <li>Add a missing initialisation in <a href="https://man.openbsd.org/kvm_open.3">kvm_open(3)</a>.
1.1       deraadt   819: <li>Reduce the TCP MSS lower bound to 256-(minimal TCP header size) = 216 bytes.
                    820: <li>Don't restrict RFC 2385 TCP signature keys to ASCII-only.
                    821: <li>Fix a memory leak when detaching an Ethernet interface.
1.56      bentley   822: <li>In <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> create all routes with the new improved -q option.
                    823: <li>Make <a href="https://man.openbsd.org/route.8">route(8)</a>'s -q option really quiet.
1.1       deraadt   824: <li>Back out the storing of parent vnodes, due to exploding ports.
1.56      bentley   825: <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   826: <!-- ^ 20040109 -->
1.56      bentley   827: <li>Carefully work around time_t != long in <a href="https://man.openbsd.org/gdb.1">gdb(1)</a>.
                    828: <li>Crucially, adjust <a href="https://man.openbsd.org/worms.6">worms(6)</a>' delay based on the terminal speed.
                    829: <li>Types cleanup in <a href="https://man.openbsd.org/jot.1">jot(1)</a>. Mostly from FreeBSD.
                    830: <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   831: <li>Make ELF architectures handle constructors and destructors the way the ELF spec says they should.
1.56      bentley   832: <li>Sync <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a>'s notion of zero Kelvin with that in the kernel.
                    833: <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   834: <!-- ^ 20040108 -->
1.56      bentley   835: <li>Fix a busted <a href="https://man.openbsd.org/mkdtemp.3">mkdtemp(3)</a> return value check in binutils.
                    836: <li>Use proper uid_t and gid_t types in <a href="https://man.openbsd.org/id.1">id(1)</a>.
                    837: <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   838: <li>Promote dirhash to the GENERIC big time.
                    839: <li>Increase the TCP MSS lower bound from 64 to 256 bytes.
1.56      bentley   840: <li><a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a>ify dirhash, under vfs.ffs.dirhash_*.
                    841: <li>Plug an interface address memory leak in <a href="https://man.openbsd.org/pf.4">pf(4)</a>.
                    842: <li>Stop <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> returning EINVAL for KERN_PROC_KTHREAD.
                    843: <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.
                    844: <li>Some <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> probe cleanups and fixes, inspired by NetBSD.
                    845: <li>Implement the truly wonderful -p option for <a href="https://man.openbsd.org/diff.1">diff(1)</a>.
                    846: <li>Fix an i386 crash in the <a href="https://man.openbsd.org/ahc.4">ahc(4)</a> device probe (PR#3630).
                    847: <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>.
                    848: <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.
                    849: <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.
                    850: <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.
                    851: <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   852: <li>Import generic IEEE 802.11 interface framework from NetBSD.
                    853: <!-- ^ 20040107 -->
1.56      bentley   854: <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.
                    855: <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.
                    856: <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.
                    857: <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.
                    858: <li>Unbreak ifconfig destroy on <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> interfaces when MROUTING is defined.
                    859: <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   860: <li>Keep track of parent vnodes on ufs filesystems, this will be needed soon.
                    861: <li>Add some rwlocks around kernel file descriptor code, avoiding some rare race conditions.
                    862: <!-- ^ 20040106 -->
1.56      bentley   863: <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.
                    864: <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>.
                    865: <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.
                    866: <li>Support NOTE_EOF for <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> read events.
                    867: <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   868: <li>Merge in libstdc++ (gcc 3.3.2) for gcc3.
1.56      bentley   869: <li>Only prevent the removal of removable <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> devices.
                    870: <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.
                    871: <li>Teach <a href="https://man.openbsd.org/nm.1">nm(1)</a> all about ELF.
                    872: <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   873: <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.
                    874: <!-- ^ 20040105 -->
1.56      bentley   875: <li>Begin a cleanup of <a href="https://man.openbsd.org/config.8">config(8)</a>.
                    876: <li>Don't ignore the '!' operator on the interface for <a href="https://man.openbsd.org/pf.4">pf(4)</a> binat rules.
                    877: <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>.
                    878: <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   879: <!-- ^ 20040104 -->
1.56      bentley   880: <li>Work continues on <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    881: <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.
                    882: <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   883:     <a href="errata34.html#isamkpd">A source code patch is available</a>.<br>
1.56      bentley   884:     <a href="stable.html">[Applied to stable]</a>
                    885: <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   886: <li>gcc3 handles varargs differently, change the kernel sources to deal with it.
1.56      bentley   887: <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.
                    888: <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>
                    889:     <a href="stable.html">[Applied to stable]</a>
                    890: <li>Don't create a pid file for <a href="https://man.openbsd.org/rtsold.8">rtsold(8)</a>.
                    891: <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   892: <!-- ^ 20040103 -->
1.56      bentley   893: <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.
                    894: <li>Recognise and handle a few more <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> reset conditions.
                    895: <li>Bring the <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> error description list up to date with SCSI-3.
                    896: <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   897: <!-- ^ 20040102 -->
                    898: <li>For i386 only, incread SHMMAXPGS from 2048 to 8192.
                    899: <li>In the all-architectures kernel config, bump SHMMNI from 32 to 128, and SHMSEG from 8 to 128.
1.56      bentley   900: <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.
                    901: <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   902: <!-- ^ 20040101 -->
1.56      bentley   903: <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   904: <li>On i386, stop the FPU exception tests hanging amd64 and new Transmeta CPUs.
1.56      bentley   905: <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.
                    906: <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.
                    907: <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.
                    908: <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>.
                    909: <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.
                    910: <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   911: <!-- ^ 20031231 -->
1.56      bentley   912: <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.
                    913: <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   914: <!-- ^ 20031230 -->
1.56      bentley   915: <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.
                    916: <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.
                    917: <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.
                    918: <li>Unbreak <a href="https://man.openbsd.org/zgrep.1">zgrep(1)</a> when the uncompressed file begins with a newline.
                    919: <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.
                    920: <li>Allow a precision (-p option) of zero in <a href="https://man.openbsd.org/jot.1">jot(1)</a>.
1.1       deraadt   921: <li>On i386, properly recognise SiS CPUs.
1.56      bentley   922: <li>Hack around a reentrancy bug in the <a href="https://man.openbsd.org/cvs.1">cvs(1)</a> server's abnormal exit handler.
                    923: <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   924: <li>Stop libcurses++ fooling with libstdc++ internals so it compiles under gcc3.
                    925: <!-- ^ 20031229 -->
1.56      bentley   926: <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).
                    927: <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.
                    928: <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.
                    929: <li>Make <a href="https://man.openbsd.org/join.1">join(1)</a> more POSIX for non-matching lines (PR#2208).
                    930: <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>.
                    931: <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.
                    932: <li>Check for oversize allocations earlier in kernel <a href="https://man.openbsd.org/malloc.9">malloc(9)</a>.
                    933: <li>Fix some peculiar macro token pasting in <a href="https://man.openbsd.org/fvwm.1">fvwm(1)</a>.
1.1       deraadt   934: <li>Properly initialise the C++ constructor and destructor lists for ELF, killing a gcc3 warning in libstdc++.
1.56      bentley   935: <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   936: <!-- ^ 20031228 -->
1.56      bentley   937: <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>.
                    938: <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   939: <!-- ^ 20031227 -->
1.56      bentley   940: <li>Overhaul <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>'s error handling and logging.
                    941: <li>Allow an 'arch' annotation to be stored within packages by <a href="https://man.openbsd.org/pkg_create.1">pkg_create(1)</a>.
                    942: <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.
                    943: <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.
                    944: <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.
                    945: <li>Enable nexthop verification in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
1.1       deraadt   946: <!-- ^ 20031226 -->
1.56      bentley   947: <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>
                    948:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   949: <li>Update libiberty to that from binutils-2.14.
1.56      bentley   950: <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   951: <!-- ^ 20031225 -->
1.56      bentley   952: <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.
                    953: <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   954: <li>Let the pkg_* tools' new virtual filesystem to cope with mount points with no options, e.g. AFS.
1.56      bentley   955: <li>Enable hw.cpuspeed <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> on macppc.
1.1       deraadt   956: <!-- ^ 20031224 -->
1.56      bentley   957: <li>Add stubs for <a href="https://man.openbsd.org/pthread_setconcurrency.3">pthread_[gs]etconcurrency(3)</a>. From FreeBSD.
                    958: <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.
                    959: <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.
                    960: <li>Deallocate <a href="https://man.openbsd.org/xl.4">xl(4)</a> resources on attach failures.
                    961: <li>Enable bus mastering on <a href="https://man.openbsd.org/fxp.4">fxp(4)</a>. Oh yes.
                    962: <li>New <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> option KerberosGetAFSToken.
                    963: <li>Have <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> automagically create network pseudo-interfaces.
1.1       deraadt   964: <li>Mercifully, turn the non-monotonic time warning off #ifndef DEBUG.
1.56      bentley   965: <li>Initialise the <a href="https://man.openbsd.org/url.4">url(4)</a> MAC address properly (PR#3612).
                    966: <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   967: <!-- ^ 20031223 -->
1.56      bentley   968: <li>Fix a remotely exploitable crasher in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>'s l2tp parser (PR#3610).<br>
                    969:     <a href="stable.html">[Applied to stable]</a>
                    970: <li>Properly clean up 3DES cipher contexts in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    971: <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.
                    972: <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.
                    973: <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   974: <li>Fix end-of-tape handling under pthreads. Fix from FreeBSD PR#56274, including the fix to the fix in FreeBSD PR#59291.
                    975: <!-- ^ 20031222 -->
1.56      bentley   976: <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   977: <li>Much work on the new bgpd.
1.56      bentley   978: <li>Remove the recursive format string option '%:' from kernel <a href="https://man.openbsd.org/printf.9">printf(9)</a>.
1.1       deraadt   979: <li>Change in*_pcbnotify() to return the number of matches.
                    980: <li>Check for multicasts earlier when processing TCP input, to reduce the amount of redundant processing.
                    981: <!-- ^ 20031221 -->
1.56      bentley   982: <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.
                    983: <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   984: <li>On i386, add a driver for the Pentium 4's thermal control circuit.
                    985: <!-- ^ 20031220 -->
1.56      bentley   986: <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.
                    987: <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.
                    988: <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   989: <!-- ^ 20031219 -->
                    990: <li>Enhanced Intel SpeedStep support on i386.
1.56      bentley   991: <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.
                    992: <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   993: <li>Allow ARP replies containing Ethernet multicast addresses, since some HA products want to do this.
1.56      bentley   994: <li>Show <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> how to recognise IKE NAT-D and NAT-OA payloads.
                    995: <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   996: <!-- ^ 20031218 -->
1.56      bentley   997: <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   998: <li>New pseudo-user _bgpd with matching group.
1.56      bentley   999: <li>Begin spanning tree operation when a <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> interface comes up.
1.1       deraadt  1000: <li>New BGP daemon, bgpd. Not complete, and not built by default yet.
1.56      bentley  1001: <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.
                   1002: <li>New <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> filters NOTE_EOF and NOTE_TRUNCATE.
                   1003: <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  1004: <!-- ^ 20031217 -->
                   1005: <li>Update the kernel zlib to 1.2.1.
                   1006: <li>Shrink even more the special gzip used for boot floppies. It now does decompress only and is directly compiled in.
                   1007: <li>Update userland zlib to 1.2.1, with local fixes. New major version, libz.so.3.0.
1.56      bentley  1008: <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.
                   1009: <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.
                   1010: <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  1011: <li>Allow cloner interfaces to return an error from their destroy function.
1.56      bentley  1012: <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.
                   1013: <li>Stop <a href="https://man.openbsd.org/newsyslog.8">newsyslog(8)</a> segfaulting when given an empty command (PR#3578).
                   1014: <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>.
                   1015: <li>New environment variable MANPAGER for <a href="https://man.openbsd.org/man.1">man(1)</a> (PR#3563).
                   1016: <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.
                   1017: <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  1018: <li>Shorten or '#ifdef SMALL'-out some long message strings in the kernel.
                   1019: <li>A round of boot floppy space-saving begins.
                   1020: <!-- ^ 20031216 -->
1.56      bentley  1021: <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  1022: <li>Fix some fallout from the rlim_t change from signed to unsigned.
1.56      bentley  1023: <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>.
                   1024: <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>.
                   1025: <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).
                   1026: <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  1027: <!-- ^ 20031215 -->
1.56      bentley  1028: <li>Add <a href="https://man.openbsd.org/awk.1">awk(1)</a> USD paper in /usr/share/doc/usd/16.awk.
                   1029: <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  1030: <li>Alignment fixes for kernel and libc RMD160 functions.
                   1031: <!-- ^ 20031214 -->
1.56      bentley  1032: <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  1033: <!-- ^ 20031213 -->
1.56      bentley  1034: <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.
                   1035: <li>Cleanup and POSIXness for <a href="https://man.openbsd.org/join.1">join(1)</a>. From FreeBSD.
1.1       deraadt  1036: <!-- ^ 20031212 -->
1.57      deraadt  1037: <li>More POSIX type definitions (rlim_t now unsigned, RLIM_SAVED_{CUR,MAX} defined, id_t defined).
1.56      bentley  1038: <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).
                   1039: <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  1040: <!-- ^ 20031211 -->
1.56      bentley  1041: <li>Also for <a href="https://man.openbsd.org/poll.2">poll(2)</a>, add pollfd_t (= struct pollfd) as in Solaris.
                   1042: <li>Add type nfds_t for <a href="https://man.openbsd.org/poll.2">poll(2)</a> as per POSIX.
                   1043: <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.
                   1044: <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  1045: <li>Big register declaration purge in sys/net*.
                   1046: <li>Better non-repetitive ID generation for IPv4, IPv6 and resolver query IDs.
1.56      bentley  1047: <li>Some improvements to <a href="https://man.openbsd.org/authpf.8">authpf(8)</a>'s logging output.
1.1       deraadt  1048: <li>Fix up netinet and netinet6 interface lookup code after the introduction of clonable devices.
                   1049: <!-- ^ 20031210 -->
1.56      bentley  1050: <li>Clear the exit code when <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> with -N is terminated with SIGTERM.
                   1051: <li>Sync <a href="https://man.openbsd.org/em.4">em(4)</a> with FreeBSD, enabling support for a few more models.
                   1052: <li>Fix some *printf(char *) silliness in <a href="https://man.openbsd.org/identd.8">identd(8)</a>.
                   1053: <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.
                   1054: <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.
                   1055: <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.
                   1056: <li>Fix error-handling logic in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> that affected the -n option.
                   1057: <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).
                   1058: <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.
                   1059: <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.
                   1060: <li>Add some PostScript docs for <a href="https://man.openbsd.org/lex.1">lex(1)</a>.
                   1061: <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.
                   1062: <li>Some cleanup in <a href="https://man.openbsd.org/compress.1">compress(1)</a>.
                   1063: <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>
                   1064:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt  1065: <li>Unbreak xfs symlinks (PR#3552).<br>
1.56      bentley  1066:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt  1067: <!-- ^ 20031209 -->
1.56      bentley  1068: <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.
                   1069: <li>Fix a crash in <a href="https://man.openbsd.org/troff.1">troff(1)</a>.
1.1       deraadt  1070: <li>Don't drop the newest TCP connection when doing SYN flood avoidance when we meant to drop the oldest.
1.56      bentley  1071: <li>Fix an endianness bug in <a href="https://man.openbsd.org/gre.4">gre(4)</a> when sending to ip_output.<br>
                   1072:     <a href="stable.html">[Applied to stable]</a>
                   1073: <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.
                   1074: <li>Fix a too-low <a href="https://man.openbsd.org/spl.9">spl(9)</a> in the nfs client code.
                   1075: <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.
                   1076: <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  1077: <!-- ^ 20031208 -->
1.56      bentley  1078: <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.
                   1079: <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  1080: <!-- ^ 20031207 -->
1.56      bentley  1081: <li>Fix <a href="https://man.openbsd.org/grep.1">grep(1)</a>'s handling of certain patterns containing multiple dots (PR#3597).
                   1082: <li>Make ifconfig destroy work on <a href="https://man.openbsd.org/tun.4">tun(4)</a>.
1.1       deraadt  1083: <!-- ^ 20031206 -->
1.56      bentley  1084: <li>Fix an endianness bug that was causing <a href="https://man.openbsd.org/wicontrol.8">wicontrol(8)</a> to crash.
                   1085: <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  1086: <!-- ^ 20031205 -->
1.56      bentley  1087: <li>Validate the SPIs presented in DELETE messages when doing an <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> informational exchange.
                   1088: <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.
                   1089: <li>Enable multicast reception for <a href="https://man.openbsd.org/em.4">em(4)</a>.
                   1090: <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.
                   1091: <li>Unbreak <a href="https://man.openbsd.org/mg.1">mg(1)</a>'s META key support.
1.1       deraadt  1092: <!-- ^ 20031204 -->
1.56      bentley  1093: <li>Fix a sign comparison bug in <a href="https://man.openbsd.org/semop.2">semop(2)</a>.
                   1094: <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>.
                   1095: <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'
                   1096: <li>Add a dmesg command to <a href="https://man.openbsd.org/ddb.4">ddb(4)</a>.
1.1       deraadt  1097: <li>Don't allow too many network interfaces (&gt;65535) to be attached.
                   1098: <li>Merge Perl 5.8.2.
                   1099: <!-- ^ 20031203 -->
                   1100: <li>Add an hppa target to gcc3.
1.56      bentley  1101: <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.
                   1102: <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.
                   1103: <li>Fix an off-by-one in <a href="https://man.openbsd.org/dc.1">dc(1)</a>.
                   1104: <li>Cosmetic improvements to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>'s progress meter.
                   1105: <li>Let <a href="https://man.openbsd.org/bc.1">bc(1)</a> compile programs with more than 10,000 lines.
                   1106: <li>Add support for long variable names to <a href="https://man.openbsd.org/bc.1">bc(1)</a>, another non-portable extension.
                   1107: <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>.
                   1108: <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  1109: <li>Avoid a null-deref in uvm_swap_markbad().
                   1110: <li>Check signedness before dereferencing in kernel descriptor management code.
                   1111: <!-- ^ 20031202 -->
1.56      bentley  1112: <li>Fix <a href="https://man.openbsd.org/csh.1">csh(1)</a> variable substitution when shortening strings (PR#3591).
                   1113: <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  1114: <li>Add an amd64 target to gcc3.
1.56      bentley  1115: <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.
                   1116: <li>Cleanup of <a href="https://man.openbsd.org/mopd.8">mopd(8)</a>.
1.1       deraadt  1117: <!-- ^ 20031201 -->
                   1118: <!-- ^ 20031130 -->
                   1119: <li>Add OpenBSD-specific options to gcc3.
                   1120: <li>Import (but do not yet enable) GCC 3.3.2, without the ADA frontend for space reasons.
1.56      bentley  1121: <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  1122: <!-- ^ 20031129 -->
1.56      bentley  1123: <li>Fix the regex in <a href="https://man.openbsd.org/security.8">security(8)</a> that tests for valid group names.
                   1124: <li>More fixes to <a href="https://man.openbsd.org/pf.4">pf(4)</a> stats gathering.
1.1       deraadt  1125: <li>Fix NFS-over-TCP speed when OpenBSD is serving Linux clients (PR#3561).
                   1126: <!-- ^ 20031128 -->
1.56      bentley  1127: <li>Allow <a href="https://man.openbsd.org/systrace.1">systrace(1)</a> to accept usernames ending in '$'.
                   1128: <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  1129: <!-- ^ 20031127 -->
1.56      bentley  1130: <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>.
                   1131: <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  1132: <li>Some gcc3 compatibility cleanup.
                   1133: <!-- ^ 20031126 -->
1.56      bentley  1134: <li>Fix SIOCGIFHWADDR under <a href="https://man.openbsd.org/compat_linux.8">compat_linux(8)</a>.
1.1       deraadt  1135: <li>Build more components of libiberty in preparation for gcc3.
                   1136: <li>Sync libiberty with the version from GCC 3.3.2.
                   1137: <li>Sync libedit with that of NetBSD on 8 Nov 2003.
                   1138: <!-- ^ 20031125 -->
                   1139: <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  1140: <li>Avoid a double-free in <a href="https://man.openbsd.org/pcap_setfilter.3">pcap_setfilter(3)</a>.
1.1       deraadt  1141: <li>Have the kernel's MD5 code use the per-architecture optimised bcopy() instead of its own implementation (PR#3549).
1.56      bentley  1142: <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  1143: <!-- ^ 20031124 -->
1.56      bentley  1144: <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.
                   1145: <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.
                   1146: <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>.
                   1147: <li>Fix a sign overflow in <a href="https://man.openbsd.org/compat_svr4.8">compat_svr4(8)</a> streams code.
                   1148: <li>Make usernames containing underscores work in <a href="https://man.openbsd.org/systrace.1">systrace(1)</a>.
1.1       deraadt  1149: <!-- ^ 20031123 -->
1.56      bentley  1150: <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.
                   1151: <li>Stop the <a href="https://man.openbsd.org/install.1">install(1)</a> madvise() change breaking 'make release'.
                   1152: <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.
                   1153: <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  1154: <!-- ^ 20031122 -->
1.56      bentley  1155: <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.
                   1156: <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  1157:   <!-- erratum 3.4-httpd2 appeared 13 March 2004... -->
1.56      bentley  1158: <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  1159:     <a href="errata34.html#httpd2">A source code patch is available</a>.<br>
1.56      bentley  1160:     <a href="stable.html">[Applied to stable]</a>
                   1161: <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.
                   1162: <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  1163: <!-- ^ 20031121 -->
1.56      bentley  1164: <li>Build <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> statically linked, to help out when things go wrong.
                   1165: <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  1166:     <a href="errata34.html#sem">A source code patch is available</a>.<br>
1.56      bentley  1167:     <a href="stable.html">[Applied to stable]</a>
                   1168: <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  1169:     <a href="errata34.html#uvm">A source code patch is available</a>.<br>
1.56      bentley  1170:     <a href="stable.html">[Applied to stable]</a>
                   1171: <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.
                   1172: <li>Re-enable build of <a href="https://man.openbsd.org/named.8">named(8)</a>'s DNSSEC programs.
1.1       deraadt  1173: <!-- ^ 20031120 -->
1.56      bentley  1174: <li>More <a href="https://man.openbsd.org/wdc.4">wdc(4)</a> probe fixes, sync'ing with NetBSD.
                   1175: <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  1176: <!-- ^ 20031119 -->
1.56      bentley  1177: <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  1178: <li>Merge in BIND v9.2.3.
1.56      bentley  1179: <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.
                   1180: <li>Fix password blinding for non-existent users in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
1.1       deraadt  1181: <li>Add new lightweight kernel reader/writer lock code, not used for anything yet.
1.56      bentley  1182: <li>Performance improvements to <a href="https://man.openbsd.org/pool.9">pool(9)</a>.
                   1183: <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  1184: <!-- ^ 20031118 -->
1.56      bentley  1185: <li>Fix unnecessary delays in <a href="https://man.openbsd.org/wdc.4">wdc(4)</a>'s device probe. From NetBSD.
1.1       deraadt  1186: <li>Fix a missing initialisation in libkvm.
1.56      bentley  1187: <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  1188: <li>Merge in Apache 1.3.29 and mod_ssl 2.8.16.
1.56      bentley  1189: <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>
                   1190:     <a href="stable.html">[Applied to stable]</a>
                   1191: <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.
                   1192: <li>Add drop operator 'R' to <a href="https://man.openbsd.org/dc.1">dc(1)</a>.
                   1193: <li>Replace <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> authentication mechanism 'gssapi' with 'gssapi-with-mic'.
1.1       deraadt  1194: <!-- ^ 20031117 -->
1.56      bentley  1195: <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  1196: <li>Pull in a patch from XFree86 4.3, preventing a crash on Riva128 cards.
                   1197: <li>Remove win32 support files from the BIND tree.
                   1198: <!-- ^ 20031116 -->
1.56      bentley  1199: <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>.
                   1200: <li>Fix <a href="https://man.openbsd.org/savecore.8">savecore(8)</a> on big-endian 64-bit architectures.
1.1       deraadt  1201: <li>More fine-grained CPU type detection on i386.
1.56      bentley  1202: <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  1203: <!-- ^ 20031115 -->
1.56      bentley  1204: <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.
                   1205: <li>Let <a href="https://man.openbsd.org/compress.1">compress(1)</a> inflate multiple concatenated files just like GNU gzip.
                   1206: <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>.
                   1207: <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'.
                   1208: <li>Some fixes in the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> GSSAPI client code.
                   1209: <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  1210: <!-- ^ 20031114 -->
1.56      bentley  1211: <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.
                   1212: <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.
                   1213: <li>Make <a href="https://man.openbsd.org/bc.1">bc(1)</a>'s exponentiation operator '^' right- instead of left-associative.
1.1       deraadt  1214: <!-- ^ 20031113 -->
1.56      bentley  1215: <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>
                   1216:     <a href="stable.html">[Applied to stable]</a>
                   1217: <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.
                   1218: <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  1219: <!-- ^ 20031112 -->
                   1220: <li>Merge in OpenSSL 0.9.7c.
1.56      bentley  1221: <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>.
                   1222: <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>.
                   1223: <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.
                   1224: <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.
                   1225: <li>New 'print' statement for <a href="https://man.openbsd.org/bc.1">bc(1)</a>, a non-portable extension.
1.1       deraadt  1226: <!-- ^ 20031111 -->
1.56      bentley  1227: <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'.
                   1228: <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  1229: <li>Add a classic paper on password security in /usr/share/doc/smm/17.password.
1.56      bentley  1230: <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.
                   1231: <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  1232: <!-- ^ 20031110 -->
1.56      bentley  1233: <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  1234: <li>Remove the automatic setting of packing-list prefix from the first @cwd.
1.56      bentley  1235: <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.
                   1236: <li>Really fix <a href="https://man.openbsd.org/mg.1">mg(1)</a> insert-file.
                   1237: <li>Safer region handling in <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
                   1238: <li>Restore the terminal correctly when aborting out of <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
                   1239: <li>Undo the <a href="https://man.openbsd.org/mg.1">mg(1)</a> insert-file operation properly.
1.1       deraadt  1240: <!-- ^ 20031109 -->
1.56      bentley  1241: <li>Unbreak the anchor rule number returned by <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a>.
1.1       deraadt  1242: <li>Avoid a race condition when swapping in a process.
                   1243: <li>On i386, fix a crash that occurred with a large number (&gt;1500) of processes (PR#3528).
1.56      bentley  1244: <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  1245: <!-- ^ 20031108 -->
1.56      bentley  1246: <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  1247: <li>Fix setting of the interface index for IPv6 link-local multicast joins.
1.56      bentley  1248: <li>Stop <a href="https://man.openbsd.org/carp.4">carp(4)</a> responding to ARPs when the interface is down.
                   1249: <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  1250: <!-- ^ 20031107 -->
1.56      bentley  1251: <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).
                   1252: <li>Better <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> dependency resolution.
1.1       deraadt  1253: <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  1254: <li>Let <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> install packages coming from stdin.
                   1255: <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  1256: <li>The package tools now automatically use the target of the first @cwd in the packing list as the prefix.
1.56      bentley  1257: <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.
                   1258: <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.
                   1259: <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>).
                   1260: <li>Teach <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> about SIGINFO (PR#3173).
                   1261: <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.
                   1262: <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.
                   1263: <li>Fix <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>'s display of IPv6 link-local multicast addresses.
1.1       deraadt  1264: <!-- ^ 20031106 -->
1.56      bentley  1265: <li>Redo the <a href="https://man.openbsd.org/wdc.4">wdc(4)</a> drive reset changes, more cautious this time.
                   1266: <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  1267: <!-- ^ 20031105 -->
                   1268: <li>Use hash tables where possible for listen socket lookup as well.
1.56      bentley  1269: <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.
                   1270: <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.
                   1271: <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.
                   1272: <li>Add GNU-compatible 'r' operator (swaps the top two stack items) to <a href="https://man.openbsd.org/dc.1">dc(1)</a>.
                   1273: <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  1274: <!-- ^ 20031104 -->
1.56      bentley  1275: <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  1276:     <a href="errata34.html#exec">A source code patch is available</a>.<br>
1.56      bentley  1277:     <a href="stable.html">[Applied to stable]</a>
                   1278: <li>Make <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a> handle dependencies properly when using package name stems.
                   1279: <li>Don't try to free a static string when checking <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> host keys.
                   1280: <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.
                   1281: <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.
                   1282: <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.
                   1283: <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  1284: <!-- ^ 20031103 -->
1.56      bentley  1285: <li>Preserve the debug flag when enabling <a href="https://man.openbsd.org/pf.4">pf(4)</a>.
1.1       deraadt  1286: <!-- ^ 20031102 -->
1.56      bentley  1287: <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  1288: <!-- ^ 20031101 -->
1.56      bentley  1289: <li>Have <a href="https://man.openbsd.org/patch.1">patch(1)</a> determine the filename in same manner as GNU patch.
                   1290: <li>New --posix option for <a href="https://man.openbsd.org/patch.1">patch(1)</a> for, uh, strict POSIX conformance.
                   1291: <li>Set pkgpath in the correct order in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> etc.
                   1292: <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.
                   1293: <li>Allocate the right number of elements in <a href="https://man.openbsd.org/hashinit.9">hashinit(9)</a> (PR#3537).
                   1294: <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.
                   1295: <li>Add IPv6 support to <a href="https://man.openbsd.org/carp.4">carp(4)</a>.
1.1       deraadt  1296: <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.
                   1297: <li>New port, <a href="pegasos.html">OPENBSD/pegasos</a>.
1.56      bentley  1298: <li>Fix insufficient length check in <a href="https://man.openbsd.org/route6d.8">route6d(8)</a> (KAME PR#507).
1.1       deraadt  1299: <!-- ^ 20031031 -->
1.56      bentley  1300: <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  1301: <li>More detective work from the spelling police, double-word branch.
1.56      bentley  1302: <li>Fix <a href="https://man.openbsd.org/lc.4">lc(4)</a> multicast filter initialisation.
1.1       deraadt  1303: <!-- ^ 20031030 -->
1.56      bentley  1304: <li>Backout recent <a href="https://man.openbsd.org/wdc.4">wdc(4)</a> reset, identify and mode detection changes, they are breaking things.
                   1305: <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>
                   1306:     <a href="stable.html">[Applied to stable]</a>
                   1307: <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  1308:     <a href="errata34.html#httpd">A source code patch is available</a>.<br>
1.56      bentley  1309:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt  1310: <!-- ^ 20031029 -->
1.56      bentley  1311: <li>Do a better job of finding the proper partition in <a href="https://man.openbsd.org/growfs.8">growfs(8)</a>.
                   1312: <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.
                   1313: <li>Don't die if getsockopt(..., TCP_NODELAY, ...) fails in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
1.1       deraadt  1314: <!-- ^ 20031028 -->
1.56      bentley  1315: <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  1316: <li>Don't do ATA mode detection for SATA drives, some drives really don't like it.
1.56      bentley  1317: <li>Set the skew properly when rescheduling <a href="https://man.openbsd.org/carp.4">carp(4)</a> advertisements.
                   1318: <li>Fix an <a href="https://man.openbsd.org/mg.1">mg(1)</a> startup crash.
                   1319: <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.
                   1320: <li>Really stop sending advertisements if the <a href="https://man.openbsd.org/carp.4">carp(4)</a> interface is down.
1.1       deraadt  1321: <!-- ^ 20031027 -->
1.56      bentley  1322: <li>Set the maximum value for <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> kern.stackgap_random maximum to 256MB.
                   1323: <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>.
                   1324: <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.
                   1325: <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  1326: <!-- ^ 20031026 -->
1.56      bentley  1327: <li>Reorganise <a href="https://man.openbsd.org/pf.4">pf(4)</a> state searches for a 30% memory saving.
1.1       deraadt  1328: <li>Don't leak mbufs on carp_output() failures.
                   1329: <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  1330: <li>Precompute as much of the <a href="https://man.openbsd.org/carp.4">carp(4)</a> sha1 hash as possible.
1.1       deraadt  1331: <!-- ^ 20031025 -->
1.56      bentley  1332: <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  1333: <li>Remove a few comparisons of an int to NULL.
1.56      bentley  1334: <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.
                   1335: <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  1336: <!-- ^ 20031024 -->
1.56      bentley  1337: <li>Only try to remove a dependent package once in <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a>.
                   1338: <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  1339: <li>Finally, stop the long long pause for i386 laptop users with disconnected floppy drives.
1.56      bentley  1340: <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'.
                   1341: <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  1342: <!-- ^ 20031023 -->
1.56      bentley  1343: <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>.
                   1344: <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.
                   1345: <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  1346: <li>Fix a panic when traversing a corrupt msdos filesystem. From NetBSD.<br>
1.56      bentley  1347:     <a href="stable.html">[Applied to stable]</a>
                   1348: <li>Implement privilege separation in <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a>. Requires creation of _pflogd user and group.
                   1349: <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.
                   1350: <li>Fix <a href="https://man.openbsd.org/dc.1">dc(1)</a>'s J operator with the new extended comparisons.
                   1351: <li>Switch <a href="https://man.openbsd.org/carp.4">carp(4)</a> from keyed sha1 to hmac-sha1.
                   1352: <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>.
                   1353: <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>.
                   1354: <li>Fix a <a href="https://man.openbsd.org/kqueue.2">kqueue(2)</a> file descriptor leak under libpthread.
                   1355: <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  1356: <!-- ^ 20031022 -->
1.56      bentley  1357: <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>.
                   1358: <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  1359: <li>Fix late definition of enum XML_Status in &lt;expat.h&gt;. From expat CVS.
                   1360: <li>A huge number of comment spelling fixes all over the tree.
1.56      bentley  1361: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> choke on too-short GSSAPI OIDs.
1.1       deraadt  1362: <!-- ^ 20031021 -->
                   1363: <li>Switch over to the new package tools.
1.56      bentley  1364: <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.
                   1365: <li>Fix an endianness bug in <a href="https://man.openbsd.org/carp.4">carp(4)</a> sha1 code.
                   1366: <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>.
                   1367: <li>Stop all <a href="https://man.openbsd.org/carp.4">carp(4)</a> hosts advertising master status when preempt is disabled.
                   1368: <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  1369: <!-- ^ 20031020 -->
1.56      bentley  1370: <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>.
                   1371: <li>Fix numfds==0 case in pthreads-optimised <a href="https://man.openbsd.org/select.2">select(2)</a>.
                   1372: <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>.
                   1373: <li>Add direct support in <a href="https://man.openbsd.org/named.8">named(8)</a> for SSHFP resource records.
1.1       deraadt  1374: <!-- ^ 20031019 -->
1.56      bentley  1375: <li>Fix <a href="https://man.openbsd.org/bc.1">bc(1)</a>'s assignment operators (+=, -= etc.)
                   1376: <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>.
                   1377: <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  1378: <!-- ^ 20031018 -->
1.56      bentley  1379: <li>Make the recent <a href="https://man.openbsd.org/vnd.4">vnd(4)</a> numbering change work the way it should.
                   1380: <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.
                   1381: <li>Unbreak <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> SHA1 code on 64-bit architectures.
1.1       deraadt  1382: <li>Make sure the inode generation number (obtained using arc4random()) is positive.
1.56      bentley  1383: <li><a href="https://man.openbsd.org/pciide.4">pciide(4)</a> DMA reliability fixes. From NetBSD.
1.1       deraadt  1384: <!-- ^ 20031017 -->
1.56      bentley  1385: <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.
                   1386: <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  1387: <li>Import new package management tools under src/usr.sbin/pkg_add. Not built by default yet.
                   1388: <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  1389: <li>Better SATA support in <a href="https://man.openbsd.org/wdc.4">wdc(4)</a>.
                   1390: <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  1391: <!-- ^ 20031016 -->
                   1392: <li>Fix an out-of-bounds read in libcurses.
1.56      bentley  1393: <li>Have <a href="https://man.openbsd.org/tip.1">tip(1)</a> return the terminal to a sensible state on fatal errors.
                   1394: <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  1395: <!-- ^ 20031015 -->
1.56      bentley  1396: <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>.
                   1397: <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  1398: <li>Make e.g. 'MAKEDEV tty08 - tty7f' work.
                   1399: <li>Only endian-flip the fragment offset once on IPv6 input.
                   1400: <!-- ^ 20031014 -->
1.56      bentley  1401: <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.
                   1402: <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  1403: <li>Update timezone files again, this time to tzcode2003d.
1.56      bentley  1404: <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.
                   1405: <li>Remember the filename given when using ^X^W in <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
                   1406: <li>Make <a href="https://man.openbsd.org/shmat.2">shmat(2)</a> under Linux compat work as expected.
                   1407: <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  1408: <!-- ^ 20031012 -->
1.56      bentley  1409: <li>Add division and modulus operator '~' to <a href="https://man.openbsd.org/dc.1">dc(1)</a>.
1.1       deraadt  1410: <li>Remove GNU bc and dc from the tree.
                   1411: <li>Merge in expat 1.95.6 from XFree86 4.3.99.14.
1.56      bentley  1412: <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).
                   1413: <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.
                   1414: <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  1415: <!-- ^ 20031011 -->
1.56      bentley  1416: <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).
                   1417: <li>More work on <a href="https://man.openbsd.org/vr.4">vr(4)</a>.
                   1418: <li>Have the linker generate a warning when using 43compat's <a href="https://man.openbsd.org/getwd.3">getwd(3)</a>.
                   1419: <li>Better calibration code for <a href="https://man.openbsd.org/auich.4">auich(4)</a>. From FreeBSD/NetBSD.
1.1       deraadt  1420: <!-- ^ 20031010 -->
                   1421: <!-- ^ 20031009 -->
1.56      bentley  1422: <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>).
                   1423: <li>Install a sample config file for <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a>.
                   1424: <li>Prevent symlink races in <a href="https://man.openbsd.org/systrace.1">systrace(1)</a>.
                   1425: <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.
                   1426: <li>Unbreak <a href="https://man.openbsd.org/pf.4">pf(4)</a> on 64-bit architectures.
                   1427: <li>Hack <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> so digest authentication works with IE, Safari, etc. From FreeBSD.
                   1428: <li>Fix potential signedness bug in <a href="https://man.openbsd.org/fgets.3">fgets(3)</a> (PR#1709).
1.1       deraadt  1429: <!-- ^ 20031008 -->
                   1430: <li>Correct __bounded__ attributes for {MD4,MD5,RMD160,SHA1}DATA functions (PR#3505).
1.56      bentley  1431: <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>
                   1432:     <a href="stable.html">[Applied to stable]</a>
                   1433: <li>Plug a memory leak in <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>.
                   1434: <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).
                   1435: <li>Kill a null deref in <a href="https://man.openbsd.org/make.1">make(1)</a>.
                   1436: <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.
                   1437: <li>A few string and memory fixes in <a href="https://man.openbsd.org/rup.1">rup(1)</a>.
                   1438: <li>Stability fixes for <a href="https://man.openbsd.org/vr.4">vr(4)</a>. From FreeBSD.
                   1439: <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.
                   1440: <li>Unbreak <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>'s handling of quotes in pathnames.
1.1       deraadt  1441: <li>More propolice fixes and improvements.
                   1442: <!-- ^ 20031007 -->
1.56      bentley  1443: <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.
                   1444: <li>Install <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a> by default.
                   1445: <li>Really really give xfs a <a href="https://man.openbsd.org/poll.2">poll(2)</a> backend.
                   1446: <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.
                   1447: <li>Unbreak <a href="https://man.openbsd.org/lge.4">lge(4)</a> compile.
1.57      deraadt  1448: <li>Update timezone info files to tzcode2003c.
1.1       deraadt  1449: <!-- ^ 20031006 -->
1.56      bentley  1450: <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>.
                   1451: <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>.
                   1452: <li>Avoid a division-by-zero panic when benchmarking the <a href="https://man.openbsd.org/pchb.4">pchb(4)</a> RNG device.
                   1453: <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  1454: <!-- ^ 20031005 -->
1.56      bentley  1455: <li>Remove non-free licensed <a href="https://man.openbsd.org/xlock.1">xlock(1)</a> bitmaps.
1.1       deraadt  1456: <li>Properly free resources when ffs_mountroot() fails.
1.56      bentley  1457: <li>Stop <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> crashing when the value for LIFE_DURATION is missing.
                   1458: <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  1459: <li>Unbreak the new xfs poll backend.
                   1460: <li>Fix a long-standing memory leak in kernel libz (PR#2886). From NetBSD.
1.56      bentley  1461: <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>.
                   1462: <li>Fix broken time parsing in <a href="https://man.openbsd.org/kadmin.8">kadmin(8)</a> (PR#3292).
1.1       deraadt  1463: <!-- ^ 20031004 -->
1.57      deraadt  1464: <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  1465: <li>Have <a href="https://man.openbsd.org/inetd.8">inetd(8)</a> exit if no config file is found.
                   1466: <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.
                   1467: <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.
                   1468: <li>Use <a href="https://man.openbsd.org/arc4random.3">arc4random(3)</a> to generate cookies in the XSecurity extension.
                   1469: <li>Fix a few off-by-ones in <a href="https://man.openbsd.org/gethostbyname.3">gethostbyname(3)</a> and friends.
                   1470: <li>Allow multiple RCPTs in <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>, and stop looping on invalid commands.
                   1471: <li>Bring in a number of <a href="https://man.openbsd.org/pipe.2">pipe(2)</a> stability fixes from FreeBSD.
1.1       deraadt  1472: <!-- ^ 20031003 -->
1.56      bentley  1473: <li>Fix <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>'s handling of SSLCertificateChainFile under the chroot.
                   1474: <li><a href="https://man.openbsd.org/sshd.8">sshd(8)</a> usage output now dumps the OpenSSL version too.
                   1475: <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  1476: <li>A couple of endianness fixes when setting the IPv4 output fragment offset.
1.56      bentley  1477: <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  1478: <!-- ^ 20031002 -->
                   1479: <li>Clean up IPv6 flowlabel handling.
1.56      bentley  1480: <li>New IPv6 ID and flowlabel generation code using <a href="https://man.openbsd.org/arc4random.9">arc4random(9)</a>.
                   1481: <li>Remove a bad <a href="https://man.openbsd.org/m_cat.9">m_cat(9)</a> call when fragmenting outbound IPv6 packets.
                   1482: <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.
                   1483: <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.
                   1484: <li>Stop reading ~/.signature to pre-fill the Organisation: field in <a href="https://man.openbsd.org/sendbug.1">sendbug(1)</a> (PR#3499).
                   1485: <li>Fixes to <a href="https://man.openbsd.org/event.3">event(3)</a> poll code.
                   1486: <li>Have <a href="https://man.openbsd.org/ftpd.8">ftpd(8)</a> listen on both IPv4 and IPv6 ports by default.
                   1487: <li>Fix an out-of-bounds memory access in kernel <a href="https://man.openbsd.org/compat_ibcs2.8">compat_ibcs2(8)</a> code.
                   1488: <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>.
                   1489: <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  1490: <li>Fix the code that grows ifindex2ifnet in sys/net/if.c.
1.56      bentley  1491: <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  1492: <!-- ^ 20031001 -->
1.56      bentley  1493: <li>Teach <a href="https://man.openbsd.org/size.1">size(1)</a> how to read ELF objects.
1.57      deraadt  1494: <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  1495: <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  1496:     <a href="errata34.html#asn1">A source code patch is available</a>.<br>
1.56      bentley  1497:     <a href="stable.html">[Applied to stable]</a>
1.1       deraadt  1498: <!-- ^ 20030930 -->
1.56      bentley  1499: <li>Properly free resources on <a href="https://man.openbsd.org/fxp.4">fxp(4)</a> attach failures.
1.57      deraadt  1500: <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  1501: <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.
                   1502: <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  1503: <!-- ^ 20030929 -->
                   1504: <li>Fix several kernel networking off-by-ones w.r.t. PRC_NCMDS.
1.56      bentley  1505: <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>.
                   1506: <li>Make new <a href="https://man.openbsd.org/bc.1">bc(1)</a> compile on sparc64.
                   1507: <li>PCI support for hppa through <a href="https://man.openbsd.org/hppa/dino.4">dino(4)</a> bridge driver.
1.1       deraadt  1508: <!-- ^ 20030928 -->
                   1509: <!-- ^ 20030927 -->
1.56      bentley  1510: <li>Further <a href="https://man.openbsd.org/realloc.3">realloc(3)</a> cleanup.
                   1511: <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>
                   1512:     <a href="stable.html">[Applied to stable]</a>
                   1513: <li>Fix bogus getutmp() error check in <a href="https://man.openbsd.org/battlestar.6">battlestar(6)</a>.
1.1       deraadt  1514: <li>Change the xfs backend from select to poll.
1.56      bentley  1515: <li>Introduce 64-bit <a href="https://man.openbsd.org/byteorder.3">byteorder(3)</a> macros.
                   1516: <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.
                   1517: <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>.
                   1518: <li>Stop <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a> shouting 'Reopened logfile' at syslog.
                   1519: <li>Add a number of missing checks for <a href="https://man.openbsd.org/strdup.3">strdup(3)</a> failure.
                   1520: <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>.
                   1521: <li>Reorder the <a href="https://man.openbsd.org/pf.4">pf(4)</a> statistics counter code and fix some miscount bugs.
                   1522: <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.
                   1523: <li>Fix an off-by-one and a bad string bounds length in <a href="https://man.openbsd.org/atc.6">atc(6)</a>.
                   1524: <li>Don't set <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>'s listen socket to non-blocking mode.
                   1525: <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.
                   1526: <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).
                   1527: <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>.
                   1528: <li>Unbreak <a href="https://man.openbsd.org/netstat.1">netstat(1)</a> -i display columns for interfaces with no address.
                   1529: <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.
                   1530: <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).
                   1531: <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>.
                   1532: <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.
                   1533: <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>.
                   1534: <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  1535: <!-- ^ 20030926 -->
1.56      bentley  1536: <li>Fix scrambled display when resuming a suspended <a href="https://man.openbsd.org/less.1">less(1)</a> process.
                   1537: <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>.
                   1538: <li>Fix a couple of off-by-ones in <a href="https://man.openbsd.org/adventure.6">adventure(6)</a>.
                   1539: <li>Fix an out-of-bounds write in the <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> privsep monitor code.
                   1540: <li>Make <a href="https://man.openbsd.org/dlerror.3">dlerror(3)</a> clear _dl_errno as expected (PR#3441).
1.1       deraadt  1541: <li>Correct a couple of off-by-ones in libc.
                   1542: <li>Fix overflows in the X font server overflow fix. Sigh.
1.56      bentley  1543: <li>Add a missing free in <a href="https://man.openbsd.org/cvs.1">cvs(1)</a>.
                   1544: <li>New, BSD-licensed version of <a href="https://man.openbsd.org/bc.1">bc(1)</a>.
                   1545: <li>Fix an off-by-one in <a href="https://man.openbsd.org/csh.1">csh(1)</a> (PR#3163).
                   1546: <li>More <a href="https://man.openbsd.org/realloc.3">realloc(3)</a> fixes.
                   1547: <li>Fix a bad bounds check that could crash <a href="https://man.openbsd.org/sort.1">sort(1)</a>.
1.1       deraadt  1548: <!-- ^ 20030925 -->
1.56      bentley  1549: <li>More paranoid privsep parent/child communication in <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>.
                   1550: <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  1551:     <a href="errata34.html#arp">A source code patch is available</a>.<br>
1.56      bentley  1552:     <a href="stable.html">[Applied to stable]</a>
                   1553: <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.
                   1554: <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.
                   1555: <li>Unbreak <a href="https://man.openbsd.org/tftp.1">tftp(1)</a> put command.
                   1556: <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.
                   1557: <li>Fix some realloc bugs in <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> tables code.
1.1       deraadt  1558: <li>Initial HIFN 7955/7956 crypto accelerator support.
1.56      bentley  1559: <li>Increase <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> maximum connections from 200 to 800.
1.1       deraadt  1560: <!-- ^ 20030924 -->
1.56      bentley  1561: <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  1562: <li>Throttle 'proc: table is full' messages to once every ten seconds. From NetBSD.
1.56      bentley  1563: <li>Further improvements to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>'s fatal exit handling.
                   1564: <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>.
                   1565: <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>.
                   1566: <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.
                   1567: <li>In <a href="https://man.openbsd.org/mtrace.8">mtrace(8)</a> only do mask checks for AF_INET.
                   1568: <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>.
                   1569: <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  1570: <!-- ^ 20030923 -->
1.56      bentley  1571: <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.
                   1572: <li>Stop <a href="https://man.openbsd.org/tsort.1">tsort(1)</a> reading past the end of its buffer.
                   1573: <li>Plug a realloc memory leak in <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
                   1574: <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.
                   1575: <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'.
                   1576: <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  1577: <li>Fix, clean up and simplify the installer's handling of yes/no responses from the user.
1.56      bentley  1578: <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>.
                   1579: <li>Plug a memory leak in <a href="https://man.openbsd.org/rtadvd.8">rtadvd(8)</a>.
1.1       deraadt  1580: <li>Stop extraneous 'no disk label' warnings in the installer.
                   1581: <!-- ^ 20030921 -->
1.56      bentley  1582: <li>Implement hardwareflow (hf) option for <a href="https://man.openbsd.org/tip.1">tip(1)</a>. Off by default.
                   1583: <li>Fix an out-of-order free() in <a href="https://man.openbsd.org/rpc.3">rpc(3)</a>.
                   1584: <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  1585: <!-- ^ 20030920 -->
1.56      bentley  1586: <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.
                   1587: <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.
                   1588: <li>Have <a href="https://man.openbsd.org/scp.1">scp(1)</a> check for an error code in remote-&gt;remote mode.
                   1589: <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.
                   1590: <li>Temporarily disable soft interrupts support in <a href="https://man.openbsd.org/usb.4">usb(4)</a> for stability reasons.<br>
                   1591:     <a href="stable.html">[Applied to stable]</a>
                   1592: <li>Several abnormal exit handler fixes to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
1.1       deraadt  1593: <li>Better disk device probe on i386.
1.56      bentley  1594: <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  1595: <!-- ^ 20030919 -->
1.56      bentley  1596: <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>.
                   1597: <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.
                   1598: <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.
                   1599: <li>Fix a subtle use-after-free in <a href="https://man.openbsd.org/modload.8">modload(8)</a>.
                   1600: <li>Some int -&gt; u_int paranoia in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                   1601: <li>More <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> buffer management fixes (CAN-2003-0682).
1.1       deraadt  1602: <li>Further EDD detection improvements on i386.
1.56      bentley  1603: <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).
                   1604: <li>Correct a double-free in the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> buffer management code (OpenSSH PR#660).
                   1605: <li>Fix the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> ConnectTimeout option (OpenSSH PR#656).
1.1       deraadt  1606: <li>On i386, try harder to boot from removable media by allowing for their removal and insertion.
                   1607: <!-- ^ 20030918 -->
1.56      bentley  1608: <li>Updated and better-commented openbsd-proto.mc for <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a>.
                   1609: <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  1610: <!-- ^ 20030917 -->
                   1611: <!-- ^ 20030916 -->
                   1612: <li>3.4 -&gt; 3.4-current.
                   1613: <!-- ^ 20030915 -->
                   1614: </ul>
1.56      bentley  1615:
1.1       deraadt  1616: <p>
                   1617: This list mentions mostly platform-independent changes.  For a list of changes
                   1618: made in a particular platform, please check the page for that platform.  If you
                   1619: find them not listed there, the changes are either (1) not being documented or
1.56      bentley  1620: (2) are documented here.