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

Annotation of www/plus53.html, Revision 1.17

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
1.11      nick        4: <title>OpenBSD 5.3 changes</title>
1.1       deraadt     5: <meta name="description" content="OpenBSD 5.3 changes">
                      6: <meta name="copyright" content="This document copyright 1996-2012 by OpenBSD.">
1.17    ! deraadt     7: <meta name="viewport" content="width=device-width, initial-scale=1">
        !             8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.9       sthen       9: <link rel="canonical" href="http://www.openbsd.org/plus53.html">
1.1       deraadt    10: </head>
                     11:
                     12: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     13:
1.17    ! deraadt    14: <h2>
        !            15: <a href="index.html">
        !            16: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
        !            17: <font color="#e00000">5.3 changelog</font>
1.1       deraadt    18: <hr>
1.17    ! deraadt    19: </h2>
1.1       deraadt    20:
                     21: <p>
                     22: This selection is intended to include all important
                     23: and all user-visible changes.
                     24: For a complete record of all changes, please see the "source-changes"
                     25: mailing list, called "OpenBSD CVS"
                     26: in the <a href="mail.html#Archives">archives</a>,
                     27: or use <a href="anoncvs.html#CVS">CVS</a>.
                     28:
                     29: <p>
                     30: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
                     31:
                     32: <p>
                     33: For changes in other releases, click below:<br>
                     34: <a href="plus20.html">2.0</a>,
                     35: <a href="plus21.html">2.1</a>,
                     36: <a href="plus22.html">2.2</a>,
                     37: <a href="plus23.html">2.3</a>,
                     38: <a href="plus24.html">2.4</a>,
                     39: <a href="plus25.html">2.5</a>,
                     40: <a href="plus26.html">2.6</a>,
                     41: <a href="plus27.html">2.7</a>,
                     42: <a href="plus28.html">2.8</a>,
                     43: <a href="plus29.html">2.9</a>,
                     44: <a href="plus30.html">3.0</a>,
                     45: <a href="plus31.html">3.1</a>,
                     46: <a href="plus32.html">3.2</a>,
                     47: <a href="plus33.html">3.3</a>,
                     48: <a href="plus34.html">3.4</a>,
                     49: <a href="plus35.html">3.5</a>,
                     50: <a href="plus36.html">3.6</a>,
                     51: <br>
                     52: <a href="plus37.html">3.7</a>,
                     53: <a href="plus38.html">3.8</a>,
                     54: <a href="plus39.html">3.9</a>,
                     55: <a href="plus40.html">4.0</a>,
                     56: <a href="plus41.html">4.1</a>,
                     57: <a href="plus42.html">4.2</a>,
                     58: <a href="plus43.html">4.3</a>,
                     59: <a href="plus44.html">4.4</a>,
                     60: <a href="plus45.html">4.5</a>,
                     61: <a href="plus46.html">4.6</a>,
                     62: <a href="plus47.html">4.7</a>,
                     63: <a href="plus48.html">4.8</a>,
                     64: <a href="plus49.html">4.9</a>,
                     65: <a href="plus50.html">5.0</a>,
                     66: <a href="plus51.html">5.1</a>,
                     67: <a href="plus52.html">5.2</a>,
1.2       deraadt    68: <a href="plus54.html">5.4</a>,
1.3       deraadt    69: <br>
1.5       deraadt    70: <a href="plus55.html">5.5</a>,
1.7       brett      71: <a href="plus56.html">5.6</a>,
1.8       deraadt    72: <a href="plus57.html">5.7</a>,
1.12      deraadt    73: <a href="plus58.html">5.8</a>,
1.14      deraadt    74: <a href="plus59.html">5.9</a>,
1.1       deraadt    75: <a href="plus.html">current</a>.
                     76: <br>
                     77:
                     78: <p>
1.6       deraadt    79: <h3><font color="#0000e0">Changes made between OpenBSD 5.2 and 5.3</font></h3>
1.1       deraadt    80: <p>
                     81:
                     82: <ul>
                     83: <!-- 2013/02/28 -->
1.16      sthen      84: <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.
1.1       deraadt    85: <!-- 2013/02/26 -->
1.16      sthen      86: <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.
                     87: <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.
                     88: <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.
                     89: <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.
                     90: <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.
1.1       deraadt    91: <!-- 2013/02/25 -->
1.16      sthen      92: <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.
                     93: <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.
1.1       deraadt    94: <!-- 2013/02/24 -->
1.16      sthen      95: <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.
1.1       deraadt    96: <!-- 2013/02/23 -->
1.16      sthen      97: <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.
1.1       deraadt    98: <!-- 2013/02/22 -->
1.16      sthen      99: <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.
1.1       deraadt   100: <!-- 2013/02/21 -->
1.16      sthen     101: <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.
                    102: <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.
                    103: <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.
                    104: <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>.
1.1       deraadt   105: <!-- 2013/02/20 -->
                    106: <!-- 2013/02/19 -->
1.16      sthen     107: <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.
1.1       deraadt   108: <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.
1.16      sthen     109: <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.
1.1       deraadt   110: <!-- 2013/02/18 -->
1.16      sthen     111: <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).
                    112: <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.
                    113: <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.
                    114: <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.
                    115: <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.
1.1       deraadt   116: <!-- 2013/02/17 -->
1.16      sthen     117: <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.
                    118: <li>Suppress some pointless <a href="http://man.openbsd.org/?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> debugging messages.
                    119: <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.
                    120: <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.
1.1       deraadt   121: <!-- 2013/02/16 -->
1.16      sthen     122: <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.
                    123: <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.
                    124: <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.
                    125: <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>.
1.1       deraadt   126: <!-- 2013/02/15 -->
1.16      sthen     127: <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.
                    128: <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.
                    129: <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.
                    130: <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.
                    131: <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.
                    132: <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.
                    133: <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.
                    134: <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.
1.1       deraadt   135: <!-- 2013/02/14 -->
1.16      sthen     136: <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.
                    137: <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.
                    138: <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).
                    139: <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.
1.1       deraadt   140: <li>When an interface generates an RTM_IFINFO message, check LLADDR. If it has changed, simulate a SIGHUP to restart.
1.16      sthen     141: <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.
                    142: <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.
                    143: <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.
1.1       deraadt   144: <li>Repair the legacy xf86-video-intel i810 driver.
1.16      sthen     145: <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.
                    146: <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.
                    147: <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.
                    148: <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.
1.1       deraadt   149: <!-- 2013/02/13 -->
1.16      sthen     150: <li>Repaired <a href="http://man.openbsd.org/?query=gdb&manpath=OpenBSD%20Current&sektion=1&format=html">gdb(1)</a> single-stepping on m88k.
                    151: <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.
                    152: <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>.
                    153: <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).
                    154: <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>.
                    155: <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.
                    156: <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.
1.1       deraadt   157: <!-- 2013/02/12 -->
1.16      sthen     158: <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.
1.1       deraadt   159: <li>Re-enable the stack protector code on m88k machines.
                    160: <!-- 2013/02/11 -->
1.16      sthen     161: <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.
1.1       deraadt   162: <!-- 2013/02/10 -->
1.16      sthen     163: <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).
                    164: <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).
                    165: <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.
                    166: <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.
                    167: <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.
                    168: <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.
                    169: <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.
1.1       deraadt   170: <!-- 2013/02/08 -->
1.16      sthen     171: <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.
                    172: <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.
                    173: <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.
                    174: <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.
                    175: <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.
                    176: <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.
                    177: <li>Fix for <a href="http://man.openbsd.org/?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> CVE-2012-6329.
                    178: <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.
                    179: <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>.
