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

Annotation of www/plus35.html, Revision 1.42

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