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

Diff for /www/plus53.html between version 1.14 and 1.15

version 1.14, 2016/02/29 20:14:59 version 1.15, 2016/03/21 05:46:20
Line 77 
Line 77 
   
 <ul>  <ul>
 <!-- 2013/02/28 -->  <!-- 2013/02/28 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> now tries 10 times to obtain the routing table via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=3&format=html">sysctl(3)</a>, if it can't be done abandons attempt to clean up the routing and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arp&manpath=OpenBSD%20Current&sektion=4&format=html">arp(4)</a> tables and carries on.  <li><a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> now tries 10 times to obtain the routing table via <a href="http://man.openbsd.org?query=sysctl&manpath=OpenBSD%20Current&sektion=3&format=html">sysctl(3)</a>, if it can't be done abandons attempt to clean up the routing and <a href="http://man.openbsd.org?query=arp&manpath=OpenBSD%20Current&sektion=4&format=html">arp(4)</a> tables and carries on.
 <!-- 2013/02/26 -->  <!-- 2013/02/26 -->
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> segfault which happened when using the mouse wheel over the scrollbar.  <li>Fixed <a href="http://man.openbsd.org?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> segfault which happened when using the mouse wheel over the scrollbar.
 <li>Avoid alignment errors when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> processing routing messages, by reading the messages into dynamically allocated memory.  <li>Avoid alignment errors when <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> processing routing messages, by reading the messages into dynamically allocated memory.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> workaround for some firmware revisions which provided an incorrect factory-default configuration.  <li>Added <a href="http://man.openbsd.org?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> workaround for some firmware revisions which provided an incorrect factory-default configuration.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&amp;sektion=8">sndiod(8)</a> crashes occurring when the client sample frequency is much larger than the device sample frequency.  <li>Fixed <a href="http://man.openbsd.org?query=sndiod&amp;sektion=8">sndiod(8)</a> crashes occurring when the client sample frequency is much larger than the device sample frequency.
 <li>Don't try to purge one-time rules from the main <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a> ruleset.  <li>Don't try to purge one-time rules from the main <a href="http://man.openbsd.org?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a> ruleset.
 <!-- 2013/02/25 -->  <!-- 2013/02/25 -->
 <li>Always reserve space addresses, to fix memory corruption when doing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&manpath=OpenBSD%20Current&sektion=8&format=html">ipsecctl(8)</a> -ssa with md5sig.  <li>Always reserve space addresses, to fix memory corruption when doing <a href="http://man.openbsd.org?query=ipsecctl&manpath=OpenBSD%20Current&sektion=8&format=html">ipsecctl(8)</a> -ssa with md5sig.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&manpath=OpenBSD%20Current&sektion=4&format=html">trunk(4)</a> panic which occurred when previous interface had modified the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&manpath=OpenBSD%20Current&sektion=9&format=html">mbuf(9)</a> chain.  <li>Fixed <a href="http://man.openbsd.org?query=trunk&manpath=OpenBSD%20Current&sektion=4&format=html">trunk(4)</a> panic which occurred when previous interface had modified the <a href="http://man.openbsd.org?query=mbuf&manpath=OpenBSD%20Current&sektion=9&format=html">mbuf(9)</a> chain.
 <!-- 2013/02/24 -->  <!-- 2013/02/24 -->
 <li>Use dma memory for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viomb&manpath=OpenBSD%20Current&sektion=4&format=html">viomb(4)</a> bl_pages, to fix a "Non dma-reachable buffer..." panic on amd64.  <li>Use dma memory for <a href="http://man.openbsd.org?query=viomb&manpath=OpenBSD%20Current&sektion=4&format=html">viomb(4)</a> bl_pages, to fix a "Non dma-reachable buffer..." panic on amd64.
 <!-- 2013/02/23 -->  <!-- 2013/02/23 -->
 <li>When no acceptable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> offers are received within the allowed timeframe, look for a lease in dhclient.leases.IF. If none are available, wait "retry" seconds before restarting DISCOVER; also daemonise the process, giving back the command prompt.  <li>When no acceptable <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> offers are received within the allowed timeframe, look for a lease in dhclient.leases.IF. If none are available, wait "retry" seconds before restarting DISCOVER; also daemonise the process, giving back the command prompt.
 <!-- 2013/02/22 -->  <!-- 2013/02/22 -->
 <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> ProxyCommand=- (stdin/out already point to the proxy); Allow IdentityFile=none.  <li>Support <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> ProxyCommand=- (stdin/out already point to the proxy); Allow IdentityFile=none.
 <!-- 2013/02/21 -->  <!-- 2013/02/21 -->
 <li>Don't complain if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> IdentityFiles specified in system-wide configs are missing.  <li>Don't complain if <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> IdentityFiles specified in system-wide configs are missing.
 <li>Bring back <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> 5718/5719/5720 support again; fixes for ip checksum handling.  <li>Bring back <a href="http://man.openbsd.org?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> 5718/5719/5720 support again; fixes for ip checksum handling.
 <li>Fixed a potential <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> crash when connecting to a misbehaving smtp server.  <li>Fixed a potential <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> crash when connecting to a misbehaving smtp server.
 <li>Use imsg_flush() to ensure a quicker exit of any previous copy of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>.  <li>Use imsg_flush() to ensure a quicker exit of any previous copy of <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>.
 <!-- 2013/02/20 -->  <!-- 2013/02/20 -->
 <!-- 2013/02/19 -->  <!-- 2013/02/19 -->
 <li>Cancel any outstanding protocol timeouts when a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> link goes away.  <li>Cancel any outstanding protocol timeouts when a <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> link goes away.
 <li>Reverted revision 1.195 of ahci_pci.c, which caused Intel SATA controllers in compat mode to not see any hard disks on boot.  <li>Reverted revision 1.195 of ahci_pci.c, which caused Intel SATA controllers in compat mode to not see any hard disks on boot.
 <li>When opening an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomd(8/sparc64)</a> device node fails, show its path in the error message.  <li>When opening an <a href="http://man.openbsd.org?query=ldomd&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomd(8/sparc64)</a> device node fails, show its path in the error message.
 <!-- 2013/02/18 -->  <!-- 2013/02/18 -->
 <li>Set wireless interface priority and interfaces to the wlan group for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cnw&manpath=OpenBSD%20Current&sektion=4&format=html">cnw(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&manpath=OpenBSD%20Current&sektion=4&format=html">ray(4)</a> (pre 802.11b wireless drivers).  <li>Set wireless interface priority and interfaces to the wlan group for <a href="http://man.openbsd.org?query=cnw&manpath=OpenBSD%20Current&sektion=4&format=html">cnw(4)</a> and <a href="http://man.openbsd.org?query=ray&manpath=OpenBSD%20Current&sektion=4&format=html">ray(4)</a> (pre 802.11b wireless drivers).
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=install&manpath=OpenBSD%20Current&sektion=1&format=html">install(1)</a> will now report unlink() errors unless ENOENT.  <li><a href="http://man.openbsd.org?query=install&manpath=OpenBSD%20Current&sektion=1&format=html">install(1)</a> will now report unlink() errors unless ENOENT.
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> deleting permanent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arp&manpath=OpenBSD%20Current&sektion=4&format=html">arp(4)</a> cache entries when clearing the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arp&manpath=OpenBSD%20Current&sektion=4&format=html">arp(4)</a> cache.  <li>Stop <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> deleting permanent <a href="http://man.openbsd.org?query=arp&manpath=OpenBSD%20Current&sektion=4&format=html">arp(4)</a> cache entries when clearing the <a href="http://man.openbsd.org?query=arp&manpath=OpenBSD%20Current&sektion=4&format=html">arp(4)</a> cache.
 <li>Reworked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> log messages: only one message logged at termination or restart; removed duplicate cleanup attempts.  <li>Reworked <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> log messages: only one message logged at termination or restart; removed duplicate cleanup attempts.
 <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> to version 3.2.15.  <li>Updated <a href="http://man.openbsd.org?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> to version 3.2.15.
 <!-- 2013/02/17 -->  <!-- 2013/02/17 -->
 <li>Keep track of which <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> IndentityFile options were manually supplied and which were defaults, don't warn if the latter are missing.  <li>Keep track of which <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> IndentityFile options were manually supplied and which were defaults, don't warn if the latter are missing.
 <li>Suppress some pointless <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> debugging messages.  <li>Suppress some pointless <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> debugging messages.
 <li>Fix line counting when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> forward-paragraph and backward-paragraph.  <li>Fix line counting when using <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> forward-paragraph and backward-paragraph.
 <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a> queue compression temporarily, as we lack the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> bits.  <li>Disabled <a href="http://man.openbsd.org?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a> queue compression temporarily, as we lack the <a href="http://man.openbsd.org?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> bits.
 <!-- 2013/02/16 -->  <!-- 2013/02/16 -->
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> lease renewals to work in a non-default routing domain, and show problematic table id in error messages.  <li>Allow <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> lease renewals to work in a non-default routing domain, and show problematic table id in error messages.
 <li>Only use local hostname in Received lines if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> listener has not overridden it, otherwise use the listener hostname.  <li>Only use local hostname in Received lines if <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> listener has not overridden it, otherwise use the listener hostname.
 <li>Bugfix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udp&manpath=OpenBSD%20Current&sektion=4&format=html">udp(4)</a> socket splicing when a packet gets diverted, spliced and routed to loopback.  <li>Bugfix <a href="http://man.openbsd.org?query=udp&manpath=OpenBSD%20Current&sektion=4&format=html">udp(4)</a> socket splicing when a packet gets diverted, spliced and routed to loopback.
 <li>Do not let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=user&manpath=OpenBSD%20Current&sektion=8&format=html">user(8)</a> try to (un)lock system users; people wanting to do so should use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vipw&manpath=OpenBSD%20Current&sektion=8&format=html">vipw(8)</a>.  <li>Do not let <a href="http://man.openbsd.org?query=user&manpath=OpenBSD%20Current&sektion=8&format=html">user(8)</a> try to (un)lock system users; people wanting to do so should use <a href="http://man.openbsd.org?query=vipw&manpath=OpenBSD%20Current&sektion=8&format=html">vipw(8)</a>.
 <!-- 2013/02/15 -->  <!-- 2013/02/15 -->
 <li>Revert rthread/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> diff: not working on sparc/sparc64 or vax.  <li>Revert rthread/<a href="http://man.openbsd.org?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> diff: not working on sparc/sparc64 or vax.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> var module failing while expanding a line ending with a $. Seen when MALLOC_OPTIONS=S.  <li>Fixed <a href="http://man.openbsd.org?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> var module failing while expanding a line ending with a $. Seen when MALLOC_OPTIONS=S.
 <li>Terminate the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> session instead of fatal()'ing if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getsockname&manpath=OpenBSD%20Current&sektion=2&format=html">getsockname(2)</a> fails.  <li>Terminate the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> session instead of fatal()'ing if <a href="http://man.openbsd.org?query=getsockname&manpath=OpenBSD%20Current&sektion=2&format=html">getsockname(2)</a> fails.
 <li>Cleanup <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> undo history in revert-buffer.  <li>Cleanup <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> undo history in revert-buffer.
 <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> DISCOVER, by initialising xid from correct field.  <li>Unbreak <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> DISCOVER, by initialising xid from correct field.
 <li>Allocate dma memory below 2^28 limit, allowing ice1712-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=envy&manpath=OpenBSD%20Current&sektion=4&format=html">envy(4)</a> cards to work on amd64.  <li>Allocate dma memory below 2^28 limit, allowing ice1712-based <a href="http://man.openbsd.org?query=envy&manpath=OpenBSD%20Current&sektion=4&format=html">envy(4)</a> cards to work on amd64.
 <li>Fixed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> "toread" check in the lateconnect case, which allows Content-Length: 0 in HTTP GET request when a request filter is used. Broken by previous commit.  <li>Fixed the <a href="http://man.openbsd.org?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> "toread" check in the lateconnect case, which allows Content-Length: 0 in HTTP GET request when a request filter is used. Broken by previous commit.
 <li>Do not loop forever if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&manpath=OpenBSD%20Current&sektion=4&format=html">pckbc(4)</a> keyboard send a BAT (Basic Assurance Test) fault code. Handle this code like "Resend" or "BAT success" instead.  <li>Do not loop forever if <a href="http://man.openbsd.org?query=pckbc&manpath=OpenBSD%20Current&sektion=4&format=html">pckbc(4)</a> keyboard send a BAT (Basic Assurance Test) fault code. Handle this code like "Resend" or "BAT success" instead.
 <!-- 2013/02/14 -->  <!-- 2013/02/14 -->
 <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> asks for a default route in the correct routing domain. Fixes some periodic failures.  <li>Make sure <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> asks for a default route in the correct routing domain. Fixes some periodic failures.
 <li>Don't leak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> routing socket file descriptor if getting the default route fails.  <li>Don't leak <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> routing socket file descriptor if getting the default route fails.
 <li>Warn more loudly if an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> IdentityFile provided by the user cannot be read (bz #1981).  <li>Warn more loudly if an <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> IdentityFile provided by the user cannot be read (bz #1981).
 <li>Disable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> pcre symbol visibility on vax in order to unbreak the build.  <li>Disable <a href="http://man.openbsd.org?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> pcre symbol visibility on vax in order to unbreak the build.
 <li>When an interface generates an RTM_IFINFO message, check LLADDR. If it has changed, simulate a SIGHUP to restart.  <li>When an interface generates an RTM_IFINFO message, check LLADDR. If it has changed, simulate a SIGHUP to restart.
 <li>Obey RFC 2131: when the broadcast flag is set, send <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> reply back via udp broadcast and link-local broadcast. Fixes some switches which use the broadcast flag.  <li>Obey RFC 2131: when the broadcast flag is set, send <a href="http://man.openbsd.org?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> reply back via udp broadcast and link-local broadcast. Fixes some switches which use the broadcast flag.
 <li>Correct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> error message that had a typo and was logging the wrong thing.  <li>Correct <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> error message that had a typo and was logging the wrong thing.
 <li>Don't rely on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> packet buffer (client->packet) being preserved between attempts to send DISCOVER or REQUEST packets.  <li>Don't rely on the <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> packet buffer (client->packet) being preserved between attempts to send DISCOVER or REQUEST packets.
 <li>Repair the legacy xf86-video-intel i810 driver.  <li>Repair the legacy xf86-video-intel i810 driver.
 <li>Cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt from the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&manpath=OpenBSD%20Current&sektion=1&format=html">openssl(1)</a> repository.  <li>Cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt from the <a href="http://man.openbsd.org?query=openssl&manpath=OpenBSD%20Current&sektion=1&format=html">openssl(1)</a> repository.
 <li>Allow use of "=" instead of "=>" when declaring a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a> mapping.  <li>Allow use of "=" instead of "=>" when declaring a <a href="http://man.openbsd.org?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a> mapping.
 <li>Replaced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a> "users" keyword with "userbase" when providing alternate userbase.  <li>Replaced <a href="http://man.openbsd.org?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a> "users" keyword with "userbase" when providing alternate userbase.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> trace expand, enables tracing of aliases expansion.  <li><a href="http://man.openbsd.org?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> trace expand, enables tracing of aliases expansion.
 <!-- 2013/02/13 -->  <!-- 2013/02/13 -->
 <li>Repaired <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&manpath=OpenBSD%20Current&sektion=1&format=html">gdb(1)</a> single-stepping on m88k.  <li>Repaired <a href="http://man.openbsd.org?query=gdb&manpath=OpenBSD%20Current&sektion=1&format=html">gdb(1)</a> single-stepping on m88k.
 <li>Make librthread compatible with an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> that does TCB allocation.  <li>Make librthread compatible with an <a href="http://man.openbsd.org?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> that does TCB allocation.
 <li>Added a "block" rule prior to the state creating "pass" rule in the default <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a>.  <li>Added a "block" rule prior to the state creating "pass" rule in the default <a href="http://man.openbsd.org?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a>.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> to stop it calling ioctl with the invalid argument (bug introduced by the config parser change commit).  <li>Fixed <a href="http://man.openbsd.org?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> to stop it calling ioctl with the invalid argument (bug introduced by the config parser change commit).
 <li>Return EINVAL instead of panicking when a zero length MPPE is passed by ioctl to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a>.  <li>Return EINVAL instead of panicking when a zero length MPPE is passed by ioctl to <a href="http://man.openbsd.org?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a>.
 <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a> MPPE key is not zero length.  <li>Make sure <a href="http://man.openbsd.org?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a> MPPE key is not zero length.
 <li>Restore previous <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> behaviour of not cleaning up in response to SIGTERM, so routes to NFS servers are not lost.  <li>Restore previous <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> behaviour of not cleaning up in response to SIGTERM, so routes to NFS servers are not lost.
 <!-- 2013/02/12 -->  <!-- 2013/02/12 -->
 <li>Reflect the -f option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=last&manpath=OpenBSD%20Current&sektion=1&format=html">last(1)</a> output.  <li>Reflect the -f option in <a href="http://man.openbsd.org?query=last&manpath=OpenBSD%20Current&sektion=1&format=html">last(1)</a> output.
 <li>Re-enable the stack protector code on m88k machines.  <li>Re-enable the stack protector code on m88k machines.
 <!-- 2013/02/11 -->  <!-- 2013/02/11 -->
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&manpath=OpenBSD%20Current&sektion=1&format=html">top(1)</a> display the correct percentage of CPU usage for threaded processes when threads are not displayed.  <li>Make <a href="http://man.openbsd.org?query=top&manpath=OpenBSD%20Current&sektion=1&format=html">top(1)</a> display the correct percentage of CPU usage for threaded processes when threads are not displayed.
 <!-- 2013/02/10 -->  <!-- 2013/02/10 -->
 <li>Record "Received disconnect" messages at ERROR (not INFO) priority, as they return a non-zero <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> exit status (bz#2057).  <li>Record "Received disconnect" messages at ERROR (not INFO) priority, as they return a non-zero <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> exit status (bz#2057).
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> now appends (not overwrites) <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=moduli&manpath=OpenBSD%20Current&sektion=5&format=html">moduli(5)</a> file when screening candidates. Allows resumption of an interrupted screen (bz#1957).  <li><a href="http://man.openbsd.org?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> now appends (not overwrites) <a href="http://man.openbsd.org?query=moduli&manpath=OpenBSD%20Current&sektion=5&format=html">moduli(5)</a> file when screening candidates. Allows resumption of an interrupted screen (bz#1957).
 <li>Switched the m68k ports to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 3.  <li>Switched the m68k ports to <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 3.
 <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a>'s internal pcre to 8.32.  <li>Updated <a href="http://man.openbsd.org?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a>'s internal pcre to 8.32.
 <li>Don't wait for memory from pool while holding <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> vm_map_lock, as this can cause a deadlock.  <li>Don't wait for memory from pool while holding <a href="http://man.openbsd.org?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> vm_map_lock, as this can cause a deadlock.
 <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=luit&manpath=OpenBSD%20Current&sektion=1&format=html">luit(1)</a> to 1.1.1. Fixes the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=luit&manpath=OpenBSD%20Current&sektion=1&format=html">luit(1)</a> tty handling after the introduction of the UNIX98 PTY functions.  <li>Updated <a href="http://man.openbsd.org?query=luit&manpath=OpenBSD%20Current&sektion=1&format=html">luit(1)</a> to 1.1.1. Fixes the <a href="http://man.openbsd.org?query=luit&manpath=OpenBSD%20Current&sektion=1&format=html">luit(1)</a> tty handling after the introduction of the UNIX98 PTY functions.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&manpath=OpenBSD%20Current&sektion=8&format=html">syslogd(8)</a> -h now includes RFC3164-style hostnames when forwarding.  <li><a href="http://man.openbsd.org?query=syslogd&manpath=OpenBSD%20Current&sektion=8&format=html">syslogd(8)</a> -h now includes RFC3164-style hostnames when forwarding.
 <!-- 2013/02/08 -->  <!-- 2013/02/08 -->
 <li>Don't discard <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> option list if it contains duplicate option names, just ignore the duplicates.  <li>Don't discard <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> option list if it contains duplicate option names, just ignore the duplicates.
 <li>Added some pieces for identifying and supporting some of the newer <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> chipsets.  <li>Added some pieces for identifying and supporting some of the newer <a href="http://man.openbsd.org?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> chipsets.
 <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=reboot&manpath=OpenBSD%20Current&sektion=8&format=html">reboot(8)</a>, ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP.  <li>On <a href="http://man.openbsd.org?query=reboot&manpath=OpenBSD%20Current&sektion=8&format=html">reboot(8)</a>, ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP.
 <li>Permit frames up to 1758 bytes (MTU 1740) and raise hardmtu to allow the user to set them on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> VT6105M, VT6105 and RhineII-2.  <li>Permit frames up to 1758 bytes (MTU 1740) and raise hardmtu to allow the user to set them on <a href="http://man.openbsd.org?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> VT6105M, VT6105 and RhineII-2.
 <li>Allow configuring an MTU of up to 1518 on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&manpath=OpenBSD%20Current&sektion=4&format=html">sis(4)</a>. Tested on DP83815.  <li>Allow configuring an MTU of up to 1518 on <a href="http://man.openbsd.org?query=sis&manpath=OpenBSD%20Current&sektion=4&format=html">sis(4)</a>. Tested on DP83815.
 <li>Put index and root directives where the the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> "Pitfalls" list says to put them.  <li>Put index and root directives where the the <a href="http://man.openbsd.org?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> "Pitfalls" list says to put them.
 <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> CVE-2012-6329.  <li>Fix for <a href="http://man.openbsd.org?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> CVE-2012-6329.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> retain the MX address order as sent by the lka for MXs with the same preference.  <li>Make <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> retain the MX address order as sent by the lka for MXs with the same preference.
 <li>Fix memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> privsep.c to free the memory which was allocated by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcap&manpath=OpenBSD%20Current&sektion=3&format=html">getcap(3)</a>.  <li>Fix memory leak in <a href="http://man.openbsd.org?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> privsep.c to free the memory which was allocated by <a href="http://man.openbsd.org?query=getcap&manpath=OpenBSD%20Current&sektion=3&format=html">getcap(3)</a>.
 <!-- 2013/02/07 -->  <!-- 2013/02/07 -->
 <li>Fixed NULL dereference when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> is built without libedit, and control characters are entered as a command.  <li>Fixed NULL dereference when <a href="http://man.openbsd.org?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> is built without libedit, and control characters are entered as a command.
 <li>Bring back reserve enforcement and page daemon wakeup into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> uvm_pglistalloc, to stop potentially running out of memory.  <li>Bring back reserve enforcement and page daemon wakeup into <a href="http://man.openbsd.org?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> uvm_pglistalloc, to stop potentially running out of memory.
 <li>Make sure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> page daemon considers BUFPAGES_INACT when deciding to do work, just as is done when waking it up.  <li>Make sure the <a href="http://man.openbsd.org?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> page daemon considers BUFPAGES_INACT when deciding to do work, just as is done when waking it up.
 <!-- 2013/02/06 -->  <!-- 2013/02/06 -->
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppx&manpath=OpenBSD%20Current&sektion=4&format=html">pppx(4)</a> interfaces to the "pppx" interface group.  <li>Added <a href="http://man.openbsd.org?query=pppx&manpath=OpenBSD%20Current&sektion=4&format=html">pppx(4)</a> interfaces to the "pppx" interface group.
 <!-- 2013/02/05 -->  <!-- 2013/02/05 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a> MaxStartups is now "10:30:100" to start random early drops at 10 to 100 connections. Makes it harder to DoS.  <li><a href="http://man.openbsd.org?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a> MaxStartups is now "10:30:100" to start random early drops at 10 to 100 connections. Makes it harder to DoS.
 <li>Rework http content/chunk handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a>. Allows handling an optional chunk trailer properly (a prerequisite for splicing persistent http connections).  <li>Rework http content/chunk handling in <a href="http://man.openbsd.org?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a>. Allows handling an optional chunk trailer properly (a prerequisite for splicing persistent http connections).
 <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> table update.  <li>Unbreak <a href="http://man.openbsd.org?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> table update.
 <li>Install 50x.html for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a>, which is part of a default configuration.  <li>Install 50x.html for <a href="http://man.openbsd.org?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a>, which is part of a default configuration.
 <li>Disable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&manpath=OpenBSD%20Current&sektion=1&format=html">ld(1)</a> "PIE-by-default" if -static (or an alias) is passed on the command line, to produce a fully static binary.  <li>Disable <a href="http://man.openbsd.org?query=ld&manpath=OpenBSD%20Current&sektion=1&format=html">ld(1)</a> "PIE-by-default" if -static (or an alias) is passed on the command line, to produce a fully static binary.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a> -vP now also shows the new struct sockbuf field sb_flagsintr.  <li><a href="http://man.openbsd.org?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a> -vP now also shows the new struct sockbuf field sb_flagsintr.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a> use flowStartSeconds/flowEndSeconds for netflow v10, so it can see what time a flow started/ended.  <li>Make <a href="http://man.openbsd.org?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a> use flowStartSeconds/flowEndSeconds for netflow v10, so it can see what time a flow started/ended.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> fixes: handle getaddrinfo() error as LKA_TEMPFAIL; handle getsockname() error in smtp_connected(); accept "/" as part of user-part and expand to ":" (like qmail); fix wrong check in mda leading to bogus Return-Path header; fix aliases parsing when there's a white space between key and separator.  <li><a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> fixes: handle getaddrinfo() error as LKA_TEMPFAIL; handle getsockname() error in smtp_connected(); accept "/" as part of user-part and expand to ":" (like qmail); fix wrong check in mda leading to bogus Return-Path header; fix aliases parsing when there's a white space between key and separator.
 <li>Automatically reflow wrapped lines when a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> pane is resized.  <li>Automatically reflow wrapped lines when a <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> pane is resized.
 <li>Don't let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> set certain string formats if the string is NULL.  <li>Don't let <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> set certain string formats if the string is NULL.
 <!-- 2013/02/04 -->  <!-- 2013/02/04 -->
 <li>Make sure new config file is valid before SIGHUP'ing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a>, which would otherwise just kill it.  <li>Make sure new config file is valid before SIGHUP'ing <a href="http://man.openbsd.org?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a>, which would otherwise just kill it.
 <li>Pad "join BSS" command with padding the size of the entire buffer, to make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rsu&manpath=OpenBSD%20Current&sektion=4&format=html">rsu(4)</a> firmware happy.  <li>Pad "join BSS" command with padding the size of the entire buffer, to make <a href="http://man.openbsd.org?query=rsu&manpath=OpenBSD%20Current&sektion=4&format=html">rsu(4)</a> firmware happy.
 <!-- 2013/02/03 -->  <!-- 2013/02/03 -->
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=as&manpath=OpenBSD%20Current&sektion=1&format=html">as(1)</a> from optimising away R_X86_64_GOTPCREL relocations.  <li>Stop <a href="http://man.openbsd.org?query=as&manpath=OpenBSD%20Current&sektion=1&format=html">as(1)</a> from optimising away R_X86_64_GOTPCREL relocations.
 <li>Use RTM_GET in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> to obtain the current default route. Much less work for the routing system.  <li>Use RTM_GET in <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> to obtain the current default route. Much less work for the routing system.
 <!-- 2013/02/02 -->  <!-- 2013/02/02 -->
 <li>Removed product/vendor table and let the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urndis&manpath=OpenBSD%20Current&sektion=4&format=html">urndis(4)</a> driver attach based on class, etc. Print what type of device it is.  <li>Removed product/vendor table and let the <a href="http://man.openbsd.org?query=urndis&manpath=OpenBSD%20Current&sektion=4&format=html">urndis(4)</a> driver attach based on class, etc. Print what type of device it is.
 <li>hp300 and mvme68k <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> has switched to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a>.  <li>hp300 and mvme68k <a href="http://man.openbsd.org?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> has switched to <a href="http://man.openbsd.org?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a>.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> toolchain for m68k, following the SysV/m68k ABI.  <li><a href="http://man.openbsd.org?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> toolchain for m68k, following the SysV/m68k ABI.
 <!-- 2013/02/01 -->  <!-- 2013/02/01 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> will now add identifying comment to generated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> so it is easy to see which interface generated it.  <li><a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> will now add identifying comment to generated <a href="http://man.openbsd.org?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> so it is easy to see which interface generated it.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> crash when checking whether <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> should be written.  <li>Fixed <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> crash when checking whether <a href="http://man.openbsd.org?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> should be written.
 <li>Do not leak lease in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> error path.  <li>Do not leak lease in <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> error path.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> will now handle a non-existent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf.tail&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf.tail(5)</a> without issuing an error message and handle an empty <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf.tail&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf.tail(5)</a> without exiting. No longer leak an fd if fstat() on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf.tail&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf.tail(5)</a> fails. Made fstat() failure on successfully opened <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf.tail&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf.tail(5)</a> a fatal error.  <li><a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> will now handle a non-existent <a href="http://man.openbsd.org?query=resolv.conf.tail&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf.tail(5)</a> without issuing an error message and handle an empty <a href="http://man.openbsd.org?query=resolv.conf.tail&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf.tail(5)</a> without exiting. No longer leak an fd if fstat() on <a href="http://man.openbsd.org?query=resolv.conf.tail&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf.tail(5)</a> fails. Made fstat() failure on successfully opened <a href="http://man.openbsd.org?query=resolv.conf.tail&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf.tail(5)</a> a fatal error.
 <li>Fixed memleak in libutil imsg_read() when hitting the file descriptor reserve check.  <li>Fixed memleak in libutil imsg_read() when hitting the file descriptor reserve check.
 <li>Resolved some issues with xf86-video-intel screen corruption seen with dpms on ivy bridge.  <li>Resolved some issues with xf86-video-intel screen corruption seen with dpms on ivy bridge.
 <li>If a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&amp;sektion=8">sndiod(8)</a> device doesn't respond within 2 seconds, close it and drop all connections. Necessary on some MP machine/audio driver combinations.  <li>If a <a href="http://man.openbsd.org?query=sndiod&amp;sektion=8">sndiod(8)</a> device doesn't respond within 2 seconds, close it and drop all connections. Necessary on some MP machine/audio driver combinations.
 <!-- 2013/01/31 -->  <!-- 2013/01/31 -->
 <li>Rewritten the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&manpath=OpenBSD%20Current&sektion=4&format=html">msk(4)</a> receive filter handling code and cleaned up ioctl.  <li>Rewritten the <a href="http://man.openbsd.org?query=msk&manpath=OpenBSD%20Current&sektion=4&format=html">msk(4)</a> receive filter handling code and cleaned up ioctl.
 <li>m88k <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> has switched to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> and has shared libs.  <li>m88k <a href="http://man.openbsd.org?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> has switched to <a href="http://man.openbsd.org?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> and has shared libs.
 <li>Write out <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> only if the default route is under the control of the process binding the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> lease. Re-check the default route when a routing message arrives that might mean default route has changed, and write out <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> if appropriate. Reduces the chances that the name servers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> are unreachable.  <li>Write out <a href="http://man.openbsd.org?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> only if the default route is under the control of the process binding the <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> lease. Re-check the default route when a routing message arrives that might mean default route has changed, and write out <a href="http://man.openbsd.org?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> if appropriate. Reduces the chances that the name servers in <a href="http://man.openbsd.org?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> are unreachable.
 <li>Don't tweak the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> socket sndbuf, now that envelopes are passed in compressed form. Reduces default envelope message size.  <li>Don't tweak the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> socket sndbuf, now that envelopes are passed in compressed form. Reduces default envelope message size.
 <li>Fixed port numbers for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login_radius&manpath=OpenBSD%20Current&sektion=8&format=html">login_radius(8)</a> servers, which were not configured correctly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a>.  <li>Fixed port numbers for <a href="http://man.openbsd.org?query=login_radius&manpath=OpenBSD%20Current&sektion=8&format=html">login_radius(8)</a> servers, which were not configured correctly in <a href="http://man.openbsd.org?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a>.
 <!-- 2013/01/30 -->  <!-- 2013/01/30 -->
 <li>Deleting the ip address of a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&manpath=OpenBSD%20Current&sektion=4&format=html">tun(4)</a> interface by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> now works correctly.  <li>Deleting the ip address of a <a href="http://man.openbsd.org?query=tun&manpath=OpenBSD%20Current&sektion=4&format=html">tun(4)</a> interface by <a href="http://man.openbsd.org?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> now works correctly.
 <li>Backed out <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> 5718/5719/5720 support, as it breaks 5704C.  <li>Backed out <a href="http://man.openbsd.org?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> 5718/5719/5720 support, as it breaks 5704C.
 <!-- 2013/01/29 -->  <!-- 2013/01/29 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=MAKEDEV&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">makedev(8)</a> will now create /dev/pppx by default, for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppx&manpath=OpenBSD%20Current&sektion=4&format=html">pppx(4)</a>.  <li><a href="http://man.openbsd.org?query=MAKEDEV&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">makedev(8)</a> will now create /dev/pppx by default, for <a href="http://man.openbsd.org?query=pppx&manpath=OpenBSD%20Current&sektion=4&format=html">pppx(4)</a>.
 <li>Added support for POSIX.1-2008 functions <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dprintf&manpath=OpenBSD%20Current&sektion=3&format=html">dprintf(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vdprintf&manpath=OpenBSD%20Current&sektion=3&format=html">vdprintf(3)</a>.  <li>Added support for POSIX.1-2008 functions <a href="http://man.openbsd.org?query=dprintf&manpath=OpenBSD%20Current&sektion=3&format=html">dprintf(3)</a> and <a href="http://man.openbsd.org?query=vdprintf&manpath=OpenBSD%20Current&sektion=3&format=html">vdprintf(3)</a>.
 <li>Rewritten the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&manpath=OpenBSD%20Current&sektion=4&format=html">url(4)</a> receive filter handling code and cleaned up the ioctl bits.  <li>Rewritten the <a href="http://man.openbsd.org?query=url&manpath=OpenBSD%20Current&sektion=4&format=html">url(4)</a> receive filter handling code and cleaned up the ioctl bits.
 <!-- 2013/01/28 -->  <!-- 2013/01/28 -->
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&manpath=OpenBSD%20Current&sektion=4&format=html">udav(4)</a> bug: when going in and out of promiscuous mode the driver was not disabling all multicast mode.  <li>Fixed <a href="http://man.openbsd.org?query=udav&manpath=OpenBSD%20Current&sektion=4&format=html">udav(4)</a> bug: when going in and out of promiscuous mode the driver was not disabling all multicast mode.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> support for 5718 family of chips, including the 5719 and 5720.  <li><a href="http://man.openbsd.org?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> support for 5718 family of chips, including the 5719 and 5720.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&manpath=OpenBSD%20Current&sektion=4&format=html">ulpt(4)</a> upload firmware into HP LaserJet printers which require the firmware.  <li>Make <a href="http://man.openbsd.org?query=ulpt&manpath=OpenBSD%20Current&sektion=4&format=html">ulpt(4)</a> upload firmware into HP LaserJet printers which require the firmware.
 <li>Large reduction in memory footprint when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> is relaying lots of messages.  <li>Large reduction in memory footprint when <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> is relaying lots of messages.
 <li>Log sender address as "<>" when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> delivering bounces.  <li>Log sender address as "<>" when <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> delivering bounces.
 <li>Allow lookups from backends in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> "accept for [...] virtual" context.  <li>Allow lookups from backends in <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> "accept for [...] virtual" context.
 <li>Openldap client now accepts connections to a ssl-enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&manpath=OpenBSD%20Current&sektion=8&format=html">ldapd(8)</a> server.  <li>Openldap client now accepts connections to a ssl-enabled <a href="http://man.openbsd.org?query=ldapd&manpath=OpenBSD%20Current&sektion=8&format=html">ldapd(8)</a> server.
 <li>Introduced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> "trace lookup" to trace lookup process; improved logging of the transfer process.  <li>Introduced <a href="http://man.openbsd.org?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> "trace lookup" to trace lookup process; improved logging of the transfer process.
 <!-- 2013/01/27 -->  <!-- 2013/01/27 -->
 <li>Added TX interrupt mitigation for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> chips, including 6105Ms found in pcengines alix and soekris 5501s.  <li>Added TX interrupt mitigation for <a href="http://man.openbsd.org?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> chips, including 6105Ms found in pcengines alix and soekris 5501s.
 <li>Bumped MAXTSIZ to 128 MB in vmparam.h on i386 and amd64, to cope with large binaries.  <li>Bumped MAXTSIZ to 128 MB in vmparam.h on i386 and amd64, to cope with large binaries.
 <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_mklocatedb&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_mklocatedb(1)</a> -u option to make it possible to update an existing database.  <li>Added a <a href="http://man.openbsd.org?query=pkg_mklocatedb&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_mklocatedb(1)</a> -u option to make it possible to update an existing database.
 <!-- 2013/01/26 -->  <!-- 2013/01/26 -->
 <li>Correct the PBA size used for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> PCH adapters to 26KB.  <li>Correct the PBA size used for <a href="http://man.openbsd.org?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> PCH adapters to 26KB.
 <li>Calculate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> contents once when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> is binding a lease, and reuse as required.  <li>Calculate <a href="http://man.openbsd.org?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> contents once when <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> is binding a lease, and reuse as required.
 <li>Restore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "no domain-name, no domain-name-servers means don't touch resolv.conf" behaviour.  <li>Restore <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "no domain-name, no domain-name-servers means don't touch resolv.conf" behaviour.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> updates: preliminary ldap and sqlite support; all lookups now done through tables; improved handling of temporary errors; improved scheduler and mta logic; improved queue; improved memory usage under high load; SSL certs/keys isolated to lookup process to avoid facing network; fully virtual setups possible now; and runtime tracing of processes through <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> trace; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a> simplified. FLUSH YOUR QUEUE.  <li><a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> updates: preliminary ldap and sqlite support; all lookups now done through tables; improved handling of temporary errors; improved scheduler and mta logic; improved queue; improved memory usage under high load; SSL certs/keys isolated to lookup process to avoid facing network; fully virtual setups possible now; and runtime tracing of processes through <a href="http://man.openbsd.org?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> trace; <a href="http://man.openbsd.org?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a> simplified. FLUSH YOUR QUEUE.
 <li>Don't allow stopping/restarting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mountd&manpath=OpenBSD%20Current&sektion=8&format=html">mountd(8)</a> via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> framework, it should be done manually to avoid RPC daemon issues.  <li>Don't allow stopping/restarting <a href="http://man.openbsd.org?query=mountd&manpath=OpenBSD%20Current&sektion=8&format=html">mountd(8)</a> via <a href="http://man.openbsd.org?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> framework, it should be done manually to avoid RPC daemon issues.
 <!-- 2013/01/25 -->  <!-- 2013/01/25 -->
 <li>Removed ACSS from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>.  <li>Removed ACSS from <a href="http://man.openbsd.org?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> and <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> now reads <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf.tail&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf.tail(5)</a> once on startup and save contents for subsequent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> building.  <li><a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> now reads <a href="http://man.openbsd.org?query=resolv.conf.tail&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf.tail(5)</a> once on startup and save contents for subsequent <a href="http://man.openbsd.org?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> building.
 <li>Skip <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> serial lookup when certificate's serial number is zero.  <li>Skip <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> serial lookup when certificate's serial number is zero.
 <!-- 2013/01/24 -->  <!-- 2013/01/24 -->
 <li>Changed byte-order swapping to 16 bits to match "event type" size. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&manpath=OpenBSD%20Current&sektion=4&format=html">mpii(4)</a> works on sparc64 with this.  <li>Changed byte-order swapping to 16 bits to match "event type" size. <a href="http://man.openbsd.org?query=mpii&manpath=OpenBSD%20Current&sektion=4&format=html">mpii(4)</a> works on sparc64 with this.
 <li>Try to post everything except the flags field in the first <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> TX descriptor.  <li>Try to post everything except the flags field in the first <a href="http://man.openbsd.org?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> TX descriptor.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> handling of (unused) KRL signatures; skip string in correct buffer.  <li>Fixed <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> handling of (unused) KRL signatures; skip string in correct buffer.
 <li>Always validate the user of a received SNMPv3 request in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> if the configured user has a certain security level.  <li>Always validate the user of a received SNMPv3 request in <a href="http://man.openbsd.org?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> if the configured user has a certain security level.
 <!-- 2013/01/23 -->  <!-- 2013/01/23 -->
 <li>ARMv7 doesn't support the atomic SWP instruction anymore so using the atomic load and store instructions instead.  <li>ARMv7 doesn't support the atomic SWP instruction anymore so using the atomic load and store instructions instead.
 <li>Added instruction fault register functions, which will be needed for further ARMv7 support.  <li>Added instruction fault register functions, which will be needed for further ARMv7 support.
 <li>m88k <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> now copes if shared library is loaded at a different address than what it was compiled for. Fixes spurious crashes.  <li>m88k <a href="http://man.openbsd.org?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> now copes if shared library is loaded at a different address than what it was compiled for. Fixes spurious crashes.
 <li>Change interface and span interface lists so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&manpath=OpenBSD%20Current&sektion=4&format=html">bridge(4)</a> behaviour does not suddenly change anymore when adding a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&manpath=OpenBSD%20Current&sektion=4&format=html">vlan(4)</a> interface.  <li>Change interface and span interface lists so <a href="http://man.openbsd.org?query=bridge&manpath=OpenBSD%20Current&sektion=4&format=html">bridge(4)</a> behaviour does not suddenly change anymore when adding a <a href="http://man.openbsd.org?query=vlan&manpath=OpenBSD%20Current&sektion=4&format=html">vlan(4)</a> interface.
 <!-- 2013/01/22 -->  <!-- 2013/01/22 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> now only sends a single CRLF terminator between Chunked Transfer Encoding chunks. Fixes (e.g.) Chrome and curl that implement the specification strictly.  <li><a href="http://man.openbsd.org?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> now only sends a single CRLF terminator between Chunked Transfer Encoding chunks. Fixes (e.g.) Chrome and curl that implement the specification strictly.
 <!-- 2013/01/21 -->  <!-- 2013/01/21 -->
 <!-- 2013/01/20 -->  <!-- 2013/01/20 -->
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> TCP sequence number tracking less strict by one octet for FIN packets. Previously a packet with the FIN bit set and containing data that fits exactly into the announced window was blocked.  <li>Make <a href="http://man.openbsd.org?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> TCP sequence number tracking less strict by one octet for FIN packets. Previously a packet with the FIN bit set and containing data that fits exactly into the announced window was blocked.
 <li>Properly handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wcsftime&manpath=OpenBSD%20Current&sektion=3&format=html">wcsftime(3)</a> "%%" and "%N" where N is not a supported escape. Consistent with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strftime&manpath=OpenBSD%20Current&sektion=3&format=html">strftime(3)</a> behaviour.  <li>Properly handle <a href="http://man.openbsd.org?query=wcsftime&manpath=OpenBSD%20Current&sektion=3&format=html">wcsftime(3)</a> "%%" and "%N" where N is not a supported escape. Consistent with <a href="http://man.openbsd.org?query=strftime&manpath=OpenBSD%20Current&sektion=3&format=html">strftime(3)</a> behaviour.
 <li>Stopped the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> driver from trying to restore text mode on PALM and newer chip generations, as it won't succeed.  <li>Stopped the <a href="http://man.openbsd.org?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> driver from trying to restore text mode on PALM and newer chip generations, as it won't succeed.
 <li>Fixed backslash escaping during filename tab-completion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a>.  <li>Fixed backslash escaping during filename tab-completion in <a href="http://man.openbsd.org?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a>.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viomb&manpath=OpenBSD%20Current&sektion=4&format=html">viomb(4)</a> to amd64 generic kernel.  <li>Added <a href="http://man.openbsd.org?query=viomb&manpath=OpenBSD%20Current&sektion=4&format=html">viomb(4)</a> to amd64 generic kernel.
 <!-- 2013/01/19 -->  <!-- 2013/01/19 -->
 <li>Avoid chance of divide by zero in _dl_findhint() if the administrator reruns <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ldconfig(8)</a> with bogus paths.  <li>Avoid chance of divide by zero in _dl_findhint() if the administrator reruns <a href="http://man.openbsd.org?query=ldconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ldconfig(8)</a> with bogus paths.
 <!-- 2013/01/18 -->  <!-- 2013/01/18 -->
 <li>Much faster <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> -E: if the "raw" contents file doesn't contain the last part of the filename, then don't parse plist.  <li>Much faster <a href="http://man.openbsd.org?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> -E: if the "raw" contents file doesn't contain the last part of the filename, then don't parse plist.
 <li>Relax the restriction on sending frames to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&manpath=OpenBSD%20Current&sektion=4&format=html">trunk(4)</a> members to allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> writes.  <li>Relax the restriction on sending frames to <a href="http://man.openbsd.org?query=trunk&manpath=OpenBSD%20Current&sektion=4&format=html">trunk(4)</a> members to allow <a href="http://man.openbsd.org?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> writes.
 <li>Converted softraid concat, crypto, and RAID0 to new workunit completion functions.  <li>Converted softraid concat, crypto, and RAID0 to new workunit completion functions.
 <!-- 2013/01/17 -->  <!-- 2013/01/17 -->
 <li>Ensure we remove workunit from the pending queue and restart deferred workunits for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> RAID0, even in error conditions.  <li>Ensure we remove workunit from the pending queue and restart deferred workunits for <a href="http://man.openbsd.org?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> RAID0, even in error conditions.
 <li>Converted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> RAID1 to new ccb functions.  <li>Converted <a href="http://man.openbsd.org?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> RAID1 to new ccb functions.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "-L" to specify file storing offer/leases. Allows access to dhcp option information that was formerly passed to dhclient-script.  <li>Added <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "-L" to specify file storing offer/leases. Allows access to dhcp option information that was formerly passed to dhclient-script.
 <li>Constrained the amount of kernel memory used by NTFS.  <li>Constrained the amount of kernel memory used by NTFS.
 <li>Added global lock enter and leave routines to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a>.  <li>Added global lock enter and leave routines to <a href="http://man.openbsd.org?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a>.
 <li>Reset I/O counters when releasing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> ccbs.  <li>Reset I/O counters when releasing <a href="http://man.openbsd.org?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> ccbs.
 <li>Update the ARM CPU ID information as the IDs aren't vendor/product specific, they are specific to the ARM CPUs themselves.  <li>Update the ARM CPU ID information as the IDs aren't vendor/product specific, they are specific to the ARM CPUs themselves.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> will now try harder to clear out default routes on the interface being configured.  <li><a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> will now try harder to clear out default routes on the interface being configured.
 <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a> Key Revocation Lists (KRLs), a compact way to represent lists of revoked keys and certificates.  <li>Support <a href="http://man.openbsd.org?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a> Key Revocation Lists (KRLs), a compact way to represent lists of revoked keys and certificates.
 <li>Don't re-calculate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> vlan tag repeatedly through the descriptor loop.  <li>Don't re-calculate <a href="http://man.openbsd.org?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> vlan tag repeatedly through the descriptor loop.
 <li>Don't try to access <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> m_head after it may be freed (unlikely for VT6105M, but possible).  <li>Don't try to access <a href="http://man.openbsd.org?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> m_head after it may be freed (unlikely for VT6105M, but possible).
 <li>Ensure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tty&manpath=OpenBSD%20Current&sektion=4&format=html">tty(4)</a> hiwat is less than the size of the ring buffer, ensuring a bit of space for kernel ^T handling and such.  <li>Ensure the <a href="http://man.openbsd.org?query=tty&manpath=OpenBSD%20Current&sektion=4&format=html">tty(4)</a> hiwat is less than the size of the ring buffer, ensuring a bit of space for kernel ^T handling and such.
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&manpath=OpenBSD%20Current&sektion=9&format=html">pmap(9)</a> for pandaboards.  <li>New <a href="http://man.openbsd.org?query=pmap&manpath=OpenBSD%20Current&sektion=9&format=html">pmap(9)</a> for pandaboards.
 <li>Do not allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> cursor colours to be set beginning with ? as that will report the colour.  <li>Do not allow <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> cursor colours to be set beginning with ? as that will report the colour.
 <li>Allow the kernel to directly transfer UDP data from one socket to another.  <li>Allow the kernel to directly transfer UDP data from one socket to another.
 <li>Allow two minutes until <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a> neighbour adjacencies are formed; transmit correct state to RDE; do not send IMSG_LS_UPD if we have no links; and improved snapshot handling.  <li>Allow two minutes until <a href="http://man.openbsd.org?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a> neighbour adjacencies are formed; transmit correct state to RDE; do not send IMSG_LS_UPD if we have no links; and improved snapshot handling.
 <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a> point-to-point interfaces, send lsupdates to the interface address (see RFC 2328, 13.3(5)).  <li>For <a href="http://man.openbsd.org?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a> point-to-point interfaces, send lsupdates to the interface address (see RFC 2328, 13.3(5)).
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a>, check for state != NBR_STA_XCHNG even if the RDE has processed all received DDs (dd_pending == 0), in case the peer still sends more DD messages.  <li>In <a href="http://man.openbsd.org?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a>, check for state != NBR_STA_XCHNG even if the RDE has processed all received DDs (dd_pending == 0), in case the peer still sends more DD messages.
 <li>Imported xf86-video-modesetting 0.6.0 for KMS testing.  <li>Imported xf86-video-modesetting 0.6.0 for KMS testing.
 <!-- 2013/01/16 -->  <!-- 2013/01/16 -->
 <li>Display some more flags and subtypes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a>, especially flags used in power saving mode.  <li>Display some more flags and subtypes in <a href="http://man.openbsd.org?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a>, especially flags used in power saving mode.
 <li>Converted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> concat and RAID 0 to the new ccb functions.  <li>Converted <a href="http://man.openbsd.org?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> concat and RAID 0 to the new ccb functions.
 <li>Fixup printing of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> rdomain configs to add network statements and only print the description if it is set.  <li>Fixup printing of <a href="http://man.openbsd.org?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> rdomain configs to add network statements and only print the description if it is set.
 <li>Allow amd64 to hibernate with up to 64GB physical memory.  <li>Allow amd64 to hibernate with up to 64GB physical memory.
 <li>Force three newest generations of Intel SATA chipsets into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&manpath=OpenBSD%20Current&sektion=4&format=html">ahci(4)</a> mode. Makes the DVD drive and other devices on MacBook Pro with bootcamp more reliable.  <li>Force three newest generations of Intel SATA chipsets into <a href="http://man.openbsd.org?query=ahci&manpath=OpenBSD%20Current&sektion=4&format=html">ahci(4)</a> mode. Makes the DVD drive and other devices on MacBook Pro with bootcamp more reliable.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=a.out&manpath=OpenBSD%20Current&sektion=5&format=html">a.out(5)</a> coredumps by using RB_FOREACH_SAFE in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a>.  <li>Fixed <a href="http://man.openbsd.org?query=a.out&manpath=OpenBSD%20Current&sektion=5&format=html">a.out(5)</a> coredumps by using RB_FOREACH_SAFE in <a href="http://man.openbsd.org?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a>.
 <li>Revert unconditionally registering the cpu throttling code on all loongson 2F systems, as the gdium does not have a separate scheduling clock yet.  <li>Revert unconditionally registering the cpu throttling code on all loongson 2F systems, as the gdium does not have a separate scheduling clock yet.
 <li>Do not register the mips64 internal cpu timer-based timecounter if we support cpu throttling.  <li>Do not register the mips64 internal cpu timer-based timecounter if we support cpu throttling.
 <li>Properly distinguish /<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&manpath=OpenBSD%20Current&sektion=8&format=html">boot(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=biosboot&manpath=OpenBSD%20Current&sektion=8&format=html">biosboot(8)</a> in i386 and amd64 informational and error messages.  <li>Properly distinguish /<a href="http://man.openbsd.org?query=boot&manpath=OpenBSD%20Current&sektion=8&format=html">boot(8)</a> and <a href="http://man.openbsd.org?query=biosboot&manpath=OpenBSD%20Current&sektion=8&format=html">biosboot(8)</a> in i386 and amd64 informational and error messages.
 <li>Unbreak the negation toggle code when re-loading <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> tables, so negating existing entries on re-load will work.  <li>Unbreak the negation toggle code when re-loading <a href="http://man.openbsd.org?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> tables, so negating existing entries on re-load will work.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=terminfo&manpath=OpenBSD%20Current&sektion=5&format=html">terminfo(5)</a> entries for rxvt-unicode and rxvt-unicode-256color.  <li>Add <a href="http://man.openbsd.org?query=terminfo&manpath=OpenBSD%20Current&sektion=5&format=html">terminfo(5)</a> entries for rxvt-unicode and rxvt-unicode-256color.
 <li>Added cpu throttling support to the loongson 2F systems.  <li>Added cpu throttling support to the loongson 2F systems.
 <li>Added a new capability flag to identify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> disciplines where read failures are not necessarily terminal (i.e. we have redundancy).  <li>Added a new capability flag to identify <a href="http://man.openbsd.org?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> disciplines where read failures are not necessarily terminal (i.e. we have redundancy).
 <!-- 2013/01/15 -->  <!-- 2013/01/15 -->
 <li>Don't tell the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> privileged process to discard active_addr if there is a pending address addition. Fixes "routehandler: interface address added" messages and premature exiting.  <li>Don't tell the <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> privileged process to discard active_addr if there is a pending address addition. Fixes "routehandler: interface address added" messages and premature exiting.
 <li>Added hardware VLAN tag/untag support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> VT6105M chips.  <li>Added hardware VLAN tag/untag support for <a href="http://man.openbsd.org?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> VT6105M chips.
 <li>Keep a count of packets added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> TX queue and only poke the chip if we've added a packet.  <li>Keep a count of packets added to <a href="http://man.openbsd.org?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> TX queue and only poke the chip if we've added a packet.
 <li>Added a stat clock for the lemote loongson machines, to show more accurate cpu usage statistics.  <li>Added a stat clock for the lemote loongson machines, to show more accurate cpu usage statistics.
 <li>Restrict <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> KERN_PROC_ARGS lookup of KERN_PROC_NENV and KERN_PROC_ENV to process owner and root.  <li>Restrict <a href="http://man.openbsd.org?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> KERN_PROC_ARGS lookup of KERN_PROC_NENV and KERN_PROC_ENV to process owner and root.
 <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> ECH (erase character, CSI X).  <li>Implement <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> ECH (erase character, CSI X).
 <li>Per group support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&manpath=OpenBSD%20Current&sektion=8&format=html">authpf(8)</a> rules files added to /etc/authpf/groups.  <li>Per group support for <a href="http://man.openbsd.org?query=authpf&manpath=OpenBSD%20Current&sektion=8&format=html">authpf(8)</a> rules files added to /etc/authpf/groups.
 <li>If timing between keys is less than 1 millisecond, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> will assume the text is being pasted. "assume-paste-time" option changes the value.  <li>If timing between keys is less than 1 millisecond, <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> will assume the text is being pasted. "assume-paste-time" option changes the value.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=as&manpath=OpenBSD%20Current&sektion=1&format=html">as(1)</a> to correctly assemble PIC code on m88k.  <li>Allow <a href="http://man.openbsd.org?query=as&manpath=OpenBSD%20Current&sektion=1&format=html">as(1)</a> to correctly assemble PIC code on m88k.
 <li>Switch memory filesystem to bufq. This gives us queue limits and uses FIFO queueing (rather than the current LIFO queueing).  <li>Switch memory filesystem to bufq. This gives us queue limits and uses FIFO queueing (rather than the current LIFO queueing).
 <li>Process <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&manpath=OpenBSD%20Current&sektion=8&format=html">compat_linux(8)</a> futex requeuing even when the thread times out or is signalled.  <li>Process <a href="http://man.openbsd.org?query=compat_linux&manpath=OpenBSD%20Current&sektion=8&format=html">compat_linux(8)</a> futex requeuing even when the thread times out or is signalled.
 <li>Fixed netinet6 to stop flushing prefixes of autoconfigured IPv6 addresses with "<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&manpath=OpenBSD%20Current&sektion=8&format=html">ndp(8)</a> -P" causing an uvm fault.  <li>Fixed netinet6 to stop flushing prefixes of autoconfigured IPv6 addresses with "<a href="http://man.openbsd.org?query=ndp&manpath=OpenBSD%20Current&sektion=8&format=html">ndp(8)</a> -P" causing an uvm fault.
 <!-- 2013/01/14 -->  <!-- 2013/01/14 -->
 <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_msdos&manpath=OpenBSD%20Current&sektion=8&format=html">mount_msdos(8)</a> FAT setattr handling more consistent about unsupported attributes, making it more user-friendly.  <li>Make the <a href="http://man.openbsd.org?query=mount_msdos&manpath=OpenBSD%20Current&sektion=8&format=html">mount_msdos(8)</a> FAT setattr handling more consistent about unsupported attributes, making it more user-friendly.
 <li>Allow multiple coredumps to be saved at the same time.  <li>Allow multiple coredumps to be saved at the same time.
 <li>Map the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> registers prefetchable so things that can do write combining will attempt to.  <li>Map the <a href="http://man.openbsd.org?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> registers prefetchable so things that can do write combining will attempt to.
 <li>Avoid extra bus_space barriers in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> interrupt handler.  <li>Avoid extra bus_space barriers in the <a href="http://man.openbsd.org?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> interrupt handler.
 <li>Stopped using separate interrupt handlers for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&manpath=OpenBSD%20Current&sektion=4&format=html">tht(4)</a> ports. Ensures second port does not get starved.  <li>Stopped using separate interrupt handlers for the <a href="http://man.openbsd.org?query=tht&manpath=OpenBSD%20Current&sektion=4&format=html">tht(4)</a> ports. Ensures second port does not get starved.
 <li>Accept both types of etherip rev 3, but continue sending old format. First step of transitioning (over two releases) to new ietf specification.  <li>Accept both types of etherip rev 3, but continue sending old format. First step of transitioning (over two releases) to new ietf specification.
 <li>Updated to: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=editres&manpath=OpenBSD%20Current&sektion=1&format=html">editres(1)</a> 1.0.6; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=showfont&manpath=OpenBSD%20Current&sektion=1&format=html">showfont(1)</a> 1.0.4; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viewres&manpath=OpenBSD%20Current&sektion=1&format=html">viewres(1)</a> 1.0.4; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xconsole&manpath=OpenBSD%20Current&sektion=1&format=html">xconsole(1)</a> 1.0.5; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xedit&manpath=OpenBSD%20Current&sektion=1&format=html">xedit(1)</a> 1.2.1; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xgc&manpath=OpenBSD%20Current&sektion=1&format=html">xgc(1)</a> 1.0.4; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xmessage&manpath=OpenBSD%20Current&sektion=1&format=html">xmessage(1)</a> 1.0.4 and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xmag&manpath=OpenBSD%20Current&sektion=1&format=html">xmag(1)</a> 1.0.5.  <li>Updated to: <a href="http://man.openbsd.org?query=editres&manpath=OpenBSD%20Current&sektion=1&format=html">editres(1)</a> 1.0.6; <a href="http://man.openbsd.org?query=showfont&manpath=OpenBSD%20Current&sektion=1&format=html">showfont(1)</a> 1.0.4; <a href="http://man.openbsd.org?query=viewres&manpath=OpenBSD%20Current&sektion=1&format=html">viewres(1)</a> 1.0.4; <a href="http://man.openbsd.org?query=xconsole&manpath=OpenBSD%20Current&sektion=1&format=html">xconsole(1)</a> 1.0.5; <a href="http://man.openbsd.org?query=xedit&manpath=OpenBSD%20Current&sektion=1&format=html">xedit(1)</a> 1.2.1; <a href="http://man.openbsd.org?query=xgc&manpath=OpenBSD%20Current&sektion=1&format=html">xgc(1)</a> 1.0.4; <a href="http://man.openbsd.org?query=xmessage&manpath=OpenBSD%20Current&sektion=1&format=html">xmessage(1)</a> 1.0.4 and <a href="http://man.openbsd.org?query=xmag&manpath=OpenBSD%20Current&sektion=1&format=html">xmag(1)</a> 1.0.5.
 <li>On loongson, added a driver for the mfgpt1 clock found on lemote and use as system clock; replaced system clock provided by the cpu with a mfgpt to allow cpu throttling; changed the frequency value of hz from 100 to 128.  <li>On loongson, added a driver for the mfgpt1 clock found on lemote and use as system clock; replaced system clock provided by the cpu with a mfgpt to allow cpu throttling; changed the frequency value of hz from 100 to 128.
 <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to 1.2.6.  <li>Updated <a href="http://man.openbsd.org?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to 1.2.6.
 <li>Track, reject and blackhole <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&manpath=OpenBSD%20Current&sektion=8&format=html">ospf6d(8)</a> routes and allow them to be redistributed even though they point to the loopback.  <li>Track, reject and blackhole <a href="http://man.openbsd.org?query=ospf6d&manpath=OpenBSD%20Current&sektion=8&format=html">ospf6d(8)</a> routes and allow them to be redistributed even though they point to the loopback.
 <li>Free the directory block buffer at the completion of a readdir, significantly reducing NTFS kernel memory usage.  <li>Free the directory block buffer at the completion of a readdir, significantly reducing NTFS kernel memory usage.
 <!-- 2013/01/13 -->  <!-- 2013/01/13 -->
 <li>When posting descriptors to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> chips rings, do multiple writes before calling the bus_space barrier.  <li>When posting descriptors to the <a href="http://man.openbsd.org?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> chips rings, do multiple writes before calling the bus_space barrier.
 <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>'s lease validate option data and discard bad options before checking if any required options are missing.  <li>Let <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>'s lease validate option data and discard bad options before checking if any required options are missing.
 <li>More informative <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "options" error message.  <li>More informative <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "options" error message.
 <li>Ignore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> options that do not validate, rather than summarily rejecting offered lease. Treat all options whose names start with "option-" as unknown.  <li>Ignore <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> options that do not validate, rather than summarily rejecting offered lease. Treat all options whose names start with "option-" as unknown.
 <li>Reverted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> group.c r1.68, which allows an empty group to be sticky.  <li>Reverted <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> group.c r1.68, which allows an empty group to be sticky.
 <!-- 2013/01/12 -->  <!-- 2013/01/12 -->
 <li>Enabled flow control support with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&manpath=OpenBSD%20Current&sektion=4&format=html">bnx(4)</a> 5708S/5709S adapters.  <li>Enabled flow control support with <a href="http://man.openbsd.org?query=bnx&manpath=OpenBSD%20Current&sektion=4&format=html">bnx(4)</a> 5708S/5709S adapters.
 <li>Added support for reporting flow control status for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a> 5708S/5709S fibre phy.  <li>Added support for reporting flow control status for <a href="http://man.openbsd.org?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a> 5708S/5709S fibre phy.
 <li>Check results of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strdup&manpath=OpenBSD%20Current&sektion=3&format=html">strdup(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> domainname and nameservers options.  <li>Check results of <a href="http://man.openbsd.org?query=strdup&manpath=OpenBSD%20Current&sektion=3&format=html">strdup(3)</a> in <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> domainname and nameservers options.
 <li>Reverted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&manpath=OpenBSD%20Current&sektion=9&format=html">vfs(9)</a> setting a high water mark, it will likely cause problems in low memory situations where we can't get a struct buf.  <li>Reverted <a href="http://man.openbsd.org?query=vfs&manpath=OpenBSD%20Current&sektion=9&format=html">vfs(9)</a> setting a high water mark, it will likely cause problems in low memory situations where we can't get a struct buf.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viomb&manpath=OpenBSD%20Current&sektion=4&format=html">viomb(4)</a> driver for virtio balloon device. Allows host to request some memory back from the openbsd guest in case of a shortage.  <li>Added <a href="http://man.openbsd.org?query=viomb&manpath=OpenBSD%20Current&sektion=4&format=html">viomb(4)</a> driver for virtio balloon device. Allows host to request some memory back from the openbsd guest in case of a shortage.
 <li>Improved error message for integrity failure in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> AES-GCM modes.  <li>Improved error message for integrity failure in <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> AES-GCM modes.
 <!-- 2013/01/11 -->  <!-- 2013/01/11 -->
 <li>Allow a hp300 kernel whose name contains uppercase letters to be bootable.  <li>Allow a hp300 kernel whose name contains uppercase letters to be bootable.
 <!-- 2013/01/10 -->  <!-- 2013/01/10 -->
 <li>Honour <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> -Wc and -Xcompiler in link mode as GNU does.  <li>Honour <a href="http://man.openbsd.org?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> -Wc and -Xcompiler in link mode as GNU does.
 <li>Set the initial <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> group to "1".  <li>Set the initial <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> group to "1".
 <li>Don't log "unknown subcode" for subcode 0 when the bgpd() hold timer expires, this is a normal condition.  <li>Don't log "unknown subcode" for subcode 0 when the bgpd() hold timer expires, this is a normal condition.
 <!-- 2013/01/09 -->  <!-- 2013/01/09 -->
 <li>Don't hardcode the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> phy address at 1, as the 5718 family can have phys as 1, 2, 8, or 9.  <li>Don't hardcode the <a href="http://man.openbsd.org?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> phy address at 1, as the 5718 family can have phys as 1, 2, 8, or 9.
 <li>When checking the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a> phy check the oui as well as some model numbers overlap (e.g. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&manpath=OpenBSD%20Current&sektion=4&format=html">bnx(4)</a>).  <li>When checking the <a href="http://man.openbsd.org?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a> phy check the oui as well as some model numbers overlap (e.g. <a href="http://man.openbsd.org?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> and <a href="http://man.openbsd.org?query=bnx&manpath=OpenBSD%20Current&sektion=4&format=html">bnx(4)</a>).
 <li>Enable more libdrm functions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> and check DRIVER_MODESET flag in kernel to determine if modesetting is supported.  <li>Enable more libdrm functions in <a href="http://man.openbsd.org?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> and check DRIVER_MODESET flag in kernel to determine if modesetting is supported.
 <!-- 2013/01/08 -->  <!-- 2013/01/08 -->
 <li>Correctly initialise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> fingerprint type for fingerprinting PKCS#11 keys.  <li>Correctly initialise <a href="http://man.openbsd.org?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> fingerprint type for fingerprinting PKCS#11 keys.
 <li>Support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a>.  <li>Support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) in <a href="http://man.openbsd.org?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a>.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> per-group vert/horiz tiling support with new bind commands "vtile" and "htile."  <li>Added <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> per-group vert/horiz tiling support with new bind commands "vtile" and "htile."
 <!-- 2013/01/07 -->  <!-- 2013/01/07 -->
 <li>Taught <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=as&manpath=OpenBSD%20Current&sektion=1&format=html">as(1)</a> how to handle mips symbolic register names.  <li>Taught <a href="http://man.openbsd.org?query=as&manpath=OpenBSD%20Current&sektion=1&format=html">as(1)</a> how to handle mips symbolic register names.
 <li>Unbreak xinerama support and fixed menu/client placement for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> panning setups.  <li>Unbreak xinerama support and fixed menu/client placement for <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> panning setups.
 <li>Reverted the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daily&manpath=OpenBSD%20Current&sektion=8&format=html">daily(8)</a> SMART check using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atactl&manpath=OpenBSD%20Current&sektion=8&format=html">atactl(8)</a> for disks with SMART enabled.  <li>Reverted the <a href="http://man.openbsd.org?query=daily&manpath=OpenBSD%20Current&sektion=8&format=html">daily(8)</a> SMART check using <a href="http://man.openbsd.org?query=atactl&manpath=OpenBSD%20Current&sektion=8&format=html">atactl(8)</a> for disks with SMART enabled.
 <!-- 2013/01/05 -->  <!-- 2013/01/05 -->
 <li>Fixed sparc optimisation bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&manpath=OpenBSD%20Current&sektion=8&format=html">dump(8)</a>.  <li>Fixed sparc optimisation bug in <a href="http://man.openbsd.org?query=dump&manpath=OpenBSD%20Current&sektion=8&format=html">dump(8)</a>.
 <li>Don't propagate XF86XK_Audio{Lower,Raise}Volume keys from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&manpath=OpenBSD%20Current&sektion=4&format=html">pckbd(4)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&manpath=OpenBSD%20Current&sektion=4&format=html">wscons(4)</a> to userspace. Stops volume from being adjusted twice (by X apps and again by the kernel).  <li>Don't propagate XF86XK_Audio{Lower,Raise}Volume keys from <a href="http://man.openbsd.org?query=pckbd&manpath=OpenBSD%20Current&sektion=4&format=html">pckbd(4)</a> or <a href="http://man.openbsd.org?query=wscons&manpath=OpenBSD%20Current&sektion=4&format=html">wscons(4)</a> to userspace. Stops volume from being adjusted twice (by X apps and again by the kernel).
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> buffer for lease longer to accomodate strings listing all possible option names.  <li>Make <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> buffer for lease longer to accomodate strings listing all possible option names.
 <li>Replaced hand formatting of dates in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strftime&manpath=OpenBSD%20Current&sektion=3&format=html">strftime(3)</a>.  <li>Replaced hand formatting of dates in <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> with <a href="http://man.openbsd.org?query=strftime&manpath=OpenBSD%20Current&sektion=3&format=html">strftime(3)</a>.
 <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> to write leases as strings, to write out complete leases at a time.  <li>Changed <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> to write leases as strings, to write out complete leases at a time.
 <li>Enabled MSI for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsx&manpath=OpenBSD%20Current&sektion=4&format=html">rtsx(4)</a>.  <li>Enabled MSI for <a href="http://man.openbsd.org?query=rtsx&manpath=OpenBSD%20Current&sektion=4&format=html">rtsx(4)</a>.
 <li>Updated libXcomposite to 0.4.4; libXdamage to 1.4.4; and xf86-video-mach64 to 6.9.4.  <li>Updated libXcomposite to 0.4.4; libXdamage to 1.4.4; and xf86-video-mach64 to 6.9.4.
 <li>Check UDP length field for short as well as long values in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> crash when a UDP packet arrives saying it has 0 length.  <li>Check UDP length field for short as well as long values in <a href="http://man.openbsd.org?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> and <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>. Fixes <a href="http://man.openbsd.org?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> crash when a UDP packet arrives saying it has 0 length.
 <li>Switched m88k ports to ELF.  <li>Switched m88k ports to ELF.
 <!-- 2013/01/04 -->  <!-- 2013/01/04 -->
 <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsx&manpath=OpenBSD%20Current&sektion=4&format=html">rtsx(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc&manpath=OpenBSD%20Current&sektion=4&format=html">sdhc(4)</a> drivers attaching to the same device, which then failed to work reliably.  <li>Stopped <a href="http://man.openbsd.org?query=rtsx&manpath=OpenBSD%20Current&sektion=4&format=html">rtsx(4)</a> and <a href="http://man.openbsd.org?query=sdhc&manpath=OpenBSD%20Current&sektion=4&format=html">sdhc(4)</a> drivers attaching to the same device, which then failed to work reliably.
 <li>Allow for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=units&manpath=OpenBSD%20Current&sektion=1&format=html">units(1)</a> prefix to be given without a need to quote it.  <li>Allow for the <a href="http://man.openbsd.org?query=units&manpath=OpenBSD%20Current&sektion=1&format=html">units(1)</a> prefix to be given without a need to quote it.
 <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> to 287; freetype to 2.4.11.  <li>Updated <a href="http://man.openbsd.org?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> to 287; freetype to 2.4.11.
 <!-- 2013/01/03 -->  <!-- 2013/01/03 -->
 <li>Allow fingerprinting of keys hosted in PKCS#11 tokens: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> -lD ...  <li>Allow fingerprinting of keys hosted in PKCS#11 tokens: <a href="http://man.openbsd.org?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> -lD ...
 <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> parameter order and allow arbitrary filenames in url pattern.  <li>Changed <a href="http://man.openbsd.org?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> parameter order and allow arbitrary filenames in url pattern.
 <li>Extended <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> error handling and quoting of user supplied input.  <li>Extended <a href="http://man.openbsd.org?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> error handling and quoting of user supplied input.
 <li>Correct error handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_ntfs&manpath=OpenBSD%20Current&sektion=8&format=html">mount_ntfs(8)</a> that previously left the ntnode locked and neglected to decrement the use count.  <li>Correct error handling in <a href="http://man.openbsd.org?query=mount_ntfs&manpath=OpenBSD%20Current&sektion=8&format=html">mount_ntfs(8)</a> that previously left the ntnode locked and neglected to decrement the use count.
 <li>Ensure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_ntfs&manpath=OpenBSD%20Current&sektion=8&format=html">mount_ntfs(8)</a> directory link count is always 1. Makes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=find&manpath=OpenBSD%20Current&sektion=1&format=html">find(1)</a> behave predictably.  <li>Ensure <a href="http://man.openbsd.org?query=mount_ntfs&manpath=OpenBSD%20Current&sektion=8&format=html">mount_ntfs(8)</a> directory link count is always 1. Makes <a href="http://man.openbsd.org?query=find&manpath=OpenBSD%20Current&sektion=1&format=html">find(1)</a> behave predictably.
 <li>Allow specification of an alternate start directory for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&manpath=OpenBSD%20Current&sektion=8&format=html">sftp-server(8)</a>.  <li>Allow specification of an alternate start directory for <a href="http://man.openbsd.org?query=sftp-server&manpath=OpenBSD%20Current&sektion=8&format=html">sftp-server(8)</a>.
 <!-- 2013/01/02 -->  <!-- 2013/01/02 -->
 <li>Pass the screen workarea, as opposed to viewarea, allowing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> client snapping to honour gap.  <li>Pass the screen workarea, as opposed to viewarea, allowing <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> client snapping to honour gap.
 <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostname.if&manpath=OpenBSD%20Current&sektion=5&format=html">hostname.if(5)</a> parsing with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&manpath=OpenBSD%20Current&sektion=8&format=html">netstart(8)</a> in install.sub; also ipv6 "prefix" parsing fix.  <li>Sync <a href="http://man.openbsd.org?query=hostname.if&manpath=OpenBSD%20Current&sektion=5&format=html">hostname.if(5)</a> parsing with <a href="http://man.openbsd.org?query=netstart&manpath=OpenBSD%20Current&sektion=8&format=html">netstart(8)</a> in install.sub; also ipv6 "prefix" parsing fix.
 <li>Only check <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "-l" parameter for regular-fileness, not the built-in default path. Stops erroring out for no reason and fixes (U)pdate.  <li>Only check <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "-l" parameter for regular-fileness, not the built-in default path. Stops erroring out for no reason and fixes (U)pdate.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tty&manpath=OpenBSD%20Current&sektion=4&format=html">tty(4)</a> bug that could result in up to 100 lost bytes when it hist the TTYHOG limit and blocks.  <li>Fixed <a href="http://man.openbsd.org?query=tty&manpath=OpenBSD%20Current&sektion=4&format=html">tty(4)</a> bug that could result in up to 100 lost bytes when it hist the TTYHOG limit and blocks.
 <!-- 2013/01/01 -->  <!-- 2013/01/01 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> channel_setup_local_fwd_listener() fixed to return 0 on failure, not -ve (fixes bz#2055).  <li><a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> channel_setup_local_fwd_listener() fixed to return 0 on failure, not -ve (fixes bz#2055).
 <li>Added an implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fmemopen&manpath=OpenBSD%20Current&sektion=3&format=html">fmemopen(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open_memstream&manpath=OpenBSD%20Current&sektion=3&format=html">open_memstream(3)</a> (to be polished in-tree).  <li>Added an implementation of <a href="http://man.openbsd.org?query=fmemopen&manpath=OpenBSD%20Current&sektion=3&format=html">fmemopen(3)</a> and <a href="http://man.openbsd.org?query=open_memstream&manpath=OpenBSD%20Current&sektion=3&format=html">open_memstream(3)</a> (to be polished in-tree).
 <li>After toggling a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> group hidden, don't set it as active (in sticky or non-stick mode), regardless of existing clients assigned to that group.  <li>After toggling a <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> group hidden, don't set it as active (in sticky or non-stick mode), regardless of existing clients assigned to that group.
 <li>Plugged a memleak when unbinding a duplicate key for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> kbfunc_cmdexec.  <li>Plugged a memleak when unbinding a duplicate key for <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> kbfunc_cmdexec.
 <li>Made number of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> groups no longer off-by-one.  <li>Made number of <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> groups no longer off-by-one.
 <!-- 2012/12/31 -->  <!-- 2012/12/31 -->
 <li>Fixed gap value when formatting 1.44MB 3"1/2 floppy disks on sparc and sparc64.  <li>Fixed gap value when formatting 1.44MB 3"1/2 floppy disks on sparc and sparc64.
 <li>m88k ELF toolchain added to binutils.  <li>m88k ELF toolchain added to binutils.
 <li>Rewrote <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> indentation handling for nested lists.  <li>Rewrote <a href="http://man.openbsd.org?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> indentation handling for nested lists.
 <li>Do not mail out diffs of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=moduli&manpath=OpenBSD%20Current&sektion=5&format=html">moduli(5)</a> file.  <li>Do not mail out diffs of the <a href="http://man.openbsd.org?query=moduli&manpath=OpenBSD%20Current&sektion=5&format=html">moduli(5)</a> file.
 <li>Allow native ELF binaries (none yet) to run on m68k.  <li>Allow native ELF binaries (none yet) to run on m68k.
 <li>Don't compute checksums if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> is already erroring out.  <li>Don't compute checksums if <a href="http://man.openbsd.org?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> is already erroring out.
 <!-- 2012/12/30 -->  <!-- 2012/12/30 -->
 <li>Added HD4550 to the list of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> cards.  <li>Added HD4550 to the list of <a href="http://man.openbsd.org?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> cards.
 <!-- 2012/12/29 -->  <!-- 2012/12/29 -->
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> for nat with sticky address and ip address change.  <li>Fixed <a href="http://man.openbsd.org?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> for nat with sticky address and ip address change.
 <li>Reset the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> round-robin pool counter in case its current value has been removed (e.g. with ifconfig em0 1.2.3.4 -alias)  <li>Reset the <a href="http://man.openbsd.org?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> round-robin pool counter in case its current value has been removed (e.g. with ifconfig em0 1.2.3.4 -alias)
 <li>Keep <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_mfs&manpath=OpenBSD%20Current&sektion=8&format=html">mount_mfs(8)</a> from potentially consuming the entire buffer cache if it falls behind.  <li>Keep <a href="http://man.openbsd.org?query=mount_mfs&manpath=OpenBSD%20Current&sektion=8&format=html">mount_mfs(8)</a> from potentially consuming the entire buffer cache if it falls behind.
 <li>Constrain the filename passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> -l to a regular file.  <li>Constrain the filename passed to <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> -l to a regular file.
 <li>Make HUP to either of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> processes cause a restart that will have it re-read <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a> and get a new lease.  <li>Make HUP to either of the <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> processes cause a restart that will have it re-read <a href="http://man.openbsd.org?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a> and get a new lease.
 <!-- 2012/12/28 -->  <!-- 2012/12/28 -->
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&manpath=OpenBSD%20Current&sektion=1&format=html">grep(1)</a> exit status when there is an error reading a file.  <li>Fixed <a href="http://man.openbsd.org?query=grep&manpath=OpenBSD%20Current&sektion=1&format=html">grep(1)</a> exit status when there is an error reading a file.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> respect locale for ctype purposes (e.g. to display ISO Latin 1 characters).  <li>Make <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> respect locale for ctype purposes (e.g. to display ISO Latin 1 characters).
 <li>Avoid spinning in the vfs cleaner when there are insufficient clean pages, but no buffers on the dirty queue to clean.  <li>Avoid spinning in the vfs cleaner when there are insufficient clean pages, but no buffers on the dirty queue to clean.
 <!-- 2012/12/27 -->  <!-- 2012/12/27 -->
 <!-- 2012/12/26 -->  <!-- 2012/12/26 -->
 <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">sendmail(8)</a> to 8.14.6.  <li>Updated <a href="http://man.openbsd.org?query=sendmail&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">sendmail(8)</a> to 8.14.6.
 <!-- 2012/12/25 -->  <!-- 2012/12/25 -->
 <li>Added GENERIC.MP to luna88k.  <li>Added GENERIC.MP to luna88k.
 <li>Replaced one grep with awk patterns and simplified another using -q in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a>.  <li>Replaced one grep with awk patterns and simplified another using -q in <a href="http://man.openbsd.org?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a>.
 <!-- 2012/12/24 -->  <!-- 2012/12/24 -->
 <li>Fix kernel compilation with POOL_DEBUG but not DDB enabled.  <li>Fix kernel compilation with POOL_DEBUG but not DDB enabled.
 <li>Register cleanup handler passed by ld.so with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atexit&manpath=OpenBSD%20Current&sektion=3&format=html">atexit(3)</a>, and fix stack alignment on i386 and sparc.  <li>Register cleanup handler passed by ld.so with <a href="http://man.openbsd.org?query=atexit&manpath=OpenBSD%20Current&sektion=3&format=html">atexit(3)</a>, and fix stack alignment on i386 and sparc.
 <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> by using shell patterns.  <li>Simplified <a href="http://man.openbsd.org?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> by using shell patterns.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> ^ and $ special command targets to select lowest and highest numbered windows.  <li>Added <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> ^ and $ special command targets to select lowest and highest numbered windows.
 <li>Add -T option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> select-window to toggle to last window if already current.  <li>Add -T option to <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> select-window to toggle to last window if already current.
 <li>Added a -u flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> choose-tree to start uncollapsed.  <li>Added a -u flag to <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> choose-tree to start uncollapsed.
 <li>Removed an unnecessary <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> window-choose redraw.  <li>Removed an unnecessary <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> window-choose redraw.
 <!-- 2012/12/23 -->  <!-- 2012/12/23 -->
 <li>Register sparc64 cleanup handler passed by ld.so with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atexit&manpath=OpenBSD%20Current&sektion=3&format=html">atexit(3)</a>.  <li>Register sparc64 cleanup handler passed by ld.so with <a href="http://man.openbsd.org?query=atexit&manpath=OpenBSD%20Current&sektion=3&format=html">atexit(3)</a>.
 <li>Explicitly align i386 stack on a 16-byte boundary such that constructors can use SSE instructions.  <li>Explicitly align i386 stack on a 16-byte boundary such that constructors can use SSE instructions.
 <li>Simplify setting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> FETCH_CMD.  <li>Simplify setting <a href="http://man.openbsd.org?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> FETCH_CMD.
 <!-- 2012/12/22 -->  <!-- 2012/12/22 -->
 <li>Make the per-user <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login_yubikey&manpath=OpenBSD%20Current&sektion=8&format=html">login_yubikey(8)</a> counter file r/w by group auth.  <li>Make the per-user <a href="http://man.openbsd.org?query=login_yubikey&manpath=OpenBSD%20Current&sektion=8&format=html">login_yubikey(8)</a> counter file r/w by group auth.
 <li>Added support for U3 bridges present in macppc G5 machines.  <li>Added support for U3 bridges present in macppc G5 machines.
 <li>Attach all known macppc U3 AGP bridges.  <li>Attach all known macppc U3 AGP bridges.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&manpath=OpenBSD%20Current&sektion=4&format=html">acx(4)</a> now supports power-saving in hostap mode.  <li><a href="http://man.openbsd.org?query=acx&manpath=OpenBSD%20Current&sektion=4&format=html">acx(4)</a> now supports power-saving in hostap mode.
 <li>Return EEXIST to "add" and "addspan" when a port is already a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&manpath=OpenBSD%20Current&sektion=4&format=html">bridge(4)</a> member. Makes reconfiguration with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&manpath=OpenBSD%20Current&sektion=8&format=html">netstart(8)</a> silent again.  <li>Return EEXIST to "add" and "addspan" when a port is already a <a href="http://man.openbsd.org?query=bridge&manpath=OpenBSD%20Current&sektion=4&format=html">bridge(4)</a> member. Makes reconfiguration with <a href="http://man.openbsd.org?query=netstart&manpath=OpenBSD%20Current&sektion=8&format=html">netstart(8)</a> silent again.
 <li>Fixed bug in random offset from rev 1.143 of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a>; random range was expanded, but not by enough.  <li>Fixed bug in random offset from rev 1.143 of <a href="http://man.openbsd.org?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a>; random range was expanded, but not by enough.
 <!-- 2012/12/21 -->  <!-- 2012/12/21 -->
 <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> is binding to a new lease, wait for the RTM_NEWADDR message in S_BOUND state. Prevents confusion when another DHCPACK arrives.  <li>When <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> is binding to a new lease, wait for the RTM_NEWADDR message in S_BOUND state. Prevents confusion when another DHCPACK arrives.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sasyncd&manpath=OpenBSD%20Current&sektion=8&format=html">sasyncd(8)</a>: the valid port interval is 1 to 65535, not 1 to 65534.  <li>Fixed <a href="http://man.openbsd.org?query=sasyncd&manpath=OpenBSD%20Current&sektion=8&format=html">sasyncd(8)</a>: the valid port interval is 1 to 65535, not 1 to 65534.
 <li>Rather than calling microtime in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> bpf_catchpacket each time it's called on a packet, take a timeval indicating when the packet was captured.  <li>Rather than calling microtime in <a href="http://man.openbsd.org?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> bpf_catchpacket each time it's called on a packet, take a timeval indicating when the packet was captured.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> allocates packet buffers in the ioctl path; let it sleep waiting for memory to become available.  <li><a href="http://man.openbsd.org?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> allocates packet buffers in the ioctl path; let it sleep waiting for memory to become available.
 <!-- 2012/12/20 -->  <!-- 2012/12/20 -->
 <li>Use openpty() rather than hand-rolled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&manpath=OpenBSD%20Current&sektion=1&format=html">vi(1)</a> pty opening code.  <li>Use openpty() rather than hand-rolled <a href="http://man.openbsd.org?query=vi&manpath=OpenBSD%20Current&sektion=1&format=html">vi(1)</a> pty opening code.
 <li>Correctly update the current <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> flow control mode; report it in the media status callback.  <li>Correctly update the current <a href="http://man.openbsd.org?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> flow control mode; report it in the media status callback.
 <li>max_frame_size now set after ether_ifattach updates <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> if_mtu.  <li>max_frame_size now set after ether_ifattach updates <a href="http://man.openbsd.org?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> if_mtu.
 <li>Readjust <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&amp;sektion=8">sndiod(8)</a> midi flow control after consuming input data.  <li>Readjust <a href="http://man.openbsd.org?query=sndiod&amp;sektion=8">sndiod(8)</a> midi flow control after consuming input data.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> stack smashing protector for Alpha and MIPS (enabled by default). Reorganised soft frame pointer so that locals are below it and grow downwards.  <li>Added <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> stack smashing protector for Alpha and MIPS (enabled by default). Reorganised soft frame pointer so that locals are below it and grow downwards.
 <!-- 2012/12/19 -->  <!-- 2012/12/19 -->
 <li>Update to xf86-video-vmware 2.1 RC1 (aka 2.0.99.901).  <li>Update to xf86-video-vmware 2.1 RC1 (aka 2.0.99.901).
 <li>Removed an output probe method in xf86-video-intel i830PreInit(). With xserver 1.13 this causes a fatal error at run time.  <li>Removed an output probe method in xf86-video-intel i830PreInit(). With xserver 1.13 this causes a fatal error at run time.
 <li>Sync the "legacy" xf86-video-intel i810 driver (used only on true i810 and i815 chipsets) to X.Org.  <li>Sync the "legacy" xf86-video-intel i810 driver (used only on true i810 and i815 chipsets) to X.Org.
 <li>Temporarily bring back the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&manpath=OpenBSD%20Current&sektion=8&format=html">scsi(8)</a> shutdown hook, but only use it to flush the disk cache.  <li>Temporarily bring back the <a href="http://man.openbsd.org?query=scsi&manpath=OpenBSD%20Current&sektion=8&format=html">scsi(8)</a> shutdown hook, but only use it to flush the disk cache.
 <li>Adjusted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> arithmetic tests.  <li>Adjusted <a href="http://man.openbsd.org?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> arithmetic tests.
 <li>Don't attempt to delete address that has already been deleted; narrows race window, makes rapid-fire starting of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> more reliable.  <li>Don't attempt to delete address that has already been deleted; narrows race window, makes rapid-fire starting of <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> more reliable.
 <li>Stopped an incorrect flag to be set in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> _this->keylenbits.  <li>Stopped an incorrect flag to be set in <a href="http://man.openbsd.org?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> _this->keylenbits.
 <!-- 2012/12/18 -->  <!-- 2012/12/18 -->
 <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> complaining if the child processes exits cleanly.  <li>Stopped <a href="http://man.openbsd.org?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> complaining if the child processes exits cleanly.
 <li>Let the privileged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> process clean up itself. Continuous rapid repeated invocations now more reliable.  <li>Let the privileged <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> process clean up itself. Continuous rapid repeated invocations now more reliable.
 <!-- 2012/12/17 -->  <!-- 2012/12/17 -->
 <li>Put a default known_hosts into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> conf; simplified config file setup; other code cleanups.  <li>Put a default known_hosts into <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> conf; simplified config file setup; other code cleanups.
 <li>Create and use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menuq_clear() helper.  <li>Create and use <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menuq_clear() helper.
 <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> screen font an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xft&manpath=OpenBSD%20Current&sektion=3&format=html">Xft(3)</a> font.  <li>Made <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> screen font an <a href="http://man.openbsd.org?query=Xft&manpath=OpenBSD%20Current&sektion=3&format=html">Xft(3)</a> font.
 <li>Daemonize <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> later in process. Fixes problem where <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> exits before interface gets an address and a second <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> has to run.  <li>Daemonize <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> later in process. Fixes problem where <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> exits before interface gets an address and a second <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> has to run.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gethostbyname&manpath=OpenBSD%20Current&sektion=3&format=html">gethostbyname(3)</a> to accept a numeric IP string. No lookup is done in this case.  <li>Allow <a href="http://man.openbsd.org?query=gethostbyname&manpath=OpenBSD%20Current&sektion=3&format=html">gethostbyname(3)</a> to accept a numeric IP string. No lookup is done in this case.
 <li>Unbreak bootblocks on Alpha by fixing the primary load address.  <li>Unbreak bootblocks on Alpha by fixing the primary load address.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> ixgbe_raise_i2c_clk changes: allows for larger timeouts for greater reliability.  <li><a href="http://man.openbsd.org?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> ixgbe_raise_i2c_clk changes: allows for larger timeouts for greater reliability.
 <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> advanced transmitter descriptor setup code with upstream; use TXSM instead of IXSM for IP checksum calculation.  <li>Sync <a href="http://man.openbsd.org?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> advanced transmitter descriptor setup code with upstream; use TXSM instead of IXSM for IP checksum calculation.
 <li>Decrement the number of clusters on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> ring in case of an error.  <li>Decrement the number of clusters on the <a href="http://man.openbsd.org?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> ring in case of an error.
 <li>Implemented SFP+ module hot-plug support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> 82599.  <li>Implemented SFP+ module hot-plug support for <a href="http://man.openbsd.org?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> 82599.
 <li>Fixed link autonegotiation bug on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> 10GbaseT controllers; improved link information reporting.  <li>Fixed link autonegotiation bug on <a href="http://man.openbsd.org?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> 10GbaseT controllers; improved link information reporting.
 <!-- 2012/12/16 -->  <!-- 2012/12/16 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu drawing rewrite, moving to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xft&manpath=OpenBSD%20Current&sektion=3&format=html">Xft(3)</a> and solving assorted font/colour drawing issues.  <li><a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu drawing rewrite, moving to <a href="http://man.openbsd.org?query=Xft&manpath=OpenBSD%20Current&sektion=3&format=html">Xft(3)</a> and solving assorted font/colour drawing issues.
 <li>Updated to xf86-video-geode to 2.11.14.  <li>Updated to xf86-video-geode to 2.11.14.
 <li>Added the Validity vendor and some products (including vostro 3360) to usbdevs.  <li>Added the Validity vendor and some products (including vostro 3360) to usbdevs.
 <!-- 2012/12/15 -->  <!-- 2012/12/15 -->
 <li>Prevent a potential <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> segfault.  <li>Prevent a potential <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> segfault.
 <li>Plugged two <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> memory leaks.  <li>Plugged two <a href="http://man.openbsd.org?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> memory leaks.
 <li>Don't print an error if the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> process exited normally.  <li>Don't print an error if the <a href="http://man.openbsd.org?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> process exited normally.
 <!-- 2012/12/14 -->  <!-- 2012/12/14 -->
 <li>Added support for IT8772F to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&manpath=OpenBSD%20Current&sektion=4&format=html">it(4)</a>.  <li>Added support for IT8772F to <a href="http://man.openbsd.org?query=it&manpath=OpenBSD%20Current&sektion=4&format=html">it(4)</a>.
 <li>Added U3 HyperTransport found in PowerMac7,3 to pcidevs.  <li>Added U3 HyperTransport found in PowerMac7,3 to pcidevs.
 <!-- 2012/12/13 -->  <!-- 2012/12/13 -->
 <li>Use correct string in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> error messages.  <li>Use correct string in <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> error messages.
 <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> load_cfg to fix a crash.  <li>Changed <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> load_cfg to fix a crash.
 <li>Fixed a regression introduced to attach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> on macppc.  <li>Fixed a regression introduced to attach <a href="http://man.openbsd.org?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> on macppc.
 <li>Correctly attach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vgafb&manpath=OpenBSD%20Current&sektion=4&format=html">vgafb(4)</a> on iMac G3 graphics cards which have a "misc" <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> subclass.  <li>Correctly attach <a href="http://man.openbsd.org?query=vgafb&manpath=OpenBSD%20Current&sektion=4&format=html">vgafb(4)</a> on iMac G3 graphics cards which have a "misc" <a href="http://man.openbsd.org?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> subclass.
 <!-- 2012/12/12 -->  <!-- 2012/12/12 -->
 <li>Limit the xf86-video-intel backlight values to the maximum so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xbacklight&manpath=OpenBSD%20Current&sektion=1&format=html">xbacklight(1)</a> will work on recent thinkpads.  <li>Limit the xf86-video-intel backlight values to the maximum so <a href="http://man.openbsd.org?query=xbacklight&manpath=OpenBSD%20Current&sektion=1&format=html">xbacklight(1)</a> will work on recent thinkpads.
 <li>Properly handle the case where a process has disappeared in between <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkill&manpath=OpenBSD%20Current&sektion=1&format=html">pkill(1)</a> grep'ing and printing it.  <li>Properly handle the case where a process has disappeared in between <a href="http://man.openbsd.org?query=pkill&manpath=OpenBSD%20Current&sektion=1&format=html">pkill(1)</a> grep'ing and printing it.
 <li>Use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove hand-rolled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> counter mode code.  <li>Use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove hand-rolled <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> counter mode code.
 <li>Reset <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> incoming_packet buffer for each new packet in EtM-case.  <li>Reset <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> incoming_packet buffer for each new packet in EtM-case.
 <li>Don't print zero length matches in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&manpath=OpenBSD%20Current&sektion=1&format=html">grep(1)</a> -o mode.  <li>Don't print zero length matches in <a href="http://man.openbsd.org?query=grep&manpath=OpenBSD%20Current&sektion=1&format=html">grep(1)</a> -o mode.
 <!-- 2012/12/11 -->  <!-- 2012/12/11 -->
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> encrypt-then-mac (EtM) modes to openssh; these modes are more secure and used by default.  <li>Added <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> encrypt-then-mac (EtM) modes to openssh; these modes are more secure and used by default.
 <li>Drain log messages after receiving <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> keystate from the unpriv child, to stop it from blocking while sending.  <li>Drain log messages after receiving <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> keystate from the unpriv child, to stop it from blocking while sending.
 <li>Add a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daily&manpath=OpenBSD%20Current&sektion=8&format=html">daily(8)</a> SMART check using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atactl&manpath=OpenBSD%20Current&sektion=8&format=html">atactl(8)</a> against disks that support and have SMART enabled.  <li>Add a <a href="http://man.openbsd.org?query=daily&manpath=OpenBSD%20Current&sektion=8&format=html">daily(8)</a> SMART check using <a href="http://man.openbsd.org?query=atactl&manpath=OpenBSD%20Current&sektion=8&format=html">atactl(8)</a> against disks that support and have SMART enabled.
 <li>Use proper EOL offset for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&manpath=OpenBSD%20Current&sektion=1&format=html">grep(1)</a> -o matching.  <li>Use proper EOL offset for <a href="http://man.openbsd.org?query=grep&manpath=OpenBSD%20Current&sektion=1&format=html">grep(1)</a> -o matching.
 <li>Bring back a small copy optimisation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypt&manpath=OpenBSD%20Current&sektion=3&format=html">crypt(3)</a> aes-gcm handling.  <li>Bring back a small copy optimisation in <a href="http://man.openbsd.org?query=crypt&manpath=OpenBSD%20Current&sektion=3&format=html">crypt(3)</a> aes-gcm handling.
 <!-- 2012/12/10 -->  <!-- 2012/12/10 -->
 <li>Fix potential for use-after-free of bufs in Fast File System softdep.  <li>Fix potential for use-after-free of bufs in Fast File System softdep.
 <li>Backoff buffer cache on any <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> page daemon wakeup to avoid repeatedly waking page daemon unnecessarily.  <li>Backoff buffer cache on any <a href="http://man.openbsd.org?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> page daemon wakeup to avoid repeatedly waking page daemon unnecessarily.
 <li>Limit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsd&manpath=OpenBSD%20Current&sektion=8&format=html">nfsd(8)</a> up to only 1/4 of available buffer mapping kva when busying up buffers in an nfsiod. Makes sparc installs work over nfsv2.  <li>Limit <a href="http://man.openbsd.org?query=nfsd&manpath=OpenBSD%20Current&sektion=8&format=html">nfsd(8)</a> up to only 1/4 of available buffer mapping kva when busying up buffers in an nfsiod. Makes sparc installs work over nfsv2.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> "c-bounded" when arrays are declared without the size expression.  <li>Fixed <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> "c-bounded" when arrays are declared without the size expression.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> unaligned memory loads on Alpha.  <li>Fixed <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> unaligned memory loads on Alpha.
 <li>Adjusted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> mbuf chain data pointer so that ip header is word aligned.  <li>Adjusted <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> mbuf chain data pointer so that ip header is word aligned.
 <li>Correct macobio functions to fix kernel panic on PowerMac G5 (present since r1.22 of i2s.c).  <li>Correct macobio functions to fix kernel panic on PowerMac G5 (present since r1.22 of i2s.c).
 <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&manpath=OpenBSD%20Current&sektion=3&format=html">crypto(3)</a> support for Extended Sequence Numbers for the aesni driver.  <li>Implemented <a href="http://man.openbsd.org?query=crypto&manpath=OpenBSD%20Current&sektion=3&format=html">crypto(3)</a> support for Extended Sequence Numbers for the aesni driver.
 <li>Schedule a timeout if receive ring refill fails on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&manpath=OpenBSD%20Current&sektion=4&format=html">bnx(4)</a>. Avoids some stalls when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a>.  <li>Schedule a timeout if receive ring refill fails on <a href="http://man.openbsd.org?query=bnx&manpath=OpenBSD%20Current&sektion=4&format=html">bnx(4)</a>. Avoids some stalls when using <a href="http://man.openbsd.org?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a>.
 <!-- 2012/12/09 -->  <!-- 2012/12/09 -->
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdce&manpath=OpenBSD%20Current&sektion=4&arch=alpha&format=html">cdce(4/alpha)</a>.  <li>Added <a href="http://man.openbsd.org?query=cdce&manpath=OpenBSD%20Current&sektion=4&arch=alpha&format=html">cdce(4/alpha)</a>.
 <li>Recognise 7448 and 970MP processors on macppc.  <li>Recognise 7448 and 970MP processors on macppc.
 <li>New "-i" option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>, to ignore any values provided for specified options from leases.  <li>New "-i" option to <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>, to ignore any values provided for specified options from leases.
 <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomd(8/sparc64)</a> panic command.  <li>Implemented <a href="http://man.openbsd.org?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> and <a href="http://man.openbsd.org?query=ldomd&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomd(8/sparc64)</a> panic command.
 <!-- 2012/12/08 -->  <!-- 2012/12/08 -->
 <li>Added /dev/vdsp[0-7] to sparc64.  <li>Added /dev/vdsp[0-7] to sparc64.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> to control the availability of virtual disks to guest domains.  <li>Added <a href="http://man.openbsd.org?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> to control the availability of virtual disks to guest domains.
 <li>Re-enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg-config&manpath=OpenBSD%20Current&sektion=1&format=html">pkg-config(1)</a> --max-version.  <li>Re-enabled <a href="http://man.openbsd.org?query=pkg-config&manpath=OpenBSD%20Current&sektion=1&format=html">pkg-config(1)</a> --max-version.
 <li>Handle resetting 256-colours properly when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> is parsing #[default], #[fg=default] and #[bg=default] styles.  <li>Handle resetting 256-colours properly when <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> is parsing #[default], #[fg=default] and #[bg=default] styles.
 <li>Include a path separator after an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ikectl&manpath=OpenBSD%20Current&sektion=8&format=html">ikectl(8)</a> SSLDIR.  <li>Include a path separator after an <a href="http://man.openbsd.org?query=ikectl&manpath=OpenBSD%20Current&sektion=8&format=html">ikectl(8)</a> SSLDIR.
 <li>Added support for PowerPC 970 CPUs present in early PowerMac G5 from 2003 (7,2 and 7,3).  <li>Added support for PowerPC 970 CPUs present in early PowerMac G5 from 2003 (7,2 and 7,3).
 <!-- 2012/12/07 -->  <!-- 2012/12/07 -->
 <li>Fixed mbuf leak with devices sending BPDUs to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&manpath=OpenBSD%20Current&sektion=4&format=html">bridge(4)</a> members not configured with STP.  <li>Fixed mbuf leak with devices sending BPDUs to <a href="http://man.openbsd.org?query=bridge&manpath=OpenBSD%20Current&sektion=4&format=html">bridge(4)</a> members not configured with STP.
 <li>Conform <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&manpath=OpenBSD%20Current&sektion=3&format=html">crypto(3)</a> to RFC 4106 when combined authentication/encryption mode is in use.  <li>Conform <a href="http://man.openbsd.org?query=crypto&manpath=OpenBSD%20Current&sektion=3&format=html">crypto(3)</a> to RFC 4106 when combined authentication/encryption mode is in use.
 <li>Enable the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> r100 dri module on macppc.  <li>Enable the <a href="http://man.openbsd.org?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> r100 dri module on macppc.
 <li>Supply correct AAD length to the final round of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&manpath=OpenBSD%20Current&sektion=3&format=html">crypto(3)</a> hashing for Extended Sequence Number support.  <li>Supply correct AAD length to the final round of <a href="http://man.openbsd.org?query=crypto&manpath=OpenBSD%20Current&sektion=3&format=html">crypto(3)</a> hashing for Extended Sequence Number support.
 <!-- 2012/12/06 -->  <!-- 2012/12/06 -->
 <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> bridges that do not support remapping for processor accesses. Required for having <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> on macppc using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a>.  <li>Added support for <a href="http://man.openbsd.org?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> bridges that do not support remapping for processor accesses. Required for having <a href="http://man.openbsd.org?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> on macppc using <a href="http://man.openbsd.org?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a>.
 <li>Make sure we try to unbind <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> memory regions if the aperture base address is 0.  <li>Make sure we try to unbind <a href="http://man.openbsd.org?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> memory regions if the aperture base address is 0.
 <li>Simplify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> command string parsing.  <li>Simplify <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> command string parsing.
 <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_space_mmap&manpath=OpenBSD%20Current&sektion=9&format=html">bus_space_mmap(9)</a> on macppc and i386.  <li>Implement <a href="http://man.openbsd.org?query=bus_space_mmap&manpath=OpenBSD%20Current&sektion=9&format=html">bus_space_mmap(9)</a> on macppc and i386.
 <li>Set port = NULL for new connections. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&amp;sektion=8">sndiod(8)</a> crashes.  <li>Set port = NULL for new connections. Fixes <a href="http://man.openbsd.org?query=sndiod&amp;sektion=8">sndiod(8)</a> crashes.
 <!-- 2012/12/05 -->  <!-- 2012/12/05 -->
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> to correctly account rx errors.  <li>Fixed <a href="http://man.openbsd.org?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> to correctly account rx errors.
 <!-- 2012/12/04 -->  <!-- 2012/12/04 -->
 <li>If no domain-name or domain-name-servers provided in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> lease (or if they are ignore'd in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a>) and there is no resolv.conf.tail, then do not remove any existing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a>.  <li>If no domain-name or domain-name-servers provided in the <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> lease (or if they are ignore'd in <a href="http://man.openbsd.org?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a>) and there is no resolv.conf.tail, then do not remove any existing <a href="http://man.openbsd.org?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a>.
 <li>Attach the 2nd core of SPARC64-VI and SPARC64-VII CPUs.  <li>Attach the 2nd core of SPARC64-VI and SPARC64-VII CPUs.
 <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a> sending EOF "character" down serial line at high speed if it loses its input terminal.  <li>Stopped <a href="http://man.openbsd.org?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a> sending EOF "character" down serial line at high speed if it loses its input terminal.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> group support back (ramdisk version was broken).  <li>Added <a href="http://man.openbsd.org?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> group support back (ramdisk version was broken).
 <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> in macppc generic kernel.  <li>Enable <a href="http://man.openbsd.org?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> in macppc generic kernel.
 <li>Bring back <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> column numbers and make them configurable. Off by default to not kill slow serial lines.  <li>Bring back <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> column numbers and make them configurable. Off by default to not kill slow serial lines.
 <li>Add support for Uninorth <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> bridges found in most (if not all) G3 & G4 macppc machines.  <li>Add support for Uninorth <a href="http://man.openbsd.org?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> bridges found in most (if not all) G3 & G4 macppc machines.
 <li>Make macppc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_dmamem_mmap&manpath=OpenBSD%20Current&sektion=9&format=html">bus_dmamem_mmap(9)</a> understand the BUS_DMA_NOCACHE flag, required for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a>.  <li>Make macppc <a href="http://man.openbsd.org?query=bus_dmamem_mmap&manpath=OpenBSD%20Current&sektion=9&format=html">bus_dmamem_mmap(9)</a> understand the BUS_DMA_NOCACHE flag, required for <a href="http://man.openbsd.org?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a>.
 <!-- 2012/12/03 -->  <!-- 2012/12/03 -->
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ex&manpath=OpenBSD%20Current&sektion=1&format=html">ex(1)</a> hang when exiting shell in script mode.  <li>Fix <a href="http://man.openbsd.org?query=ex&manpath=OpenBSD%20Current&sektion=1&format=html">ex(1)</a> hang when exiting shell in script mode.
 <li>Added emulation of POSIX pty APIs <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=posix_openpt&manpath=OpenBSD%20Current&sektion=3&format=html">posix_openpt(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptsname&manpath=OpenBSD%20Current&sektion=3&format=html">ptsname(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grantpt&manpath=OpenBSD%20Current&sektion=3&format=html">grantpt(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=unlockpt&manpath=OpenBSD%20Current&sektion=3&format=html">unlockpt(3)</a> using /dev/ptm.  <li>Added emulation of POSIX pty APIs <a href="http://man.openbsd.org?query=posix_openpt&manpath=OpenBSD%20Current&sektion=3&format=html">posix_openpt(3)</a>, <a href="http://man.openbsd.org?query=ptsname&manpath=OpenBSD%20Current&sektion=3&format=html">ptsname(3)</a>, <a href="http://man.openbsd.org?query=grantpt&manpath=OpenBSD%20Current&sektion=3&format=html">grantpt(3)</a> and <a href="http://man.openbsd.org?query=unlockpt&manpath=OpenBSD%20Current&sektion=3&format=html">unlockpt(3)</a> using /dev/ptm.
 <li>Close sparc64 vdsp disk images if the client disconnects.  <li>Close sparc64 vdsp disk images if the client disconnects.
 <li>New CA root certificates from GlobalSign, VeriSign, AddTrust, Comodo, UserTrust Network/UTN and Starfield.  <li>New CA root certificates from GlobalSign, VeriSign, AddTrust, Comodo, UserTrust Network/UTN and Starfield.
 <!-- 2012/12/02 -->  <!-- 2012/12/02 -->
 <li>Fix XAA support in xf86-video-mga.  <li>Fix XAA support in xf86-video-mga.
 <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&manpath=OpenBSD%20Current&sektion=8&format=html">netstart(8)</a>, use the compact version of the check for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a>'able interfaces from install.sub.  <li>For <a href="http://man.openbsd.org?query=netstart&manpath=OpenBSD%20Current&sektion=8&format=html">netstart(8)</a>, use the compact version of the check for <a href="http://man.openbsd.org?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a>'able interfaces from install.sub.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a> AllowTcpForwarding "local" and "remote" keywords to enable just local or remote TCP forwarding.  <li>Added <a href="http://man.openbsd.org?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a> AllowTcpForwarding "local" and "remote" keywords to enable just local or remote TCP forwarding.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-add(1)</a> -d will now delete the corresponding certificate too; the -k option will delete key only.  <li><a href="http://man.openbsd.org?query=ssh-add&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-add(1)</a> -d will now delete the corresponding certificate too; the -k option will delete key only.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> logging of authentication when privsep is enabled by adding explicit "Partial" state; report which submethod is used for keyboard-interactive.  <li>Fixed <a href="http://man.openbsd.org?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> logging of authentication when privsep is enabled by adding explicit "Partial" state; report which submethod is used for keyboard-interactive.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a> IdentitiesOnly apply to keys obtained from a PKCS11Provider. Allows control of which keys are offered from tokens using IdentityFile.  <li>Make <a href="http://man.openbsd.org?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a> IdentitiesOnly apply to keys obtained from a PKCS11Provider. Allows control of which keys are offered from tokens using IdentityFile.
 <li>Fixed case where buffers returned on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vinvalbuf&manpath=OpenBSD%20Current&sektion=9&format=html">vinvalbuf(9)</a> path and we do not get woken when waiting for kva.  <li>Fixed case where buffers returned on <a href="http://man.openbsd.org?query=vinvalbuf&manpath=OpenBSD%20Current&sektion=9&format=html">vinvalbuf(9)</a> path and we do not get woken when waiting for kva.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&manpath=OpenBSD%20Current&sektion=9&format=html">vfs(9)</a> kva reserve to ensure that kva reserve is checked for.  <li>Fixed <a href="http://man.openbsd.org?query=vfs&manpath=OpenBSD%20Current&sektion=9&format=html">vfs(9)</a> kva reserve to ensure that kva reserve is checked for.
 <li>Implement hardware flow control and enable it by default on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vcc&manpath=OpenBSD%20Current&sektion=4&arch=sparc64&format=html">vcc(4/sparc64)</a>.  <li>Implement hardware flow control and enable it by default on <a href="http://man.openbsd.org?query=vcc&manpath=OpenBSD%20Current&sektion=4&arch=sparc64&format=html">vcc(4/sparc64)</a>.
 <li>Don't wake the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&manpath=OpenBSD%20Current&sektion=9&format=html">vfs(9)</a> cleaner and throw away pages unnecessarily when growing the buffer cache .  <li>Don't wake the <a href="http://man.openbsd.org?query=vfs&manpath=OpenBSD%20Current&sektion=9&format=html">vfs(9)</a> cleaner and throw away pages unnecessarily when growing the buffer cache .
 <li>Added check to xf86-video-intel so server can fail with useful error message instead of segfaulting later.  <li>Added check to xf86-video-intel so server can fail with useful error message instead of segfaulting later.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> will now catch SIGHUP, SIGINT, SIGTERM, SIGUSR1, SIGUS2 and remove routes and the interface address before exiting.  <li><a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> will now catch SIGHUP, SIGINT, SIGTERM, SIGUSR1, SIGUS2 and remove routes and the interface address before exiting.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&manpath=OpenBSD%20Current&sektion=8&format=html">netstart(8)</a> will try harder to identify invalid interface names and emit an error message.  <li><a href="http://man.openbsd.org?query=netstart&manpath=OpenBSD%20Current&sektion=8&format=html">netstart(8)</a> will try harder to identify invalid interface names and emit an error message.
 <!-- 2012/12/01 -->  <!-- 2012/12/01 -->
 <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> no longer incorrectly optimises away "*volatile_ptr = *volatile_ptr;" constructs on platforms which can perform memory to memory transfers in a single instruction (i.e. m68k and vax).  <li>Make sure <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> no longer incorrectly optimises away "*volatile_ptr = *volatile_ptr;" constructs on platforms which can perform memory to memory transfers in a single instruction (i.e. m68k and vax).
 <li>Switch m88k ports to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 3.  <li>Switch m88k ports to <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 3.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> support for older firmware on UltraSPARC T1 machines.  <li>Add <a href="http://man.openbsd.org?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> support for older firmware on UltraSPARC T1 machines.
 <li>Parse <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&amp;sektion=8">sndiod(8)</a> "-m mode1,mode2,.. " strings strictly.  <li>Parse <a href="http://man.openbsd.org?query=sndiod&amp;sektion=8">sndiod(8)</a> "-m mode1,mode2,.. " strings strictly.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> privileged process daemonize, not attach to a controlling terminal.  <li>Make <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> privileged process daemonize, not attach to a controlling terminal.
 <li>Make it possible to share <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> cores between domains.  <li>Make it possible to share <a href="http://man.openbsd.org?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> cores between domains.
 <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> error messages more user friendly.  <li>Make the <a href="http://man.openbsd.org?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> error messages more user friendly.
 <li>If a particular <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> capability is bad, log the fact and ignore it, rather than return an error. Allows bringing up a session that have (e.g.) unexpected AFI,SAFI pairs in them.  <li>If a particular <a href="http://man.openbsd.org?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> capability is bad, log the fact and ignore it, rather than return an error. Allows bringing up a session that have (e.g.) unexpected AFI,SAFI pairs in them.
 <li>Add RX TCP/UDP checksum offload support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&manpath=OpenBSD%20Current&sektion=4&format=html">gem(4)</a>.  <li>Add RX TCP/UDP checksum offload support to <a href="http://man.openbsd.org?query=gem&manpath=OpenBSD%20Current&sektion=4&format=html">gem(4)</a>.
 <li>Additional CA root certificates added from GeoTrust/Equifax, GoDaddy, StartCom, and Thawte.  <li>Additional CA root certificates added from GeoTrust/Equifax, GoDaddy, StartCom, and Thawte.
 <!-- 2012/11/30 -->  <!-- 2012/11/30 -->
 <li>Drain <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&amp;sektion=8">sndiod(8)</a> midi port output buffer before closing it ensuring the last few bytes are not lost.  <li>Drain <a href="http://man.openbsd.org?query=sndiod&amp;sektion=8">sndiod(8)</a> midi port output buffer before closing it ensuring the last few bytes are not lost.
 <li>Drop clients using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&amp;sektion=8">sndiod(8)</a> midi ports when port is closed (eg. umidi disconnected); try to reopen it whenever a new client connects.  <li>Drop clients using <a href="http://man.openbsd.org?query=sndiod&amp;sektion=8">sndiod(8)</a> midi ports when port is closed (eg. umidi disconnected); try to reopen it whenever a new client connects.
 <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&amp;sektion=8">sndiod(8)</a> audio device is closed, mark it as closed before dropping connections. Stops clients attempting to reopen the device.  <li>When <a href="http://man.openbsd.org?query=sndiod&amp;sektion=8">sndiod(8)</a> audio device is closed, mark it as closed before dropping connections. Stops clients attempting to reopen the device.
 <li>Process incoming <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&amp;sektion=8">sndiod(8)</a> midi data on the fly, not by using an input fifo.  <li>Process incoming <a href="http://man.openbsd.org?query=sndiod&amp;sektion=8">sndiod(8)</a> midi data on the fly, not by using an input fifo.
 <li>Don't exit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&amp;sektion=8">sndiod(8)</a> if midi control port is destroyed (it never is).  <li>Don't exit <a href="http://man.openbsd.org?query=sndiod&amp;sektion=8">sndiod(8)</a> if midi control port is destroyed (it never is).
 <li>Removed retired <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> Thawte/Verisign certificates and intermediate GoDaddy certificate.  <li>Removed retired <a href="http://man.openbsd.org?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> Thawte/Verisign certificates and intermediate GoDaddy certificate.
 <li>Made cloned devices line up with the rest of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstat&manpath=OpenBSD%20Current&sektion=1&format=html">fstat(1)</a> output.  <li>Made cloned devices line up with the rest of the <a href="http://man.openbsd.org?query=fstat&manpath=OpenBSD%20Current&sektion=1&format=html">fstat(1)</a> output.
 <li>In locale/ctype/en_US.UTF-8.src, corrected width of some characters in the Hebrew range (0590?05FF).  <li>In locale/ctype/en_US.UTF-8.src, corrected width of some characters in the Hebrew range (0590?05FF).
 <li>Fixed speakers on Apple MacBook Air 2010, they require gpio <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&manpath=OpenBSD%20Current&sektion=4&format=html">azalia(4)</a> unmuting.  <li>Fixed speakers on Apple MacBook Air 2010, they require gpio <a href="http://man.openbsd.org?query=azalia&manpath=OpenBSD%20Current&sektion=4&format=html">azalia(4)</a> unmuting.
 <li>Support large MTUs on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a>; added support for chaining several rx buffers when receiving large packets.  <li>Support large MTUs on <a href="http://man.openbsd.org?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a>; added support for chaining several rx buffers when receiving large packets.
 <!-- 2012/11/29 -->  <!-- 2012/11/29 -->
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsx&manpath=OpenBSD%20Current&sektion=4&format=html">rtsx(4)</a>, a new driver for the Realtek RTS5209 card reader.  <li>Added <a href="http://man.openbsd.org?query=rtsx&manpath=OpenBSD%20Current&sektion=4&format=html">rtsx(4)</a>, a new driver for the Realtek RTS5209 card reader.
 <li>Remove setting an initial (assumed) baudrate upon driver attach for many network interface cards.  <li>Remove setting an initial (assumed) baudrate upon driver attach for many network interface cards.
 <li><font color="#e00000">5.2 stability fix for interoperability problem with some newer Junipers: make sure that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> ignores the "must be zero" flags correctly and ensure that they are always reset to zero when sending updates out.</font><br><a href="errata52.html#001_bgpd">A source code patch is available</a>.  <li><font color="#e00000">5.2 stability fix for interoperability problem with some newer Junipers: make sure that <a href="http://man.openbsd.org?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> ignores the "must be zero" flags correctly and ensure that they are always reset to zero when sending updates out.</font><br><a href="errata52.html#001_bgpd">A source code patch is available</a>.
 <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> VPN traffic leakages in dual-stack hosts/networks by forcibly blocking IPv6 traffic.  <li>Prevent <a href="http://man.openbsd.org?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> VPN traffic leakages in dual-stack hosts/networks by forcibly blocking IPv6 traffic.
 <li>Fixed wrong argument being passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> control_dispatch_imsg().  <li>Fixed wrong argument being passed to <a href="http://man.openbsd.org?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> control_dispatch_imsg().
 <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> compile again with IX_DEBUG defined.  <li>Made <a href="http://man.openbsd.org?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> compile again with IX_DEBUG defined.
 <!-- 2012/11/28 -->  <!-- 2012/11/28 -->
 <li>Minor update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sqlite3&manpath=OpenBSD%20Current&sektion=1&format=html">sqlite3(1)</a> 3.7.14.1.  <li>Minor update to <a href="http://man.openbsd.org?query=sqlite3&manpath=OpenBSD%20Current&sektion=1&format=html">sqlite3(1)</a> 3.7.14.1.
 <li>Specific last match for autogroup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwmrc&manpath=OpenBSD%20Current&sektion=5&format=html">cwmrc(5)</a>.  <li>Specific last match for autogroup in <a href="http://man.openbsd.org?query=cwmrc&manpath=OpenBSD%20Current&sektion=5&format=html">cwmrc(5)</a>.
 <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scandir&manpath=OpenBSD%20Current&sektion=3&format=html">scandir(3)</a> "select" argument to match POSIX.  <li>Changed <a href="http://man.openbsd.org?query=scandir&manpath=OpenBSD%20Current&sektion=3&format=html">scandir(3)</a> "select" argument to match POSIX.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> EXA issue, introduced in xf86-video-ati 6.14.5 with accelerated solid pictures support.  <li>Fixed <a href="http://man.openbsd.org?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> EXA issue, introduced in xf86-video-ati 6.14.5 with accelerated solid pictures support.
 <!-- 2012/11/27 -->  <!-- 2012/11/27 -->
 <li>Support the 47 and 1047 SM and RM sequences (alternate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> screen without cursor).  <li>Support the 47 and 1047 SM and RM sequences (alternate <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> screen without cursor).
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> "make-directory" (not bound to any shortcut).  <li>Added <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> "make-directory" (not bound to any shortcut).
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "request", "require" and "ignore" as requests to create empty lists of options. Enables the removal of built-in lists or the removal of global lists inside an "interface" declaration.  <li>Allow <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "request", "require" and "ignore" as requests to create empty lists of options. Enables the removal of built-in lists or the removal of global lists inside an "interface" declaration.
 <li>Correctly aggregate together errors from nested <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> config files with source-file.  <li>Correctly aggregate together errors from nested <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> config files with source-file.
 <li>Overriding a previous <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> ignore list will no longer leave incorrect ACTION flags lying around.  <li>Overriding a previous <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> ignore list will no longer leave incorrect ACTION flags lying around.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> cmd-run-shell to accept -t option to specify the pane to display the output.  <li>Allow <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> cmd-run-shell to accept -t option to specify the pane to display the output.
 <li>When scrolling in copy mode with the mouse, scroll <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> screen rather than moving cursor.  <li>When scrolling in copy mode with the mouse, scroll <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> screen rather than moving cursor.
 <li>Update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> libdrm 2.4.31 and add the (non-yet-linked) libkms.  <li>Update to <a href="http://man.openbsd.org?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> libdrm 2.4.31 and add the (non-yet-linked) libkms.
 <li>Don't toss away an existing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> request/require list unless new list is successfully parsed.  <li>Don't toss away an existing <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> request/require list unless new list is successfully parsed.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> window-status-last-* options.  <li>Add <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> window-status-last-* options.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> session choice so that preferring unattached sessions works.  <li>Fix <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> session choice so that preferring unattached sessions works.
 <!-- 2012/11/26 -->  <!-- 2012/11/26 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&manpath=OpenBSD%20Current&sektion=8&format=html">ppp(8)</a> panics if M_ZEROIZE gets set on readonly mbufs - use M_PROTO1 and M_LINK0 instead.  <li><a href="http://man.openbsd.org?query=ppp&manpath=OpenBSD%20Current&sektion=8&format=html">ppp(8)</a> panics if M_ZEROIZE gets set on readonly mbufs - use M_PROTO1 and M_LINK0 instead.
 <!-- 2012/11/25 -->  <!-- 2012/11/25 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> pch2/82579 fixes: modify em_oem_bits_config_pchlan for pch2; sync pch2 use of gating/un-gating hardware phy config; add 82579 phy workarounds; enable Energy Efficient Ethernet on 82579.  <li><a href="http://man.openbsd.org?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> pch2/82579 fixes: modify em_oem_bits_config_pchlan for pch2; sync pch2 use of gating/un-gating hardware phy config; add 82579 phy workarounds; enable Energy Efficient Ethernet on 82579.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> work on UltraSPARC T2. Enough functionality to create a configuration for a t5120 running System Firmware 7.1.x.  <li>Make <a href="http://man.openbsd.org?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> work on UltraSPARC T2. Enough functionality to create a configuration for a t5120 running System Firmware 7.1.x.
 <li>Make it a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> syntax error to attempt to store an option in a list more than once.  <li>Make it a <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> syntax error to attempt to store an option in a list more than once.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> will now properly remove virtual device ports if we remove the associated channels.  <li><a href="http://man.openbsd.org?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> will now properly remove virtual device ports if we remove the associated channels.
 <li>Do not require, request, or ignore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> DHO_PAD ("pad") and DHO_END ("option-end").  <li>Do not require, request, or ignore <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> DHO_PAD ("pad") and DHO_END ("option-end").
 <li>Recognise a wrong network configuration that causes mvme88k tftpboot to stall, inform user what to do.  <li>Recognise a wrong network configuration that causes mvme88k tftpboot to stall, inform user what to do.
 <li>Clean up parsing of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> option lists: syntactically incorrect request statements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a> are ignored; pass size of buffer being filled instead of assuming 256; always zero the passed in buffer; check for out of bounds index prior to using it.  <li>Clean up parsing of <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> option lists: syntactically incorrect request statements in <a href="http://man.openbsd.org?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a> are ignored; pass size of buffer being filled instead of assuming 256; always zero the passed in buffer; check for out of bounds index prior to using it.
 <!-- 2012/11/24 -->  <!-- 2012/11/24 -->
 <li>Don't assign the "host" MAC address to sparc64 virtual switch ports or print address for those ports.  <li>Don't assign the "host" MAC address to sparc64 virtual switch ports or print address for those ports.
 <li>Better <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> error reporting.  <li>Better <a href="http://man.openbsd.org?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> error reporting.
 <li>Don't segfault if no <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> subnet-mask is provided, or is marked "ignore" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a>; always zero out stack masks rather than using stack garbage when no subnet-mask is provided.  <li>Don't segfault if no <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> subnet-mask is provided, or is marked "ignore" in <a href="http://man.openbsd.org?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a>; always zero out stack masks rather than using stack garbage when no subnet-mask is provided.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> fixes: be more strict in recognising .if keyword() constructs; don't ignore unknown keywords; uniform white space handling; don't output a "." at the end of directory; complement "need an operator" fatal error message with the actual line content.  <li><a href="http://man.openbsd.org?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> fixes: be more strict in recognising .if keyword() constructs; don't ignore unknown keywords; uniform white space handling; don't output a "." at the end of directory; complement "need an operator" fatal error message with the actual line content.
 <!-- 2012/11/23 -->  <!-- 2012/11/23 -->
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login_yubikey&manpath=OpenBSD%20Current&sektion=8&format=html">login_yubikey(8)</a> hex and modhex decoding case insensitive, to avoid shift/caps lock issues.  <li>Make <a href="http://man.openbsd.org?query=login_yubikey&manpath=OpenBSD%20Current&sektion=8&format=html">login_yubikey(8)</a> hex and modhex decoding case insensitive, to avoid shift/caps lock issues.
 <li>Handle up to 256 different interrupt vectors on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbus&manpath=OpenBSD%20Current&sektion=4&arch=sparc64&format=html">cbus(4/sparc64)</a>. This is enough for 128 channels.  <li>Handle up to 256 different interrupt vectors on <a href="http://man.openbsd.org?query=cbus&manpath=OpenBSD%20Current&sektion=4&arch=sparc64&format=html">cbus(4/sparc64)</a>. This is enough for 128 channels.
 <li>Updated to: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> 3.2.14; pixman 0.28.0; xf86-video-r128 6.9.1; xf86-video-mga 1.6.2.  <li>Updated to: <a href="http://man.openbsd.org?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> 3.2.14; pixman 0.28.0; xf86-video-r128 6.9.1; xf86-video-mga 1.6.2.
 <li>Display hardmtu value when "<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> hwfeatures" is used.  <li>Display hardmtu value when "<a href="http://man.openbsd.org?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> hwfeatures" is used.
 <li>Add SIOCGIFHARDMTU to allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gre&manpath=OpenBSD%20Current&sektion=4&format=html">gre(4)</a> to retrieve the driver's maximum supported MTU.  <li>Add SIOCGIFHARDMTU to allow <a href="http://man.openbsd.org?query=gre&manpath=OpenBSD%20Current&sektion=4&format=html">gre(4)</a> to retrieve the driver's maximum supported MTU.
 <li>Always pass an array of struct pf_src_node pointers to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> pf_map_addr. Avoids stack corruption.  <li>Always pass an array of struct pf_src_node pointers to the <a href="http://man.openbsd.org?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> pf_map_addr. Avoids stack corruption.
 <li>Use the libutil imsg framework rather than a hand-rolled local version for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>.  <li>Use the libutil imsg framework rather than a hand-rolled local version for <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>.
 <li>Send ack on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> "update map".  <li>Send ack on <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> "update map".
 <li>Replace <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> server by a new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&amp;sektion=8">sndiod(8)</a> daemon that is simpler, smaller and faster.  <li>Replace <a href="http://man.openbsd.org?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> server by a new <a href="http://man.openbsd.org?query=sndiod&amp;sektion=8">sndiod(8)</a> daemon that is simpler, smaller and faster.
 <!-- 2012/11/22 -->  <!-- 2012/11/22 -->
 <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> client wait for the first flow control message rather than assuming it can send a full initial data buffer.  <li>Make the <a href="http://man.openbsd.org?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> client wait for the first flow control message rather than assuming it can send a full initial data buffer.
 <li>Update to libxcb 1.9.0.  <li>Update to libxcb 1.9.0.
 <!-- 2012/11/21 -->  <!-- 2012/11/21 -->
 <li>Sparc64 attempting to eject a CD-ROM makes the SCSI midlayer generate a READ_TOC command. Silently fail that command instead of spamming the console.  <li>Sparc64 attempting to eject a CD-ROM makes the SCSI midlayer generate a READ_TOC command. Silently fail that command instead of spamming the console.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> strtonum(), as it can only handle a maximum of LLONG_MAX.  <li>Fixed <a href="http://man.openbsd.org?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> strtonum(), as it can only handle a maximum of LLONG_MAX.
 <li>Try to negotiate version 1.1 of the vDisk protocol to get <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vdsk&manpath=OpenBSD%20Current&sektion=4&arch=sparc64&format=html">vdsk(4/sparc64)</a> media type and fake a CD-ROM drive.  <li>Try to negotiate version 1.1 of the vDisk protocol to get <a href="http://man.openbsd.org?query=vdsk&manpath=OpenBSD%20Current&sektion=4&arch=sparc64&format=html">vdsk(4/sparc64)</a> media type and fake a CD-ROM drive.
 <li>Plugged a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a> file descriptor leak.  <li>Plugged a <a href="http://man.openbsd.org?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a> file descriptor leak.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomd(8/sparc64)</a> to the build.  <li>Added <a href="http://man.openbsd.org?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> and <a href="http://man.openbsd.org?query=ldomd&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomd(8/sparc64)</a> to the build.
 <li>Delete <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> rx refill timeouts when bringing an interface down.  <li>Delete <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> rx refill timeouts when bringing an interface down.
 <!-- 2012/11/20 -->  <!-- 2012/11/20 -->
 <li>D-Link DUB-E100 rev C1 now recognised by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&manpath=OpenBSD%20Current&sektion=4&format=html">axe(4)</a>.  <li>D-Link DUB-E100 rev C1 now recognised by <a href="http://man.openbsd.org?query=axe&manpath=OpenBSD%20Current&sektion=4&format=html">axe(4)</a>.
 <li>Made the mips and powerpc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> optimiser bug workarounds permanent (i.e. applied them to all platforms).  <li>Made the mips and powerpc <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> optimiser bug workarounds permanent (i.e. applied them to all platforms).
 <li>Allow "<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> show queue" to run in "online" mode if the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> server is running.  <li>Allow "<a href="http://man.openbsd.org?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> show queue" to run in "online" mode if the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> server is running.
 <!-- 2012/11/19 -->  <!-- 2012/11/19 -->
 <li>Do not crash on stray .Ta macros <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> finds outside column lists.  <li>Do not crash on stray .Ta macros <a href="http://man.openbsd.org?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> finds outside column lists.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> passing of struct by value on m68k. Lets <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 3 reliably bootstrap itself now.  <li>Fixed <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> passing of struct by value on m68k. Lets <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 3 reliably bootstrap itself now.
 <li>Added atomic 32-bit cas operations to amd64 and i386. Needed for future <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> global locking routines.  <li>Added atomic 32-bit cas operations to amd64 and i386. Needed for future <a href="http://man.openbsd.org?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> global locking routines.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> halfpage commands to mode command string table.  <li>Added <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> halfpage commands to mode command string table.
 <li>Use a utility function to show errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> config file.  <li>Use a utility function to show errors in <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> config file.
 <li>If uvm_km_kmemalloc_pla() fails when just creating a thread (and not a process), then don't decrement the total and per-user counts of processes.  <li>If uvm_km_kmemalloc_pla() fails when just creating a thread (and not a process), then don't decrement the total and per-user counts of processes.
 <!-- 2012/11/18 -->  <!-- 2012/11/18 -->
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -Tman mode, support automatic word "keeps" in the SYNOPSIS (like -Tascii mode); don't escape the blank characters terminating <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&manpath=OpenBSD%20Current&sektion=7&format=html">man(7)</a> macros.  <li>In <a href="http://man.openbsd.org?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -Tman mode, support automatic word "keeps" in the SYNOPSIS (like -Tascii mode); don't escape the blank characters terminating <a href="http://man.openbsd.org?query=man&manpath=OpenBSD%20Current&sektion=7&format=html">man(7)</a> macros.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> generated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&manpath=OpenBSD%20Current&sektion=7&format=html">man(7)</a> code more portable by using .PD instead of .sp -1v.  <li>Make <a href="http://man.openbsd.org?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> generated <a href="http://man.openbsd.org?query=man&manpath=OpenBSD%20Current&sektion=7&format=html">man(7)</a> code more portable by using .PD instead of .sp -1v.
 <li>Don't output "$action not supported" when running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> script from /etc/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&manpath=OpenBSD%20Current&sektion=8&format=html">rc(8)</a>. Prevents warning at shutdown time when the script has rc_stop=NO.  <li>Don't output "$action not supported" when running <a href="http://man.openbsd.org?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> script from /etc/<a href="http://man.openbsd.org?query=rc&manpath=OpenBSD%20Current&sektion=8&format=html">rc(8)</a>. Prevents warning at shutdown time when the script has rc_stop=NO.
 <li>Small i386 memcpy optimisations to avoid unnecessary locks.  <li>Small i386 memcpy optimisations to avoid unnecessary locks.
 <!-- 2012/11/17 -->  <!-- 2012/11/17 -->
 <li>Ensure that the base provided to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtol&manpath=OpenBSD%20Current&sektion=3&format=html">strtol(3)</a> is between 2 and 36 inclusive, or the special value of 0.  <li>Ensure that the base provided to <a href="http://man.openbsd.org?query=strtol&manpath=OpenBSD%20Current&sektion=3&format=html">strtol(3)</a> is between 2 and 36 inclusive, or the special value of 0.
 <li>Don't map a buffer (and potentially sleep) when invalidating it in vinvalbuf. Fixes a problem where we could sleep for kva, leading to invalid pointers on the next pass through the loop.  <li>Don't map a buffer (and potentially sleep) when invalidating it in vinvalbuf. Fixes a problem where we could sleep for kva, leading to invalid pointers on the next pass through the loop.
 <li>Simplify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a> vio_iff(), set own MAC in unicast MAC filter (needed by virtualbox).  <li>Simplify <a href="http://man.openbsd.org?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a> vio_iff(), set own MAC in unicast MAC filter (needed by virtualbox).
 <li>Don't send <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&manpath=OpenBSD%20Current&sektion=4&format=html">iwn(4)</a> with "advanced" bluetooth coexistence the configure coexistence command. Avoids firmware crash.  <li>Don't send <a href="http://man.openbsd.org?query=iwn&manpath=OpenBSD%20Current&sektion=4&format=html">iwn(4)</a> with "advanced" bluetooth coexistence the configure coexistence command. Avoids firmware crash.
 <li>Added initial <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&manpath=OpenBSD%20Current&sektion=4&format=html">iwn(4)</a> support for Intel Centrino Wireless-N 1030.  <li>Added initial <a href="http://man.openbsd.org?query=iwn&manpath=OpenBSD%20Current&sektion=4&format=html">iwn(4)</a> support for Intel Centrino Wireless-N 1030.
 <!-- 2012/11/16 -->  <!-- 2012/11/16 -->
 <li>Warn about unknown volume/arch in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> Dt macro arguments.  <li>Warn about unknown volume/arch in <a href="http://man.openbsd.org?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> Dt macro arguments.
 <li>Third implementation of m88k <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> varags (upstream version still wrong).  <li>Third implementation of m88k <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> varags (upstream version still wrong).
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> for .Ap and .In trailing delimiters. Fixes the end of sentence spacing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&manpath=OpenBSD%20Current&sektion=2&format=html">open(2)</a>.  <li>Fixed <a href="http://man.openbsd.org?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> for .Ap and .In trailing delimiters. Fixes the end of sentence spacing in <a href="http://man.openbsd.org?query=open&manpath=OpenBSD%20Current&sektion=2&format=html">open(2)</a>.
 <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> formatting of badly nested font blocks.  <li>Improve <a href="http://man.openbsd.org?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> formatting of badly nested font blocks.
 <li>Run <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> discover_interface() before forking, so both processes will know the interface information.  <li>Run <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> discover_interface() before forking, so both processes will know the interface information.
 <li>Added missing "break;" so that IFT_ETHER <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> routes are deleted as intended.  <li>Added missing "break;" so that IFT_ETHER <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> routes are deleted as intended.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> crash triggered by .Bl -tag .It Xo .El .Sh.  <li>Fixed <a href="http://man.openbsd.org?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> crash triggered by .Bl -tag .It Xo .El .Sh.
 <!-- 2012/11/15 -->  <!-- 2012/11/15 -->
 <li>Print macppc UniNorth/U3 revision number (taken from openfirmware) to show which AGP chipset is present.  <li>Print macppc UniNorth/U3 revision number (taken from openfirmware) to show which AGP chipset is present.
 <li>If max-prefix/restart are used in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&manpath=OpenBSD%20Current&sektion=8&format=html">bgpctl(8)</a>, display the values in "bgpctl sh nei" output.  <li>If max-prefix/restart are used in <a href="http://man.openbsd.org?query=bgpctl&manpath=OpenBSD%20Current&sektion=8&format=html">bgpctl(8)</a>, display the values in "bgpctl sh nei" output.
 <li>No longer try to transmit packets if the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> interface is not running.  <li>No longer try to transmit packets if the <a href="http://man.openbsd.org?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> interface is not running.
 <li>If <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "-d" is specified, don't redirect privileged child's stdin/stdout/stderr to /dev/null.  <li>If <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "-d" is specified, don't redirect privileged child's stdin/stdout/stderr to /dev/null.
 <!-- 2012/11/14 -->  <!-- 2012/11/14 -->
 <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to 1.2.5.  <li>Updated <a href="http://man.openbsd.org?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to 1.2.5.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> tab-complete bug fixed: once exec_path is completed, allow for subsequent completion.  <li><a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> tab-complete bug fixed: once exec_path is completed, allow for subsequent completion.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> so "ignore subnet-mask;" will work.  <li>Fixed <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> so "ignore subnet-mask;" will work.
 <li>Allocate an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> mailbox payload dma memory upfront, instead of per request.  <li>Allocate an <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> mailbox payload dma memory upfront, instead of per request.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&manpath=OpenBSD%20Current&sektion=4&format=html">axe(4)</a> support for the lenovo usb 2.0 ethernet adapter.  <li>Added <a href="http://man.openbsd.org?query=axe&manpath=OpenBSD%20Current&sektion=4&format=html">axe(4)</a> support for the lenovo usb 2.0 ethernet adapter.
 <!-- 2012/11/13 -->  <!-- 2012/11/13 -->
 <li>Avoid segfault in the unlikely event that a NULL device is passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a> priv_pcap_live().  <li>Avoid segfault in the unlikely event that a NULL device is passed to <a href="http://man.openbsd.org?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a> priv_pcap_live().
 <li>Allow the full range of unsigned serial numbers for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a>.  <li>Allow the full range of unsigned serial numbers for <a href="http://man.openbsd.org?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a>.
 <li>Fixed username passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> helper program; prepare stdio fds before closefrom().  <li>Fixed username passed to <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> helper program; prepare stdio fds before closefrom().
 <li>Adjust Makefile.cross to allow cross-gcc to build using different compiler version than the target.  <li>Adjust Makefile.cross to allow cross-gcc to build using different compiler version than the target.
 <li>Do an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> OACTIVE/if_start dance only once per tx interrupt.  <li>Do an <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> OACTIVE/if_start dance only once per tx interrupt.
 <li>Enabled hardware tx checksum offloading for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a>.  <li>Enabled hardware tx checksum offloading for <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a>.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> can now handle file descriptor exhaustion in the accept() case.  <li><a href="http://man.openbsd.org?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> can now handle file descriptor exhaustion in the accept() case.
 <li>Correct the first argument of agpmmap(), making possible to mmap the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> aperture.  <li>Correct the first argument of agpmmap(), making possible to mmap the <a href="http://man.openbsd.org?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> aperture.
 <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> does not miss the last envelope.  <li>Make sure <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> does not miss the last envelope.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">bgpd.conf(5)</a> filtering based on NEXTHOP attribute (eg "allow from any nexthop neighbor").  <li>Allow <a href="http://man.openbsd.org?query=bgpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">bgpd.conf(5)</a> filtering based on NEXTHOP attribute (eg "allow from any nexthop neighbor").
 <!-- 2012/11/12 -->  <!-- 2012/11/12 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> improvements: log more events, with each messages prefixed with a token to identify its class; implement "<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> monitor" to display updates of selected internal counters; when reloading the on-disk queue at startup no longer commits a message if no envelope was submitted for that message.  <li><a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> improvements: log more events, with each messages prefixed with a token to identify its class; implement "<a href="http://man.openbsd.org?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> monitor" to display updates of selected internal counters; when reloading the on-disk queue at startup no longer commits a message if no envelope was submitted for that message.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fmt_scaled&manpath=OpenBSD%20Current&sektion=3&format=html">fmt_scaled(3)</a> now sets errno to EINVAL (not ERANGE) if it hits an invalid multiplier, to match man page.  <li><a href="http://man.openbsd.org?query=fmt_scaled&manpath=OpenBSD%20Current&sektion=3&format=html">fmt_scaled(3)</a> now sets errno to EINVAL (not ERANGE) if it hits an invalid multiplier, to match man page.
 <li>Fixed a potential <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&manpath=OpenBSD%20Current&sektion=8&format=html">ldapd(8)</a> memory leak.  <li>Fixed a potential <a href="http://man.openbsd.org?query=ldapd&manpath=OpenBSD%20Current&sektion=8&format=html">ldapd(8)</a> memory leak.
 <!-- 2012/11/11 -->  <!-- 2012/11/11 -->
 <li>Once a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdist&manpath=OpenBSD%20Current&sektion=1&format=html">rdist(1)</a> C_RECVDIR command is sent, send matching C_END command later, even if opendir() fails or nodescend option is set.  <li>Once a <a href="http://man.openbsd.org?query=rdist&manpath=OpenBSD%20Current&sektion=1&format=html">rdist(1)</a> C_RECVDIR command is sent, send matching C_END command later, even if opendir() fails or nodescend option is set.
 <li>Fix various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdist&manpath=OpenBSD%20Current&sektion=1&format=html">rdist(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdistd&manpath=OpenBSD%20Current&sektion=1&format=html">rdistd(1)</a> format string issues. Stop assuming time_t is long or smaller. Enable warnings.  <li>Fix various <a href="http://man.openbsd.org?query=rdist&manpath=OpenBSD%20Current&sektion=1&format=html">rdist(1)</a> and <a href="http://man.openbsd.org?query=rdistd&manpath=OpenBSD%20Current&sektion=1&format=html">rdistd(1)</a> format string issues. Stop assuming time_t is long or smaller. Enable warnings.
 <li>Fix pid matching on kernel crashdumps.  <li>Fix pid matching on kernel crashdumps.
 <li>Added support for the Intel Centrino Advanced-N 6235 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&manpath=OpenBSD%20Current&sektion=4&format=html">iwn(4)</a>.  <li>Added support for the Intel Centrino Advanced-N 6235 to <a href="http://man.openbsd.org?query=iwn&manpath=OpenBSD%20Current&sektion=4&format=html">iwn(4)</a>.
 <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> updating character offset on the line all the time (astoundingly hostile to slow terminals).  <li>Stopped <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> updating character offset on the line all the time (astoundingly hostile to slow terminals).
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a> "default" directive (broken in code refactoring).  <li>Fix <a href="http://man.openbsd.org?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a> "default" directive (broken in code refactoring).
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> supersede/append/prepend actions works again even if the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcp&manpath=OpenBSD%20Current&sektion=8&format=html">dhcp(8)</a> server doesn't send any data for the affected option (broken when the supersede/append/prepend/ignore logic was re-factored).  <li><a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> supersede/append/prepend actions works again even if the <a href="http://man.openbsd.org?query=dhcp&manpath=OpenBSD%20Current&sektion=8&format=html">dhcp(8)</a> server doesn't send any data for the affected option (broken when the supersede/append/prepend/ignore logic was re-factored).
 <li>Try to load the gallium3d "swrastg" driver if available, before falling back to the default mesa "swrast" one for software rendering.  <li>Try to load the gallium3d "swrastg" driver if available, before falling back to the default mesa "swrast" one for software rendering.
 <!-- 2012/11/10 -->  <!-- 2012/11/10 -->
 <li>Rewrote <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&manpath=OpenBSD%20Current&sektion=4&format=html">axe(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smsc&manpath=OpenBSD%20Current&sektion=4&format=html">smsc(4)</a> receive filter handling code; cleaned up the ioctl.  <li>Rewrote <a href="http://man.openbsd.org?query=axe&manpath=OpenBSD%20Current&sektion=4&format=html">axe(4)</a> and <a href="http://man.openbsd.org?query=smsc&manpath=OpenBSD%20Current&sektion=4&format=html">smsc(4)</a> receive filter handling code; cleaned up the ioctl.
 <li>prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&manpath=OpenBSD%20Current&sektion=4&format=html">athn(4)</a> calling athn_detach unnecessarily if shared code was not initialised.  <li>prevent <a href="http://man.openbsd.org?query=athn&manpath=OpenBSD%20Current&sektion=4&format=html">athn(4)</a> calling athn_detach unnecessarily if shared code was not initialised.
 <li>Enhanced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> error_rm_wrkdir() to print an error message if one is passed as an argument.  <li>Enhanced <a href="http://man.openbsd.org?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> error_rm_wrkdir() to print an error message if one is passed as an argument.
 <li>Read CPU frequency from the fixed-function performance counter of on x86 chips with constant time stamp counters. Lets <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> hw.cpuspeed and hw.setperf reflect correct values.  <li>Read CPU frequency from the fixed-function performance counter of on x86 chips with constant time stamp counters. Lets <a href="http://man.openbsd.org?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> hw.cpuspeed and hw.setperf reflect correct values.
 <!-- 2012/11/09 -->  <!-- 2012/11/09 -->
 <li>Per POSIX, fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=raise&manpath=OpenBSD%20Current&sektion=3&format=html">raise(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=abort&manpath=OpenBSD%20Current&sektion=3&format=html">abort(3)</a> to send the signal to the current thread.  <li>Per POSIX, fix <a href="http://man.openbsd.org?query=raise&manpath=OpenBSD%20Current&sektion=3&format=html">raise(3)</a> and <a href="http://man.openbsd.org?query=abort&manpath=OpenBSD%20Current&sektion=3&format=html">abort(3)</a> to send the signal to the current thread.
 <li>Don't sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> dma memory for the whole ring when updating a single entry.  <li>Don't sync <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> dma memory for the whole ring when updating a single entry.
 <li>Ported most <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 2.95 m88k fixes to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 3 codebase.  <li>Ported most <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 2.95 m88k fixes to the <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 3 codebase.
 <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> flow control code.  <li>Improved <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> flow control code.
 <li>No longer disable VLAN promiscuous mode, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> can receive ethernet packets with VLAN tags.  <li>No longer disable VLAN promiscuous mode, so <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> can receive ethernet packets with VLAN tags.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> now properly filters symbols on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> systems; runs <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nm&manpath=OpenBSD%20Current&sektion=1&format=html">nm(1)</a> on every object and static library we might need, so we don't lose anything; allows for the result to be empty.  <li><a href="http://man.openbsd.org?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> now properly filters symbols on <a href="http://man.openbsd.org?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> systems; runs <a href="http://man.openbsd.org?query=nm&manpath=OpenBSD%20Current&sektion=1&format=html">nm(1)</a> on every object and static library we might need, so we don't lose anything; allows for the result to be empty.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> get_symbollist: output completely empty file if no symbol; and more debug info.  <li>Fixed <a href="http://man.openbsd.org?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> get_symbollist: output completely empty file if no symbol; and more debug info.
 <!-- 2012/11/08 -->  <!-- 2012/11/08 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> driver now matches hardware, to support mtu values from 256 up to 9000.  <li><a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> driver now matches hardware, to support mtu values from 256 up to 9000.
 <li>When halting the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> rx engine, avoid firmware DMA'ing into the freed cluster.  <li>When halting the <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> rx engine, avoid firmware DMA'ing into the freed cluster.
 <li>Fixed kernel builds without <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a>.  <li>Fixed kernel builds without <a href="http://man.openbsd.org?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a>.
 <li>Close <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> routing socket fd leak when deleting old address.  <li>Close <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> routing socket fd leak when deleting old address.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arp&manpath=OpenBSD%20Current&sektion=8&format=html">arp(8)</a> so "route -Tx exec arp -an" uses the process rdomain, but still allow command line overrides.  <li>Fix <a href="http://man.openbsd.org?query=arp&manpath=OpenBSD%20Current&sektion=8&format=html">arp(8)</a> so "route -Tx exec arp -an" uses the process rdomain, but still allow command line overrides.
 <li>Don't depend on IFCAP_CSUM flags when configuring <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> rx checksumming; corrected an incorrect usage of IXGBE_RXCSUM_PCSD.  <li>Don't depend on IFCAP_CSUM flags when configuring <a href="http://man.openbsd.org?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> rx checksumming; corrected an incorrect usage of IXGBE_RXCSUM_PCSD.
 <!-- 2012/11/07 -->  <!-- 2012/11/07 -->
 <li>Plugged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> leak when using "unmap" for kbd/mouse bindings.  <li>Plugged <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> leak when using "unmap" for kbd/mouse bindings.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&manpath=OpenBSD%20Current&sektion=9&format=html">vfs(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> to allow the cleaner and syncer to run even when under intense memory or kernel virtual address pressure; correct cleaner and sleep/wakeup cases when memory and kva are low.  <li>Fix <a href="http://man.openbsd.org?query=vfs&manpath=OpenBSD%20Current&sektion=9&format=html">vfs(9)</a> and <a href="http://man.openbsd.org?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> to allow the cleaner and syncer to run even when under intense memory or kernel virtual address pressure; correct cleaner and sleep/wakeup cases when memory and kva are low.
 <li>Enable %tick access for userland on sparc64 sun4u systems.  <li>Enable %tick access for userland on sparc64 sun4u systems.
 <li>Tab completion support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menus.  <li>Tab completion support for <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menus.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> no longer kills trailing spaces (not shared by other makes, or any standard).  <li><a href="http://man.openbsd.org?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> no longer kills trailing spaces (not shared by other makes, or any standard).
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> no longer depends on IFCAP_CSUM flags set when reading rx checksumming results from the hardware.  <li><a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> no longer depends on IFCAP_CSUM flags set when reading rx checksumming results from the hardware.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&manpath=OpenBSD%20Current&sektion=1&format=html">dc(1)</a> fractional number exponentiation (including for negative exponents).  <li>Fixed <a href="http://man.openbsd.org?query=dc&manpath=OpenBSD%20Current&sektion=1&format=html">dc(1)</a> fractional number exponentiation (including for negative exponents).
 <!-- 2012/11/06 -->  <!-- 2012/11/06 -->
 <li>Always setup lo0 with 127.0.0.1/8 when configuring the network, whether installing or upgrading.  <li>Always setup lo0 with 127.0.0.1/8 when configuring the network, whether installing or upgrading.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> recognition of video and host bridge found on new Atom motherboard.  <li>Added <a href="http://man.openbsd.org?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> recognition of video and host bridge found on new Atom motherboard.
 <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&manpath=OpenBSD%20Current&sektion=1&format=html">dc(1)</a> exponention, only warn if the fractional part of the exponent is non-zero; avoid div by zero.  <li>For <a href="http://man.openbsd.org?query=dc&manpath=OpenBSD%20Current&sektion=1&format=html">dc(1)</a> exponention, only warn if the fractional part of the exponent is non-zero; avoid div by zero.
 <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mta_session "is_reading" hack and simplified the read/write logic.  <li>Removed <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mta_session "is_reading" hack and simplified the read/write logic.
 <li>Workaround for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a>: don't tie python files for now, so timestamps don't trigger recompile.  <li>Workaround for <a href="http://man.openbsd.org?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a>: don't tie python files for now, so timestamps don't trigger recompile.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> force pkglocatedb-- when auto-installing.  <li>Make <a href="http://man.openbsd.org?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> force pkglocatedb-- when auto-installing.
 <!-- 2012/11/05 -->  <!-- 2012/11/05 -->
 <li>Fixed a bug where the return value of if_exists() was not checked correctly if the interface disappears while <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&manpath=OpenBSD%20Current&sektion=8&format=html">pflogd(8)</a> is running.  <li>Fixed a bug where the return value of if_exists() was not checked correctly if the interface disappears while <a href="http://man.openbsd.org?query=pflogd&manpath=OpenBSD%20Current&sektion=8&format=html">pflogd(8)</a> is running.
 <li>Ensure that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&manpath=OpenBSD%20Current&sektion=8&format=html">pflogd(8)</a> if_exists() always closes its socket before returning.  <li>Ensure that <a href="http://man.openbsd.org?query=pflogd&manpath=OpenBSD%20Current&sektion=8&format=html">pflogd(8)</a> if_exists() always closes its socket before returning.
 <li><font color="#e00000">5.2 stability fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> check icmp</font>.  <li><font color="#e00000">5.2 stability fix for <a href="http://man.openbsd.org?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> check icmp</font>.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> SIMPLEQ-based packet descriptor managing code for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a>.  <li>Use <a href="http://man.openbsd.org?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> SIMPLEQ-based packet descriptor managing code for <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a>.
 <li>Call in[6]_proto_cksum_out() unconditionally, to fix checksum issues seen on ramdisk kernels.  <li>Call in[6]_proto_cksum_out() unconditionally, to fix checksum issues seen on ramdisk kernels.
 <li>Fixed memory leak in error paths for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=synaptics&manpath=OpenBSD%20Current&sektion=4&format=html">synaptics(4)</a> and alps.  <li>Fixed memory leak in error paths for <a href="http://man.openbsd.org?query=synaptics&manpath=OpenBSD%20Current&sektion=4&format=html">synaptics(4)</a> and alps.
 <li>Backport a powerpc --relax fix present in binutils 2.17. Allows mozilla trunk to finally link again.  <li>Backport a powerpc --relax fix present in binutils 2.17. Allows mozilla trunk to finally link again.
 <li>Switched sparc to timecounters.  <li>Switched sparc to timecounters.
 <li>Show last <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> client activity time in the default choose-client list.  <li>Show last <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> client activity time in the default choose-client list.
 <li>Typedef'd pthread_key_t to an int instead of a volatile int. Allows webkit with --enable-debug to build.  <li>Typedef'd pthread_key_t to an int instead of a volatile int. Allows webkit with --enable-debug to build.
 <li>Run <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chown&manpath=OpenBSD%20Current&sektion=8&format=html">chown(8)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chgrp&manpath=OpenBSD%20Current&sektion=1&format=html">chgrp(1)</a> only if the preceding <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mknod&manpath=OpenBSD%20Current&sektion=8&format=html">mknod(8)</a> call worked.  <li>Run <a href="http://man.openbsd.org?query=chown&manpath=OpenBSD%20Current&sektion=8&format=html">chown(8)</a>/<a href="http://man.openbsd.org?query=chgrp&manpath=OpenBSD%20Current&sektion=1&format=html">chgrp(1)</a> only if the preceding <a href="http://man.openbsd.org?query=mknod&manpath=OpenBSD%20Current&sektion=8&format=html">mknod(8)</a> call worked.
 <!-- 2012/11/04 -->  <!-- 2012/11/04 -->
 <li>Properly clear the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> UP flag when forcing interface down/up, rather than setting all flags to zero.  <li>Properly clear the <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> UP flag when forcing interface down/up, rather than setting all flags to zero.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> consume ACKs when doing large sends.  <li>Make <a href="http://man.openbsd.org?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> consume ACKs when doing large sends.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a> support for listing/selecting configurations store on the SP.  <li><a href="http://man.openbsd.org?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a> support for listing/selecting configurations store on the SP.
 <li>Call service start function if a particular <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> domain service has been successfully registered.  <li>Call service start function if a particular <a href="http://man.openbsd.org?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> domain service has been successfully registered.
 <li>Include declaration of sparcDriverName() to fix segfault on sunffb graphics.  <li>Include declaration of sparcDriverName() to fix segfault on sunffb graphics.
 <li>Switch mvme68k to timecounters.  <li>Switch mvme68k to timecounters.
 <li>Remove default of AuthorizedCommandUser from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a>. Administrators are now expected to explicitly specify a user.  <li>Remove default of AuthorizedCommandUser from <a href="http://man.openbsd.org?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a>. Administrators are now expected to explicitly specify a user.
 <!-- 2012/11/03 -->  <!-- 2012/11/03 -->
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> passing interface names around needlessly when creating/flushing routes.  <li>Stop <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> and <a href="http://man.openbsd.org?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> passing interface names around needlessly when creating/flushing routes.
 <li>Fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> handling: Don't leak a file descriptor if there are no contents for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a>, and delete this file if it is zero-length; allow for only resolv.conf.tail to go into resolv.conf.  <li>Fixes for <a href="http://man.openbsd.org?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> handling: Don't leak a file descriptor if there are no contents for <a href="http://man.openbsd.org?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a>, and delete this file if it is zero-length; allow for only resolv.conf.tail to go into resolv.conf.
 <li>Fixed potential <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> memory leak, found by llvm.  <li>Fixed potential <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> memory leak, found by llvm.
 <li>Don't leak a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> file descriptor when testing for permissions; make sure directory is executable, otherwise we can't list it.  <li>Don't leak a <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> file descriptor when testing for permissions; make sure directory is executable, otherwise we can't list it.
 <!-- 2012/11/02 -->  <!-- 2012/11/02 -->
 <li>Introduce better and simpler <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> producer/consumer queue iterator implementation.  <li>Introduce better and simpler <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> producer/consumer queue iterator implementation.
 <li>Remove 13 years old compiler bug workaround in m68k <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwd_mkdb&manpath=OpenBSD%20Current&sektion=8&format=html">pwd_mkdb(8)</a> code.  <li>Remove 13 years old compiler bug workaround in m68k <a href="http://man.openbsd.org?query=pwd_mkdb&manpath=OpenBSD%20Current&sektion=8&format=html">pwd_mkdb(8)</a> code.
 <li>Avoid some misaligned accesses. Lets <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> work again on sparc64.  <li>Avoid some misaligned accesses. Lets <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> work again on sparc64.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> "kick counter" to detect and disconnect clients that hog the session.  <li>Added <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> "kick counter" to detect and disconnect clients that hog the session.
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a> option "U" to "free unmap": guards/unmaps freed allocations without disabling chunk randomisation. Offers better defence against "heap feng shui" style attacks.  <li>New <a href="http://man.openbsd.org?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a> option "U" to "free unmap": guards/unmaps freed allocations without disabling chunk randomisation. Offers better defence against "heap feng shui" style attacks.
 <li>Unstick <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&manpath=OpenBSD%20Current&sektion=8&format=html">bgpctl(8)</a> reload after reloading a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">bgpd.conf(5)</a> that contains errors.  <li>Unstick <a href="http://man.openbsd.org?query=bgpctl&manpath=OpenBSD%20Current&sektion=8&format=html">bgpctl(8)</a> reload after reloading a <a href="http://man.openbsd.org?query=bgpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">bgpd.conf(5)</a> that contains errors.
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> adding a "nameserver" line to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> if the nameserver in question is the empty string.  <li>Stop <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> adding a "nameserver" line to <a href="http://man.openbsd.org?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> if the nameserver in question is the empty string.
 <li>Consistency and robustness improvements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mda.  <li>Consistency and robustness improvements in <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mda.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> counters more informative in the scheduler: number of envelopes added or cancelled; properly report envelope counts, as well as the outcome of deliveries.  <li>Make <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> counters more informative in the scheduler: number of envelopes added or cancelled; properly report envelope counts, as well as the outcome of deliveries.
 <li>Watch the non-privileged end of the pipe to the privileged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> child process. So when the child dies, the parent exits immediately.  <li>Watch the non-privileged end of the pipe to the privileged <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> child process. So when the child dies, the parent exits immediately.
 <li>Include tcp/udp.h unconditionally to unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rd&manpath=OpenBSD%20Current&sektion=4&format=html">rd(4)</a>.  <li>Include tcp/udp.h unconditionally to unbreak <a href="http://man.openbsd.org?query=rd&manpath=OpenBSD%20Current&sektion=4&format=html">rd(4)</a>.
 <li>Don't let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> insert twice recorded wav files (-o) on the list of recorded files.  <li>Don't let <a href="http://man.openbsd.org?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> insert twice recorded wav files (-o) on the list of recorded files.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> crashes when wav_close() is called on uninitialised wav structure.  <li>Fixed <a href="http://man.openbsd.org?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> crashes when wav_close() is called on uninitialised wav structure.
 <li>Use dedicated messages for flow control (instead of clock tick) and enable flow control for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> MIDI.  <li>Use dedicated messages for flow control (instead of clock tick) and enable flow control for <a href="http://man.openbsd.org?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> MIDI.
 <!-- 2012/10/31 -->  <!-- 2012/10/31 -->
 <li>Switched alpha to per-process astpending.  <li>Switched alpha to per-process astpending.
 <li>Repaired <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=__tfork_thread&manpath=OpenBSD%20Current&sektion=3&format=html">__tfork_thread(3)</a> operation for alpha.  <li>Repaired <a href="http://man.openbsd.org?query=__tfork_thread&manpath=OpenBSD%20Current&sektion=3&format=html">__tfork_thread(3)</a> operation for alpha.
 <li>When possible, have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vcc&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=sparc64&format=html">vcc(4/spar64)</a> send multiple characters per packet; stop sending when the transmit queue is full; set a timeout to avoid stalling.  <li>When possible, have <a href="http://man.openbsd.org?query=vcc&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=sparc64&format=html">vcc(4/spar64)</a> send multiple characters per packet; stop sending when the transmit queue is full; set a timeout to avoid stalling.
 <!-- 2012/1/01 -->  <!-- 2012/1/01 -->
 <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpitz&manpath=OpenBSD%20Current&sektion=4&format=html">acpitz(4)</a> showing Kelvin units; fixed Celsius measures (no longer off by a factor of 10).  <li>Stopped <a href="http://man.openbsd.org?query=acpitz&manpath=OpenBSD%20Current&sektion=4&format=html">acpitz(4)</a> showing Kelvin units; fixed Celsius measures (no longer off by a factor of 10).
 <li>Forcibly delete all existing ipv4 addresses from an interface as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> binds new lease to that interface. Fixes unexpectedly persistent addresses and failures of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> when switching an interface repeatedly between different networks.  <li>Forcibly delete all existing ipv4 addresses from an interface as <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> binds new lease to that interface. Fixes unexpectedly persistent addresses and failures of <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> when switching an interface repeatedly between different networks.
 <li>Enable softraid boot support for i386 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdboot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">cdboot(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxeboot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">pxeboot(8)</a>.  <li>Enable softraid boot support for i386 <a href="http://man.openbsd.org?query=cdboot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">cdboot(8)</a> and <a href="http://man.openbsd.org?query=pxeboot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">pxeboot(8)</a>.
 <li>Make i386 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdboot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">cdboot(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxeboot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">pxeboot(8)</a> work correctly when it is larger than 64KB in size.  <li>Make i386 <a href="http://man.openbsd.org?query=cdboot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">cdboot(8)</a> and <a href="http://man.openbsd.org?query=pxeboot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">pxeboot(8)</a> work correctly when it is larger than 64KB in size.
 <li>Enable softraid boot support for i386 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&apropos=0&sektion=8&manpath=OpenBSD+Current&arch=i386&format=html">boot(8)</a>.  <li>Enable softraid boot support for i386 <a href="http://man.openbsd.org?query=boot&apropos=0&sektion=8&manpath=OpenBSD+Current&arch=i386&format=html">boot(8)</a>.
 <!-- 2012/10/30 -->  <!-- 2012/10/30 -->
 <li>Add support for Intel's Supervisor Mode Access Prevention (SMAP) feature to i386 and amd64.  <li>Add support for Intel's Supervisor Mode Access Prevention (SMAP) feature to i386 and amd64.
 <li>Some fixes for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a> receive filter handling.  <li>Some fixes for the <a href="http://man.openbsd.org?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a> receive filter handling.
 <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a> option AuthorizedKeysCommand to support fetching authorized_keys from a command in addition to (or instead of) from the filesystem.  <li>New <a href="http://man.openbsd.org?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a> option AuthorizedKeysCommand to support fetching authorized_keys from a command in addition to (or instead of) from the filesystem.
 <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient-script&apropos=0&sektion=0&manpath=OpenBSD+5.1&arch=i386&format=html">dhclient-script(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a> "script" directive. Do all interface and route configuration via ioctl's and routing sockets.  <li>Removed <a href="http://man.openbsd.org?query=dhclient-script&apropos=0&sektion=0&manpath=OpenBSD+5.1&arch=i386&format=html">dhclient-script(8)</a> and <a href="http://man.openbsd.org?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a> "script" directive. Do all interface and route configuration via ioctl's and routing sockets.
 <li>Prevent underflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&manpath=OpenBSD%20Current&sektion=4&format=html">pfsync(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a> by using signed variables.  <li>Prevent underflows in <a href="http://man.openbsd.org?query=pfsync&manpath=OpenBSD%20Current&sektion=4&format=html">pfsync(4)</a> and <a href="http://man.openbsd.org?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a> by using signed variables.
 <li>Use monotonic time_uptime for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&manpath=OpenBSD%20Current&sektion=4&format=html">pfsync(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a> expiration values as time_second can be skewed at runtime.  <li>Use monotonic time_uptime for <a href="http://man.openbsd.org?query=pfsync&manpath=OpenBSD%20Current&sektion=4&format=html">pfsync(4)</a> and <a href="http://man.openbsd.org?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a> expiration values as time_second can be skewed at runtime.
 <li>Bump the default number of descriptors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a>.  <li>Bump the default number of descriptors in <a href="http://man.openbsd.org?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a>.
 <!-- 2012/10/29 -->  <!-- 2012/10/29 -->
 <li>On UltraSPARC T1/T2, block the current strand while spinning so other strands can do some useful work.  <li>On UltraSPARC T1/T2, block the current strand while spinning so other strands can do some useful work.
 <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> reload, look for ignore and bwidth changes; ensure existing maximised windows don't inherit new bwidth.  <li>On <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> reload, look for ignore and bwidth changes; ensure existing maximised windows don't inherit new bwidth.
 <li>Attach the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=synaptics&manpath=OpenBSD%20Current&sektion=4&format=html">synaptics(4)</a> driver to elantech touchpads during auto-configuration.  <li>Attach the <a href="http://man.openbsd.org?query=synaptics&manpath=OpenBSD%20Current&sektion=4&format=html">synaptics(4)</a> driver to elantech touchpads during auto-configuration.
 <li>Make amd64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdboot&manpath=OpenBSD%20Current&sektion=8&format=html">cdboot(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxeboot&manpath=OpenBSD%20Current&sektion=8&format=html">pxeboot(8)</a> work correctly when they are larger than 64KB in size.  <li>Make amd64 <a href="http://man.openbsd.org?query=cdboot&manpath=OpenBSD%20Current&sektion=8&format=html">cdboot(8)</a> and <a href="http://man.openbsd.org?query=pxeboot&manpath=OpenBSD%20Current&sektion=8&format=html">pxeboot(8)</a> work correctly when they are larger than 64KB in size.
 <li>Enable softraid boot support in amd64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdboot&manpath=OpenBSD%20Current&sektion=8&format=html">cdboot(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxeboot&manpath=OpenBSD%20Current&sektion=8&format=html">pxeboot(8)</a>.  <li>Enable softraid boot support in amd64 <a href="http://man.openbsd.org?query=cdboot&manpath=OpenBSD%20Current&sektion=8&format=html">cdboot(8)</a> and <a href="http://man.openbsd.org?query=pxeboot&manpath=OpenBSD%20Current&sektion=8&format=html">pxeboot(8)</a>.
 <li>Added support for Elantech touchpads to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a>, so X <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=synaptics&manpath=OpenBSD%20Current&sektion=4&format=html">synaptics(4)</a> driver can configure these touchpads properly.  <li>Added support for Elantech touchpads to <a href="http://man.openbsd.org?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a>, so X <a href="http://man.openbsd.org?query=synaptics&manpath=OpenBSD%20Current&sektion=4&format=html">synaptics(4)</a> driver can configure these touchpads properly.
 <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsconsctl&manpath=OpenBSD%20Current&sektion=8&format=html">wsconsctl(8)</a> about the elantech mouse type.  <li>Teach <a href="http://man.openbsd.org?query=wsconsctl&manpath=OpenBSD%20Current&sektion=8&format=html">wsconsctl(8)</a> about the elantech mouse type.
 <!-- 2012/10/28 -->  <!-- 2012/10/28 -->
 <li>Limit the number of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> messages/recipients that can be enqueued on a single SMTP connection.  <li>Limit the number of <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> messages/recipients that can be enqueued on a single SMTP connection.
 <!-- 2012/10/27 -->  <!-- 2012/10/27 -->
 <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a> directive 'ignore' to take a list of option names rather than list of option declarations. e.g. "ignore routers;" instead of "ignore routers 1.2.3.4;"  <li>Changed <a href="http://man.openbsd.org?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a> directive 'ignore' to take a list of option names rather than list of option declarations. e.g. "ignore routers;" instead of "ignore routers 1.2.3.4;"
 <li>Made it possible to use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a> to reconfigure when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> is running.  <li>Made it possible to use <a href="http://man.openbsd.org?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a> to reconfigure when <a href="http://man.openbsd.org?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> is running.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> var-config response messages. Makes OpenBoot stop complaining about not being able to update LDOM variables.  <li>Fix <a href="http://man.openbsd.org?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> var-config response messages. Makes OpenBoot stop complaining about not being able to update LDOM variables.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> to provide the var-config domain service to all the currently configured guest domains.  <li>Use <a href="http://man.openbsd.org?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> to provide the var-config domain service to all the currently configured guest domains.
 <li>Give <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> its own copy of the domain services support code and modify it to handle multiple channels.  <li>Give <a href="http://man.openbsd.org?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> its own copy of the domain services support code and modify it to handle multiple channels.
 <li>All <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">boot(8)</a> support is now enabled by default, including support for booting from crypto volumes. Can be completely enabled or disabled at compile time.  <li>All <a href="http://man.openbsd.org?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> <a href="http://man.openbsd.org?query=boot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">boot(8)</a> support is now enabled by default, including support for booting from crypto volumes. Can be completely enabled or disabled at compile time.
 <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndio&manpath=OpenBSD%20Current&sektion=7&format=html">sndio(7)</a> midi code use non-blocking i/o like the other audio code.  <li>Made <a href="http://man.openbsd.org?query=sndio&manpath=OpenBSD%20Current&sektion=7&format=html">sndio(7)</a> midi code use non-blocking i/o like the other audio code.
 <li>Check that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndio&manpath=OpenBSD%20Current&sektion=7&format=html">sndio(7)</a> polled fd number is smaller than SIO_MAXNFDS, and crank maximums.  <li>Check that <a href="http://man.openbsd.org?query=sndio&manpath=OpenBSD%20Current&sektion=7&format=html">sndio(7)</a> polled fd number is smaller than SIO_MAXNFDS, and crank maximums.
 <!-- 2012/10/26 -->  <!-- 2012/10/26 -->
 <li>For sparc64 devices that attach to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbus&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=sparc64&format=html">cbus(4/sparc64)</a>, disable interrupts up-front and explicitly enabling them later than the other way around.  <li>For sparc64 devices that attach to <a href="http://man.openbsd.org?query=cbus&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=sparc64&format=html">cbus(4/sparc64)</a>, disable interrupts up-front and explicitly enabling them later than the other way around.
 <li>Fixed potential <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> memory and fd leak.  <li>Fixed potential <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> memory and fd leak.
 <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> CVE-2012-5195.  <li>Fix for <a href="http://man.openbsd.org?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> CVE-2012-5195.
 <li>Work-in-progress code for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a>, a daemon running in a sun4v control domain that provides some essential services to guest domains.  <li>Work-in-progress code for <a href="http://man.openbsd.org?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a>, a daemon running in a sun4v control domain that provides some essential services to guest domains.
 <li>Don't abort <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a> when we try to reset the logical domain channel.  <li>Don't abort <a href="http://man.openbsd.org?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a> when we try to reset the logical domain channel.
 <li>Fixed previous revision, which would prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grtwo&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=sgi&format=html">grtwo(4/sgi)</a> boards from being recognised.  <li>Fixed previous revision, which would prevent <a href="http://man.openbsd.org?query=grtwo&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=sgi&format=html">grtwo(4/sgi)</a> boards from being recognised.
 <li>Properly clear hppa trap frame in setregs() to avoid leaking registers across exec.  <li>Properly clear hppa trap frame in setregs() to avoid leaking registers across exec.
 <!-- 2012/10/25 -->  <!-- 2012/10/25 -->
 <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> reload, since SIGHUP kills <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.  <li>Disabled <a href="http://man.openbsd.org?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> reload, since SIGHUP kills <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
 <li>Handle the case where <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> writev() fails with EAGAIN.  <li>Handle the case where <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> writev() fails with EAGAIN.
 <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> oce_mbox_{dispatch,wait} more readable and use less bitfields.  <li>Made <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> oce_mbox_{dispatch,wait} more readable and use less bitfields.
 <li>Simplify/unify writes to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> rx and tx doorbell registers.  <li>Simplify/unify writes to the <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> rx and tx doorbell registers.
 <li>Use an external chunk of DMA for oce_set_promisc, so the commands sent to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> fit in memory.  <li>Use an external chunk of DMA for oce_set_promisc, so the commands sent to <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> fit in memory.
 <li>Added syslog support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> in base.  <li>Added syslog support to <a href="http://man.openbsd.org?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> in base.
 <li>Added ability to active pane in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> list-windows and find-window formats.  <li>Added ability to active pane in <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> list-windows and find-window formats.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> BELL_NONE which had become broken; also don't redraw unnecessarily.  <li>Fixed <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> BELL_NONE which had become broken; also don't redraw unnecessarily.
 <li>Fixed bad size in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> memcpy.  <li>Fixed bad size in <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> memcpy.
 <li>Allow the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mda to deal itself with session limits, to makes the server handle envelope bursts more efficiently.  <li>Allow the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mda to deal itself with session limits, to makes the server handle envelope bursts more efficiently.
 <!-- 2012/10/24 -->  <!-- 2012/10/24 -->
 <!-- 2012/10/23 -->  <!-- 2012/10/23 -->
 <li>Use correct file for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> revert-buffer; do not ignore abort.  <li>Use correct file for <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> revert-buffer; do not ignore abort.
 <li>Fixed fringe <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> case where argument length is around 140.  <li>Fixed fringe <a href="http://man.openbsd.org?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> case where argument length is around 140.
 <li>Treat <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu width the same as the height is treated when deciding its max size and location.  <li>Treat <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu width the same as the height is treated when deciding its max size and location.
 <li>Stop drawing when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu doesn't fit inside the screen.  <li>Stop drawing when <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu doesn't fit inside the screen.
 <!-- 2012/10/22 -->  <!-- 2012/10/22 -->
 <li>Added a new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> option -t to optionally enforce NAT-T with UDP encapsulation on port 4500.  <li>Added a new <a href="http://man.openbsd.org?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> option -t to optionally enforce NAT-T with UDP encapsulation on port 4500.
 <li>Fix NAT-T support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> , both on the initiator and the responder side.  <li>Fix NAT-T support in <a href="http://man.openbsd.org?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> , both on the initiator and the responder side.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&manpath=OpenBSD%20Current&sektion=4&format=html">jme(4)</a> flow control support.  <li>Add <a href="http://man.openbsd.org?query=jme&manpath=OpenBSD%20Current&sektion=4&format=html">jme(4)</a> flow control support.
 <li>Provide <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a> flow control status.  <li>Provide <a href="http://man.openbsd.org?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a> flow control status.
 <li>Add (r)evert prompt to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> "File changed on disk; really edit the buffer" prompt.  <li>Add (r)evert prompt to <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> "File changed on disk; really edit the buffer" prompt.
 <li>Check for dirty buffer on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> buffer change.  <li>Check for dirty buffer on <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> buffer change.
 <!-- 2012/10/21 -->  <!-- 2012/10/21 -->
 <li>Add flow control support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&manpath=OpenBSD%20Current&sektion=4&format=html">gem(4)</a>.  <li>Add flow control support to <a href="http://man.openbsd.org?query=gem&manpath=OpenBSD%20Current&sektion=4&format=html">gem(4)</a>.
 <li>Fix the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> multicast filter full size check.  <li>Fix the <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> multicast filter full size check.
 <li>Bugfix for userland program attempting to do a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=semop&manpath=OpenBSD%20Current&sektion=2&format=html">semop(2)</a>. Kernel returns ENOSPC rather than panics.  <li>Bugfix for userland program attempting to do a <a href="http://man.openbsd.org?query=semop&manpath=OpenBSD%20Current&sektion=2&format=html">semop(2)</a>. Kernel returns ENOSPC rather than panics.
 <li>Repaired <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maestro&manpath=OpenBSD%20Current&sektion=4&format=html">maestro(4)</a> pci powerstate handling and resumes.  <li>Repaired <a href="http://man.openbsd.org?query=maestro&manpath=OpenBSD%20Current&sektion=4&format=html">maestro(4)</a> pci powerstate handling and resumes.
 <li>Add the IP_DIVERTFL socket option on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=divert&manpath=OpenBSD%20Current&sektion=4&format=html">divert(4)</a> sockets to control which packets (as in direction) of the traffic will be diverted through the divert socket.  <li>Add the IP_DIVERTFL socket option on <a href="http://man.openbsd.org?query=divert&manpath=OpenBSD%20Current&sektion=4&format=html">divert(4)</a> sockets to control which packets (as in direction) of the traffic will be diverted through the divert socket.
 <li>Add domain services support code to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a> and use it to fetch the PRI (Physical Resource Inventory) from the service processor.  <li>Add domain services support code to <a href="http://man.openbsd.org?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a> and use it to fetch the PRI (Physical Resource Inventory) from the service processor.
 <!-- 2012/10/20 -->  <!-- 2012/10/20 -->
 <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> transmit DMA segments.  <li>Implement <a href="http://man.openbsd.org?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> transmit DMA segments.
 <li>Fix hardware kill switch detection for the ar9300 chip family.  <li>Fix hardware kill switch detection for the ar9300 chip family.
 <li>Fixed a potential double free in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a>  <li>Fixed a potential double free in <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a>
 <!-- 2012/10/19 -->  <!-- 2012/10/19 -->
 <li>Make xf86-video-intel hdmi modesetting code handle multiple display pipes.  <li>Make xf86-video-intel hdmi modesetting code handle multiple display pipes.
 <!-- 2012/10/18 -->  <!-- 2012/10/18 -->
 <li>Simplify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&manpath=OpenBSD%20Current&sektion=4&format=html">xl(4)</a> for multicast ranges.  <li>Simplify <a href="http://man.openbsd.org?query=xl&manpath=OpenBSD%20Current&sektion=4&format=html">xl(4)</a> for multicast ranges.
 <li>Convert ethernet driver code which predates pci_set_powerstate() to using it instead.  <li>Convert ethernet driver code which predates pci_set_powerstate() to using it instead.
 <li>Numerous <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> error message fixes.  <li>Numerous <a href="http://man.openbsd.org?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> error message fixes.
 <li>Switched luna88k to timecounters.  <li>Switched luna88k to timecounters.
 <li>Disallow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a> tables and address pools for rdr-to, nat-to and route-to with any other scheduling algorithms than round-robin or least-states. Stops <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> accepting invalid address pools.  <li>Disallow <a href="http://man.openbsd.org?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a> tables and address pools for rdr-to, nat-to and route-to with any other scheduling algorithms than round-robin or least-states. Stops <a href="http://man.openbsd.org?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> accepting invalid address pools.
 <!-- 2012/10/17 -->  <!-- 2012/10/17 -->
 <li>Cleaned up more of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&manpath=OpenBSD%20Current&sektion=4&format=html">pckbc(4)</a> driver soft-state when suspending.  <li>Cleaned up more of the <a href="http://man.openbsd.org?query=pckbc&manpath=OpenBSD%20Current&sektion=4&format=html">pckbc(4)</a> driver soft-state when suspending.
 <li>Enable sparc64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vldc&manpath=OpenBSD%20Current&sektion=4&format=html">vldc(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vldcp&manpath=OpenBSD%20Current&sektion=4&format=html">vldcp(4)</a>.  <li>Enable sparc64 <a href="http://man.openbsd.org?query=vldc&manpath=OpenBSD%20Current&sektion=4&format=html">vldc(4)</a> and <a href="http://man.openbsd.org?query=vldcp&manpath=OpenBSD%20Current&sektion=4&format=html">vldcp(4)</a>.
 <li>Renamed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hvctl&manpath=OpenBSD%20Current&sektion=4&format=html">hvctl(4)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vldcp&manpath=OpenBSD%20Current&sektion=4&format=html">vldcp(4)</a>, since this driver now handles other services as well.  <li>Renamed <a href="http://man.openbsd.org?query=hvctl&manpath=OpenBSD%20Current&sektion=4&format=html">hvctl(4)</a> to <a href="http://man.openbsd.org?query=vldcp&manpath=OpenBSD%20Current&sektion=4&format=html">vldcp(4)</a>, since this driver now handles other services as well.
 <!-- 2012/10/16 -->  <!-- 2012/10/16 -->
 <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&manpath=OpenBSD%20Current&sektion=4&format=html">ath(4)</a> iv show up properly for big endian <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> consumers.  <li>Make the <a href="http://man.openbsd.org?query=ath&manpath=OpenBSD%20Current&sektion=4&format=html">ath(4)</a> iv show up properly for big endian <a href="http://man.openbsd.org?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> consumers.
 <li>Add support for multiple channels on sparc64 hvctl.  <li>Add support for multiple channels on sparc64 hvctl.
 <li>Add domain utilisation to status display to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a>.  <li>Add domain utilisation to status display to <a href="http://man.openbsd.org?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a>.
 <li>Change amd64 PCI memory extent to cover the whole 64-bit memory space; fixed erroneous extent allocation panic on IBM x3100.  <li>Change amd64 PCI memory extent to cover the whole 64-bit memory space; fixed erroneous extent allocation panic on IBM x3100.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> MAX_RULEBUFFER_LEN was too small, bumped.  <li><a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> MAX_RULEBUFFER_LEN was too small, bumped.
 <!-- 2012/10/15 -->  <!-- 2012/10/15 -->
 <li>-r switch and -d depth option added to mput command of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> client.  <li>-r switch and -d depth option added to mput command of <a href="http://man.openbsd.org?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> client.
 <li>Added support for recursive <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> upload.  <li>Added support for recursive <a href="http://man.openbsd.org?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> upload.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a>, specify domains by name instead of by number, provide status of all domains if none specified.  <li>In <a href="http://man.openbsd.org?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a>, specify domains by name instead of by number, provide status of all domains if none specified.
 <li>Implement "smtpctl stop" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a>.  <li>Implement "smtpctl stop" in <a href="http://man.openbsd.org?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&manpath=OpenBSD%20Current&sektion=4&format=html">sd(4)</a>, do a flush of the disk before hibernate to clear the buffer cache.  <li>In <a href="http://man.openbsd.org?query=sd&manpath=OpenBSD%20Current&sektion=4&format=html">sd(4)</a>, do a flush of the disk before hibernate to clear the buffer cache.
 <!-- 2012/10/14 -->  <!-- 2012/10/14 -->
 <li>Limit the number of per-user mda (external program) deliveries that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> can be running at the same time, to cope with long-running filters in .forward file.  <li>Limit the number of per-user mda (external program) deliveries that <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> can be running at the same time, to cope with long-running filters in .forward file.
 <li>Limit number of envelopes sent by the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> queue to the mda, to avoid file descriptor exhaustion.  <li>Limit number of envelopes sent by the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> queue to the mda, to avoid file descriptor exhaustion.
 <li>Beginning of ldomctl tool, to control sun4v logical domains. Currently can start and stop domains.  <li>Beginning of ldomctl tool, to control sun4v logical domains. Currently can start and stop domains.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> will now enforce different permissions on different files in ssl_load_file().  <li><a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> will now enforce different permissions on different files in ssl_load_file().
 <!-- 2012/10/13 -->  <!-- 2012/10/13 -->
 <li>Avoid some unnecessary aliases expansion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.  <li>Avoid some unnecessary aliases expansion in <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
 <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&manpath=OpenBSD%20Current&sektion=4&format=html">xl(4)</a> WOL activation to DVACT_POWERDOWN (instead of doing it twice).  <li>Move <a href="http://man.openbsd.org?query=xl&manpath=OpenBSD%20Current&sektion=4&format=html">xl(4)</a> WOL activation to DVACT_POWERDOWN (instead of doing it twice).
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&manpath=OpenBSD%20Current&sektion=4&format=html">xl(4)</a> putting itself into D3 mode when going to WOL; allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> subsystem to do that based on BIOS information if it needs to.  <li>Stop <a href="http://man.openbsd.org?query=xl&manpath=OpenBSD%20Current&sektion=4&format=html">xl(4)</a> putting itself into D3 mode when going to WOL; allow <a href="http://man.openbsd.org?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> subsystem to do that based on BIOS information if it needs to.
 <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> makemap is executed in sendmail mode, check if ".db" is part of the filename and imply it otherwise so "makemap hash /etc/mail/aliases < aliases" works.  <li>When <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> makemap is executed in sendmail mode, check if ".db" is part of the filename and imply it otherwise so "makemap hash /etc/mail/aliases < aliases" works.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> alias expansion and ruleset matching code now checks for failure to distinguish between "no match" and "internal error" (e.g. missing or broken db file)  <li><a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> alias expansion and ruleset matching code now checks for failure to distinguish between "no match" and "internal error" (e.g. missing or broken db file)
 <li>Added I-O DATA RSA-PCI2 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a>.  <li>Added I-O DATA RSA-PCI2 support to <a href="http://man.openbsd.org?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a>.
 <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> "revert-buffer", which reverts the current buffer to on-disk copy.  <li>Implement <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> "revert-buffer", which reverts the current buffer to on-disk copy.
 <!-- 2012/10/12 -->  <!-- 2012/10/12 -->
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> infinite loops on regexps that match the empty word, instead advance by one char and repeat.  <li>Fixed <a href="http://man.openbsd.org?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> infinite loops on regexps that match the empty word, instead advance by one char and repeat.
 <!-- 2012/10/11 -->  <!-- 2012/10/11 -->
 <li>Extend <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> "retry" field to 16 bits. Former size too small for quadratic retry formula.  <li>Extend <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> "retry" field to 16 bits. Former size too small for quadratic retry formula.
 <li>Fixed "disable lidsuspend on shutdown" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=init&manpath=OpenBSD%20Current&sektion=8&format=html">init(8)</a>.  <li>Fixed "disable lidsuspend on shutdown" in <a href="http://man.openbsd.org?query=init&manpath=OpenBSD%20Current&sektion=8&format=html">init(8)</a>.
 <li>Replaced "from all" and "for all" with "from any" and "for any", and "all" with "any" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a>.  <li>Replaced "from all" and "for all" with "from any" and "for any", and "all" with "any" in <a href="http://man.openbsd.org?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a>.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> cond parser to be able to handle .if 5 < 7 directly.  <li>Fixed <a href="http://man.openbsd.org?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> cond parser to be able to handle .if 5 < 7 directly.
 <li>Initialise the protected mode IDT after zeroing .bss to fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxeboot&manpath=OpenBSD%20Current&sektion=8/i386&format=html">pxeboot(8/i386)</a>.  <li>Initialise the protected mode IDT after zeroing .bss to fix <a href="http://man.openbsd.org?query=pxeboot&manpath=OpenBSD%20Current&sektion=8/i386&format=html">pxeboot(8/i386)</a>.
 <!-- 2012/10/10 -->  <!-- 2012/10/10 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> can display envelopes and messages using their id. Allows easier queue inspection.  <li><a href="http://man.openbsd.org?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> can display envelopes and messages using their id. Allows easier queue inspection.
 <li>Mark if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> alias node has been expanded from an alias map, as local deliveries expanded from alias map are run as user _smtpd.  <li>Mark if <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> alias node has been expanded from an alias map, as local deliveries expanded from alias map are run as user _smtpd.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smptd&manpath=OpenBSD%20Current&sektion=8&format=html">smptd(8)</a> will now show the port number for a relay if specified.  <li><a href="http://man.openbsd.org?query=smptd&manpath=OpenBSD%20Current&sektion=8&format=html">smptd(8)</a> will now show the port number for a relay if specified.
 <li>Revert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> r1.155. Routing breaks if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient-script&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient-script(8)</a> flushes the interface's routes when the interface is down.  <li>Revert <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> r1.155. Routing breaks if <a href="http://man.openbsd.org?query=dhclient-script&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient-script(8)</a> flushes the interface's routes when the interface is down.
 <li>Fix the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> hash http filter action to initialize the hash key correctly.  <li>Fix the <a href="http://man.openbsd.org?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> hash http filter action to initialize the hash key correctly.
 <li>Clear ieee80211 powersave flag and purge queued packets when a node leaves the AP. Fixes issues with power saving.  <li>Clear ieee80211 powersave flag and purge queued packets when a node leaves the AP. Fixes issues with power saving.
 <!-- 2012/10/09 -->  <!-- 2012/10/09 -->
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> listen statement to impose tls on its clients.  <li>Allow <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> listen statement to impose tls on its clients.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> will reject ssl key/certs/CA/DH files if their ownership/permissions are not correct.  <li><a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> will reject ssl key/certs/CA/DH files if their ownership/permissions are not correct.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> engine change: prevent jobs from stomping on each other's files. Fixes races in make -j4 build in src.  <li><a href="http://man.openbsd.org?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> engine change: prevent jobs from stomping on each other's files. Fixes races in make -j4 build in src.
 <li>Add nscan as a disk queuing algorithm, make it the default with n = 128. Better performance for long sequential writes.  <li>Add nscan as a disk queuing algorithm, make it the default with n = 128. Better performance for long sequential writes.
 <li>Limit writes in flight to disk from buffer cache (via bufq) to a high water mark.  <li>Limit writes in flight to disk from buffer cache (via bufq) to a high water mark.
 <li>Teach amd64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">boot(8)</a> how to access a softraid crypto volume. Allows for full disk encryption. Currently disabled by default.  <li>Teach amd64 <a href="http://man.openbsd.org?query=boot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">boot(8)</a> how to access a softraid crypto volume. Allows for full disk encryption. Currently disabled by default.
 <!-- 2012/10/08 -->  <!-- 2012/10/08 -->
 <li>Enabled Supervisor Mode Execution Protection (SMEP) for i386 and amd64, found in recent Intel chips.  <li>Enabled Supervisor Mode Execution Protection (SMEP) for i386 and amd64, found in recent Intel chips.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> xserver re-opening mouse after VT-switch.  <li>Fixed <a href="http://man.openbsd.org?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> xserver re-opening mouse after VT-switch.
 <li>Revamped suspend/hibernate -> resume. If suspend sequence fails, now possible to recover along the resume code path.  <li>Revamped suspend/hibernate -> resume. If suspend sequence fails, now possible to recover along the resume code path.
 <li>Provide a mechanism for kernel to pass data through to the discipline during <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> volume assembly.  <li>Provide a mechanism for kernel to pass data through to the discipline during <a href="http://man.openbsd.org?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> volume assembly.
 <li>If amd64 booted from a bootable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> volume, always select the srX device unless the "a" partition of the disk is FFS.  <li>If amd64 booted from a bootable <a href="http://man.openbsd.org?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> volume, always select the srX device unless the "a" partition of the disk is FFS.
 <!-- 2012/10/07 -->  <!-- 2012/10/07 -->
 <li>Force MIT-MAGIC-COOKIE auth for all displays, like we do for :0.  <li>Force MIT-MAGIC-COOKIE auth for all displays, like we do for :0.
 <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to 1.2.4.  <li>Updated <a href="http://man.openbsd.org?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to 1.2.4.
 <li>Reduced the difference between i386 and amd64 versions of the speedstep code.  <li>Reduced the difference between i386 and amd64 versions of the speedstep code.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> will now skip RR if type is not MX. Use hostname if the list of MX is empty after the loop.  <li><a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> will now skip RR if type is not MX. Use hostname if the list of MX is empty after the loop.
 <li>Align hppa stack on a 64-byte boundary, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> can properly align stack variables.  <li>Align hppa stack on a 64-byte boundary, so <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> can properly align stack variables.
 <li>Provide a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&manpath=OpenBSD%20Current&sektion=8&format=html">sendmail(8)</a>-like interface to makemap so that some tools that assume <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&manpath=OpenBSD%20Current&sektion=8&format=html">sendmail(8)</a> do not break.  <li>Provide a <a href="http://man.openbsd.org?query=sendmail&manpath=OpenBSD%20Current&sektion=8&format=html">sendmail(8)</a>-like interface to makemap so that some tools that assume <a href="http://man.openbsd.org?query=sendmail&manpath=OpenBSD%20Current&sektion=8&format=html">sendmail(8)</a> do not break.
 <li>Bump max number of connections to a route from 5 to 10 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.  <li>Bump max number of connections to a route from 5 to 10 in <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
 <!-- 2012/10/06 -->  <!-- 2012/10/06 -->
 <li>Updated xkeyboard-config to 2.7.  <li>Updated xkeyboard-config to 2.7.
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> from wrapping system headers with an implicit extern "C". Unbreaks the webkit port.  <li>Stop <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> from wrapping system headers with an implicit extern "C". Unbreaks the webkit port.
 <!-- 2012/10/05 -->  <!-- 2012/10/05 -->
 <li>Add basic support for ivy bridge to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xf86&manpath=OpenBSD%20Current&sektion=4&format=html">xf86(4)</a>-video-intel; allows multiple display pipes to work.  <li>Add basic support for ivy bridge to <a href="http://man.openbsd.org?query=xf86&manpath=OpenBSD%20Current&sektion=4&format=html">xf86(4)</a>-video-intel; allows multiple display pipes to work.
 <li>Point interface directly to its bridgeport configuration, instead of to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&manpath=OpenBSD%20Current&sektion=4&format=html">bridge(4)</a> itself, to improve performance.  <li>Point interface directly to its bridgeport configuration, instead of to the <a href="http://man.openbsd.org?query=bridge&manpath=OpenBSD%20Current&sektion=4&format=html">bridge(4)</a> itself, to improve performance.
 <!-- 2012/10/04 -->  <!-- 2012/10/04 -->
 <li>Default map source to S_PLAIN, this allows us to simplify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a>.  <li>Default map source to S_PLAIN, this allows us to simplify <a href="http://man.openbsd.org?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a>.
 <li>Delay the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> call to log_debug() for displaying the backends used until the "real" debug mode is set.  <li>Delay the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> call to log_debug() for displaying the backends used until the "real" debug mode is set.
 <li>Added umac128 variant to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>.  <li>Added umac128 variant to <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>.
 <li>change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> to from=<...>, to=<...> instead of to=<...> for logging.  <li>change <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> to from=<...>, to=<...> instead of to=<...> for logging.
 <li>Use information provided by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> to attach secondary <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> host bridges.  <li>Use information provided by <a href="http://man.openbsd.org?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> to attach secondary <a href="http://man.openbsd.org?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> host bridges.
 <!-- 2012/10/03 -->  <!-- 2012/10/03 -->
 <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> backup MX trying to connect to itself and bounce in the loop detection code.  <li>Stopped <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> backup MX trying to connect to itself and bounce in the loop detection code.
 <li>Use a buffer large enough to fit a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mailaddr user-part, to avoid a fatal error.  <li>Use a buffer large enough to fit a <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mailaddr user-part, to avoid a fatal error.
 <li>Disallow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> root deliveries for "deliver to filename" and "deliver to mda" rules. Users should create a root alias instead.  <li>Disallow <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> root deliveries for "deliver to filename" and "deliver to mda" rules. Users should create a root alias instead.
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> trying to cope with iobuf_init() failure, make it fatal() instead.  <li>Stop <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> trying to cope with iobuf_init() failure, make it fatal() instead.
 <li>Only show <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> "inflight" debugging message if compiled with DEBUG > 1.  <li>Only show <a href="http://man.openbsd.org?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> "inflight" debugging message if compiled with DEBUG > 1.
 <li>Inherit and pass the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> relay table flags correctly.  <li>Inherit and pass the <a href="http://man.openbsd.org?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> relay table flags correctly.
 <li>Support more than one <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> relay backup table.  <li>Support more than one <a href="http://man.openbsd.org?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> relay backup table.
 <li>Attach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&manpath=OpenBSD%20Current&sektion=4&format=html">uath(4)</a> to D-Link WUA-2340.  <li>Attach <a href="http://man.openbsd.org?query=uath&manpath=OpenBSD%20Current&sektion=4&format=html">uath(4)</a> to D-Link WUA-2340.
 <!-- 2012/10/02 -->  <!-- 2012/10/02 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> changes: put back some job control that's necessary when we don't run a shell; improved debugging and -p output to sort variables, targets, rules, output stuff in a nicer format mimicing input; better error message when no command is found, explain where the target comes from; sort final error list by file; show system files in errors as <bsd.prog.mk>; reincorporate random delay; and optimise siginfo output by not regenerating the whole string each time.  <li><a href="http://man.openbsd.org?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> changes: put back some job control that's necessary when we don't run a shell; improved debugging and -p output to sort variables, targets, rules, output stuff in a nicer format mimicing input; better error message when no command is found, explain where the target comes from; sort final error list by file; show system files in errors as <bsd.prog.mk>; reincorporate random delay; and optimise siginfo output by not regenerating the whole string each time.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> session tree (C-b s) to expand and collapse sessions with left/right/space keys.  <li>Allow <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> session tree (C-b s) to expand and collapse sessions with left/right/space keys.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> -z option, broken in revision 1.215.  <li>Fixed <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> -z option, broken in revision 1.215.
 <!-- 2012/10/01 -->  <!-- 2012/10/01 -->
 <li>Add some random PEN (private enterprise numbers) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a>.  <li>Add some random PEN (private enterprise numbers) to <a href="http://man.openbsd.org?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a>.
 <li>Support 0.0.0.0 and 255.255.255.255 IPv4 addresses in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a>. Fixes aborting address traversal / SNMP walk when an "any"/0.0.0.0 address was configured on an interface.  <li>Support 0.0.0.0 and 255.255.255.255 IPv4 addresses in <a href="http://man.openbsd.org?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a>. Fixes aborting address traversal / SNMP walk when an "any"/0.0.0.0 address was configured on an interface.
 <!-- 2012/09/30 -->  <!-- 2012/09/30 -->
 <li>When outputting to stdout and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compress&manpath=OpenBSD%20Current&sektion=1&format=html">compress(1)</a> would grow the file, exit normally instead of with a value of 2. Also avoids unlinking the file "stdout" in the current directory in this case.  <li>When outputting to stdout and <a href="http://man.openbsd.org?query=compress&manpath=OpenBSD%20Current&sektion=1&format=html">compress(1)</a> would grow the file, exit normally instead of with a value of 2. Also avoids unlinking the file "stdout" in the current directory in this case.
 <li>Added decision to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> rule so that we can properly perform a "reject from" or "accept from" match.  <li>Added decision to the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> rule so that we can properly perform a "reject from" or "accept from" match.
 <!-- 2012/09/29 -->  <!-- 2012/09/29 -->
 <li>Fixed baud rate setting on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uslcom&manpath=OpenBSD%20Current&sektion=4&format=html">uslcom(4)</a> CP1201/2/3 devices; add support for hardware flow control.  <li>Fixed baud rate setting on <a href="http://man.openbsd.org?query=uslcom&manpath=OpenBSD%20Current&sektion=4&format=html">uslcom(4)</a> CP1201/2/3 devices; add support for hardware flow control.
 <!-- 2012/09/28 -->  <!-- 2012/09/28 -->
 <li>Fix address family for ipv6 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> packet capture in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a>.  <li>Fix address family for ipv6 <a href="http://man.openbsd.org?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> packet capture in <a href="http://man.openbsd.org?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a>.
 <!-- 2012/09/27 -->  <!-- 2012/09/27 -->
 <li>Add support for the Adaptec 39320LPE controller.  <li>Add support for the Adaptec 39320LPE controller.
 <li>When merging messages from an update, and message already exists in the main queue, don't count it twice.  <li>When merging messages from an update, and message already exists in the main queue, don't count it twice.
 <li>Use a smaller buffer size when not attached to a high speed/usb2 controller. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smsc&manpath=OpenBSD%20Current&sektion=4&format=html">smsc(4)</a> with usb1 controllers.  <li>Use a smaller buffer size when not attached to a high speed/usb2 controller. Fixes <a href="http://man.openbsd.org?query=smsc&manpath=OpenBSD%20Current&sektion=4&format=html">smsc(4)</a> with usb1 controllers.
 <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> file descriptor leak.  <li>Fixed a <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> file descriptor leak.
 <!-- 2012/09/26 -->  <!-- 2012/09/26 -->
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> memory leak in case of fdopen() failure.  <li>Fixed <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> memory leak in case of fdopen() failure.
 <li>Don't report link status unless <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ale&manpath=OpenBSD%20Current&sektion=4&format=html">ale(4)</a> interface is up. Status is only valid when the interface is up.  <li>Don't report link status unless <a href="http://man.openbsd.org?query=ale&manpath=OpenBSD%20Current&sektion=4&format=html">ale(4)</a> interface is up. Status is only valid when the interface is up.
 <li>Add support for VLAN sized frames to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=se&manpath=OpenBSD%20Current&sektion=4&format=html">se(4)</a>.  <li>Add support for VLAN sized frames to <a href="http://man.openbsd.org?query=se&manpath=OpenBSD%20Current&sektion=4&format=html">se(4)</a>.
 <li>Added D-Link DGE-530T support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a>.  <li>Added D-Link DGE-530T support to <a href="http://man.openbsd.org?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a>.
 <!-- 2012/09/25 -->  <!-- 2012/09/25 -->
 <li>Log final user and method used for local deliveries in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.  <li>Log final user and method used for local deliveries in <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
 <li>Correct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> DPADD to not list libssl, which it does not use.  <li>Correct <a href="http://man.openbsd.org?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> DPADD to not list libssl, which it does not use.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> master volume slider stuttering in MIDI programs.  <li>Fixed <a href="http://man.openbsd.org?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> master volume slider stuttering in MIDI programs.
 <li>Stop the space char completing a file name in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a>. Mimics more recent versions of emacs.  <li>Stop the space char completing a file name in <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a>. Mimics more recent versions of emacs.
 <li>Add minimal support for gen7/ivybridge in inteldrm. Manages memory; no attempt to setup the rings.  <li>Add minimal support for gen7/ivybridge in inteldrm. Manages memory; no attempt to setup the rings.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> notification for input from a pane.  <li>Add <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> notification for input from a pane.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> search forward so it can match strings on the last line, SF bug 3571114.  <li>Fix <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> search forward so it can match strings on the last line, SF bug 3571114.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> now enforces a more sane 'frags' limit.  <li><a href="http://man.openbsd.org?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> now enforces a more sane 'frags' limit.
 <!-- 2012/09/24 -->  <!-- 2012/09/24 -->
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> control_write_buffer.  <li>Added <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> control_write_buffer.
 <li>Better <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> test for when recovering current working directory.  <li>Better <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> test for when recovering current working directory.
 <li>Use ACS characters for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> choose-tree arrows.  <li>Use ACS characters for <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> choose-tree arrows.
 <!-- 2012/09/23 -->  <!-- 2012/09/23 -->
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=8&format=html">route(8)</a> -T 3 add to create a table even if the table does not exist yet. The only way to create alternate routing tables.  <li>Allow <a href="http://man.openbsd.org?query=route&manpath=OpenBSD%20Current&sektion=8&format=html">route(8)</a> -T 3 add to create a table even if the table does not exist yet. The only way to create alternate routing tables.
 <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> graceful restart by default. Disabled per neighbour with "announce restart no".  <li>Enable <a href="http://man.openbsd.org?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> graceful restart by default. Disabled per neighbour with "announce restart no".
 <li>Unlink imake and cf from build. This now is in ports.  <li>Unlink imake and cf from build. This now is in ports.
 <!-- 2012/09/21 -->  <!-- 2012/09/21 -->
 <li>On i386, make sure we send MSIs to the primary CPU like we do on amd64.  <li>On i386, make sure we send MSIs to the primary CPU like we do on amd64.
 <li>Fix for VU#624931 CVE-2012-2978 to to 5.1-stable: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> denial of service vulnerability from non-standard DNS packet.  <li>Fix for VU#624931 CVE-2012-2978 to to 5.1-stable: <a href="http://man.openbsd.org?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> denial of service vulnerability from non-standard DNS packet.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> now logs envelope status in a uniform way, automagically adding a rcpt=<user@domain> field if "dest" differs from the original "rcpt".  <li><a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> now logs envelope status in a uniform way, automagically adding a rcpt=<user@domain> field if "dest" differs from the original "rcpt".
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> handling of filenames containing escaped globbing characters, and escape "#" and "*". Also, fixed improper handling of absolute paths when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwd&manpath=OpenBSD%20Current&sektion=1&format=html">pwd(1)</a> is part of the completed path.  <li>Fixed <a href="http://man.openbsd.org?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> handling of filenames containing escaped globbing characters, and escape "#" and "*". Also, fixed improper handling of absolute paths when <a href="http://man.openbsd.org?query=pwd&manpath=OpenBSD%20Current&sektion=1&format=html">pwd(1)</a> is part of the completed path.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> file descriptor accounting for relays: reserve fds for unopened connections to backend servers.  <li><a href="http://man.openbsd.org?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> file descriptor accounting for relays: reserve fds for unopened connections to backend servers.
 <li>Major overhaul of the way <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> handle jobs.  <li>Major overhaul of the way <a href="http://man.openbsd.org?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> handle jobs.
 <!-- 2012/09/20 -->  <!-- 2012/09/20 -->
 <li>Added sensor types to sensor framework: pressure (10^-3 Pa); distance (10^-6 m); acceleration (10^-6 m/s^2).  <li>Added sensor types to sensor framework: pressure (10^-3 Pa); distance (10^-6 m); acceleration (10^-6 m/s^2).
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&manpath=OpenBSD%20Current&sektion=8&format=html">ospf6d(8)</a> kroute code to read the scope of the route correctly.  <li>Fixed <a href="http://man.openbsd.org?query=ospf6d&manpath=OpenBSD%20Current&sektion=8&format=html">ospf6d(8)</a> kroute code to read the scope of the route correctly.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&manpath=OpenBSD%20Current&sektion=4&format=html">pfsync(4)</a> now restores <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&manpath=OpenBSD%20Current&sektion=4&format=html">carp(4)</a> demotions, so it won't leave the machine in a demoted state.  <li><a href="http://man.openbsd.org?query=pfsync&manpath=OpenBSD%20Current&sektion=4&format=html">pfsync(4)</a> now restores <a href="http://man.openbsd.org?query=carp&manpath=OpenBSD%20Current&sektion=4&format=html">carp(4)</a> demotions, so it won't leave the machine in a demoted state.
 <li>Don't filter spanning tree BPDUs. Either process, or forward them (avoids bridging loops).  <li>Don't filter spanning tree BPDUs. Either process, or forward them (avoids bridging loops).
 <li>Added driver for Toradex OAK usb sensors: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uoaklux&manpath=OpenBSD%20Current&sektion=4&format=html">uoaklux(4)</a>: LUX USB illuminance sensor; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uoakrh&manpath=OpenBSD%20Current&sektion=4&format=html">uoakrh(4)</a> USB temperature and relative humidity sensor; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uoakv&manpath=OpenBSD%20Current&sektion=4&format=html">uoakv(4)</a> USB +/- 10V 8channel ADC interface.  <li>Added driver for Toradex OAK usb sensors: <a href="http://man.openbsd.org?query=uoaklux&manpath=OpenBSD%20Current&sektion=4&format=html">uoaklux(4)</a>: LUX USB illuminance sensor; <a href="http://man.openbsd.org?query=uoakrh&manpath=OpenBSD%20Current&sektion=4&format=html">uoakrh(4)</a> USB temperature and relative humidity sensor; <a href="http://man.openbsd.org?query=uoakv&manpath=OpenBSD%20Current&sektion=4&format=html">uoakv(4)</a> USB +/- 10V 8channel ADC interface.
 <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppctl&manpath=OpenBSD%20Current&sektion=8&format=html">npppctl(8)</a> in default build. Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&manpath=OpenBSD%20Current&sektion=8&format=html">rc(8)</a> and install sample configs to /etc/.  <li>Enable <a href="http://man.openbsd.org?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> and <a href="http://man.openbsd.org?query=npppctl&manpath=OpenBSD%20Current&sektion=8&format=html">npppctl(8)</a> in default build. Add <a href="http://man.openbsd.org?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> to <a href="http://man.openbsd.org?query=rc&manpath=OpenBSD%20Current&sektion=8&format=html">rc(8)</a> and install sample configs to /etc/.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">ntpd.conf(5)</a> to assign a stratum to a sensor with the syntax "stratum <level>".  <li>Allow <a href="http://man.openbsd.org?query=ntpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">ntpd.conf(5)</a> to assign a stratum to a sensor with the syntax "stratum <level>".
 <li>Be consistent between installer and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=useradd&manpath=OpenBSD%20Current&sektion=8&format=html">useradd(8)</a>, and put newly created users into their own primary group. Does not change existing installations that already have a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usermgmt.conf&manpath=OpenBSD%20Current&sektion=5&format=html">usermgmt.conf(5)</a>.  <li>Be consistent between installer and <a href="http://man.openbsd.org?query=useradd&manpath=OpenBSD%20Current&sektion=8&format=html">useradd(8)</a>, and put newly created users into their own primary group. Does not change existing installations that already have a <a href="http://man.openbsd.org?query=usermgmt.conf&manpath=OpenBSD%20Current&sektion=5&format=html">usermgmt.conf(5)</a>.
 <li>Lower <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a> frags limit. Avoids running out of mbuf clusters when dealing with lots of IP fragments.  <li>Lower <a href="http://man.openbsd.org?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a> frags limit. Avoids running out of mbuf clusters when dealing with lots of IP fragments.
 <!-- 2012/09/19 -->  <!-- 2012/09/19 -->
 <li>Set up i386/amd64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> bus number resource accounting for the main PCI bus hierarchy.  <li>Set up i386/amd64 <a href="http://man.openbsd.org?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> bus number resource accounting for the main PCI bus hierarchy.
 <li>Add resource tracking for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> bus numbers. Stops attaching the same bus twice.  <li>Add resource tracking for <a href="http://man.openbsd.org?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> bus numbers. Stops attaching the same bus twice.
 <li>Add i386/amd64 support for the rdrand instruction found in recent Intel processors.  <li>Add i386/amd64 support for the rdrand instruction found in recent Intel processors.
 <li>When a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=socket&manpath=OpenBSD%20Current&sektion=2&format=html">socket(2)</a> is spliced, it may not wakeup the userland for reading. Avoids race condition.  <li>When a <a href="http://man.openbsd.org?query=socket&manpath=OpenBSD%20Current&sektion=2&format=html">socket(2)</a> is spliced, it may not wakeup the userland for reading. Avoids race condition.
 <li>Added drivers for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=virtio&manpath=OpenBSD%20Current&sektion=4&format=html">virtio(4)</a> network (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a>) and block devices (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vioblk&manpath=OpenBSD%20Current&sektion=4&format=html">vioblk(4)</a>, the disks attach as scsi disks).  <li>Added drivers for <a href="http://man.openbsd.org?query=virtio&manpath=OpenBSD%20Current&sektion=4&format=html">virtio(4)</a> network (<a href="http://man.openbsd.org?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a>) and block devices (<a href="http://man.openbsd.org?query=vioblk&manpath=OpenBSD%20Current&sektion=4&format=html">vioblk(4)</a>, the disks attach as scsi disks).
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> ICMP checks by setting the socklen correctly before calling recvfrom().  <li>Fix <a href="http://man.openbsd.org?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> ICMP checks by setting the socklen correctly before calling recvfrom().
 <!-- 2012/09/18 -->  <!-- 2012/09/18 -->
 <li>Several tweaks to make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&manpath=OpenBSD%20Current&sektion=4&format=html">mpi(4)</a> work for vmware emulated sas adapters, and improved error reporting.  <li>Several tweaks to make <a href="http://man.openbsd.org?query=mpi&manpath=OpenBSD%20Current&sektion=4&format=html">mpi(4)</a> work for vmware emulated sas adapters, and improved error reporting.
 <li>Once resolv.conf.saved has been copied back as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a>, delete so it isn't copied again the next time a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> goes away.  <li>Once resolv.conf.saved has been copied back as <a href="http://man.openbsd.org?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a>, delete so it isn't copied again the next time a <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> goes away.
 <li>Support the Lenovo ThinkVision LT1421 (portable displaylink monitor) with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&manpath=OpenBSD%20Current&sektion=4&format=html">udl(4)</a>.  <li>Support the Lenovo ThinkVision LT1421 (portable displaylink monitor) with <a href="http://man.openbsd.org?query=udl&manpath=OpenBSD%20Current&sektion=4&format=html">udl(4)</a>.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&manpath=OpenBSD%20Current&sektion=4&format=html">udl(4)</a> support for 1366x768 widescreen displays.  <li>Added <a href="http://man.openbsd.org?query=udl&manpath=OpenBSD%20Current&sektion=4&format=html">udl(4)</a> support for 1366x768 widescreen displays.
 <li>Wait until all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> transfers have finished before giving up DMA buffer mappings.  <li>Wait until all <a href="http://man.openbsd.org?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> transfers have finished before giving up DMA buffer mappings.
 <li>New configuration syntax for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a>. npppd.conf based on parse.y; npppd-users based on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcap&manpath=OpenBSD%20Current&sektion=3&format=html">getcap(3)</a>.  <li>New configuration syntax for <a href="http://man.openbsd.org?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a>. npppd.conf based on parse.y; npppd-users based on <a href="http://man.openbsd.org?query=getcap&manpath=OpenBSD%20Current&sektion=3&format=html">getcap(3)</a>.
 <li>Add bounds check on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> tab-completion.  <li>Add bounds check on <a href="http://man.openbsd.org?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> tab-completion.
 <li>Print the weight in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&manpath=OpenBSD%20Current&sektion=8&format=html">bgpctl(8)</a> "show rib" detail output.  <li>Print the weight in the <a href="http://man.openbsd.org?query=bgpctl&manpath=OpenBSD%20Current&sektion=8&format=html">bgpctl(8)</a> "show rib" detail output.
 <li>Don't accept dhclient() leases that offer a subnet that is already configured on an interface.  <li>Don't accept dhclient() leases that offer a subnet that is already configured on an interface.
 <li>Add 2 new knobs to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usermod&manpath=OpenBSD%20Current&sektion=8&format=html">usermod(8)</a>: "-U" to unlock an account; "-Z" to lock an account.  <li>Add 2 new knobs to <a href="http://man.openbsd.org?query=usermod&manpath=OpenBSD%20Current&sektion=8&format=html">usermod(8)</a>: "-U" to unlock an account; "-Z" to lock an account.
 <!-- 2012/09/17 -->  <!-- 2012/09/17 -->
 <li>When a link is lost, call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient-script&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient-script(8)</a> with reason "FAIL". Removes 'dead' routes.  <li>When a link is lost, call <a href="http://man.openbsd.org?query=dhclient-script&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient-script(8)</a> with reason "FAIL". Removes 'dead' routes.
 <li>Added IPV6_RECVDSTPORT socket option. Enables <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip6&manpath=OpenBSD%20Current&sektion=4&format=html">ip6(4)</a> to get original (= before divert) destination port of a UDP packet.  <li>Added IPV6_RECVDSTPORT socket option. Enables <a href="http://man.openbsd.org?query=ip6&manpath=OpenBSD%20Current&sektion=4&format=html">ip6(4)</a> to get original (= before divert) destination port of a UDP packet.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> statistics.  <li>Fix <a href="http://man.openbsd.org?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> statistics.
 <li>Fix format expansion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a> to be less confusing.  <li>Fix format expansion in <a href="http://man.openbsd.org?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a> to be less confusing.
 <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> bug where local sessions were not accounted for.  <li>Fixed a <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> bug where local sessions were not accounted for.
 <li>Simplify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fw_update&manpath=OpenBSD%20Current&sektion=1&format=html">fw_update(1)</a> detection of release/stable vs. snapshot kernel.  <li>Simplify <a href="http://man.openbsd.org?query=fw_update&manpath=OpenBSD%20Current&sektion=1&format=html">fw_update(1)</a> detection of release/stable vs. snapshot kernel.
 <li>Recognise executables tagged with ELFOSABI_OPENBSD as native executables. Fixes Go language port.  <li>Recognise executables tagged with ELFOSABI_OPENBSD as native executables. Fixes Go language port.
 <li>Add initial SNMPv3 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a>. Configuration is described in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">snmpd.conf(5)</a>.  <li>Add initial SNMPv3 support to <a href="http://man.openbsd.org?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a>. Configuration is described in <a href="http://man.openbsd.org?query=snmpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">snmpd.conf(5)</a>.
 <li>clear old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> keys on re-keying.  <li>clear old <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> keys on re-keying.
 <li>Improved xf86-video-intel hack to restore text mode on ironlake/sandy bridge.  <li>Improved xf86-video-intel hack to restore text mode on ironlake/sandy bridge.
 <!-- 2012/09/16 -->  <!-- 2012/09/16 -->
 <li>Ensure we have at least two <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> descriptors per-client accepted, to avoid fatal when client sends DATA, and we don't have a descriptor for it.  <li>Ensure we have at least two <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> descriptors per-client accepted, to avoid fatal when client sends DATA, and we don't have a descriptor for it.
 <!-- 2012/09/15 -->  <!-- 2012/09/15 -->
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> queueing to work properly when IPv6 disabled.  <li>Allow <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> queueing to work properly when IPv6 disabled.
 <li>Encode <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&manpath=OpenBSD%20Current&sektion=8&format=html">ipsecctl(8)</a> transform parameters in the transform name, too. Unbreaks setups that allow multiple transforms for a connection.  <li>Encode <a href="http://man.openbsd.org?query=ipsecctl&manpath=OpenBSD%20Current&sektion=8&format=html">ipsecctl(8)</a> transform parameters in the transform name, too. Unbreaks setups that allow multiple transforms for a connection.
 <li>m88k does not have the m68k long double type, so don't build long double libm routines.  <li>m88k does not have the m68k long double type, so don't build long double libm routines.
 <!-- 2012/09/14 -->  <!-- 2012/09/14 -->
 <li>Don't read the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&amp;sektion=8">sndiod(8)</a> xrun counter before the offset in the audio ring. Stops potential timing error.  <li>Don't read the <a href="http://man.openbsd.org?query=sndiod&amp;sektion=8">sndiod(8)</a> xrun counter before the offset in the audio ring. Stops potential timing error.
 <li>When printing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> ioev, do not segfault if there is no associated iobuf. Also give info about the cipher if there is an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> context.  <li>When printing <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> ioev, do not segfault if there is no associated iobuf. Also give info about the cipher if there is an <a href="http://man.openbsd.org?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> context.
 <li>Check limits before allocating the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> session.  <li>Check limits before allocating the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> session.
 <li>Tell <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> that "!" is a shell reserved word, this lets "test: ! pgrep process" work, without trying to look for a '!' command.  <li>Tell <a href="http://man.openbsd.org?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> that "!" is a shell reserved word, this lets "test: ! pgrep process" work, without trying to look for a '!' command.
 <!-- 2012/09/13 -->  <!-- 2012/09/13 -->
 <li>Stop xinstall unlinking destination if we can't open the source file. Avoids race condition and fixes a problem with databases/ruby-ldap.  <li>Stop xinstall unlinking destination if we can't open the source file. Avoids race condition and fixes a problem with databases/ruby-ldap.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a> precedence bug (& has lower precedence than !=).  <li>Fix <a href="http://man.openbsd.org?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a> precedence bug (& has lower precedence than !=).
 <!-- 2012/09/12 -->  <!-- 2012/09/12 -->
 <li>Simplify the way we call the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> script in "restart".  <li>Simplify the way we call the <a href="http://man.openbsd.org?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> script in "restart".
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a> code to support recent chips which have phys in locations other than phy address 1.  <li>Added <a href="http://man.openbsd.org?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a> code to support recent chips which have phys in locations other than phy address 1.
 <!-- 2012/09/10 -->  <!-- 2012/09/10 -->
 <li>Define empty CDIAGFLAGS for programs that use Werror. Makes "make build" build with WARNINGS=Yes on amd64.  <li>Define empty CDIAGFLAGS for programs that use Werror. Makes "make build" build with WARNINGS=Yes on amd64.
 <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sasyncd&manpath=OpenBSD%20Current&sektion=8&format=html">sasyncd(8)</a> race condition which would cause segfault.  <li>Fixed a <a href="http://man.openbsd.org?query=sasyncd&manpath=OpenBSD%20Current&sektion=8&format=html">sasyncd(8)</a> race condition which would cause segfault.
 <li>Better <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> graceful restart support. Implements only the "Restarting Client" bits of the RFC. Off by default ("announce restart yes" to enable it).  <li>Better <a href="http://man.openbsd.org?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> graceful restart support. Implements only the "Restarting Client" bits of the RFC. Off by default ("announce restart yes" to enable it).
 <li>Prevent detection of bogus libraries by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ldconfig(8)</a>.  <li>Prevent detection of bogus libraries by <a href="http://man.openbsd.org?query=ldconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ldconfig(8)</a>.
 <li>Cherry-pick upstream's commit to convert the openchrome driver for compatibility with xserver 1.13.  <li>Cherry-pick upstream's commit to convert the openchrome driver for compatibility with xserver 1.13.
 <li>Simplify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler by making it a quadratic delaying (delay derived from the retry count).  <li>Simplify <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler by making it a quadratic delaying (delay derived from the retry count).
 <li>Initialise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> fd correctly. Fixes many problems.  <li>Initialise <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> fd correctly. Fixes many problems.
 <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uftdi&manpath=OpenBSD%20Current&sektion=4&format=html">uftdi(4)</a> FTDI FT2232H.  <li>Support <a href="http://man.openbsd.org?query=uftdi&manpath=OpenBSD%20Current&sektion=4&format=html">uftdi(4)</a> FTDI FT2232H.
 <li>Removed "OLF method" used for transition from a.out to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a>, and compat layers.  <li>Removed "OLF method" used for transition from a.out to <a href="http://man.openbsd.org?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a>, and compat layers.
 <li>Fixed some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduling loop issues and handle envelope scheduling/expiration better.  <li>Fixed some <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduling loop issues and handle envelope scheduling/expiration better.
 <li>Add checks before deciding <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmt&manpath=OpenBSD%20Current&sektion=4&format=html">vmt(4)</a> vmt_probe has succeeded. Prevents doomed attempts to attach on qemu, while allowing it to still work on vmware.  <li>Add checks before deciding <a href="http://man.openbsd.org?query=vmt&manpath=OpenBSD%20Current&sektion=4&format=html">vmt(4)</a> vmt_probe has succeeded. Prevents doomed attempts to attach on qemu, while allowing it to still work on vmware.
 <li>sh architecture moves to PIE.  <li>sh architecture moves to PIE.
 <li>Cleanup <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&manpath=OpenBSD%20Current&sektion=9&format=html">vfs(9)</a> mount string handling.  <li>Cleanup <a href="http://man.openbsd.org?query=vfs&manpath=OpenBSD%20Current&sektion=9&format=html">vfs(9)</a> mount string handling.
 <li>Added missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&manpath=OpenBSD%20Current&sektion=8&format=html">pppoe(8)</a> IPv6 congestion indicator code, and drop the unencrypted packets when the MPPE is required.  <li>Added missing <a href="http://man.openbsd.org?query=pppoe&manpath=OpenBSD%20Current&sektion=8&format=html">pppoe(8)</a> IPv6 congestion indicator code, and drop the unencrypted packets when the MPPE is required.
 <!-- 2012/09/09 -->  <!-- 2012/09/09 -->
 <li>Fake a sigwinch after each job, so if the terminal changes size, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> will notice and update.  <li>Fake a sigwinch after each job, so if the terminal changes size, <a href="http://man.openbsd.org?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> will notice and update.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> clients to be resized from a max state.  <li>Allow <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> clients to be resized from a max state.
 <li>Set use_collect2 on m88k. IMPORTANT: recompile/reinstall libc, libobjc, libpthread and libstdc++ immediately after installing the new gcc.  <li>Set use_collect2 on m88k. IMPORTANT: recompile/reinstall libc, libobjc, libpthread and libstdc++ immediately after installing the new gcc.
 <li>Updates to: xf86-video-wsfb 0.4.1; xf86-video-wsudl 0.2.2; xf86-video-wildcatfb 0.0.2; and xf86-video-dummy 0.3.6.  <li>Updates to: xf86-video-wsfb 0.4.1; xf86-video-wsudl 0.2.2; xf86-video-wildcatfb 0.0.2; and xf86-video-dummy 0.3.6.
 <!-- 2012/09/08 -->  <!-- 2012/09/08 -->
 <li>Reverse the order that ctors and dtors are run. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> C++'s init_priority attribute.  <li>Reverse the order that ctors and dtors are run. Fixes <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> C++'s init_priority attribute.
 <li>Switch hp300 and landisk to timecounters.  <li>Switch hp300 and landisk to timecounters.
 <li>Wrap all the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> glue with "if __OS_HAS_AGP" in such form that it is true if the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> driver is present.  <li>Wrap all the <a href="http://man.openbsd.org?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> glue with "if __OS_HAS_AGP" in such form that it is true if the <a href="http://man.openbsd.org?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> driver is present.
 <li>Update to: xf86-video-s3 0.6.5; xf86-video-s3virge to 1.10.6; xf86-video-sis 0.10.7; xf86-video-tdfx 1.4.5; xf86-video-trident 1.3.6; xf86-video-mga 1.6.1; xf86-video-r128 6.8.4; xf86-video-savage 2.3.6; xf86-video-vesa 2.3.2; xf86-video-siliconmotion 1.7.7.  <li>Update to: xf86-video-s3 0.6.5; xf86-video-s3virge to 1.10.6; xf86-video-sis 0.10.7; xf86-video-tdfx 1.4.5; xf86-video-trident 1.3.6; xf86-video-mga 1.6.1; xf86-video-r128 6.8.4; xf86-video-savage 2.3.6; xf86-video-vesa 2.3.2; xf86-video-siliconmotion 1.7.7.
 <li>Plug a race where we're trying to kill a traced process while it is already exiting.  <li>Plug a race where we're trying to kill a traced process while it is already exiting.
 <!-- 2012/09/07 -->  <!-- 2012/09/07 -->
 <li>Bump amd64 CPU feature strings to 12 chars, since some names are now 8 characters long.  <li>Bump amd64 CPU feature strings to 12 chars, since some names are now 8 characters long.
 <li>Call pci_min_powerstate() to determine the lowest possible powerstate instead of hardcoding it to D3.  <li>Call pci_min_powerstate() to determine the lowest possible powerstate instead of hardcoding it to D3.
 <li>Fixup a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&manpath=OpenBSD%20Current&sektion=4&format=html">mpii(4)</a> memory access fault on an invalid reply.  <li>Fixup a <a href="http://man.openbsd.org?query=mpii&manpath=OpenBSD%20Current&sektion=4&format=html">mpii(4)</a> memory access fault on an invalid reply.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> C-r not screw up the line counter if the pattern ends up not matching.  <li>Make <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> C-r not screw up the line counter if the pattern ends up not matching.
 <li>Create IPv6 privacy addresses even if static IPv6 addresses are present. Restores ability to use privacy addresses for outgoing connections and static addresses for incoming connections (broken by r1.62).  <li>Create IPv6 privacy addresses even if static IPv6 addresses are present. Restores ability to use privacy addresses for outgoing connections and static addresses for incoming connections (broken by r1.62).
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> muxmaster run with -N shut down gracefully when a client sends it "-O stop".  <li>Make <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> muxmaster run with -N shut down gracefully when a client sends it "-O stop".
 <!-- 2012/09/06 -->  <!-- 2012/09/06 -->
 <li>Print '^Z' instead of a raw ^Z when the sequence is not supported by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>.  <li>Print '^Z' instead of a raw ^Z when the sequence is not supported by <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>.
 <li>Removed compat_aout support for i386.  <li>Removed compat_aout support for i386.
 <li>Make all dos file names 11 byte array. Fixes "panic: smashed stack in msdosfs_rename.c".  <li>Make all dos file names 11 byte array. Fixes "panic: smashed stack in msdosfs_rename.c".
 <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> escape command help (~?) context sensitive, so only commands that will work in current session are shown.  <li>Make the <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> escape command help (~?) context sensitive, so only commands that will work in current session are shown.
 <li>shorter display for minor <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> updatesets, "foo-0.0->foo-1.0" becomes "foo-0.0->1.0".  <li>shorter display for minor <a href="http://man.openbsd.org?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> updatesets, "foo-0.0->foo-1.0" becomes "foo-0.0->1.0".
 <!-- 2012/09/05 -->  <!-- 2012/09/05 -->
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> ~v and ~V escape sequences to raise and lower the logging level respectively.  <li>Add <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> ~v and ~V escape sequences to raise and lower the logging level respectively.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> sh -c should not munge argv[]. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&manpath=OpenBSD%20Current&sektion=1&format=html">ps(1)</a> -ww output.  <li><a href="http://man.openbsd.org?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> sh -c should not munge argv[]. Fixes <a href="http://man.openbsd.org?query=ps&manpath=OpenBSD%20Current&sektion=1&format=html">ps(1)</a> -ww output.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rm&manpath=OpenBSD%20Current&sektion=1&format=html">rm(1)</a> will now overwrite with random stream (a repeating chunk of random data isn't random at all).  <li><a href="http://man.openbsd.org?query=rm&manpath=OpenBSD%20Current&sektion=1&format=html">rm(1)</a> will now overwrite with random stream (a repeating chunk of random data isn't random at all).
 <li>COMPAT_O48 turned off in GENERIC kernel.  <li>COMPAT_O48 turned off in GENERIC kernel.
 <li>Implement basic (blocking) YP support for getaddrinfo_async(). YP is now supported on all relevant resolver functions.  <li>Implement basic (blocking) YP support for getaddrinfo_async(). YP is now supported on all relevant resolver functions.
 <li>Handle empty list properly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> choose-list.  <li>Handle empty list properly in <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> choose-list.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> can't tell what a terminal has done with a DCS string, so reset cursor and attributes afterwards.  <li><a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> can't tell what a terminal has done with a DCS string, so reset cursor and attributes afterwards.
 <li>When running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fw_update&manpath=OpenBSD%20Current&sektion=1&format=html">fw_update(1)</a>, don't let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> turn interactive, and waive the @ask-update questions.  <li>When running <a href="http://man.openbsd.org?query=fw_update&manpath=OpenBSD%20Current&sektion=1&format=html">fw_update(1)</a>, don't let <a href="http://man.openbsd.org?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> turn interactive, and waive the @ask-update questions.
 <!-- 2012/09/04 -->  <!-- 2012/09/04 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&manpath=OpenBSD%20Current&sektion=8&format=html">rtadvd(8)</a> config code no longer truncates a pointer to int, before checking the low bits.  <li><a href="http://man.openbsd.org?query=rtadvd&manpath=OpenBSD%20Current&sektion=8&format=html">rtadvd(8)</a> config code no longer truncates a pointer to int, before checking the low bits.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rm&manpath=OpenBSD%20Current&sektion=1&format=html">rm(1)</a> now only does one random overwrite, as this is deemed sufficient.  <li><a href="http://man.openbsd.org?query=rm&manpath=OpenBSD%20Current&sektion=1&format=html">rm(1)</a> now only does one random overwrite, as this is deemed sufficient.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypt&manpath=OpenBSD%20Current&sektion=3&format=html">crypt(3)</a> now uses <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random_buf&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random_buf(3)</a> to fill buffers.  <li><a href="http://man.openbsd.org?query=crypt&manpath=OpenBSD%20Current&sektion=3&format=html">crypt(3)</a> now uses <a href="http://man.openbsd.org?query=arc4random_buf&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random_buf(3)</a> to fill buffers.
 <li>Added support for -fPIC to sparc.  <li>Added support for -fPIC to sparc.
 <li>Fixed log_err() calls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sasyncd&manpath=OpenBSD%20Current&sektion=8&format=html">sasyncd(8)</a>.  <li>Fixed log_err() calls in <a href="http://man.openbsd.org?query=sasyncd&manpath=OpenBSD%20Current&sektion=8&format=html">sasyncd(8)</a>.
 <!-- 2012/09/03 -->  <!-- 2012/09/03 -->
 <li>Fixed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> example filter to match current API.  <li>Fixed the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> example filter to match current API.
 <li>Resolve unchecked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a>s in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&manpath=OpenBSD%20Current&sektion=8&format=html">scsi(8)</a>.  <li>Resolve unchecked <a href="http://man.openbsd.org?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a>s in <a href="http://man.openbsd.org?query=scsi&manpath=OpenBSD%20Current&sektion=8&format=html">scsi(8)</a>.
 <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=as&manpath=OpenBSD%20Current&sektion=1&format=html">as(1)</a> about rdrand on i386/amd64.  <li>Teach <a href="http://man.openbsd.org?query=as&manpath=OpenBSD%20Current&sektion=1&format=html">as(1)</a> about rdrand on i386/amd64.
 <li>Use the correct index when adding item in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> choose-tree.  <li>Use the correct index when adding item in <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> choose-tree.
 <li>When choosing a pane found by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> find-window, switch to that pane rather than just the window.  <li>When choosing a pane found by <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> find-window, switch to that pane rather than just the window.
 <li>Added cmd-choose-list to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>, to allow arbitrary options to be selected.  <li>Added cmd-choose-list to <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>, to allow arbitrary options to be selected.
 <li>Send notifications to control <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> clients. Also don't redraw client when suspended.  <li>Send notifications to control <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> clients. Also don't redraw client when suspended.
 <li>Start with stdin disabled, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> doesn't eat anything (eg pasting commands).  <li>Start with stdin disabled, so <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> doesn't eat anything (eg pasting commands).
 <!-- 2012/09/02 -->  <!-- 2012/09/02 -->
 <li>Unbreak compilation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umidi&manpath=OpenBSD%20Current&sektion=4&format=html">umidi(4)</a> when no DIAGNOSTICS are defined.  <li>Unbreak compilation of <a href="http://man.openbsd.org?query=umidi&manpath=OpenBSD%20Current&sektion=4&format=html">umidi(4)</a> when no DIAGNOSTICS are defined.
 <li>Make profiling work on hppa.  <li>Make profiling work on hppa.
 <li>Take hppa to PIE as well.  <li>Take hppa to PIE as well.
 <li>Be nice to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&amp;sektion=8">sndiod(8)</a> server and align data packets to audio block boundary.  <li>Be nice to the <a href="http://man.openbsd.org?query=sndiod&amp;sektion=8">sndiod(8)</a> server and align data packets to audio block boundary.
 <!-- 2012/09/01 -->  <!-- 2012/09/01 -->
 <li>Enable PIE on alpha.  <li>Enable PIE on alpha.
 <li>Always update ifi->linkstat in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> dispatch() loop.  <li>Always update ifi->linkstat in <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> dispatch() loop.
 <li>Remove support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> encrypted queue, to be reintroduced later.  <li>Remove support for <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> encrypted queue, to be reintroduced later.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> fixed to stop segfaults on landisk when building mysql; PR #28467.  <li><a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> fixed to stop segfaults on landisk when building mysql; PR #28467.
 <li>Show more precisely what the problem is when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a>.  <li>Show more precisely what the problem is when using <a href="http://man.openbsd.org?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a>.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> "-f" only affect the "start" action.  <li>Make <a href="http://man.openbsd.org?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> "-f" only affect the "start" action.
 <!-- 2012/08/31 -->  <!-- 2012/08/31 -->
 <li>Compile <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> with debug info. Helps <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> hacking and easier to debug code that uses <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dlopen&manpath=OpenBSD%20Current&sektion=3&format=html">dlopen(3)</a>.  <li>Compile <a href="http://man.openbsd.org?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> with debug info. Helps <a href="http://man.openbsd.org?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> hacking and easier to debug code that uses <a href="http://man.openbsd.org?query=dlopen&manpath=OpenBSD%20Current&sektion=3&format=html">dlopen(3)</a>.
 <li>Allow "filename too long" error message to be seen; error now stops <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> exiting when C-x C-c is called.  <li>Allow "filename too long" error message to be seen; error now stops <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> exiting when C-x C-c is called.
 <li>Enable PIE on amd64, mips64(el) and sparc64.  <li>Enable PIE on amd64, mips64(el) and sparc64.
 <li>Switch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> to use __guard_local instead of __guard. Allows GCC to emit -fstack-protector code that doesn't need GOT indirection for accessing __guard.  <li>Switch <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> to use __guard_local instead of __guard. Allows GCC to emit -fstack-protector code that doesn't need GOT indirection for accessing __guard.
 <li>Wake on LAN support added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&manpath=OpenBSD%20Current&sektion=4&format=html">nfe(4)</a>.  <li>Wake on LAN support added to <a href="http://man.openbsd.org?query=nfe&manpath=OpenBSD%20Current&sektion=4&format=html">nfe(4)</a>.
 <!-- 2012/08/30 -->  <!-- 2012/08/30 -->
 <li>Reset an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> errno, so we can save a new file in a directory where permissions are ok.  <li>Reset an <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> errno, so we can save a new file in a directory where permissions are ok.
 <li>On SPARC64 VI/VII CPUs, sleep while spinning (may let another thread do some useful work).  <li>On SPARC64 VI/VII CPUs, sleep while spinning (may let another thread do some useful work).
 <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&manpath=OpenBSD%20Current&sektion=8&format=html">ipsecctl(8)</a> issuing a spurious "force" when "group none" is specified.  <li>Stop <a href="http://man.openbsd.org?query=ipsecctl&manpath=OpenBSD%20Current&sektion=8&format=html">ipsecctl(8)</a> issuing a spurious "force" when "group none" is specified.
 <li>When reloading envelopes from disk, skip ones already known to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler.  <li>When reloading envelopes from disk, skip ones already known to the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler.
 <li>Correctly free the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mta task if all rcpt where rejected; fix refcounting; add some stat counters.  <li>Correctly free the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mta task if all rcpt where rejected; fix refcounting; add some stat counters.
 <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmdb&manpath=OpenBSD%20Current&sektion=1&format=html">pmdb(1)</a> to the attic.  <li>Moved <a href="http://man.openbsd.org?query=pmdb&manpath=OpenBSD%20Current&sektion=1&format=html">pmdb(1)</a> to the attic.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> sloppy state tracking missing half the connection in asymmetric setups and ignoring state match in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> direction checks.  <li>Fixed <a href="http://man.openbsd.org?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> sloppy state tracking missing half the connection in asymmetric setups and ignoring state match in <a href="http://man.openbsd.org?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> direction checks.
 <li>Use (rate / 15) as block size in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> off-line mode, to ensure the block size stays below SHORT_MAX.  <li>Use (rate / 15) as block size in <a href="http://man.openbsd.org?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> off-line mode, to ensure the block size stays below SHORT_MAX.
 <li>Stop odd things happening in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> cursor and line counter if you open an already open buffer via C-x C-f.  <li>Stop odd things happening in <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> cursor and line counter if you open an already open buffer via C-x C-f.
 <li>Allows user to decide what to do with buffers experiencing write errors during C-x C-c (exiting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a>).  <li>Allows user to decide what to do with buffers experiencing write errors during C-x C-c (exiting <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a>).
 <!-- 2012/08/29 -->  <!-- 2012/08/29 -->
 <li>Remove libexec/tftp-proxy now we have usr.sbin/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftp-proxy&manpath=OpenBSD%20Current&sektion=8&format=html">tftp-proxy(8)</a>.  <li>Remove libexec/tftp-proxy now we have usr.sbin/<a href="http://man.openbsd.org?query=tftp-proxy&manpath=OpenBSD%20Current&sektion=8&format=html">tftp-proxy(8)</a>.
 <li>Code added to eventually support Multi-Threaded Processing on Fujitsu SPARC64-VI and SPARC64-VII CPUs.  <li>Code added to eventually support Multi-Threaded Processing on Fujitsu SPARC64-VI and SPARC64-VII CPUs.
 <li>Fixed random SIGSEGVs during single-stepping on hppa.  <li>Fixed random SIGSEGVs during single-stepping on hppa.
 <li>Test exit status of compiler by pulling it out the pipeline, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkdep&manpath=OpenBSD%20Current&sektion=1&format=html">mkdep(1)</a> can fail if the compiler does.  <li>Test exit status of compiler by pulling it out the pipeline, so <a href="http://man.openbsd.org?query=mkdep&manpath=OpenBSD%20Current&sektion=1&format=html">mkdep(1)</a> can fail if the compiler does.
 <li>Build libdrm_radeon on macppc too, required for upcoming <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> support. Also, build r200 and r300 dri drivers on macppc.  <li>Build libdrm_radeon on macppc too, required for upcoming <a href="http://man.openbsd.org?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> support. Also, build r200 and r300 dri drivers on macppc.
 <li>Our <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> _mcount doesn't use profile counters. Partially fixes profiling on hppa (things link now).  <li>Our <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> _mcount doesn't use profile counters. Partially fixes profiling on hppa (things link now).
 <!-- 2012/08/28 -->  <!-- 2012/08/28 -->
 <li>Make update-moduli append the 6kbit and 8kbit params so that we can trivially regen the <=4k bit ones.  <li>Make update-moduli append the 6kbit and 8kbit params so that we can trivially regen the <=4k bit ones.
 <li>Update to openssh-6.1.  <li>Update to openssh-6.1.
 <li>Do not add SLAAC or privacy addresses when a static address in the same prefix already exists.  <li>Do not add SLAAC or privacy addresses when a static address in the same prefix already exists.
 <li>Add support for PIE-by-default in both <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&manpath=OpenBSD%20Current&sektion=1&format=html">ld(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a>.  <li>Add support for PIE-by-default in both <a href="http://man.openbsd.org?query=ld&manpath=OpenBSD%20Current&sektion=1&format=html">ld(1)</a> and <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a>.
 <li>Update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> 3.2.13.  <li>Update to <a href="http://man.openbsd.org?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> 3.2.13.
 <li>Don't enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> "sendfile", which does not work on OpenBSD.  <li>Don't enable <a href="http://man.openbsd.org?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> "sendfile", which does not work on OpenBSD.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> more like emacs when opening new buffer: if parent dir is read-only, make buffer read-only; if parent doesn't exist; print message and create buffer as readable.  <li>Make <a href="http://man.openbsd.org?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> more like emacs when opening new buffer: if parent dir is read-only, make buffer read-only; if parent doesn't exist; print message and create buffer as readable.
 <!-- 2012/08/27 -->  <!-- 2012/08/27 -->
 <li>Don't force order of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cp&manpath=OpenBSD%20Current&sektion=1&format=html">cp(1)</a> file and dir creation, was an optimisation with no measurable effect.  <li>Don't force order of <a href="http://man.openbsd.org?query=cp&manpath=OpenBSD%20Current&sektion=1&format=html">cp(1)</a> file and dir creation, was an optimisation with no measurable effect.
 <li>Always <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> compare <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=master.passwd&manpath=OpenBSD%20Current&sektion=5&format=html">master.passwd(5)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=group&manpath=OpenBSD%20Current&sektion=5&format=html">group(5)</a> regardless of their sums, to ensure no system user(s)/group(s) are missing.  <li>Always <a href="http://man.openbsd.org?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> compare <a href="http://man.openbsd.org?query=master.passwd&manpath=OpenBSD%20Current&sektion=5&format=html">master.passwd(5)</a> and <a href="http://man.openbsd.org?query=group&manpath=OpenBSD%20Current&sektion=5&format=html">group(5)</a> regardless of their sums, to ensure no system user(s)/group(s) are missing.
 <li>Instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> requiring a prompt to enter all numbers >10, go back to 0-9a-z, add A-Z and enter the prompt when M-0 to M-9 are pressed (like copy mode).  <li>Instead of <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> requiring a prompt to enter all numbers >10, go back to 0-9a-z, add A-Z and enter the prompt when M-0 to M-9 are pressed (like copy mode).
 <!-- 2012/08/26 -->  <!-- 2012/08/26 -->
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> startup causing initial DHCPDISCOVER/DHCPREQUEST packets to be sent multiple times.  <li>Fixed <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> startup causing initial DHCPDISCOVER/DHCPREQUEST packets to be sent multiple times.
 <li>Hook up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&manpath=OpenBSD%20Current&sektion=8&format=html">rc(8)</a>.  <li>Hook up <a href="http://man.openbsd.org?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to <a href="http://man.openbsd.org?query=rc&manpath=OpenBSD%20Current&sektion=8&format=html">rc(8)</a>.
 <li>Bugfix rewrite of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> disk-queue traversal code, and log bogus files found.  <li>Bugfix rewrite of the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> disk-queue traversal code, and log bogus files found.
 <li>Use the same compression algorithm, gzip, for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> message file and envelopes. Allows inspecting compressed queue with gzcat.  <li>Use the same compression algorithm, gzip, for <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> message file and envelopes. Allows inspecting compressed queue with gzcat.
 <!-- 2012/08/25 -->  <!-- 2012/08/25 -->
 <li>Allow compression of messages and envelopes in the queue. To use, add "queue compress" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a>.  <li>Allow compression of messages and envelopes in the queue. To use, add "queue compress" in <a href="http://man.openbsd.org?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a>.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> lka must not start servicing requests until it receives full config from parent. Disable imsg from other processes until then. Fixes some races.  <li><a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> lka must not start servicing requests until it receives full config from parent. Disable imsg from other processes until then. Fixes some races.
 <li>Pause <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> accepting clients while below fd reserve limit (or if we fail).  <li>Pause <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> accepting clients while below fd reserve limit (or if we fail).
 <li>Better detection of the st16650v1 (with broken fifo). Avoids false positives (eg MPC8347 DUART on socppc).  <li>Better detection of the st16650v1 (with broken fifo). Avoids false positives (eg MPC8347 DUART on socppc).
 <li>Sparc64 v445 has touchy sleep mode registers, so skip the wakeup code if we are a serial console.  <li>Sparc64 v445 has touchy sleep mode registers, so skip the wakeup code if we are a serial console.
 <li>Add support for power saving in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&manpath=OpenBSD%20Current&sektion=4&format=html">athn(4)</a> Host AP mode.  <li>Add support for power saving in <a href="http://man.openbsd.org?query=athn&manpath=OpenBSD%20Current&sektion=4&format=html">athn(4)</a> Host AP mode.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> live profiling of events: "-T profiling" will log_trace(); "-T profstat" will push info to stats API with type STAT_TIMESPEC under key profiling.imsg.*.  <li><a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> live profiling of events: "-T profiling" will log_trace(); "-T profstat" will push info to stats API with type STAT_TIMESPEC under key profiling.imsg.*.
 <li>Log pause/resume from the administrator to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> maillog.  <li>Log pause/resume from the administrator to <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> maillog.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> wrong variable specs (unterminated) parse errors; add info to be able to pinpoint parse errors at runtime; let job runners abort when a parse error happens while expanding a variable during execution; fix an infinite loop when compiling without FEATURE_RECVARS.  <li>Make <a href="http://man.openbsd.org?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> wrong variable specs (unterminated) parse errors; add info to be able to pinpoint parse errors at runtime; let job runners abort when a parse error happens while expanding a variable during execution; fix an infinite loop when compiling without FEATURE_RECVARS.
 <!-- 2012/08/24 -->  <!-- 2012/08/24 -->
 <li>Log forced removal and expiration of envelopes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> maillog.  <li>Log forced removal and expiration of envelopes to <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> maillog.
 <li>When an smtp session fails and IMSG_QUEUE_REMOVE_MESSAGE is sent to the queue, also notify the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler so it can rollback the current update.  <li>When an smtp session fails and IMSG_QUEUE_REMOVE_MESSAGE is sent to the queue, also notify the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler so it can rollback the current update.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> stat counter for the number of envelopes inflight.  <li>Added <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> stat counter for the number of envelopes inflight.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> envelope ascii dump/load: remove loading of evpid; don't dump the msgid; ignore msgid at load.  <li>In <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> envelope ascii dump/load: remove loading of evpid; don't dump the msgid; ignore msgid at load.
 <!-- 2012/08/23 -->  <!-- 2012/08/23 -->
 <li>Update to unbound 1.4.18 (not yet linked to the build).  <li>Update to unbound 1.4.18 (not yet linked to the build).
 <li>Enhance -v mode of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> "sendmail" binary.  <li>Enhance -v mode of <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> "sendmail" binary.
 <li>Support for Andrew File System and NNPFS removed from the kernel.  <li>Support for Andrew File System and NNPFS removed from the kernel.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> multiple recipient support.  <li>Fixed <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> multiple recipient support.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> -N for sendmail compat DSN support; unlimited for now.  <li>Added <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> -N for sendmail compat DSN support; unlimited for now.
 <li>Fix race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&manpath=OpenBSD%20Current&sektion=4&format=html">ral(4)</a> rt2661 Tx interrupt processing which can cause Tx processing to get stuck with OACTIVE set, requiring "ifconfig ral0 down up" to un-wedge.  <li>Fix race in <a href="http://man.openbsd.org?query=ral&manpath=OpenBSD%20Current&sektion=4&format=html">ral(4)</a> rt2661 Tx interrupt processing which can cause Tx processing to get stuck with OACTIVE set, requiring "ifconfig ral0 down up" to un-wedge.
 <!-- 2012/08/22 -->  <!-- 2012/08/22 -->
 <li>To protect assumptions inside <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&manpath=OpenBSD%20Current&sektion=1&format=html">systrace(1)</a>, don't let systrace file descriptors be shared between processes.  <li>To protect assumptions inside <a href="http://man.openbsd.org?query=systrace&manpath=OpenBSD%20Current&sektion=1&format=html">systrace(1)</a>, don't let systrace file descriptors be shared between processes.
 <li>Build the kernel with -fno-pie.  <li>Build the kernel with -fno-pie.
 <!-- 2012/08/21 -->  <!-- 2012/08/21 -->
 <li>Open a remote file/device with the same <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&manpath=OpenBSD%20Current&sektion=8&format=html">dump(8)</a> flags we use when opening a local one.  <li>Open a remote file/device with the same <a href="http://man.openbsd.org?query=dump&manpath=OpenBSD%20Current&sektion=8&format=html">dump(8)</a> flags we use when opening a local one.
 <li>Add ignore keyword to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> conf file, allowing one to ignore unwanted info from the server without specifying a supersede value.  <li>Add ignore keyword to <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> conf file, allowing one to ignore unwanted info from the server without specifying a supersede value.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a> -h flag added, to print human numbers in conjunction with -w -b  <li><a href="http://man.openbsd.org?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a> -h flag added, to print human numbers in conjunction with -w -b
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> to work as a backup MX, relaying only to MXs with higher priority in the DNS record.  <li>Allow <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> to work as a backup MX, relaying only to MXs with higher priority in the DNS record.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> will try to connect to next host if an IO error occurs before the mta is ready to send a mail.  <li><a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> will try to connect to next host if an IO error occurs before the mta is ready to send a mail.
 <li>Reverse name and meaning of the IFXF_INET6_PRIVACY interface flag (now called IFXF_INET6_NOPRIVACY). IPv6 privacy addresses are on by default without resetting the flag during <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> down/up.  <li>Reverse name and meaning of the IFXF_INET6_PRIVACY interface flag (now called IFXF_INET6_NOPRIVACY). IPv6 privacy addresses are on by default without resetting the flag during <a href="http://man.openbsd.org?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> down/up.
 <li>Fix define of endianness macro used in drm code. Makes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&manpath=OpenBSD%20Current&sektion=4&format=html">radeondrm(4)</a> usable on big-endian archs.  <li>Fix define of endianness macro used in drm code. Makes <a href="http://man.openbsd.org?query=radeondrm&manpath=OpenBSD%20Current&sektion=4&format=html">radeondrm(4)</a> usable on big-endian archs.
 <li>Update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> 1.2.3, and merge in pcre-8.31.  <li>Update to <a href="http://man.openbsd.org?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> 1.2.3, and merge in pcre-8.31.
 <li>Fix up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> window reference counting, don't crash if rename timer fires when window is dead but still referenced.  <li>Fix up <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> window reference counting, don't crash if rename timer fires when window is dead but still referenced.
 <li>Added -q "silent" option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkill&manpath=OpenBSD%20Current&sektion=1&format=html">pkill(1)</a>, similar to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&manpath=OpenBSD%20Current&sektion=1&format=html">grep(1)</a>.  <li>Added -q "silent" option to <a href="http://man.openbsd.org?query=pkill&manpath=OpenBSD%20Current&sektion=1&format=html">pkill(1)</a>, similar to <a href="http://man.openbsd.org?query=grep&manpath=OpenBSD%20Current&sektion=1&format=html">grep(1)</a>.
 <!-- 2012/08/20 -->  <!-- 2012/08/20 -->
 <li>Added support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE segments to kernel, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&manpath=OpenBSD%20Current&sektion=1&format=html">ld(1)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a>.  <li>Added support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE segments to kernel, <a href="http://man.openbsd.org?query=ld&manpath=OpenBSD%20Current&sektion=1&format=html">ld(1)</a>, and <a href="http://man.openbsd.org?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a>.
 <li>Bump <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> MAX_LINE_SIZE and SMTP_LINE_MAX. Fixes some crashes and "line too long" errors.  <li>Bump <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> MAX_LINE_SIZE and SMTP_LINE_MAX. Fixes some crashes and "line too long" errors.
 <li>Stop sending more bytes than necessary with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> IMSG_STAT_*.  <li>Stop sending more bytes than necessary with <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> IMSG_STAT_*.
 <li>Chroot <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler in /var/empty instead of /var/spool/smtpd.  <li>Chroot <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler in /var/empty instead of /var/spool/smtpd.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfii&manpath=OpenBSD%20Current&sektion=4&format=html">mfii(4)</a> support for chaining a list off a request frame if it runs out of space for entries.  <li>Added <a href="http://man.openbsd.org?query=mfii&manpath=OpenBSD%20Current&sektion=4&format=html">mfii(4)</a> support for chaining a list off a request frame if it runs out of space for entries.
 <li>Stop unsetting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> NEED_NEWALIASES too soon, so warnings aren't missed.  <li>Stop unsetting <a href="http://man.openbsd.org?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> NEED_NEWALIASES too soon, so warnings aren't missed.
 <!-- 2012/08/19 -->  <!-- 2012/08/19 -->
 <li>Skip putting a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&manpath=OpenBSD%20Current&sektion=4&format=html">com(4)</a> port in sleep mode when used as serial console. Allows sparc64 v445 to work flawlessly.  <li>Skip putting a <a href="http://man.openbsd.org?query=com&manpath=OpenBSD%20Current&sektion=4&format=html">com(4)</a> port in sleep mode when used as serial console. Allows sparc64 v445 to work flawlessly.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> smtpctl schedule-all and schedule-id <msgid>.  <li>Fixed <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> smtpctl schedule-all and schedule-id <msgid>.
 <li>Avoid crash when removing non-existing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> envelope.  <li>Avoid crash when removing non-existing <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> envelope.
 <li>Add warnings on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> io errors to help diagnosis.  <li>Add warnings on <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> io errors to help diagnosis.
 <!-- 2012/08/18 -->  <!-- 2012/08/18 -->
 <li>Introduce <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> stat_backend, an API for pluggable statistic backends. Statistics: are no longer static structures in shared memory; are only set (smtpd never uses them in its logic); each is a key/value where key can be any (dynamic) string.  <li>Introduce <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> stat_backend, an API for pluggable statistic backends. Statistics: are no longer static structures in shared memory; are only set (smtpd never uses them in its logic); each is a key/value where key can be any (dynamic) string.
 <li>Fixed loongson kernel panic when attempting to select glxpcib timecounter as the current timecounter.  <li>Fixed loongson kernel panic when attempting to select glxpcib timecounter as the current timecounter.
 <li>Disallow empty <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> domain/address sent after HELO/EHLO command.  <li>Disallow empty <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> domain/address sent after HELO/EHLO command.
 <li>Major update of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mta internals.  <li>Major update of the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mta internals.
 <li>Limit the number of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> bounce sessions running at the same time. Avoids DoS'ing the server when lots of bounces are enqueued at startup.  <li>Limit the number of <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> bounce sessions running at the same time. Avoids DoS'ing the server when lots of bounces are enqueued at startup.
 <li>Improve error reporting in getnameinfo_async() and getaddrinfo_async().  <li>Improve error reporting in getnameinfo_async() and getaddrinfo_async().
 <li>Let xenocara build and release proceed through the exact same steps, avoiding nasty surprises.  <li>Let xenocara build and release proceed through the exact same steps, avoiding nasty surprises.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> http resume without out auth (broken on the last commit).  <li>Fix <a href="http://man.openbsd.org?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> http resume without out auth (broken on the last commit).
 <!-- 2012/08/17 -->  <!-- 2012/08/17 -->
 <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> global cur_time after exiting poll() and before calling the state engine, to properly account for time passed.  <li>Update <a href="http://man.openbsd.org?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> global cur_time after exiting poll() and before calling the state engine, to properly account for time passed.
 <li>Update to xf86-video-mach64 6.9.3.  <li>Update to xf86-video-mach64 6.9.3.
 <li>Generalise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ebus&manpath=OpenBSD%20Current&sektion=4&arch=sparc64&format=html">ebus(4/sparc64)</a> code to allow for arbitrary wirings. Makes serial console on the v445 work.  <li>Generalise <a href="http://man.openbsd.org?query=ebus&manpath=OpenBSD%20Current&sektion=4&arch=sparc64&format=html">ebus(4/sparc64)</a> code to allow for arbitrary wirings. Makes serial console on the v445 work.
 <li>Properly initialise the IOMMU control and status register for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pyro&manpath=OpenBSD%20Current&sektion=4&arch=sparc64&format=html">pyro(4/sparc64)</a>. Fixes DMA problems spotted on the v445.  <li>Properly initialise the IOMMU control and status register for <a href="http://man.openbsd.org?query=pyro&manpath=OpenBSD%20Current&sektion=4&arch=sparc64&format=html">pyro(4/sparc64)</a>. Fixes DMA problems spotted on the v445.
 <li>Update to glproto 1.4.16.  <li>Update to glproto 1.4.16.
 <li>Fixed typos in DPRINTF() so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&manpath=OpenBSD%20Current&sektion=4&format=html">ehci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a> error messages refer to correct interface.  <li>Fixed typos in DPRINTF() so <a href="http://man.openbsd.org?query=ehci&manpath=OpenBSD%20Current&sektion=4&format=html">ehci(4)</a> and <a href="http://man.openbsd.org?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a> error messages refer to correct interface.
 <li>Add a default CDIAGFLAGS to bsd.own.mk, so programs may enable warnings by making "make WARNINGS=Yes" without having to add CDIAGFLAGS to its makefile.  <li>Add a default CDIAGFLAGS to bsd.own.mk, so programs may enable warnings by making "make WARNINGS=Yes" without having to add CDIAGFLAGS to its makefile.
 <li>Update to pixman 0.26.2.  <li>Update to pixman 0.26.2.
 <li>Fix possible <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ieee80211&manpath=OpenBSD%20Current&sektion=9&format=html">ieee80211(9)</a> panic while switching from STA mode into hostap/ibss modes.  <li>Fix possible <a href="http://man.openbsd.org?query=ieee80211&manpath=OpenBSD%20Current&sektion=9&format=html">ieee80211(9)</a> panic while switching from STA mode into hostap/ibss modes.
 <li>Fix mips64 and powerpc's ld.so syscall implementations. Prevents <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> from optimising away memory loads and stores that otherwise appear unused in a function.  <li>Fix mips64 and powerpc's ld.so syscall implementations. Prevents <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> from optimising away memory loads and stores that otherwise appear unused in a function.
 <li>Update to libGL 7.11.2.  <li>Update to libGL 7.11.2.
 <li>Update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> firmware 1.4.55, via freebsd revision 236212.  <li>Update to <a href="http://man.openbsd.org?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> firmware 1.4.55, via freebsd revision 236212.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> support for "physical devices" on skinny controllers (these let you specify disks that should be accessed directly rather than be part of logical volumes).  <li>Added <a href="http://man.openbsd.org?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> support for "physical devices" on skinny controllers (these let you specify disks that should be accessed directly rather than be part of logical volumes).
 <!-- 2012/08/16 -->  <!-- 2012/08/16 -->
 <li>Send <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> client banner immediately, rather than waiting for the server to move first for SSH protocol 2 connections. Based on bz#1999.  <li>Send <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> client banner immediately, rather than waiting for the server to move first for SSH protocol 2 connections. Based on bz#1999.
 <li>Print details of which host lines were deleted when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> "-R host".  <li>Print details of which host lines were deleted when using <a href="http://man.openbsd.org?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> "-R host".
 <li>Force a clean shutdown of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> ControlMaster client sessions when the ~. escape sequence is used. "~." should now work in mux clients even if the server is no longer responding.  <li>Force a clean shutdown of <a href="http://man.openbsd.org?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> ControlMaster client sessions when the ~. escape sequence is used. "~." should now work in mux clients even if the server is no longer responding.
 <li>Updates to: xf86-video-cirrus 1.5.1; xf86-video-i740 1.3.4; xf86-video-neomagic 1.2.7; xf86-video-nv 2.1.20; xf86-input-keyboard to 1.6.2; and xf86-input-mouse 1.8.1.  <li>Updates to: xf86-video-cirrus 1.5.1; xf86-video-i740 1.3.4; xf86-video-neomagic 1.2.7; xf86-video-nv 2.1.20; xf86-input-keyboard to 1.6.2; and xf86-input-mouse 1.8.1.
 <li>Rework <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> so it will do all the completions on a ccb, including calling the done handler. Makes it consistently complete <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&manpath=OpenBSD%20Current&sektion=4&format=html">scsi(4)</a> io with all proper error checking.  <li>Rework <a href="http://man.openbsd.org?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> so it will do all the completions on a ccb, including calling the done handler. Makes it consistently complete <a href="http://man.openbsd.org?query=scsi&manpath=OpenBSD%20Current&sektion=4&format=html">scsi(4)</a> io with all proper error checking.
 <li>Scrub <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> ccbs when we're about to use them, not when put back on the free list. Old state no longer messes up new commands.  <li>Scrub <a href="http://man.openbsd.org?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> ccbs when we're about to use them, not when put back on the free list. Old state no longer messes up new commands.
 <!-- 2012/08/15 -->  <!-- 2012/08/15 -->
 <li>Fixed dma sync for the command frame in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> mfi_done; consolidate other dma syncs.  <li>Fixed dma sync for the command frame in <a href="http://man.openbsd.org?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> mfi_done; consolidate other dma syncs.
 <li>Switch off <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&manpath=OpenBSD%20Current&sektion=8&format=html">inetd(8)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftp-proxy&manpath=OpenBSD%20Current&sektion=8&format=html">tftp-proxy(8)</a> and enable the standalone one instead.  <li>Switch off <a href="http://man.openbsd.org?query=inetd&manpath=OpenBSD%20Current&sektion=8&format=html">inetd(8)</a> <a href="http://man.openbsd.org?query=tftp-proxy&manpath=OpenBSD%20Current&sektion=8&format=html">tftp-proxy(8)</a> and enable the standalone one instead.
 <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> to link shared objects with -lpthread and -lc as appropriate (it is no longer necessary to patch software to use -pthread instead of -lpthread).  <li>Change <a href="http://man.openbsd.org?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> to link shared objects with -lpthread and -lc as appropriate (it is no longer necessary to patch software to use -pthread instead of -lpthread).
 <li>On a.out architectures __cerror() is called _cerror(). Fix accordingly so vax can build again.  <li>On a.out architectures __cerror() is called _cerror(). Fix accordingly so vax can build again.
 <li>Enable IPv6 autoconfprivacy by default.  <li>Enable IPv6 autoconfprivacy by default.
 <!-- 2012/08/14 -->  <!-- 2012/08/14 -->
 <li>Add support for basic <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> HTTP authentication as per RFC 2617 and 3986. Allows "ftp http[s]://user:pass@host/file" idiom.  <li>Add support for basic <a href="http://man.openbsd.org?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> HTTP authentication as per RFC 2617 and 3986. Allows "ftp http[s]://user:pass@host/file" idiom.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a>, allow opening tty[E-J]0. Removed ttyD[1-7], since those devices will never get used by X.  <li>In <a href="http://man.openbsd.org?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a>, allow opening tty[E-J]0. Removed ttyD[1-7], since those devices will never get used by X.
 <li>Expose the max number of logical volumes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> supports as the width of its scsibus. Potentially more openings for busy volumes.  <li>Expose the max number of logical volumes <a href="http://man.openbsd.org?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> supports as the width of its scsibus. Potentially more openings for busy volumes.
 <li>Boldify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> windows with alerts in choose-* list.  <li>Boldify <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> windows with alerts in choose-* list.
 <li>Fixed bad argument passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=8&format=html">route(8)</a> errx().  <li>Fixed bad argument passed to <a href="http://man.openbsd.org?query=route&manpath=OpenBSD%20Current&sektion=8&format=html">route(8)</a> errx().
 <!-- 2012/08/13 -->  <!-- 2012/08/13 -->
 <li>Optimise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> checks for /etc/exports.  <li>Optimise <a href="http://man.openbsd.org?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> checks for /etc/exports.
 <li>Introduce <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfii&manpath=OpenBSD%20Current&sektion=4&format=html">mfii(4)</a>, a driver for the generation of megaraid sas boards.  <li>Introduce <a href="http://man.openbsd.org?query=mfii&manpath=OpenBSD%20Current&sektion=4&format=html">mfii(4)</a>, a driver for the generation of megaraid sas boards.
 <li>Unset _rcflags and _rcuser so that they don't get inherited by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> scripts.  <li>Unset _rcflags and _rcuser so that they don't get inherited by <a href="http://man.openbsd.org?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> scripts.
 <li>Set the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> daemon_class as readonly as it should be.  <li>Set the <a href="http://man.openbsd.org?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> daemon_class as readonly as it should be.
 <!-- 2012/08/12 -->  <!-- 2012/08/12 -->
 <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&manpath=OpenBSD%20Current&sektion=4&format=html">azalia(4)</a> snooping is enabled on Intel 7 Series HD Audio.  <li>Make sure <a href="http://man.openbsd.org?query=azalia&manpath=OpenBSD%20Current&sektion=4&format=html">azalia(4)</a> snooping is enabled on Intel 7 Series HD Audio.
 <li>Fixed bug in m88k siglongjmp(), which would not restore a signal mask of zero.  <li>Fixed bug in m88k siglongjmp(), which would not restore a signal mask of zero.
 <li>Mask the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> reserved bits and the ext len bit in the attribute flags field. Fixes session failures and ensures updates sent out are correct when the wrong data is received from other systems.  <li>Mask the <a href="http://man.openbsd.org?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> reserved bits and the ext len bit in the attribute flags field. Fixes session failures and ensures updates sent out are correct when the wrong data is received from other systems.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a> privilege separation regression, where parent pid was initialised too late.  <li>Fixed <a href="http://man.openbsd.org?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a> privilege separation regression, where parent pid was initialised too late.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> .Sq will now use curly right quotes in HTML output to match its curly left quotes; properly reinitialise the styles attribute string buffer for each column, so attributes don't accumulate.  <li><a href="http://man.openbsd.org?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> .Sq will now use curly right quotes in HTML output to match its curly left quotes; properly reinitialise the styles attribute string buffer for each column, so attributes don't accumulate.
 <!-- 2012/08/11 -->  <!-- 2012/08/11 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&manpath=OpenBSD%20Current&sektion=1&format=html">ld(1)</a> will now correctly handle -rpath-link, instead of eating its argument and handling it as -r.  <li><a href="http://man.openbsd.org?query=ld&manpath=OpenBSD%20Current&sektion=1&format=html">ld(1)</a> will now correctly handle -rpath-link, instead of eating its argument and handling it as -r.
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&manpath=OpenBSD%20Current&sektion=4&format=html">ahci(4)</a> state tracking for the error ccb, to stop "ccb->ccb_xa.state == ATA_S_ONCHIP" assertion failures when talking to dying disks.  <li>Fix <a href="http://man.openbsd.org?query=ahci&manpath=OpenBSD%20Current&sektion=4&format=html">ahci(4)</a> state tracking for the error ccb, to stop "ccb->ccb_xa.state == ATA_S_ONCHIP" assertion failures when talking to dying disks.
 <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> generated id is never 0.  <li>Make sure <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> generated id is never 0.
 <li>Update to xf86-input-elographics 1.4.0; xf86-video-apm 1.2.5; xf86-video-chips 1.2.5; xf86-video-rendition 4.2.5; xf86-video-tseng 1.2.5; xf86-video-voodoo 1.2.5; xf86-video-ark 0.7.5; xf86-video-glint 1.2.8; xf86-video-i128 1.3.6.  <li>Update to xf86-input-elographics 1.4.0; xf86-video-apm 1.2.5; xf86-video-chips 1.2.5; xf86-video-rendition 4.2.5; xf86-video-tseng 1.2.5; xf86-video-voodoo 1.2.5; xf86-video-ark 0.7.5; xf86-video-glint 1.2.8; xf86-video-i128 1.3.6.
 <li>Instead of numbering <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> "choose mode" items 0-9a-z and then nothing, number them all and if there are more than 10 use a prompt when 0-9 is pressed.  <li>Instead of numbering <a href="http://man.openbsd.org?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> "choose mode" items 0-9a-z and then nothing, number them all and if there are more than 10 use a prompt when 0-9 is pressed.
 <!-- 2012/08/10 -->  <!-- 2012/08/10 -->
 <li>Producer/consumer values used by the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> device should be little endian. Byteswap where appropriate.  <li>Producer/consumer values used by the <a href="http://man.openbsd.org?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> device should be little endian. Byteswap where appropriate.
 <!-- 2012/08/09 -->  <!-- 2012/08/09 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> improvements: properly account for cluster chains the driver builds upon receiving a jumbo frame; set a timeout in case the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> chip goes out to lunch; respect the mtu value that ifconfig sets; schedule a rx refill if the ring is empty; try to make sense of the firmware statistics by counting rx and tx errors; and no longer compile rss functions in unless OCE_RSS is specified.  <li><a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> improvements: properly account for cluster chains the driver builds upon receiving a jumbo frame; set a timeout in case the <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> chip goes out to lunch; respect the mtu value that ifconfig sets; schedule a rx refill if the ring is empty; try to make sense of the firmware statistics by counting rx and tx errors; and no longer compile rss functions in unless OCE_RSS is specified.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> failure reports for different recipients of the same message to be grouped into a single bounce message.  <li>Allow <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> failure reports for different recipients of the same message to be grouped into a single bounce message.
 <li>Add BCM5717/19/20C PHYs to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a>.  <li>Add BCM5717/19/20C PHYs to <a href="http://man.openbsd.org?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a>.
 <li>Improve the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> message flows to isolate operations on the queue backend within the queue process.  <li>Improve the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> message flows to isolate operations on the queue backend within the queue process.
 <!-- 2012/08/08 -->  <!-- 2012/08/08 -->
 <li>Update to xf86-video-ati 6.14.6.  <li>Update to xf86-video-ati 6.14.6.
 <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler backend API.  <li>Improved <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler backend API.
 <!-- 2012/08/07 -->  <!-- 2012/08/07 -->
 <li>Make all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&manpath=OpenBSD%20Current&sektion=4&format=html">ehci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&manpath=OpenBSD%20Current&sektion=4&format=html">ohci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a> *_device_*_start() functions wait for an interrupt when the bus is in polling mode. Stops some ending at ddb> after running "halt -p".  <li>Make all <a href="http://man.openbsd.org?query=ehci&manpath=OpenBSD%20Current&sektion=4&format=html">ehci(4)</a>, <a href="http://man.openbsd.org?query=ohci&manpath=OpenBSD%20Current&sektion=4&format=html">ohci(4)</a> and <a href="http://man.openbsd.org?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a> *_device_*_start() functions wait for an interrupt when the bus is in polling mode. Stops some ending at ddb> after running "halt -p".
 <li>Native build system for gl-docs. Removes last dependency in xenocara on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=imake&manpath=OpenBSD%20Current&sektion=1&format=html">imake(1)</a>.  <li>Native build system for gl-docs. Removes last dependency in xenocara on <a href="http://man.openbsd.org?query=imake&manpath=OpenBSD%20Current&sektion=1&format=html">imake(1)</a>.
 <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> evpid parsing on 32bit archs.  <li>Fixed bug in <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> evpid parsing on 32bit archs.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a>'s non-privilege separation mode, avoid accidentally sending a SIGUSR1 signal to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=init&manpath=OpenBSD%20Current&sektion=8&format=html">init(8)</a>.  <li>In <a href="http://man.openbsd.org?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a>'s non-privilege separation mode, avoid accidentally sending a SIGUSR1 signal to <a href="http://man.openbsd.org?query=init&manpath=OpenBSD%20Current&sektion=8&format=html">init(8)</a>.
 <li>Store the data used to generate an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> error message on a stack instead of allocating a new mbuf.  <li>Store the data used to generate an <a href="http://man.openbsd.org?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> error message on a stack instead of allocating a new mbuf.
 <li>Multibyte input to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu code now possible.  <li>Multibyte input to <a href="http://man.openbsd.org?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu code now possible.
 <!-- 2012/08/06 -->  <!-- 2012/08/06 -->
 <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> 10Gb ethernet cards based on the Intel X540 chipset.  <li>Added support for <a href="http://man.openbsd.org?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> 10Gb ethernet cards based on the Intel X540 chipset.
 <!-- 2012/08/05 -->  <!-- 2012/08/05 -->
 <li>Update to xserver 1.12.3.  <li>Update to xserver 1.12.3.
 <!-- 2012/08/04 -->  <!-- 2012/08/04 -->
 <li>If dbus is installed, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdm&manpath=OpenBSD%20Current&sektion=1&format=html">xdm(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xinit&manpath=OpenBSD%20Current&sektion=1&format=html">xinit(1)</a> will now start the daemon as part of the X session.  <li>If dbus is installed, <a href="http://man.openbsd.org?query=xdm&manpath=OpenBSD%20Current&sektion=1&format=html">xdm(1)</a> and <a href="http://man.openbsd.org?query=xinit&manpath=OpenBSD%20Current&sektion=1&format=html">xinit(1)</a> will now start the daemon as part of the X session.
 <li>Switched to automake 1.12/autoconf 2.69.  <li>Switched to automake 1.12/autoconf 2.69.
 <li>Add a new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> rc_usercheck variable (default to YES). When set to no, root privilege is needed to run rc_check. This means /etc/rc.d/foobar check can now be run as a regular user.  <li>Add a new <a href="http://man.openbsd.org?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> rc_usercheck variable (default to YES). When set to no, root privilege is needed to run rc_check. This means /etc/rc.d/foobar check can now be run as a regular user.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> now also logs the file(s) we manually merged/installed.  <li><a href="http://man.openbsd.org?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> now also logs the file(s) we manually merged/installed.
 <!-- 2012/08/02 -->  <!-- 2012/08/02 -->
 <li>Added driver for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> Emulex OneConnect 10Gb Ethernet, for cards based on ServerEngines BladeEngine 2 and 3, and Emulex Lancer (XE201).  <li>Added driver for <a href="http://man.openbsd.org?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> Emulex OneConnect 10Gb Ethernet, for cards based on ServerEngines BladeEngine 2 and 3, and Emulex Lancer (XE201).
 <!-- 2012/07/29 -->  <!-- 2012/07/29 -->
 <li>Reset the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> session if no RCPT was accepted for the batch.  <li>Reset the <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> session if no RCPT was accepted for the batch.
 <li>Fixed bogus <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> permfail when no MX is defined on a valid domain.  <li>Fixed bogus <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> permfail when no MX is defined on a valid domain.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> format string expansion, lowercase() all. Fixes issue where a %u format could lead to a delivery failure (ie: GILLES@openbsd.org should be expanded to gilles (not GILLES) for local deliveries).  <li>In <a href="http://man.openbsd.org?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> format string expansion, lowercase() all. Fixes issue where a %u format could lead to a delivery failure (ie: GILLES@openbsd.org should be expanded to gilles (not GILLES) for local deliveries).
 <li>Disable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> hyphenation and, for nroff, disable justification. Consistent with how mdoc behaves (and produces more readable manuals).  <li>Disable <a href="http://man.openbsd.org?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> hyphenation and, for nroff, disable justification. Consistent with how mdoc behaves (and produces more readable manuals).
 <li>Quote the '-' before the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> flags, to prevent nroff from putting a line break between the '-' and the flag character.  <li>Quote the '-' before the <a href="http://man.openbsd.org?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> flags, to prevent nroff from putting a line break between the '-' and the flag character.
 <li>Use "\\ " not "\\~" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> as the non-breaking space (historic nroff doesn't support the latter).  <li>Use "\\ " not "\\~" in <a href="http://man.openbsd.org?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> as the non-breaking space (historic nroff doesn't support the latter).
 <li>Implement .PD for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -Tascii. Reduces mandoc/groff differences in base by 25%.  <li>Implement .PD for <a href="http://man.openbsd.org?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -Tascii. Reduces mandoc/groff differences in base by 25%.
 <!-- 2012/07/27 -->  <!-- 2012/07/27 -->
 <li>Fix initialisation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audioctl&manpath=OpenBSD%20Current&sektion=1&format=html">audioctl(1)</a> "oldval" field, bug introduced in r1.20.  <li>Fix initialisation of <a href="http://man.openbsd.org?query=audioctl&manpath=OpenBSD%20Current&sektion=1&format=html">audioctl(1)</a> "oldval" field, bug introduced in r1.20.
 <!-- 2012/07/26 -->  <!-- 2012/07/26 -->
 <li>Load os passive fingerprints when testing the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> ruleset.  <li>Load os passive fingerprints when testing the <a href="http://man.openbsd.org?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> ruleset.
 </ul>  </ul>
 <p>  <p>
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15