1.1       deraadt   180: <!-- 2013/02/07 -->
1.16      sthen     181: <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.
                    182: <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.
                    183: <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.
1.1       deraadt   184: <!-- 2013/02/06 -->
1.16      sthen     185: <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.
1.1       deraadt   186: <!-- 2013/02/05 -->
1.16      sthen     187: <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.
                    188: <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).
                    189: <li>Unbreak <a href="http://man.openbsd.org/?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> table update.
                    190: <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.
                    191: <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.
                    192: <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.
                    193: <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.
                    194: <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.
                    195: <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.
                    196: <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.
1.1       deraadt   197: <!-- 2013/02/04 -->
1.16      sthen     198: <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.
                    199: <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.
1.1       deraadt   200: <!-- 2013/02/03 -->
1.16      sthen     201: <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.
                    202: <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.
1.1       deraadt   203: <!-- 2013/02/02 -->
1.16      sthen     204: <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.
                    205: <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>.
                    206: <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.
1.1       deraadt   207: <!-- 2013/02/01 -->
1.16      sthen     208: <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.
                    209: <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.
                    210: <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.
                    211: <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.
1.1       deraadt   212: <li>Fixed memleak in libutil imsg_read() when hitting the file descriptor reserve check.
                    213: <li>Resolved some issues with xf86-video-intel screen corruption seen with dpms on ivy bridge.
1.16      sthen     214: <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.
1.1       deraadt   215: <!-- 2013/01/31 -->
1.16      sthen     216: <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.
                    217: <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.
                    218: <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.
                    219: <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.
                    220: <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>.
1.1       deraadt   221: <!-- 2013/01/30 -->
1.16      sthen     222: <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.
                    223: <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.
1.1       deraadt   224: <!-- 2013/01/29 -->
1.16      sthen     225: <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>.
                    226: <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>.
                    227: <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.
1.1       deraadt   228: <!-- 2013/01/28 -->
1.16      sthen     229: <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.
                    230: <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.
                    231: <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.
                    232: <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.
                    233: <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.
                    234: <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.
                    235: <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.
                    236: <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.
1.1       deraadt   237: <!-- 2013/01/27 -->
1.16      sthen     238: <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.
1.1       deraadt   239: <li>Bumped MAXTSIZ to 128 MB in vmparam.h on i386 and amd64, to cope with large binaries.
1.16      sthen     240: <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.
1.1       deraadt   241: <!-- 2013/01/26 -->
1.16      sthen     242: <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.
                    243: <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.
                    244: <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.
                    245: <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.
                    246: <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.
1.1       deraadt   247: <!-- 2013/01/25 -->
1.16      sthen     248: <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>.
                    249: <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.
                    250: <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.
1.1       deraadt   251: <!-- 2013/01/24 -->
1.16      sthen     252: <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.
                    253: <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.
                    254: <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.
                    255: <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.
1.1       deraadt   256: <!-- 2013/01/23 -->
                    257: <li>ARMv7 doesn't support the atomic SWP instruction anymore so using the atomic load and store instructions instead.
                    258: <li>Added instruction fault register functions, which will be needed for further ARMv7 support.
1.16      sthen     259: <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.
                    260: <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.
1.1       deraadt   261: <!-- 2013/01/22 -->
1.16      sthen     262: <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.
1.1       deraadt   263: <!-- 2013/01/21 -->
                    264: <!-- 2013/01/20 -->
1.16      sthen     265: <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.
                    266: <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.
                    267: <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.
                    268: <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>.
                    269: <li>Added <a href="http://man.openbsd.org/?query=viomb&manpath=OpenBSD%20Current&sektion=4&format=html">viomb(4)</a> to amd64 generic kernel.
1.1       deraadt   270: <!-- 2013/01/19 -->
1.16      sthen     271: <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.
1.1       deraadt   272: <!-- 2013/01/18 -->
1.16      sthen     273: <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.
                    274: <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.
1.1       deraadt   275: <li>Converted softraid concat, crypto, and RAID0 to new workunit completion functions.
                    276: <!-- 2013/01/17 -->
1.16      sthen     277: <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.
                    278: <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.
                    279: <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.
1.1       deraadt   280: <li>Constrained the amount of kernel memory used by NTFS.
1.16      sthen     281: <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>.
                    282: <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.
1.1       deraadt   283: <li>Update the ARM CPU ID information as the IDs aren't vendor/product specific, they are specific to the ARM CPUs themselves.
1.16      sthen     284: <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.
                    285: <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.
                    286: <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.
                    287: <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).
                    288: <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.
                    289: <li>New <a href="http://man.openbsd.org/?query=pmap&manpath=OpenBSD%20Current&sektion=9&format=html">pmap(9)</a> for pandaboards.
                    290: <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.
1.1       deraadt   291: <li>Allow the kernel to directly transfer UDP data from one socket to another.
1.16      sthen     292: <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.
                    293: <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)).
                    294: <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.
1.1       deraadt   295: <li>Imported xf86-video-modesetting 0.6.0 for KMS testing.
                    296: <!-- 2013/01/16 -->
1.16      sthen     297: <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.
                    298: <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.
                    299: <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.
1.1       deraadt   300: <li>Allow amd64 to hibernate with up to 64GB physical memory.
1.16      sthen     301: <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.
                    302: <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>.
1.1       deraadt   303: <li>Revert unconditionally registering the cpu throttling code on all loongson 2F systems, as the gdium does not have a separate scheduling clock yet.
                    304: <li>Do not register the mips64 internal cpu timer-based timecounter if we support cpu throttling.
1.16      sthen     305: <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.
                    306: <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.
                    307: <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.
1.1       deraadt   308: <li>Added cpu throttling support to the loongson 2F systems.
1.16      sthen     309: <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).
1.1       deraadt   310: <!-- 2013/01/15 -->
1.16      sthen     311: <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.
                    312: <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.
                    313: <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.
1.1       deraadt   314: <li>Added a stat clock for the lemote loongson machines, to show more accurate cpu usage statistics.
1.16      sthen     315: <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.
                    316: <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).
                    317: <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.
                    318: <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.
                    319: <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.
1.1       deraadt   320: <li>Switch memory filesystem to bufq. This gives us queue limits and uses FIFO queueing (rather than the current LIFO queueing).
1.16      sthen     321: <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.
                    322: <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.
1.1       deraadt   323: <!-- 2013/01/14 -->
1.16      sthen     324: <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.
1.1       deraadt   325: <li>Allow multiple coredumps to be saved at the same time.
1.16      sthen     326: <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.
                    327: <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.
                    328: <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.
1.1       deraadt   329: <li>Accept both types of etherip rev 3, but continue sending old format. First step of transitioning (over two releases) to new ietf specification.
1.16      sthen     330: <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.
1.1       deraadt   331: <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.
1.16      sthen     332: <li>Updated <a href="http://man.openbsd.org/?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to 1.2.6.
                    333: <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.
1.1       deraadt   334: <li>Free the directory block buffer at the completion of a readdir, significantly reducing NTFS kernel memory usage.
                    335: <!-- 2013/01/13 -->
1.16      sthen     336: <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.
                    337: <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.
                    338: <li>More informative <a href="http://man.openbsd.org/?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "options" error message.
                    339: <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.
                    340: <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.
1.1       deraadt   341: <!-- 2013/01/12 -->
1.16      sthen     342: <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.
                    343: <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.
                    344: <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.
                    345: <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.
                    346: <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.
                    347: <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.
