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

Diff for /www/plus36.html between version 1.37 and 1.38

version 1.37, 2016/02/29 20:14:59 version 1.38, 2016/03/21 05:46:20
Line 78 
Line 78 
 <p>  <p>
   
 <ul>  <ul>
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>'s <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a> attachment on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&sektion=4">atw(4)</a> devices.  <li>Fix <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>'s <a href="http://man.openbsd.org?query=bpf&sektion=4">bpf(4)</a> attachment on <a href="http://man.openbsd.org?query=atw&sektion=4">atw(4)</a> devices.
 <!-- ^ 20040912 -->  <!-- ^ 20040912 -->
 <li><font color="#e00000"><strong>SECURITY FIX: Eilko Bos reported that radius authentication, as implemented by login_radius(8), was not checking the shared secret used for replies sent by the radius server.</strong></font> This could allow an attacker to spoof a reply granting access to the attacker. Note that OpenBSD does not ship with radius authentication enabled.<br>  <li><font color="#e00000"><strong>SECURITY FIX: Eilko Bos reported that radius authentication, as implemented by login_radius(8), was not checking the shared secret used for replies sent by the radius server.</strong></font> This could allow an attacker to spoof a reply granting access to the attacker. Note that OpenBSD does not ship with radius authentication enabled.<br>
     <a href="errata36.html#radius">A source code patch is available</a>.<br>      <a href="errata36.html#radius">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <!-- ^ 20040911 -->  <!-- ^ 20040911 -->
 <li>Bail out of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs&sektion=8">newfs(8)</a> on errors when making very small filesystems.  <li>Bail out of <a href="http://man.openbsd.org?query=newfs&sektion=8">newfs(8)</a> on errors when making very small filesystems.
 <!-- ^ 20040910 -->  <!-- ^ 20040910 -->
 <li>Move MIPS to 64-bit.  <li>Move MIPS to 64-bit.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=copyout&sektion=9">copyout(9)</a> of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> anchors with relative paths and wildcards.  <li>Fix <a href="http://man.openbsd.org?query=copyout&sektion=9">copyout(9)</a> of <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> anchors with relative paths and wildcards.
 <li>Track the peer count correctly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>, fixing memory corruption in both.  <li>Track the peer count correctly in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> and <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>, fixing memory corruption in both.
 <li>Fix a null dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a>.  <li>Fix a null dereference in <a href="http://man.openbsd.org?query=dhcpd&sektion=8">dhcpd(8)</a>.
 <li>Just print the raw IP protocol number in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a> instead of fetching the protocol name.  <li>Just print the raw IP protocol number in <a href="http://man.openbsd.org?query=netstat&sektion=1">netstat(1)</a> instead of fetching the protocol name.
 <!-- ^ 20040909 -->  <!-- ^ 20040909 -->
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=routed&sektion=8">routed(8)</a> fiddling with routes controlled by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.  <li>Stop <a href="http://man.openbsd.org?query=routed&sektion=8">routed(8)</a> fiddling with routes controlled by <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.
 <li><font color="#e00000"><strong>SECURITY FIX: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8">httpd(8)</a>'s mod_rewrite module can be made to write one zero byte in an arbitrary memory position outside of a char array,</strong></font> causing a DoS or possibly buffer overflows. This would require enabling dbm for mod_rewrite and making use of a malicious dbm file.<br>  <li><font color="#e00000"><strong>SECURITY FIX: <a href="http://man.openbsd.org?query=httpd&sektion=8">httpd(8)</a>'s mod_rewrite module can be made to write one zero byte in an arbitrary memory position outside of a char array,</strong></font> causing a DoS or possibly buffer overflows. This would require enabling dbm for mod_rewrite and making use of a malicious dbm file.<br>
     <a href="errata36.html#httpd2">A source code patch is available</a>.<br>      <a href="errata36.html#httpd2">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnetd&sektion=8">telnetd(8)</a> closing the slave fd from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openpty&sektion=3">openpty(3)</a> and then reopening it.  <li>Stop <a href="http://man.openbsd.org?query=telnetd&sektion=8">telnetd(8)</a> closing the slave fd from <a href="http://man.openbsd.org?query=openpty&sektion=3">openpty(3)</a> and then reopening it.
 <!-- ^ 20040908 -->  <!-- ^ 20040908 -->
 <li>Set a cleanup handler for HUP as well as INT, TERM and WINCH on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> multiplex control socket.  <li>Set a cleanup handler for HUP as well as INT, TERM and WINCH on the <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a> multiplex control socket.
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> dying on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmsg&sektion=2">sendmsg(2)</a> failures.  <li>Stop <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a> dying on <a href="http://man.openbsd.org?query=sendmsg&sektion=2">sendmsg(2)</a> failures.
 <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>'s -netmask option.  <li>Unbreak <a href="http://man.openbsd.org?query=route&sektion=8">route(8)</a>'s -netmask option.
 <li>Fix a bad cast from mode_t to short in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ar&sektion=1">ar(1)</a>.  <li>Fix a bad cast from mode_t to short in <a href="http://man.openbsd.org?query=ar&sektion=1">ar(1)</a>.
 <!-- ^ 20040907 -->  <!-- ^ 20040907 -->
 <li>Check for interrupted waits in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&sektion=8">inetd(8)</a>, fixing late reaping of zombie processes and other ignored signals.  <li>Check for interrupted waits in <a href="http://man.openbsd.org?query=inetd&sektion=8">inetd(8)</a>, fixing late reaping of zombie processes and other ignored signals.
 <!-- ^ 20040906 -->  <!-- ^ 20040906 -->
 <!-- ^ 20040905 -->  <!-- ^ 20040905 -->
 <!-- ^ 20040904 -->  <!-- ^ 20040904 -->
 <li>Don't busy-wait on ENOBUFS in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&sektion=8">pppoe(8)</a>.  <li>Don't busy-wait on ENOBUFS in <a href="http://man.openbsd.org?query=pppoe&sektion=8">pppoe(8)</a>.
 <!-- ^ 20040903 -->  <!-- ^ 20040903 -->
 <li>Stop the mixer resetting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&sektion=4">emu(4)</a>'s volume to very very loud.  <li>Stop the mixer resetting <a href="http://man.openbsd.org?query=emu&sektion=4">emu(4)</a>'s volume to very very loud.
 <!-- ^ 20040902 -->  <!-- ^ 20040902 -->
 <li>Make sure kernfs_xread() isn't called with a negative offset.  <li>Make sure kernfs_xread() isn't called with a negative offset.
 <li><font color="#e00000"><strong>SECURITY FIX: Chris Evans reported several flaws (stack and integer overflows) in the Xpm library code that parses image files (CAN-2004-0687, CAN-2004-0688).</strong></font> Some of these would be exploitable when parsing malicious image files in an application that handles XPM images, if they could escape ProPolice.<br>  <li><font color="#e00000"><strong>SECURITY FIX: Chris Evans reported several flaws (stack and integer overflows) in the Xpm library code that parses image files (CAN-2004-0687, CAN-2004-0688).</strong></font> Some of these would be exploitable when parsing malicious image files in an application that handles XPM images, if they could escape ProPolice.<br>
     <a href="errata36.html#xpm">A source code patch is available</a>.<br>      <a href="errata36.html#xpm">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <!-- ^ 20040901 -->  <!-- ^ 20040901 -->
 <li>Stop non-MASTER <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> hosts replying to ARP requests, as this upsets some layer 3 switches.  <li>Stop non-MASTER <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> hosts replying to ARP requests, as this upsets some layer 3 switches.
 <!-- ^ 20040831 -->  <!-- ^ 20040831 -->
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login&sektion=1">login(1)</a> treating the 'bar' in username foo.bar as a Kerberos instance, that's a krb4 syntax we no longer use.  <li>Stop <a href="http://man.openbsd.org?query=login&sektion=1">login(1)</a> treating the 'bar' in username foo.bar as a Kerberos instance, that's a krb4 syntax we no longer use.
 <li>Fix fd passing problems with S/Key on sparc*.  <li>Fix fd passing problems with S/Key on sparc*.
 <li>Don't do DNS lookups when reading <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>'s config, save them for later.  <li>Don't do DNS lookups when reading <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>'s config, save them for later.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>, don't log transient network errors from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendto&sektion=2">sendto(2)</a>.  <li>In <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>, don't log transient network errors from <a href="http://man.openbsd.org?query=sendto&sektion=2">sendto(2)</a>.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4">pfsync(4)</a>'s handling of adaptive timeouts.  <li>Fix <a href="http://man.openbsd.org?query=pfsync&sektion=4">pfsync(4)</a>'s handling of adaptive timeouts.
 <li>Enforce minimum lease time of 60 seconds in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a>, to stop bogus 0s leases from the server causing the client to spin.  <li>Enforce minimum lease time of 60 seconds in <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a>, to stop bogus 0s leases from the server causing the client to spin.
 <li>Fix oversized copies that were causing memory faults in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4">usb(4)</a>.  <li>Fix oversized copies that were causing memory faults in <a href="http://man.openbsd.org?query=usb&sektion=4">usb(4)</a>.
 <!-- ^ 20040830 -->  <!-- ^ 20040830 -->
 <!-- ^ 20040829 -->  <!-- ^ 20040829 -->
 <li>Don't close stdin in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> unless we're reexec'ing.  <li>Don't close stdin in <a href="http://man.openbsd.org?query=sshd&sektion=8">sshd(8)</a> unless we're reexec'ing.
 <!-- ^ 20040828 -->  <!-- ^ 20040828 -->
 <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_create&sektion=1">pkg_create(1)</a> keeps track of the current working directory.  <li>Make sure <a href="http://man.openbsd.org?query=pkg_create&sektion=1">pkg_create(1)</a> keeps track of the current working directory.
 <!-- ^ 20040827 -->  <!-- ^ 20040827 -->
 <li><font color="#e00000"><strong>RELIABILITY FIX: Due to incorrect error handling in zlib an attacker could potentially cause a denial of service attack (CAN-2004-0797).</strong></font><br>  <li><font color="#e00000"><strong>RELIABILITY FIX: Due to incorrect error handling in zlib an attacker could potentially cause a denial of service attack (CAN-2004-0797).</strong></font><br>
     <a href="errata36.html#libz">A source code patch is available</a>.<br>      <a href="errata36.html#libz">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <!-- ^ 20040826 -->  <!-- ^ 20040826 -->
 <li>Have /etc/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&sektion=8">security(8)</a> store a copy of the disklabel and report any changes.  <li>Have /etc/<a href="http://man.openbsd.org?query=security&sektion=8">security(8)</a> store a copy of the disklabel and report any changes.
 <!-- ^ 20040825 -->  <!-- ^ 20040825 -->
 <li>Only allow SIOCGET{VIF,SG}CNT from the multicast router socket (PR#3825).  <li>Only allow SIOCGET{VIF,SG}CNT from the multicast router socket (PR#3825).
 <li>Document the fact that collisions have been found for MD4, MD5 and ripemd.  <li>Document the fact that collisions have been found for MD4, MD5 and ripemd.
 <li>Don't make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> explode when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&sektion=3">getaddrinfo(3)</a> returns EAI_NONAME.  <li>Don't make <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a> explode when <a href="http://man.openbsd.org?query=getaddrinfo&sektion=3">getaddrinfo(3)</a> returns EAI_NONAME.
 <li>Base the value of uvm_km_pages_lowat on the amount of physical memory.  <li>Base the value of uvm_km_pages_lowat on the amount of physical memory.
 <li>Back out the IPv6 prefix len 'fix', the old code was right.  <li>Back out the IPv6 prefix len 'fix', the old code was right.
 <!-- ^ 20040824 -->  <!-- ^ 20040824 -->
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xargs&sektion=1">xargs(1)</a>' behaviour match the manpage when the utility can't be executed.  <li>Make <a href="http://man.openbsd.org?query=xargs&sektion=1">xargs(1)</a>' behaviour match the manpage when the utility can't be executed.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fgetln&sektion=3">fgetln(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realloc&sektion=3">realloc(3)</a> handling in libedit.  <li>Fix <a href="http://man.openbsd.org?query=fgetln&sektion=3">fgetln(3)</a> and <a href="http://man.openbsd.org?query=realloc&sektion=3">realloc(3)</a> handling in libedit.
 <li>Do the '%s' replacement for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=less&sektion=1">less(1)</a>'s LESSOPEN and LESSCLOSE environment variables ourselves instead of using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snprintf&sektion=3">snprintf(3)</a>.  <li>Do the '%s' replacement for <a href="http://man.openbsd.org?query=less&sektion=1">less(1)</a>'s LESSOPEN and LESSCLOSE environment variables ourselves instead of using <a href="http://man.openbsd.org?query=snprintf&sektion=3">snprintf(3)</a>.
 <li>Don't send a SIGINT or SIGTERM to the entire process group when received by the shell unless the shell is the process group leader (PR#3820).  <li>Don't send a SIGINT or SIGTERM to the entire process group when received by the shell unless the shell is the process group leader (PR#3820).
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>, fix the test for whether a newly-created SA replaces an old one.  <li>In <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>, fix the test for whether a newly-created SA replaces an old one.
 <li>Enable Dead Peer Detection in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> by default.  <li>Enable Dead Peer Detection in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> by default.
 <li>Don't overwrite the raw IPv6 checksum field in a shared mbuf.  <li>Don't overwrite the raw IPv6 checksum field in a shared mbuf.
 <!-- ^ 20040823 -->  <!-- ^ 20040823 -->
 <li>Fix high interrupt load in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&sektion=4">ste(4)</a>.  <li>Fix high interrupt load in <a href="http://man.openbsd.org?query=ste&sektion=4">ste(4)</a>.
 <!-- ^ 20040822 -->  <!-- ^ 20040822 -->
 <li>Remove the need for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd.policy&sektion=5">isakmpd.policy(5)</a> file when starting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a>.  <li>Remove the need for <a href="http://man.openbsd.org?query=isakmpd.policy&sektion=5">isakmpd.policy(5)</a> file when starting <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> from <a href="http://man.openbsd.org?query=rc&sektion=8">rc(8)</a>.
 <li>Fix the IPv6 prefix length sanity checks in in6_are_prefix_equal().  <li>Fix the IPv6 prefix length sanity checks in in6_are_prefix_equal().
 <!-- ^ 20040821 -->  <!-- ^ 20040821 -->
 <li>3.6-beta -&gt; 3.6.  <li>3.6-beta -&gt; 3.6.
 <li>Add a new control message to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> that allows a session to be downed and restarted, accessible with the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8">bgpctl(8)</a> command 'clear'.  <li>Add a new control message to <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> that allows a session to be downed and restarted, accessible with the <a href="http://man.openbsd.org?query=bgpctl&sektion=8">bgpctl(8)</a> command 'clear'.
 <li>Unbreak parsing of multiple -o options to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_nfs&sektion=8">mount_nfs(8)</a>.  <li>Unbreak parsing of multiple -o options to <a href="http://man.openbsd.org?query=mount_nfs&sektion=8">mount_nfs(8)</a>.
 <!-- ^ 20040820 -->  <!-- ^ 20040820 -->
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4">bge(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4">ti(4)</a> complaining about a lack of jumbo frame buffers for inbound frames, unless debugging is on.  <li>Stop <a href="http://man.openbsd.org?query=bge&sektion=4">bge(4)</a>, <a href="http://man.openbsd.org?query=sk&sektion=4">sk(4)</a> and <a href="http://man.openbsd.org?query=ti&sektion=4">ti(4)</a> complaining about a lack of jumbo frame buffers for inbound frames, unless debugging is on.
 <li>On nexthop reachability status changes always notify the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> RDE, not just when the nexthop was previously unavailable.  <li>On nexthop reachability status changes always notify the <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> RDE, not just when the nexthop was previously unavailable.
 <!-- ^ 20040819 -->  <!-- ^ 20040819 -->
 <li>Don't send bad IP packets via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a> when monitoring a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gre&sektion=4">gre(4)</a> interface (PR#3852).  <li>Don't send bad IP packets via <a href="http://man.openbsd.org?query=bpf&sektion=4">bpf(4)</a> when monitoring a <a href="http://man.openbsd.org?query=gre&sektion=4">gre(4)</a> interface (PR#3852).
 <!-- ^ 20040818 -->  <!-- ^ 20040818 -->
 <li>Fix descriptor passing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.  <li>Fix descriptor passing in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.
 <li>Stop networks disappearing on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> reload by always updating the prefix timestamp.  <li>Stop networks disappearing on <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> reload by always updating the prefix timestamp.
 <li>Remove a null deref in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.  <li>Remove a null deref in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>.
 <li>Implement the SMTP 'QUIT' command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8">spamd(8)</a>.  <li>Implement the SMTP 'QUIT' command in <a href="http://man.openbsd.org?query=spamd&sektion=8">spamd(8)</a>.
 <li>Fix an out-of-bounds read in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makeinfo&sektion=1">makeinfo(1)</a>.  <li>Fix an out-of-bounds read in <a href="http://man.openbsd.org?query=makeinfo&sektion=1">makeinfo(1)</a>.
 <!-- ^ 20040817 -->  <!-- ^ 20040817 -->
 <li>Remove ip6.int from the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8">named(8)</a> example config files.  <li>Remove ip6.int from the <a href="http://man.openbsd.org?query=named&sektion=8">named(8)</a> example config files.
 <li>Bump OpenSSH to version 3.9.  <li>Bump OpenSSH to version 3.9.
 <li>Put in a temporary fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> cards with station firmware &lt; 1.8. Real fix after the 3.6 release.  <li>Put in a temporary fix for <a href="http://man.openbsd.org?query=wi&sektion=4">wi(4)</a> cards with station firmware &lt; 1.8. Real fix after the 3.6 release.
 <!-- ^ 20040816 -->  <!-- ^ 20040816 -->
 <li>Remove <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8">spamd(8)</a> greylist entries the second they expire.  <li>Remove <a href="http://man.openbsd.org?query=spamd&sektion=8">spamd(8)</a> greylist entries the second they expire.
 <li>Back out the recent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>-skips-downed-interfaces change, it breaks IPv6.  <li>Back out the recent <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a>-skips-downed-interfaces change, it breaks IPv6.
 <!-- ^ 20040815 -->  <!-- ^ 20040815 -->
 <li>Add an example <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8">sendmail(8)</a> /etc/mail/genericstable.  <li>Add an example <a href="http://man.openbsd.org?query=sendmail&sektion=8">sendmail(8)</a> /etc/mail/genericstable.
 <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>'s -K switch is active, check the peer's proposal against <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd.conf&sektion=5">isakmpd.conf(5)</a>.  <li>When <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>'s -K switch is active, check the peer's proposal against <a href="http://man.openbsd.org?query=isakmpd.conf&sektion=5">isakmpd.conf(5)</a>.
 <li>Map the whole ld.so hints file for a.out in one <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&sektion=2">mmap(2)</a>, as was done for ELF.  <li>Map the whole ld.so hints file for a.out in one <a href="http://man.openbsd.org?query=mmap&sektion=2">mmap(2)</a>, as was done for ELF.
 <!-- ^ 20040814 -->  <!-- ^ 20040814 -->
 <li>Fix auto request sense handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&sektion=4">ahd(4)</a>.  <li>Fix auto request sense handling in <a href="http://man.openbsd.org?query=ahc&sektion=4">ahc(4)</a> and <a href="http://man.openbsd.org?query=ahd&sektion=4">ahd(4)</a>.
 <li>Stop a coredump in lib<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=regex&sektion=3">regex(3)</a>.  <li>Stop a coredump in lib<a href="http://man.openbsd.org?query=regex&sektion=3">regex(3)</a>.
 <li>Fix a busy-wait on transmit failure in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.  <li>Fix a busy-wait on transmit failure in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>.
 <li>Add an extra check for a NULL message in the privsep code for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8">named(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&sektion=8">pflogd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&sektion=8">syslogd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> and the X server.  <li>Add an extra check for a NULL message in the privsep code for <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>, <a href="http://man.openbsd.org?query=named&sektion=8">named(8)</a>, <a href="http://man.openbsd.org?query=pflogd&sektion=8">pflogd(8)</a>, <a href="http://man.openbsd.org?query=sshd&sektion=8">sshd(8)</a>, <a href="http://man.openbsd.org?query=syslogd&sektion=8">syslogd(8)</a>, <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a> and the X server.
 <!-- ^ 20040813 -->  <!-- ^ 20040813 -->
 <li>Finally fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> problems with DNS non-availability at startup.  <li>Finally fix <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a> problems with DNS non-availability at startup.
 <li>Fix a bad dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1">gcc(1)</a>.  <li>Fix a bad dereference in <a href="http://man.openbsd.org?query=gcc&sektion=1">gcc(1)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>, ignore RFC2545 and don't allow IPv6 link-local addresses to be a next hop.  <li>In <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>, ignore RFC2545 and don't allow IPv6 link-local addresses to be a next hop.
 <li>Stop a core dump in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs&sektion=8">newfs(8)</a> by checking the block size against MAXBSIZE.  <li>Stop a core dump in <a href="http://man.openbsd.org?query=newfs&sektion=8">newfs(8)</a> by checking the block size against MAXBSIZE.
 <li>Validate the superblock size recorded in the superblock, to prevent a panic.  <li>Validate the superblock size recorded in the superblock, to prevent a panic.
 <!-- ^ 20040812 -->  <!-- ^ 20040812 -->
 <li>Use atomicio instead of a few pieces of homegrown code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.  <li>Use atomicio instead of a few pieces of homegrown code in <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a>.
 <li>Some signedness cleanups in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.  <li>Some signedness cleanups in <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a>.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dladdr&sektion=3">dladdr(3)</a> support to the dynamic loader, and extend <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dlsym&sektion=3">dlsym(3)</a> to match 'standards'.  <li>Add <a href="http://man.openbsd.org?query=dladdr&sektion=3">dladdr(3)</a> support to the dynamic loader, and extend <a href="http://man.openbsd.org?query=dlsym&sektion=3">dlsym(3)</a> to match 'standards'.
 <li>Plug a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm_close&sektion=3">kvm_close(3)</a>.  <li>Plug a memory leak in <a href="http://man.openbsd.org?query=kvm_close&sektion=3">kvm_close(3)</a>.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> MRT dumps from cloned sessions.  <li>Fix <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> MRT dumps from cloned sessions.
 <li>With -q in effect, stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&sektion=1">grep(1)</a> searching as soon as a match is found.  <li>With -q in effect, stop <a href="http://man.openbsd.org?query=grep&sektion=1">grep(1)</a> searching as soon as a match is found.
 <li>Skip over non-UP interfaces in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>, fixing some problems with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppd&sektion=8">pppd(8)</a>.  <li>Skip over non-UP interfaces in <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a>, fixing some problems with <a href="http://man.openbsd.org?query=pppd&sektion=8">pppd(8)</a>.
 <li>Fix a missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lseek&sektion=2">lseek(2)</a> error check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.  <li>Fix a missing <a href="http://man.openbsd.org?query=lseek&sektion=2">lseek(2)</a> error check in <a href="http://man.openbsd.org?query=sshd&sektion=8">sshd(8)</a>.
 <li>Only close a pipe if it's open in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.  <li>Only close a pipe if it's open in <a href="http://man.openbsd.org?query=sshd&sektion=8">sshd(8)</a>.
 <li>Fix a minor memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.  <li>Fix a minor memory leak in <a href="http://man.openbsd.org?query=sshd&sektion=8">sshd(8)</a>.
 <li>Surround <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_delete&sektion=1">pkg_delete(1)</a>'s main loop with an eval{} block, so that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfig&sektion=8">ldconfig(8)</a>, directory removal, manpage and font directory processing always occur.  <li>Surround <a href="http://man.openbsd.org?query=pkg_delete&sektion=1">pkg_delete(1)</a>'s main loop with an eval{} block, so that <a href="http://man.openbsd.org?query=ldconfig&sektion=8">ldconfig(8)</a>, directory removal, manpage and font directory processing always occur.
 <li>Back out the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&sektion=2">mmap(2)</a>-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3">malloc(3)</a> for now, some architectures aren't working right yet.  <li>Back out the <a href="http://man.openbsd.org?query=mmap&sektion=2">mmap(2)</a>-based <a href="http://man.openbsd.org?query=malloc&sektion=3">malloc(3)</a> for now, some architectures aren't working right yet.
 <li>A stack of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4">ohci(4)</a> fixes from NetBSD.  <li>A stack of <a href="http://man.openbsd.org?query=ohci&sektion=4">ohci(4)</a> fixes from NetBSD.
 <!-- ^ 20040811 -->  <!-- ^ 20040811 -->
 <li><font color="#e00000"><strong>RELIABILITY FIX: Improved verification of ICMP errors in order to minimize the impact of ICMP attacks against TCP.</strong></font><br>  <li><font color="#e00000"><strong>RELIABILITY FIX: Improved verification of ICMP errors in order to minimize the impact of ICMP attacks against TCP.</strong></font><br>
     <a href="errata36.html#icmp">A source code patch is available</a>.<br>      <a href="errata36.html#icmp">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Show the difference between the expected and received IP checksum in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>.  <li>Show the difference between the expected and received IP checksum in <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>.
 <li>Now that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> decodes the IP fragment returned in an ICMP error message, allow the TCP parser to print the source and destination ports from incomplete TCP headers.  <li>Now that <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a> decodes the IP fragment returned in an ICMP error message, allow the TCP parser to print the source and destination ports from incomplete TCP headers.
 <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> receives an ICMP error and -vv is in effect, also dump the IP packet embedded in the error message. Based on tcpdump.org.  <li>When <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a> receives an ICMP error and -vv is in effect, also dump the IP packet embedded in the error message. Based on tcpdump.org.
 <li>Fix a bad sizeof in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.  <li>Fix a bad sizeof in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>.
 <li>Implement better RFC 3706 Dead Peer Detection in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.  <li>Implement better RFC 3706 Dead Peer Detection in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>.
 <li>Fix the MED setting in outgoing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> updates.  <li>Fix the MED setting in outgoing <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> updates.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>, handle DNS lookup failures properly in the case of server pools.  <li>In <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>, handle DNS lookup failures properly in the case of server pools.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a>'s @mandir and @fontdir keywords do the right thing on package delete, and have @fontdir do the necessary font processing.  <li>Have <a href="http://man.openbsd.org?query=pkg_add&sektion=1">pkg_add(1)</a>'s @mandir and @fontdir keywords do the right thing on package delete, and have @fontdir do the necessary font processing.
 <li>Fix a dynamic group-related panic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.  <li>Fix a dynamic group-related panic in <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a>.
 <!-- ^ 20040810 -->  <!-- ^ 20040810 -->
 <li>Support the setenv capability in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login.conf&sektion=5">login.conf(5)</a> like in NetBSD, including '~' and '$' macro expansion for the homedir and username respectively.  <li>Support the setenv capability in <a href="http://man.openbsd.org?query=login.conf&sektion=5">login.conf(5)</a> like in NetBSD, including '~' and '$' macro expansion for the homedir and username respectively.
 <li>Import and merge Perl 5.8.5 from CPAN. Crank libperl's major number.  <li>Import and merge Perl 5.8.5 from CPAN. Crank libperl's major number.
 <li>3.5-current -&gt; 3.6-beta.  <li>3.5-current -&gt; 3.6-beta.
 <li>Stability and performance fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&sektion=4">ste(4)</a> from FreeBSD.  <li>Stability and performance fixes to <a href="http://man.openbsd.org?query=ste&sektion=4">ste(4)</a> from FreeBSD.
 <li>Fix an out-of-bounds write in libafs, caught by the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&sektion=2">mmap(2)</a>-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3">malloc(3)</a>.  <li>Fix an out-of-bounds write in libafs, caught by the <a href="http://man.openbsd.org?query=mmap&sektion=2">mmap(2)</a>-based <a href="http://man.openbsd.org?query=malloc&sektion=3">malloc(3)</a>.
 <!-- ^ 20040809 -->  <!-- ^ 20040809 -->
 <li>Fix a missing initialisation of the route info structure in the kernel and stop a panic.  <li>Fix a missing initialisation of the route info structure in the kernel and stop a panic.
 <li>Stop doing unnecessary PHY resets on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4">hme(4)</a>.  <li>Stop doing unnecessary PHY resets on <a href="http://man.openbsd.org?query=hme&sektion=4">hme(4)</a>.
 <li>Remove the need for -w when setting values in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radioctl&sektion=1">radioctl(1)</a>.  <li>Remove the need for -w when setting values in <a href="http://man.openbsd.org?query=radioctl&sektion=1">radioctl(1)</a>.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iostat&sektion=8">iostat(8)</a>'s average KB per transfer calculation.  <li>Fix <a href="http://man.openbsd.org?query=iostat&sektion=8">iostat(8)</a>'s average KB per transfer calculation.
 <!-- ^ 20040808 -->  <!-- ^ 20040808 -->
 <li>Do a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&sektion=2">chroot(2)</a> before running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfig&sektion=8">ldconfig(8)</a> when DESTDIR is set in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a>.  <li>Do a <a href="http://man.openbsd.org?query=chroot&sektion=2">chroot(2)</a> before running <a href="http://man.openbsd.org?query=ldconfig&sektion=8">ldconfig(8)</a> when DESTDIR is set in <a href="http://man.openbsd.org?query=pkg_add&sektion=1">pkg_add(1)</a>.
 <li>Add IPv6 router solicitation and router advertisement ICMP messages to the default <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> filter loaded in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a>.  <li>Add IPv6 router solicitation and router advertisement ICMP messages to the default <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> filter loaded in <a href="http://man.openbsd.org?query=rc&sektion=8">rc(8)</a>.
 <!-- ^ 20040807 -->  <!-- ^ 20040807 -->
 <li>Initial work on SGI MIPS64 support.  <li>Initial work on SGI MIPS64 support.
 <li>Only close the stream passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pclose&sektion=3">pclose(3)</a> if it was opened by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=popen&sektion=3">popen(3)</a>.  <li>Only close the stream passed to <a href="http://man.openbsd.org?query=pclose&sektion=3">pclose(3)</a> if it was opened by <a href="http://man.openbsd.org?query=popen&sektion=3">popen(3)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a>, invoke the OpenBSD::Makewhatis module directly insteading of forking <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makewhatis&sektion=8">makewhatis(8)</a>.  <li>In <a href="http://man.openbsd.org?query=pkg_add&sektion=1">pkg_add(1)</a>, invoke the OpenBSD::Makewhatis module directly insteading of forking <a href="http://man.openbsd.org?query=makewhatis&sektion=8">makewhatis(8)</a>.
 <li>Reorganise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makewhatis&sektion=8">makewhatis(8)</a> to avoid using unnecessary code, and allow invocation as a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1">perl(1)</a> module.  <li>Reorganise <a href="http://man.openbsd.org?query=makewhatis&sektion=8">makewhatis(8)</a> to avoid using unnecessary code, and allow invocation as a <a href="http://man.openbsd.org?query=perl&sektion=1">perl(1)</a> module.
 <li>Big update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>, moving towards IPv6 support.  <li>Big update to <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>, moving towards IPv6 support.
 <li>New @lib marker in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> packing lists, that lets the tools know when to run <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfig&sektion=8">ldconfig(8)</a>.  <li>New @lib marker in <a href="http://man.openbsd.org?query=pkg_add&sektion=1">pkg_add(1)</a> packing lists, that lets the tools know when to run <a href="http://man.openbsd.org?query=ldconfig&sektion=8">ldconfig(8)</a>.
 <li>Many more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> fixes and improvements.  <li>Many more <a href="http://man.openbsd.org?query=pkg_add&sektion=1">pkg_add(1)</a> fixes and improvements.
 <!-- ^ 20040806 -->  <!-- ^ 20040806 -->
 <li>Refactor <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> etc. packing list code.  <li>Refactor <a href="http://man.openbsd.org?query=pkg_add&sektion=1">pkg_add(1)</a> etc. packing list code.
 <li>Now that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3">malloc(3)</a> uses <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&sektion=2">mmap(2)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sbrk&sektion=2">sbrk(2)</a>, remove the rlimit check from the userland code and let the kernel do it.  <li>Now that <a href="http://man.openbsd.org?query=malloc&sektion=3">malloc(3)</a> uses <a href="http://man.openbsd.org?query=mmap&sektion=2">mmap(2)</a> instead of <a href="http://man.openbsd.org?query=sbrk&sektion=2">sbrk(2)</a>, remove the rlimit check from the userland code and let the kernel do it.
 <li>Use the new fd-passing functionality in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auth_subr&sektion=3">BSD_AUTH(3)</a> to implement record locking for S/Key logins.  <li>Use the new fd-passing functionality in <a href="http://man.openbsd.org?query=auth_subr&sektion=3">BSD_AUTH(3)</a> to implement record locking for S/Key logins.
 <li>Stop trying to change the cwd of processes after a forced unmount.  <li>Stop trying to change the cwd of processes after a forced unmount.
 <!-- ^ 20050805 -->  <!-- ^ 20050805 -->
 <li>Don't send signals from hardclock to prevent SMP problems in the near future.  <li>Don't send signals from hardclock to prevent SMP problems in the near future.
 <li>Add interrupt coalescing support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a>  <li>Add interrupt coalescing support to <a href="http://man.openbsd.org?query=fxp&sektion=4">fxp(4)</a>
 <li>Fix jumbo frames support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk(4)</a>.  <li>Fix jumbo frames support in <a href="http://man.openbsd.org?query=sk&sektion=4">sk(4)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>, return DH group 14 when /etc/moduli is empty, fixing a hang.  <li>In <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a>, return DH group 14 when /etc/moduli is empty, fixing a hang.
 <!-- ^ 20040804 -->  <!-- ^ 20040804 -->
 <li>Allow a file descriptor to be passed on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auth_subr&sektion=3">BSD_AUTH(3)</a> back channel, to be used for stateful login scripts.  <li>Allow a file descriptor to be passed on the <a href="http://man.openbsd.org?query=auth_subr&sektion=3">BSD_AUTH(3)</a> back channel, to be used for stateful login scripts.
 <li>Do a check for minval&gt;maxval in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtonum&sektion=3">strtonum(3)</a>  <li>Do a check for minval&gt;maxval in <a href="http://man.openbsd.org?query=strtonum&sektion=3">strtonum(3)</a>
 <li>Change the minval and maxval parameters to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtonum&sektion=3">strtonum(3)</a> from unsigned to signed long long, simplifying the code.  <li>Change the minval and maxval parameters to <a href="http://man.openbsd.org?query=strtonum&sektion=3">strtonum(3)</a> from unsigned to signed long long, simplifying the code.
 <li>Allow an autonegotiation to be forced at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&sektion=4">mii(4)</a> attach time.  <li>Allow an autonegotiation to be forced at <a href="http://man.openbsd.org?query=mii&sektion=4">mii(4)</a> attach time.
 <li>Don't crash the kernel in autoconf when matching an indirect device with verbose mode switched on.  <li>Don't crash the kernel in autoconf when matching an indirect device with verbose mode switched on.
 <li>Allow NFS commits to be coalesced instead of always sending a commit for each block.  <li>Allow NFS commits to be coalesced instead of always sending a commit for each block.
 <li>MRT dump compatibility fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.  <li>MRT dump compatibility fixes for <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.
 <li>Add route label support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a> via the -label keyword.  <li>Add route label support to <a href="http://man.openbsd.org?query=route&sektion=8">route(8)</a> via the -label keyword.
 <li>Introduce 'route labels', allowing up to 32 bytes of information to be attached to a route.  <li>Introduce 'route labels', allowing up to 32 bytes of information to be attached to a route.
 <li>Fix reference counting bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>, avoiding leaks.  <li>Fix reference counting bugs in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>, avoiding leaks.
 <li>Make disk geometry parameters in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&arch=i386">fdisk(8/i386)</a> unsigned values to avoid some signedness problems.  <li>Make disk geometry parameters in <a href="http://man.openbsd.org?query=fdisk&sektion=8&arch=i386">fdisk(8/i386)</a> unsigned values to avoid some signedness problems.
 <li>Don't trim device major and minor numbers to 8 bits when accessing device nodes over NFS.  <li>Don't trim device major and minor numbers to 8 bits when accessing device nodes over NFS.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4">pfsync(4)</a> to use a unicast sync peer, via the new 'syncpeer' keyword to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>. This lets pfsync operate over IPsec.  <li>Allow <a href="http://man.openbsd.org?query=pfsync&sektion=4">pfsync(4)</a> to use a unicast sync peer, via the new 'syncpeer' keyword to <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a>. This lets pfsync operate over IPsec.
 <li>Show if locking is present in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pstat&sektion=8">pstat(8)</a> -f output.  <li>Show if locking is present in <a href="http://man.openbsd.org?query=pstat&sektion=8">pstat(8)</a> -f output.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a> microcode for interrupt coalescing. From Intel via FreeBSD.  <li>Add <a href="http://man.openbsd.org?query=fxp&sektion=4">fxp(4)</a> microcode for interrupt coalescing. From Intel via FreeBSD.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1">lint(1)</a> allow more integer types in bitfields.  <li>Have <a href="http://man.openbsd.org?query=lint&sektion=1">lint(1)</a> allow more integer types in bitfields.
 <!-- ^ 20040803 -->  <!-- ^ 20040803 -->
 <li>Set initial latency and cacheline size for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4">cardbus(4)</a> devices.  <li>Set initial latency and cacheline size for <a href="http://man.openbsd.org?query=cardbus&sektion=4">cardbus(4)</a> devices.
 <li>Out-of-line some functions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp(4)</a> to shrink the kernel a bit.  <li>Out-of-line some functions in <a href="http://man.openbsd.org?query=isp&sektion=4">isp(4)</a> to shrink the kernel a bit.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> don't expire phase 2 SAs that are not yet established on receipt of a SIGHUP.  <li>In <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> don't expire phase 2 SAs that are not yet established on receipt of a SIGHUP.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4">pcmcia(4)</a> crashes (PR#3732, PR#3881). More work required.  <li>Fix <a href="http://man.openbsd.org?query=pcmcia&sektion=4">pcmcia(4)</a> crashes (PR#3732, PR#3881). More work required.
 <li>New @man element for packing lists.  <li>New @man element for packing lists.
 <li>If LK_NOWAIT is passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vget&sektion=9">vget(9)</a>, return EBUSY if the vnode is <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lock&sektion=9">lock(9)</a>ed.  <li>If LK_NOWAIT is passed to <a href="http://man.openbsd.org?query=vget&sektion=9">vget(9)</a>, return EBUSY if the vnode is <a href="http://man.openbsd.org?query=lock&sektion=9">lock(9)</a>ed.
 <!-- ^ 20040802 -->  <!-- ^ 20040802 -->
 <li>Rewind the tape less often when repositioning an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&sektion=4">st(4)</a> device.  <li>Rewind the tape less often when repositioning an <a href="http://man.openbsd.org?query=st&sektion=4">st(4)</a> device.
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3">malloc(3)</a> implementation using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&sektion=2">mmap(2)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sbrk&sektion=2">sbrk(2)</a>. This means that malloc now gets all the benefits of mmap's randomisation feature.  <li>New <a href="http://man.openbsd.org?query=malloc&sektion=3">malloc(3)</a> implementation using <a href="http://man.openbsd.org?query=mmap&sektion=2">mmap(2)</a> instead of <a href="http://man.openbsd.org?query=sbrk&sektion=2">sbrk(2)</a>. This means that malloc now gets all the benefits of mmap's randomisation feature.
 <li>Deal with upward-growing stacks when checking for the end of the stackgap in sys/compat/common.  <li>Deal with upward-growing stacks when checking for the end of the stackgap in sys/compat/common.
 <li>Major updates to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc(4)</a>. From FreeBSD.  <li>Major updates to <a href="http://man.openbsd.org?query=ahc&sektion=4">ahc(4)</a>. From FreeBSD.
 <!-- ^ 20040801 -->  <!-- ^ 20040801 -->
 <li>Kill GATEWAY and IPFORWARDING <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8">config(8)</a> options, since their functionality has long been available from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8">sysctl(8)</a>.  <li>Kill GATEWAY and IPFORWARDING <a href="http://man.openbsd.org?query=config&sektion=8">config(8)</a> options, since their functionality has long been available from <a href="http://man.openbsd.org?query=sysctl&sektion=8">sysctl(8)</a>.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8">httpd(8)</a> correctly use port information supplied by the client (if available) when UseCanonicalName is off.  <li>Have <a href="http://man.openbsd.org?query=httpd&sektion=8">httpd(8)</a> correctly use port information supplied by the client (if available) when UseCanonicalName is off.
 <!-- ^ 20040731 -->  <!-- ^ 20040731 -->
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&sektion=5">bgpd.conf(5)</a> announce type "default-route", which will only announce the default route to a specified neighbour.  <li>New <a href="http://man.openbsd.org?query=bgpd.conf&sektion=5">bgpd.conf(5)</a> announce type "default-route", which will only announce the default route to a specified neighbour.
 <li>Drain <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hotplug&sektion=4">hotplug(4)</a>'s event queue on close, fixing a hang on shutdown (PR#3874).  <li>Drain <a href="http://man.openbsd.org?query=hotplug&sektion=4">hotplug(4)</a>'s event queue on close, fixing a hang on shutdown (PR#3874).
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4">siop(4)</a> probe problems on hppa.  <li>Fix <a href="http://man.openbsd.org?query=siop&sektion=4">siop(4)</a> probe problems on hppa.
 <li>Call /bin/ksh instead of /bin/sh in the installer scripts, since the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a> mannerisms will be disabled when invoked as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sh&sektion=1">sh(1)</a> soon.  <li>Call /bin/ksh instead of /bin/sh in the installer scripts, since the <a href="http://man.openbsd.org?query=ksh&sektion=1">ksh(1)</a> mannerisms will be disabled when invoked as <a href="http://man.openbsd.org?query=sh&sektion=1">sh(1)</a> soon.
 <!-- ^ 20040730 -->  <!-- ^ 20040730 -->
 <li>Fix a missing initialisation when processing an RDE update in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.  <li>Fix a missing initialisation when processing an RDE update in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.
 <li>Helpfully, don't truncate the lease file to zero length on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a> startup.  <li>Helpfully, don't truncate the lease file to zero length on <a href="http://man.openbsd.org?query=dhcpd&sektion=8">dhcpd(8)</a> startup.
 <li>Keep a unique ID for each server <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> talks to.  <li>Keep a unique ID for each server <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a> talks to.
 <li>Display IKE Dead Peer Detection notifications in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>.  <li>Display IKE Dead Peer Detection notifications in <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>.
 <li>Fix the conditions under which <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool_put&sektion=9">pool_put(9)</a> frees a page.  <li>Fix the conditions under which <a href="http://man.openbsd.org?query=pool_put&sektion=9">pool_put(9)</a> frees a page.
 <li>Fix NAT-T Aggressive Mode by putting NAT-D checks in the right place.  <li>Fix NAT-T Aggressive Mode by putting NAT-D checks in the right place.
 <li>Don't set the output filename in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compress&sektion=1">compress(1)</a> when in -t mode, avoiding an error which the input filename doesn't end in '.gz'.  <li>Don't set the output filename in <a href="http://man.openbsd.org?query=compress&sektion=1">compress(1)</a> when in -t mode, avoiding an error which the input filename doesn't end in '.gz'.
 <li>Drop ip6.int query support for IPv6 reverse lookups with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gethostbyaddr&sektion=3">gethostbyaddr(3)</a>.  <li>Drop ip6.int query support for IPv6 reverse lookups with <a href="http://man.openbsd.org?query=gethostbyaddr&sektion=3">gethostbyaddr(3)</a>.
 <!-- ^ 20040729 -->  <!-- ^ 20040729 -->
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=SHA1Pad&sektion=3">SHA1Pad(3)</a> in libskey, instead of relying on undocumented behaviour from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=SHA1Final&sektion=3">SHA1Final(3)</a>.  <li>Use <a href="http://man.openbsd.org?query=SHA1Pad&sektion=3">SHA1Pad(3)</a> in libskey, instead of relying on undocumented behaviour from <a href="http://man.openbsd.org?query=SHA1Final&sektion=3">SHA1Final(3)</a>.
 <li>Add new timekeeping code, MI-only for now and not yet enabled anywhere.  <li>Add new timekeeping code, MI-only for now and not yet enabled anywhere.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>, prefer the path with the lowest MED value, not the highest.  <li>In <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>, prefer the path with the lowest MED value, not the highest.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> retry failed DNS lookups from the config file every sixty seconds.  <li>Have <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> retry failed DNS lookups from the config file every sixty seconds.
 <li>Set the default localpreference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> to 100 instead of 0.  <li>Set the default localpreference in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> to 100 instead of 0.
 <li>Fix a leak when passing a file descriptor between processes.  <li>Fix a leak when passing a file descriptor between processes.
 <li>Support lists-within-lists for the AS and prefix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&sektion=5">bgpd.conf(5)</a>.  <li>Support lists-within-lists for the AS and prefix in <a href="http://man.openbsd.org?query=bgpd.conf&sektion=5">bgpd.conf(5)</a>.
 <li>Support list expansion for the AS in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&sektion=5">bgpd.conf(5)</a>.  <li>Support list expansion for the AS in <a href="http://man.openbsd.org?query=bgpd.conf&sektion=5">bgpd.conf(5)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>, only print TCP sequence numbers for SYN, FIN or RST packets if -vv is in effect.  <li>In <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>, only print TCP sequence numbers for SYN, FIN or RST packets if -vv is in effect.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&sektion=9">pool(9)</a>s instead of R_Malloc() for rtentry and rttimer structs. Adapted from NetBSD.  <li>Use <a href="http://man.openbsd.org?query=pool&sektion=9">pool(9)</a>s instead of R_Malloc() for rtentry and rttimer structs. Adapted from NetBSD.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&sektion=8">inetd(8)</a> set the user and group on UNIX domain sockets.  <li>Have <a href="http://man.openbsd.org?query=inetd&sektion=8">inetd(8)</a> set the user and group on UNIX domain sockets.
 <li>Add -ttttt option (timestamp difference since the first packet) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>.  <li>Add -ttttt option (timestamp difference since the first packet) to <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>, call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setsid&sektion=2">setsid(2)</a> before doing re-exec.  <li>In <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a>, call <a href="http://man.openbsd.org?query=setsid&sektion=2">setsid(2)</a> before doing re-exec.
 <!-- ^ 20040728 -->  <!-- ^ 20040728 -->
 <li>Support pf-style macro expansion for the peer spec and prefix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&sektion=5">bgpd.conf(5)</a>.  <li>Support pf-style macro expansion for the peer spec and prefix in <a href="http://man.openbsd.org?query=bgpd.conf&sektion=5">bgpd.conf(5)</a>.
 <!-- ^ 20040727 -->  <!-- ^ 20040727 -->
 <li>Backport from Apache 2.0 a fix for a mod_usertrack coredump in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8">httpd(8)</a>.  <li>Backport from Apache 2.0 a fix for a mod_usertrack coredump in <a href="http://man.openbsd.org?query=httpd&sektion=8">httpd(8)</a>.
 <!-- ^ 20040726 -->  <!-- ^ 20040726 -->
 <li>Some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&sektion=4">atw(4)</a> fixes from NetBSD.  <li>Some <a href="http://man.openbsd.org?query=atw&sektion=4">atw(4)</a> fixes from NetBSD.
 <!-- ^ 20040725 -->  <!-- ^ 20040725 -->
 <li>Fix IP header alignment in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&sektion=4">an(4)</a>.  <li>Fix IP header alignment in <a href="http://man.openbsd.org?query=an&sektion=4">an(4)</a>.
 <!-- ^ 20040724 -->  <!-- ^ 20040724 -->
 <li>Fix a use-after-<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&sektion=3">free(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gprof&sektion=1">gprof(1)</a>.  <li>Fix a use-after-<a href="http://man.openbsd.org?query=free&sektion=3">free(3)</a> in <a href="http://man.openbsd.org?query=gprof&sektion=1">gprof(1)</a>.
 <!-- ^ 20040723 -->  <!-- ^ 20040723 -->
 <li>Add in a missing NULL check in DIOCCHANGERULE, preventing a rare crash.<br>  <li>Add in a missing NULL check in DIOCCHANGERULE, preventing a rare crash.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Use 'directory/' instead of '@dir directory' in packing lists.  <li>Use 'directory/' instead of '@dir directory' in packing lists.
 <li>Ignore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=utime&sektion=3">utime(3)</a> failure in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8">cron(8)</a> poke_daemon(), it doesn't matter any more since tickling the socket is enough.  <li>Ignore <a href="http://man.openbsd.org?query=utime&sektion=3">utime(3)</a> failure in <a href="http://man.openbsd.org?query=cron&sektion=8">cron(8)</a> poke_daemon(), it doesn't matter any more since tickling the socket is enough.
 <li>Use mutex instead of SIMPLELOCK around the kernel's deadproc list.  <li>Use mutex instead of SIMPLELOCK around the kernel's deadproc list.
 <li>Don't allow m_dup1() to return an mbuf chain when it should return a single mbuf.  <li>Don't allow m_dup1() to return an mbuf chain when it should return a single mbuf.
 <li>Start work on removing the size limit from the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a> minibuffer.  <li>Start work on removing the size limit from the <a href="http://man.openbsd.org?query=mg&sektion=1">mg(1)</a> minibuffer.
 <!-- ^ 20040722 -->  <!-- ^ 20040722 -->
 <li>Fix a problem with X on 64-bit architectures that was causing some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmouse&sektion=4">wsmouse(4)</a> input events to be lost.  <li>Fix a problem with X on 64-bit architectures that was causing some <a href="http://man.openbsd.org?query=wsmouse&sektion=4">wsmouse(4)</a> input events to be lost.
 <li>Don't clobber an existing /etc/fonts/local.conf in XF4 make install.  <li>Don't clobber an existing /etc/fonts/local.conf in XF4 make install.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kqueue&sektion=2">kqueue(2)</a> support for NFS, adapted from NetBSD.  <li><a href="http://man.openbsd.org?query=kqueue&sektion=2">kqueue(2)</a> support for NFS, adapted from NetBSD.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fseek&sektion=3">fseek(3)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fseeko&sektion=3">fseeko(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hexdump&sektion=1">hexdump(1)</a>, since the argument being used is an off_t.  <li>Use <a href="http://man.openbsd.org?query=fseek&sektion=3">fseek(3)</a> instead of <a href="http://man.openbsd.org?query=fseeko&sektion=3">fseeko(3)</a> in <a href="http://man.openbsd.org?query=hexdump&sektion=1">hexdump(1)</a>, since the argument being used is an off_t.
 <li>Don't mess up the internal state of a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipe&sektion=2">pipe(2)</a> when pipelock() fails, just return with an error.  <li>Don't mess up the internal state of a <a href="http://man.openbsd.org?query=pipe&sektion=2">pipe(2)</a> when pipelock() fails, just return with an error.
 <li>Fix an unnecessary fatal() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> when the remote dies quickly.  <li>Fix an unnecessary fatal() in <a href="http://man.openbsd.org?query=sshd&sektion=8">sshd(8)</a> when the remote dies quickly.
 <li>Don't display invalid usernames using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setproctitle&sektion=3">setproctitle(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> (OpenSSH bugzilla #899).  <li>Don't display invalid usernames using <a href="http://man.openbsd.org?query=setproctitle&sektion=3">setproctitle(3)</a> in <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a> (OpenSSH bugzilla #899).
 <li>Fix a multiple-free in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.  <li>Fix a multiple-free in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>.
 <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&sektion=4">umass(4)</a> fixes from NetBSD.  <li>More <a href="http://man.openbsd.org?query=umass&sektion=4">umass(4)</a> fixes from NetBSD.
 <li>Fix CPU speed-related sound slowdown in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4">auich(4)</a> (PR#3814).  <li>Fix CPU speed-related sound slowdown in <a href="http://man.openbsd.org?query=auich&sektion=4">auich(4)</a> (PR#3814).
 <li>More pointless inline removal in the kernel.  <li>More pointless inline removal in the kernel.
 <li>Implement outgoing interrupt pipes (part of the USB 1.1 spec) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4">usb(4)</a>. From FreeBSD.  <li>Implement outgoing interrupt pipes (part of the USB 1.1 spec) in <a href="http://man.openbsd.org?query=usb&sektion=4">usb(4)</a>. From FreeBSD.
 <!-- ^ 20040721 -->  <!-- ^ 20040721 -->
 <li>Disable the XFree86 module loader on powerpc, ahead of upcoming malloc() changes.  <li>Disable the XFree86 module loader on powerpc, ahead of upcoming malloc() changes.
 <li>Strip the strcpy() and strcat() builtins from GCC 3 (as was done for GCC 2) to make them easier to spot and eradicate.  <li>Strip the strcpy() and strcat() builtins from GCC 3 (as was done for GCC 2) to make them easier to spot and eradicate.
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdce&sektion=4">cdce(4)</a> driver supporting USB CDC Ethernet devices.  <li>New <a href="http://man.openbsd.org?query=cdce&sektion=4">cdce(4)</a> driver supporting USB CDC Ethernet devices.
 <li>Use mutexes in a few places where SIMPLELOCK was used before.  <li>Use mutexes in a few places where SIMPLELOCK was used before.
 <li>Add i386 and AMD machine-dependent mutex implementations.  <li>Add i386 and AMD machine-dependent mutex implementations.
 <li>Introduce mutex support to the kernel. Not optimally efficient, and not MP-safe.  <li>Introduce mutex support to the kernel. Not optimally efficient, and not MP-safe.
 <li>New @info keywork to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> etc., supporting GNU info documents.  <li>New @info keywork to <a href="http://man.openbsd.org?query=pkg_add&sektion=1">pkg_add(1)</a> etc., supporting GNU info documents.
 <li>Reintroduce standalone <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=popa3d&sektion=8">popa3d(8)</a> after fixes and more testing.  <li>Reintroduce standalone <a href="http://man.openbsd.org?query=popa3d&sektion=8">popa3d(8)</a> after fixes and more testing.
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wicontrol&sektion=8">wicontrol(8)</a> displaying garbage when run against a nonexistent interface.  <li>Stop <a href="http://man.openbsd.org?query=wicontrol&sektion=8">wicontrol(8)</a> displaying garbage when run against a nonexistent interface.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gprof&sektion=1">gprof(1)</a> work properly on 64-bit architectures where the text is above 4GB.  <li>Make <a href="http://man.openbsd.org?query=gprof&sektion=1">gprof(1)</a> work properly on 64-bit architectures where the text is above 4GB.
 <!-- ^ 20040720 -->  <!-- ^ 20040720 -->
 <li>Display correct labels in the output from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a> -st.  <li>Display correct labels in the output from <a href="http://man.openbsd.org?query=pfctl&sektion=8">pfctl(8)</a> -st.
 <li>Fix an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&sektion=4">atw(4)</a> panic on detach.  <li>Fix an <a href="http://man.openbsd.org?query=atw&sektion=4">atw(4)</a> panic on detach.
 <li>Correct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a>'s error checks for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtonum&sektion=3">strtonum(3)</a>.  <li>Correct <a href="http://man.openbsd.org?query=mg&sektion=1">mg(1)</a>'s error checks for <a href="http://man.openbsd.org?query=strtonum&sektion=3">strtonum(3)</a>.
 <li>Start work on a tutorial for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> we have, not PMake.  <li>Start work on a tutorial for the <a href="http://man.openbsd.org?query=make&sektion=1">make(1)</a> we have, not PMake.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtonum&sektion=3">strtonum(3)</a>ify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=id&sektion=1">id(1)</a>.  <li><a href="http://man.openbsd.org?query=strtonum&sektion=3">strtonum(3)</a>ify <a href="http://man.openbsd.org?query=id&sektion=1">id(1)</a>.
 <li>Fix a signal race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>.  <li>Fix a signal race in <a href="http://man.openbsd.org?query=make&sektion=1">make(1)</a>.
 <!-- ^ 20040719 -->  <!-- ^ 20040719 -->
 <li>Fix a leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getrrsetbyname&sektion=3">getrrsetbyname(3)</a>.  <li>Fix a leak in <a href="http://man.openbsd.org?query=getrrsetbyname&sektion=3">getrrsetbyname(3)</a>.
 <li>Don't let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1">xterm(1)</a> crash when selecting text.  <li>Don't let <a href="http://man.openbsd.org?query=xterm&sektion=1">xterm(1)</a> crash when selecting text.
 <li>React more rationally in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> to (possibly) transient network errors from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=recvfrom&sektion=2">recvfrom(2)</a>.  <li>React more rationally in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a> to (possibly) transient network errors from <a href="http://man.openbsd.org?query=recvfrom&sektion=2">recvfrom(2)</a>.
 <li>More improvements to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>'s query interval scaling.  <li>More improvements to <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>'s query interval scaling.
 <li>Return EINVAL if a negative offset is passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftruncate&sektion=2">ftruncate(2)</a>.  <li>Return EINVAL if a negative offset is passed to <a href="http://man.openbsd.org?query=ftruncate&sektion=2">ftruncate(2)</a>.
 <li>Don't check for the non-existent md5 of an '@link' in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_delete&sektion=1">pkg_delete(1)</a>.  <li>Don't check for the non-existent md5 of an '@link' in <a href="http://man.openbsd.org?query=pkg_delete&sektion=1">pkg_delete(1)</a>.
 <li>Add bsd.rd to the list of filesets installed by default.  <li>Add bsd.rd to the list of filesets installed by default.
 <li>For NFS and URL installs, assume the network is already set up the way the user wants it.  <li>For NFS and URL installs, assume the network is already set up the way the user wants it.
 <!-- ^ 20040718 -->  <!-- ^ 20040718 -->
 <li>Back out standalone support from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=popa3d&sektion=8">popa3d(8)</a>.  <li>Back out standalone support from <a href="http://man.openbsd.org?query=popa3d&sektion=8">popa3d(8)</a>.
 <li>Remove K&amp;R support from libc/sys/makelintstub.sh.  <li>Remove K&amp;R support from libc/sys/makelintstub.sh.
 <li>Fix a use-after-<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&sektion=3">free(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amd&sektion=8">amd(8)</a>'s AFS code.  <li>Fix a use-after-<a href="http://man.openbsd.org?query=free&sektion=3">free(3)</a> in <a href="http://man.openbsd.org?query=amd&sektion=8">amd(8)</a>'s AFS code.
 <li>Fix missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> lastlog messages under certain circumstances (OpenSSH bugzilla #463).  <li>Fix missing <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a> lastlog messages under certain circumstances (OpenSSH bugzilla #463).
 <li>Add an stty command to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot.conf&sektion=8&arch=i386">boot.conf(8/i386)</a> to set the serial console speed.  <li>Add an stty command to the <a href="http://man.openbsd.org?query=boot.conf&sektion=8&arch=i386">boot.conf(8/i386)</a> to set the serial console speed.
 <li>Deal gracefully with a null sub-timezone in the installer.  <li>Deal gracefully with a null sub-timezone in the installer.
 <li>Unbreak the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> normaliser's use of the timestamp as an extension to the sequence number.  <li>Unbreak the <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> normaliser's use of the timestamp as an extension to the sequence number.
 <!-- ^ 20040717 -->  <!-- ^ 20040717 -->
 <li>Add a ruleset optimiser to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a> (new -o and -oo options).  <li>Add a ruleset optimiser to <a href="http://man.openbsd.org?query=pfctl&sektion=8">pfctl(8)</a> (new -o and -oo options).
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtonum&sektion=3">strtonum(3)</a>, add a test of the lower bound when the upper bound is greater than LLONG_MAX.  <li>In <a href="http://man.openbsd.org?query=strtonum&sektion=3">strtonum(3)</a>, add a test of the lower bound when the upper bound is greater than LLONG_MAX.
 <li>Updates to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=san&sektion=4">san(4)</a> driver.  <li>Updates to the <a href="http://man.openbsd.org?query=san&sektion=4">san(4)</a> driver.
 <li>Kill <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a> history functions on non-interactive shells. Based on NetBSD.  <li>Kill <a href="http://man.openbsd.org?query=ksh&sektion=1">ksh(1)</a> history functions on non-interactive shells. Based on NetBSD.
 <li>Back out a TCP change that left the ends of a newly-ESTABLISHED connection with asymmetric congestion windows.  <li>Back out a TCP change that left the ends of a newly-ESTABLISHED connection with asymmetric congestion windows.
 <!-- ^ 20040716 -->  <!-- ^ 20040716 -->
 <li>Unbreak antenna diversity setting in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ancontrol&sektion=8">ancontrol(8)</a>.  <li>Unbreak antenna diversity setting in <a href="http://man.openbsd.org?query=ancontrol&sektion=8">ancontrol(8)</a>.
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkill&sektion=1">pkill(1)</a> whining when a process that it expects to be running has died, e.g. a privsep child that got reaped right away by the parent.  <li>Stop <a href="http://man.openbsd.org?query=pkill&sektion=1">pkill(1)</a> whining when a process that it expects to be running has died, e.g. a privsep child that got reaped right away by the parent.
 <li>Fix core dumps from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wicontrol&sektion=8">wicontrol(8)</a> when fetching values a card doesn't support.  <li>Fix core dumps from <a href="http://man.openbsd.org?query=wicontrol&sektion=8">wicontrol(8)</a> when fetching values a card doesn't support.
 <li>New -D option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&sektion=1">nc(1)</a> switching on SO_DEBUG.  <li>New -D option to <a href="http://man.openbsd.org?query=nc&sektion=1">nc(1)</a> switching on SO_DEBUG.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkill&sektion=1">pkill(1)</a>, skip the pkill process itself and any processes marked P_SYSTEM every time.  <li>In <a href="http://man.openbsd.org?query=pkill&sektion=1">pkill(1)</a>, skip the pkill process itself and any processes marked P_SYSTEM every time.
 <li>The netiso code was removed from the tree. Noone cared.  <li>The netiso code was removed from the tree. Noone cared.
 <li>Many fixes and improvements to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&sektion=4">atw(4)</a> from NetBSD and the reference driver via NetBSD.  <li>Many fixes and improvements to <a href="http://man.openbsd.org?query=atw&sektion=4">atw(4)</a> from NetBSD and the reference driver via NetBSD.
 <!-- ^ 20040715 -->  <!-- ^ 20040715 -->
 <li>Add compat versions of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msgctl&sektion=2">msgctl(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=semctl&sektion=2">semctl(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=shmctl&sektion=2">shmctl(2)</a> with 16-bit mode_t.  <li>Add compat versions of <a href="http://man.openbsd.org?query=msgctl&sektion=2">msgctl(2)</a>, <a href="http://man.openbsd.org?query=semctl&sektion=2">semctl(2)</a> and <a href="http://man.openbsd.org?query=shmctl&sektion=2">shmctl(2)</a> with 16-bit mode_t.
 <li>Add new versions of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msgctl&sektion=2">msgctl(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=semctl&sektion=2">semctl(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=shmctl&sektion=2">shmctl(2)</a> functions to deal with the changes to mode_t (included in struct ipc_perm).  <li>Add new versions of the <a href="http://man.openbsd.org?query=msgctl&sektion=2">msgctl(2)</a>, <a href="http://man.openbsd.org?query=semctl&sektion=2">semctl(2)</a> and <a href="http://man.openbsd.org?query=shmctl&sektion=2">shmctl(2)</a> functions to deal with the changes to mode_t (included in struct ipc_perm).
 <li>Refactor SysV shared memory functions, allowing them to automagically handle conversions between new and old structures in compatibility mode.  <li>Refactor SysV shared memory functions, allowing them to automagically handle conversions between new and old structures in compatibility mode.
 <li>Back out last vestiges of IPv6 fragment reassembly using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> scrub.  <li>Back out last vestiges of IPv6 fragment reassembly using <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> scrub.
 <li>Drop the stratum calculation from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.  <li>Drop the stratum calculation from <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>.
 <li>Ignore clock synchronisation status returned to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdate&sektion=8">rdate(8)</a> -n clients.  <li>Ignore clock synchronisation status returned to <a href="http://man.openbsd.org?query=rdate&sektion=8">rdate(8)</a> -n clients.
 <li>Zero out the NFS generation number in struct stat in OpenBSD 3.5 and 4.3BSD compatibility modes.  <li>Zero out the NFS generation number in struct stat in OpenBSD 3.5 and 4.3BSD compatibility modes.
 <li>Only retransmit relevant NFS requests on nfs_reconnect().  <li>Only retransmit relevant NFS requests on nfs_reconnect().
 <li>Rework <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_create&sektion=1">pkg_create(1)</a>'s @dirrm directive, and add @dir.  <li>Rework <a href="http://man.openbsd.org?query=pkg_add&sektion=1">pkg_add(1)</a>/<a href="http://man.openbsd.org?query=pkg_create&sektion=1">pkg_create(1)</a>'s @dirrm directive, and add @dir.
 <!-- ^ 20040714 -->  <!-- ^ 20040714 -->
 <li>Fix a double-free and some backwards logic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=passwd&sektion=1">passwd(1)</a>.  <li>Fix a double-free and some backwards logic in <a href="http://man.openbsd.org?query=passwd&sektion=1">passwd(1)</a>.
 <li>Finally remove the deprecated passwd.conf functionality and files.  <li>Finally remove the deprecated passwd.conf functionality and files.
 <li>Change mode_t and nlink_t from u_int16_t to u_int32_t.  <li>Change mode_t and nlink_t from u_int16_t to u_int32_t.
 <li>Add weak-aliased __errno(3) function to libc and bump all library major versions.  <li>Add weak-aliased __errno(3) function to libc and bump all library major versions.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> return decent server statistics to the client, including the stratum, reference time and synchronisation status.  <li>Have <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a> return decent server statistics to the client, including the stratum, reference time and synchronisation status.
 <li>Ignore obviously malformed queries in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.  <li>Ignore obviously malformed queries in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=socketpair&sektion=2">socketpair(2)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipe&sektion=2">pipe(2)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.  <li>Use <a href="http://man.openbsd.org?query=socketpair&sektion=2">socketpair(2)</a> instead of <a href="http://man.openbsd.org?query=pipe&sektion=2">pipe(2)</a> in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_create&sektion=1">pkg_create(1)</a>, mark links as what they are instead of computing a size and checksum for them.  <li>In <a href="http://man.openbsd.org?query=pkg_create&sektion=1">pkg_create(1)</a>, mark links as what they are instead of computing a size and checksum for them.
 <!-- ^ 20040713 -->  <!-- ^ 20040713 -->
 <!-- ^ 20040712 -->  <!-- ^ 20040712 -->
 <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> detects a file conflict, helpfully list the clashing file's originating package.  <li>When <a href="http://man.openbsd.org?query=pkg_add&sektion=1">pkg_add(1)</a> detects a file conflict, helpfully list the clashing file's originating package.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtoul&sektion=3">strtoul(3)</a> -&gt; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtonum&sektion=3">strtonum(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a>.  <li><a href="http://man.openbsd.org?query=strtoul&sektion=3">strtoul(3)</a> -&gt; <a href="http://man.openbsd.org?query=strtonum&sektion=3">strtonum(3)</a> in <a href="http://man.openbsd.org?query=mg&sektion=1">mg(1)</a>.
 <li>Deal with count==0 correctly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newsyslog&sektion=8">newsyslog(8)</a>.  <li>Deal with count==0 correctly in <a href="http://man.openbsd.org?query=newsyslog&sektion=8">newsyslog(8)</a>.
 <li>Save process context in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=namei&sektion=9">namei(9)</a> avoiding a crash (PR#3842).  <li>Save process context in <a href="http://man.openbsd.org?query=namei&sektion=9">namei(9)</a> avoiding a crash (PR#3842).
 <li>Back out IPv6 fragment reassembly under the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> scrub directive, it's not ready yet.  <li>Back out IPv6 fragment reassembly under the <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> scrub directive, it's not ready yet.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> create a group when adding a dynamic interface that's not yet plumbed in.  <li>Have <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> create a group when adding a dynamic interface that's not yet plumbed in.
 <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4">usb(4)</a> fixes from NetBSD.  <li>More <a href="http://man.openbsd.org?query=usb&sektion=4">usb(4)</a> fixes from NetBSD.
 <li>An endianness fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nm&sektion=1">nm(1)</a>.  <li>An endianness fix in <a href="http://man.openbsd.org?query=nm&sektion=1">nm(1)</a>.
 <li>Fix lockup when unmounting a union filesystem.  <li>Fix lockup when unmounting a union filesystem.
 <!-- ^ 20040711 -->  <!-- ^ 20040711 -->
 <li>Fix TCP NFS mount hangs after a server reset.  <li>Fix TCP NFS mount hangs after a server reset.
 <li>Scale <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>'s query interval based on the local clock offset. More work to come.  <li>Scale <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>'s query interval based on the local clock offset. More work to come.
 <li>Endianness fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4">ehci(4)</a> from NetBSD.  <li>Endianness fixes to <a href="http://man.openbsd.org?query=ehci&sektion=4">ehci(4)</a> from NetBSD.
 <li>Remove descriptions of partition types from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&arch=i386">fdisk(8/i386)</a>, shrinking the executable.  <li>Remove descriptions of partition types from <a href="http://man.openbsd.org?query=fdisk&sektion=8&arch=i386">fdisk(8/i386)</a>, shrinking the executable.
 <!-- ^ 20040710 -->  <!-- ^ 20040710 -->
 <li>HP-UX compatibility stuff for hppa.  <li>HP-UX compatibility stuff for hppa.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sed&sektion=1">sed(1)</a> failure when the last character of the line buffer was a backslash. From FreeBSD and NetBSD.  <li>Fix <a href="http://man.openbsd.org?query=sed&sektion=1">sed(1)</a> failure when the last character of the line buffer was a backslash. From FreeBSD and NetBSD.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtonum&sektion=3">strtonum(3)</a>ify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=procmap&sektion=1">procmap(1)</a>.  <li><a href="http://man.openbsd.org?query=strtonum&sektion=3">strtonum(3)</a>ify <a href="http://man.openbsd.org?query=procmap&sektion=1">procmap(1)</a>.
 <li>Fix cd9660 buffer writing code.  <li>Fix cd9660 buffer writing code.
 <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=patch&sektion=1">patch(1)</a>'s detection of whether or not a patch has already been applied.  <li>Improve <a href="http://man.openbsd.org?query=patch&sektion=1">patch(1)</a>'s detection of whether or not a patch has already been applied.
 <li>Miscellaneous cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=reboot&sektion=8">reboot(8)</a>.  <li>Miscellaneous cleanup in <a href="http://man.openbsd.org?query=reboot&sektion=8">reboot(8)</a>.
 <li>Don't use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strlcpy&sektion=3">strlcpy(3)</a> on a string that's not null-terminated in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1">ftp(1)</a>.  <li>Don't use <a href="http://man.openbsd.org?query=strlcpy&sektion=3">strlcpy(3)</a> on a string that's not null-terminated in <a href="http://man.openbsd.org?query=ftp&sektion=1">ftp(1)</a>.
 <li>Some ANSI prototypes in games, sbin and usr.sbin.  <li>Some ANSI prototypes in games, sbin and usr.sbin.
 <li>Don't update the clock in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> without data.  <li>Don't update the clock in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a> without data.
 <li>When saving a file, have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a> check if it's null terminated and prompt the user to add it if desired.  <li>When saving a file, have <a href="http://man.openbsd.org?query=mg&sektion=1">mg(1)</a> check if it's null terminated and prompt the user to add it if desired.
 <li>Rework <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>'s DNS handling to better deal with responses containing multiple addresses. Two keywords, 'server' and 'servers', with different semantics.  <li>Rework <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>'s DNS handling to better deal with responses containing multiple addresses. Two keywords, 'server' and 'servers', with different semantics.
 <li>Set the correct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&sektion=2">poll(2)</a> timeout in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.  <li>Set the correct <a href="http://man.openbsd.org?query=poll&sektion=2">poll(2)</a> timeout in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>.
 <!-- ^ 20040709 -->  <!-- ^ 20040709 -->
 <li>A couple of network mask issues with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> tables.  <li>A couple of network mask issues with <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> tables.
 <li>Fix a few missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=close&sektion=2">close(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&sektion=3">free(3)</a> calls in an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> error path.  <li>Fix a few missing <a href="http://man.openbsd.org?query=close&sektion=2">close(2)</a> and <a href="http://man.openbsd.org?query=free&sektion=3">free(3)</a> calls in an <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> error path.
 <li>Fix overwriting of virtual MAC address by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> on FDDI interfaces.  <li>Fix overwriting of virtual MAC address by <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> on FDDI interfaces.
 <li>Don't mistakenly skip a file in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcp&sektion=1">rcp(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a> by mistake when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fchmod&sektion=2">fchmod(2)</a> fails twice.  <li>Don't mistakenly skip a file in <a href="http://man.openbsd.org?query=rcp&sektion=1">rcp(1)</a> and <a href="http://man.openbsd.org?query=scp&sektion=1">scp(1)</a> by mistake when <a href="http://man.openbsd.org?query=fchmod&sektion=2">fchmod(2)</a> fails twice.
 <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1">gdb(1)</a>'s kvm interface with FSF, adding 'kvm proc' and 'kvm pcb' commands.  <li>Sync <a href="http://man.openbsd.org?query=gdb&sektion=1">gdb(1)</a>'s kvm interface with FSF, adding 'kvm proc' and 'kvm pcb' commands.
 <!-- ^ 20040708 -->  <!-- ^ 20040708 -->
 <li>Check for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stat&sektion=2">stat(2)</a> failure in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a>'s virtual filesystem.  <li>Check for <a href="http://man.openbsd.org?query=stat&sektion=2">stat(2)</a> failure in <a href="http://man.openbsd.org?query=pkg_add&sektion=1">pkg_add(1)</a>'s virtual filesystem.
 <li>Fix a couple of MRT bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.  <li>Fix a couple of MRT bugs in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>.
 <li>Open the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a> script execution window from 1 to 3 seconds.  <li>Open the <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a> script execution window from 1 to 3 seconds.
 <li>Return -1 from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftw&sektion=3">ftw(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nftw&sektion=3">nftw(3)</a> if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts_close&sektion=3">fts_close(3)</a> fails without returning an error.  <li>Return -1 from <a href="http://man.openbsd.org?query=ftw&sektion=3">ftw(3)</a> and <a href="http://man.openbsd.org?query=nftw&sektion=3">nftw(3)</a> if <a href="http://man.openbsd.org?query=fts_close&sektion=3">fts_close(3)</a> fails without returning an error.
 <li>Fix a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.  <li>Fix a memory leak in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>.
 <li>Better client responses from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.  <li>Better client responses from <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>.
 <li>Better time handling code for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.  <li>Better time handling code for <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>.
 <li>Fix a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&sektion=1">systrace(1)</a> problem where argv[0] would be normalised and so break scripts that depend on the original path.  <li>Fix a <a href="http://man.openbsd.org?query=systrace&sektion=1">systrace(1)</a> problem where argv[0] would be normalised and so break scripts that depend on the original path.
 <li>Stop logging <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> responses with bad cookies, so attackers can't spam the log files. Back off logging in general.  <li>Stop logging <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a> responses with bad cookies, so attackers can't spam the log files. Back off logging in general.
 <li>Don't listen by default in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>. New 'listen on' directive must be used instead.  <li>Don't listen by default in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>. New 'listen on' directive must be used instead.
 <li>Allow for multiple IP addresses associated with hostnames listed in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd.conf&sektion=5">ntpd.conf(5)</a>.  <li>Allow for multiple IP addresses associated with hostnames listed in <a href="http://man.openbsd.org?query=ntpd.conf&sektion=5">ntpd.conf(5)</a>.
 <li>Add a 'trustlevel' for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> peers, using the peer's timely network responses to judge its worthiness to affect the clock offset, and to set how often queries are sent.  <li>Add a 'trustlevel' for <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a> peers, using the peer's timely network responses to judge its worthiness to affect the clock offset, and to set how often queries are sent.
 <!-- ^ 20040707 -->  <!-- ^ 20040707 -->
 <li>Implement filtering on peer replies in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.  <li>Implement filtering on peer replies in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>.
 <li>Fix a couple of sizeof(wrongthing) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.  <li>Fix a couple of sizeof(wrongthing) in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>.
 <li>New -R option fro <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&sektion=8">ftp-proxy(8)</a> allowing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> to safely accept client PASV-mode connections to a protected FTP server.  <li>New -R option fro <a href="http://man.openbsd.org?query=ftp-proxy&sektion=8">ftp-proxy(8)</a> allowing <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> to safely accept client PASV-mode connections to a protected FTP server.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> log the IP address NTP replies and incorrect cookies are received from.  <li>Have <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a> log the IP address NTP replies and incorrect cookies are received from.
 <li>Allow and resolve hostnames in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd.conf&sektion=5">ntpd.conf(5)</a>.  <li>Allow and resolve hostnames in <a href="http://man.openbsd.org?query=ntpd.conf&sektion=5">ntpd.conf(5)</a>.
 <li>Add a couple of missing initialisations in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.  <li>Add a couple of missing initialisations in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>.
 <li>Set FTS_LOGICAL in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftw&sektion=3">ftw(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nftw&sektion=3">nftw(3)</a> (unless FTS_PHYSICAL is explicitly passed in to the latter) as required by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&sektion=3">fts(3)</a>.  <li>Set FTS_LOGICAL in <a href="http://man.openbsd.org?query=ftw&sektion=3">ftw(3)</a> and <a href="http://man.openbsd.org?query=nftw&sektion=3">nftw(3)</a> (unless FTS_PHYSICAL is explicitly passed in to the latter) as required by <a href="http://man.openbsd.org?query=fts&sektion=3">fts(3)</a>.
 <li>Some string cleaning and other fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ul&sektion=1">ul(1)</a>.  <li>Some string cleaning and other fixes to <a href="http://man.openbsd.org?query=ul&sektion=1">ul(1)</a>.
 <li>Back out the bogus fix for the TCP simultaneous close bug from TCP/IP Illustrated vol. 2, exercise 29.5.  <li>Back out the bogus fix for the TCP simultaneous close bug from TCP/IP Illustrated vol. 2, exercise 29.5.
 <li>Some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4">ehci(4)</a> fixes from NetBSD. Multiple devices can now be simultaneously active.  <li>Some <a href="http://man.openbsd.org?query=ehci&sektion=4">ehci(4)</a> fixes from NetBSD. Multiple devices can now be simultaneously active.
 <li>Don't require -w for writes with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audioctl&sektion=1">audioctl(1)</a>.  <li>Don't require -w for writes with <a href="http://man.openbsd.org?query=audioctl&sektion=1">audioctl(1)</a>.
 <!-- ^ 20040706 -->  <!-- ^ 20040706 -->
 <li>Keep track of historical offset and delay values in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>, for later use in filtering.  <li>Keep track of historical offset and delay values in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>, for later use in filtering.
 <li><font color="#e00000"><strong>RELIABILITY FIX: Under certain network load the kernel can run out of stack space.</strong></font> This was encountered in an environment using CARP on a VLAN interface. this issue initially manifested itself as an FPU-related crash on bootup.<br>  <li><font color="#e00000"><strong>RELIABILITY FIX: Under certain network load the kernel can run out of stack space.</strong></font> This was encountered in an environment using CARP on a VLAN interface. this issue initially manifested itself as an FPU-related crash on bootup.<br>
     <a href="errata36.html#rnd">A source code patch is available</a>.<br>      <a href="errata36.html#rnd">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Fix a segfault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=routed&sektion=8">routed(8)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtquery&sektion=8">rtquery(8)</a> messages from a non-local host (PR#3841).  <li>Fix a segfault in <a href="http://man.openbsd.org?query=routed&sektion=8">routed(8)</a> with <a href="http://man.openbsd.org?query=rtquery&sektion=8">rtquery(8)</a> messages from a non-local host (PR#3841).
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>'s conversion from seconds to microseconds.  <li>Fix <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>'s conversion from seconds to microseconds.
 <li>Don't queue <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hotplug&sektion=4">hotplug(4)</a> events if there's no <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hotplugd&sektion=8">hotplugd(8)</a> running. When the last listening daemon exits, flush pending events.  <li>Don't queue <a href="http://man.openbsd.org?query=hotplug&sektion=4">hotplug(4)</a> events if there's no <a href="http://man.openbsd.org?query=hotplugd&sektion=8">hotplugd(8)</a> running. When the last listening daemon exits, flush pending events.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtonum&sektion=3">strtonum(3)</a>ify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chpass&sektion=1">chpass(1)</a>.  <li><a href="http://man.openbsd.org?query=strtonum&sektion=3">strtonum(3)</a>ify <a href="http://man.openbsd.org?query=chpass&sektion=1">chpass(1)</a>.
 <li>Allow the argument to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstab&sektion=5">fstab(5)</a> options groupquota and userquota to be optional  <li>Allow the argument to <a href="http://man.openbsd.org?query=fstab&sektion=5">fstab(5)</a> options groupquota and userquota to be optional
 <li>Implement 'set nexthop blackhole' and 'set nexthop reject' in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.  <li>Implement 'set nexthop blackhole' and 'set nexthop reject' in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.
 <li>Give a helpful error message when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_create&sektion=1">pkg_create(1)</a> fails due to a missing @name.  <li>Give a helpful error message when <a href="http://man.openbsd.org?query=pkg_create&sektion=1">pkg_create(1)</a> fails due to a missing @name.
 <li>Remote the single-server limitation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.  <li>Remote the single-server limitation in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adjtime&sektion=2">adjtime(2)</a> to sync the local clock in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>, based on the median offset from the configured servers for now.  <li>Use <a href="http://man.openbsd.org?query=adjtime&sektion=2">adjtime(2)</a> to sync the local clock in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>, based on the median offset from the configured servers for now.
 <li>Some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4">ehci(4)</a> updates from NetBSD.  <li>Some <a href="http://man.openbsd.org?query=ehci&sektion=4">ehci(4)</a> updates from NetBSD.
 <li>Keep track of the device and inode of objects loaded by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a>, so that it's no longer possible to have the same object loaded from two different locations.  <li>Keep track of the device and inode of objects loaded by <a href="http://man.openbsd.org?query=ld.so&sektion=1">ld.so(1)</a>, so that it's no longer possible to have the same object loaded from two different locations.
 <!-- ^ 20040705 -->  <!-- ^ 20040705 -->
 <li>Die nicely if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a> can't read its config file.  <li>Die nicely if <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a> can't read its config file.
 <li>Fix a few missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=freeaddrinfo&sektion=3">freeaddrinfo(3)</a>s in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8">spamd(8)</a>  <li>Fix a few missing <a href="http://man.openbsd.org?query=freeaddrinfo&sektion=3">freeaddrinfo(3)</a>s in <a href="http://man.openbsd.org?query=spamd&sektion=8">spamd(8)</a>
 <li>Drop the requirement in the installer for a 'b' partition. If one exists use it as swap, and don't allow a mount point to be created there.  <li>Drop the requirement in the installer for a 'b' partition. If one exists use it as swap, and don't allow a mount point to be created there.
 <li>SCHED_LOCK() before proc_stop() in issignal(), avoiding a panic from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=splassert&sektion=9">splassert(9)</a> #ifdef MULTIPROCESSOR.  <li>SCHED_LOCK() before proc_stop() in issignal(), avoiding a panic from <a href="http://man.openbsd.org?query=splassert&sektion=9">splassert(9)</a> #ifdef MULTIPROCESSOR.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> compute the local clock offset as per RFC 2030 section 5.  <li>In <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a> compute the local clock offset as per RFC 2030 section 5.
 <li>Make the backspace and delete keys do the right thing by default in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1">xterm(1)</a>.  <li>Make the backspace and delete keys do the right thing by default in <a href="http://man.openbsd.org?query=xterm&sektion=1">xterm(1)</a>.
 <!-- ^ 20040704 -->  <!-- ^ 20040704 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=calloc&sektion=3">calloc(3)</a> the right structure in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> client_peer_init().  <li><a href="http://man.openbsd.org?query=calloc&sektion=3">calloc(3)</a> the right structure in <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a> client_peer_init().
 <li>Some cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lam&sektion=1">lam(1)</a>.  <li>Some cleanup in <a href="http://man.openbsd.org?query=lam&sektion=1">lam(1)</a>.
 <li>Fix a vnode leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&sektion=2">mount(2)</a>.  <li>Fix a vnode leak in <a href="http://man.openbsd.org?query=mount&sektion=2">mount(2)</a>.
 <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>'s MRT dump code to use fd passing.  <li>Change <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>'s MRT dump code to use fd passing.
 <li>Put <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=skey&sektion=1">skey(1)</a> code inside #ifdef SKEY in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>. From FreeBSD.  <li>Put <a href="http://man.openbsd.org?query=skey&sektion=1">skey(1)</a> code inside #ifdef SKEY in <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a>. From FreeBSD.
 <li>Bypass the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> normaliser for now when forwarding ip6 packets.  <li>Bypass the <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> normaliser for now when forwarding ip6 packets.
 <li>Support '@host:port' syntax in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslog.conf&sektion=5">syslog.conf(5)</a>, allowing specification of the remote port.  <li>Support '@host:port' syntax in <a href="http://man.openbsd.org?query=syslog.conf&sektion=5">syslog.conf(5)</a>, allowing specification of the remote port.
 <!-- ^ 20040703 -->  <!-- ^ 20040703 -->
 <li>Respect TMPDIR when creating a temporary mountpoint for the new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_mfs&sektion=8">mount_mfs(8)</a> -P option.  <li>Respect TMPDIR when creating a temporary mountpoint for the new <a href="http://man.openbsd.org?query=mount_mfs&sektion=8">mount_mfs(8)</a> -P option.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtoul&sektion=3">strtoul(3)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtol&sektion=3">strtol(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setmode&sektion=3">setmode(3)</a>, and return ERANGE consistently for invalid octal modes.  <li>Use <a href="http://man.openbsd.org?query=strtoul&sektion=3">strtoul(3)</a> instead of <a href="http://man.openbsd.org?query=strtol&sektion=3">strtol(3)</a> in <a href="http://man.openbsd.org?query=setmode&sektion=3">setmode(3)</a>, and return ERANGE consistently for invalid octal modes.
 <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=savecore&sektion=8">savecore(8)</a> to new-style kernel time handling.  <li>Update <a href="http://man.openbsd.org?query=savecore&sektion=8">savecore(8)</a> to new-style kernel time handling.
 <li>Allow (but ignore) the -E and -X options in src/distrib/special/more.  <li>Allow (but ignore) the -E and -X options in src/distrib/special/more.
 <li>Fix a few division-by-zeros in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8">vmstat(8)</a>.  <li>Fix a few division-by-zeros in <a href="http://man.openbsd.org?query=vmstat&sektion=8">vmstat(8)</a>.
 <!-- ^ 20040702 -->  <!-- ^ 20040702 -->
 <li>Fix rare cases of bogus permissions from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtree&sektion=8">mtree(8)</a>, caused by a missing initialisation.  <li>Fix rare cases of bogus permissions from <a href="http://man.openbsd.org?query=mtree&sektion=8">mtree(8)</a>, caused by a missing initialisation.
 <li>Add a few md use-before-init sanity checks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm&sektion=3">kvm(3)</a>.  <li>Add a few md use-before-init sanity checks in <a href="http://man.openbsd.org?query=kvm&sektion=3">kvm(3)</a>.
 <li>Check for a nonexistent name in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm&sektion=3">kvm(3)</a> and print a useful error message.  <li>Check for a nonexistent name in <a href="http://man.openbsd.org?query=kvm&sektion=3">kvm(3)</a> and print a useful error message.
 <!-- ^ 20040701 -->  <!-- ^ 20040701 -->
 <li>Use the evcount API for interrupts counting on hppa.  <li>Use the evcount API for interrupts counting on hppa.
 <li>Test for a tty break in the right place in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.  <li>Test for a tty break in the right place in <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a>.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&sektion=8">inetd(8)</a>'s handling of UNIX domain sockets.  <li>Fix <a href="http://man.openbsd.org?query=inetd&sektion=8">inetd(8)</a>'s handling of UNIX domain sockets.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpt&sektion=4">mpt(4)</a> use SCSI_POLL during the probe since MP kernels don't enable interrupts until after the probe has completed.  <li>In <a href="http://man.openbsd.org?query=mpt&sektion=4">mpt(4)</a> use SCSI_POLL during the probe since MP kernels don't enable interrupts until after the probe has completed.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strlcpy&sektion=9">strlcpy(9)</a> -&gt; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=copyoutstr&sektion=9">copyoutstr(9)</a> when copying from kernel to userland in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4">vnd(4)</a>.  <li><a href="http://man.openbsd.org?query=strlcpy&sektion=9">strlcpy(9)</a> -&gt; <a href="http://man.openbsd.org?query=copyoutstr&sektion=9">copyoutstr(9)</a> when copying from kernel to userland in <a href="http://man.openbsd.org?query=vnd&sektion=4">vnd(4)</a>.
 <!-- ^ 20040630 -->  <!-- ^ 20040630 -->
 <li>Allow shared library revision numbers to be overridden for libOSMesa, libXRes, libxkbfile and libkbui.  <li>Allow shared library revision numbers to be overridden for libOSMesa, libXRes, libxkbfile and libkbui.
 <li>Remove interface name verification code from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a>, so that once again a rule referring to a non-existent interface simply never fires. This has the handy side-effect of allowing pfctl to be run as non-root again.  <li>Remove interface name verification code from <a href="http://man.openbsd.org?query=pfctl&sektion=8">pfctl(8)</a>, so that once again a rule referring to a non-existent interface simply never fires. This has the handy side-effect of allowing pfctl to be run as non-root again.
 <li>Unbreak MSCHAP in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppd&sektion=8">pppd(8)</a> due to local <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=MD4Update&sektion=3">MD4Update(3)</a> differences.  <li>Unbreak MSCHAP in <a href="http://man.openbsd.org?query=pppd&sektion=8">pppd(8)</a> due to local <a href="http://man.openbsd.org?query=MD4Update&sektion=3">MD4Update(3)</a> differences.
 <li>Don't allow bogus routes with a nexthop inside 127/8 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.  <li>Don't allow bogus routes with a nexthop inside 127/8 in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.
 <li>If no listener address is given to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>, listen on every IP address.  <li>If no listener address is given to <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>, listen on every IP address.
 <li>Change a few <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memcpy&sektion=3">memcpy(3)</a> into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strlcpy&sektion=3">strlcpy(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a> when copying the interface name.  <li>Change a few <a href="http://man.openbsd.org?query=memcpy&sektion=3">memcpy(3)</a> into <a href="http://man.openbsd.org?query=strlcpy&sektion=3">strlcpy(3)</a> in <a href="http://man.openbsd.org?query=pfctl&sektion=8">pfctl(8)</a> when copying the interface name.
 <li>Install <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8">sendmail(8)</a>'s libmilter by default.  <li>Install <a href="http://man.openbsd.org?query=sendmail&sektion=8">sendmail(8)</a>'s libmilter by default.
 <!-- ^ 20040629 -->  <!-- ^ 20040629 -->
 <li>In net80211, allow WEP keys to have lengths other than 40 or 108 bits.  <li>In net80211, allow WEP keys to have lengths other than 40 or 108 bits.
 <li>Don't try to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strlcpy&sektion=9">strlcpy(9)</a> from userland into the kernel in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4">vnd(4)</a>.  <li>Don't try to <a href="http://man.openbsd.org?query=strlcpy&sektion=9">strlcpy(9)</a> from userland into the kernel in <a href="http://man.openbsd.org?query=vnd&sektion=4">vnd(4)</a>.
 <li>Update zoneinfo files and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ctime&sektion=3">ctime(3)</a> to tzdata2004a. Respect Georgia's wish to have the right timezone again.  <li>Update zoneinfo files and <a href="http://man.openbsd.org?query=ctime&sektion=3">ctime(3)</a> to tzdata2004a. Respect Georgia's wish to have the right timezone again.
 <li>Remove '#if 0' around the real code for net80211 ioctl WI_RID_PRISM2. This allows <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&sektion=4">atw(4)</a> to do AP scanning via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wicontrol&sektion=8">wicontrol(8)</a>.  <li>Remove '#if 0' around the real code for net80211 ioctl WI_RID_PRISM2. This allows <a href="http://man.openbsd.org?query=atw&sektion=4">atw(4)</a> to do AP scanning via <a href="http://man.openbsd.org?query=wicontrol&sektion=8">wicontrol(8)</a>.
 <li>New -z option for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8">vmstat(8)</a> to show devices even if they haven't generated an interrupt.  <li>New -z option for <a href="http://man.openbsd.org?query=vmstat&sektion=8">vmstat(8)</a> to show devices even if they haven't generated an interrupt.
 <li>Use the new event counter API for interrupt counting on alpha, amd64, i386, macppc and sparc64.  <li>Use the new event counter API for interrupt counting on alpha, amd64, i386, macppc and sparc64.
 <li>Add generic interrupt counter retrieval via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a>, removing the need for i386-specific code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8">vmstat(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1">systat(1)</a>.  <li>Add generic interrupt counter retrieval via <a href="http://man.openbsd.org?query=sysctl&sektion=3">sysctl(3)</a>, removing the need for i386-specific code in <a href="http://man.openbsd.org?query=vmstat&sektion=8">vmstat(8)</a> and <a href="http://man.openbsd.org?query=systat&sektion=1">systat(1)</a>.
 <li>Add generic 'evcount' event counter API to the kernel.  <li>Add generic 'evcount' event counter API to the kernel.
 <!-- ^ 20040628 -->  <!-- ^ 20040628 -->
 <li>Hack around a panic in 802.11 crypto startup due to the rnd device not being initialised.  <li>Hack around a panic in 802.11 crypto startup due to the rnd device not being initialised.
 <li>Add missing 802.11g and 802.11 'turbo' media types for the 802.11 framework to &lt;net/if_media.h&gt;.  <li>Add missing 802.11g and 802.11 'turbo' media types for the 802.11 framework to &lt;net/if_media.h&gt;.
 <!-- ^ 20040627 -->  <!-- ^ 20040627 -->
 <li>Use congestion-sensitive IF_INPUT_ENQUEUE() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gre&sektion=4">gre(4)</a>.  <li>Use congestion-sensitive IF_INPUT_ENQUEUE() in <a href="http://man.openbsd.org?query=gre&sektion=4">gre(4)</a>.
 <li>Alignment fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a> lcp and ipcp handling.  <li>Alignment fixes in <a href="http://man.openbsd.org?query=ppp&sektion=8">ppp(8)</a> lcp and ipcp handling.
 <li>Allow the default console to be changed to a serial device from the installer. Only i386 uses this for now.  <li>Allow the default console to be changed to a serial device from the installer. Only i386 uses this for now.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fvwm&sektion=1">fvwm(1)</a>, use two va_list and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=va_copy&sektion=3">va_copy(3)</a> instead of reusing a single va_list.  <li>In <a href="http://man.openbsd.org?query=fvwm&sektion=1">fvwm(1)</a>, use two va_list and <a href="http://man.openbsd.org?query=va_copy&sektion=3">va_copy(3)</a> instead of reusing a single va_list.
 <li>New -P option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_mfs&sektion=8">mount_mfs(8)</a>, used to populate the mfs volume immediately after creation.  <li>New -P option to <a href="http://man.openbsd.org?query=mount_mfs&sektion=8">mount_mfs(8)</a>, used to populate the mfs volume immediately after creation.
 <li>Make the root of an mfs partition inherit modes, owner and group from the mountpoint.  <li>Make the root of an mfs partition inherit modes, owner and group from the mountpoint.
 <li>Only add the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipcomp&sektion=4">ipcomp(4)</a> header if compression is actually used, i.e. if the packet got smaller after compression.  <li>Only add the <a href="http://man.openbsd.org?query=ipcomp&sektion=4">ipcomp(4)</a> header if compression is actually used, i.e. if the packet got smaller after compression.
 <li>New timeslot keyword for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>, used by telco cards.  <li>New timeslot keyword for <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a>, used by telco cards.
 <li>Add SIOC[GS]IFTIMESLOT ioctls for telco cards (currently just <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=san&sektion=4">san(4)</a>).  <li>Add SIOC[GS]IFTIMESLOT ioctls for telco cards (currently just <a href="http://man.openbsd.org?query=san&sektion=4">san(4)</a>).
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=san&sektion=4">san(4)</a> driver for Sangoma T1/E1 cards.  <li>New <a href="http://man.openbsd.org?query=san&sektion=4">san(4)</a> driver for Sangoma T1/E1 cards.
 <li>More narrowing down of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>'s privsep interface.  <li>More narrowing down of <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>'s privsep interface.
 <li>After switching most of the device drivers to use generic ether_crc32_be(), add a table-driven implementation of this function. From FreeBSD PR#49957.  <li>After switching most of the device drivers to use generic ether_crc32_be(), add a table-driven implementation of this function. From FreeBSD PR#49957.
 <li>Don't allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nanosleep&sektion=2">nanosleep(2)</a> called with a zero timeout to sleep indefinitely, sleep for at least 1/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hz&sektion=9">hz</a> seconds.  <li>Don't allow <a href="http://man.openbsd.org?query=nanosleep&sektion=2">nanosleep(2)</a> called with a zero timeout to sleep indefinitely, sleep for at least 1/<a href="http://man.openbsd.org?query=hz&sektion=9">hz</a> seconds.
 <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4">ipsec(4)</a> UDP encapsulation by default.  <li>Enable <a href="http://man.openbsd.org?query=ipsec&sektion=4">ipsec(4)</a> UDP encapsulation by default.
 <!-- ^ 20040626 -->  <!-- ^ 20040626 -->
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=keynote&sektion=1">keynote(1)</a> policy checking to be disabled in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.  <li>Allow <a href="http://man.openbsd.org?query=keynote&sektion=1">keynote(1)</a> policy checking to be disabled in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>.
 <li>Remove netiso code from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a>.  <li>Remove netiso code from <a href="http://man.openbsd.org?query=netstat&sektion=1">netstat(1)</a>.
 <li>Use the extended protocol in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogc&sektion=8">syslogc(8)</a> to detect overflows (-o option).  <li>Use the extended protocol in <a href="http://man.openbsd.org?query=syslogc&sektion=8">syslogc(8)</a> to detect overflows (-o option).
 <li>Extend the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&sektion=8">syslogd(8)</a> memory buffer protocol to include flags, starting with one to indicate that the buffers have overflowed.  <li>Extend the <a href="http://man.openbsd.org?query=syslogd&sektion=8">syslogd(8)</a> memory buffer protocol to include flags, starting with one to indicate that the buffers have overflowed.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> re-exec file descriptor handling.  <li>Fix <a href="http://man.openbsd.org?query=sshd&sektion=8">sshd(8)</a> re-exec file descriptor handling.
 <li>Introduce interface groups, accessible via new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a> keyword 'group'.  <li>Introduce interface groups, accessible via new <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a> keyword 'group'.
 <li>String cleaning in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twm&sektion=1">twm(1)</a>.  <li>String cleaning in <a href="http://man.openbsd.org?query=twm&sektion=1">twm(1)</a>.
 <li>More work on IPv6 normalisation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.  <li>More work on IPv6 normalisation in <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a>.
 <li>Add SMP support for amd64.  <li>Add SMP support for amd64.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4">re(4)</a> MAC address setup on big-endian machines.  <li>Fix <a href="http://man.openbsd.org?query=re&sektion=4">re(4)</a> MAC address setup on big-endian machines.
 <li>When renaming files in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a> server, fall back to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stat&sektion=2">stat(2)</a>-then-<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rename&sektion=2">rename(2)</a> if the underlying filesystem doesn't support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=link&sektion=2">link(2)</a>.  <li>When renaming files in the <a href="http://man.openbsd.org?query=sftp&sektion=1">sftp(1)</a> server, fall back to <a href="http://man.openbsd.org?query=stat&sektion=2">stat(2)</a>-then-<a href="http://man.openbsd.org?query=rename&sektion=2">rename(2)</a> if the underlying filesystem doesn't support <a href="http://man.openbsd.org?query=link&sektion=2">link(2)</a>.
 <li>Some more string cleaning in the X server.  <li>Some more string cleaning in the X server.
 <li>Fix a misplaced closing brace that was breaking xtrans unix socket creation (freedesktop.org bugzill #363).  <li>Fix a misplaced closing brace that was breaking xtrans unix socket creation (freedesktop.org bugzill #363).
 <li>Add layer 2 tunnelling (tap) support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&sektion=4">tun(4)</a>.  <li>Add layer 2 tunnelling (tap) support to <a href="http://man.openbsd.org?query=tun&sektion=4">tun(4)</a>.
 <li>Don't allow IPsec udpencap (4500/udp) to be a dynamic <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bind&sektion=2">bind(2)</a> port.  <li>Don't allow IPsec udpencap (4500/udp) to be a dynamic <a href="http://man.openbsd.org?query=bind&sektion=2">bind(2)</a> port.
 <li>Enable propolice on XFree86 modules.  <li>Enable propolice on XFree86 modules.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>, only do TCP wrappers checks when the incoming connection is on a socket.  <li>In <a href="http://man.openbsd.org?query=sshd&sektion=8">sshd(8)</a>, only do TCP wrappers checks when the incoming connection is on a socket.
 <li>Narrow down <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>'s privsep interface a bit.  <li>Narrow down <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>'s privsep interface a bit.
 <li>Ditch autoconf stuff in libkeynote, it's not used here.  <li>Ditch autoconf stuff in libkeynote, it's not used here.
 <li>Set stricter modes on shared memory segments used by the X server.  <li>Set stricter modes on shared memory segments used by the X server.
 <li>Do IPv6 fragment reassembly with the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> scrub directive. Work in progress.  <li>Do IPv6 fragment reassembly with the <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> scrub directive. Work in progress.
 <li>String cleaning in the X server, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fvwm&sektion=1">fvwm(1)</a> and xtrans.  <li>String cleaning in the X server, <a href="http://man.openbsd.org?query=fvwm&sektion=1">fvwm(1)</a> and xtrans.
 <li>Convert libXt to ANSI C. From XFree86 HEAD.  <li>Convert libXt to ANSI C. From XFree86 HEAD.
 <!-- ^ 20040625 -->  <!-- ^ 20040625 -->
 <li>Some work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> multiprotocol support.  <li>Some work on <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> multiprotocol support.
 <li>Reprint the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&sektion=8&arch=i386">boot(8)</a> identity string after changing the console line.  <li>Reprint the <a href="http://man.openbsd.org?query=boot&sektion=8&arch=i386">boot(8)</a> identity string after changing the console line.
 <li>Disable the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&sektion=8&arch=i386">boot(8)</a> timeout once the user hits a key.  <li>Disable the <a href="http://man.openbsd.org?query=boot&sektion=8&arch=i386">boot(8)</a> timeout once the user hits a key.
 <li>Big tidyup of sys/net/rtsock.c.  <li>Big tidyup of sys/net/rtsock.c.
 <li>Some alignment fixups in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.  <li>Some alignment fixups in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&sektion=4">systrace(4)</a>, quit early if detached after an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exec&sektion=3">exec*(3)</a>, and avoid a double-free.  <li>In <a href="http://man.openbsd.org?query=systrace&sektion=4">systrace(4)</a>, quit early if detached after an <a href="http://man.openbsd.org?query=exec&sektion=3">exec*(3)</a>, and avoid a double-free.
 <li>Remove the 8-page size limit on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a>-returned argv array.  <li>Remove the 8-page size limit on the <a href="http://man.openbsd.org?query=sysctl&sektion=3">sysctl(3)</a>-returned argv array.
 <li>Strip netiso code from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a> and <!-- 20040625 --><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>.  <li>Strip netiso code from <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a> and <!-- 20040625 --><a href="http://man.openbsd.org?query=route&sektion=8">route(8)</a>.
 <li>Make all kernel time access via functions so that locking is possible.  <li>Make all kernel time access via functions so that locking is possible.
 <li>Re-<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exec&sektion=3">exec(3)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> after <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=accept&sektion=2">accept(2)</a>. Can be turned off with the -r command line option.  <li>Re-<a href="http://man.openbsd.org?query=exec&sektion=3">exec(3)</a> <a href="http://man.openbsd.org?query=sshd&sektion=8">sshd(8)</a> after <a href="http://man.openbsd.org?query=accept&sektion=2">accept(2)</a>. Can be turned off with the -r command line option.
 <li>Add C++ inclusion guards into &lt;pcap.h&gt; and &lt;keynote.h&gt;.  <li>Add C++ inclusion guards into &lt;pcap.h&gt; and &lt;keynote.h&gt;.
 <li>Add genericstable to the list of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8">sendmail(8)</a> databases that /etc/mail/Makefile can create automatically.  <li>Add genericstable to the list of <a href="http://man.openbsd.org?query=sendmail&sektion=8">sendmail(8)</a> databases that /etc/mail/Makefile can create automatically.
 <li>Don't <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realloc&sektion=3">realloc(3)</a> so often when fetching process args in libkvm. Will be needed soon.  <li>Don't <a href="http://man.openbsd.org?query=realloc&sektion=3">realloc(3)</a> so often when fetching process args in libkvm. Will be needed soon.
 <li>If one of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkill&sektion=1">pkill(1)</a>'s targets can't be killed, carry on and kill the rest instead of stopping.  <li>If one of <a href="http://man.openbsd.org?query=pkill&sektion=1">pkill(1)</a>'s targets can't be killed, carry on and kill the rest instead of stopping.
 <li>Fix SIGCHLD handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> so SIGSTOP and SIGCONT now work as expected.  <li>Fix SIGCHLD handling in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> so SIGSTOP and SIGCONT now work as expected.
 <li>Gracefully handle line buffer overruns when reading boot.conf.  <li>Gracefully handle line buffer overruns when reading boot.conf.
 <li>Do <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4">ehci(4)</a> on macppc as well.  <li>Do <a href="http://man.openbsd.org?query=ehci&sektion=4">ehci(4)</a> on macppc as well.
 <li>Crank libc and libpthread majors again after <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hsearch&sektion=3">hsearch(3)</a> addition.  <li>Crank libc and libpthread majors again after <a href="http://man.openbsd.org?query=hsearch&sektion=3">hsearch(3)</a> addition.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> to handle keys from X.509 certs embededed in keynote credentials.  <li>Allow <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> to handle keys from X.509 certs embededed in keynote credentials.
 <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hsearch&sektion=3">hsearch(3)</a> and friends, for XPG4.2 reasons. From NetBSD.  <li>Implement <a href="http://man.openbsd.org?query=hsearch&sektion=3">hsearch(3)</a> and friends, for XPG4.2 reasons. From NetBSD.
 <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8">sendmail(8)</a> to 8.13.0.  <li>Update <a href="http://man.openbsd.org?query=sendmail&sektion=8">sendmail(8)</a> to 8.13.0.
 <!-- ^ 20040624 -->  <!-- ^ 20040624 -->
 <li>Correct a missing dereference and unbreak logging of IPV4_ADDR_SUBNET IDs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.  <li>Correct a missing dereference and unbreak logging of IPV4_ADDR_SUBNET IDs in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>.
 <li>Fix the for loop that counts passed environment variables in multiplex <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.  <li>Fix the for loop that counts passed environment variables in multiplex <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a>.
 <li>As with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8">sysctl(8)</a>, make the -w option for writes with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsconsctl&sektion=8">wsconsctl(8)</a> optional.  <li>As with <a href="http://man.openbsd.org?query=sysctl&sektion=8">sysctl(8)</a>, make the -w option for writes with <a href="http://man.openbsd.org?query=wsconsctl&sektion=8">wsconsctl(8)</a> optional.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> show the time between packets when prodded with -tttt.  <li>Have <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a> show the time between packets when prodded with -tttt.
 <li>Some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setuid&sektion=2">setuid(2)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setgid&sektion=2">setgid(2)</a> fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&sektion=1">systrace(1)</a>.  <li>Some <a href="http://man.openbsd.org?query=setuid&sektion=2">setuid(2)</a>/<a href="http://man.openbsd.org?query=setgid&sektion=2">setgid(2)</a> fixes for <a href="http://man.openbsd.org?query=systrace&sektion=1">systrace(1)</a>.
 <li>Shrink the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a> die-on-RTM_DELADDR window to one second.  <li>Shrink the <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a> die-on-RTM_DELADDR window to one second.
 <!-- ^ SLIST_FOREACH()... -->  <!-- ^ SLIST_FOREACH()... -->
 <li>Remove another <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stat&sektion=2">stat(2)</a>-then-<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&sektion=2">open(2)</a> from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.  <li>Remove another <a href="http://man.openbsd.org?query=stat&sektion=2">stat(2)</a>-then-<a href="http://man.openbsd.org?query=open&sektion=2">open(2)</a> from <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>.
 <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&sektion=4">ahd(4)</a> by default for i386.  <li>Enable <a href="http://man.openbsd.org?query=ahd&sektion=4">ahd(4)</a> by default for i386.
 <li>Unbreak phase 1 IPV[46]_ADDR_SUBNET IDs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd.conf&sektion=5">isakmpd.conf(5)</a>  <li>Unbreak phase 1 IPV[46]_ADDR_SUBNET IDs in <a href="http://man.openbsd.org?query=isakmpd.conf&sektion=5">isakmpd.conf(5)</a>
 <li>New config option 'Acquire-Only' (-a on the command line) for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>, to stop the daemon playing with existing flows.  <li>New config option 'Acquire-Only' (-a on the command line) for <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>, to stop the daemon playing with existing flows.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdboot&sektion=8&arch=i386">cdboot(8)</a>, a CD-specific second-stage bootstrap for i386.  <li>Add <a href="http://man.openbsd.org?query=cdboot&sektion=8&arch=i386">cdboot(8)</a>, a CD-specific second-stage bootstrap for i386.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>, support the NOPEER community from RFC 3706.  <li>In <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>, support the NOPEER community from RFC 3706.
 <!-- ^ 20040623 -->  <!-- ^ 20040623 -->
 <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&sektion=4">atw(4)</a> ADMtek ADM8211 wireless driver from NetBSD.  <li>Import <a href="http://man.openbsd.org?query=atw&sektion=4">atw(4)</a> ADMtek ADM8211 wireless driver from NetBSD.
 <li>Some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strncpy&sektion=3">strncpy(3)</a> -&gt; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strlcpy&sektion=3">strlcpy(3)</a> in sys/compat/*.  <li>Some <a href="http://man.openbsd.org?query=strncpy&sektion=3">strncpy(3)</a> -&gt; <a href="http://man.openbsd.org?query=strlcpy&sektion=3">strlcpy(3)</a> in sys/compat/*.
 <li>Add a no-emulation CD boot sector, based on a FreeBSD implementation.  <li>Add a no-emulation CD boot sector, based on a FreeBSD implementation.
 <li>Only ignore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a>-generated RTM_DELADDR messages for a five-second window after process startup, so that new instances of dhclient (started outside this window) cause the older instance to die like before.  <li>Only ignore <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a>-generated RTM_DELADDR messages for a five-second window after process startup, so that new instances of dhclient (started outside this window) cause the older instance to die like before.
 <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkhybrid&sektion=8">mkhybrid(8)</a> how to create an El Torito no-emulation boot CD (for i386), with a 2048-byte boot sector. <!-- When the commit logs are good I /do/ just quote them Tom :-) -->  <li>Teach <a href="http://man.openbsd.org?query=mkhybrid&sektion=8">mkhybrid(8)</a> how to create an El Torito no-emulation boot CD (for i386), with a 2048-byte boot sector. <!-- When the commit logs are good I /do/ just quote them Tom :-) -->
 <li>Import the generic IEEE 802.11 framework from FreeBSD and NetBSD.  <li>Import the generic IEEE 802.11 framework from FreeBSD and NetBSD.
 <li>Fix probe hangs on some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&sektion=4">ahd(4)</a> cards.  <li>Fix probe hangs on some <a href="http://man.openbsd.org?query=ahd&sektion=4">ahd(4)</a> cards.
 <li>In the X server, fix malloc corruption when sending multiple glyphs to RenderAddGlyphs() (XFree86 bugzilla #1276, freedesktop.org bugzilla #349).  <li>In the X server, fix malloc corruption when sending multiple glyphs to RenderAddGlyphs() (XFree86 bugzilla #1276, freedesktop.org bugzilla #349).
 <li>Rewrite <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&sektion=8">mount(8)</a>'s mount options parser, making it more robust and removing the need for duplicate code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_nfs&sektion=8">mount_nfs(8)</a> (PR#3642).  <li>Rewrite <a href="http://man.openbsd.org?query=mount&sektion=8">mount(8)</a>'s mount options parser, making it more robust and removing the need for duplicate code in <a href="http://man.openbsd.org?query=mount_nfs&sektion=8">mount_nfs(8)</a> (PR#3642).
 <li>Fix some logic errors introduced in recent string changes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8">cron(8)</a>.  <li>Fix some logic errors introduced in recent string changes to <a href="http://man.openbsd.org?query=cron&sektion=8">cron(8)</a>.
 <li>Don't exit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wicontrol&sektion=8">wicontrol(8)</a> if SIOCGWAVELAN fails, just print a warning and get whatever information is available without it.  <li>Don't exit <a href="http://man.openbsd.org?query=wicontrol&sektion=8">wicontrol(8)</a> if SIOCGWAVELAN fails, just print a warning and get whatever information is available without it.
 <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>'s internal prefix lookup from a hash table to a per-address family red-black <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tree&sektion=3">tree(3)</a>.  <li>Change <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>'s internal prefix lookup from a hash table to a per-address family red-black <a href="http://man.openbsd.org?query=tree&sektion=3">tree(3)</a>.
 <li>Don't assume in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> that '.' and '..' are the first two entries in a directory.  <li>Don't assume in <a href="http://man.openbsd.org?query=make&sektion=1">make(1)</a> that '.' and '..' are the first two entries in a directory.
 <li>Handle division-by-zero in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a> with an error message instead of a core dump.  <li>Handle division-by-zero in <a href="http://man.openbsd.org?query=m4&sektion=1">m4(1)</a> with an error message instead of a core dump.
 <li>Fix a segfault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdm&sektion=1">xdm(1)</a> if a LISTEN keyword without hosts is found in the Xaccess file.  <li>Fix a segfault in <a href="http://man.openbsd.org?query=xdm&sektion=1">xdm(1)</a> if a LISTEN keyword without hosts is found in the Xaccess file.
 <li>When decoding fragmented IPv6 packets in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>, only try to interpret the contents of the first fragment.  <li>When decoding fragmented IPv6 packets in <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>, only try to interpret the contents of the first fragment.
 <li>Back out source-based routing code while some problems are fixed.  <li>Back out source-based routing code while some problems are fixed.
 <li>Start work on support for IPv6 routes (not just IPv6 sockets) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.  <li>Start work on support for IPv6 routes (not just IPv6 sockets) in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.
 <li>Wire <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> into the build.  <li>Wire <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a> into the build.
 <li>Fix libXi <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=XSelectExtensionEvent&sektion=3">XSelectExtensionEvent(3)</a> on 64-bit machines (freedesktop.org bugzilla #285).  <li>Fix libXi <a href="http://man.openbsd.org?query=XSelectExtensionEvent&sektion=3">XSelectExtensionEvent(3)</a> on 64-bit machines (freedesktop.org bugzilla #285).
 <li>Remove pointless 5-second <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sleep&sektion=3">sleep(3)</a>s in xtrans (freedesktop.org bugzilla #297).  <li>Remove pointless 5-second <a href="http://man.openbsd.org?query=sleep&sektion=3">sleep(3)</a>s in xtrans (freedesktop.org bugzilla #297).
 <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1">lynx(1)</a> to 2.8.5.rel2.  <li>Sync <a href="http://man.openbsd.org?query=lynx&sektion=1">lynx(1)</a> to 2.8.5.rel2.
 <li>Fix some endianness problems in X-Resource (freedesktop.org bugzilla #267).  <li>Fix some endianness problems in X-Resource (freedesktop.org bugzilla #267).
 <li>Add a new 'filter drop' flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a>, so that an interface may be notified that a packet matches a filter and should be dropped.  <li>Add a new 'filter drop' flag to <a href="http://man.openbsd.org?query=bpf&sektion=4">bpf(4)</a>, so that an interface may be notified that a packet matches a filter and should be dropped.
 <li>Update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1">lynx</a> 2.8.5rel1.  <li>Update to <a href="http://man.openbsd.org?query=lynx&sektion=1">lynx</a> 2.8.5rel1.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> drop IKE messages arriving on port 500 after the NAT-T exchange has switched to port 4500.  <li>Have <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> drop IKE messages arriving on port 500 after the NAT-T exchange has switched to port 4500.
 <li>Allow a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> template peer with unknown AS to be an IBGP peer, instead of always being an EBGP peer.  <li>Allow a <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> template peer with unknown AS to be an IBGP peer, instead of always being an EBGP peer.
 <li>Allow the IKE parser in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> to recognise a NAT-T payload.  <li>Allow the IKE parser in <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a> to recognise a NAT-T payload.
 <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>'s IKE parser about NAT-T keepalive packets.  <li>Teach <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>'s IKE parser about NAT-T keepalive packets.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>, don't reallocate the pollfd array every time the size changes because there's a risk that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realloc&sektion=3">realloc(3)</a> can fail. Reallocate only when there's a large potential saving.  <li>In <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>, don't reallocate the pollfd array every time the size changes because there's a risk that <a href="http://man.openbsd.org?query=realloc&sektion=3">realloc(3)</a> can fail. Reallocate only when there's a large potential saving.
 <li>String cleaning in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8">cron(8)</a>.  <li>String cleaning in <a href="http://man.openbsd.org?query=cron&sektion=8">cron(8)</a>.
 <li>time -&gt; arc4random(9) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4">sppp(4)</a>.  <li>time -&gt; arc4random(9) in <a href="http://man.openbsd.org?query=sppp&sektion=4">sppp(4)</a>.
 <li>Fix bogus 'panic: cylinder group too big' message from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs&sektion=8">newfs(8)</a>.  <li>Fix bogus 'panic: cylinder group too big' message from <a href="http://man.openbsd.org?query=newfs&sektion=8">newfs(8)</a>.
 <li>Don't exit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a> on receipt of an RTM_DELADDR routing message, as this sometimes be generated by the dhclient itself. Instead, exit on RTM_NEWADDR iff an IP address is set that doesn't correspond to our lease. Not a perfect solution.  <li>Don't exit <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a> on receipt of an RTM_DELADDR routing message, as this sometimes be generated by the dhclient itself. Instead, exit on RTM_NEWADDR iff an IP address is set that doesn't correspond to our lease. Not a perfect solution.
 <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&sektion=1">ls(1)</a> emulation: Don't show .dotfiles unless -a is specified.  <li>More <a href="http://man.openbsd.org?query=sftp&sektion=1">sftp(1)</a> <a href="http://man.openbsd.org?query=ls&sektion=1">ls(1)</a> emulation: Don't show .dotfiles unless -a is specified.
 <li>Handle interface resets gracefully in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a>.  <li>Handle interface resets gracefully in <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a>.
 <li>Do more retries on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&sektion=4">st(4)</a> devices to allow the tape drive to recover after a reset.  <li>Do more retries on <a href="http://man.openbsd.org?query=st&sektion=4">st(4)</a> devices to allow the tape drive to recover after a reset.
 <li>New xetc installation fileset, for all X configuration files installed under /etc.  <li>New xetc installation fileset, for all X configuration files installed under /etc.
 <!-- ^ 20040622 -->  <!-- ^ 20040622 -->
 <li>Keep separate, 1-second resolution counters for walltime and uptime, and have code that only needs 1-second resolution use those instead of the microsecond counters.  <li>Keep separate, 1-second resolution counters for walltime and uptime, and have code that only needs 1-second resolution use those instead of the microsecond counters.
 <li>Clean up properly on in_ifinit() failure.  <li>Clean up properly on in_ifinit() failure.
 <li>Turn <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> NAT-T support on. The crowd goes wild.  <li>Turn <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> NAT-T support on. The crowd goes wild.
 <li>Implement NAT-T keepalive messages in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.  <li>Implement NAT-T keepalive messages in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>.
 <li>Check that UDP encapsulation is enabled (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8">sysctl(8)</a> net.inet.esp.udpencap) before allowing encapsulated SAs to be created in the kernel.  <li>Check that UDP encapsulation is enabled (<a href="http://man.openbsd.org?query=sysctl&sektion=8">sysctl(8)</a> net.inet.esp.udpencap) before allowing encapsulated SAs to be created in the kernel.
 <li>Add bounds-check <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1">gcc(1)</a> attributes to libkern strl*() functions, and to strncpy().  <li>Add bounds-check <a href="http://man.openbsd.org?query=gcc&sektion=1">gcc(1)</a> attributes to libkern strl*() functions, and to strncpy().
 <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&sektion=1">ls(1)</a>-compatible sorting for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>'s ls command.  <li>Implement <a href="http://man.openbsd.org?query=ls&sektion=1">ls(1)</a>-compatible sorting for <a href="http://man.openbsd.org?query=sftp&sektion=1">sftp(1)</a>'s ls command.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4">ipsec(4)</a> on IPv6 link-local addresses.  <li>Allow <a href="http://man.openbsd.org?query=ipsec&sektion=4">ipsec(4)</a> on IPv6 link-local addresses.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> save the destination port if it is NATed, as one might reasonably expect it to be when using NAT-Traversal.  <li>Have <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> save the destination port if it is NATed, as one might reasonably expect it to be when using NAT-Traversal.
 <li>Don't leak a cloned PMTU route in netinet/ip_output.c.  <li>Don't leak a cloned PMTU route in netinet/ip_output.c.
 <li>arc4random(9)ise a previously time-based ID in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atalk&sektion=4">atalk(4)</a>.  <li>arc4random(9)ise a previously time-based ID in <a href="http://man.openbsd.org?query=atalk&sektion=4">atalk(4)</a>.
 <li>Fix an fd leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> when multiple subsystems are present.  <li>Fix an fd leak in <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a> when multiple subsystems are present.
 <li>Use arc4random(9) instead of the time for the ARCnet sequence ID.  <li>Use arc4random(9) instead of the time for the ARCnet sequence ID.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&sektion=3">getaddrinfo(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getnameinfo&sektion=3">getnameinfo(3)</a> instead of old-style conversion functions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8">spamd(8)</a>, but restrict resolution to AF_INET for now.  <li>Use <a href="http://man.openbsd.org?query=getaddrinfo&sektion=3">getaddrinfo(3)</a> and <a href="http://man.openbsd.org?query=getnameinfo&sektion=3">getnameinfo(3)</a> instead of old-style conversion functions in <a href="http://man.openbsd.org?query=spamd&sektion=8">spamd(8)</a>, but restrict resolution to AF_INET for now.
 <li>Allow - with a warning - the old package keyword @src, in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> etc.  <li>Allow - with a warning - the old package keyword @src, in <a href="http://man.openbsd.org?query=pkg_add&sektion=1">pkg_add(1)</a> etc.
 <li>Import and merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fontconfig&sektion=3">fontconfig</a> 2.2.2.  <li>Import and merge <a href="http://man.openbsd.org?query=fontconfig&sektion=3">fontconfig</a> 2.2.2.
 <li>Set the ESP marker on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> captured packets for NAT-T SAs.  <li>Set the ESP marker on <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> captured packets for NAT-T SAs.
 <li>If the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> 'don't run scripts' (-I) option is present, don't run scripts.  <li>If the <a href="http://man.openbsd.org?query=pkg_add&sektion=1">pkg_add(1)</a> 'don't run scripts' (-I) option is present, don't run scripts.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> turn on kernel ESP-in-UDP encapsulation for NAT-T SAs.  <li>Have <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> turn on kernel ESP-in-UDP encapsulation for NAT-T SAs.
 <li>Switch to port 4500 when required for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> NAT-T exchanges.  <li>Switch to port 4500 when required for <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> NAT-T exchanges.
 <li>Use a red-black <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tree&sektion=3">tree(3)</a> instead of a hash table to track multiply-linked inodes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=du&sektion=1">du(1)</a>.  <li>Use a red-black <a href="http://man.openbsd.org?query=tree&sektion=3">tree(3)</a> instead of a hash table to track multiply-linked inodes in <a href="http://man.openbsd.org?query=du&sektion=1">du(1)</a>.
 <!-- ^ 20040621 -->  <!-- ^ 20040621 -->
 <li>Time is as dumb a 'random' value for IPX and ISO CLNP as it is for IP, so use arc4random(9) instead.  <li>Time is as dumb a 'random' value for IPX and ISO CLNP as it is for IP, so use arc4random(9) instead.
 <li>Add IPv6 support for standalone <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=popa3d&sektion=8">popa3d(8)</a> as well as when run from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&sektion=8">inetd(8)</a>.  <li>Add IPv6 support for standalone <a href="http://man.openbsd.org?query=popa3d&sektion=8">popa3d(8)</a> as well as when run from <a href="http://man.openbsd.org?query=inetd&sektion=8">inetd(8)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&sektion=9">crypto(9)</a>, always store the value returned by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=splimp&sektion=9">splimp(9)</a> so we have something meaningful to give to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=splx&sektion=9">splx(9)</a>.  <li>In <a href="http://man.openbsd.org?query=crypto&sektion=9">crypto(9)</a>, always store the value returned by <a href="http://man.openbsd.org?query=splimp&sektion=9">splimp(9)</a> so we have something meaningful to give to <a href="http://man.openbsd.org?query=splx&sektion=9">splx(9)</a>.
 <li>Fix broken process runtimes in i386 MP.  <li>Fix broken process runtimes in i386 MP.
 <li>Use the RTF_MPATH routing flag to skip over multipath routes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>, since mpath make no sense for BGP.  <li>Use the RTF_MPATH routing flag to skip over multipath routes in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>, since mpath make no sense for BGP.
 <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>'s 'ls' command, make -l show user and group names, and -n show uid and gid just like real <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&sektion=1">ls(1)</a>.  <li>For <a href="http://man.openbsd.org?query=sftp&sektion=1">sftp(1)</a>'s 'ls' command, make -l show user and group names, and -n show uid and gid just like real <a href="http://man.openbsd.org?query=ls&sektion=1">ls(1)</a>.
 <li>New -I option for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diff&sektion=1">diff(1)</a>, which ignores changes matching the supplied regex.  <li>New -I option for <a href="http://man.openbsd.org?query=diff&sektion=1">diff(1)</a>, which ignores changes matching the supplied regex.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnconfig&sektion=8">vnconfig(8)</a> (with the -l option) use the new VNDIOCGET ioctl to fetch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4">vnd(4)</a> device status.  <li>Have <a href="http://man.openbsd.org?query=vnconfig&sektion=8">vnconfig(8)</a> (with the -l option) use the new VNDIOCGET ioctl to fetch <a href="http://man.openbsd.org?query=vnd&sektion=4">vnd(4)</a> device status.
 <li>New VNDIOCGET ioctl for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4">vnd(4)</a> devices.  <li>New VNDIOCGET ioctl for <a href="http://man.openbsd.org?query=vnd&sektion=4">vnd(4)</a> devices.
 <li>Fix a bad format string in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>'s IKE parser.  <li>Fix a bad format string in <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>'s IKE parser.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>, use descriptor passing to allow the creation of new listen sockets on privileged ports.  <li>In <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>, use descriptor passing to allow the creation of new listen sockets on privileged ports.
 <li>For multiplexed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> connections, filter passed environment variables in the slave.  <li>For multiplexed <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a> connections, filter passed environment variables in the slave.
 <li>Add bounds-check compiler attributes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memcpy&sektion=3">memcpy(3)</a> etc.  <li>Add bounds-check compiler attributes for <a href="http://man.openbsd.org?query=memcpy&sektion=3">memcpy(3)</a> etc.
 <li>Remove support for TUBA (TCP/UDP over CLNP-Addresses Networks, as if you didn't know).  <li>Remove support for TUBA (TCP/UDP over CLNP-Addresses Networks, as if you didn't know).
 <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> payload handling to deal with pre-RFC NAT-T messages.  <li>Change <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> payload handling to deal with pre-RFC NAT-T messages.
 <li>Don't try to carry on in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&sektion=1">pax(1)</a> if the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chdir&sektion=2">chdir(2)</a> needed by the <!-- undocumented --> -C option fails.  <li>Don't try to carry on in <a href="http://man.openbsd.org?query=pax&sektion=1">pax(1)</a> if the <a href="http://man.openbsd.org?query=chdir&sektion=2">chdir(2)</a> needed by the <!-- undocumented --> -C option fails.
 <li>Start work on both RFC 3706 Dead Peer Detection, and full-on NAT-Traversal support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.  <li>Start work on both RFC 3706 Dead Peer Detection, and full-on NAT-Traversal support for <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> accept an unencrypted final IKE message (Aggressive Mode only) for compatibility reasons.  <li>Have <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> accept an unencrypted final IKE message (Aggressive Mode only) for compatibility reasons.
 <li>New -dd switch for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> to make debugging the privsep child easier.  <li>New -dd switch for <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> to make debugging the privsep child easier.
 <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=popa3d&sektion=8">popa3d(8)</a> work with IPv6 sockets, no daemon mode support yet.  <li>Let <a href="http://man.openbsd.org?query=popa3d&sektion=8">popa3d(8)</a> work with IPv6 sockets, no daemon mode support yet.
 <li>Fix a rather serious SMP merge error affecting scheduler timeouts.  <li>Fix a rather serious SMP merge error affecting scheduler timeouts.
 <li>Correct some logic errors in kernel malloc_debug().  <li>Correct some logic errors in kernel malloc_debug().
 <li>Fix congestion-sensitive IF_INPUT_ENQUEUE() so that freed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&sektion=9">mbuf(9)</a>s no longer show up on interface input queues under certain circumstances.  <li>Fix congestion-sensitive IF_INPUT_ENQUEUE() so that freed <a href="http://man.openbsd.org?query=mbuf&sektion=9">mbuf(9)</a>s no longer show up on interface input queues under certain circumstances.
 <!-- ^ 20040620 -->  <!-- ^ 20040620 -->
 <li>Require the setting of new route flag RTF_MPATH (corresponding switch -mpath for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>) to add a multipath route.  <li>Require the setting of new route flag RTF_MPATH (corresponding switch -mpath for <a href="http://man.openbsd.org?query=route&sektion=8">route(8)</a>) to add a multipath route.
 <li>Add defines in &lt;net/if_media.h&gt; for various telecoms carrier circuit types, i.e. E1, T1 etc.  <li>Add defines in &lt;net/if_media.h&gt; for various telecoms carrier circuit types, i.e. E1, T1 etc.
 <li>Save curproc in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=svnd&sektion=4">svnd(4)</a> so that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lockmgr&sektion=9">lockmgr(9)</a> doesn't get passed a null process. Stops <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=svnd&sektion=4">svnd(4)</a> blocking indefinitely (PR#3214).  <li>Save curproc in <a href="http://man.openbsd.org?query=svnd&sektion=4">svnd(4)</a> so that <a href="http://man.openbsd.org?query=lockmgr&sektion=9">lockmgr(9)</a> doesn't get passed a null process. Stops <a href="http://man.openbsd.org?query=svnd&sektion=4">svnd(4)</a> blocking indefinitely (PR#3214).
 <li>Fix a null deref in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a> if the .DEFAULT target has no commands.  <li>Fix a null deref in <a href="http://man.openbsd.org?query=make&sektion=1">make(1)</a> if the .DEFAULT target has no commands.
 <!-- ^ 20040619 -->  <!-- ^ 20040619 -->
 <li>Fix sending of jumbo frames on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4">em(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4">ti(4)</a>.  <li>Fix sending of jumbo frames on <a href="http://man.openbsd.org?query=em&sektion=4">em(4)</a> and <a href="http://man.openbsd.org?query=ti&sektion=4">ti(4)</a>.
 <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=patch&sektion=1">patch(1)</a> when using standard diffs (i.e. no context).  <li>Unbreak <a href="http://man.openbsd.org?query=patch&sektion=1">patch(1)</a> when using standard diffs (i.e. no context).
 <li>Allow the user to interrupt the setup of a multiplexed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> connection (if, for example, the master gets wedged) by deferring signal setup until the connection is established.  <li>Allow the user to interrupt the setup of a multiplexed <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a> connection (if, for example, the master gets wedged) by deferring signal setup until the connection is established.
 <li>Merge adjacent hunks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diff&sektion=1">diff(1)</a>, making the output more like that from GNU diff.  <li>Merge adjacent hunks in <a href="http://man.openbsd.org?query=diff&sektion=1">diff(1)</a>, making the output more like that from GNU diff.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execvp&sektion=3">execvp(3)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execv&sektion=3">execv(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a> so -S ssh will work.  <li>Use <a href="http://man.openbsd.org?query=execvp&sektion=3">execvp(3)</a> instead of <a href="http://man.openbsd.org?query=execv&sektion=3">execv(3)</a> in <a href="http://man.openbsd.org?query=sftp&sektion=1">sftp(1)</a> so -S ssh will work.
 <li>Use dynamically allocated pollfd struct for ntpd(8), just like bgpd.  <li>Use dynamically allocated pollfd struct for ntpd(8), just like bgpd.
 <!-- ^ 20040618 -->  <!-- ^ 20040618 -->
 <li>Fix a bunch more memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.  <li>Fix a bunch more memory leaks in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>.
 <li>Be more careful in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> when evaluating the return code from X509_verify_cert(3).  <li>Be more careful in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> when evaluating the return code from X509_verify_cert(3).
 <li>Add much of the NTP client functionality to ntpd(8).  <li>Add much of the NTP client functionality to ntpd(8).
 <li>Abort <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdate&sektion=8">rdate(8)</a> on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=calloc&sektion=3">calloc(3)</a> failure, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=warnx&sektion=3">warnx(3)</a>ing and carrying on is just postponing the inevitable.  <li>Abort <a href="http://man.openbsd.org?query=rdate&sektion=8">rdate(8)</a> on <a href="http://man.openbsd.org?query=calloc&sektion=3">calloc(3)</a> failure, <a href="http://man.openbsd.org?query=warnx&sektion=3">warnx(3)</a>ing and carrying on is just postponing the inevitable.
 <li>Add an option (ControlMaster=ask) to require confimation via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-askpass&sektion=1">ssh-askpass(1)</a> before allowing a multiplexed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> connection.  <li>Add an option (ControlMaster=ask) to require confimation via <a href="http://man.openbsd.org?query=ssh-askpass&sektion=1">ssh-askpass(1)</a> before allowing a multiplexed <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a> connection.
 <li>Support environment variable passing over multiplexed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> connections.  <li>Support environment variable passing over multiplexed <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a> connections.
 <li>Back out the recent IPv6 multicast change so that mandatory groups get joined, but achieve the same result by testing for a new host address before adding the multicast entries.  <li>Back out the recent IPv6 multicast change so that mandatory groups get joined, but achieve the same result by testing for a new host address before adding the multicast entries.
 <!-- ^ 20040617 -->  <!-- ^ 20040617 -->
 <li>Add '-n' option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=last&sektion=1">last(1)</a> to do the same job as -<em>number</em> in a less ugly way.  <li>Add '-n' option to <a href="http://man.openbsd.org?query=last&sektion=1">last(1)</a> to do the same job as -<em>number</em> in a less ugly way.
 <li>Make &lt;netinet/if_ether.h&gt; safe for inclusion in C++ code.  <li>Make &lt;netinet/if_ether.h&gt; safe for inclusion in C++ code.
 <li>Fix a bad dereference leading to a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.  <li>Fix a bad dereference leading to a memory leak in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>.
 <li>Fix a pasto in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>'s message decoder when printing IPv6 address/mask pairs.  <li>Fix a pasto in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>'s message decoder when printing IPv6 address/mask pairs.
 <li>Unbreak the IN6_LOOKUP_MULTI() macro definition.  <li>Unbreak the IN6_LOOKUP_MULTI() macro definition.
 <!-- ^ 20040616 -->  <!-- ^ 20040616 -->
 <li>Add support for new crypto functions on upcoming VIA C3 processors.  <li>Add support for new crypto functions on upcoming VIA C3 processors.
 <li>Build X on cats systems.  <li>Build X on cats systems.
 <li>Fix a null deref crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>'s show command.  <li>Fix a null deref crash in <a href="http://man.openbsd.org?query=route&sektion=8">route(8)</a>'s show command.
 <li>Don't add multiple multicast filter entries for a single IPv6 multicast address.  <li>Don't add multiple multicast filter entries for a single IPv6 multicast address.
 <!-- ^ 20040615 -->  <!-- ^ 20040615 -->
 <li>Remove the old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> BEGIN*, COMMIT* and ROLLBACK* ioctls.  <li>Remove the old <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> BEGIN*, COMMIT* and ROLLBACK* ioctls.
 <li>Use the newer <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> BEGIN and COMMIT ioctls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&sektion=8">authpf(8)</a>.  <li>Use the newer <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> BEGIN and COMMIT ioctls in <a href="http://man.openbsd.org?query=authpf&sektion=8">authpf(8)</a>.
 <li>Set the relay session id properly for outgoing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&sektion=8">pppoe(8)</a> packets.  <li>Set the relay session id properly for outgoing <a href="http://man.openbsd.org?query=pppoe&sektion=8">pppoe(8)</a> packets.
 <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=patch&sektion=1">patch(1)</a> to detect already-applied diffs when the diff creates a file, or adds to an empty file.  <li>Teach <a href="http://man.openbsd.org?query=patch&sektion=1">patch(1)</a> to detect already-applied diffs when the diff creates a file, or adds to an empty file.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=du&sektion=1">du(1)</a>, use a hash table instead of a linear list to keep track of multiply-linked files.  <li>In <a href="http://man.openbsd.org?query=du&sektion=1">du(1)</a>, use a hash table instead of a linear list to keep track of multiply-linked files.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fmt_scaled&sektion=3">fmt_scaled(3)</a> instead of do-it-yourself in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=du&sektion=1">du(1)</a>.  <li>Use <a href="http://man.openbsd.org?query=fmt_scaled&sektion=3">fmt_scaled(3)</a> instead of do-it-yourself in <a href="http://man.openbsd.org?query=du&sektion=1">du(1)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a>, allow _dl_malloc() to allocate more than 4KB.  <li>In <a href="http://man.openbsd.org?query=ld.so&sektion=1">ld.so(1)</a>, allow _dl_malloc() to allocate more than 4KB.
 <li>Fix a few <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stat&sektion=2">stat(2)</a>-then-<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&sektion=2">open(2)</a> races in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.  <li>Fix a few <a href="http://man.openbsd.org?query=stat&sektion=2">stat(2)</a>-then-<a href="http://man.openbsd.org?query=open&sektion=2">open(2)</a> races in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>.
 <li>After going to the trouble of pulling the tcp6 options into a contiguous region with IP6_EXTHDR_GET, use the returned pointer instead of doing mtod() again.  <li>After going to the trouble of pulling the tcp6 options into a contiguous region with IP6_EXTHDR_GET, use the returned pointer instead of doing mtod() again.
 <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8">vmstat(8)</a> on older kernels.  <li>Unbreak <a href="http://man.openbsd.org?query=vmstat&sektion=8">vmstat(8)</a> on older kernels.
 <!-- ^ 20040614 -->  <!-- ^ 20040614 -->
 <li>Build an SMP kernel (bsd.mp) in make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=release&sektion=8">release(8)</a> for i386, and allow the user to install it.  <li>Build an SMP kernel (bsd.mp) in make <a href="http://man.openbsd.org?query=release&sektion=8">release(8)</a> for i386, and allow the user to install it.
 <li>Merge the SMP branch onto the trunk. Let the party begin.  <li>Merge the SMP branch onto the trunk. Let the party begin.
 <li>Just quit rather than panic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cy&sektion=4">cy(4)</a> if interrupts can't be established for PCI.  <li>Just quit rather than panic in <a href="http://man.openbsd.org?query=cy&sektion=4">cy(4)</a> if interrupts can't be established for PCI.
 <li>Fix an off-by-one buffer size in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sed&sektion=1">sed(1)</a>.  <li>Fix an off-by-one buffer size in <a href="http://man.openbsd.org?query=sed&sektion=1">sed(1)</a>.
 <li>Implement client-side session multiplexing (see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&sektion=5">ssh_config(5)</a> options ControlMaster and ControlPath) for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>. The server has supported this for some time.  <li>Implement client-side session multiplexing (see <a href="http://man.openbsd.org?query=ssh_config&sektion=5">ssh_config(5)</a> options ControlMaster and ControlPath) for <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a>, <a href="http://man.openbsd.org?query=scp&sektion=1">scp(1)</a> and <a href="http://man.openbsd.org?query=sftp&sektion=1">sftp(1)</a>. The server has supported this for some time.
 <li>Add diffie-hellman-group14-sha1 KEX method support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.  <li>Add diffie-hellman-group14-sha1 KEX method support to <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a>.
 <!-- ^ 20040613 -->  <!-- ^ 20040613 -->
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> table add/replace commands at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=securelevel&sektion=7">securelevel</a> 2.  <li>Fix <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> table add/replace commands at <a href="http://man.openbsd.org?query=securelevel&sektion=7">securelevel</a> 2.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a>'s M-x gid command use the current word to try and guess which symbol to look up.  <li>Have <a href="http://man.openbsd.org?query=mg&sektion=1">mg(1)</a>'s M-x gid command use the current word to try and guess which symbol to look up.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a> 'show' command output more like netstat -r.  <li>Make <a href="http://man.openbsd.org?query=route&sektion=8">route(8)</a> 'show' command output more like netstat -r.
 <li>Support the IPV6_USE_MIN_MTU option, mainly because BIND 9 wants it.  <li>Support the IPV6_USE_MIN_MTU option, mainly because BIND 9 wants it.
 <!-- ^ 20040612 -->  <!-- ^ 20040612 -->
 <li>Disable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&sektion=4">apm(4)</a> on i386 MP machines.  <li>Disable <a href="http://man.openbsd.org?query=apm&sektion=4">apm(4)</a> on i386 MP machines.
 <li>Show <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1">systat(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8">vmstat(8)</a> where to find interrupt stats on MP i386 machines.  <li>Show <a href="http://man.openbsd.org?query=systat&sektion=1">systat(1)</a> and <a href="http://man.openbsd.org?query=vmstat&sektion=8">vmstat(8)</a> where to find interrupt stats on MP i386 machines.
 <li>Only print 'status/cpu#' in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1">top(1)</a> if there's  more than one CPU.  <li>Only print 'status/cpu#' in <a href="http://man.openbsd.org?query=top&sektion=1">top(1)</a> if there's  more than one CPU.
 <li>Fix a dereference-after-free (actually after <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool_put&sektion=9">pool_put(9)</a>) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> tables.  <li>Fix a dereference-after-free (actually after <a href="http://man.openbsd.org?query=pool_put&sektion=9">pool_put(9)</a>) in <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> tables.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&sektion=1">pax(1)</a>, fix backreference substitution in -s mode and unbreak bad regex detection.  <li>In <a href="http://man.openbsd.org?query=pax&sektion=1">pax(1)</a>, fix backreference substitution in -s mode and unbreak bad regex detection.
 <li>Add a cpuid field to struct kproc2, and teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&sektion=1">ps(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1">top(1)</a> how to make use of it.  <li>Add a cpuid field to struct kproc2, and teach <a href="http://man.openbsd.org?query=ps&sektion=1">ps(1)</a> and <a href="http://man.openbsd.org?query=top&sektion=1">top(1)</a> how to make use of it.
 <!-- ^ 20040611 -->  <!-- ^ 20040611 -->
 <li>Only install the Intel F00F bug workaround once on MP machines, avoiding a panic.  <li>Only install the Intel F00F bug workaround once on MP machines, avoiding a panic.
 <li>Zero the restart counter before use, to fix a problem with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&sektion=4">uhub(4)</a> port restarts giving up before starting. From FreeBSD.  <li>Zero the restart counter before use, to fix a problem with <a href="http://man.openbsd.org?query=uhub&sektion=4">uhub(4)</a> port restarts giving up before starting. From FreeBSD.
 <li>Fix a sizeof(pointer) bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a>.  <li>Fix a sizeof(pointer) bug in <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a>.
 <li>Don't leak a softc when detaching a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> cloned interface.  <li>Don't leak a softc when detaching a <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> cloned interface.
 <li><font color="#e00000"><strong>SECURITY FIX: Multiple vulnerabilities have been found in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8">httpd(8)</a> / mod_ssl.</strong></font> This is the second of two sets of fixes.<br>  <li><font color="#e00000"><strong>SECURITY FIX: Multiple vulnerabilities have been found in <a href="http://man.openbsd.org?query=httpd&sektion=8">httpd(8)</a> / mod_ssl.</strong></font> This is the second of two sets of fixes.<br>
 <ul>  <ul>
   <li><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0488">CAN-2004-0488</a>: Stack-based buffer overflow ... in mod_ssl, when mod_ssl is configured to trust the issuing CA, may allow attackers to execute arbitrary code via a client certificate with a long subject DN.    <li><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0488">CAN-2004-0488</a>: Stack-based buffer overflow ... in mod_ssl, when mod_ssl is configured to trust the issuing CA, may allow attackers to execute arbitrary code via a client certificate with a long subject DN.
   <li><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0492">CAN-2004-0492</a>: [mod_proxy] Reject responses from a remote server if sent an invalid (negative) Content-Length: header.    <li><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0492">CAN-2004-0492</a>: [mod_proxy] Reject responses from a remote server if sent an invalid (negative) Content-Length: header.
 </ul>  </ul>
     <a href="errata36.html#httpd">A source code patch is available</a>.<br>      <a href="errata36.html#httpd">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li><font color="#e00000"><strong>SECURITY FIX: As <a href="http://seclists.org/lists/fulldisclosure/2004/Jun/0191.html">disclosed</a> by Thomas Walpuski, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> is still vulnerable to unauthorized SA deletion.</strong></font> An attacker can delete IPsec tunnels at will.<br>  <li><font color="#e00000"><strong>SECURITY FIX: As <a href="http://seclists.org/lists/fulldisclosure/2004/Jun/0191.html">disclosed</a> by Thomas Walpuski, <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> is still vulnerable to unauthorized SA deletion.</strong></font> An attacker can delete IPsec tunnels at will.<br>
     <a href="errata36.html#isakmpd">A source code patch is available</a>.<br>      <a href="errata36.html#isakmpd">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Add src/lib/libintl and libc i18n directories to the repository.  <li>Add src/lib/libintl and libc i18n directories to the repository.
 <!-- ^ 20040610 -->  <!-- ^ 20040610 -->
 <li>First merge of SMP code into the trunk, mainly structures to allow gradual introduction of the new APIs.  <li>First merge of SMP code into the trunk, mainly structures to allow gradual introduction of the new APIs.
 <li>Fix IPv4 name-to-address translation, so invalid octet values won't be accepted and CIDR address/mask pairs finally work the way one expects.  <li>Fix IPv4 name-to-address translation, so invalid octet values won't be accepted and CIDR address/mask pairs finally work the way one expects.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>'s privsep <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=localtime&sektion=3">localtime(3)</a> replacement, deal better with timezones with granularity of less than one hour.  <li>In <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>'s privsep <a href="http://man.openbsd.org?query=localtime&sektion=3">localtime(3)</a> replacement, deal better with timezones with granularity of less than one hour.
 <li><font color="#e00000"><strong>SECURITY FIX: Multiple remote vulnerabilities have been found in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&sektion=1">cvs(1)</a> server</strong></font> that will allow an attacker to crash the server or possibly execute arbitrary code with the same privileges as the CVS server program.<br>  <li><font color="#e00000"><strong>SECURITY FIX: Multiple remote vulnerabilities have been found in the <a href="http://man.openbsd.org?query=cvs&sektion=1">cvs(1)</a> server</strong></font> that will allow an attacker to crash the server or possibly execute arbitrary code with the same privileges as the CVS server program.<br>
     <a href="errata36.html#cvs3">A source code patch is available</a>.      <a href="errata36.html#cvs3">A source code patch is available</a>.
 <li>On i386 (ppro and above), use the calibrated value for the CPU speed over the value returned by the CPU itself, fixing PR#3814.  <li>On i386 (ppro and above), use the calibrated value for the CPU speed over the value returned by the CPU itself, fixing PR#3814.
 <li>Use a dynamically allocated array of pollfds in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.  <li>Use a dynamically allocated array of pollfds in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.
 <li>Try to prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> deleting SAs on receipt of malicious IKE messages.  <li>Try to prevent <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> deleting SAs on receipt of malicious IKE messages.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdate&sektion=8">rdate(8)</a> improvements:  <li><a href="http://man.openbsd.org?query=rdate&sektion=8">rdate(8)</a> improvements:
 <ul>  <ul>
   <li>RFC 2030 compliance for NTP mode.    <li>RFC 2030 compliance for NTP mode.
   <li>Much more robust error handling, with better messages.    <li>Much more robust error handling, with better messages.
Line 791 
Line 791 
   <li>Support for multiple addresses if returned by the DNS, trying each listed server until one works.    <li>Support for multiple addresses if returned by the DNS, trying each listed server until one works.
 </ul>  </ul>
 <!-- ^ 20040609 -->  <!-- ^ 20040609 -->
 <li>Remove NMBCLUSTERS settings from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8">config(8)</a>.  <li>Remove NMBCLUSTERS settings from <a href="http://man.openbsd.org?query=config&sektion=8">config(8)</a>.
 <li>Factor out TCP md5sig code into tcp_subr.c:tcp_signature().  <li>Factor out TCP md5sig code into tcp_subr.c:tcp_signature().
 <li>Fix buffer usage in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&sektion=4">umass(4)</a> CBI transfers (NetBSD PR#25676).  <li>Fix buffer usage in <a href="http://man.openbsd.org?query=umass&sektion=4">umass(4)</a> CBI transfers (NetBSD PR#25676).
 <!-- ^ 20040608 -->  <!-- ^ 20040608 -->
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&sektion=3">arc4random(3)</a> code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a> to actually work.  <li>Allow <a href="http://man.openbsd.org?query=arc4random&sektion=3">arc4random(3)</a> code in <a href="http://man.openbsd.org?query=ksh&sektion=1">ksh(1)</a> to actually work.
 <li>Break the dependency of libc on &lt;pthread.h&gt;. Bump the major version of libc and libpthread.  <li>Break the dependency of libc on &lt;pthread.h&gt;. Bump the major version of libc and libpthread.
 <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&sektion=1">kdump(1)</a> about <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpio&sektion=4">gpio(4)</a> ioctls.  <li>Teach <a href="http://man.openbsd.org?query=kdump&sektion=1">kdump(1)</a> about <a href="http://man.openbsd.org?query=gpio&sektion=4">gpio(4)</a> ioctls.
 <li>Allow an authtype (-a option) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=skeyinit&sektion=1">skeyinit(1)</a> even when secure mode (-s) is in effect.  <li>Allow an authtype (-a option) in <a href="http://man.openbsd.org?query=skeyinit&sektion=1">skeyinit(1)</a> even when secure mode (-s) is in effect.
 <li>Add an alternative algorithm to make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> table deletions faster for a small number of deleted items.  <li>Add an alternative algorithm to make <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> table deletions faster for a small number of deleted items.
 <li><font color="#e00000"><strong>SECURITY FIX: Multiple vulnerabilities have been found in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8">httpd(8)</a> / mod_ssl.</strong></font> This is the first of two sets of fixes.<br>  <li><font color="#e00000"><strong>SECURITY FIX: Multiple vulnerabilities have been found in <a href="http://man.openbsd.org?query=httpd&sektion=8">httpd(8)</a> / mod_ssl.</strong></font> This is the first of two sets of fixes.<br>
 <ul>  <ul>
   <li><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0020">CAN-2003-0020</a>: Apache does not filter terminal escape sequences from its error logs.    <li><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0020">CAN-2003-0020</a>: Apache does not filter terminal escape sequences from its error logs.
   <li><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0987">CAN-2003-0987</a>: Apache mod_digest does not properly verify the nonce of a client response by using an AuthNonce secret.    <li><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0987">CAN-2003-0987</a>: Apache mod_digest does not properly verify the nonce of a client response by using an AuthNonce secret.
Line 808 
Line 808 
     <a href="errata36.html#httpd">A source code patch is available</a>.<br>      <a href="errata36.html#httpd">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <!-- ^ 20040607 -->  <!-- ^ 20040607 -->
 <li>Out-of-line <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spl&sektion=9">spl(9)</a> functions in SMP on i386, mirroring the UP change to fix VFS corruption.  <li>Out-of-line <a href="http://man.openbsd.org?query=spl&sektion=9">spl(9)</a> functions in SMP on i386, mirroring the UP change to fix VFS corruption.
 <li>Add SMP-related devices for i386 on the SMP branch.  <li>Add SMP-related devices for i386 on the SMP branch.
 <li>Many fixups on the SMP branch for non-MP kernels.  <li>Many fixups on the SMP branch for non-MP kernels.
 <li>Rework <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>'s listen socket handling to better support multiple listen addresses.  <li>Rework <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>'s listen socket handling to better support multiple listen addresses.
 <li>New -src and -srcmask options for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a> supporting the new source-address routing functionality.  <li>New -src and -srcmask options for <a href="http://man.openbsd.org?query=route&sektion=8">route(8)</a> supporting the new source-address routing functionality.
 <li>New -S flag for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>, to show the new source selector part of a route entry.  <li>New -S flag for <a href="http://man.openbsd.org?query=netstat&sektion=1">netstat(1)</a> and <a href="http://man.openbsd.org?query=route&sektion=8">route(8)</a>, to show the new source selector part of a route entry.
 <li>Extend the routing table to allow routing based on source as well as destination. IPv4 only for now, more to come.  <li>Extend the routing table to allow routing based on source as well as destination. IPv4 only for now, more to come.
 <li>Set the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=skey&sektion=1">skey(1)</a> first sequence number to 100 as promised by the manpage.  <li>Set the <a href="http://man.openbsd.org?query=skey&sektion=1">skey(1)</a> first sequence number to 100 as promised by the manpage.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spl&sektion=9">spl(9)</a> and alignment fixes in portalfs.  <li><a href="http://man.openbsd.org?query=spl&sektion=9">spl(9)</a> and alignment fixes in portalfs.
 <!-- ^ 20040606 -->  <!-- ^ 20040606 -->
 <li>Much merging and fixup as SMP is readied for prime-time.  <li>Much merging and fixup as SMP is readied for prime-time.
 <li>Resurrect the '<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork1&sektion=9">fork1(9)</a>-can-take-null-retval' change, this time leaving the setup of struct proc setup well alone.  <li>Resurrect the '<a href="http://man.openbsd.org?query=fork1&sektion=9">fork1(9)</a>-can-take-null-retval' change, this time leaving the setup of struct proc setup well alone.
 <li>Fix a bug with X and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmouse&sektion=4">wsmouse(4)</a> where an event of unknown type could cause a whole batch of other events to be discarded.  <li>Fix a bug with X and <a href="http://man.openbsd.org?query=wsmouse&sektion=4">wsmouse(4)</a> where an event of unknown type could cause a whole batch of other events to be discarded.
 <li>Set the length field in the TCP packet header earlier in tcp_output().  <li>Set the length field in the TCP packet header earlier in tcp_output().
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4">re(4)</a> driver supporting RealTek Gigabit Ethernet devices.  <li>New <a href="http://man.openbsd.org?query=re&sektion=4">re(4)</a> driver supporting RealTek Gigabit Ethernet devices.
 <!-- ^ 20040605 -->  <!-- ^ 20040605 -->
 <li>Clean up multicast addresses when unconfiguring <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> interfaces.  <li>Clean up multicast addresses when unconfiguring <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> interfaces.
 <li>Clarify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=user&sektion=8">user(8)</a> docs and error messages (PR#3792).  <li>Clarify <a href="http://man.openbsd.org?query=user&sektion=8">user(8)</a> docs and error messages (PR#3792).
 <li>Add startup code for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hotplugd&sektion=8&arch=i386">hotplugd(8)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.conf&sektion=8">rc.conf(8)</a>.  <li>Add startup code for <a href="http://man.openbsd.org?query=hotplugd&sektion=8&arch=i386">hotplugd(8)</a> to <a href="http://man.openbsd.org?query=rc&sektion=8">rc(8)</a> and <a href="http://man.openbsd.org?query=rc.conf&sektion=8">rc.conf(8)</a>.
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbhid&sektion=3">usbhid(3)</a> API <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hid_start&sektion=3">hid_start(3)</a>, a non-noisy version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hid_init&sektion=3">hid_init(3)</a>.  <li>New <a href="http://man.openbsd.org?query=usbhid&sektion=3">usbhid(3)</a> API <a href="http://man.openbsd.org?query=hid_start&sektion=3">hid_start(3)</a>, a non-noisy version of <a href="http://man.openbsd.org?query=hid_init&sektion=3">hid_init(3)</a>.
 <!-- ^ 20040604 -->  <!-- ^ 20040604 -->
 <li>Don't send mail at all from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8">cron(8)</a> if MAILTO is set but empty.  <li>Don't send mail at all from <a href="http://man.openbsd.org?query=cron&sektion=8">cron(8)</a> if MAILTO is set but empty.
 <li>Cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1">at(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8">cron(8)</a>:  <li>Cleanup in <a href="http://man.openbsd.org?query=at&sektion=1">at(1)</a>/<a href="http://man.openbsd.org?query=cron&sektion=8">cron(8)</a>:
 <ul>  <ul>
   <li>Check argc before using argv[0] in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1">at(1)</a>.    <li>Check argc before using argv[0] in <a href="http://man.openbsd.org?query=at&sektion=1">at(1)</a>.
   <li>Print the right filename for a job in the email.    <li>Print the right filename for a job in the email.
   <li>Reset the sockaddr length value every time before <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=accept&sektion=2">accept(2)</a>.    <li>Reset the sockaddr length value every time before <a href="http://man.openbsd.org?query=accept&sektion=2">accept(2)</a>.
 </ul>  </ul>
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpioctl&sektion=8&arch=i386">gpioctl(8)</a> program to go with new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpio&sektion=4">gpio(4)</a>.  <li>New <a href="http://man.openbsd.org?query=gpioctl&sektion=8&arch=i386">gpioctl(8)</a> program to go with new <a href="http://man.openbsd.org?query=gpio&sektion=4">gpio(4)</a>.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a> fall back to user nobody if user _dhcp doesn't exist. Helps with upgrades.  <li>Have <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a> fall back to user nobody if user _dhcp doesn't exist. Helps with upgrades.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt&sektion=3">getopt(3)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt_long&sektion=3">getopt_long(3)</a>, don't allow an optional argument if it begins with a '-'.  <li>In <a href="http://man.openbsd.org?query=getopt&sektion=3">getopt(3)</a>/<a href="http://man.openbsd.org?query=getopt_long&sektion=3">getopt_long(3)</a>, don't allow an optional argument if it begins with a '-'.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8">cron(8)</a> to accept crontabs with more strict permissions than is the default.  <li>Allow <a href="http://man.openbsd.org?query=cron&sektion=8">cron(8)</a> to accept crontabs with more strict permissions than is the default.
 <li>New General Purpose I/O device <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpio&sektion=4">gpio(4)</a>. Only enabled on i386 for now.  <li>New General Purpose I/O device <a href="http://man.openbsd.org?query=gpio&sektion=4">gpio(4)</a>. Only enabled on i386 for now.
 <li>New '!!&lt;prog&gt;' syntax for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&sektion=8">syslogd(8)</a>, used to force messages from the named program to only go to certain files regardless of the rest of syslog.conf.  <li>New '!!&lt;prog&gt;' syntax for <a href="http://man.openbsd.org?query=syslogd&sektion=8">syslogd(8)</a>, used to force messages from the named program to only go to certain files regardless of the rest of syslog.conf.
 <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&sektion=1">file(1)</a>'s magic to that from file version 4.09, with a few local changes and additions.  <li>Update <a href="http://man.openbsd.org?query=file&sektion=1">file(1)</a>'s magic to that from file version 4.09, with a few local changes and additions.
 <!-- ^ 20040603 -->  <!-- ^ 20040603 -->
 <li>Use the old _nointr <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&sektion=9">pool(9)</a> allocator for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> tables.  <li>Use the old _nointr <a href="http://man.openbsd.org?query=pool&sektion=9">pool(9)</a> allocator for <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> tables.
 <li>Rearrange the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&sektion=9">pool(9)</a> allocator code so the old allocation method can be used again.  <li>Rearrange the <a href="http://man.openbsd.org?query=pool&sektion=9">pool(9)</a> allocator code so the old allocation method can be used again.
 <li>Use the quirks mechanism to fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4">wdc(4)</a> hangs on Geode SC1100 devices (PR#3729).  <li>Use the quirks mechanism to fix <a href="http://man.openbsd.org?query=wdc&sektion=4">wdc(4)</a> hangs on Geode SC1100 devices (PR#3729).
 <li>Implement SCSI-style quirks for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4">wdc(4)</a>.  <li>Implement SCSI-style quirks for <a href="http://man.openbsd.org?query=wdc&sektion=4">wdc(4)</a>.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=errx&sektion=3">errx(3)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=err&sektion=3">err(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=find&sektion=1">find(1)</a> when errno isn't set by the error.  <li>Use <a href="http://man.openbsd.org?query=errx&sektion=3">errx(3)</a> instead of <a href="http://man.openbsd.org?query=err&sektion=3">err(3)</a> in <a href="http://man.openbsd.org?query=find&sektion=1">find(1)</a> when errno isn't set by the error.
 <li>When calling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=err&sektion=3">err(3)</a> after a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3">malloc(3)</a> failure, don't specify a message.  <li>When calling <a href="http://man.openbsd.org?query=err&sektion=3">err(3)</a> after a <a href="http://man.openbsd.org?query=malloc&sektion=3">malloc(3)</a> failure, don't specify a message.
 <li>Cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rm&sektion=1">rm(1)</a>.  <li>Cleanup in <a href="http://man.openbsd.org?query=rm&sektion=1">rm(1)</a>.
 <li>Support multicast on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&sektion=4">kue(4)</a>.  <li>Support multicast on <a href="http://man.openbsd.org?query=kue&sektion=4">kue(4)</a>.
 <li>Add IPv6 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uucpd&sektion=8">uucpd(8)</a>.  <li>Add IPv6 support to <a href="http://man.openbsd.org?query=uucpd&sektion=8">uucpd(8)</a>.
 <li>Trivial changes (sockaddr_in -&gt; sockaddr_storage) to add IPv6 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.rquotad&sektion=8">rpc.rquotad(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.rstatd&sektion=8">rpc.rstatd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.rusersd&sektion=8">rpc.rusersd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.rwalld&sektion=8">rpc.rwalld(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.sprayd&sektion=8">rpc.sprayd(8)</a>.  <li>Trivial changes (sockaddr_in -&gt; sockaddr_storage) to add IPv6 support to <a href="http://man.openbsd.org?query=rpc.rquotad&sektion=8">rpc.rquotad(8)</a>, <a href="http://man.openbsd.org?query=rpc.rstatd&sektion=8">rpc.rstatd(8)</a>, <a href="http://man.openbsd.org?query=rpc.rusersd&sektion=8">rpc.rusersd(8)</a>, <a href="http://man.openbsd.org?query=rpc.rwalld&sektion=8">rpc.rwalld(8)</a> and <a href="http://man.openbsd.org?query=rpc.sprayd&sektion=8">rpc.sprayd(8)</a>.
 <!-- ^ 20040602 -->  <!-- ^ 20040602 -->
 <li>Mark nullfs memory as M_MISCFSMNT instead of M_UFSMNT.  <li>Mark nullfs memory as M_MISCFSMNT instead of M_UFSMNT.
 <li>Swing hppa to gcc3, and enable shared library support.  <li>Swing hppa to gcc3, and enable shared library support.
 <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1">xterm(1)</a> jump-scrolling on big-endian 64-bit systems.  <li>Unbreak <a href="http://man.openbsd.org?query=xterm&sektion=1">xterm(1)</a> jump-scrolling on big-endian 64-bit systems.
 <li>Remove a somewhat useless current-process privilege check in the IPv6 input path. Based on KAME.  <li>Remove a somewhat useless current-process privilege check in the IPv6 input path. Based on KAME.
 <li>Compatibility fixes for some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk(4)</a> devices (PR#3061). Workaround from FreeBSD.  <li>Compatibility fixes for some <a href="http://man.openbsd.org?query=sk&sektion=4">sk(4)</a> devices (PR#3061). Workaround from FreeBSD.
 <!-- ^ 20040601 -->  <!-- ^ 20040601 -->
 <li>Initialise the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> interface structure before use.  <li>Initialise the <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> interface structure before use.
 <li>Don't advertise an absurd TCP receive window on 64-bit architectures. From NetBSD.  <li>Don't advertise an absurd TCP receive window on 64-bit architectures. From NetBSD.
 <li>Some Single UNIX Specification updates in &lt;limits.h&gt;.  <li>Some Single UNIX Specification updates in &lt;limits.h&gt;.
 <li>Better error handling for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rm&sektion=1">rm(1)</a>'s -P option. From FreeBSD.  <li>Better error handling for <a href="http://man.openbsd.org?query=rm&sektion=1">rm(1)</a>'s -P option. From FreeBSD.
 <li>First cut at a home-grown NTP daemon. Not built by default yet.  <li>First cut at a home-grown NTP daemon. Not built by default yet.
 <li>Remove ugly string code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a>, used when no unit number was given to BIOCSETIF.  <li>Remove ugly string code in <a href="http://man.openbsd.org?query=bpf&sektion=4">bpf(4)</a>, used when no unit number was given to BIOCSETIF.
 <li>Fix a long-standing KAME pasto that was breaking SIOC[DG]LIFADDR.  <li>Fix a long-standing KAME pasto that was breaking SIOC[DG]LIFADDR.
 <li>Remove a bunch of redundant errno declarations.  <li>Remove a bunch of redundant errno declarations.
 <li>Use generic crc32 code instead of local efforts in many Ethernet devices.  <li>Use generic crc32 code instead of local efforts in many Ethernet devices.
 <!-- ^ 20040531 -->  <!-- ^ 20040531 -->
 <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4">xl(4)</a> with FreeBSD, bringing in a lot of bug fixes and improvements.  <li>Sync <a href="http://man.openbsd.org?query=xl&sektion=4">xl(4)</a> with FreeBSD, bringing in a lot of bug fixes and improvements.
 <li>Check the NTP server clock status returned to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdate&sektion=8">rdate(8)</a> and don't use the response if the server thinks its clock is unsynchronised.  <li>Check the NTP server clock status returned to <a href="http://man.openbsd.org?query=rdate&sektion=8">rdate(8)</a> and don't use the response if the server thinks its clock is unsynchronised.
 <li>In uvm_map_clean() (called by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msync&sektion=2">msync(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=madvise&sektion=2">madvise(2)</a>), only free writable pages, and don't free copy-on-write pages because the permissions aren't known.<br>  <li>In uvm_map_clean() (called by <a href="http://man.openbsd.org?query=msync&sektion=2">msync(2)</a> and <a href="http://man.openbsd.org?query=madvise&sektion=2">madvise(2)</a>), only free writable pages, and don't free copy-on-write pages because the permissions aren't known.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Only call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getprotobynumber&sektion=3">getprotobynumber(3)</a> from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a> when the logging level is high enough to need the result. From FreeBSD.  <li>Only call <a href="http://man.openbsd.org?query=getprotobynumber&sektion=3">getprotobynumber(3)</a> from <a href="http://man.openbsd.org?query=ppp&sektion=8">ppp(8)</a> when the logging level is high enough to need the result. From FreeBSD.
 <li>Some Emacs compatibility tweaks to binutils. Use the classic executable start addresses if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&sektion=1">ld(1)</a> option -Z (disable W^X) is active.  <li>Some Emacs compatibility tweaks to binutils. Use the classic executable start addresses if <a href="http://man.openbsd.org?query=ld&sektion=1">ld(1)</a> option -Z (disable W^X) is active.
 <li>New privsep user and group _ntp.  <li>New privsep user and group _ntp.
 <li>New monitoring daemon <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hotplugd&sektion=8&arch=i386">hotplugd(8)</a> to go with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hotplug&sektion=4">hotplug(4)</a>.  <li>New monitoring daemon <a href="http://man.openbsd.org?query=hotplugd&sektion=8&arch=i386">hotplugd(8)</a> to go with <a href="http://man.openbsd.org?query=hotplug&sektion=4">hotplug(4)</a>.
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hotplug&sektion=4">hotplug(4)</a> device to pass device attach and detach events up to userland. Available for alpha, amd64, i386, macppc and sparc64, only enabled on i386 for now.  <li>New <a href="http://man.openbsd.org?query=hotplug&sektion=4">hotplug(4)</a> device to pass device attach and detach events up to userland. Available for alpha, amd64, i386, macppc and sparc64, only enabled on i386 for now.
 <li>Use generic CRC code, remove bogus LLADDR use and handle multicast ranges better in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nge&sektion=4">nge(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf&sektion=4">sf(4)</a>.  <li>Use generic CRC code, remove bogus LLADDR use and handle multicast ranges better in <a href="http://man.openbsd.org?query=nge&sektion=4">nge(4)</a> and <a href="http://man.openbsd.org?query=sf&sektion=4">sf(4)</a>.
 <!-- ^ 20040530 -->  <!-- ^ 20040530 -->
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4">bge(4)</a> multicast reception.  <li>Fix <a href="http://man.openbsd.org?query=bge&sektion=4">bge(4)</a> multicast reception.
 <li>Add a description field for network interfaces, accessible via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a> command 'description' and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&sektion=2">ioctl(2)</a>s SIOC[GS]IFDESCR.  <li>Add a description field for network interfaces, accessible via <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a> command 'description' and <a href="http://man.openbsd.org?query=ioctl&sektion=2">ioctl(2)</a>s SIOC[GS]IFDESCR.
 <li>Use library CRC32 routines instead of a local implementation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk(4)</a>.  <li>Use library CRC32 routines instead of a local implementation in <a href="http://man.openbsd.org?query=sk&sektion=4">sk(4)</a>.
 <li>Fix a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ccdconfig&sektion=8">ccdconfig(8)</a>.  <li>Fix a memory leak in <a href="http://man.openbsd.org?query=ccdconfig&sektion=8">ccdconfig(8)</a>.
 <li>Remove multicast addresses and disable promiscuous mode when destroying a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> interface.  <li>Remove multicast addresses and disable promiscuous mode when destroying a <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> interface.
 <li>Make  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a> up and down commands work as expected for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> devices.  <li>Make  <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a> up and down commands work as expected for <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> devices.
 <li>Create a few more USB devices by default in MAKEDEV(8).  <li>Create a few more USB devices by default in MAKEDEV(8).
 <!--- ^ 20040529 -->  <!--- ^ 20040529 -->
 <li>Clean up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4">scsi(4)</a> sense error logic and display. Based on NetBSD.  <li>Clean up <a href="http://man.openbsd.org?query=scsi&sektion=4">scsi(4)</a> sense error logic and display. Based on NetBSD.
 <li>Allow machine-dependent filesystem options to be passed for the root filesystem in src/distrib/miniroot.  <li>Allow machine-dependent filesystem options to be passed for the root filesystem in src/distrib/miniroot.
 <li>Remove the old package tools (src/usr.sbin/pkg_install) from the tree.  <li>Remove the old package tools (src/usr.sbin/pkg_install) from the tree.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> detect the absence of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4">ipsec(4)</a> and tcpmd5 capabilities at runtime.  <li>Have <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> detect the absence of <a href="http://man.openbsd.org?query=ipsec&sektion=4">ipsec(4)</a> and tcpmd5 capabilities at runtime.
 <li>More helpful boot-time display for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aac&sektion=4">aac(4)</a>.  <li>More helpful boot-time display for <a href="http://man.openbsd.org?query=aac&sektion=4">aac(4)</a>.
 <li>Fix a typo in umapfs' <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=unmount&sektion=2">unmount(2)</a> implementation.  <li>Fix a typo in umapfs' <a href="http://man.openbsd.org?query=unmount&sektion=2">unmount(2)</a> implementation.
 <li>Backwards compatibility fixes in the hash functions, unbreaking <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=skey&sektion=1">skey(1)</a> with sha1.  <li>Backwards compatibility fixes in the hash functions, unbreaking <a href="http://man.openbsd.org?query=skey&sektion=1">skey(1)</a> with sha1.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a> devices clonable.  <li>Make <a href="http://man.openbsd.org?query=bpf&sektion=4">bpf(4)</a> devices clonable.
 <li>Make AFS <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=flock&sektion=2">flock(2)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fcntl&sektion=2">fcntl(2)</a> locks work on the local system.  <li>Make AFS <a href="http://man.openbsd.org?query=flock&sektion=2">flock(2)</a>/<a href="http://man.openbsd.org?query=fcntl&sektion=2">fcntl(2)</a> locks work on the local system.
 <!-- ^ 20040528 -->  <!-- ^ 20040528 -->
 <li>Make accounting optional, with the new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8">config(8)</a> option (wait for it) ACCOUNTING.  <li>Make accounting optional, with the new <a href="http://man.openbsd.org?query=config&sektion=8">config(8)</a> option (wait for it) ACCOUNTING.
 <li>Allow login names longer than eight characters in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uucpd&sektion=8">uucpd(8)</a>.  <li>Allow login names longer than eight characters in <a href="http://man.openbsd.org?query=uucpd&sektion=8">uucpd(8)</a>.
 <li>Fix a memory leak in a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a> error path.  <li>Fix a memory leak in a <a href="http://man.openbsd.org?query=pfctl&sektion=8">pfctl(8)</a> error path.
 <li>When shutting the system down, finalise accounting before the VFS to avoid panics.  <li>When shutting the system down, finalise accounting before the VFS to avoid panics.
 <li>Fix TCP corruption on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4">rl(4)</a> cards.  <li>Fix TCP corruption on <a href="http://man.openbsd.org?query=rl&sektion=4">rl(4)</a> cards.
 <li>Much better rulefile parsing for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brconfig&sektion=8">brconfig(8)</a>.  <li>Much better rulefile parsing for <a href="http://man.openbsd.org?query=brconfig&sektion=8">brconfig(8)</a>.
 <li>Pool efficiency improvements:  <li>Pool efficiency improvements:
 <ul>  <ul>
   <li>Lower the default high watermark from UINT_MAX to 8 pages.    <li>Lower the default high watermark from UINT_MAX to 8 pages.
Line 913 
Line 913 
   <li>Use the default allocator for the mbuf and mbuf cluster pools.    <li>Use the default allocator for the mbuf and mbuf cluster pools.
 </ul>  </ul>
 <!-- ^ 20040527 -->  <!-- ^ 20040527 -->
 <li>Correct a missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=freeaddrinfo&sektion=3">freeaddrinfo(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.  <li>Correct a missing <a href="http://man.openbsd.org?query=freeaddrinfo&sektion=3">freeaddrinfo(3)</a> in <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a>.
 <li>Fix a NetBSD merge error in the TCP syncache, allowing IPv6 to use it.  <li>Fix a NetBSD merge error in the TCP syncache, allowing IPv6 to use it.
 <li>Fix fd leaks in a few <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> error paths.  <li>Fix fd leaks in a few <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> error paths.
 <li>Call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a> contructors after setting up the debugger, similar to recent destructor changes.  <li>Call <a href="http://man.openbsd.org?query=ld.so&sektion=1">ld.so(1)</a> contructors after setting up the debugger, similar to recent destructor changes.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&sektion=1">cu(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tip&sektion=1">tip(1)</a>, if one process dies then kill the other ourselves.  <li>In <a href="http://man.openbsd.org?query=cu&sektion=1">cu(1)</a>/<a href="http://man.openbsd.org?query=tip&sektion=1">tip(1)</a>, if one process dies then kill the other ourselves.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdate&sektion=8">rdate(8)</a> NTP mode, send a 64-bit random number as the 'current time' field, which the server copies back in its response. This avoids sending out the current system time, and makes it slightly harder for an attacker to send spoof replies on behalf of the real server.  <li>In <a href="http://man.openbsd.org?query=rdate&sektion=8">rdate(8)</a> NTP mode, send a 64-bit random number as the 'current time' field, which the server copies back in its response. This avoids sending out the current system time, and makes it slightly harder for an attacker to send spoof replies on behalf of the real server.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=_exit&sektion=2">_exit(2)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exit&sektion=3">exit(3)</a> in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a> child process.  <li>Use <a href="http://man.openbsd.org?query=_exit&sektion=2">_exit(2)</a> instead of <a href="http://man.openbsd.org?query=exit&sektion=3">exit(3)</a> in the <a href="http://man.openbsd.org?query=sftp&sektion=1">sftp(1)</a> child process.
 <!-- ^ 20040526 -->  <!-- ^ 20040526 -->
 <li>Include the hostname in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&sektion=8">syslogd(8)</a> memory-buffered entries.  <li>Include the hostname in <a href="http://man.openbsd.org?query=syslogd&sektion=8">syslogd(8)</a> memory-buffered entries.
 <li>Since the per-arch _dl_bcopy() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a> is in all cases a simple for loop and not painstakingly optimised assembler, just use a single machine-independent version.  <li>Since the per-arch _dl_bcopy() in <a href="http://man.openbsd.org?query=ld.so&sektion=1">ld.so(1)</a> is in all cases a simple for loop and not painstakingly optimised assembler, just use a single machine-independent version.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a> _dl_find_symbol() to return a pointer to the container object.  <li>Allow <a href="http://man.openbsd.org?query=ld.so&sektion=1">ld.so(1)</a> _dl_find_symbol() to return a pointer to the container object.
 <li>Handle interface removals gracefully in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a>, now that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&sektion=2">poll(2)</a> wakes it up on interface detach.  <li>Handle interface removals gracefully in <a href="http://man.openbsd.org?query=dhcpd&sektion=8">dhcpd(8)</a>, now that <a href="http://man.openbsd.org?query=poll&sektion=2">poll(2)</a> wakes it up on interface detach.
 <li>Wake up any <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&sektion=2">poll(2)</a>ing process when a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a> descriptor is closed.  <li>Wake up any <a href="http://man.openbsd.org?query=poll&sektion=2">poll(2)</a>ing process when a <a href="http://man.openbsd.org?query=bpf&sektion=4">bpf(4)</a> descriptor is closed.
 <li>If a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a>-monitored interface is detached, send any buffered packets up to userland.  <li>If a <a href="http://man.openbsd.org?query=bpf&sektion=4">bpf(4)</a>-monitored interface is detached, send any buffered packets up to userland.
 <li>Scale the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4">bge(4)</a> timeout value correctly.  <li>Scale the <a href="http://man.openbsd.org?query=bge&sektion=4">bge(4)</a> timeout value correctly.
 <li>Since ULLONG_MAX+1 == 0 mod ULLONG_MAX+1, let the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> sc_counter wrap around all by itself.  <li>Since ULLONG_MAX+1 == 0 mod ULLONG_MAX+1, let the <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> sc_counter wrap around all by itself.
 <!-- ^ 20040525 -->  <!-- ^ 20040525 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&sektion=4">bktr(4)</a> fixes from NetBSD and FreeBSD.  <li><a href="http://man.openbsd.org?query=bktr&sektion=4">bktr(4)</a> fixes from NetBSD and FreeBSD.
 <li>Move the addition of atexit destructors right to the end of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a> setup (after the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1">gdb(1)</a> helper code) so they can be debugged.  <li>Move the addition of atexit destructors right to the end of <a href="http://man.openbsd.org?query=ld.so&sektion=1">ld.so(1)</a> setup (after the <a href="http://man.openbsd.org?query=gdb&sektion=1">gdb(1)</a> helper code) so they can be debugged.
 <li>If <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a> is running under <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldd&sektion=1">ldd(1)</a>, exit earlier before a whole bunch of unnecessary setup gets done.  <li>If <a href="http://man.openbsd.org?query=ld.so&sektion=1">ld.so(1)</a> is running under <a href="http://man.openbsd.org?query=ldd&sektion=1">ldd(1)</a>, exit earlier before a whole bunch of unnecessary setup gets done.
 <li>Check ifp is valid before using it in carp_setroute(), avoiding a panic.  <li>Check ifp is valid before using it in carp_setroute(), avoiding a panic.
 <li>Helpfully, use the right function names in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> error messages.  <li>Helpfully, use the right function names in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> error messages.
 <li>Fix multicast problems with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk(4)</a>.  <li>Fix multicast problems with <a href="http://man.openbsd.org?query=sk&sektion=4">sk(4)</a>.
 <li>Don't leak a socket in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&sektion=8">ndp(8)</a>.  <li>Don't leak a socket in <a href="http://man.openbsd.org?query=ndp&sektion=8">ndp(8)</a>.
 <li>Back out the recent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork1&sektion=9">fork1(9)</a> change due to compatibility problems.  <li>Back out the recent <a href="http://man.openbsd.org?query=fork1&sektion=9">fork1(9)</a> change due to compatibility problems.
 <!-- ^ 20040524 -->  <!-- ^ 20040524 -->
 <li>New MaxAuthTries option for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5">sshd_config(5)</a>.  <li>New MaxAuthTries option for <a href="http://man.openbsd.org?query=sshd_config&sektion=5">sshd_config(5)</a>.
 <li>Allow the retval parameter to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork1&sektion=9">fork1(9)</a> to be NULL (as the manpage says) without causing a panic.  <li>Allow the retval parameter to <a href="http://man.openbsd.org?query=fork1&sektion=9">fork1(9)</a> to be NULL (as the manpage says) without causing a panic.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtonum&sektion=3">strtonum(3)</a>ify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&sektion=8">pflogd(8)</a>.  <li><a href="http://man.openbsd.org?query=strtonum&sektion=3">strtonum(3)</a>ify <a href="http://man.openbsd.org?query=pflogd&sektion=8">pflogd(8)</a>.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gscsio&sektion=4">gscsio(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&sektion=4">lmtemp(4)</a> I2C drivers.  <li>Add <a href="http://man.openbsd.org?query=gscsio&sektion=4">gscsio(4)</a> and <a href="http://man.openbsd.org?query=lmtemp&sektion=4">lmtemp(4)</a> I2C drivers.
 <li>Add I2C framework (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iic&sektion=4">iic(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iic&sektion=9">iic(9)</a>) based on that in NetBSD and enable on i386.  <li>Add I2C framework (<a href="http://man.openbsd.org?query=iic&sektion=4">iic(4)</a>, <a href="http://man.openbsd.org?query=iic&sektion=9">iic(9)</a>) based on that in NetBSD and enable on i386.
 <li>Fix a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stat&sektion=2">stat(2)</a>-then-<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&sektion=2">open(2)</a> race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> when checking the policy file for root-only permissions.  <li>Fix a <a href="http://man.openbsd.org?query=stat&sektion=2">stat(2)</a>-then-<a href="http://man.openbsd.org?query=open&sektion=2">open(2)</a> race in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> when checking the policy file for root-only permissions.
 <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecadm&sektion=8">ipsecadm(8)</a> delete tcpmd5 SAs.  <li>Let <a href="http://man.openbsd.org?query=ipsecadm&sektion=8">ipsecadm(8)</a> delete tcpmd5 SAs.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecadm&sektion=8">ipsecadm(8)</a> so that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipcomp&sektion=4">ipcomp(4)</a> can be used.  <li>Fix <a href="http://man.openbsd.org?query=ipsecadm&sektion=8">ipsecadm(8)</a> so that <a href="http://man.openbsd.org?query=ipcomp&sektion=4">ipcomp(4)</a> can be used.
 <li><font color="#e00000"><strong>SECURITY FIX: With the introduction of IPv6 code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdm&sektion=1">xdm(1)</a>, one test on the 'requestPort' resource was deleted by accident.</strong></font> This makes xdm create the chooser socket even if XDMCP is disabled in xdm-config, by setting requestPort to 0. See <a href="http://bugs.xfree86.org/show_bug.cgi?id=1376">XFree86 bugzilla</a> for details.<br>  <li><font color="#e00000"><strong>SECURITY FIX: With the introduction of IPv6 code in <a href="http://man.openbsd.org?query=xdm&sektion=1">xdm(1)</a>, one test on the 'requestPort' resource was deleted by accident.</strong></font> This makes xdm create the chooser socket even if XDMCP is disabled in xdm-config, by setting requestPort to 0. See <a href="http://bugs.xfree86.org/show_bug.cgi?id=1376">XFree86 bugzilla</a> for details.<br>
     <a href="errata36.html#xdm">A source code patch is available</a>.<br>      <a href="errata36.html#xdm">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Fix a boot-time crasher in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&sektion=4">ahd(4)</a>.  <li>Fix a boot-time crasher in <a href="http://man.openbsd.org?query=ahd&sektion=4">ahd(4)</a>.
 <li>Add (to i386 and amd64) <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4">ehci(4)</a>, a USB Enhanced Host Controller Interface driver, for USB 2.0 support.  <li>Add (to i386 and amd64) <a href="http://man.openbsd.org?query=ehci&sektion=4">ehci(4)</a>, a USB Enhanced Host Controller Interface driver, for USB 2.0 support.
 <li>Finally implement StackGhost buffer overflow exploit protection on sparc.  <li>Finally implement StackGhost buffer overflow exploit protection on sparc.
 <li>Correct a missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=splx&sektion=9">splx(9)</a> in an igmp_joingroup() error path.  <li>Correct a missing <a href="http://man.openbsd.org?query=splx&sektion=9">splx(9)</a> in an igmp_joingroup() error path.
 <li>Fix VFS corruption (due to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1">gcc(1)</a>) on i386 by out-of-lining the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spl&sektion=9">spl(9)</a> functions.  <li>Fix VFS corruption (due to <a href="http://man.openbsd.org?query=gcc&sektion=1">gcc(1)</a>) on i386 by out-of-lining the <a href="http://man.openbsd.org?query=spl&sektion=9">spl(9)</a> functions.
 <!-- ^ 20040523 -->  <!-- ^ 20040523 -->
 <li>Fix size_t != off_t truncation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&sektion=4">ahd(4)</a>.  <li>Fix size_t != off_t truncation in <a href="http://man.openbsd.org?query=ahd&sektion=4">ahd(4)</a>.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8">vmstat(8)</a>'s disk columns wide enough to show transfer numbers for modern disks without writing into the next column.  <li>Make <a href="http://man.openbsd.org?query=vmstat&sektion=8">vmstat(8)</a>'s disk columns wide enough to show transfer numbers for modern disks without writing into the next column.
 <!-- ^ 20040522 -->  <!-- ^ 20040522 -->
 <li>Change the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> anchor path component separator from ':' to '/'. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a> now requires any anchor spec containing the separator to be in quotes.  <li>Change the <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> anchor path component separator from ':' to '/'. <a href="http://man.openbsd.org?query=pfctl&sektion=8">pfctl(8)</a> now requires any anchor spec containing the separator to be in quotes.
 <li>Make /root/.klogin optional in /etc/mtree/special.  <li>Make /root/.klogin optional in /etc/mtree/special.
 <li>Import and merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1">gdb(1)</a> version 6.1.  <li>Import and merge <a href="http://man.openbsd.org?query=gdb&sektion=1">gdb(1)</a> version 6.1.
 <li>Support RFC2796 Route Reflection in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>, removing the need for an IBGP mesh.  <li>Support RFC2796 Route Reflection in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>, removing the need for an IBGP mesh.
 <li>Add support for dynamic network announcements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8">bgpctl(8)</a>.  <li>Add support for dynamic network announcements in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> and <a href="http://man.openbsd.org?query=bgpctl&sektion=8">bgpctl(8)</a>.
 <li>Don't rely on ifp's validity when setting a floor on the TCP MSS in ip_input.c.  <li>Don't rely on ifp's validity when setting a floor on the TCP MSS in ip_input.c.
 <li>Allow an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> user to cancel a port forward (OpenSSH bugzilla #756).  <li>Allow an <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a> user to cancel a port forward (OpenSSH bugzilla #756).
 <li>Do a better job of copying <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> relative anchor paths out to userland.  <li>Do a better job of copying <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> relative anchor paths out to userland.
 <li>Use the new DLT_PPP_ETHER datalink type to print <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&sektion=8">pppoe(8)</a> frames in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>.  <li>Use the new DLT_PPP_ETHER datalink type to print <a href="http://man.openbsd.org?query=pppoe&sektion=8">pppoe(8)</a> frames in <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>.
 <!-- ^ 20040521 -->  <!-- ^ 20040521 -->
 <li>Use the right buffer size for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strlcpy&sektion=3">strlcpy(3)</a> in libreadline.  <li>Use the right buffer size for <a href="http://man.openbsd.org?query=strlcpy&sektion=3">strlcpy(3)</a> in libreadline.
 <li>Zero the ifreq structure before use when fetching interface info in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a>.  <li>Zero the ifreq structure before use when fetching interface info in <a href="http://man.openbsd.org?query=pfctl&sektion=8">pfctl(8)</a>.
 <li>Fix a missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strdup&sektion=3">strdup(3)</a> error check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.  <li>Fix a missing <a href="http://man.openbsd.org?query=strdup&sektion=3">strdup(3)</a> error check in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.
 <li>Start work on adding the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&sektion=4">ahd(4)</a> Adaptec PCI/PCI-X Ultra320 SCSI driver from FreeBSD.  <li>Start work on adding the <a href="http://man.openbsd.org?query=ahd&sektion=4">ahd(4)</a> Adaptec PCI/PCI-X Ultra320 SCSI driver from FreeBSD.
 <!-- ^ 20040520 -->  <!-- ^ 20040520 -->
 <li>Enable the fancy new i386 pagezero code by not resetting it to its old value after setting it up.  <li>Enable the fancy new i386 pagezero code by not resetting it to its old value after setting it up.
 <li>Allow anchors within anchors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>. More work to come.  <li>Allow anchors within anchors in <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a>. More work to come.
 <li>Don't recursively call nd6_output() when route allocation fails, just return a host unreachable error.  <li>Don't recursively call nd6_output() when route allocation fails, just return a host unreachable error.
 <li><font color="#e00000"><strong>SECURITY FIX: A heap overflow in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&sektion=1">cvs(1)</a> server has been discovered that can be exploited by clients sending malformed requests.</strong></font> These clients can then run arbitrary code with the same privileges as the CVS server program.<br>  <li><font color="#e00000"><strong>SECURITY FIX: A heap overflow in the <a href="http://man.openbsd.org?query=cvs&sektion=1">cvs(1)</a> server has been discovered that can be exploited by clients sending malformed requests.</strong></font> These clients can then run arbitrary code with the same privileges as the CVS server program.<br>
     <a href="errata36.html#cvs2">A source code patch is available</a>.<br>      <a href="errata36.html#cvs2">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Allow symbolic service- and protocol names in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>, so e.g. "Protocol=tcp" now works.  <li>Allow symbolic service- and protocol names in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>, so e.g. "Protocol=tcp" now works.
 <li><font color="#e00000"><strong>SECURITY FIX: A flaw in the Kerberos V <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdc&sektion=8">kdc(8)</a> server could result in the administrator of a Kerberos realm having the ability to impersonate any principal in any other realm which has established a cross-realm trust with their realm.</strong></font> The flaw is due to inadequate checking of the "transited" field in a Kerberos request. For more details see <a href="http://www.pdc.kth.se/heimdal/advisory/2004-04-01/">Heimdal's announcement</a>.<br>  <li><font color="#e00000"><strong>SECURITY FIX: A flaw in the Kerberos V <a href="http://man.openbsd.org?query=kdc&sektion=8">kdc(8)</a> server could result in the administrator of a Kerberos realm having the ability to impersonate any principal in any other realm which has established a cross-realm trust with their realm.</strong></font> The flaw is due to inadequate checking of the "transited" field in a Kerberos request. For more details see <a href="http://www.pdc.kth.se/heimdal/advisory/2004-04-01/">Heimdal's announcement</a>.<br>
     <a href="errata36.html#kerberos">A source code patch is available</a>.<br>      <a href="errata36.html#kerberos">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Add word boundary tests to the regexes that find @-commands in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> etc. packing lists.  <li>Add word boundary tests to the regexes that find @-commands in <a href="http://man.openbsd.org?query=pkg_add&sektion=1">pkg_add(1)</a> etc. packing lists.
 <li>Fix SIGINT handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>.  <li>Fix SIGINT handling in <a href="http://man.openbsd.org?query=sftp&sektion=1">sftp(1)</a>.
 <li>Upgrade <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&sektion=1">file(1)</a> to version 4.09.  <li>Upgrade <a href="http://man.openbsd.org?query=file&sektion=1">file(1)</a> to version 4.09.
 <li>Updates to aic79xx code from FreeBSD in preparation for the upcoming <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&sektion=4">ahd(4)</a> driver.  <li>Updates to aic79xx code from FreeBSD in preparation for the upcoming <a href="http://man.openbsd.org?query=ahd&sektion=4">ahd(4)</a> driver.
 <!-- ^ 20040519 -->  <!-- ^ 20040519 -->
 <li>Stop some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a> devices creating PCI errors in 10Mbps mode by disabling 'dynamic standby mode' in the EEPROM. From NetBSD.  <li>Stop some <a href="http://man.openbsd.org?query=fxp&sektion=4">fxp(4)</a> devices creating PCI errors in 10Mbps mode by disabling 'dynamic standby mode' in the EEPROM. From NetBSD.
 <li>Handle CRC errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a>.  <li>Handle CRC errors in <a href="http://man.openbsd.org?query=fxp&sektion=4">fxp(4)</a>.
 <li>Fix a ssize_t != int overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdate&sektion=8">rdate(8)</a>'s NTP code.  <li>Fix a ssize_t != int overflow in <a href="http://man.openbsd.org?query=rdate&sektion=8">rdate(8)</a>'s NTP code.
 <li>Generate /etc/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ttys&sektion=5">ttys(5)</a> entries for all available <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pty&sektion=4">pty(4)</a> devices, now that more are available.  <li>Generate /etc/<a href="http://man.openbsd.org?query=ttys&sektion=5">ttys(5)</a> entries for all available <a href="http://man.openbsd.org?query=pty&sektion=4">pty(4)</a> devices, now that more are available.
 <li>Fix a missing initialisation in ISA <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&sektion=4&arch=i386">ie(4)</a>.  <li>Fix a missing initialisation in ISA <a href="http://man.openbsd.org?query=ie&sektion=4&arch=i386">ie(4)</a>.
 <li>Remove trailer encapsulation support from  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>.  <li>Remove trailer encapsulation support from  <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a>.
 <li>Fix a reference counting bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> DIOCCHANGERULE.  <li>Fix a reference counting bug in <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> DIOCCHANGERULE.
 <li>Fix a buffer overrun in ip_output() (FreeBSD PR#66386).  <li>Fix a buffer overrun in ip_output() (FreeBSD PR#66386).
 <li>Don't leak a mount structure when handling mount errors in nullfs.  <li>Don't leak a mount structure when handling mount errors in nullfs.
 <li>ANSIfy src/libc/gen/*.  <li>ANSIfy src/libc/gen/*.
 <!-- ^ 20040518 -->  <!-- ^ 20040518 -->
 <li>Merge new binutils, fix local differences, and enable on arm.  <li>Merge new binutils, fix local differences, and enable on arm.
 <li>Import GNU binutils 2.14, minus testsuites, infodocs and I18N files.  <li>Import GNU binutils 2.14, minus testsuites, infodocs and I18N files.
 <li>Bump the default data size to 75MB from 64MB, so that XF4 can be built on amd64 with the imminent binutils upgrade without changing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login.conf&sektion=5">login.conf(5)</a>.  <li>Bump the default data size to 75MB from 64MB, so that XF4 can be built on amd64 with the imminent binutils upgrade without changing <a href="http://man.openbsd.org?query=login.conf&sektion=5">login.conf(5)</a>.
 <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&sektion=1">file(1)</a> about the b.out (i960) binary format. From NetBSD.  <li>Teach <a href="http://man.openbsd.org?query=file&sektion=1">file(1)</a> about the b.out (i960) binary format. From NetBSD.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4">pfsync(4)</a>, make sure the return code gets initialised (pfsync_request_update()).  <li>In <a href="http://man.openbsd.org?query=pfsync&sektion=4">pfsync(4)</a>, make sure the return code gets initialised (pfsync_request_update()).
 <li>Add basic COMMUNITIES attribute support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>'s filter language.  <li>Add basic COMMUNITIES attribute support in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>'s filter language.
 <li>Update libiberty's floatformat.[ch] to those from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1">gdb(1)</a> 6.1.  <li>Update libiberty's floatformat.[ch] to those from <a href="http://man.openbsd.org?query=gdb&sektion=1">gdb(1)</a> 6.1.
 <!-- ^ 20040517 -->  <!-- ^ 20040517 -->
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&sektion=3">arc4random(3)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rand&sektion=3">rand(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8">httpd(8)</a> mod_rewrite and mod_ssl, cleaning up surrounding code in the latter on the way.<br>  <li>Use <a href="http://man.openbsd.org?query=arc4random&sektion=3">arc4random(3)</a> instead of <a href="http://man.openbsd.org?query=rand&sektion=3">rand(3)</a> in <a href="http://man.openbsd.org?query=httpd&sektion=8">httpd(8)</a> mod_rewrite and mod_ssl, cleaning up surrounding code in the latter on the way.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Remove the now-unused <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a> pidfile stuff from /etc/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a>.  <li>Remove the now-unused <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a> pidfile stuff from /etc/<a href="http://man.openbsd.org?query=rc&sektion=8">rc(8)</a>.
 <li>Add a separate link type, DLT_PPP_ETHER, for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&sektion=8">pppoe(8)</a> frames. From NetBSD.  <li>Add a separate link type, DLT_PPP_ETHER, for <a href="http://man.openbsd.org?query=pppoe&sektion=8">pppoe(8)</a> frames. From NetBSD.
 <li>Don't skip the graceful shutdown of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> just because the system is being powered down.  <li>Don't skip the graceful shutdown of <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> just because the system is being powered down.
 <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> backs off because of physical interface problems, advertise this fact immediately instead of waiting for the next scheduled announcement.  <li>When <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> backs off because of physical interface problems, advertise this fact immediately instead of waiting for the next scheduled announcement.
 <!-- ^ 20050416 -->  <!-- ^ 20050416 -->
 <li>Add a workaround in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a> for the recent multipath routing changes.  <li>Add a workaround in <a href="http://man.openbsd.org?query=ppp&sektion=8">ppp(8)</a> for the recent multipath routing changes.
 <li>Fix a two-byte buffer overflow when printing sockaddr structs of unknown type in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>.  <li>Fix a two-byte buffer overflow when printing sockaddr structs of unknown type in <a href="http://man.openbsd.org?query=route&sektion=8">route(8)</a>.
 <li>Correct error output for bad limit modifiers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=csh&sektion=1">csh(1)</a>.  <li>Correct error output for bad limit modifiers in <a href="http://man.openbsd.org?query=csh&sektion=1">csh(1)</a>.
 <!-- ^ 20050415 -->  <!-- ^ 20050415 -->
 <li>Fix a reference-counting bug in fifofs that could cause certain non-blocking FIFO users (e.g. qmail) to consume 100% CPU.<br>  <li>Fix a reference-counting bug in fifofs that could cause certain non-blocking FIFO users (e.g. qmail) to consume 100% CPU.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Interpret <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecadm&sektion=8">ipsecadm(8)</a> cpi and spi parameters as hex even if not preceded by '0x'.  <li>Interpret <a href="http://man.openbsd.org?query=ipsecadm&sektion=8">ipsecadm(8)</a> cpi and spi parameters as hex even if not preceded by '0x'.
 <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&sektion=8">pppoe(8)</a> server mode by not doing the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&sektion=8">chroot(8)</a>.  <li>Unbreak <a href="http://man.openbsd.org?query=pppoe&sektion=8">pppoe(8)</a> server mode by not doing the <a href="http://man.openbsd.org?query=chroot&sektion=8">chroot(8)</a>.
 <li>Use a nointr <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&sektion=9">pool(9)</a> instead of generic <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=9">malloc(9)</a> for pathname storage when doing name-to-inode lookups.  <li>Use a nointr <a href="http://man.openbsd.org?query=pool&sektion=9">pool(9)</a> instead of generic <a href="http://man.openbsd.org?query=malloc&sektion=9">malloc(9)</a> for pathname storage when doing name-to-inode lookups.
 <!-- ^ 20040514 -->  <!-- ^ 20040514 -->
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs&sektion=8">newfs(8)</a> dump status information to stderr on receipt of SIGINFO if running in quiet (-q) mode.  <li>Have <a href="http://man.openbsd.org?query=newfs&sektion=8">newfs(8)</a> dump status information to stderr on receipt of SIGINFO if running in quiet (-q) mode.
 <li>Allow the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&sektion=8">authpf(8)</a> shell to be overloaded by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login.conf&sektion=5">login.conf(5)</a> like the manpage says.  <li>Allow the <a href="http://man.openbsd.org?query=authpf&sektion=8">authpf(8)</a> shell to be overloaded by <a href="http://man.openbsd.org?query=login.conf&sektion=5">login.conf(5)</a> like the manpage says.
 <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8">cron(8)</a> socket close-on-exec.  <li>Make the <a href="http://man.openbsd.org?query=cron&sektion=8">cron(8)</a> socket close-on-exec.
 <li>Arrange for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8">cron(8)</a> to check both cron and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1">at(1)</a> databases for jobs if the newly-non-blocking cron socket returns EAGAIN.  <li>Arrange for <a href="http://man.openbsd.org?query=cron&sektion=8">cron(8)</a> to check both cron and <a href="http://man.openbsd.org?query=at&sektion=1">at(1)</a> databases for jobs if the newly-non-blocking cron socket returns EAGAIN.
 <li>Display the right fields in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>'s <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> parser.  <li>Display the right fields in <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>'s <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> parser.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> backoff work properly by heeding the raised advskew on received as well as sent packets.  <li>Make <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> backoff work properly by heeding the raised advskew on received as well as sent packets.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a>'s lease file handling work under the chroot.  <li>Make <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a>'s lease file handling work under the chroot.
 <li>Add some new configuration functionality to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>'s FIFO interface.  <li>Add some new configuration functionality to <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>'s FIFO interface.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> interfaces to be destroyed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>.  <li>Allow <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> interfaces to be destroyed by <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a>.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&sektion=1">systrace(1)</a> examples in /etc/systrace (PR#3748).  <li>Fix <a href="http://man.openbsd.org?query=systrace&sektion=1">systrace(1)</a> examples in /etc/systrace (PR#3748).
 <li>Better <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4">scsi(4)</a> sense display.  <li>Better <a href="http://man.openbsd.org?query=scsi&sektion=4">scsi(4)</a> sense display.
 <!-- ^ 20040513 -->  <!-- ^ 20040513 -->
 <li>Replace the hand-crafted expr() parser in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a> with a standard <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lex&sektion=1">lex(1)</a>-and-<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yacc&sektion=1">yacc(1)</a> combo. Easier to work on, and more standards compliant too.  <li>Replace the hand-crafted expr() parser in <a href="http://man.openbsd.org?query=m4&sektion=1">m4(1)</a> with a standard <a href="http://man.openbsd.org?query=lex&sektion=1">lex(1)</a>-and-<a href="http://man.openbsd.org?query=yacc&sektion=1">yacc(1)</a> combo. Easier to work on, and more standards compliant too.
 <li>Fix msdosfs on 64-bit systems.  <li>Fix msdosfs on 64-bit systems.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a> breakage caused by the new multipath routing code.  <li>Fix <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> and <a href="http://man.openbsd.org?query=ppp&sektion=8">ppp(8)</a> breakage caused by the new multipath routing code.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login_passwd&sektion=8">login_passwd(8)</a> setuid root again, it's needed for 'secure' YP maps.  <li>Make <a href="http://man.openbsd.org?query=login_passwd&sektion=8">login_passwd(8)</a> setuid root again, it's needed for 'secure' YP maps.
 <li>Call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tzset&sektion=3">tzset(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&sektion=8">dhcrelay(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mopd&sektion=8">mopd(8)</a>.  <li>Call <a href="http://man.openbsd.org?query=tzset&sektion=3">tzset(3)</a> in <a href="http://man.openbsd.org?query=dhcpd&sektion=8">dhcpd(8)</a>, <a href="http://man.openbsd.org?query=dhcrelay&sektion=8">dhcrelay(8)</a> and <a href="http://man.openbsd.org?query=mopd&sektion=8">mopd(8)</a>.
 <!-- ^ 20040512 -->  <!-- ^ 20040512 -->
 <li>Don't print the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8">sendmail(8)</a> version if the helpfile is missing.  <li>Don't print the <a href="http://man.openbsd.org?query=sendmail&sektion=8">sendmail(8)</a> version if the helpfile is missing.
 <li>Build <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8">sendmail(8)</a> with -D_FFR_QUEUERETURN_DSN, allowing faster expiration of spam bounces.  <li>Build <a href="http://man.openbsd.org?query=sendmail&sektion=8">sendmail(8)</a> with -D_FFR_QUEUERETURN_DSN, allowing faster expiration of spam bounces.
 <li>Unbreak checksum generation when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> scrub random-id.  <li>Unbreak checksum generation when using <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> scrub random-id.
 <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> routing loop detection so that visiting a packet more than four times is an error, instead of more than once.<br>  <li>Change <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> routing loop detection so that visiting a packet more than four times is an error, instead of more than once.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Don't abort <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1">lint(1)</a> because a child process fails, just move onto the next file.  <li>Don't abort <a href="http://man.openbsd.org?query=lint&sektion=1">lint(1)</a> because a child process fails, just move onto the next file.
 <!-- ^ 20040511 -->  <!-- ^ 20040511 -->
 <li>When doing user mounts, inherit the MNT_NOEXEC flag from the mount point. This stops users bypassing noexec by null-mounting the filesystem on top of itself.  <li>When doing user mounts, inherit the MNT_NOEXEC flag from the mount point. This stops users bypassing noexec by null-mounting the filesystem on top of itself.
 <li>Filter and lock <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rbootd&sektion=8">rbootd(8)</a>'s <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a> descriptor before dropping privileges.  <li>Filter and lock <a href="http://man.openbsd.org?query=rbootd&sektion=8">rbootd(8)</a>'s <a href="http://man.openbsd.org?query=bpf&sektion=4">bpf(4)</a> descriptor before dropping privileges.
 <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chsh&sektion=1">chsh(1)</a> after the recent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pw_copy&sektion=3">pw_copy(3)</a> changes.  <li>Unbreak <a href="http://man.openbsd.org?query=chsh&sektion=1">chsh(1)</a> after the recent <a href="http://man.openbsd.org?query=pw_copy&sektion=3">pw_copy(3)</a> changes.
 <li>Import and merge GNU readline 4.3p5.  <li>Import and merge GNU readline 4.3p5.
 <li>Double <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a>'s command line buffer size to 2K.  <li>Double <a href="http://man.openbsd.org?query=ksh&sektion=1">ksh(1)</a>'s command line buffer size to 2K.
 <li>Allow the banner page to be turned off by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpr&sektion=1">lpr(1)</a>.  <li>Allow the banner page to be turned off by <a href="http://man.openbsd.org?query=lpr&sektion=1">lpr(1)</a>.
 <li>Add /usr/local/sbin to root's .cshrc, and move /usr/X11R6/bin before /usr/local/{bin,sbin} for both <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=csh&sektion=1">csh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a>.  <li>Add /usr/local/sbin to root's .cshrc, and move /usr/X11R6/bin before /usr/local/{bin,sbin} for both <a href="http://man.openbsd.org?query=csh&sektion=1">csh(1)</a> and <a href="http://man.openbsd.org?query=ksh&sektion=1">ksh(1)</a>.
 <li>Remove a bunch of #ifdef ISO and #ifdef notyet crud from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsd&sektion=8">nfsd(8)</a>.  <li>Remove a bunch of #ifdef ISO and #ifdef notyet crud from <a href="http://man.openbsd.org?query=nfsd&sektion=8">nfsd(8)</a>.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1">lint(1)</a> understand the 'long long' type.  <li>Make <a href="http://man.openbsd.org?query=lint&sektion=1">lint(1)</a> understand the 'long long' type.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8">cron(8)</a>'s accept socket non-blocking.  <li>Make <a href="http://man.openbsd.org?query=cron&sektion=8">cron(8)</a>'s accept socket non-blocking.
 <li>Clobber the 'clobber' command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail&sektion=1">mail(1)</a>.  <li>Clobber the 'clobber' command in <a href="http://man.openbsd.org?query=mail&sektion=1">mail(1)</a>.
 <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=user&sektion=8">user(8)</a> adds a new group, place it before the first '+' entry if one exists (part of a fix for PR#3727).  <li>When <a href="http://man.openbsd.org?query=user&sektion=8">user(8)</a> adds a new group, place it before the first '+' entry if one exists (part of a fix for PR#3727).
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtonum&sektion=3">strtonum(3)</a>-ify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecadm&sektion=8">ipsecadm(8)</a> and add some more integer value checks.  <li><a href="http://man.openbsd.org?query=strtonum&sektion=3">strtonum(3)</a>-ify <a href="http://man.openbsd.org?query=ipsecadm&sektion=8">ipsecadm(8)</a> and add some more integer value checks.
 <!-- ^ 20040510 -->  <!-- ^ 20040510 -->
 <li>Properly initialise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> advskew for values greater than 240.<br>  <li>Properly initialise <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> advskew for values greater than 240.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Remove unused variables in several programs on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1">lint(1)</a>'s say-so.  <li>Remove unused variables in several programs on <a href="http://man.openbsd.org?query=lint&sektion=1">lint(1)</a>'s say-so.
 <li>Use the freshly-generated MD5 digest for the SSH1 session ID instead of random stack garbage.  <li>Use the freshly-generated MD5 digest for the SSH1 session ID instead of random stack garbage.
 <li>Fix a null deref panic in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> TCP normaliser.  <li>Fix a null deref panic in the <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> TCP normaliser.
 <!-- ^ 20040509 -->  <!-- ^ 20040509 -->
 <li>Swap <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&sektion=3">arc4random(3)</a> for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rand&sektion=3">rand(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&sektion=1">awk(1)</a> unless the user sets the seed, in which case swap <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&sektion=3">random(3)</a> for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rand&sektion=3">rand(3)</a>.  <li>Swap <a href="http://man.openbsd.org?query=arc4random&sektion=3">arc4random(3)</a> for <a href="http://man.openbsd.org?query=rand&sektion=3">rand(3)</a> in <a href="http://man.openbsd.org?query=awk&sektion=1">awk(1)</a> unless the user sets the seed, in which case swap <a href="http://man.openbsd.org?query=random&sektion=3">random(3)</a> for <a href="http://man.openbsd.org?query=rand&sektion=3">rand(3)</a>.
 <li>Add a reference count for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a> descriptors, and don't free resources until processes sleeping on a descriptor have been woken up.  <li>Add a reference count for <a href="http://man.openbsd.org?query=bpf&sektion=4">bpf(4)</a> descriptors, and don't free resources until processes sleeping on a descriptor have been woken up.
 <li>Use a locked, filtered <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a> descriptor in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mopd&sektion=8">mopd(8)</a>.  <li>Use a locked, filtered <a href="http://man.openbsd.org?query=bpf&sektion=4">bpf(4)</a> descriptor in <a href="http://man.openbsd.org?query=mopd&sektion=8">mopd(8)</a>.
 <li>Replace <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rand&sektion=3">rand(3)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&sektion=3">arc4random(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a>, unless the user sets the random seed manually in which case rand() is still used.  <li>Replace <a href="http://man.openbsd.org?query=rand&sektion=3">rand(3)</a> with <a href="http://man.openbsd.org?query=arc4random&sektion=3">arc4random(3)</a> in <a href="http://man.openbsd.org?query=ksh&sektion=1">ksh(1)</a>, unless the user sets the random seed manually in which case rand() is still used.
 <li>Allow manually-keyed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4">ipsec(4)</a> AH in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.  <li>Allow manually-keyed <a href="http://man.openbsd.org?query=ipsec&sektion=4">ipsec(4)</a> AH in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.
 <li>Initialise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ed&sektion=1">ed(1)</a>'s crypto using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&sektion=3">arc4random(3)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rand&sektion=3">rand(3)</a>.  <li>Initialise <a href="http://man.openbsd.org?query=ed&sektion=1">ed(1)</a>'s crypto using <a href="http://man.openbsd.org?query=arc4random&sektion=3">arc4random(3)</a> instead of <a href="http://man.openbsd.org?query=rand&sektion=3">rand(3)</a>.
 <li>Fix a few memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=regex&sektion=3">regex(3)</a>.  <li>Fix a few memory leaks in <a href="http://man.openbsd.org?query=regex&sektion=3">regex(3)</a>.
 <li>Resolve hostnames in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd.conf&sektion=5">dhcpd.conf(5)</a> at parse time (PR#3771).  <li>Resolve hostnames in <a href="http://man.openbsd.org?query=dhcpd.conf&sektion=5">dhcpd.conf(5)</a> at parse time (PR#3771).
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> back off on other interfaces on IP output errors until reliable delivery is restored.  <li>Make <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> back off on other interfaces on IP output errors until reliable delivery is restored.
 <li>Use the right packet length in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>'s <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4">pfsync(4)</a> parser.  <li>Use the right packet length in <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>'s <a href="http://man.openbsd.org?query=pfsync&sektion=4">pfsync(4)</a> parser.
 <!-- ^ 20040508 -->  <!-- ^ 20040508 -->
 <li>Enable 802.1q long packets for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4">vlan(4)</a> support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a> on cardbus.  <li>Enable 802.1q long packets for <a href="http://man.openbsd.org?query=vlan&sektion=4">vlan(4)</a> support in <a href="http://man.openbsd.org?query=fxp&sektion=4">fxp(4)</a> on cardbus.
 <li>Don't allow command substitution characters in the environment variables passed through to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient-script&sektion=8">dhclient-script(8)</a> by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a>.  <li>Don't allow command substitution characters in the environment variables passed through to <a href="http://man.openbsd.org?query=dhclient-script&sektion=8">dhclient-script(8)</a> by <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a>.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=afsd&sektion=8">afsd(8)</a> drop privileges and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&sektion=2">chroot(2)</a> to the cache directory.  <li>Have <a href="http://man.openbsd.org?query=afsd&sektion=8">afsd(8)</a> drop privileges and <a href="http://man.openbsd.org?query=chroot&sektion=2">chroot(2)</a> to the cache directory.
 <li>Make the -w option work the same for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&sektion=1">grep(1)</a>'s regex and fast paths.  <li>Make the -w option work the same for <a href="http://man.openbsd.org?query=grep&sektion=1">grep(1)</a>'s regex and fast paths.
 <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysconf&sektion=3">sysconf(3)</a> values _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX.  <li>Implement <a href="http://man.openbsd.org?query=sysconf&sektion=3">sysconf(3)</a> values _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX.
 <li>Fix sizeof(pointer) bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amd&sektion=8">amd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a>.  <li>Fix sizeof(pointer) bugs in <a href="http://man.openbsd.org?query=amd&sektion=8">amd(8)</a> and <a href="http://man.openbsd.org?query=netstat&sektion=1">netstat(1)</a>.
 <li>Add a fast path for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fgrep&sektion=1">fgrep(1)</a> and fix the -w option.  <li>Add a fast path for <a href="http://man.openbsd.org?query=fgrep&sektion=1">fgrep(1)</a> and fix the -w option.
 <li>Replace the kernel's RSA-derived MD5 implementation with code derived from Colin Plumb's PD version.  <li>Replace the kernel's RSA-derived MD5 implementation with code derived from Colin Plumb's PD version.
 <li>Add a filter option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> to dump prefixes learned via UPDATEs into a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> table.  <li>Add a filter option to <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> to dump prefixes learned via UPDATEs into a <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> table.
 <li>Big FFS softdep merge with FreeBSD, fixing a number of bugs.  <li>Big FFS softdep merge with FreeBSD, fixing a number of bugs.
 <!-- ^ 20040507 -->  <!-- ^ 20040507 -->
 <li>Some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snprintf&sektion=3">snprintf(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strlcpy&sektion=3">strlcpy(3)</a> cleaning in the X server.  <li>Some <a href="http://man.openbsd.org?query=snprintf&sektion=3">snprintf(3)</a> and <a href="http://man.openbsd.org?query=strlcpy&sektion=3">strlcpy(3)</a> cleaning in the X server.
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&sektion=1">grep(1)</a> doing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fseek&sektion=3">fseek(3)</a> on stdin if it's a terminal.  <li>Stop <a href="http://man.openbsd.org?query=grep&sektion=1">grep(1)</a> doing <a href="http://man.openbsd.org?query=fseek&sektion=3">fseek(3)</a> on stdin if it's a terminal.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&sektion=1">grep(1)</a> treat a '^H' character as non-binary.  <li>Have <a href="http://man.openbsd.org?query=grep&sektion=1">grep(1)</a> treat a '^H' character as non-binary.
 <li>Make  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient-script&sektion=8">dhclient-script(8)</a> work with half-bridge ADSL routers that don't provide a real default gateway (PR#3747).  <li>Make  <a href="http://man.openbsd.org?query=dhclient-script&sektion=8">dhclient-script(8)</a> work with half-bridge ADSL routers that don't provide a real default gateway (PR#3747).
 <li>Apply The Process to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&sektion=8">pppoe(8)</a>: Create a filtered and locked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a> descriptor, drop privileges and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&sektion=2">chroot(2)</a> to /var/empty.  <li>Apply The Process to <a href="http://man.openbsd.org?query=pppoe&sektion=8">pppoe(8)</a>: Create a filtered and locked <a href="http://man.openbsd.org?query=bpf&sektion=4">bpf(4)</a> descriptor, drop privileges and <a href="http://man.openbsd.org?query=chroot&sektion=2">chroot(2)</a> to /var/empty.
 <li>New _afs and _ppp users for privilege separation.  <li>New _afs and _ppp users for privilege separation.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> capability negotiation bugs and speed it up when working with picky peers.  <li>Fix <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> capability negotiation bugs and speed it up when working with picky peers.
 <li>Increase <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>'s socket buffer size to 64KB iff <!-- iff is not a typo --> IPsec or md5sig is in use.  <li>Increase <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>'s socket buffer size to 64KB iff <!-- iff is not a typo --> IPsec or md5sig is in use.
 <li>Fix a race condition in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> when a session is closed but there are updates in the buffer.  <li>Fix a race condition in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> when a session is closed but there are updates in the buffer.
 <li>Add strchr() and strrchr() to libkern.  <li>Add strchr() and strrchr() to libkern.
 <!-- ^ 20040506 -->  <!-- ^ 20040506 -->
 <li><font color="#e00000"><strong>SECURITY FIX: Check for integer overflow in procfs.</strong></font> Use of procfs is not recommended.<br>  <li><font color="#e00000"><strong>SECURITY FIX: Check for integer overflow in procfs.</strong></font> Use of procfs is not recommended.<br>
     <a href="errata36.html#procfs">A source code patch is available</a>.<br>      <a href="errata36.html#procfs">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>When a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> scrub rule with the 'reassemble tcp' option is in effect, use RFC1913 PAWS as a means of extending the TCP sequence space by 10 to 18 bits. This makes blind insertion attacks much more difficult, because the timestamp needs to be guessed as well as the TCP sequence number.  <li>When a <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> scrub rule with the 'reassemble tcp' option is in effect, use RFC1913 PAWS as a means of extending the TCP sequence space by 10 to 18 bits. This makes blind insertion attacks much more difficult, because the timestamp needs to be guessed as well as the TCP sequence number.
 <li>Sprinkle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtonum&sektion=3">strtonum(3)</a> liberally all over <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>.  <li>Sprinkle <a href="http://man.openbsd.org?query=strtonum&sektion=3">strtonum(3)</a> liberally all over <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a>.
 <li>Match the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sha2&sektion=3">sha2(3)</a> functions up with the other hash types.  <li>Match the <a href="http://man.openbsd.org?query=sha2&sektion=3">sha2(3)</a> functions up with the other hash types.
 <li>Add a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a> write filter to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a> and lock the descriptor.  <li>Add a <a href="http://man.openbsd.org?query=bpf&sektion=4">bpf(4)</a> write filter to <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a> and lock the descriptor.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tzset&sektion=3">tzset(3)</a> before chrooting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a>.  <li>Use <a href="http://man.openbsd.org?query=tzset&sektion=3">tzset(3)</a> before chrooting <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a>.
 <li>Create the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a> privsep child before opening <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a>, creating the routing socket and opening the lease file.  <li>Create the <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a> privsep child before opening <a href="http://man.openbsd.org?query=bpf&sektion=4">bpf(4)</a>, creating the routing socket and opening the lease file.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>, keep statistics for suffix transformations.  <li>In <a href="http://man.openbsd.org?query=make&sektion=1">make(1)</a>, keep statistics for suffix transformations.
 <!-- ^ 20040505 -->  <!-- ^ 20040505 -->
 <li>Remove <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bootpd&sektion=8">bootpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bootpef&sektion=8">bootpef(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bootpgw&sektion=8">bootpgw(8)</a> from the tree, their functionality is present in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a> and friends nowadays.  <li>Remove <a href="http://man.openbsd.org?query=bootpd&sektion=8">bootpd(8)</a>, <a href="http://man.openbsd.org?query=bootpef&sektion=8">bootpef(8)</a> and <a href="http://man.openbsd.org?query=bootpgw&sektion=8">bootpgw(8)</a> from the tree, their functionality is present in <a href="http://man.openbsd.org?query=dhcpd&sektion=8">dhcpd(8)</a> and friends nowadays.
 <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nm&sektion=1">nm(1)</a> about ELF .plt*, .got*, .init and .fini sections.  <li>Teach <a href="http://man.openbsd.org?query=nm&sektion=1">nm(1)</a> about ELF .plt*, .got*, .init and .fini sections.
 <li>The TCP-specific route metrics are rarely used, so use a trimmed down version in the kernel (struct rt_kmetrics) and fake up a full-fat struct rt_metrics on demand for userland compatility.  <li>The TCP-specific route metrics are rarely used, so use a trimmed down version in the kernel (struct rt_kmetrics) and fake up a full-fat struct rt_metrics on demand for userland compatility.
 <li>Apply bridge filter rules to frames destined for the local machine, so a single-interface bridge can do filtering and tagging.  <li>Apply bridge filter rules to frames destined for the local machine, so a single-interface bridge can do filtering and tagging.
 <li>Add privilege separation to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a>.  <li>Add privilege separation to <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a>.
 <li>Create /var/empty on the installer miniroot so some futuristic pie-in-the-sky privilege-separated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8">dhclient(8)</a> can work.  <li>Create /var/empty on the installer miniroot so some futuristic pie-in-the-sky privilege-separated <a href="http://man.openbsd.org?query=dhclient&sektion=8">dhclient(8)</a> can work.
 <!-- ^ 20040504 -->  <!-- ^ 20040504 -->
 <li>Convert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping&sektion=8">ping(8)</a> to use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtonum&sektion=3">strtonum(3)</a>.  <li>Convert <a href="http://man.openbsd.org?query=ping&sektion=8">ping(8)</a> to use <a href="http://man.openbsd.org?query=strtonum&sektion=3">strtonum(3)</a>.
 <li>Add COMPAT_35 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8">config(8)</a> option for kernel binary compatibility with OpenBSD 3.5  <li>Add COMPAT_35 <a href="http://man.openbsd.org?query=config&sektion=8">config(8)</a> option for kernel binary compatibility with OpenBSD 3.5
 <li>Add *Pad (do padding like *Final without finishing) and *FileChunk (digest a portion of a file) functions for each of the hash types in libc.  <li>Add *Pad (do padding like *Final without finishing) and *FileChunk (digest a portion of a file) functions for each of the hash types in libc.
 <li>Tweak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndbm&sektion=3">ndbm(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=semop&sektion=2">semop(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=shmget&sektion=2">shmget(2)</a> to match POSIX. Since this is an API change, crank libc's and libpthread's major version.  <li>Tweak <a href="http://man.openbsd.org?query=ndbm&sektion=3">ndbm(3)</a>, <a href="http://man.openbsd.org?query=semop&sektion=2">semop(2)</a> and <a href="http://man.openbsd.org?query=shmget&sektion=2">shmget(2)</a> to match POSIX. Since this is an API change, crank libc's and libpthread's major version.
 <li>Define bsd_signal(3) as required by XPG. Of course, it's just an alias for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signal&sektion=3">signal(3)</a> here.  <li>Define bsd_signal(3) as required by XPG. Of course, it's just an alias for <a href="http://man.openbsd.org?query=signal&sektion=3">signal(3)</a> here.
 <li>New stdlib function <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtonum&sektion=3">strtonum(3)</a>, a safe replacement for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atoi&sektion=3">atoi(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtol&sektion=3">strtol(3)</a> etc.  <li>New stdlib function <a href="http://man.openbsd.org?query=strtonum&sektion=3">strtonum(3)</a>, a safe replacement for <a href="http://man.openbsd.org?query=atoi&sektion=3">atoi(3)</a> and <a href="http://man.openbsd.org?query=strtol&sektion=3">strtol(3)</a> etc.
 <li>Clean up properly if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> PCMCIA attachment fails.  <li>Clean up properly if <a href="http://man.openbsd.org?query=wi&sektion=4">wi(4)</a> PCMCIA attachment fails.
 <li>Remove OpenBSD/pegasos. See the mailing list archives for some very good reasons why.  <li>Remove OpenBSD/pegasos. See the mailing list archives for some very good reasons why.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8">cron(8)</a>'s crontab socket non-blocking.  <li>Make <a href="http://man.openbsd.org?query=cron&sektion=8">cron(8)</a>'s crontab socket non-blocking.
 <li>When setting PROT_NONE with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mprotect&sektion=2">mprotect(2)</a> on a wired entry, decrement the wired count and stop ntpd causing a panic (PR#3758).<br>  <li>When setting PROT_NONE with <a href="http://man.openbsd.org?query=mprotect&sektion=2">mprotect(2)</a> on a wired entry, decrement the wired count and stop ntpd causing a panic (PR#3758).<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Some more fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strerror&sektion=3">strerror(3)</a>. Everything now goes via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strerror_r&sektion=3">strerror_r(3)</a>.  <li>Some more fixes to <a href="http://man.openbsd.org?query=strerror&sektion=3">strerror(3)</a>. Everything now goes via <a href="http://man.openbsd.org?query=strerror_r&sektion=3">strerror_r(3)</a>.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cksum&sektion=1">cksum(1)</a> a link (in /bin) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&sektion=1">md5(1)</a> and remove the old program.  <li>Make <a href="http://man.openbsd.org?query=cksum&sektion=1">cksum(1)</a> a link (in /bin) to <a href="http://man.openbsd.org?query=md5&sektion=1">md5(1)</a> and remove the old program.
 <li>Add support for cksum (three flavours), md4, sha256, sha384 and sha512 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&sektion=1">md5(1)</a>.  <li>Add support for cksum (three flavours), md4, sha256, sha384 and sha512 to <a href="http://man.openbsd.org?query=md5&sektion=1">md5(1)</a>.
 <!-- ^ 20040502 -->  <!-- ^ 20040502 -->
 <li>Fix a call to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disk_unbusy&sektion=9">disk_unbusy(9)</a> that lacked the third argument.  <li>Fix a call to <a href="http://man.openbsd.org?query=disk_unbusy&sektion=9">disk_unbusy(9)</a> that lacked the third argument.
 <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_suspend_all_np&sektion=3">pthread_suspend_all_np(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_resume_all_np&sektion=3">pthread_resume_all_np(3)</a>, needed by the Java HotSpot compiler. From FreeBSD.  <li>Implement <a href="http://man.openbsd.org?query=pthread_suspend_all_np&sektion=3">pthread_suspend_all_np(3)</a> and <a href="http://man.openbsd.org?query=pthread_resume_all_np&sektion=3">pthread_resume_all_np(3)</a>, needed by the Java HotSpot compiler. From FreeBSD.
 <li>Fix the fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strerror&sektion=3">strerror(3)</a>.  <li>Fix the fixes to <a href="http://man.openbsd.org?query=strerror&sektion=3">strerror(3)</a>.
 <li>Do privilege revocation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rbootd&sektion=8">rbootd(8)</a>.  <li>Do privilege revocation in <a href="http://man.openbsd.org?query=rbootd&sektion=8">rbootd(8)</a>.
 <li>Fix a bug that could cause <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a> to lock up for 15 seconds under heavy load.<br>  <li>Fix a bug that could cause <a href="http://man.openbsd.org?query=fxp&sektion=4">fxp(4)</a> to lock up for 15 seconds under heavy load.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <!-- ^ 20040501 -->  <!-- ^ 20040501 -->
 <li>Add _rbootd privilege separation/revocation user for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rbootd&sektion=8">rbootd(8)</a>.  <li>Add _rbootd privilege separation/revocation user for <a href="http://man.openbsd.org?query=rbootd&sektion=8">rbootd(8)</a>.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4">pfsync(4)</a> to be built in a kernel without <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a>.  <li>Allow <a href="http://man.openbsd.org?query=pfsync&sektion=4">pfsync(4)</a> to be built in a kernel without <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a>.
 <li>Start the 3.5-stable branch.  <li>Start the 3.5-stable branch.
 <li>Fix non-reentrancy and other bad stuff in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strerror&sektion=3">strerror(3)</a>.  <li>Fix non-reentrancy and other bad stuff in <a href="http://man.openbsd.org?query=strerror&sektion=3">strerror(3)</a>.
 <!-- ^ 20040530 -->  <!-- ^ 20040530 -->
 <li>Check <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> payload lengths more carefully.  <li>Check <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> payload lengths more carefully.
 <li>Speedups and cleanups in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md4&sektion=3">md4(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&sektion=3">md5(3)</a>.  <li>Speedups and cleanups in <a href="http://man.openbsd.org?query=md4&sektion=3">md4(3)</a> and <a href="http://man.openbsd.org?query=md5&sektion=3">md5(3)</a>.
 <li>Fix alignment problems when copying <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sha2&sektion=3">sha2(3)</a>'s data pointer around.  <li>Fix alignment problems when copying <a href="http://man.openbsd.org?query=sha2&sektion=3">sha2(3)</a>'s data pointer around.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nm&sektion=1">nm(1)</a> report empty a.out objects as having "no name list" instead of accusing them of having "bad format".  <li>Have <a href="http://man.openbsd.org?query=nm&sektion=1">nm(1)</a> report empty a.out objects as having "no name list" instead of accusing them of having "bad format".
 <!-- ^ 20040529 -->  <!-- ^ 20040529 -->
 <li>Replace the old RSA Data Security Inc. implementations of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md4&sektion=3">md4(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&sektion=3">md5(3)</a> with code derived from Colin Plumb's public domain MD5 implementation.  <li>Replace the old RSA Data Security Inc. implementations of <a href="http://man.openbsd.org?query=md4&sektion=3">md4(3)</a> and <a href="http://man.openbsd.org?query=md5&sektion=3">md5(3)</a> with code derived from Colin Plumb's public domain MD5 implementation.
 <li>Wire <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdrop&sektion=8">tcpdrop(8)</a> into the build.  <li>Wire <a href="http://man.openbsd.org?query=tcpdrop&sektion=8">tcpdrop(8)</a> into the build.
 <li>Fix a null-dereference crasher in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.  <li>Fix a null-dereference crasher in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.
 <li>Fix file descriptor leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&sektion=8">pflogd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.rusersd&sektion=8">rpc.rusersd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd-setup&sektion=8">spamd-setup(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&sektion=8">tftpd(8)</a>.  <li>Fix file descriptor leaks in <a href="http://man.openbsd.org?query=pflogd&sektion=8">pflogd(8)</a>, <a href="http://man.openbsd.org?query=rpc.rusersd&sektion=8">rpc.rusersd(8)</a>, <a href="http://man.openbsd.org?query=spamd-setup&sektion=8">spamd-setup(8)</a>, <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a> and <a href="http://man.openbsd.org?query=tftpd&sektion=8">tftpd(8)</a>.
 <li>Remove the old ISC DHCP code from the tree, much to Henning's delight.  <li>Remove the old ISC DHCP code from the tree, much to Henning's delight.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a>, allow the PAGER environment variable to contain spaces.  <li>In <a href="http://man.openbsd.org?query=pkg_add&sektion=1">pkg_add(1)</a>, allow the PAGER environment variable to contain spaces.
 <li>Update libevent to 0.8 + local changes.  <li>Update libevent to 0.8 + local changes.
 <!-- XXX wtf Wed Apr 28 06:50:21 UTC 2004 usr.sbin/pkg_add/OpenBSD PackingList.pm -->  <!-- XXX wtf Wed Apr 28 06:50:21 UTC 2004 usr.sbin/pkg_add/OpenBSD PackingList.pm -->
 <li>Add some Zebra bug compatibility into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>'s capabilities announcements.  <li>Add some Zebra bug compatibility into <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>'s capabilities announcements.
 <li>Put the IP addresses of users authenticated by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&sektion=8">authpf(8)</a> into the &lt;authpf-users&gt; table.  <li>Put the IP addresses of users authenticated by <a href="http://man.openbsd.org?query=authpf&sektion=8">authpf(8)</a> into the &lt;authpf-users&gt; table.
 <li>Support AH as well as ESP flows for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> IPsec.  <li>Support AH as well as ESP flows for <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> IPsec.
 <li>Fix a bogus return statement in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> tables code when dealing with non-IP packets.  <li>Fix a bogus return statement in <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> tables code when dealing with non-IP packets.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> peers to request route refreshes.  <li>Allow <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> peers to request route refreshes.
 <li>Keep track of SAs inserted by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>, making it easier to remove them later.  <li>Keep track of SAs inserted by <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>, making it easier to remove them later.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> return-rst work on pure bridges.  <li>Make <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> return-rst work on pure bridges.
 <li>Remove the assumption, found in a number of places in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>, that af !=INET6 implies af==AF_INET.  <li>Remove the assumption, found in a number of places in <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a>, that af !=INET6 implies af==AF_INET.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> print <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> packets as carp, and not VRRP.  <li>Have <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a> print <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> packets as carp, and not VRRP.
 <li>Some fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4">pfsync(4)</a> statistics counters.  <li>Some fixes to <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> and <a href="http://man.openbsd.org?query=pfsync&sektion=4">pfsync(4)</a> statistics counters.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> sensitive to its physical interface: If the physical interface drops, so does the carp interface; and have all other carp interfaces back off (i.e. don't preempt, and set high advskew) so this host is unlikely to stay as master.  <li>Make <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> sensitive to its physical interface: If the physical interface drops, so does the carp interface; and have all other carp interfaces back off (i.e. don't preempt, and set high advskew) so this host is unlikely to stay as master.
 <li>Add IPv6 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&sektion=8">authpf(8)</a>.  <li>Add IPv6 support to <a href="http://man.openbsd.org?query=authpf&sektion=8">authpf(8)</a>.
 <!-- ^ 20040428 -->  <!-- ^ 20040428 -->
 <li>Generate an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> host key in /etc/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a>, just like the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> host keys.  <li>Generate an <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> host key in /etc/<a href="http://man.openbsd.org?query=rc&sektion=8">rc(8)</a>, just like the <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a> host keys.
 <li>Add IKE to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>'s IPsec support.  <li>Add IKE to <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>'s IPsec support.
 <li>Exit gracefully from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a> with the -vvsq option if no queues are in use.  <li>Exit gracefully from <a href="http://man.openbsd.org?query=pfctl&sektion=8">pfctl(8)</a> with the -vvsq option if no queues are in use.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8">spamd(8)</a> pass a valid pointer as the fourth argument to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&sektion=3">getaddrinfo(3)</a>.  <li>Make <a href="http://man.openbsd.org?query=spamd&sektion=8">spamd(8)</a> pass a valid pointer as the fourth argument to <a href="http://man.openbsd.org?query=getaddrinfo&sektion=3">getaddrinfo(3)</a>.
 <li>Add back a couple of missing break statements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>, unbreaking tcpmd5.  <li>Add back a couple of missing break statements in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>, unbreaking tcpmd5.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>'s normaliser check that a TCP RST has exactly the right sequence number. The check only works when we're doing full fragment reassembly.  <li>Have <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a>'s normaliser check that a TCP RST has exactly the right sequence number. The check only works when we're doing full fragment reassembly.
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecadm&sektion=8">ipsecadm(8)</a> looping forever when displaying zero-sized extensions.  <li>Stop <a href="http://man.openbsd.org?query=ipsecadm&sektion=8">ipsecadm(8)</a> looping forever when displaying zero-sized extensions.
 <li>Allow only BGP traffic over the IPsec flows set up by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.  <li>Allow only BGP traffic over the IPsec flows set up by <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.
 <li>A number of quad fixes in libc.  <li>A number of quad fixes in libc.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> to pass specified environment variables from client to server (OpenSSH bugzilla #815).  <li>Allow <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a> to pass specified environment variables from client to server (OpenSSH bugzilla #815).
 <li>Support RFC2918 "Route Refresh Capability for BGP-4" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.  <li>Support RFC2918 "Route Refresh Capability for BGP-4" in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.
 <li>Fix incomplete removal of altq when loading a new rulebase that doesn't contain altq rules.  <li>Fix incomplete removal of altq when loading a new rulebase that doesn't contain altq rules.
 <!-- ^ 20040427 -->  <!-- ^ 20040427 -->
 <li>New program <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdrop&sektion=8">tcpdrop(8)</a> that uses the sysctl interface to drop TCP connections. Not built by default yet.  <li>New program <a href="http://man.openbsd.org?query=tcpdrop&sektion=8">tcpdrop(8)</a> that uses the sysctl interface to drop TCP connections. Not built by default yet.
 <li>Add a -n (no name lookup) flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1">systat(1)</a>.  <li>Add a -n (no name lookup) flag to <a href="http://man.openbsd.org?query=systat&sektion=1">systat(1)</a>.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&sektion=2">select(2)</a>'s readability detection for NFS filehandles (PR#3757). Broken in the change to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&sektion=2">poll(2)</a> backends, fix from UFS code.  <li>Fix <a href="http://man.openbsd.org?query=select&sektion=2">select(2)</a>'s readability detection for NFS filehandles (PR#3757). Broken in the change to <a href="http://man.openbsd.org?query=poll&sektion=2">poll(2)</a> backends, fix from UFS code.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8">spamd(8)</a>, clear the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&sektion=3">getaddrinfo(3)</a> hints structure before use.  <li>In <a href="http://man.openbsd.org?query=spamd&sektion=8">spamd(8)</a>, clear the <a href="http://man.openbsd.org?query=getaddrinfo&sektion=3">getaddrinfo(3)</a> hints structure before use.
 <li>Break an infinite recursion between tcp_output() and tcp_mtudisc() when the TCP MSS gets to be larger then the interface MTU. Connections will still stall, however.  <li>Break an infinite recursion between tcp_output() and tcp_mtudisc() when the TCP MSS gets to be larger then the interface MTU. Connections will still stall, however.
 <li>Allow TCP MSS below the failsafe 216 iff <!-- 'iff' is not a typo --> the interface MTU is less than 256.  <li>Allow TCP MSS below the failsafe 216 iff <!-- 'iff' is not a typo --> the interface MTU is less than 256.
 <li>Back out (for now) the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4">em(4)</a> buffer allocation increase (though not the deferred allocation) as it breaks older cards.  <li>Back out (for now) the <a href="http://man.openbsd.org?query=em&sektion=4">em(4)</a> buffer allocation increase (though not the deferred allocation) as it breaks older cards.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8">cron(8)</a> to send mail to logins containing an underscore character.  <li>Allow <a href="http://man.openbsd.org?query=cron&sektion=8">cron(8)</a> to send mail to logins containing an underscore character.
 <li>Add direct support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4">ipsec(4)</a> between peers. Manual keying only for now.  <li>Add direct support in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> for <a href="http://man.openbsd.org?query=ipsec&sektion=4">ipsec(4)</a> between peers. Manual keying only for now.
 <li>Much stricter checking of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a> code, preventing arbitrary reads and writes of kernel memory.<br>  <li>Much stricter checking of <a href="http://man.openbsd.org?query=bpf&sektion=4">bpf(4)</a> code, preventing arbitrary reads and writes of kernel memory.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Allocate more buffers for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4">em(4)</a> cards, but defer that allocation until <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a> up and remove it on interface shutdown.  <li>Allocate more buffers for <a href="http://man.openbsd.org?query=em&sektion=4">em(4)</a> cards, but defer that allocation until <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a> up and remove it on interface shutdown.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>'s display of the gateway when set using an explicit -gateway modifier.  <li>Fix <a href="http://man.openbsd.org?query=route&sektion=8">route(8)</a>'s display of the gateway when set using an explicit -gateway modifier.
 <li>When IF_INPUT_ENQUEUE() queues an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&sektion=9">mbuf(9)</a> with a cluster, check to see if the data in the cluster will fit into the mbuf and if so, copy the data and deallocate the cluster.  <li>When IF_INPUT_ENQUEUE() queues an <a href="http://man.openbsd.org?query=mbuf&sektion=9">mbuf(9)</a> with a cluster, check to see if the data in the cluster will fit into the mbuf and if so, copy the data and deallocate the cluster.
 <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4">sis(4)</a>, permanently allocate only the minimum number of buffers. Allocate and deallocate receive buffers when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a> brings the interface up and down respectively.  <li>For <a href="http://man.openbsd.org?query=fxp&sektion=4">fxp(4)</a> and <a href="http://man.openbsd.org?query=sis&sektion=4">sis(4)</a>, permanently allocate only the minimum number of buffers. Allocate and deallocate receive buffers when <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a> brings the interface up and down respectively.
 <li>Bandwidth checking fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=altq&sektion=9">altq(9)</a>. Now a bandwidth of zero is allowed, producing a blackhole queue for CBQ and a realtime-only queue for HFSC.  <li>Bandwidth checking fixes in <a href="http://man.openbsd.org?query=altq&sektion=9">altq(9)</a>. Now a bandwidth of zero is allowed, producing a blackhole queue for CBQ and a realtime-only queue for HFSC.
 <li>Add some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=htonl&sektion=3">htonl(3)</a> paranoia around  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&sektion=9">arc4random(9)</a> calls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>, so that biases in the PRNG won't leak the firewall's byte order.  <li>Add some <a href="http://man.openbsd.org?query=htonl&sektion=3">htonl(3)</a> paranoia around  <a href="http://man.openbsd.org?query=arc4random&sektion=9">arc4random(9)</a> calls in <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a>, so that biases in the PRNG won't leak the firewall's byte order.
 <li>Fix corruption of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>'s address pools when using more than 256 rules.<br>  <li>Fix corruption of <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a>'s address pools when using more than 256 rules.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>In /etc/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a>, check that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> interfaces really exist before attempting to bring them down at shutdown time.  <li>In /etc/<a href="http://man.openbsd.org?query=rc&sektion=8">rc(8)</a>, check that <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a> interfaces really exist before attempting to bring them down at shutdown time.
 <li>Start work on peer-to-peer IPsec support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.  <li>Start work on peer-to-peer IPsec support for <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> announce RFC2858 multiprotocol capabilities. Only IPv4 multicast is supported for now.  <li>Have <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> announce RFC2858 multiprotocol capabilities. Only IPv4 multicast is supported for now.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> prefer older (more stable) routes before resorting to comparison of BGP IDs and peer IP addresses.  <li>Make <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> prefer older (more stable) routes before resorting to comparison of BGP IDs and peer IP addresses.
 <li>Add a reference count for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> anchor rules.  <li>Add a reference count for <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> anchor rules.
 <!-- ^ 20040426 -->  <!-- ^ 20040426 -->
 <li>Since <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isprint&sektion=3">isprint(3)</a> doesn't consider all whitespace printable, also use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isspace&sektion=3">isspace(3)</a> for the binary file test in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=less&sektion=1">less(1)</a>.  <li>Since <a href="http://man.openbsd.org?query=isprint&sektion=3">isprint(3)</a> doesn't consider all whitespace printable, also use <a href="http://man.openbsd.org?query=isspace&sektion=3">isspace(3)</a> for the binary file test in <a href="http://man.openbsd.org?query=less&sektion=1">less(1)</a>.
 <li>Fix float -&gt; quad conversion in libc.  <li>Fix float -&gt; quad conversion in libc.
 <li>Prettier output from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8">bgpctl(8)</a>.  <li>Prettier output from <a href="http://man.openbsd.org?query=bgpctl&sektion=8">bgpctl(8)</a>.
 <li>Permit multiple default routes.  <li>Permit multiple default routes.
 <li>A few more unionfs fixes.  <li>A few more unionfs fixes.
 <li>Respect access rights on a union filesystem (PR#745).  <li>Respect access rights on a union filesystem (PR#745).
 <li>Add a few pieces missed in the merge of OpenSSL 0.9.7d.  <li>Add a few pieces missed in the merge of OpenSSL 0.9.7d.
 <li>Add input queue congestion flag support to a few interfaces that can't use the new IF_INPUT_ENQUEUE macro.  <li>Add input queue congestion flag support to a few interfaces that can't use the new IF_INPUT_ENQUEUE macro.
 <li>Prevent an endless loop in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> with 'route-to lo0' rules (PR#3736).<br>  <li>Prevent an endless loop in <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> with 'route-to lo0' rules (PR#3736).<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&sektion=8">authpf(8)</a> run <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a> to change the rulebase instead of sucking in code from pfctl and doing it itself.  <li>Have <a href="http://man.openbsd.org?query=authpf&sektion=8">authpf(8)</a> run <a href="http://man.openbsd.org?query=pfctl&sektion=8">pfctl(8)</a> to change the rulebase instead of sucking in code from pfctl and doing it itself.
 <li>Set MINCLSIZE back to its smaller pre-KAME IPv6 value, so now clusters will be used more often.  <li>Set MINCLSIZE back to its smaller pre-KAME IPv6 value, so now clusters will be used more often.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4">pfsync(4)</a>, purge only a specific expired state instead of doing an expensive purge all expired states while running at a high <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spl&sektion=9">spl(9)</a>.  <li>In <a href="http://man.openbsd.org?query=pfsync&sektion=4">pfsync(4)</a>, purge only a specific expired state instead of doing an expensive purge all expired states while running at a high <a href="http://man.openbsd.org?query=spl&sektion=9">spl(9)</a>.
 <li>Make sure the local address and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> neighbor address are of the same address family.  <li>Make sure the local address and <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> neighbor address are of the same address family.
 <li>Use '|' instead of ':' as the field separator for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8">spamd(8)</a> database keys, in preparation for future IPv6 support.  <li>Use '|' instead of ':' as the field separator for <a href="http://man.openbsd.org?query=spamd&sektion=8">spamd(8)</a> database keys, in preparation for future IPv6 support.
 <li>Fix a potential null dereference in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&sektion=3">ssl(3)</a> application utility code.  <li>Fix a potential null dereference in the <a href="http://man.openbsd.org?query=ssl&sektion=3">ssl(3)</a> application utility code.
 <!-- sbreserve() sb_mbmax -->  <!-- sbreserve() sb_mbmax -->
 <li>Give <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=routed&sektion=8">routed(8)</a> a local copy of the radix tree code, so it doesn't get (re)broken by net/radix.c changes.  <li>Give <a href="http://man.openbsd.org?query=routed&sektion=8">routed(8)</a> a local copy of the radix tree code, so it doesn't get (re)broken by net/radix.c changes.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&sektion=3">ssl(3)</a> S/MIME work again.  <li>Make <a href="http://man.openbsd.org?query=ssl&sektion=3">ssl(3)</a> S/MIME work again.
 <li>Add 'neighbor cloning' to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>, allowing a configuration to be specified for a network/prefixlength pair as well as the peer IP address. The configuration is cloned for each new peer in the given address range.  <li>Add 'neighbor cloning' to <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>, allowing a configuration to be specified for a network/prefixlength pair as well as the peer IP address. The configuration is cloned for each new peer in the given address range.
 <li>Add tcpdrop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a>, allowing a userland program terminate a TCP connection.  <li>Add tcpdrop <a href="http://man.openbsd.org?query=sysctl&sektion=3">sysctl(3)</a>, allowing a userland program terminate a TCP connection.
 <li>Some string cleaning in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&amp;sektion=4">ddb(4)</a>.  <li>Some string cleaning in <a href="http://man.openbsd.org?query=ddb&amp;sektion=4">ddb(4)</a>.
 <li>Fix a missing return statement in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a>'s control connection error path.  <li>Fix a missing return statement in <a href="http://man.openbsd.org?query=bgpd&amp;sektion=8">bgpd(8)</a>'s control connection error path.
 <li>Add multipath support to the radix tree, allowing multiple routes to a single destination (though it won't actually get you anywhere just yet). From KAME.  <li>Add multipath support to the radix tree, allowing multiple routes to a single destination (though it won't actually get you anywhere just yet). From KAME.
 <li>Send <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a> packets for IPv6 protocols other than TCP, UDP and ICMP.  <li>Send <a href="http://man.openbsd.org?query=pfsync&amp;sektion=4">pfsync(4)</a> packets for IPv6 protocols other than TCP, UDP and ICMP.
 <li>Sync kernel radix tree code with 4.4BSD-Lite2 via NetBSD.  <li>Sync kernel radix tree code with 4.4BSD-Lite2 via NetBSD.
 <li>Don't add a PF_GENERATED tag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> synproxy generated packets for the second handshake, so they can match rules (and create state) on another interface.  <li>Don't add a PF_GENERATED tag to <a href="http://man.openbsd.org?query=pf&amp;sektion=4">pf(4)</a> synproxy generated packets for the second handshake, so they can match rules (and create state) on another interface.
 <!-- ^ 20040425 -->  <!-- ^ 20040425 -->
 <li>Add a 'probability' modifier for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> rules, setting the likelihood with which a rule will trigger.  <li>Add a 'probability' modifier for <a href="http://man.openbsd.org?query=pf&amp;sektion=4">pf(4)</a> rules, setting the likelihood with which a rule will trigger.
 <li>Greatly simplify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&amp;sektion=8">inetd(8)</a>'s hostname/address lookup code.  <li>Greatly simplify <a href="http://man.openbsd.org?query=inetd&amp;sektion=8">inetd(8)</a>'s hostname/address lookup code.
 <li>Since OpenBSD has <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openpty&amp;sektion=3">openpty(3)</a>, we may as well have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnetd&amp;sektion=8">telnetd(8)</a> use it.  <li>Since OpenBSD has <a href="http://man.openbsd.org?query=openpty&amp;sektion=3">openpty(3)</a>, we may as well have <a href="http://man.openbsd.org?query=telnetd&amp;sektion=8">telnetd(8)</a> use it.
 <li>Initial support for IPv6 transport in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a>.  <li>Initial support for IPv6 transport in <a href="http://man.openbsd.org?query=bgpd&amp;sektion=8">bgpd(8)</a>.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a> config files to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=changelist&amp;sektion=5">changelist(5)</a> and /etc/mtree/special.  <li>Add <a href="http://man.openbsd.org?query=spamd&amp;sektion=8">spamd(8)</a> config files to <a href="http://man.openbsd.org?query=changelist&amp;sektion=5">changelist(5)</a> and /etc/mtree/special.
 <li>Some additional TCP option length paranoia in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>'s normaliser.  <li>Some additional TCP option length paranoia in <a href="http://man.openbsd.org?query=pf&amp;sektion=4">pf(4)</a>'s normaliser.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&amp;sektion=1">netstat(1)</a> display the new tcps.rcvacktooold statistic counter.  <li>Have <a href="http://man.openbsd.org?query=netstat&amp;sektion=1">netstat(1)</a> display the new tcps.rcvacktooold statistic counter.
 <li>Sync &lt;tree.h&gt; with Niels Provos' version to get rid of a compiler warning for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=RB_NEXT&amp;sektion=3">RB_NEXT(3)</a>.  <li>Sync &lt;tree.h&gt; with Niels Provos' version to get rid of a compiler warning for <a href="http://man.openbsd.org?query=RB_NEXT&amp;sektion=3">RB_NEXT(3)</a>.
 <!-- ^ 20040424 -->  <!-- ^ 20040424 -->
 <li>Port the gcc2 bounds checking support to gcc3, enabled with -Wbounded (see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc-local&amp;sektion=1">gcc-local(1)</a>).  <li>Port the gcc2 bounds checking support to gcc3, enabled with -Wbounded (see <a href="http://man.openbsd.org?query=gcc-local&amp;sektion=1">gcc-local(1)</a>).
 <li>Add some CMSG_ macros to get proper alignment in portalfs. From NetBSD.  <li>Add some CMSG_ macros to get proper alignment in portalfs. From NetBSD.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a>, make sure the KEY_LENGTH attribute is present when checking AES proposals as this is required when acting as responder to SafeNet peers.  <li>In <a href="http://man.openbsd.org?query=isakmpd&amp;sektion=8">isakmpd(8)</a>, make sure the KEY_LENGTH attribute is present when checking AES proposals as this is required when acting as responder to SafeNet peers.
 <li>Silence <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt&amp;sektion=3">getopt(3)</a> errors in the privileged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a> process.  <li>Silence <a href="http://man.openbsd.org?query=getopt&amp;sektion=3">getopt(3)</a> errors in the privileged <a href="http://man.openbsd.org?query=tcpdump&amp;sektion=8">tcpdump(8)</a> process.
 <li>Don't display rubbish on the first output line from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&amp;sektion=8">vmstat(8)</a>, wait for the stats to stabilise.  <li>Don't display rubbish on the first output line from <a href="http://man.openbsd.org?query=vmstat&amp;sektion=8">vmstat(8)</a>, wait for the stats to stabilise.
 <!-- ^ 20040423 -->  <!-- ^ 20040423 -->
 <li>Fix the calculation of a raw IPv6 UDP packet's checksum.  <li>Fix the calculation of a raw IPv6 UDP packet's checksum.
 <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a>'s ping probes, just use the pid for the ICMP id like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping&amp;sektion=8">ping(8)</a> does, instead of some architecture-dependent wierdness.  <li>For <a href="http://man.openbsd.org?query=dhcpd&amp;sektion=8">dhcpd(8)</a>'s ping probes, just use the pid for the ICMP id like <a href="http://man.openbsd.org?query=ping&amp;sektion=8">ping(8)</a> does, instead of some architecture-dependent wierdness.
 <!-- ^ 20040422 -->  <!-- ^ 20040422 -->
 <li>Merge in new Omron LUNA port (luna88k), based on OpenBSD/mvme88k, NetBSD/luna68k and CMU Mach.  <li>Merge in new Omron LUNA port (luna88k), based on OpenBSD/mvme88k, NetBSD/luna68k and CMU Mach.
 <li>As with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&amp;sektion=8">dhcrelay(8)</a>, set a write filter and lock the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&amp;sektion=4">bpf(4)</a> descriptor before privilege drop in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a>.  <li>As with <a href="http://man.openbsd.org?query=dhcrelay&amp;sektion=8">dhcrelay(8)</a>, set a write filter and lock the <a href="http://man.openbsd.org?query=bpf&amp;sektion=4">bpf(4)</a> descriptor before privilege drop in <a href="http://man.openbsd.org?query=dhcpd&amp;sektion=8">dhcpd(8)</a>.
 <!-- ^ 20040421 -->  <!-- ^ 20040421 -->
 <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pw_copy&amp;sektion=3">pw_copy(3)</a> to take the old entry as an additional parameter, allowing both a change of username and a check that the file hasn't changed since it was last read (fixes PR#3698). Adapted from FreeBSD.  <li>Change <a href="http://man.openbsd.org?query=pw_copy&amp;sektion=3">pw_copy(3)</a> to take the old entry as an additional parameter, allowing both a change of username and a check that the file hasn't changed since it was last read (fixes PR#3698). Adapted from FreeBSD.
 <li>Set a write filter and lock <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&amp;sektion=8">dhcrelay(8)</a>'s <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&amp;sektion=4">bpf(4)</a> file descriptor before dropping privileges.  <li>Set a write filter and lock <a href="http://man.openbsd.org?query=dhcrelay&amp;sektion=8">dhcrelay(8)</a>'s <a href="http://man.openbsd.org?query=bpf&amp;sektion=4">bpf(4)</a> file descriptor before dropping privileges.
 <li>Drop the port-changing options in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&amp;sektion=8">dhcrelay(8)</a> too, always use standard ports.  <li>Drop the port-changing options in <a href="http://man.openbsd.org?query=dhcrelay&amp;sektion=8">dhcrelay(8)</a> too, always use standard ports.
 <li>New TCP stat counter tcps.rcvacktooold, counts the number of times we drop very old ACK packets when the sequence number isn't exactly right.  <li>New TCP stat counter tcps.rcvacktooold, counts the number of times we drop very old ACK packets when the sequence number isn't exactly right.
 <li>Set the km_page allocator's low watermark to a value that allows the system to boot.  <li>Set the km_page allocator's low watermark to a value that allows the system to boot.
 <li>Switch the build over to the new, improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&amp;sektion=8">dhcrelay(8)</a>.  <li>Switch the build over to the new, improved <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>.
 <li>Remove the -p (listen port) option of new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a>.  <li>Remove the -p (listen port) option of new <a href="http://man.openbsd.org?query=dhcpd&amp;sektion=8">dhcpd(8)</a>.
 <!-- ^ 20040420 -->  <!-- ^ 20040420 -->
 <li>Bump the default kern.maxclusters to a value high enough to deter all but the most determined tweakers.  <li>Bump the default kern.maxclusters to a value high enough to deter all but the most determined tweakers.
 <li>Remove the GATEWAY <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&amp;sektion=8">config(8)</a> option now that both IP forwarding and mbuf cluster allocation are configurable using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=3">sysctl(3)</a>.  <li>Remove the GATEWAY <a href="http://man.openbsd.org?query=config&amp;sektion=8">config(8)</a> option now that both IP forwarding and mbuf cluster allocation are configurable using <a href="http://man.openbsd.org?query=sysctl&amp;sektion=3">sysctl(3)</a>.
 <li>Introduce a new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=3">sysctl(3)</a> kern.maxclusters controlling (oddly enough) the maximum number of mbuf clusters. This deprecates the much-abused NMBCLUSTERS <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&amp;sektion=8">config(8)</a> option.  <li>Introduce a new <a href="http://man.openbsd.org?query=sysctl&amp;sektion=3">sysctl(3)</a> kern.maxclusters controlling (oddly enough) the maximum number of mbuf clusters. This deprecates the much-abused NMBCLUSTERS <a href="http://man.openbsd.org?query=config&amp;sektion=8">config(8)</a> option.
 <li>Use the km_page allocator as the backend for the mbuf and mbuf cluster pools.  <li>Use the km_page allocator as the backend for the mbuf and mbuf cluster pools.
 <li>New km_page <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&amp;sektion=9">pool(9)</a> allocator running in an interrupt-safe kernel thread (kmthread).  <li>New km_page <a href="http://man.openbsd.org?query=pool&amp;sektion=9">pool(9)</a> allocator running in an interrupt-safe kernel thread (kmthread).
 <li>Resource starvation checks for sockets:  <li>Resource starvation checks for sockets:
 <ul>  <ul>
   <li>Check the level of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&amp;sektion=9">mbuf(9)</a> cluster utilisation when doing an accepting a listen socket, and fail if usage is greater than 95% of the hard limit.    <li>Check the level of <a href="http://man.openbsd.org?query=mbuf&amp;sektion=9">mbuf(9)</a> cluster utilisation when doing an accepting a listen socket, and fail if usage is greater than 95% of the hard limit.
   <li>New API sbcheckreserve() returns ENOBUFS if more than 50% of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&amp;sektion=9">mbuf(9)</a> clusters are in use    <li>New API sbcheckreserve() returns ENOBUFS if more than 50% of <a href="http://man.openbsd.org?query=mbuf&amp;sektion=9">mbuf(9)</a> clusters are in use
   <li>Use sbcheckreserve() when accepting a connection, and on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setsockopt&amp;sektion=2">setsockopt(2)</a> for SO_SNDBUF and SND_RCVBUF, and allocate minimal buffers in low-memory situations.    <li>Use sbcheckreserve() when accepting a connection, and on <a href="http://man.openbsd.org?query=setsockopt&amp;sektion=2">setsockopt(2)</a> for SO_SNDBUF and SND_RCVBUF, and allocate minimal buffers in low-memory situations.
 </ul>  </ul>
 <li>Stop propolice tripping an assert in gcc3.  <li>Stop propolice tripping an assert in gcc3.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a> display an error if it can't open the /var/db/spamd database for writing, and return a proper error code.  <li>Make <a href="http://man.openbsd.org?query=spamd&amp;sektion=8">spamd(8)</a> display an error if it can't open the /var/db/spamd database for writing, and return a proper error code.
 <li>Cure the angst in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=user&amp;sektion=8">user(8)</a> caused by the non-existence of the /nonexistent directory.  <li>Cure the angst in <a href="http://man.openbsd.org?query=user&amp;sektion=8">user(8)</a> caused by the non-existence of the /nonexistent directory.
 <li>Correct new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a>'s handling of very long lease times (PR#2888).  <li>Correct new <a href="http://man.openbsd.org?query=dhcpd&amp;sektion=8">dhcpd(8)</a>'s handling of very long lease times (PR#2888).
 <li>Fix a propolice bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a> and unbreak MySQL (mysql bug id 1442).  <li>Fix a propolice bug in <a href="http://man.openbsd.org?query=gcc&amp;sektion=1">gcc(1)</a> and unbreak MySQL (mysql bug id 1442).
 <!-- ^ 20040419 -->  <!-- ^ 20040419 -->
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a> perform strict permission checks on ~/.ssh/config files and abort unless they're correct.  <li>Have <a href="http://man.openbsd.org?query=ssh&amp;sektion=1">ssh(1)</a> perform strict permission checks on ~/.ssh/config files and abort unless they're correct.
 <li>If kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&amp;sektion=4">ipsec(4)</a> and/or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipcomp&amp;sektion=4">ipcomp(4)</a> processing is disabled by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=3">sysctl(3)</a>, pass any packets through as raw IP to give userland a chance to handle them.  <li>If kernel <a href="http://man.openbsd.org?query=ipsec&amp;sektion=4">ipsec(4)</a> and/or <a href="http://man.openbsd.org?query=ipcomp&amp;sektion=4">ipcomp(4)</a> processing is disabled by <a href="http://man.openbsd.org?query=sysctl&amp;sektion=3">sysctl(3)</a>, pass any packets through as raw IP to give userland a chance to handle them.
 <li>Sync the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a> driver with FreeBSD.  <li>Sync the <a href="http://man.openbsd.org?query=em&amp;sektion=4">em(4)</a> driver with FreeBSD.
 <li>Tidy up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&amp;sektion=4">usb(4)</a> kernel configs in line with recent i386 changes.  <li>Tidy up <a href="http://man.openbsd.org?query=usb&amp;sektion=4">usb(4)</a> kernel configs in line with recent i386 changes.
 <li><font color="#e00000"><strong>RELIABILITY FIX: Restore the ability to negotiate tags/wide/sync with some SCSI controllers</strong></font> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4">siop(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trm&sektion=4">trm(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&sektion=4">iha(4)</a>).<br>  <li><font color="#e00000"><strong>RELIABILITY FIX: Restore the ability to negotiate tags/wide/sync with some SCSI controllers</strong></font> (<a href="http://man.openbsd.org?query=siop&sektion=4">siop(4)</a>, <a href="http://man.openbsd.org?query=trm&sektion=4">trm(4)</a> and <a href="http://man.openbsd.org?query=iha&sektion=4">iha(4)</a>).<br>
     <a href="errata36.html#scsi">A source code patch is available</a>.<br>      <a href="errata36.html#scsi">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Since <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a> can now be invoked legitimately without an interface, don't abort when the user doesn't give any options.  <li>Since <a href="http://man.openbsd.org?query=dhcpd&amp;sektion=8">dhcpd(8)</a> can now be invoked legitimately without an interface, don't abort when the user doesn't give any options.
 <!-- ^ 20040418 -->  <!-- ^ 20040418 -->
 <li>New _tftpd user and group.  <li>New _tftpd user and group.
 <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m_pullup2&amp;sektion=9">m_pullup2(9)</a> copies the M_CLUSTER flag when it creates a new mbuf (PR#3740).  <li>Make sure <a href="http://man.openbsd.org?query=m_pullup2&amp;sektion=9">m_pullup2(9)</a> copies the M_CLUSTER flag when it creates a new mbuf (PR#3740).
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> block unconditionally when the input queue congestion flag is set, instead of doing CPU-intensive rule tests.  <li>Have <a href="http://man.openbsd.org?query=pf&amp;sektion=4">pf(4)</a> block unconditionally when the input queue congestion flag is set, instead of doing CPU-intensive rule tests.
 <li>If an interface input queue becomes full, set a new congestion flag in the queue structure. Since a full queue usually indicates processing overload, this flag can be used to allow other subsystems to cooperate in easing the situation.  <li>If an interface input queue becomes full, set a new congestion flag in the queue structure. Since a full queue usually indicates processing overload, this flag can be used to allow other subsystems to cooperate in easing the situation.
 <!-- ^ 20040417 -->  <!-- ^ 20040417 -->
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&amp;sektion=1">netstat(1)</a> show the number of mbuf clusters in use rather than the number of pages.  <li>Make <a href="http://man.openbsd.org?query=netstat&amp;sektion=1">netstat(1)</a> show the number of mbuf clusters in use rather than the number of pages.
 <li>Fix a ufs directory-related panic (PR#3672). Fix from FreeBSD.<br>  <li>Fix a ufs directory-related panic (PR#3672). Fix from FreeBSD.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Have the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1">cvs(1)</a> server check for attempts by a client to walk up the directory tree illegally.  <li>Have the <a href="http://man.openbsd.org?query=cvs&amp;sektion=1">cvs(1)</a> server check for attempts by a client to walk up the directory tree illegally.
 <li>Undo a non-fix in shared memory <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a> kern.shminfo.shmmni.<br>  <li>Undo a non-fix in shared memory <a href="http://man.openbsd.org?query=sysctl&sektion=3">sysctl(3)</a> kern.shminfo.shmmni.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <font color="#e00000"><strong>SECURITY FIX: Pathname validation problems have been found in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&sektion=1">cvs(1)</a></strong></font>, allowing malicious clients to create files outside the repository, allowing malicious servers to overwrite files outside the local CVS tree on the client and allowing clients to check out files outside the CVS repository.<br>  <font color="#e00000"><strong>SECURITY FIX: Pathname validation problems have been found in <a href="http://man.openbsd.org?query=cvs&sektion=1">cvs(1)</a></strong></font>, allowing malicious clients to create files outside the repository, allowing malicious servers to overwrite files outside the local CVS tree on the client and allowing clients to check out files outside the CVS repository.<br>
     <a href="errata36.html#cvs">A source code patch is available</a>.<br>      <a href="errata36.html#cvs">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Some address family agnosticism in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a>.  <li>Some address family agnosticism in <a href="http://man.openbsd.org?query=bgpd&amp;sektion=8">bgpd(8)</a>.
 <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&amp;sektion=8">bgpctl(8)</a> show IPv6 peer addresses in neighbour view.  <li>Let <a href="http://man.openbsd.org?query=bgpctl&amp;sektion=8">bgpctl(8)</a> show IPv6 peer addresses in neighbour view.
 <!-- ^ 20040416 -->  <!-- ^ 20040416 -->
 <li>Now that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a> doesn't need to continuously reopen the leases file for writing, have it <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&amp;sektion=2">chroot(2)</a> to /var/empty and drop privileges after starting up.  <li>Now that <a href="http://man.openbsd.org?query=dhcpd&amp;sektion=8">dhcpd(8)</a> doesn't need to continuously reopen the leases file for writing, have it <a href="http://man.openbsd.org?query=chroot&amp;sektion=2">chroot(2)</a> to /var/empty and drop privileges after starting up.
 <li>Only open the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a> leases file once instead of every time it needs to be written.  <li>Only open the <a href="http://man.openbsd.org?query=dhcpd&amp;sektion=8">dhcpd(8)</a> leases file once instead of every time it needs to be written.
 <li>Set up new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a>'s <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&amp;sektion=4">bpf(4)</a> listen filter for the right port.  <li>Set up new <a href="http://man.openbsd.org?query=dhcpd&amp;sektion=8">dhcpd(8)</a>'s <a href="http://man.openbsd.org?query=bpf&amp;sektion=4">bpf(4)</a> listen filter for the right port.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mopd&amp;sektion=8">mopd(8)</a> do a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&amp;sektion=2">chroot(2)</a> to /var/empty and drop its privileges.  <li>Have <a href="http://man.openbsd.org?query=mopd&amp;sektion=8">mopd(8)</a> do a <a href="http://man.openbsd.org?query=chroot&amp;sektion=2">chroot(2)</a> to /var/empty and drop its privileges.
 <li>Massive <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=style&amp;sektion=9">style(9)</a> application to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.  <li>Massive <a href="http://man.openbsd.org?query=style&amp;sektion=9">style(9)</a> application to <a href="http://man.openbsd.org?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
 <li>Stop another instance of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&amp;sektion=8">syslogd(8)</a> from unlinking a socket that's in use.  <li>Stop another instance of <a href="http://man.openbsd.org?query=syslogd&amp;sektion=8">syslogd(8)</a> from unlinking a socket that's in use.
 <li>TCP packets are now allowed to have IPv4 options.  <li>TCP packets are now allowed to have IPv4 options.
 <li>Begin work of separating binary emulation type from the executable file format.  <li>Begin work of separating binary emulation type from the executable file format.
 <!-- ^ 20040415 -->  <!-- ^ 20040415 -->
 <li>New user and group _mopd, for some obscure reason related to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mopd&amp;sektion=8">mopd(8)</a>.  <li>New user and group _mopd, for some obscure reason related to <a href="http://man.openbsd.org?query=mopd&amp;sektion=8">mopd(8)</a>.
 <li>Enable all supported USB devices in the i386 GENERIC config.  <li>Enable all supported USB devices in the i386 GENERIC config.
 <li>Pass the jobname to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&amp;sektion=8">lpd(8)</a>'s input filter via the -j option, some filters need it.  <li>Pass the jobname to <a href="http://man.openbsd.org?query=lpd&amp;sektion=8">lpd(8)</a>'s input filter via the -j option, some filters need it.
 <li>When the syncache aborts a connection, don't set an ACK in the RST packet.  <li>When the syncache aborts a connection, don't set an ACK in the RST packet.
 <li>Add entries for all supported USB devices to the GENERIC config on sparc64.  <li>Add entries for all supported USB devices to the GENERIC config on sparc64.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&amp;sektion=9">crypto(9)</a>, add cases for sha2 algorithms in swcr_authcompute().  <li>In <a href="http://man.openbsd.org?query=crypto&amp;sektion=9">crypto(9)</a>, add cases for sha2 algorithms in swcr_authcompute().
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&amp;sektion=1">systat(1)</a> screen updates after resuming from a ^Z.  <li>Fix <a href="http://man.openbsd.org?query=systat&amp;sektion=1">systat(1)</a> screen updates after resuming from a ^Z.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> antispoof rules work with dynamic interfaces.  <li>Make <a href="http://man.openbsd.org?query=pf&amp;sektion=4">pf(4)</a> antispoof rules work with dynamic interfaces.
 <li>Match on all characters of the interface name in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> parser.<br>  <li>Match on all characters of the interface name in the <a href="http://man.openbsd.org?query=pfctl&amp;sektion=8">pfctl(8)</a> parser.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Make sure privsep <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a> transitions into STATE_RUN even when writing to stdout with '-w -'.  <li>Make sure privsep <a href="http://man.openbsd.org?query=tcpdump&amp;sektion=8">tcpdump(8)</a> transitions into STATE_RUN even when writing to stdout with '-w -'.
 <li>Implement AI_NUMERICSERV (from RFC3493) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&amp;sektion=3">getaddrinfo(3)</a>.  <li>Implement AI_NUMERICSERV (from RFC3493) in <a href="http://man.openbsd.org?query=getaddrinfo&amp;sektion=3">getaddrinfo(3)</a>.
 <li>Since the UDP checksum in mandatory in IPv6, drop any input packets where it's absent and make sure it's set even for error output.  <li>Since the UDP checksum in mandatory in IPv6, drop any input packets where it's absent and make sure it's set even for error output.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a> cleanup:  <li><a href="http://man.openbsd.org?query=dhcpd&amp;sektion=8">dhcpd(8)</a> cleanup:
 <ul>  <ul>
   <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt&amp;sektion=3">getopt(3)</a>.    <li>Use <a href="http://man.openbsd.org?query=getopt&amp;sektion=3">getopt(3)</a>.
   <li>Remove pidfile code.    <li>Remove pidfile code.
   <li>Steal some already-sanitised code from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a>.    <li>Steal some already-sanitised code from <a href="http://man.openbsd.org?query=dhclient&amp;sektion=8">dhclient(8)</a>.
   <li>Remove code to handle network access methods we don't care about, only <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&amp;sektion=4">bpf(4)</a> is necessary here.    <li>Remove code to handle network access methods we don't care about, only <a href="http://man.openbsd.org?query=bpf&amp;sektion=4">bpf(4)</a> is necessary here.
 </ul>  </ul>
 <!-- ^ 20040414 -->  <!-- ^ 20040414 -->
 <li>Break out <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">dhcpd(8)</a> into usr.sbin/dhcpd and begin The Process.  <li>Break out <a href="http://man.openbsd.org?query=dhcpd&amp;sektion=8">dhcpd(8)</a> into usr.sbin/dhcpd and begin The Process.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&amp;sektion=8">lpd(8)</a> treat 'o' format files (PostScript) from MacOS 10.1 the same as 'l', not 'f', since PostScript can contain binary data. From FreeBSD.  <li>Have <a href="http://man.openbsd.org?query=lpd&amp;sektion=8">lpd(8)</a> treat 'o' format files (PostScript) from MacOS 10.1 the same as 'l', not 'f', since PostScript can contain binary data. From FreeBSD.
 <li>Parse and handle RFC 2858 Multiprotocol Extensions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a>.  <li>Parse and handle RFC 2858 Multiprotocol Extensions in <a href="http://man.openbsd.org?query=bgpd&amp;sektion=8">bgpd(8)</a>.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=restore&amp;sektion=8">restore(8)</a> to recover files larger than 4GB by using size_t instead of long.  <li>Allow <a href="http://man.openbsd.org?query=restore&amp;sektion=8">restore(8)</a> to recover files larger than 4GB by using size_t instead of long.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> retry up to ten times after a second's delay for interfaces showing no link.  <li>Have <a href="http://man.openbsd.org?query=dhclient&amp;sektion=8">dhclient(8)</a> retry up to ten times after a second's delay for interfaces showing no link.
 <li>More careful IKE payload parsing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a>.  <li>More careful IKE payload parsing in <a href="http://man.openbsd.org?query=tcpdump&amp;sektion=8">tcpdump(8)</a>.
 <li>New _PATH_DEVFD and _PATH_VAREMPTY constants in &lt;paths.h&gt;.  <li>New _PATH_DEVFD and _PATH_VAREMPTY constants in &lt;paths.h&gt;.
 <li>Fix a null deref in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&amp;sektion=8">syslogd(8)</a>.  <li>Fix a null deref in <a href="http://man.openbsd.org?query=syslogd&amp;sektion=8">syslogd(8)</a>.
 <li>Have new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&amp;sektion=8">dhcrelay(8)</a> do a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&amp;sektion=2">chroot(2)</a> to /var/empty and drop privileges.  <li>Have new <a href="http://man.openbsd.org?query=dhcrelay&amp;sektion=8">dhcrelay(8)</a> do a <a href="http://man.openbsd.org?query=chroot&amp;sektion=2">chroot(2)</a> to /var/empty and drop privileges.
 <li>In libpthread, update curthread immediately after a thread switch.<br>  <li>In libpthread, update curthread immediately after a thread switch.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>New _dhcp user and group for, funnily enough, the DHCP programs.  <li>New _dhcp user and group for, funnily enough, the DHCP programs.
 <!-- ^ 20040413 -->  <!-- ^ 20040413 -->
 <li>Refactor the installer's network initialisation code into IPv4-specific sections in preparation for IPv6.  <li>Refactor the installer's network initialisation code into IPv4-specific sections in preparation for IPv6.
 <li>Start surgery on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&amp;sektion=8">dhcrelay(8)</a>:  <li>Start surgery on <a href="http://man.openbsd.org?query=dhcrelay&amp;sektion=8">dhcrelay(8)</a>:
 <ul>  <ul>
   <li>Move to /usr/src/usr.sbin/dhcrelay.    <li>Move to /usr/src/usr.sbin/dhcrelay.
   <li>Kill pidfile code.    <li>Kill pidfile code.
   <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daemon&amp;sektion=3">daemon(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt&amp;sektion=3">getopt(3)</a> instead of DIY.    <li>Use <a href="http://man.openbsd.org?query=daemon&amp;sektion=3">daemon(3)</a> and <a href="http://man.openbsd.org?query=getopt&amp;sektion=3">getopt(3)</a> instead of DIY.
 </ul>  </ul>
 <li>Huge cleanup of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mopd&amp;sektion=8">mopd(8)</a>.  <li>Huge cleanup of <a href="http://man.openbsd.org?query=mopd&amp;sektion=8">mopd(8)</a>.
 <li>Drop very old TCP ACK packets.<br>  <li>Drop very old TCP ACK packets.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Implement a rate limit for TCP ACKs of 100pps, and use this more general mechanism for in-window SYN handling too.  <li>Implement a rate limit for TCP ACKs of 100pps, and use this more general mechanism for in-window SYN handling too.
 <li>Safely handle aborts in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&amp;sektion=3">malloc(3)</a> etc. without tripping the recursive call handler by mistake.  <li>Safely handle aborts in <a href="http://man.openbsd.org?query=malloc&amp;sektion=3">malloc(3)</a> etc. without tripping the recursive call handler by mistake.
 <li><font color="#e00000"><strong>RELIABILITY FIX: Under load "recent model" gdt(4) controllers will lock up.</strong></font><br>  <li><font color="#e00000"><strong>RELIABILITY FIX: Under load "recent model" gdt(4) controllers will lock up.</strong></font><br>
     <a href="errata36.html#gdt">A source code patch is available</a>.<br>      <a href="errata36.html#gdt">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <!-- ^ 20040412 -->  <!-- ^ 20040412 -->
 <li>Fix an accidental busy-wait in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sensorsd&amp;sektion=8">sensorsd(8)</a>.  <li>Fix an accidental busy-wait in <a href="http://man.openbsd.org?query=sensorsd&amp;sektion=8">sensorsd(8)</a>.
 <li>Increase the maximum number of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pty&amp;sektion=4">pty(4)</a> devices to 992. See the <a href="http://www.openbsd.org/faq/upgrade-old.html">Upgrading Mini-FAQ</a> item 3.5.1 for upgrade instructions.  <li>Increase the maximum number of <a href="http://man.openbsd.org?query=pty&amp;sektion=4">pty(4)</a> devices to 992. See the <a href="http://www.openbsd.org/faq/upgrade-old.html">Upgrading Mini-FAQ</a> item 3.5.1 for upgrade instructions.
 <li>Fix a typo in kern/tty_pty.c when generating <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pty&amp;sektion=4">pty(4)</a> device filenames, soon to be exposed by changes to pty.  <li>Fix a typo in kern/tty_pty.c when generating <a href="http://man.openbsd.org?query=pty&amp;sektion=4">pty(4)</a> device filenames, soon to be exposed by changes to pty.
 <li>Compatiblity fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpt&amp;sektion=4">mpt(4)</a>.  <li>Compatiblity fixes to <a href="http://man.openbsd.org?query=mpt&amp;sektion=4">mpt(4)</a>.
 <!-- ^ 20040411 -->  <!-- ^ 20040411 -->
 <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snprintf&amp;sektion=3">snprintf(3)</a>'s handling with size==0, in line with a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vsnprintf&amp;sektion=3">vsnprintf(3)</a> change (rev. 1.5) from years ago.  <li>Change <a href="http://man.openbsd.org?query=snprintf&amp;sektion=3">snprintf(3)</a>'s handling with size==0, in line with a <a href="http://man.openbsd.org?query=vsnprintf&amp;sektion=3">vsnprintf(3)</a> change (rev. 1.5) from years ago.
 <li>Fix a segmentation fault in Xlib when a .Xauthority file contains IPv6 XDM-AUTHORIZATION-1 data (NetBSD PR xsrc/25098).  <li>Fix a segmentation fault in Xlib when a .Xauthority file contains IPv6 XDM-AUTHORIZATION-1 data (NetBSD PR xsrc/25098).
 <li>Rearrange the GENERIC config file so clonable interfaces are together, and without the now-unnecessary device count.  <li>Rearrange the GENERIC config file so clonable interfaces are together, and without the now-unnecessary device count.
 <!-- ^ 20040410 -->  <!-- ^ 20040410 -->
 <li>When libpthread is <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&amp;sektion=2">poll(2)</a>ing for read- or writability of an fd on behalf of a thread, check the ERR, HUP and NVAL flags as well as the read or write flags.  <li>When libpthread is <a href="http://man.openbsd.org?query=poll&amp;sektion=2">poll(2)</a>ing for read- or writability of an fd on behalf of a thread, check the ERR, HUP and NVAL flags as well as the read or write flags.
 <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uudecode&amp;sektion=1">uudecode(1)</a> with FreeBSD, including base64 support.  <li>Sync <a href="http://man.openbsd.org?query=uudecode&amp;sektion=1">uudecode(1)</a> with FreeBSD, including base64 support.
 <li>Stop a number of network interfaces moaning about a failed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&amp;sektion=9">mbuf(9)</a> allocations, the complaint uses mbufs and just makes things worse.  <li>Stop a number of network interfaces moaning about a failed <a href="http://man.openbsd.org?query=mbuf&amp;sektion=9">mbuf(9)</a> allocations, the complaint uses mbufs and just makes things worse.
 <li>Pass SIGINT and SIGQUIT through to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&amp;sektion=8">syslogd(8)</a>'s privsep child.  <li>Pass SIGINT and SIGQUIT through to <a href="http://man.openbsd.org?query=syslogd&amp;sektion=8">syslogd(8)</a>'s privsep child.
 <li>Move the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> altq, OS fingerprint and table <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&amp;sektion=9">pool(9)</a>s from the default (interrupt context) kmem allocator to the much-larger nointr allocator.  <li>Move the <a href="http://man.openbsd.org?query=pf&amp;sektion=4">pf(4)</a> altq, OS fingerprint and table <a href="http://man.openbsd.org?query=pool&amp;sektion=9">pool(9)</a>s from the default (interrupt context) kmem allocator to the much-larger nointr allocator.
 <li>If <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newsyslog.conf&amp;sektion=5">newsyslog.conf(5)</a> doesn't list a user or group, create new files with the uid or gid from the existing file.  <li>If <a href="http://man.openbsd.org?query=newsyslog.conf&amp;sektion=5">newsyslog.conf(5)</a> doesn't list a user or group, create new files with the uid or gid from the existing file.
 <li>Force <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1">cvs(1)</a> to use the libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt&amp;sektion=3">getopt(3)</a> implementation instead of its own.  <li>Force <a href="http://man.openbsd.org?query=cvs&amp;sektion=1">cvs(1)</a> to use the libc <a href="http://man.openbsd.org?query=getopt&amp;sektion=3">getopt(3)</a> implementation instead of its own.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a> check that the file it's trying to open isn't really a directory.  <li>Have <a href="http://man.openbsd.org?query=pfctl&amp;sektion=8">pfctl(8)</a> check that the file it's trying to open isn't really a directory.
 <!-- ^ 20040409 -->  <!-- ^ 20040409 -->
 <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a> optimiser fixes for mvme88k  <li>More <a href="http://man.openbsd.org?query=gcc&amp;sektion=1">gcc(1)</a> optimiser fixes for mvme88k
 <li>Swap the last two parameters to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=TAILQ_FOREACH_REVERSE&amp;sektion=3">TAILQ_FOREACH_REVERSE(3)</a> in line with FreeBSD and NetBSD.  <li>Swap the last two parameters to <a href="http://man.openbsd.org?query=TAILQ_FOREACH_REVERSE&amp;sektion=3">TAILQ_FOREACH_REVERSE(3)</a> in line with FreeBSD and NetBSD.
 <li>Use a more efficient <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realloc&amp;sektion=3">realloc(3)</a> size when displaying long lines in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=less&amp;sektion=1">less(1)</a>. Speeds things up when, for example, your system crashes in the middle of a build leaving a pile of linefeedless binary crap in the typescript file.  <li>Use a more efficient <a href="http://man.openbsd.org?query=realloc&amp;sektion=3">realloc(3)</a> size when displaying long lines in <a href="http://man.openbsd.org?query=less&amp;sektion=1">less(1)</a>. Speeds things up when, for example, your system crashes in the middle of a build leaving a pile of linefeedless binary crap in the typescript file.
 <li>After going to the trouble of saving errno before it gets overwritten, use the saved value in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&amp;sektion=8">pflogd(8)</a>'s error output.  <li>After going to the trouble of saving errno before it gets overwritten, use the saved value in <a href="http://man.openbsd.org?query=pflogd&amp;sektion=8">pflogd(8)</a>'s error output.
 <li>Don't try to close invalid file descriptors in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a> privsep code.  <li>Don't try to close invalid file descriptors in the <a href="http://man.openbsd.org?query=tcpdump&amp;sektion=8">tcpdump(8)</a> privsep code.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a> set the timezone before privsep so the child has the right zone settings.  <li>Have <a href="http://man.openbsd.org?query=isakmpd&amp;sektion=8">isakmpd(8)</a> set the timezone before privsep so the child has the right zone settings.
 <li>Within <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a>'s new lease file naming scheme, allow for the -l filename override.  <li>Within <a href="http://man.openbsd.org?query=dhclient&amp;sektion=8">dhclient(8)</a>'s new lease file naming scheme, allow for the -l filename override.
 <li>On sparc and sparc64, don't compare a RAMDISK kernel's root filesystem time with the system time, they're unlikely to have much in common.  <li>On sparc and sparc64, don't compare a RAMDISK kernel's root filesystem time with the system time, they're unlikely to have much in common.
 <!-- ^ 20040408 -->  <!-- ^ 20040408 -->
 <li>Zero out the key data pointer for unknown <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a> key types.  <li>Zero out the key data pointer for unknown <a href="http://man.openbsd.org?query=isakmpd&amp;sektion=8">isakmpd(8)</a> key types.
 <li>Merge in Perl 5.8.3 and <!-- 20040408 --> OpenSSL 0.9.7d. No lame new licenses for a change.  <li>Merge in Perl 5.8.3 and <!-- 20040408 --> OpenSSL 0.9.7d. No lame new licenses for a change.
 <li>Now that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> needs an instance per interface, having a single lease file won't do so use /var/db/dhclient.leases.&lt;ifname&gt;.  <li>Now that <a href="http://man.openbsd.org?query=dhclient&amp;sektion=8">dhclient(8)</a> needs an instance per interface, having a single lease file won't do so use /var/db/dhclient.leases.&lt;ifname&gt;.
 <li>Make sure the list dereference when deleting all SAs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a> comes before the delete operation that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&amp;sektion=3">free(3)</a>s the list node.  <li>Make sure the list dereference when deleting all SAs in <a href="http://man.openbsd.org?query=isakmpd&amp;sektion=8">isakmpd(8)</a> comes before the delete operation that <a href="http://man.openbsd.org?query=free&amp;sektion=3">free(3)</a>s the list node.
 <li>Fix /etc/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.local&amp;sektion=8">rc.local(8)</a>'s handling of ntpd_flags.  <li>Fix /etc/<a href="http://man.openbsd.org?query=rc.local&amp;sektion=8">rc.local(8)</a>'s handling of ntpd_flags.
 <li>Unbreak pxeboot(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxeboot&amp;sektion=8&amp;arch=i386">8/i386</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxeboot&amp;sektion=8&amp;arch=amd64">8/amd64</a>) build under gcc3.  <li>Unbreak pxeboot(<a href="http://man.openbsd.org?query=pxeboot&amp;sektion=8&amp;arch=i386">8/i386</a>, <a href="http://man.openbsd.org?query=pxeboot&amp;sektion=8&amp;arch=amd64">8/amd64</a>) build under gcc3.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> to work on more than the first physical interface found.  <li>Allow <a href="http://man.openbsd.org?query=dhclient&amp;sektion=8">dhclient(8)</a> to work on more than the first physical interface found.
 <li>In several programs, fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt&amp;sektion=3">getopt(3)</a> calls containing option letters for which there's no corresponding case handler.  <li>In several programs, fix <a href="http://man.openbsd.org?query=getopt&amp;sektion=3">getopt(3)</a> calls containing option letters for which there's no corresponding case handler.
 <li>ISO C function declarations for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&amp;sektion=1">make(1)</a>.  <li>ISO C function declarations for <a href="http://man.openbsd.org?query=make&amp;sektion=1">make(1)</a>.
 <li>Fix a sizeof(pointer) bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a>'s IPv6 options parser.  <li>Fix a sizeof(pointer) bug in <a href="http://man.openbsd.org?query=tcpdump&amp;sektion=8">tcpdump(8)</a>'s IPv6 options parser.
 <li>Fix some misplaced braces in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&amp;sektion=8">route(8)</a>, making 'route add' a bit more -q.  <li>Fix some misplaced braces in <a href="http://man.openbsd.org?query=route&amp;sektion=8">route(8)</a>, making 'route add' a bit more -q.
 <li>Enable /dev/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&amp;sektion=4">crypto(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&amp;sektion=4">hifn(4)</a> on cats machines.  <li>Enable /dev/<a href="http://man.openbsd.org?query=crypto&amp;sektion=4">crypto(4)</a> and <a href="http://man.openbsd.org?query=hifn&amp;sektion=4">hifn(4)</a> on cats machines.
 <!-- ^ 20040407 -->  <!-- ^ 20040407 -->
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newsyslog&amp;sektion=8">newsyslog(8)</a>'s file renaming and copying operations set the same permissions in all cases.  <li>Make <a href="http://man.openbsd.org?query=newsyslog&amp;sektion=8">newsyslog(8)</a>'s file renaming and copying operations set the same permissions in all cases.
 <li>Fix double call of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&amp;sektion=2">ktrace(2)</a> signal trap handler. <!-- XXX -->  <li>Fix double call of the <a href="http://man.openbsd.org?query=ktrace&amp;sektion=2">ktrace(2)</a> signal trap handler. <!-- XXX -->
 <li>Add missing prototypes (in &lt;pwd.h&gt;) for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcrypt&amp;sektion=3">bcrypt(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5crypt&amp;sektion=3">md5crypt(3)</a>.  <li>Add missing prototypes (in &lt;pwd.h&gt;) for <a href="http://man.openbsd.org?query=bcrypt&amp;sektion=3">bcrypt(3)</a> and <a href="http://man.openbsd.org?query=md5crypt&amp;sektion=3">md5crypt(3)</a>.
 <li>Fix some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&amp;sektion=1">gcc(1)</a> optimization bugs on mvme88k.  <li>Fix some <a href="http://man.openbsd.org?query=gcc&amp;sektion=1">gcc(1)</a> optimization bugs on mvme88k.
 <li>Fix a sizeof(wrongthing) bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=afsd&amp;sektion=8">afsd(8)</a> that was breaking 64-bit machines.  <li>Fix a sizeof(wrongthing) bug in <a href="http://man.openbsd.org?query=afsd&amp;sektion=8">afsd(8)</a> that was breaking 64-bit machines.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a> print IKE DELETE payload contents.  <li>Have <a href="http://man.openbsd.org?query=tcpdump&amp;sektion=8">tcpdump(8)</a> print IKE DELETE payload contents.
 <li>Remove the installer's special-case upgrade of the OpenSSL /usr/include symlinks.  <li>Remove the installer's special-case upgrade of the OpenSSL /usr/include symlinks.
 <li>Fix a double-free in libpthread (PR#3730).  <li>Fix a double-free in libpthread (PR#3730).
 <li>Reenable libm compiler optimization on sparc64, since it works properly with gcc3.  <li>Reenable libm compiler optimization on sparc64, since it works properly with gcc3.
 <!-- ^ 20040406 -->  <!-- ^ 20040406 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sscanf&amp;sektion=3">sscanf(3)</a> -&gt; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtol&amp;sektion=3">strtol(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newsyslog&amp;sektion=8">newsyslog(8)</a>.  <li><a href="http://man.openbsd.org?query=sscanf&amp;sektion=3">sscanf(3)</a> -&gt; <a href="http://man.openbsd.org?query=strtol&amp;sektion=3">strtol(3)</a> in <a href="http://man.openbsd.org?query=newsyslog&amp;sektion=8">newsyslog(8)</a>.
 <li>Don't initialise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncurses&amp;sektion=3">ncurses(3)</a> until after options processing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=backgammon&amp;sektion=6">backgammon(6)</a>.  <li>Don't initialise <a href="http://man.openbsd.org?query=ncurses&amp;sektion=3">ncurses(3)</a> until after options processing in <a href="http://man.openbsd.org?query=backgammon&amp;sektion=6">backgammon(6)</a>.
 <li>Plug the new-and-improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> into the standard build.  <li>Plug the new-and-improved <a href="http://man.openbsd.org?query=dhclient&amp;sektion=8">dhclient(8)</a> into the standard build.
 <li>Fix a sizeof(pointer) bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=afsd&amp;sektion=8">afsd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sup&amp;sektion=1">sup(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=visudo&amp;sektion=8">visudo(8)</a>.  <li>Fix a sizeof(pointer) bugs in <a href="http://man.openbsd.org?query=afsd&amp;sektion=8">afsd(8)</a>, <a href="http://man.openbsd.org?query=sup&amp;sektion=1">sup(1)</a> and <a href="http://man.openbsd.org?query=visudo&amp;sektion=8">visudo(8)</a>.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>'s cache of m_tag_get() <!-- NOMAN --> results actually work.  <li>Make <a href="http://man.openbsd.org?query=pf&amp;sektion=4">pf(4)</a>'s cache of m_tag_get() <!-- NOMAN --> results actually work.
 <li>Check for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdopen&amp;sektion=3">fdopen(3)</a> failure in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vacation&amp;sektion=1">vacation(1)</a>.  <li>Check for <a href="http://man.openbsd.org?query=fdopen&amp;sektion=3">fdopen(3)</a> failure in <a href="http://man.openbsd.org?query=vacation&amp;sektion=1">vacation(1)</a>.
 <li>3.5 -&gt; 3.5-current.  <li>3.5 -&gt; 3.5-current.
 <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wskbd&amp;sektion=4">wskbd(4)</a>'s AltGr key handling so shift-altgr-other has the same effect as altgr-shift-other.  <li>Change <a href="http://man.openbsd.org?query=wskbd&amp;sektion=4">wskbd(4)</a>'s AltGr key handling so shift-altgr-other has the same effect as altgr-shift-other.
 <li>Never allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a> states propogated via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a> to overwrite newer states held locally. If an overwrite is attempted, broadcast the newer version to the network to speed resynchronisation.  <li>Never allow <a href="http://man.openbsd.org?query=pf&amp;sektion=4">pf(4)</a> states propogated via <a href="http://man.openbsd.org?query=pfsync&amp;sektion=4">pfsync(4)</a> to overwrite newer states held locally. If an overwrite is attempted, broadcast the newer version to the network to speed resynchronisation.
 <li>Under Linux emulation, pass <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=madvise&amp;sektion=2">madvise(2)</a> straight through to the native syscall.  <li>Under Linux emulation, pass <a href="http://man.openbsd.org?query=madvise&amp;sektion=2">madvise(2)</a> straight through to the native syscall.
 <!-- ^ 20040405 -->  <!-- ^ 20040405 -->
 <li><font color="#e00000"><strong>RELIABILITY FIX: Reply to in-window SYN with a rate-limited ACK.</strong></font><br>  <li><font color="#e00000"><strong>RELIABILITY FIX: Reply to in-window SYN with a rate-limited ACK.</strong></font><br>
     <a href="errata36.html#tcp">A source code patch is available</a>.<br>      <a href="errata36.html#tcp">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Don't try to recreate the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xfs&amp;sektion=1">xfs(1)</a> logfile after dropping privileges.  <li>Don't try to recreate the <a href="http://man.openbsd.org?query=xfs&amp;sektion=1">xfs(1)</a> logfile after dropping privileges.
 <li>Don't abort <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xfs&amp;sektion=1">xfs(1)</a> gracelessly when handling an unimplemented protocol request.  <li>Don't abort <a href="http://man.openbsd.org?query=xfs&amp;sektion=1">xfs(1)</a> gracelessly when handling an unimplemented protocol request.
 <!-- ^ 20040404 -->  <!-- ^ 20040404 -->
 <li>Many manual page fixes.  <li>Many manual page fixes.
 <li>In a number of programs, don't close files that are known to be not open.  <li>In a number of programs, don't close files that are known to be not open.
 <li>Fix a missing initialisation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8">tcpdump(8)</a>'s privsep code.  <li>Fix a missing initialisation in <a href="http://man.openbsd.org?query=tcpdump&amp;sektion=8">tcpdump(8)</a>'s privsep code.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a>'s -v logging option do something useful.  <li>Make <a href="http://man.openbsd.org?query=spamd&amp;sektion=8">spamd(8)</a>'s -v logging option do something useful.
 <!-- ^ 20040403 -->  <!-- ^ 20040403 -->
 <li>Fix line breaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a>'s log output.  <li>Fix line breaks in <a href="http://man.openbsd.org?query=spamd&amp;sektion=8">spamd(8)</a>'s log output.
 <li>Allow non-GNU ANSI compilers (e.g. TenDRA) to build again by changing 'static inline' to 'static __inline'.  <li>Allow non-GNU ANSI compilers (e.g. TenDRA) to build again by changing 'static inline' to 'static __inline'.
 <li>Don't close descriptors we know aren't open in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&amp;sektion=8">syslogd(8)</a>.  <li>Don't close descriptors we know aren't open in <a href="http://man.openbsd.org?query=syslogd&amp;sektion=8">syslogd(8)</a>.
 <li>Drop arc4random_8() api from the kernel.  <li>Drop arc4random_8() api from the kernel.
 <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rfork&amp;sektion=2">rfork(2)</a> so the RFMEM flag gives complete vmspace sharing including the stack, in line with other implementations.  <li>Change <a href="http://man.openbsd.org?query=rfork&amp;sektion=2">rfork(2)</a> so the RFMEM flag gives complete vmspace sharing including the stack, in line with other implementations.
 <li>Add --line-buffered option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&amp;sektion=1">grep(1)</a> etc.  <li>Add --line-buffered option to <a href="http://man.openbsd.org?query=grep&amp;sektion=1">grep(1)</a> etc.
 <li>Remove some unbounded recursions in the libc regex engine, found with certain expressions containing backreferences.  <li>Remove some unbounded recursions in the libc regex engine, found with certain expressions containing backreferences.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&amp;sektion=1">ls(1)</a>' column alignment when using the -h option.  <li>Fix <a href="http://man.openbsd.org?query=ls&amp;sektion=1">ls(1)</a>' column alignment when using the -h option.
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;sektion=4">axe(4)</a> USB Ethernet driver.  <li>New <a href="http://man.openbsd.org?query=axe&amp;sektion=4">axe(4)</a> USB Ethernet driver.
 <!-- ^ 20040402 -->  <!-- ^ 20040402 -->
 <li>Fix an off-by-one in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=procmap&amp;sektion=1">procmap(1)</a>.  <li>Fix an off-by-one in <a href="http://man.openbsd.org?query=procmap&amp;sektion=1">procmap(1)</a>.
 <li>Better bounds checking in the ramdisk's strategy() routine.  <li>Better bounds checking in the ramdisk's strategy() routine.
 <li>Limit the trust between local and remote instances of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcp&amp;sektion=1">rcp(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&amp;sektion=1">scp(1)</a> programs.  <li>Limit the trust between local and remote instances of the <a href="http://man.openbsd.org?query=rcp&amp;sektion=1">rcp(1)</a> and <a href="http://man.openbsd.org?query=scp&amp;sektion=1">scp(1)</a> programs.
 <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&amp;sektion=1">netstat(1)</a>'s -p option so that, when used without -s, it shows a list of sockets for the given protocol.  <li>Change <a href="http://man.openbsd.org?query=netstat&amp;sektion=1">netstat(1)</a>'s -p option so that, when used without -s, it shows a list of sockets for the given protocol.
 <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcmdsh&amp;sektion=3">rcmdsh(3)</a> work on hosts without an IPv4 address.  <li>Let <a href="http://man.openbsd.org?query=rcmdsh&amp;sektion=3">rcmdsh(3)</a> work on hosts without an IPv4 address.
 <li>Initialise the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kqueue&amp;sektion=2">kqueue(2)</a> subsystem in kernel main() instead of on first use.  <li>Initialise the <a href="http://man.openbsd.org?query=kqueue&amp;sektion=2">kqueue(2)</a> subsystem in kernel main() instead of on first use.
 <!-- ^ 20040401 -->  <!-- ^ 20040401 -->
 <li>Add IPv6 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&amp;sektion=1">openssl(1)</a>'s s_client command, complete with the usual '-4' and '-6' switches.  <li>Add IPv6 support to <a href="http://man.openbsd.org?query=openssl&amp;sektion=1">openssl(1)</a>'s s_client command, complete with the usual '-4' and '-6' switches.
 <li>Reorder checks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a> so that the IP options check isn't skipped just because UseDNS=no.  <li>Reorder checks in <a href="http://man.openbsd.org?query=ssh&amp;sektion=1">ssh(1)</a> so that the IP options check isn't skipped just because UseDNS=no.
 <li>Make /usr/src/Makefile's cross-tools target work again.  <li>Make /usr/src/Makefile's cross-tools target work again.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&amp;sektion=8">inetd(8)</a> properly use the exec'd program's basename as argv[0] if no arguments are specified.  <li>Have <a href="http://man.openbsd.org?query=inetd&amp;sektion=8">inetd(8)</a> properly use the exec'd program's basename as argv[0] if no arguments are specified.
 <li>Fix includes search order in GNU <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&amp;sektion=1">ld(1)</a> to help cross-ld builds.  <li>Fix includes search order in GNU <a href="http://man.openbsd.org?query=ld&amp;sektion=1">ld(1)</a> to help cross-ld builds.
 <li>Don't byte-swap a variable we'll need later in its original order in GNU <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&amp;sektion=1">ld(1)</a>.  <li>Don't byte-swap a variable we'll need later in its original order in GNU <a href="http://man.openbsd.org?query=ld&amp;sektion=1">ld(1)</a>.
 <li>On an msdos filesystem with long filenames support enabled, fix some false-positive name matches when an integer multiple of 13 characters match. From NetBSD.  <li>On an msdos filesystem with long filenames support enabled, fix some false-positive name matches when an integer multiple of 13 characters match. From NetBSD.
 <li>Some portability fixups in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.  <li>Some portability fixups in <a href="http://man.openbsd.org?query=isakmpd&amp;sektion=8">isakmpd(8)</a>.
 <li>tcpmd5 changes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a>:  <li>tcpmd5 changes for <a href="http://man.openbsd.org?query=bgpd&amp;sektion=8">bgpd(8)</a>:
 <ul>  <ul>
   <li>Allow either the source or destination to be a wildcard in SA lookups (netinet/ip_ipsp.c:gettdbbysrcdst()).    <li>Allow either the source or destination to be a wildcard in SA lookups (netinet/ip_ipsp.c:gettdbbysrcdst()).
   <li>Add support for the wildcard to pfkeyv2.    <li>Add support for the wildcard to pfkeyv2.
   <li>Use the new pfkeyv2 wildcard support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a> and remove the local address requirement for md5sig.    <li>Use the new pfkeyv2 wildcard support in <a href="http://man.openbsd.org?query=bgpd&amp;sektion=8">bgpd(8)</a> and remove the local address requirement for md5sig.
 </ul>  </ul>
 <!-- ^ 20040331 -->  <!-- ^ 20040331 -->
 <li>Unbreak libc's regex engine compilation with -DREDEBUG.  <li>Unbreak libc's regex engine compilation with -DREDEBUG.
 <li>Change /etc/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&amp;sektion=8">rc(8)</a> so that a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a> banner (configured via $spamd_flags) may contain spaces (PR#3720).  <li>Change /etc/<a href="http://man.openbsd.org?query=rc&amp;sektion=8">rc(8)</a> so that a <a href="http://man.openbsd.org?query=spamd&amp;sektion=8">spamd(8)</a> banner (configured via $spamd_flags) may contain spaces (PR#3720).
 <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&amp;sektion=1">pax(1)</a> how to expand GNU tar long links. From NetBSD.  <li>Teach <a href="http://man.openbsd.org?query=pax&amp;sektion=1">pax(1)</a> how to expand GNU tar long links. From NetBSD.
 <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&amp;sektion=1">systrace(1)</a>'s handling of filename-too-long errors so it just fails the syscall instead of stopping the process. Fixes PR#3140.  <li>Change <a href="http://man.openbsd.org?query=systrace&amp;sektion=1">systrace(1)</a>'s handling of filename-too-long errors so it just fails the syscall instead of stopping the process. Fixes PR#3140.
 <li>Some ELF name translation fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nm&amp;sektion=1">nm(1)</a>.  <li>Some ELF name translation fixes in <a href="http://man.openbsd.org?query=nm&amp;sektion=1">nm(1)</a>.
 <li>Add /etc/rc.conf.local to /etc/mtree/special.  <li>Add /etc/rc.conf.local to /etc/mtree/special.
 <li>Lots more activity on the SMP branch.  <li>Lots more activity on the SMP branch.
 <li>Wrap <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&amp;sektion=1">pkg_add(1)</a> installation operations in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&amp;sektion=1">perl(1)</a> eval{} blocks so it's possible to at least register what did work.  <li>Wrap <a href="http://man.openbsd.org?query=pkg_add&amp;sektion=1">pkg_add(1)</a> installation operations in <a href="http://man.openbsd.org?query=perl&amp;sektion=1">perl(1)</a> eval{} blocks so it's possible to at least register what did work.
 <li>Unknown entry types in a packing list now result in an error.  <li>Unknown entry types in a packing list now result in an error.
 <!-- ^ 20040330 -->  <!-- ^ 20040330 -->
 </ul>  </ul>

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38