1.1       deraadt   348: <!-- 2013/01/11 -->
                    349: <li>Allow a hp300 kernel whose name contains uppercase letters to be bootable.
                    350: <!-- 2013/01/10 -->
1.16      sthen     351: <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.
                    352: <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".
1.1       deraadt   353: <li>Don't log "unknown subcode" for subcode 0 when the bgpd() hold timer expires, this is a normal condition.
                    354: <!-- 2013/01/09 -->
1.16      sthen     355: <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.
                    356: <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>).
                    357: <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.
1.1       deraadt   358: <!-- 2013/01/08 -->
1.16      sthen     359: <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.
                    360: <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>.
                    361: <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."
1.1       deraadt   362: <!-- 2013/01/07 -->
1.16      sthen     363: <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.
                    364: <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.
                    365: <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.
1.1       deraadt   366: <!-- 2013/01/05 -->
1.16      sthen     367: <li>Fixed sparc optimisation bug in <a href="http://man.openbsd.org/?query=dump&manpath=OpenBSD%20Current&sektion=8&format=html">dump(8)</a>.
                    368: <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).
                    369: <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.
                    370: <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>.
                    371: <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.
                    372: <li>Enabled MSI for <a href="http://man.openbsd.org/?query=rtsx&manpath=OpenBSD%20Current&sektion=4&format=html">rtsx(4)</a>.
1.1       deraadt   373: <li>Updated libXcomposite to 0.4.4; libXdamage to 1.4.4; and xf86-video-mach64 to 6.9.4.
1.16      sthen     374: <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.
1.1       deraadt   375: <li>Switched m88k ports to ELF.
                    376: <!-- 2013/01/04 -->
1.16      sthen     377: <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.
                    378: <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.
                    379: <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.
1.1       deraadt   380: <!-- 2013/01/03 -->
1.16      sthen     381: <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 ...
                    382: <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.
                    383: <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.
                    384: <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.
                    385: <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.
                    386: <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>.
1.1       deraadt   387: <!-- 2013/01/02 -->
1.16      sthen     388: <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.
                    389: <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.
                    390: <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.
                    391: <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.
1.1       deraadt   392: <!-- 2013/01/01 -->
1.16      sthen     393: <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).
                    394: <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).
                    395: <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.
                    396: <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.
                    397: <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.
1.1       deraadt   398: <!-- 2012/12/31 -->
                    399: <li>Fixed gap value when formatting 1.44MB 3"1/2 floppy disks on sparc and sparc64.
                    400: <li>m88k ELF toolchain added to binutils.
1.16      sthen     401: <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.
                    402: <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.
1.1       deraadt   403: <li>Allow native ELF binaries (none yet) to run on m68k.
1.16      sthen     404: <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.
1.1       deraadt   405: <!-- 2012/12/30 -->
1.16      sthen     406: <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.
1.1       deraadt   407: <!-- 2012/12/29 -->
1.16      sthen     408: <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.
                    409: <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)
                    410: <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.
                    411: <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.
                    412: <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.
1.1       deraadt   413: <!-- 2012/12/28 -->
1.16      sthen     414: <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.
                    415: <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).
1.1       deraadt   416: <li>Avoid spinning in the vfs cleaner when there are insufficient clean pages, but no buffers on the dirty queue to clean.
                    417: <!-- 2012/12/27 -->
                    418: <!-- 2012/12/26 -->
1.16      sthen     419: <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.
1.1       deraadt   420: <!-- 2012/12/25 -->
                    421: <li>Added GENERIC.MP to luna88k.
1.16      sthen     422: <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>.
1.1       deraadt   423: <!-- 2012/12/24 -->
                    424: <li>Fix kernel compilation with POOL_DEBUG but not DDB enabled.
1.16      sthen     425: <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.
                    426: <li>Simplified <a href="http://man.openbsd.org/?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> by using shell patterns.
                    427: <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.
                    428: <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.
                    429: <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.
                    430: <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.
1.1       deraadt   431: <!-- 2012/12/23 -->
1.16      sthen     432: <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>.
1.1       deraadt   433: <li>Explicitly align i386 stack on a 16-byte boundary such that constructors can use SSE instructions.
1.16      sthen     434: <li>Simplify setting <a href="http://man.openbsd.org/?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> FETCH_CMD.
1.1       deraadt   435: <!-- 2012/12/22 -->
1.16      sthen     436: <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.
1.1       deraadt   437: <li>Added support for U3 bridges present in macppc G5 machines.
                    438: <li>Attach all known macppc U3 AGP bridges.
1.16      sthen     439: <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.
                    440: <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.
                    441: <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.
1.1       deraadt   442: <!-- 2012/12/21 -->
1.16      sthen     443: <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.
                    444: <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.
                    445: <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.
                    446: <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.
1.1       deraadt   447: <!-- 2012/12/20 -->
1.16      sthen     448: <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.
                    449: <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.
                    450: <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.
                    451: <li>Readjust <a href="http://man.openbsd.org/?query=sndiod&amp;sektion=8">sndiod(8)</a> midi flow control after consuming input data.
                    452: <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.
1.1       deraadt   453: <!-- 2012/12/19 -->
                    454: <li>Update to xf86-video-vmware 2.1 RC1 (aka 2.0.99.901).
                    455: <li>Removed an output probe method in xf86-video-intel i830PreInit(). With xserver 1.13 this causes a fatal error at run time.
                    456: <li>Sync the "legacy" xf86-video-intel i810 driver (used only on true i810 and i815 chipsets) to X.Org.
1.16      sthen     457: <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.
                    458: <li>Adjusted <a href="http://man.openbsd.org/?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> arithmetic tests.
                    459: <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.
                    460: <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.
1.1       deraadt   461: <!-- 2012/12/18 -->
1.16      sthen     462: <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.
                    463: <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.
1.1       deraadt   464: <!-- 2012/12/17 -->
1.16      sthen     465: <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.
                    466: <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.
                    467: <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.
                    468: <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.
                    469: <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.
1.1       deraadt   470: <li>Unbreak bootblocks on Alpha by fixing the primary load address.
1.16      sthen     471: <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.
                    472: <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.
                    473: <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.
                    474: <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.
                    475: <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.
1.1       deraadt   476: <!-- 2012/12/16 -->
1.16      sthen     477: <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.
1.1       deraadt   478: <li>Updated to xf86-video-geode to 2.11.14.
                    479: <li>Added the Validity vendor and some products (including vostro 3360) to usbdevs.
                    480: <!-- 2012/12/15 -->
1.16      sthen     481: <li>Prevent a potential <a href="http://man.openbsd.org/?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> segfault.
                    482: <li>Plugged two <a href="http://man.openbsd.org/?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> memory leaks.
                    483: <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.
1.1       deraadt   484: <!-- 2012/12/14 -->
1.16      sthen     485: <li>Added support for IT8772F to <a href="http://man.openbsd.org/?query=it&manpath=OpenBSD%20Current&sektion=4&format=html">it(4)</a>.
1.1       deraadt   486: <li>Added U3 HyperTransport found in PowerMac7,3 to pcidevs.
                    487: <!-- 2012/12/13 -->
1.16      sthen     488: <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.
                    489: <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.
                    490: <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.
                    491: <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.
1.1       deraadt   492: <!-- 2012/12/12 -->
1.16      sthen     493: <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.
                    494: <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.
                    495: <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.
                    496: <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.
                    497: <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.
1.1       deraadt   498: <!-- 2012/12/11 -->
1.16      sthen     499: <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.
                    500: <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.
                    501: <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.
                    502: <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.
                    503: <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.
1.1       deraadt   504: <!-- 2012/12/10 -->
                    505: <li>Fix potential for use-after-free of bufs in Fast File System softdep.
1.16      sthen     506: <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.
                    507: <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.
                    508: <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.
                    509: <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.
                    510: <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.
1.1       deraadt   511: <li>Correct macobio functions to fix kernel panic on PowerMac G5 (present since r1.22 of i2s.c).
1.16      sthen     512: <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.
                    513: <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>.
1.1       deraadt   514: <!-- 2012/12/09 -->
1.16      sthen     515: <li>Added <a href="http://man.openbsd.org/?query=cdce&manpath=OpenBSD%20Current&sektion=4&arch=alpha&format=html">cdce(4/alpha)</a>.
1.1       deraadt   516: <li>Recognise 7448 and 970MP processors on macppc.
1.16      sthen     517: <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.
                    518: <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.
1.1       deraadt   519: <!-- 2012/12/08 -->
                    520: <li>Added /dev/vdsp[0-7] to sparc64.
1.16      sthen     521: <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.
                    522: <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.
                    523: <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.
                    524: <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.
1.1       deraadt   525: <li>Added support for PowerPC 970 CPUs present in early PowerMac G5 from 2003 (7,2 and 7,3).
                    526: <!-- 2012/12/07 -->
1.16      sthen     527: <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.
                    528: <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.
                    529: <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.
                    530: <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.
1.1       deraadt   531: <!-- 2012/12/06 -->
1.16      sthen     532: <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>.
                    533: <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.
                    534: <li>Simplify <a href="http://man.openbsd.org/?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> command string parsing.
                    535: <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.
                    536: <li>Set port = NULL for new connections. Fixes <a href="http://man.openbsd.org/?query=sndiod&amp;sektion=8">sndiod(8)</a> crashes.
1.1       deraadt   537: <!-- 2012/12/05 -->
1.16      sthen     538: <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.
1.1       deraadt   539: <!-- 2012/12/04 -->
1.16      sthen     540: <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>.
1.1       deraadt   541: <li>Attach the 2nd core of SPARC64-VI and SPARC64-VII CPUs.
1.16      sthen     542: <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.
                    543: <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).
                    544: <li>Enable <a href="http://man.openbsd.org/?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> in macppc generic kernel.
                    545: <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.
                    546: <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.
                    547: <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>.
1.1       deraadt   548: <!-- 2012/12/03 -->
1.16      sthen     549: <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.
                    550: <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.
1.1       deraadt   551: <li>Close sparc64 vdsp disk images if the client disconnects.
                    552: <li>New CA root certificates from GlobalSign, VeriSign, AddTrust, Comodo, UserTrust Network/UTN and Starfield.
                    553: <!-- 2012/12/02 -->
                    554: <li>Fix XAA support in xf86-video-mga.
1.16      sthen     555: <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.
                    556: <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.
                    557: <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.
                    558: <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.
                    559: <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.
                    560: <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.
                    561: <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.
                    562: <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>.
                    563: <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 .
1.1       deraadt   564: <li>Added check to xf86-video-intel so server can fail with useful error message instead of segfaulting later.
1.16      sthen     565: <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.
                    566: <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.
1.1       deraadt   567: <!-- 2012/12/01 -->
1.16      sthen     568: <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).
                    569: <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.
                    570: <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.
                    571: <li>Parse <a href="http://man.openbsd.org/?query=sndiod&amp;sektion=8">sndiod(8)</a> "-m mode1,mode2,.. " strings strictly.
                    572: <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.
                    573: <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.
                    574: <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.
                    575: <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.
                    576: <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>.
1.1       deraadt   577: <li>Additional CA root certificates added from GeoTrust/Equifax, GoDaddy, StartCom, and Thawte.
                    578: <!-- 2012/11/30 -->
1.16      sthen     579: <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.
                    580: <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.
                    581: <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.
                    582: <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.
                    583: <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).
                    584: <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.
                    585: <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.
1.1       deraadt   586: <li>In locale/ctype/en_US.UTF-8.src, corrected width of some characters in the Hebrew range (0590?05FF).
1.16      sthen     587: <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.
                    588: <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.
1.1       deraadt   589: <!-- 2012/11/29 -->
1.16      sthen     590: <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.
1.1       deraadt   591: <li>Remove setting an initial (assumed) baudrate upon driver attach for many network interface cards.
1.16      sthen     592: <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>.
                    593: <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.
                    594: <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().
                    595: <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.
1.1       deraadt   596: <!-- 2012/11/28 -->
1.16      sthen     597: <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.
                    598: <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>.
                    599: <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.
                    600: <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.
1.1       deraadt   601: <!-- 2012/11/27 -->
1.16      sthen     602: <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).
                    603: <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).
                    604: <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.
                    605: <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.
                    606: <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.
                    607: <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.
                    608: <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.
                    609: <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.
                    610: <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.
                    611: <li>Add <a href="http://man.openbsd.org/?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> window-status-last-* options.
                    612: <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.
1.1       deraadt   613: <!-- 2012/11/26 -->
1.16      sthen     614: <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.
1.1       deraadt   615: <!-- 2012/11/25 -->
1.16      sthen     616: <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.
                    617: <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.
                    618: <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.
                    619: <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.
                    620: <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").
1.1       deraadt   621: <li>Recognise a wrong network configuration that causes mvme88k tftpboot to stall, inform user what to do.
1.16      sthen     622: <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.
1.1       deraadt   623: <!-- 2012/11/24 -->
                    624: <li>Don't assign the "host" MAC address to sparc64 virtual switch ports or print address for those ports.
1.16      sthen     625: <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.
                    626: <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.
                    627: <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.
1.1       deraadt   628: <!-- 2012/11/23 -->
1.16      sthen     629: <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.
                    630: <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.
                    631: <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.
                    632: <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.
                    633: <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.
                    634: <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.
                    635: <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>.
                    636: <li>Send ack on <a href="http://man.openbsd.org/?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> "update map".
                    637: <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.
1.1       deraadt   638: <!-- 2012/11/22 -->
1.16      sthen     639: <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.
1.1       deraadt   640: <li>Update to libxcb 1.9.0.
                    641: <!-- 2012/11/21 -->
                    642: <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.
1.16      sthen     643: <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.
                    644: <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.
                    645: <li>Plugged a <a href="http://man.openbsd.org/?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a> file descriptor leak.
                    646: <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.
                    647: <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.
1.1       deraadt   648: <!-- 2012/11/20 -->
1.16      sthen     649: <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>.
                    650: <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).
                    651: <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.
1.1       deraadt   652: <!-- 2012/11/19 -->
1.16      sthen     653: <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.
                    654: <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.
                    655: <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.
                    656: <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.
                    657: <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.
1.1       deraadt   658: <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.
                    659: <!-- 2012/11/18 -->
1.16      sthen     660: <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.
                    661: <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.
                    662: <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.
1.1       deraadt   663: <li>Small i386 memcpy optimisations to avoid unnecessary locks.
                    664: <!-- 2012/11/17 -->
1.16      sthen     665: <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.
1.1       deraadt   666: <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.
1.16      sthen     667: <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).
                    668: <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.
                    669: <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.
1.1       deraadt   670: <!-- 2012/11/16 -->
1.16      sthen     671: <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.
                    672: <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).
                    673: <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>.
                    674: <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.
                    675: <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.
                    676: <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.
                    677: <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.
1.1       deraadt   678: <!-- 2012/11/15 -->
                    679: <li>Print macppc UniNorth/U3 revision number (taken from openfirmware) to show which AGP chipset is present.
1.16      sthen     680: <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.
                    681: <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.
                    682: <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.
1.1       deraadt   683: <!-- 2012/11/14 -->
1.16      sthen     684: <li>Updated <a href="http://man.openbsd.org/?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to 1.2.5.
                    685: <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.
                    686: <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.
                    687: <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.
                    688: <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.
1.1       deraadt   689: <!-- 2012/11/13 -->
1.16      sthen     690: <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().
                    691: <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>.
                    692: <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().
1.1       deraadt   693: <li>Adjust Makefile.cross to allow cross-gcc to build using different compiler version than the target.
1.16      sthen     694: <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.
                    695: <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>.
                    696: <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.
                    697: <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.
                    698: <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.
                    699: <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").
1.1       deraadt   700: <!-- 2012/11/12 -->
1.16      sthen     701: <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.
                    702: <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.
                    703: <li>Fixed a potential <a href="http://man.openbsd.org/?query=ldapd&manpath=OpenBSD%20Current&sektion=8&format=html">ldapd(8)</a> memory leak.
1.1       deraadt   704: <!-- 2012/11/11 -->
1.16      sthen     705: <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.
                    706: <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.
1.1       deraadt   707: <li>Fix pid matching on kernel crashdumps.
1.16      sthen     708: <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>.
                    709: <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).
                    710: <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).
                    711: <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).
1.1       deraadt   712: <li>Try to load the gallium3d "swrastg" driver if available, before falling back to the default mesa "swrast" one for software rendering.
                    713: <!-- 2012/11/10 -->
1.16      sthen     714: <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.
                    715: <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.
                    716: <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.
                    717: <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.
1.1       deraadt   718: <!-- 2012/11/09 -->
1.16      sthen     719: <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.
                    720: <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.
                    721: <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.
                    722: <li>Improved <a href="http://man.openbsd.org/?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> flow control code.
                    723: <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.
                    724: <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.
                    725: <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.
1.1       deraadt   726: <!-- 2012/11/08 -->
1.16      sthen     727: <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.
                    728: <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.
                    729: <li>Fixed kernel builds without <a href="http://man.openbsd.org/?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a>.
                    730: <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.
                    731: <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.
                    732: <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.
1.1       deraadt   733: <!-- 2012/11/07 -->
1.16      sthen     734: <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.
                    735: <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.
1.1       deraadt   736: <li>Enable %tick access for userland on sparc64 sun4u systems.
1.16      sthen     737: <li>Tab completion support for <a href="http://man.openbsd.org/?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menus.
                    738: <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).
                    739: <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.
                    740: <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).
1.1       deraadt   741: <!-- 2012/11/06 -->
                    742: <li>Always setup lo0 with 127.0.0.1/8 when configuring the network, whether installing or upgrading.
1.16      sthen     743: <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.
                    744: <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.
                    745: <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.
                    746: <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.
                    747: <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.
1.1       deraadt   748: <!-- 2012/11/05 -->
1.16      sthen     749: <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.
                    750: <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.
                    751: <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>.
                    752: <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>.
1.1       deraadt   753: <li>Call in[6]_proto_cksum_out() unconditionally, to fix checksum issues seen on ramdisk kernels.
1.16      sthen     754: <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.
1.1       deraadt   755: <li>Backport a powerpc --relax fix present in binutils 2.17. Allows mozilla trunk to finally link again.
                    756: <li>Switched sparc to timecounters.
1.16      sthen     757: <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.
1.1       deraadt   758: <li>Typedef'd pthread_key_t to an int instead of a volatile int. Allows webkit with --enable-debug to build.
1.16      sthen     759: <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.
1.1       deraadt   760: <!-- 2012/11/04 -->
1.16      sthen     761: <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.
                    762: <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.
                    763: <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.
                    764: <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.
1.1       deraadt   765: <li>Include declaration of sparcDriverName() to fix segfault on sunffb graphics.
                    766: <li>Switch mvme68k to timecounters.
1.16      sthen     767: <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.
1.1       deraadt   768: <!-- 2012/11/03 -->
1.16      sthen     769: <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.
                    770: <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.
                    771: <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.
                    772: <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.
1.1       deraadt   773: <!-- 2012/11/02 -->
1.16      sthen     774: <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.
                    775: <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.
                    776: <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.
                    777: <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.
                    778: <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.
                    779: <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.
                    780: <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.
                    781: <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.
                    782: <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.
                    783: <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.
                    784: <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>.
                    785: <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.
                    786: <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.
                    787: <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.
1.1       deraadt   788: <!-- 2012/10/31 -->
                    789: <li>Switched alpha to per-process astpending.
1.16      sthen     790: <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.
                    791: <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.
1.1       deraadt   792: <!-- 2012/1/01 -->
1.16      sthen     793: <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).
                    794: <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.
                    795: <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>.
                    796: <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.
                    797: <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>.
1.1       deraadt   798: <!-- 2012/10/30 -->
                    799: <li>Add support for Intel's Supervisor Mode Access Prevention (SMAP) feature to i386 and amd64.
1.16      sthen     800: <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.
                    801: <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.
                    802: <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.
                    803: <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.
                    804: <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.
                    805: <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>.
1.1       deraadt   806: <!-- 2012/10/29 -->
                    807: <li>On UltraSPARC T1/T2, block the current strand while spinning so other strands can do some useful work.
1.16      sthen     808: <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.
                    809: <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.
                    810: <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.
                    811: <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>.
                    812: <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.
                    813: <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.
1.1       deraadt   814: <!-- 2012/10/28 -->
1.16      sthen     815: <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.
1.1       deraadt   816: <!-- 2012/10/27 -->
1.16      sthen     817: <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;"
                    818: <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.
                    819: <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.
                    820: <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.
                    821: <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.
                    822: <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.
                    823: <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.
                    824: <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.
1.1       deraadt   825: <!-- 2012/10/26 -->
1.16      sthen     826: <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.
                    827: <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.
                    828: <li>Fix for <a href="http://man.openbsd.org/?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> CVE-2012-5195.
                    829: <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.
                    830: <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.
                    831: <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.
1.1       deraadt   832: <li>Properly clear hppa trap frame in setregs() to avoid leaking registers across exec.
                    833: <!-- 2012/10/25 -->
1.16      sthen     834: <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>.
                    835: <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.
                    836: <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.
                    837: <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.
                    838: <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.
                    839: <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.
                    840: <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.
                    841: <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.
                    842: <li>Fixed bad size in <a href="http://man.openbsd.org/?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> memcpy.
                    843: <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.
1.1       deraadt   844: <!-- 2012/10/24 -->
                    845: <!-- 2012/10/23 -->
1.16      sthen     846: <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.
                    847: <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.
                    848: <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.
                    849: <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.
1.1       deraadt   850: <!-- 2012/10/22 -->
1.16      sthen     851: <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.
                    852: <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.
                    853: <li>Add <a href="http://man.openbsd.org/?query=jme&manpath=OpenBSD%20Current&sektion=4&format=html">jme(4)</a> flow control support.
                    854: <li>Provide <a href="http://man.openbsd.org/?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a> flow control status.
                    855: <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.
                    856: <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.
1.1       deraadt   857: <!-- 2012/10/21 -->
1.16      sthen     858: <li>Add flow control support to <a href="http://man.openbsd.org/?query=gem&manpath=OpenBSD%20Current&sektion=4&format=html">gem(4)</a>.
                    859: <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.
                    860: <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.
                    861: <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.
                    862: <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.
                    863: <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.
1.1       deraadt   864: <!-- 2012/10/20 -->
1.16      sthen     865: <li>Implement <a href="http://man.openbsd.org/?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> transmit DMA segments.
1.1       deraadt   866: <li>Fix hardware kill switch detection for the ar9300 chip family.
1.16      sthen     867: <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>
1.1       deraadt   868: <!-- 2012/10/19 -->
                    869: <li>Make xf86-video-intel hdmi modesetting code handle multiple display pipes.
                    870: <!-- 2012/10/18 -->
1.16      sthen     871: <li>Simplify <a href="http://man.openbsd.org/?query=xl&manpath=OpenBSD%20Current&sektion=4&format=html">xl(4)</a> for multicast ranges.
1.1       deraadt   872: <li>Convert ethernet driver code which predates pci_set_powerstate() to using it instead.
1.16      sthen     873: <li>Numerous <a href="http://man.openbsd.org/?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> error message fixes.
1.1       deraadt   874: <li>Switched luna88k to timecounters.
1.16      sthen     875: <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.
1.1       deraadt   876: <!-- 2012/10/17 -->
1.16      sthen     877: <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.
                    878: <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>.
                    879: <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.
1.1       deraadt   880: <!-- 2012/10/16 -->
1.16      sthen     881: <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.
1.1       deraadt   882: <li>Add support for multiple channels on sparc64 hvctl.
1.16      sthen     883: <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>.
1.1       deraadt   884: <li>Change amd64 PCI memory extent to cover the whole 64-bit memory space; fixed erroneous extent allocation panic on IBM x3100.
1.16      sthen     885: <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.
1.1       deraadt   886: <!-- 2012/10/15 -->
1.16      sthen     887: <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.
                    888: <li>Added support for recursive <a href="http://man.openbsd.org/?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> upload.
                    889: <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.
                    890: <li>Implement "smtpctl stop" in <a href="http://man.openbsd.org/?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a>.
                    891: <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.
1.1       deraadt   892: <!-- 2012/10/14 -->
1.16      sthen     893: <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.
                    894: <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.
1.1       deraadt   895: <li>Beginning of ldomctl tool, to control sun4v logical domains. Currently can start and stop domains.
1.16      sthen     896: <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().
1.1       deraadt   897: <!-- 2012/10/13 -->
1.16      sthen     898: <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>.
                    899: <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).
                    900: <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.
                    901: <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.
                    902: <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)
                    903: <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>.
                    904: <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.
1.1       deraadt   905: <!-- 2012/10/12 -->
1.16      sthen     906: <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.
1.1       deraadt   907: <!-- 2012/10/11 -->
1.16      sthen     908: <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.
                    909: <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>.
                    910: <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>.
                    911: <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.
                    912: <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>.
1.1       deraadt   913: <!-- 2012/10/10 -->
1.16      sthen     914: <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.
                    915: <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.
                    916: <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.
                    917: <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.
                    918: <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.
1.1       deraadt   919: <li>Clear ieee80211 powersave flag and purge queued packets when a node leaves the AP. Fixes issues with power saving.
                    920: <!-- 2012/10/09 -->
1.16      sthen     921: <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.
                    922: <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.
                    923: <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.
1.1       deraadt   924: <li>Add nscan as a disk queuing algorithm, make it the default with n = 128. Better performance for long sequential writes.
                    925: <li>Limit writes in flight to disk from buffer cache (via bufq) to a high water mark.
1.16      sthen     926: <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.
1.1       deraadt   927: <!-- 2012/10/08 -->
                    928: <li>Enabled Supervisor Mode Execution Protection (SMEP) for i386 and amd64, found in recent Intel chips.
1.16      sthen     929: <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.
1.1       deraadt   930: <li>Revamped suspend/hibernate -> resume. If suspend sequence fails, now possible to recover along the resume code path.
1.16      sthen     931: <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.
                    932: <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.
1.1       deraadt   933: <!-- 2012/10/07 -->
                    934: <li>Force MIT-MAGIC-COOKIE auth for all displays, like we do for :0.
1.16      sthen     935: <li>Updated <a href="http://man.openbsd.org/?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to 1.2.4.
1.1       deraadt   936: <li>Reduced the difference between i386 and amd64 versions of the speedstep code.
1.16      sthen     937: <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.
                    938: <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.
                    939: <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.
                    940: <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>.
1.1       deraadt   941: <!-- 2012/10/06 -->
                    942: <li>Updated xkeyboard-config to 2.7.
1.16      sthen     943: <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.
1.1       deraadt   944: <!-- 2012/10/05 -->
1.16      sthen     945: <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.
                    946: <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.
1.1       deraadt   947: <!-- 2012/10/04 -->
1.16      sthen     948: <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>.
                    949: <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.
                    950: <li>Added umac128 variant to <a href="http://man.openbsd.org/?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>.
                    951: <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.
                    952: <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.
1.1       deraadt   953: <!-- 2012/10/03 -->
1.16      sthen     954: <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.
                    955: <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.
                    956: <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.
                    957: <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.
                    958: <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.
                    959: <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.
                    960: <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.
                    961: <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.
1.1       deraadt   962: <!-- 2012/10/02 -->
1.16      sthen     963: <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.
                    964: <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.
                    965: <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.
1.1       deraadt   966: <!-- 2012/10/01 -->
1.16      sthen     967: <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>.
                    968: <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.
1.1       deraadt   969: <!-- 2012/09/30 -->
1.16      sthen     970: <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.
                    971: <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.
1.1       deraadt   972: <!-- 2012/09/29 -->
1.16      sthen     973: <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.
1.1       deraadt   974: <!-- 2012/09/28 -->
1.16      sthen     975: <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>.
1.1       deraadt   976: <!-- 2012/09/27 -->
                    977: <li>Add support for the Adaptec 39320LPE controller.
                    978: <li>When merging messages from an update, and message already exists in the main queue, don't count it twice.
1.16      sthen     979: <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.
                    980: <li>Fixed a <a href="http://man.openbsd.org/?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> file descriptor leak.
1.1       deraadt   981: <!-- 2012/09/26 -->
1.16      sthen     982: <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.
                    983: <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.
                    984: <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>.
                    985: <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>.
1.1       deraadt   986: <!-- 2012/09/25 -->
1.16      sthen     987: <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>.
                    988: <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.
                    989: <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.
                    990: <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.
1.1       deraadt   991: <li>Add minimal support for gen7/ivybridge in inteldrm. Manages memory; no attempt to setup the rings.
1.16      sthen     992: <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.
                    993: <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.
                    994: <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.
1.1       deraadt   995: <!-- 2012/09/24 -->
1.16      sthen     996: <li>Added <a href="http://man.openbsd.org/?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> control_write_buffer.
                    997: <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.
                    998: <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.
1.1       deraadt   999: <!-- 2012/09/23 -->
1.16      sthen    1000: <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.
                   1001: <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".
1.1       deraadt  1002: <li>Unlink imake and cf from build. This now is in ports.
                   1003: <!-- 2012/09/21 -->
                   1004: <li>On i386, make sure we send MSIs to the primary CPU like we do on amd64.
1.16      sthen    1005: <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.
                   1006: <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".
                   1007: <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.
                   1008: <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.
                   1009: <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.
1.1       deraadt  1010: <!-- 2012/09/20 -->
                   1011: <li>Added sensor types to sensor framework: pressure (10^-3 Pa); distance (10^-6 m); acceleration (10^-6 m/s^2).
1.16      sthen    1012: <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.
                   1013: <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.
1.1       deraadt  1014: <li>Don't filter spanning tree BPDUs. Either process, or forward them (avoids bridging loops).
1.16      sthen    1015: <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.
                   1016: <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/.
                   1017: <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>".
                   1018: <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>.
                   1019: <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.
1.1       deraadt  1020: <!-- 2012/09/19 -->
1.16      sthen    1021: <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.
                   1022: <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.
1.1       deraadt  1023: <li>Add i386/amd64 support for the rdrand instruction found in recent Intel processors.
1.16      sthen    1024: <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.
                   1025: <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).
                   1026: <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().
1.1       deraadt  1027: <!-- 2012/09/18 -->
1.16      sthen    1028: <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.
                   1029: <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.
                   1030: <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>.
                   1031: <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.
                   1032: <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.
                   1033: <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>.
                   1034: <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.
                   1035: <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.
1.1       deraadt  1036: <li>Don't accept dhclient() leases that offer a subnet that is already configured on an interface.
1.16      sthen    1037: <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.
1.1       deraadt  1038: <!-- 2012/09/17 -->
1.16      sthen    1039: <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.
                   1040: <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.
                   1041: <li>Fix <a href="http://man.openbsd.org/?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> statistics.
                   1042: <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.
                   1043: <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.
                   1044: <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.
1.1       deraadt  1045: <li>Recognise executables tagged with ELFOSABI_OPENBSD as native executables. Fixes Go language port.
1.16      sthen    1046: <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>.
                   1047: <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.
1.1       deraadt  1048: <li>Improved xf86-video-intel hack to restore text mode on ironlake/sandy bridge.
                   1049: <!-- 2012/09/16 -->
1.16      sthen    1050: <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.
1.1       deraadt  1051: <!-- 2012/09/15 -->
1.16      sthen    1052: <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.
                   1053: <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.
1.1       deraadt  1054: <li>m88k does not have the m68k long double type, so don't build long double libm routines.
                   1055: <!-- 2012/09/14 -->
1.16      sthen    1056: <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.
                   1057: <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.
                   1058: <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.
                   1059: <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.
1.1       deraadt  1060: <!-- 2012/09/13 -->
                   1061: <li>Stop xinstall unlinking destination if we can't open the source file. Avoids race condition and fixes a problem with databases/ruby-ldap.
1.16      sthen    1062: <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 !=).
1.1       deraadt  1063: <!-- 2012/09/12 -->
1.16      sthen    1064: <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".
                   1065: <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.
1.1       deraadt  1066: <!-- 2012/09/10 -->
                   1067: <li>Define empty CDIAGFLAGS for programs that use Werror. Makes "make build" build with WARNINGS=Yes on amd64.
1.16      sthen    1068: <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.
                   1069: <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).
                   1070: <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>.
1.1       deraadt  1071: <li>Cherry-pick upstream's commit to convert the openchrome driver for compatibility with xserver 1.13.
1.16      sthen    1072: <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).
                   1073: <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.
                   1074: <li>Support <a href="http://man.openbsd.org/?query=uftdi&manpath=OpenBSD%20Current&sektion=4&format=html">uftdi(4)</a> FTDI FT2232H.
                   1075: <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.
                   1076: <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.
                   1077: <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.
1.1       deraadt  1078: <li>sh architecture moves to PIE.
1.16      sthen    1079: <li>Cleanup <a href="http://man.openbsd.org/?query=vfs&manpath=OpenBSD%20Current&sektion=9&format=html">vfs(9)</a> mount string handling.
                   1080: <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.
1.1       deraadt  1081: <!-- 2012/09/09 -->
1.16      sthen    1082: <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.
                   1083: <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.
1.1       deraadt  1084: <li>Set use_collect2 on m88k. IMPORTANT: recompile/reinstall libc, libobjc, libpthread and libstdc++ immediately after installing the new gcc.
                   1085: <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.
                   1086: <!-- 2012/09/08 -->
1.16      sthen    1087: <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.
1.1       deraadt  1088: <li>Switch hp300 and landisk to timecounters.
1.16      sthen    1089: <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.
1.1       deraadt  1090: <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.
                   1091: <li>Plug a race where we're trying to kill a traced process while it is already exiting.
                   1092: <!-- 2012/09/07 -->
                   1093: <li>Bump amd64 CPU feature strings to 12 chars, since some names are now 8 characters long.
                   1094: <li>Call pci_min_powerstate() to determine the lowest possible powerstate instead of hardcoding it to D3.
1.16      sthen    1095: <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.
                   1096: <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.
1.1       deraadt  1097: <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).
1.16      sthen    1098: <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".
1.1       deraadt  1099: <!-- 2012/09/06 -->
1.16      sthen    1100: <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>.
1.1       deraadt  1101: <li>Removed compat_aout support for i386.
                   1102: <li>Make all dos file names 11 byte array. Fixes "panic: smashed stack in msdosfs_rename.c".
1.16      sthen    1103: <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.
                   1104: <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".
1.1       deraadt  1105: <!-- 2012/09/05 -->
1.16      sthen    1106: <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.
                   1107: <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.
                   1108: <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).
1.1       deraadt  1109: <li>COMPAT_O48 turned off in GENERIC kernel.
                   1110: <li>Implement basic (blocking) YP support for getaddrinfo_async(). YP is now supported on all relevant resolver functions.
1.16      sthen    1111: <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.
                   1112: <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.
                   1113: <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.
1.1       deraadt  1114: <!-- 2012/09/04 -->
1.16      sthen    1115: <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.
                   1116: <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.
                   1117: <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.
1.1       deraadt  1118: <li>Added support for -fPIC to sparc.
1.16      sthen    1119: <li>Fixed log_err() calls in <a href="http://man.openbsd.org/?query=sasyncd&manpath=OpenBSD%20Current&sektion=8&format=html">sasyncd(8)</a>.
1.1       deraadt  1120: <!-- 2012/09/03 -->
1.16      sthen    1121: <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.
                   1122: <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>.
                   1123: <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.
                   1124: <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.
                   1125: <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.
                   1126: <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.
                   1127: <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.
                   1128: <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).
1.1       deraadt  1129: <!-- 2012/09/02 -->
1.16      sthen    1130: <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.
1.1       deraadt  1131: <li>Make profiling work on hppa.
                   1132: <li>Take hppa to PIE as well.
1.16      sthen    1133: <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.
1.1       deraadt  1134: <!-- 2012/09/01 -->
                   1135: <li>Enable PIE on alpha.
1.16      sthen    1136: <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.
                   1137: <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.
                   1138: <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.
                   1139: <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>.
                   1140: <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.
1.1       deraadt  1141: <!-- 2012/08/31 -->
1.16      sthen    1142: <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>.
                   1143: <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.
1.1       deraadt  1144: <li>Enable PIE on amd64, mips64(el) and sparc64.
1.16      sthen    1145: <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.
                   1146: <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>.
1.1       deraadt  1147: <!-- 2012/08/30 -->
1.16      sthen    1148: <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.
1.1       deraadt  1149: <li>On SPARC64 VI/VII CPUs, sleep while spinning (may let another thread do some useful work).
1.16      sthen    1150: <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.
                   1151: <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.
                   1152: <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.
                   1153: <li>Moved <a href="http://man.openbsd.org/?query=pmdb&manpath=OpenBSD%20Current&sektion=1&format=html">pmdb(1)</a> to the attic.
                   1154: <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.
                   1155: <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.
                   1156: <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.
                   1157: <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>).
1.1       deraadt  1158: <!-- 2012/08/29 -->
1.16      sthen    1159: <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>.
1.1       deraadt  1160: <li>Code added to eventually support Multi-Threaded Processing on Fujitsu SPARC64-VI and SPARC64-VII CPUs.
                   1161: <li>Fixed random SIGSEGVs during single-stepping on hppa.
1.16      sthen    1162: <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.
                   1163: <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.
                   1164: <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).
1.1       deraadt  1165: <!-- 2012/08/28 -->
                   1166: <li>Make update-moduli append the 6kbit and 8kbit params so that we can trivially regen the <=4k bit ones.
                   1167: <li>Update to openssh-6.1.
                   1168: <li>Do not add SLAAC or privacy addresses when a static address in the same prefix already exists.
1.16      sthen    1169: <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>.
                   1170: <li>Update to <a href="http://man.openbsd.org/?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> 3.2.13.
                   1171: <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.
                   1172: <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.
1.1       deraadt  1173: <!-- 2012/08/27 -->
1.16      sthen    1174: <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.
                   1175: <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.
                   1176: <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).
1.1       deraadt  1177: <!-- 2012/08/26 -->
1.16      sthen    1178: <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.
                   1179: <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>.
                   1180: <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.
                   1181: <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.
1.1       deraadt  1182: <!-- 2012/08/25 -->
1.16      sthen    1183: <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>.
                   1184: <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.
                   1185: <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).
1.1       deraadt  1186: <li>Better detection of the st16650v1 (with broken fifo). Avoids false positives (eg MPC8347 DUART on socppc).
                   1187: <li>Sparc64 v445 has touchy sleep mode registers, so skip the wakeup code if we are a serial console.
1.16      sthen    1188: <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.
                   1189: <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.*.
                   1190: <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.
                   1191: <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.
1.1       deraadt  1192: <!-- 2012/08/24 -->
1.16      sthen    1193: <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.
                   1194: <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.
                   1195: <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.
                   1196: <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.
1.1       deraadt  1197: <!-- 2012/08/23 -->
                   1198: <li>Update to unbound 1.4.18 (not yet linked to the build).
1.16      sthen    1199: <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.
1.1       deraadt  1200: <li>Support for Andrew File System and NNPFS removed from the kernel.
1.16      sthen    1201: <li>Fixed <a href="http://man.openbsd.org/?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> multiple recipient support.
                   1202: <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.
                   1203: <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.
1.1       deraadt  1204: <!-- 2012/08/22 -->
1.16      sthen    1205: <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.
1.1       deraadt  1206: <li>Build the kernel with -fno-pie.
                   1207: <!-- 2012/08/21 -->
1.16      sthen    1208: <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.
                   1209: <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.
                   1210: <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
                   1211: <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.
                   1212: <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.
                   1213: <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.
                   1214: <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.
                   1215: <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.
                   1216: <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.
                   1217: <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>.
1.1       deraadt  1218: <!-- 2012/08/20 -->
1.16      sthen    1219: <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>.
                   1220: <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.
                   1221: <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_*.
                   1222: <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.
                   1223: <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.
                   1224: <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.
1.1       deraadt  1225: <!-- 2012/08/19 -->
1.16      sthen    1226: <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.
                   1227: <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>.
                   1228: <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.
                   1229: <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.
1.1       deraadt  1230: <!-- 2012/08/18 -->
1.16      sthen    1231: <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.
1.1       deraadt  1232: <li>Fixed loongson kernel panic when attempting to select glxpcib timecounter as the current timecounter.
1.16      sthen    1233: <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.
                   1234: <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.
                   1235: <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.
1.1       deraadt  1236: <li>Improve error reporting in getnameinfo_async() and getaddrinfo_async().
                   1237: <li>Let xenocara build and release proceed through the exact same steps, avoiding nasty surprises.
1.16      sthen    1238: <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).
1.1       deraadt  1239: <!-- 2012/08/17 -->
1.16      sthen    1240: <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.
1.1       deraadt  1241: <li>Update to xf86-video-mach64 6.9.3.
1.16      sthen    1242: <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.
                   1243: <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.
1.1       deraadt  1244: <li>Update to glproto 1.4.16.
1.16      sthen    1245: <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.
1.1       deraadt  1246: <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.
                   1247: <li>Update to pixman 0.26.2.
1.16      sthen    1248: <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.
                   1249: <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.
1.1       deraadt  1250: <li>Update to libGL 7.11.2.
1.16      sthen    1251: <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.
                   1252: <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).
1.1       deraadt  1253: <!-- 2012/08/16 -->
1.16      sthen    1254: <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.
                   1255: <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".
                   1256: <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.
1.1       deraadt  1257: <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.
1.16      sthen    1258: <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.
                   1259: <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.
1.1       deraadt  1260: <!-- 2012/08/15 -->
1.16      sthen    1261: <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.
                   1262: <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.
                   1263: <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).
1.1       deraadt  1264: <li>On a.out architectures __cerror() is called _cerror(). Fix accordingly so vax can build again.
                   1265: <li>Enable IPv6 autoconfprivacy by default.
                   1266: <!-- 2012/08/14 -->
1.16      sthen    1267: <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.
                   1268: <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.
                   1269: <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.
                   1270: <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.
                   1271: <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().
1.1       deraadt  1272: <!-- 2012/08/13 -->
1.16      sthen    1273: <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.
                   1274: <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.
                   1275: <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.
                   1276: <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.
1.1       deraadt  1277: <!-- 2012/08/12 -->
1.16      sthen    1278: <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.
1.1       deraadt  1279: <li>Fixed bug in m88k siglongjmp(), which would not restore a signal mask of zero.
1.16      sthen    1280: <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.
                   1281: <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.
                   1282: <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.
1.1       deraadt  1283: <!-- 2012/08/11 -->
1.16      sthen    1284: <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.
                   1285: <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.
                   1286: <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.
1.1       deraadt  1287: <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.
1.16      sthen    1288: <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.
1.1       deraadt  1289: <!-- 2012/08/10 -->
1.16      sthen    1290: <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.
1.1       deraadt  1291: <!-- 2012/08/09 -->
1.16      sthen    1292: <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.
                   1293: <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.
                   1294: <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>.
                   1295: <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.
1.1       deraadt  1296: <!-- 2012/08/08 -->
                   1297: <li>Update to xf86-video-ati 6.14.6.
1.16      sthen    1298: <li>Improved <a href="http://man.openbsd.org/?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler backend API.
1.1       deraadt  1299: <!-- 2012/08/07 -->
1.16      sthen    1300: <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".
                   1301: <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>.
                   1302: <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.
                   1303: <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>.
                   1304: <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.
                   1305: <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.
1.1       deraadt  1306: <!-- 2012/08/06 -->
1.16      sthen    1307: <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.
1.1       deraadt  1308: <!-- 2012/08/05 -->
                   1309: <li>Update to xserver 1.12.3.
                   1310: <!-- 2012/08/04 -->
1.16      sthen    1311: <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.
1.1       deraadt  1312: <li>Switched to automake 1.12/autoconf 2.69.
1.16      sthen    1313: <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.
                   1314: <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.
1.1       deraadt  1315: <!-- 2012/08/02 -->
1.16      sthen    1316: <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).
1.1       deraadt  1317: <!-- 2012/07/29 -->
1.16      sthen    1318: <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.
                   1319: <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.
                   1320: <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).
                   1321: <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).
                   1322: <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.
                   1323: <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).
                   1324: <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%.
1.1       deraadt  1325: <!-- 2012/07/27 -->
1.16      sthen    1326: <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.
1.1       deraadt  1327: <!-- 2012/07/26 -->
1.16      sthen    1328: <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.
1.1       deraadt  1329: </ul>
                   1330: <p>
                   1331:
                   1332: </body>
                   1333: </html>