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

Annotation of www/plus53.html, Revision 1.27

1.27    ! bentley     1: <!doctype html>
        !             2: <html lang=en id=plus>
        !             3: <meta charset=utf-8>
1.18      tj          4: <title>OpenBSD 5.3 Changelog</title>
1.1       deraadt     5: <meta name="description" content="OpenBSD 5.3 changes">
1.17      deraadt     6: <meta name="viewport" content="width=device-width, initial-scale=1">
                      7: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.20      tb          8: <link rel="canonical" href="https://www.openbsd.org/plus53.html">
1.27    ! bentley     9: <style>
        !            10: strong {
        !            11:        color: var(--red);
        !            12:        font-weight: normal;
        !            13: }
1.1       deraadt    14:
1.27    ! bentley    15: h3 {
        !            16:        color: var(--blue);
        !            17: }
        !            18: </style>
1.1       deraadt    19:
1.27    ! bentley    20: <h2 id=OpenBSD>
1.17      deraadt    21: <a href="index.html">
1.27    ! bentley    22: <i>Open</i><b>BSD</b></a>
        !            23: 5.3 Changelog
1.18      tj         24: </h2>
1.1       deraadt    25: <hr>
                     26:
                     27: <p>
                     28: This selection is intended to include all important
                     29: and all user-visible changes.
                     30: For a complete record of all changes, please see the "source-changes"
                     31: mailing list, called "OpenBSD CVS"
                     32: in the <a href="mail.html#Archives">archives</a>,
                     33: or use <a href="anoncvs.html#CVS">CVS</a>.
                     34:
                     35: <p>
1.27    ! bentley    36: Note: <strong>Problems for which patches exist are marked in red</strong>.
1.1       deraadt    37:
                     38: <p>
                     39: For changes in other releases, click below:<br>
                     40: <a href="plus20.html">2.0</a>,
                     41: <a href="plus21.html">2.1</a>,
                     42: <a href="plus22.html">2.2</a>,
                     43: <a href="plus23.html">2.3</a>,
                     44: <a href="plus24.html">2.4</a>,
                     45: <a href="plus25.html">2.5</a>,
                     46: <a href="plus26.html">2.6</a>,
                     47: <a href="plus27.html">2.7</a>,
                     48: <a href="plus28.html">2.8</a>,
                     49: <a href="plus29.html">2.9</a>,
                     50: <a href="plus30.html">3.0</a>,
                     51: <a href="plus31.html">3.1</a>,
                     52: <a href="plus32.html">3.2</a>,
                     53: <a href="plus33.html">3.3</a>,
                     54: <a href="plus34.html">3.4</a>,
                     55: <a href="plus35.html">3.5</a>,
                     56: <a href="plus36.html">3.6</a>,
                     57: <br>
                     58: <a href="plus37.html">3.7</a>,
                     59: <a href="plus38.html">3.8</a>,
                     60: <a href="plus39.html">3.9</a>,
                     61: <a href="plus40.html">4.0</a>,
                     62: <a href="plus41.html">4.1</a>,
                     63: <a href="plus42.html">4.2</a>,
                     64: <a href="plus43.html">4.3</a>,
                     65: <a href="plus44.html">4.4</a>,
                     66: <a href="plus45.html">4.5</a>,
                     67: <a href="plus46.html">4.6</a>,
                     68: <a href="plus47.html">4.7</a>,
                     69: <a href="plus48.html">4.8</a>,
                     70: <a href="plus49.html">4.9</a>,
                     71: <a href="plus50.html">5.0</a>,
                     72: <a href="plus51.html">5.1</a>,
                     73: <a href="plus52.html">5.2</a>,
1.2       deraadt    74: <a href="plus54.html">5.4</a>,
1.3       deraadt    75: <br>
1.5       deraadt    76: <a href="plus55.html">5.5</a>,
1.7       brett      77: <a href="plus56.html">5.6</a>,
1.8       deraadt    78: <a href="plus57.html">5.7</a>,
1.12      deraadt    79: <a href="plus58.html">5.8</a>,
1.14      deraadt    80: <a href="plus59.html">5.9</a>,
1.19      deraadt    81: <a href="plus60.html">6.0</a>,
1.21      deraadt    82: <a href="plus61.html">6.1</a>,
1.23      deraadt    83: <a href="plus62.html">6.2</a>,
1.24      deraadt    84: <a href="plus63.html">6.3</a>,
1.25      deraadt    85: <a href="plus64.html">6.4</a>,
1.26      pamela     86: <a href="plus65.html">6.5</a>,
1.1       deraadt    87: <a href="plus.html">current</a>.
                     88: <br>
                     89:
                     90: <p>
1.27    ! bentley    91: <h3>Changes made between OpenBSD 5.2 and 5.3</h3>
1.1       deraadt    92: <p>
                     93:
                     94: <ul>
                     95: <!-- 2013/02/28 -->
1.27    ! bentley    96: <li><a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> now tries 10 times to obtain the routing table via <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a>, if it can't be done abandons attempt to clean up the routing and <a href="https://man.openbsd.org/arp.4">arp(4)</a> tables and carries on.
1.1       deraadt    97: <!-- 2013/02/26 -->
1.27    ! bentley    98: <li>Fixed <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> segfault which happened when using the mouse wheel over the scrollbar.
        !            99: <li>Avoid alignment errors when <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> processing routing messages, by reading the messages into dynamically allocated memory.
        !           100: <li>Added <a href="https://man.openbsd.org/sparc64/ldomctl.8">ldomctl(8/sparc64)</a> workaround for some firmware revisions which provided an incorrect factory-default configuration.
        !           101: <li>Fixed <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> crashes occurring when the client sample frequency is much larger than the device sample frequency.
        !           102: <li>Don't try to purge one-time rules from the main <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> ruleset.
1.1       deraadt   103: <!-- 2013/02/25 -->
1.27    ! bentley   104: <li>Always reserve space addresses, to fix memory corruption when doing <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> -ssa with md5sig.
        !           105: <li>Fixed <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> panic which occurred when previous interface had modified the <a href="https://man.openbsd.org/mbuf.9">mbuf(9)</a> chain.
1.1       deraadt   106: <!-- 2013/02/24 -->
1.27    ! bentley   107: <li>Use dma memory for <a href="https://man.openbsd.org/viomb.4">viomb(4)</a> bl_pages, to fix a "Non dma-reachable buffer..." panic on amd64.
1.1       deraadt   108: <!-- 2013/02/23 -->
1.27    ! bentley   109: <li>When no acceptable <a href="https://man.openbsd.org/dhclient.8">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   110: <!-- 2013/02/22 -->
1.27    ! bentley   111: <li>Support <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> ProxyCommand=- (stdin/out already point to the proxy); Allow IdentityFile=none.
1.1       deraadt   112: <!-- 2013/02/21 -->
1.27    ! bentley   113: <li>Don't complain if <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> IdentityFiles specified in system-wide configs are missing.
        !           114: <li>Bring back <a href="https://man.openbsd.org/bge.4">bge(4)</a> 5718/5719/5720 support again; fixes for ip checksum handling.
        !           115: <li>Fixed a potential <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> crash when connecting to a misbehaving smtp server.
        !           116: <li>Use imsg_flush() to ensure a quicker exit of any previous copy of <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
1.1       deraadt   117: <!-- 2013/02/20 -->
                    118: <!-- 2013/02/19 -->
1.27    ! bentley   119: <li>Cancel any outstanding protocol timeouts when a <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> link goes away.
1.1       deraadt   120: <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.27    ! bentley   121: <li>When opening an <a href="https://man.openbsd.org/sparc64/ldomd.8">ldomd(8/sparc64)</a> device node fails, show its path in the error message.
1.1       deraadt   122: <!-- 2013/02/18 -->
1.27    ! bentley   123: <li>Set wireless interface priority and interfaces to the wlan group for <a href="https://man.openbsd.org/cnw.4">cnw(4)</a> and <a href="https://man.openbsd.org/ray.4">ray(4)</a> (pre 802.11b wireless drivers).
        !           124: <li><a href="https://man.openbsd.org/install.1">install(1)</a> will now report unlink() errors unless ENOENT.
        !           125: <li>Stop <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> deleting permanent <a href="https://man.openbsd.org/arp.4">arp(4)</a> cache entries when clearing the <a href="https://man.openbsd.org/arp.4">arp(4)</a> cache.
        !           126: <li>Reworked <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> log messages: only one message logged at termination or restart; removed duplicate cleanup attempts.
        !           127: <li>Updated <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> to version 3.2.15.
1.1       deraadt   128: <!-- 2013/02/17 -->
1.27    ! bentley   129: <li>Keep track of which <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> IndentityFile options were manually supplied and which were defaults, don't warn if the latter are missing.
        !           130: <li>Suppress some pointless <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> debugging messages.
        !           131: <li>Fix line counting when using <a href="https://man.openbsd.org/mg.1">mg(1)</a> forward-paragraph and backward-paragraph.
        !           132: <li>Disabled <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a> queue compression temporarily, as we lack the <a href="https://man.openbsd.org/smtpctl.8">smtpctl(8)</a> bits.
1.1       deraadt   133: <!-- 2013/02/16 -->
1.27    ! bentley   134: <li>Allow <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> lease renewals to work in a non-default routing domain, and show problematic table id in error messages.
        !           135: <li>Only use local hostname in Received lines if <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> listener has not overridden it, otherwise use the listener hostname.
        !           136: <li>Bugfix <a href="https://man.openbsd.org/udp.4">udp(4)</a> socket splicing when a packet gets diverted, spliced and routed to loopback.
        !           137: <li>Do not let <a href="https://man.openbsd.org/user.8">user(8)</a> try to (un)lock system users; people wanting to do so should use <a href="https://man.openbsd.org/vipw.8">vipw(8)</a>.
1.1       deraadt   138: <!-- 2013/02/15 -->
1.27    ! bentley   139: <li>Revert rthread/<a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> diff: not working on sparc/sparc64 or vax.
        !           140: <li>Fixed <a href="https://man.openbsd.org/make.1">make(1)</a> var module failing while expanding a line ending with a $. Seen when MALLOC_OPTIONS=S.
        !           141: <li>Terminate the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> session instead of fatal()'ing if <a href="https://man.openbsd.org/getsockname.2">getsockname(2)</a> fails.
        !           142: <li>Cleanup <a href="https://man.openbsd.org/mg.1">mg(1)</a> undo history in revert-buffer.
        !           143: <li>Unbreak <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> DISCOVER, by initialising xid from correct field.
        !           144: <li>Allocate dma memory below 2^28 limit, allowing ice1712-based <a href="https://man.openbsd.org/envy.4">envy(4)</a> cards to work on amd64.
        !           145: <li>Fixed the <a href="https://man.openbsd.org/relayd.8">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.
        !           146: <li>Do not loop forever if <a href="https://man.openbsd.org/pckbc.4">pckbc(4)</a> keyboard send a BAT (Basic Assurance Test) fault code. Handle this code like "Resend" or "BAT success" instead.
1.1       deraadt   147: <!-- 2013/02/14 -->
1.27    ! bentley   148: <li>Make sure <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> asks for a default route in the correct routing domain. Fixes some periodic failures.
        !           149: <li>Don't leak <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> routing socket file descriptor if getting the default route fails.
        !           150: <li>Warn more loudly if an <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> IdentityFile provided by the user cannot be read (bz #1981).
        !           151: <li>Disable <a href="https://man.openbsd.org/nginx.8">nginx(8)</a> pcre symbol visibility on vax in order to unbreak the build.
1.1       deraadt   152: <li>When an interface generates an RTM_IFINFO message, check LLADDR. If it has changed, simulate a SIGHUP to restart.
1.27    ! bentley   153: <li>Obey RFC 2131: when the broadcast flag is set, send <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> reply back via udp broadcast and link-local broadcast. Fixes some switches which use the broadcast flag.
        !           154: <li>Correct <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> error message that had a typo and was logging the wrong thing.
        !           155: <li>Don't rely on the <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> packet buffer (client->packet) being preserved between attempts to send DISCOVER or REQUEST packets.
1.1       deraadt   156: <li>Repair the legacy xf86-video-intel i810 driver.
1.27    ! bentley   157: <li>Cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt from the <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> repository.
        !           158: <li>Allow use of "=" instead of "=>" when declaring a <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a> mapping.
        !           159: <li>Replaced <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a> "users" keyword with "userbase" when providing alternate userbase.
        !           160: <li><a href="https://man.openbsd.org/smtpctl.8">smtpctl(8)</a> trace expand, enables tracing of aliases expansion.
1.1       deraadt   161: <!-- 2013/02/13 -->
1.27    ! bentley   162: <li>Repaired <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> single-stepping on m88k.
        !           163: <li>Make librthread compatible with an <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> that does TCB allocation.
        !           164: <li>Added a "block" rule prior to the state creating "pass" rule in the default <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a>.
        !           165: <li>Fixed <a href="https://man.openbsd.org/npppd.8">npppd(8)</a> to stop it calling ioctl with the invalid argument (bug introduced by the config parser change commit).
        !           166: <li>Return EINVAL instead of panicking when a zero length MPPE is passed by ioctl to <a href="https://man.openbsd.org/pipex.4">pipex(4)</a>.
        !           167: <li>Make sure <a href="https://man.openbsd.org/pipex.4">pipex(4)</a> MPPE key is not zero length.
        !           168: <li>Restore previous <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> behaviour of not cleaning up in response to SIGTERM, so routes to NFS servers are not lost.
1.1       deraadt   169: <!-- 2013/02/12 -->
1.27    ! bentley   170: <li>Reflect the -f option in <a href="https://man.openbsd.org/last.1">last(1)</a> output.
1.1       deraadt   171: <li>Re-enable the stack protector code on m88k machines.
                    172: <!-- 2013/02/11 -->
1.27    ! bentley   173: <li>Make <a href="https://man.openbsd.org/top.1">top(1)</a> display the correct percentage of CPU usage for threaded processes when threads are not displayed.
1.1       deraadt   174: <!-- 2013/02/10 -->
1.27    ! bentley   175: <li>Record "Received disconnect" messages at ERROR (not INFO) priority, as they return a non-zero <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> exit status (bz#2057).
        !           176: <li><a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a> now appends (not overwrites) <a href="https://man.openbsd.org/moduli.5">moduli(5)</a> file when screening candidates. Allows resumption of an interrupted screen (bz#1957).
        !           177: <li>Switched the m68k ports to <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> version 3.
        !           178: <li>Updated <a href="https://man.openbsd.org/nginx.8">nginx(8)</a>'s internal pcre to 8.32.
        !           179: <li>Don't wait for memory from pool while holding <a href="https://man.openbsd.org/uvm.9">uvm(9)</a> vm_map_lock, as this can cause a deadlock.
        !           180: <li>Updated <a href="https://man.openbsd.org/luit.1">luit(1)</a> to 1.1.1. Fixes the <a href="https://man.openbsd.org/luit.1">luit(1)</a> tty handling after the introduction of the UNIX98 PTY functions.
        !           181: <li><a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a> -h now includes RFC3164-style hostnames when forwarding.
1.1       deraadt   182: <!-- 2013/02/08 -->
1.27    ! bentley   183: <li>Don't discard <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> option list if it contains duplicate option names, just ignore the duplicates.
        !           184: <li>Added some pieces for identifying and supporting some of the newer <a href="https://man.openbsd.org/bge.4">bge(4)</a> chipsets.
        !           185: <li>On <a href="https://man.openbsd.org/reboot.8">reboot(8)</a>, ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP.
        !           186: <li>Permit frames up to 1758 bytes (MTU 1740) and raise hardmtu to allow the user to set them on <a href="https://man.openbsd.org/vr.4">vr(4)</a> VT6105M, VT6105 and RhineII-2.
        !           187: <li>Allow configuring an MTU of up to 1518 on <a href="https://man.openbsd.org/sis.4">sis(4)</a>. Tested on DP83815.
        !           188: <li>Put index and root directives where the the <a href="https://man.openbsd.org/nginx.8">nginx(8)</a> "Pitfalls" list says to put them.
        !           189: <li>Fix for <a href="https://man.openbsd.org/perl.1">perl(1)</a> CVE-2012-6329.
        !           190: <li>Make <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> retain the MX address order as sent by the lka for MXs with the same preference.
        !           191: <li>Fix memory leak in <a href="https://man.openbsd.org/npppd.8">npppd(8)</a> privsep.c to free the memory which was allocated by <a href="https://man.openbsd.org/getcap.3">getcap(3)</a>.
1.1       deraadt   192: <!-- 2013/02/07 -->
1.27    ! bentley   193: <li>Fixed NULL dereference when <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> is built without libedit, and control characters are entered as a command.
        !           194: <li>Bring back reserve enforcement and page daemon wakeup into <a href="https://man.openbsd.org/uvm.9">uvm(9)</a> uvm_pglistalloc, to stop potentially running out of memory.
        !           195: <li>Make sure the <a href="https://man.openbsd.org/uvm.9">uvm(9)</a> page daemon considers BUFPAGES_INACT when deciding to do work, just as is done when waking it up.
1.1       deraadt   196: <!-- 2013/02/06 -->
1.27    ! bentley   197: <li>Added <a href="https://man.openbsd.org/pppx.4">pppx(4)</a> interfaces to the "pppx" interface group.
1.1       deraadt   198: <!-- 2013/02/05 -->
1.27    ! bentley   199: <li><a href="https://man.openbsd.org/sshd_config.5">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.
        !           200: <li>Rework http content/chunk handling in <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>. Allows handling an optional chunk trailer properly (a prerequisite for splicing persistent http connections).
        !           201: <li>Unbreak <a href="https://man.openbsd.org/smtpctl.8">smtpctl(8)</a> table update.
        !           202: <li>Install 50x.html for <a href="https://man.openbsd.org/nginx.8">nginx(8)</a>, which is part of a default configuration.
        !           203: <li>Disable <a href="https://man.openbsd.org/ld.1">ld(1)</a> "PIE-by-default" if -static (or an alias) is passed on the command line, to produce a fully static binary.
        !           204: <li><a href="https://man.openbsd.org/netstat.1">netstat(1)</a> -vP now also shows the new struct sockbuf field sb_flagsintr.
        !           205: <li>Make <a href="https://man.openbsd.org/pflow.4">pflow(4)</a> use flowStartSeconds/flowEndSeconds for netflow v10, so it can see what time a flow started/ended.
        !           206: <li><a href="https://man.openbsd.org/smtpd.8">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.
        !           207: <li>Automatically reflow wrapped lines when a <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> pane is resized.
        !           208: <li>Don't let <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> set certain string formats if the string is NULL.
1.1       deraadt   209: <!-- 2013/02/04 -->
1.27    ! bentley   210: <li>Make sure new config file is valid before SIGHUP'ing <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>, which would otherwise just kill it.
        !           211: <li>Pad "join BSS" command with padding the size of the entire buffer, to make <a href="https://man.openbsd.org/rsu.4">rsu(4)</a> firmware happy.
1.1       deraadt   212: <!-- 2013/02/03 -->
1.27    ! bentley   213: <li>Stop <a href="https://man.openbsd.org/as.1">as(1)</a> from optimising away R_X86_64_GOTPCREL relocations.
        !           214: <li>Use RTM_GET in <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> to obtain the current default route. Much less work for the routing system.
1.1       deraadt   215: <!-- 2013/02/02 -->
1.27    ! bentley   216: <li>Removed product/vendor table and let the <a href="https://man.openbsd.org/urndis.4">urndis(4)</a> driver attach based on class, etc. Print what type of device it is.
        !           217: <li>hp300 and mvme68k <a href="https://man.openbsd.org/libtool.1">libtool(1)</a> has switched to <a href="https://man.openbsd.org/elf.5">elf(5)</a>.
        !           218: <li><a href="https://man.openbsd.org/elf.5">elf(5)</a> toolchain for m68k, following the SysV/m68k ABI.
1.1       deraadt   219: <!-- 2013/02/01 -->
1.27    ! bentley   220: <li><a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> will now add identifying comment to generated <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> so it is easy to see which interface generated it.
        !           221: <li>Fixed <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> crash when checking whether <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> should be written.
        !           222: <li>Do not leak lease in <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> error path.
        !           223: <li><a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> will now handle a non-existent <a href="https://man.openbsd.org/resolv.conf.tail.5">resolv.conf.tail(5)</a> without issuing an error message and handle an empty <a href="https://man.openbsd.org/resolv.conf.tail.5">resolv.conf.tail(5)</a> without exiting. No longer leak an fd if fstat() on <a href="https://man.openbsd.org/resolv.conf.tail.5">resolv.conf.tail(5)</a> fails. Made fstat() failure on successfully opened <a href="https://man.openbsd.org/resolv.conf.tail.5">resolv.conf.tail(5)</a> a fatal error.
1.1       deraadt   224: <li>Fixed memleak in libutil imsg_read() when hitting the file descriptor reserve check.
                    225: <li>Resolved some issues with xf86-video-intel screen corruption seen with dpms on ivy bridge.
1.27    ! bentley   226: <li>If a <a href="https://man.openbsd.org/sndiod.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   227: <!-- 2013/01/31 -->
1.27    ! bentley   228: <li>Rewritten the <a href="https://man.openbsd.org/msk.4">msk(4)</a> receive filter handling code and cleaned up ioctl.
        !           229: <li>m88k <a href="https://man.openbsd.org/libtool.1">libtool(1)</a> has switched to <a href="https://man.openbsd.org/elf.5">elf(5)</a> and has shared libs.
        !           230: <li>Write out <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> only if the default route is under the control of the process binding the <a href="https://man.openbsd.org/dhclient.8">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="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> if appropriate. Reduces the chances that the name servers in <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> are unreachable.
        !           231: <li>Don't tweak the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> socket sndbuf, now that envelopes are passed in compressed form. Reduces default envelope message size.
        !           232: <li>Fixed port numbers for <a href="https://man.openbsd.org/login_radius.8">login_radius(8)</a> servers, which were not configured correctly in <a href="https://man.openbsd.org/npppd.8">npppd(8)</a>.
1.1       deraadt   233: <!-- 2013/01/30 -->
1.27    ! bentley   234: <li>Deleting the ip address of a <a href="https://man.openbsd.org/tun.4">tun(4)</a> interface by <a href="https://man.openbsd.org/npppd.8">npppd(8)</a> now works correctly.
        !           235: <li>Backed out <a href="https://man.openbsd.org/bge.4">bge(4)</a> 5718/5719/5720 support, as it breaks 5704C.
1.1       deraadt   236: <!-- 2013/01/29 -->
1.27    ! bentley   237: <li><a href="https://man.openbsd.org/i386/MAKEDEV.0">makedev(8)</a> will now create /dev/pppx by default, for <a href="https://man.openbsd.org/pppx.4">pppx(4)</a>.
        !           238: <li>Added support for POSIX.1-2008 functions <a href="https://man.openbsd.org/dprintf.3">dprintf(3)</a> and <a href="https://man.openbsd.org/vdprintf.3">vdprintf(3)</a>.
        !           239: <li>Rewritten the <a href="https://man.openbsd.org/url.4">url(4)</a> receive filter handling code and cleaned up the ioctl bits.
1.1       deraadt   240: <!-- 2013/01/28 -->
1.27    ! bentley   241: <li>Fixed <a href="https://man.openbsd.org/udav.4">udav(4)</a> bug: when going in and out of promiscuous mode the driver was not disabling all multicast mode.
        !           242: <li><a href="https://man.openbsd.org/bge.4">bge(4)</a> support for 5718 family of chips, including the 5719 and 5720.
        !           243: <li>Make <a href="https://man.openbsd.org/ulpt.4">ulpt(4)</a> upload firmware into HP LaserJet printers which require the firmware.
        !           244: <li>Large reduction in memory footprint when <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> is relaying lots of messages.
        !           245: <li>Log sender address as "&lt;>" when <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> delivering bounces.
        !           246: <li>Allow lookups from backends in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> "accept for [...] virtual" context.
        !           247: <li>Openldap client now accepts connections to a ssl-enabled <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> server.
        !           248: <li>Introduced <a href="https://man.openbsd.org/smtpctl.8">smtpctl(8)</a> "trace lookup" to trace lookup process; improved logging of the transfer process.
1.1       deraadt   249: <!-- 2013/01/27 -->
1.27    ! bentley   250: <li>Added TX interrupt mitigation for <a href="https://man.openbsd.org/vr.4">vr(4)</a> chips, including 6105Ms found in pcengines alix and soekris 5501s.
1.1       deraadt   251: <li>Bumped MAXTSIZ to 128 MB in vmparam.h on i386 and amd64, to cope with large binaries.
1.27    ! bentley   252: <li>Added a <a href="https://man.openbsd.org/pkg_mklocatedb.1">pkg_mklocatedb(1)</a> -u option to make it possible to update an existing database.
1.1       deraadt   253: <!-- 2013/01/26 -->
1.27    ! bentley   254: <li>Correct the PBA size used for <a href="https://man.openbsd.org/em.4">em(4)</a> PCH adapters to 26KB.
        !           255: <li>Calculate <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> contents once when <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> is binding a lease, and reuse as required.
        !           256: <li>Restore <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> "no domain-name, no domain-name-servers means don't touch resolv.conf" behaviour.
        !           257: <li><a href="https://man.openbsd.org/smtpd.8">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="https://man.openbsd.org/smtpctl.8">smtpctl(8)</a> trace; <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a> simplified. FLUSH YOUR QUEUE.
        !           258: <li>Don't allow stopping/restarting <a href="https://man.openbsd.org/mountd.8">mountd(8)</a> via <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a> framework, it should be done manually to avoid RPC daemon issues.
1.1       deraadt   259: <!-- 2013/01/25 -->
1.27    ! bentley   260: <li>Removed ACSS from <a href="https://man.openbsd.org/ssl.8">ssl(8)</a> and <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
        !           261: <li><a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> now reads <a href="https://man.openbsd.org/resolv.conf.tail.5">resolv.conf.tail(5)</a> once on startup and save contents for subsequent <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> building.
        !           262: <li>Skip <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> serial lookup when certificate's serial number is zero.
1.1       deraadt   263: <!-- 2013/01/24 -->
1.27    ! bentley   264: <li>Changed byte-order swapping to 16 bits to match "event type" size. <a href="https://man.openbsd.org/mpii.4">mpii(4)</a> works on sparc64 with this.
        !           265: <li>Try to post everything except the flags field in the first <a href="https://man.openbsd.org/myx.4">myx(4)</a> TX descriptor.
        !           266: <li>Fixed <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> handling of (unused) KRL signatures; skip string in correct buffer.
        !           267: <li>Always validate the user of a received SNMPv3 request in <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> if the configured user has a certain security level.
1.1       deraadt   268: <!-- 2013/01/23 -->
                    269: <li>ARMv7 doesn't support the atomic SWP instruction anymore so using the atomic load and store instructions instead.
                    270: <li>Added instruction fault register functions, which will be needed for further ARMv7 support.
1.27    ! bentley   271: <li>m88k <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> now copes if shared library is loaded at a different address than what it was compiled for. Fixes spurious crashes.
        !           272: <li>Change interface and span interface lists so <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> behaviour does not suddenly change anymore when adding a <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> interface.
1.1       deraadt   273: <!-- 2013/01/22 -->
1.27    ! bentley   274: <li><a href="https://man.openbsd.org/relayd.8">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   275: <!-- 2013/01/21 -->
                    276: <!-- 2013/01/20 -->
1.27    ! bentley   277: <li>Make <a href="https://man.openbsd.org/pf.4">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.
        !           278: <li>Properly handle <a href="https://man.openbsd.org/wcsftime.3">wcsftime(3)</a> "%%" and "%N" where N is not a supported escape. Consistent with <a href="https://man.openbsd.org/strftime.3">strftime(3)</a> behaviour.
        !           279: <li>Stopped the <a href="https://man.openbsd.org/radeon.4">radeon(4)</a> driver from trying to restore text mode on PALM and newer chip generations, as it won't succeed.
        !           280: <li>Fixed backslash escaping during filename tab-completion in <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>.
        !           281: <li>Added <a href="https://man.openbsd.org/viomb.4">viomb(4)</a> to amd64 generic kernel.
1.1       deraadt   282: <!-- 2013/01/19 -->
1.27    ! bentley   283: <li>Avoid chance of divide by zero in _dl_findhint() if the administrator reruns <a href="https://man.openbsd.org/ldconfig.8">ldconfig(8)</a> with bogus paths.
1.1       deraadt   284: <!-- 2013/01/18 -->
1.27    ! bentley   285: <li>Much faster <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> -E: if the "raw" contents file doesn't contain the last part of the filename, then don't parse plist.
        !           286: <li>Relax the restriction on sending frames to <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> members to allow <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> writes.
1.1       deraadt   287: <li>Converted softraid concat, crypto, and RAID0 to new workunit completion functions.
                    288: <!-- 2013/01/17 -->
1.27    ! bentley   289: <li>Ensure we remove workunit from the pending queue and restart deferred workunits for <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> RAID0, even in error conditions.
        !           290: <li>Converted <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> RAID1 to new ccb functions.
        !           291: <li>Added <a href="https://man.openbsd.org/dhclient.8">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   292: <li>Constrained the amount of kernel memory used by NTFS.
1.27    ! bentley   293: <li>Added global lock enter and leave routines to <a href="https://man.openbsd.org/acpi.4">acpi(4)</a>.
        !           294: <li>Reset I/O counters when releasing <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> ccbs.
1.1       deraadt   295: <li>Update the ARM CPU ID information as the IDs aren't vendor/product specific, they are specific to the ARM CPUs themselves.
1.27    ! bentley   296: <li><a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> will now try harder to clear out default routes on the interface being configured.
        !           297: <li>Support <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> Key Revocation Lists (KRLs), a compact way to represent lists of revoked keys and certificates.
        !           298: <li>Don't re-calculate <a href="https://man.openbsd.org/vr.4">vr(4)</a> vlan tag repeatedly through the descriptor loop.
        !           299: <li>Don't try to access <a href="https://man.openbsd.org/vr.4">vr(4)</a> m_head after it may be freed (unlikely for VT6105M, but possible).
        !           300: <li>Ensure the <a href="https://man.openbsd.org/tty.4">tty(4)</a> hiwat is less than the size of the ring buffer, ensuring a bit of space for kernel ^T handling and such.
        !           301: <li>New <a href="https://man.openbsd.org/pmap.9">pmap(9)</a> for pandaboards.
        !           302: <li>Do not allow <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> cursor colours to be set beginning with ? as that will report the colour.
1.1       deraadt   303: <li>Allow the kernel to directly transfer UDP data from one socket to another.
1.27    ! bentley   304: <li>Allow two minutes until <a href="https://man.openbsd.org/ospfd.8">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.
        !           305: <li>For <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> point-to-point interfaces, send lsupdates to the interface address (see RFC 2328, 13.3(5)).
        !           306: <li>In <a href="https://man.openbsd.org/ospfd.8">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   307: <li>Imported xf86-video-modesetting 0.6.0 for KMS testing.
                    308: <!-- 2013/01/16 -->
1.27    ! bentley   309: <li>Display some more flags and subtypes in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>, especially flags used in power saving mode.
        !           310: <li>Converted <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> concat and RAID 0 to the new ccb functions.
        !           311: <li>Fixup printing of <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> rdomain configs to add network statements and only print the description if it is set.
1.1       deraadt   312: <li>Allow amd64 to hibernate with up to 64GB physical memory.
1.27    ! bentley   313: <li>Force three newest generations of Intel SATA chipsets into <a href="https://man.openbsd.org/ahci.4">ahci(4)</a> mode. Makes the DVD drive and other devices on MacBook Pro with bootcamp more reliable.
        !           314: <li>Fixed <a href="https://man.openbsd.org/a.out.5">a.out(5)</a> coredumps by using RB_FOREACH_SAFE in <a href="https://man.openbsd.org/uvm.9">uvm(9)</a>.
1.1       deraadt   315: <li>Revert unconditionally registering the cpu throttling code on all loongson 2F systems, as the gdium does not have a separate scheduling clock yet.
                    316: <li>Do not register the mips64 internal cpu timer-based timecounter if we support cpu throttling.
1.27    ! bentley   317: <li>Properly distinguish /<a href="https://man.openbsd.org/boot.8">boot(8)</a> and <a href="https://man.openbsd.org/biosboot.8">biosboot(8)</a> in i386 and amd64 informational and error messages.
        !           318: <li>Unbreak the negation toggle code when re-loading <a href="https://man.openbsd.org/pf.4">pf(4)</a> tables, so negating existing entries on re-load will work.
        !           319: <li>Add <a href="https://man.openbsd.org/terminfo.5">terminfo(5)</a> entries for rxvt-unicode and rxvt-unicode-256color.
1.1       deraadt   320: <li>Added cpu throttling support to the loongson 2F systems.
1.27    ! bentley   321: <li>Added a new capability flag to identify <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> disciplines where read failures are not necessarily terminal (i.e. we have redundancy).
1.1       deraadt   322: <!-- 2013/01/15 -->
1.27    ! bentley   323: <li>Don't tell the <a href="https://man.openbsd.org/dhclient.8">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.
        !           324: <li>Added hardware VLAN tag/untag support for <a href="https://man.openbsd.org/vr.4">vr(4)</a> VT6105M chips.
        !           325: <li>Keep a count of packets added to <a href="https://man.openbsd.org/vr.4">vr(4)</a> TX queue and only poke the chip if we've added a packet.
1.1       deraadt   326: <li>Added a stat clock for the lemote loongson machines, to show more accurate cpu usage statistics.
1.27    ! bentley   327: <li>Restrict <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> KERN_PROC_ARGS lookup of KERN_PROC_NENV and KERN_PROC_ENV to process owner and root.
        !           328: <li>Implement <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> ECH (erase character, CSI X).
        !           329: <li>Per group support for <a href="https://man.openbsd.org/authpf.8">authpf(8)</a> rules files added to /etc/authpf/groups.
        !           330: <li>If timing between keys is less than 1 millisecond, <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> will assume the text is being pasted. "assume-paste-time" option changes the value.
        !           331: <li>Allow <a href="https://man.openbsd.org/as.1">as(1)</a> to correctly assemble PIC code on m88k.
1.1       deraadt   332: <li>Switch memory filesystem to bufq. This gives us queue limits and uses FIFO queueing (rather than the current LIFO queueing).
1.27    ! bentley   333: <li>Process <a href="https://man.openbsd.org/compat_linux.8">compat_linux(8)</a> futex requeuing even when the thread times out or is signalled.
        !           334: <li>Fixed netinet6 to stop flushing prefixes of autoconfigured IPv6 addresses with "<a href="https://man.openbsd.org/ndp.8">ndp(8)</a> -P" causing an uvm fault.
1.1       deraadt   335: <!-- 2013/01/14 -->
1.27    ! bentley   336: <li>Make the <a href="https://man.openbsd.org/mount_msdos.8">mount_msdos(8)</a> FAT setattr handling more consistent about unsupported attributes, making it more user-friendly.
1.1       deraadt   337: <li>Allow multiple coredumps to be saved at the same time.
1.27    ! bentley   338: <li>Map the <a href="https://man.openbsd.org/myx.4">myx(4)</a> registers prefetchable so things that can do write combining will attempt to.
        !           339: <li>Avoid extra bus_space barriers in the <a href="https://man.openbsd.org/myx.4">myx(4)</a> interrupt handler.
        !           340: <li>Stopped using separate interrupt handlers for the <a href="https://man.openbsd.org/tht.4">tht(4)</a> ports. Ensures second port does not get starved.
1.1       deraadt   341: <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.27    ! bentley   342: <li>Updated to: <a href="https://man.openbsd.org/editres.1">editres(1)</a> 1.0.6; <a href="https://man.openbsd.org/showfont.1">showfont(1)</a> 1.0.4; <a href="https://man.openbsd.org/viewres.1">viewres(1)</a> 1.0.4; <a href="https://man.openbsd.org/xconsole.1">xconsole(1)</a> 1.0.5; <a href="https://man.openbsd.org/xedit.1">xedit(1)</a> 1.2.1; <a href="https://man.openbsd.org/xgc.1">xgc(1)</a> 1.0.4; <a href="https://man.openbsd.org/xmessage.1">xmessage(1)</a> 1.0.4 and <a href="https://man.openbsd.org/xmag.1">xmag(1)</a> 1.0.5.
1.1       deraadt   343: <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.27    ! bentley   344: <li>Updated <a href="https://man.openbsd.org/nginx.8">nginx(8)</a> to 1.2.6.
        !           345: <li>Track, reject and blackhole <a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> routes and allow them to be redistributed even though they point to the loopback.
1.1       deraadt   346: <li>Free the directory block buffer at the completion of a readdir, significantly reducing NTFS kernel memory usage.
                    347: <!-- 2013/01/13 -->
1.27    ! bentley   348: <li>When posting descriptors to the <a href="https://man.openbsd.org/myx.4">myx(4)</a> chips rings, do multiple writes before calling the bus_space barrier.
        !           349: <li>Let <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>'s lease validate option data and discard bad options before checking if any required options are missing.
        !           350: <li>More informative <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> "options" error message.
        !           351: <li>Ignore <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> options that do not validate, rather than summarily rejecting offered lease. Treat all options whose names start with "option-" as unknown.
        !           352: <li>Reverted <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> group.c r1.68, which allows an empty group to be sticky.
1.1       deraadt   353: <!-- 2013/01/12 -->
1.27    ! bentley   354: <li>Enabled flow control support with <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> 5708S/5709S adapters.
        !           355: <li>Added support for reporting flow control status for <a href="https://man.openbsd.org/mii.4">mii(4)</a> 5708S/5709S fibre phy.
        !           356: <li>Check results of <a href="https://man.openbsd.org/strdup.3">strdup(3)</a> in <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> domainname and nameservers options.
        !           357: <li>Reverted <a href="https://man.openbsd.org/vfs.9">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.
        !           358: <li>Added <a href="https://man.openbsd.org/viomb.4">viomb(4)</a> driver for virtio balloon device. Allows host to request some memory back from the openbsd guest in case of a shortage.
        !           359: <li>Improved error message for integrity failure in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> AES-GCM modes.
1.1       deraadt   360: <!-- 2013/01/11 -->
                    361: <li>Allow a hp300 kernel whose name contains uppercase letters to be bootable.
                    362: <!-- 2013/01/10 -->
1.27    ! bentley   363: <li>Honour <a href="https://man.openbsd.org/libtool.1">libtool(1)</a> -Wc and -Xcompiler in link mode as GNU does.
        !           364: <li>Set the initial <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> group to "1".
1.1       deraadt   365: <li>Don't log "unknown subcode" for subcode 0 when the bgpd() hold timer expires, this is a normal condition.
                    366: <!-- 2013/01/09 -->
1.27    ! bentley   367: <li>Don't hardcode the <a href="https://man.openbsd.org/bge.4">bge(4)</a> phy address at 1, as the 5718 family can have phys as 1, 2, 8, or 9.
        !           368: <li>When checking the <a href="https://man.openbsd.org/mii.4">mii(4)</a> phy check the oui as well as some model numbers overlap (e.g. <a href="https://man.openbsd.org/bge.4">bge(4)</a> and <a href="https://man.openbsd.org/bnx.4">bnx(4)</a>).
        !           369: <li>Enable more libdrm functions in <a href="https://man.openbsd.org/drm.4">drm(4)</a> and check DRIVER_MODESET flag in kernel to determine if modesetting is supported.
1.1       deraadt   370: <!-- 2013/01/08 -->
1.27    ! bentley   371: <li>Correctly initialise <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a> fingerprint type for fingerprinting PKCS#11 keys.
        !           372: <li>Support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
        !           373: <li>Added <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> per-group vert/horiz tiling support with new bind commands "vtile" and "htile."
1.1       deraadt   374: <!-- 2013/01/07 -->
1.27    ! bentley   375: <li>Taught <a href="https://man.openbsd.org/as.1">as(1)</a> how to handle mips symbolic register names.
        !           376: <li>Unbreak xinerama support and fixed menu/client placement for <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> panning setups.
        !           377: <li>Reverted the <a href="https://man.openbsd.org/daily.8">daily(8)</a> SMART check using <a href="https://man.openbsd.org/atactl.8">atactl(8)</a> for disks with SMART enabled.
1.1       deraadt   378: <!-- 2013/01/05 -->
1.27    ! bentley   379: <li>Fixed sparc optimisation bug in <a href="https://man.openbsd.org/dump.8">dump(8)</a>.
        !           380: <li>Don't propagate XF86XK_Audio{Lower,Raise}Volume keys from <a href="https://man.openbsd.org/pckbd.4">pckbd(4)</a> or <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> to userspace. Stops volume from being adjusted twice (by X apps and again by the kernel).
        !           381: <li>Make <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> buffer for lease longer to accomodate strings listing all possible option names.
        !           382: <li>Replaced hand formatting of dates in <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> with <a href="https://man.openbsd.org/strftime.3">strftime(3)</a>.
        !           383: <li>Changed <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> to write leases as strings, to write out complete leases at a time.
        !           384: <li>Enabled MSI for <a href="https://man.openbsd.org/rtsx.4">rtsx(4)</a>.
1.1       deraadt   385: <li>Updated libXcomposite to 0.4.4; libXdamage to 1.4.4; and xf86-video-mach64 to 6.9.4.
1.27    ! bentley   386: <li>Check UDP length field for short as well as long values in <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> and <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>. Fixes <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> crash when a UDP packet arrives saying it has 0 length.
1.1       deraadt   387: <li>Switched m88k ports to ELF.
                    388: <!-- 2013/01/04 -->
1.27    ! bentley   389: <li>Stopped <a href="https://man.openbsd.org/rtsx.4">rtsx(4)</a> and <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a> drivers attaching to the same device, which then failed to work reliably.
        !           390: <li>Allow for the <a href="https://man.openbsd.org/units.1">units(1)</a> prefix to be given without a need to quote it.
        !           391: <li>Updated <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> to 287; freetype to 2.4.11.
1.1       deraadt   392: <!-- 2013/01/03 -->
1.27    ! bentley   393: <li>Allow fingerprinting of keys hosted in PKCS#11 tokens: <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a> -lD ...
        !           394: <li>Changed <a href="https://man.openbsd.org/sysmerge.8">sysmerge(8)</a> parameter order and allow arbitrary filenames in url pattern.
        !           395: <li>Extended <a href="https://man.openbsd.org/sysmerge.8">sysmerge(8)</a> error handling and quoting of user supplied input.
        !           396: <li>Correct error handling in <a href="https://man.openbsd.org/mount_ntfs.8">mount_ntfs(8)</a> that previously left the ntnode locked and neglected to decrement the use count.
        !           397: <li>Ensure <a href="https://man.openbsd.org/mount_ntfs.8">mount_ntfs(8)</a> directory link count is always 1. Makes <a href="https://man.openbsd.org/find.1">find(1)</a> behave predictably.
        !           398: <li>Allow specification of an alternate start directory for <a href="https://man.openbsd.org/sftp-server.8">sftp-server(8)</a>.
1.1       deraadt   399: <!-- 2013/01/02 -->
1.27    ! bentley   400: <li>Pass the screen workarea, as opposed to viewarea, allowing <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> client snapping to honour gap.
        !           401: <li>Sync <a href="https://man.openbsd.org/hostname.if.5">hostname.if(5)</a> parsing with <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> in install.sub; also ipv6 "prefix" parsing fix.
        !           402: <li>Only check <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> "-l" parameter for regular-fileness, not the built-in default path. Stops erroring out for no reason and fixes (U)pdate.
        !           403: <li>Fixed <a href="https://man.openbsd.org/tty.4">tty(4)</a> bug that could result in up to 100 lost bytes when it hist the TTYHOG limit and blocks.
1.1       deraadt   404: <!-- 2013/01/01 -->
1.27    ! bentley   405: <li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a> channel_setup_local_fwd_listener() fixed to return 0 on failure, not -ve (fixes bz#2055).
        !           406: <li>Added an implementation of <a href="https://man.openbsd.org/fmemopen.3">fmemopen(3)</a> and <a href="https://man.openbsd.org/open_memstream.3">open_memstream(3)</a> (to be polished in-tree).
        !           407: <li>After toggling a <a href="https://man.openbsd.org/cwm.1">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.
        !           408: <li>Plugged a memleak when unbinding a duplicate key for <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> kbfunc_cmdexec.
        !           409: <li>Made number of <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> groups no longer off-by-one.
1.1       deraadt   410: <!-- 2012/12/31 -->
                    411: <li>Fixed gap value when formatting 1.44MB 3"1/2 floppy disks on sparc and sparc64.
                    412: <li>m88k ELF toolchain added to binutils.
1.27    ! bentley   413: <li>Rewrote <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> indentation handling for nested lists.
        !           414: <li>Do not mail out diffs of the <a href="https://man.openbsd.org/moduli.5">moduli(5)</a> file.
1.1       deraadt   415: <li>Allow native ELF binaries (none yet) to run on m68k.
1.27    ! bentley   416: <li>Don't compute checksums if <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> is already erroring out.
1.1       deraadt   417: <!-- 2012/12/30 -->
1.27    ! bentley   418: <li>Added HD4550 to the list of <a href="https://man.openbsd.org/radeon.4">radeon(4)</a> cards.
1.1       deraadt   419: <!-- 2012/12/29 -->
1.27    ! bentley   420: <li>Fixed <a href="https://man.openbsd.org/pf.4">pf(4)</a> for nat with sticky address and ip address change.
        !           421: <li>Reset the <a href="https://man.openbsd.org/pf.4">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)
        !           422: <li>Keep <a href="https://man.openbsd.org/mount_mfs.8">mount_mfs(8)</a> from potentially consuming the entire buffer cache if it falls behind.
        !           423: <li>Constrain the filename passed to <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> -l to a regular file.
        !           424: <li>Make HUP to either of the <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> processes cause a restart that will have it re-read <a href="https://man.openbsd.org/dhclient.conf.5">dhclient.conf(5)</a> and get a new lease.
1.1       deraadt   425: <!-- 2012/12/28 -->
1.27    ! bentley   426: <li>Fixed <a href="https://man.openbsd.org/grep.1">grep(1)</a> exit status when there is an error reading a file.
        !           427: <li>Make <a href="https://man.openbsd.org/mg.1">mg(1)</a> respect locale for ctype purposes (e.g. to display ISO Latin 1 characters).
1.1       deraadt   428: <li>Avoid spinning in the vfs cleaner when there are insufficient clean pages, but no buffers on the dirty queue to clean.
                    429: <!-- 2012/12/27 -->
                    430: <!-- 2012/12/26 -->
1.27    ! bentley   431: <li>Updated <a href="https://man.openbsd.org/i386/sendmail.0">sendmail(8)</a> to 8.14.6.
1.1       deraadt   432: <!-- 2012/12/25 -->
                    433: <li>Added GENERIC.MP to luna88k.
1.27    ! bentley   434: <li>Replaced one grep with awk patterns and simplified another using -q in <a href="https://man.openbsd.org/sysmerge.8">sysmerge(8)</a>.
1.1       deraadt   435: <!-- 2012/12/24 -->
                    436: <li>Fix kernel compilation with POOL_DEBUG but not DDB enabled.
1.27    ! bentley   437: <li>Register cleanup handler passed by ld.so with <a href="https://man.openbsd.org/atexit.3">atexit(3)</a>, and fix stack alignment on i386 and sparc.
        !           438: <li>Simplified <a href="https://man.openbsd.org/sysmerge.8">sysmerge(8)</a> by using shell patterns.
        !           439: <li>Added <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> ^ and $ special command targets to select lowest and highest numbered windows.
        !           440: <li>Add -T option to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> select-window to toggle to last window if already current.
        !           441: <li>Added a -u flag to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> choose-tree to start uncollapsed.
        !           442: <li>Removed an unnecessary <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> window-choose redraw.
1.1       deraadt   443: <!-- 2012/12/23 -->
1.27    ! bentley   444: <li>Register sparc64 cleanup handler passed by ld.so with <a href="https://man.openbsd.org/atexit.3">atexit(3)</a>.
1.1       deraadt   445: <li>Explicitly align i386 stack on a 16-byte boundary such that constructors can use SSE instructions.
1.27    ! bentley   446: <li>Simplify setting <a href="https://man.openbsd.org/sysmerge.8">sysmerge(8)</a> FETCH_CMD.
1.1       deraadt   447: <!-- 2012/12/22 -->
1.27    ! bentley   448: <li>Make the per-user <a href="https://man.openbsd.org/login_yubikey.8">login_yubikey(8)</a> counter file r/w by group auth.
1.1       deraadt   449: <li>Added support for U3 bridges present in macppc G5 machines.
                    450: <li>Attach all known macppc U3 AGP bridges.
1.27    ! bentley   451: <li><a href="https://man.openbsd.org/acx.4">acx(4)</a> now supports power-saving in hostap mode.
        !           452: <li>Return EEXIST to "add" and "addspan" when a port is already a <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> member. Makes reconfiguration with <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> silent again.
        !           453: <li>Fixed bug in random offset from rev 1.143 of <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>; random range was expanded, but not by enough.
1.1       deraadt   454: <!-- 2012/12/21 -->
1.27    ! bentley   455: <li>When <a href="https://man.openbsd.org/dhclient.8">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.
        !           456: <li>Fixed <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a>: the valid port interval is 1 to 65535, not 1 to 65534.
        !           457: <li>Rather than calling microtime in <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> bpf_catchpacket each time it's called on a packet, take a timeval indicating when the packet was captured.
        !           458: <li><a href="https://man.openbsd.org/bpf.4">bpf(4)</a> allocates packet buffers in the ioctl path; let it sleep waiting for memory to become available.
1.1       deraadt   459: <!-- 2012/12/20 -->
1.27    ! bentley   460: <li>Use openpty() rather than hand-rolled <a href="https://man.openbsd.org/vi.1">vi(1)</a> pty opening code.
        !           461: <li>Correctly update the current <a href="https://man.openbsd.org/ix.4">ix(4)</a> flow control mode; report it in the media status callback.
        !           462: <li>max_frame_size now set after ether_ifattach updates <a href="https://man.openbsd.org/ix.4">ix(4)</a> if_mtu.
        !           463: <li>Readjust <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> midi flow control after consuming input data.
        !           464: <li>Added <a href="https://man.openbsd.org/gcc.1">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   465: <!-- 2012/12/19 -->
                    466: <li>Update to xf86-video-vmware 2.1 RC1 (aka 2.0.99.901).
                    467: <li>Removed an output probe method in xf86-video-intel i830PreInit(). With xserver 1.13 this causes a fatal error at run time.
                    468: <li>Sync the "legacy" xf86-video-intel i810 driver (used only on true i810 and i815 chipsets) to X.Org.
1.27    ! bentley   469: <li>Temporarily bring back the <a href="https://man.openbsd.org/scsi.8">scsi(8)</a> shutdown hook, but only use it to flush the disk cache.
        !           470: <li>Adjusted <a href="https://man.openbsd.org/sysmerge.8">sysmerge(8)</a> arithmetic tests.
        !           471: <li>Don't attempt to delete address that has already been deleted; narrows race window, makes rapid-fire starting of <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> more reliable.
        !           472: <li>Stopped an incorrect flag to be set in <a href="https://man.openbsd.org/npppd.8">npppd(8)</a> _this->keylenbits.
1.1       deraadt   473: <!-- 2012/12/18 -->
1.27    ! bentley   474: <li>Stopped <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> complaining if the child processes exits cleanly.
        !           475: <li>Let the privileged <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> process clean up itself. Continuous rapid repeated invocations now more reliable.
1.1       deraadt   476: <!-- 2012/12/17 -->
1.27    ! bentley   477: <li>Put a default known_hosts into <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> conf; simplified config file setup; other code cleanups.
        !           478: <li>Create and use <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> menuq_clear() helper.
        !           479: <li>Made <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> screen font an <a href="https://man.openbsd.org/Xft.3">Xft(3)</a> font.
        !           480: <li>Daemonize <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> later in process. Fixes problem where <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> exits before interface gets an address and a second <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> has to run.
        !           481: <li>Allow <a href="https://man.openbsd.org/gethostbyname.3">gethostbyname(3)</a> to accept a numeric IP string. No lookup is done in this case.
1.1       deraadt   482: <li>Unbreak bootblocks on Alpha by fixing the primary load address.
1.27    ! bentley   483: <li><a href="https://man.openbsd.org/ix.4">ix(4)</a> ixgbe_raise_i2c_clk changes: allows for larger timeouts for greater reliability.
        !           484: <li>Sync <a href="https://man.openbsd.org/ix.4">ix(4)</a> advanced transmitter descriptor setup code with upstream; use TXSM instead of IXSM for IP checksum calculation.
        !           485: <li>Decrement the number of clusters on the <a href="https://man.openbsd.org/ix.4">ix(4)</a> ring in case of an error.
        !           486: <li>Implemented SFP+ module hot-plug support for <a href="https://man.openbsd.org/ix.4">ix(4)</a> 82599.
        !           487: <li>Fixed link autonegotiation bug on <a href="https://man.openbsd.org/ix.4">ix(4)</a> 10GbaseT controllers; improved link information reporting.
1.1       deraadt   488: <!-- 2012/12/16 -->
1.27    ! bentley   489: <li><a href="https://man.openbsd.org/cwm.1">cwm(1)</a> menu drawing rewrite, moving to <a href="https://man.openbsd.org/Xft.3">Xft(3)</a> and solving assorted font/colour drawing issues.
1.1       deraadt   490: <li>Updated to xf86-video-geode to 2.11.14.
                    491: <li>Added the Validity vendor and some products (including vostro 3360) to usbdevs.
                    492: <!-- 2012/12/15 -->
1.27    ! bentley   493: <li>Prevent a potential <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> segfault.
        !           494: <li>Plugged two <a href="https://man.openbsd.org/iked.8">iked(8)</a> memory leaks.
        !           495: <li>Don't print an error if the <a href="https://man.openbsd.org/iked.8">iked(8)</a> process exited normally.
1.1       deraadt   496: <!-- 2012/12/14 -->
1.27    ! bentley   497: <li>Added support for IT8772F to <a href="https://man.openbsd.org/it.4">it(4)</a>.
1.1       deraadt   498: <li>Added U3 HyperTransport found in PowerMac7,3 to pcidevs.
                    499: <!-- 2012/12/13 -->
1.27    ! bentley   500: <li>Use correct string in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> error messages.
        !           501: <li>Changed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> load_cfg to fix a crash.
        !           502: <li>Fixed a regression introduced to attach <a href="https://man.openbsd.org/drm.4">drm(4)</a> on macppc.
        !           503: <li>Correctly attach <a href="https://man.openbsd.org/vgafb.4">vgafb(4)</a> on iMac G3 graphics cards which have a "misc" <a href="https://man.openbsd.org/pci.4">pci(4)</a> subclass.
1.1       deraadt   504: <!-- 2012/12/12 -->
1.27    ! bentley   505: <li>Limit the xf86-video-intel backlight values to the maximum so <a href="https://man.openbsd.org/xbacklight.1">xbacklight(1)</a> will work on recent thinkpads.
        !           506: <li>Properly handle the case where a process has disappeared in between <a href="https://man.openbsd.org/pkill.1">pkill(1)</a> grep'ing and printing it.
        !           507: <li>Use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove hand-rolled <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> counter mode code.
        !           508: <li>Reset <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> incoming_packet buffer for each new packet in EtM-case.
        !           509: <li>Don't print zero length matches in <a href="https://man.openbsd.org/grep.1">grep(1)</a> -o mode.
1.1       deraadt   510: <!-- 2012/12/11 -->
1.27    ! bentley   511: <li>Added <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> encrypt-then-mac (EtM) modes to openssh; these modes are more secure and used by default.
        !           512: <li>Drain log messages after receiving <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> keystate from the unpriv child, to stop it from blocking while sending.
        !           513: <li>Add a <a href="https://man.openbsd.org/daily.8">daily(8)</a> SMART check using <a href="https://man.openbsd.org/atactl.8">atactl(8)</a> against disks that support and have SMART enabled.
        !           514: <li>Use proper EOL offset for <a href="https://man.openbsd.org/grep.1">grep(1)</a> -o matching.
        !           515: <li>Bring back a small copy optimisation in <a href="https://man.openbsd.org/crypt.3">crypt(3)</a> aes-gcm handling.
1.1       deraadt   516: <!-- 2012/12/10 -->
                    517: <li>Fix potential for use-after-free of bufs in Fast File System softdep.
1.27    ! bentley   518: <li>Backoff buffer cache on any <a href="https://man.openbsd.org/uvm.9">uvm(9)</a> page daemon wakeup to avoid repeatedly waking page daemon unnecessarily.
        !           519: <li>Limit <a href="https://man.openbsd.org/nfsd.8">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.
        !           520: <li>Fixed <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> "c-bounded" when arrays are declared without the size expression.
        !           521: <li>Fixed <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> unaligned memory loads on Alpha.
        !           522: <li>Adjusted <a href="https://man.openbsd.org/oce.4">oce(4)</a> mbuf chain data pointer so that ip header is word aligned.
1.1       deraadt   523: <li>Correct macobio functions to fix kernel panic on PowerMac G5 (present since r1.22 of i2s.c).
1.27    ! bentley   524: <li>Implemented <a href="https://man.openbsd.org/crypto.3">crypto(3)</a> support for Extended Sequence Numbers for the aesni driver.
        !           525: <li>Schedule a timeout if receive ring refill fails on <a href="https://man.openbsd.org/bnx.4">bnx(4)</a>. Avoids some stalls when using <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a>.
1.1       deraadt   526: <!-- 2012/12/09 -->
1.27    ! bentley   527: <li>Added <a href="https://man.openbsd.org/alpha/cdce.4">cdce(4/alpha)</a>.
1.1       deraadt   528: <li>Recognise 7448 and 970MP processors on macppc.
1.27    ! bentley   529: <li>New "-i" option to <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>, to ignore any values provided for specified options from leases.
        !           530: <li>Implemented <a href="https://man.openbsd.org/sparc64/ldomctl.8">ldomctl(8/sparc64)</a> and <a href="https://man.openbsd.org/sparc64/ldomd.8">ldomd(8/sparc64)</a> panic command.
1.1       deraadt   531: <!-- 2012/12/08 -->
                    532: <li>Added /dev/vdsp[0-7] to sparc64.
1.27    ! bentley   533: <li>Added <a href="https://man.openbsd.org/ldomd.8">ldomd(8)</a> to control the availability of virtual disks to guest domains.
        !           534: <li>Re-enabled <a href="https://man.openbsd.org/pkg-config.1">pkg-config(1)</a> --max-version.
        !           535: <li>Handle resetting 256-colours properly when <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> is parsing #[default], #[fg=default] and #[bg=default] styles.
        !           536: <li>Include a path separator after an <a href="https://man.openbsd.org/ikectl.8">ikectl(8)</a> SSLDIR.
1.1       deraadt   537: <li>Added support for PowerPC 970 CPUs present in early PowerMac G5 from 2003 (7,2 and 7,3).
                    538: <!-- 2012/12/07 -->
1.27    ! bentley   539: <li>Fixed mbuf leak with devices sending BPDUs to <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> members not configured with STP.
        !           540: <li>Conform <a href="https://man.openbsd.org/crypto.3">crypto(3)</a> to RFC 4106 when combined authentication/encryption mode is in use.
        !           541: <li>Enable the <a href="https://man.openbsd.org/radeon.4">radeon(4)</a> r100 dri module on macppc.
        !           542: <li>Supply correct AAD length to the final round of <a href="https://man.openbsd.org/crypto.3">crypto(3)</a> hashing for Extended Sequence Number support.
1.1       deraadt   543: <!-- 2012/12/06 -->
1.27    ! bentley   544: <li>Added support for <a href="https://man.openbsd.org/agp.4">agp(4)</a> bridges that do not support remapping for processor accesses. Required for having <a href="https://man.openbsd.org/drm.4">drm(4)</a> on macppc using <a href="https://man.openbsd.org/agp.4">agp(4)</a>.
        !           545: <li>Make sure we try to unbind <a href="https://man.openbsd.org/agp.4">agp(4)</a> memory regions if the aperture base address is 0.
        !           546: <li>Simplify <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> command string parsing.
        !           547: <li>Implement <a href="https://man.openbsd.org/bus_space_mmap.9">bus_space_mmap(9)</a> on macppc and i386.
        !           548: <li>Set port = NULL for new connections. Fixes <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> crashes.
1.1       deraadt   549: <!-- 2012/12/05 -->
1.27    ! bentley   550: <li>Fixed <a href="https://man.openbsd.org/ix.4">ix(4)</a> to correctly account rx errors.
1.1       deraadt   551: <!-- 2012/12/04 -->
1.27    ! bentley   552: <li>If no domain-name or domain-name-servers provided in the <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> lease (or if they are ignore'd in <a href="https://man.openbsd.org/dhclient.conf.5">dhclient.conf(5)</a>) and there is no resolv.conf.tail, then do not remove any existing <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a>.
1.1       deraadt   553: <li>Attach the 2nd core of SPARC64-VI and SPARC64-VII CPUs.
1.27    ! bentley   554: <li>Stopped <a href="https://man.openbsd.org/cu.1">cu(1)</a> sending EOF "character" down serial line at high speed if it loses its input terminal.
        !           555: <li>Added <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> group support back (ramdisk version was broken).
        !           556: <li>Enable <a href="https://man.openbsd.org/agp.4">agp(4)</a> in macppc generic kernel.
        !           557: <li>Bring back <a href="https://man.openbsd.org/mg.1">mg(1)</a> column numbers and make them configurable. Off by default to not kill slow serial lines.
        !           558: <li>Add support for Uninorth <a href="https://man.openbsd.org/agp.4">agp(4)</a> bridges found in most (if not all) G3 & G4 macppc machines.
        !           559: <li>Make macppc <a href="https://man.openbsd.org/bus_dmamem_mmap.9">bus_dmamem_mmap(9)</a> understand the BUS_DMA_NOCACHE flag, required for <a href="https://man.openbsd.org/agp.4">agp(4)</a>.
1.1       deraadt   560: <!-- 2012/12/03 -->
1.27    ! bentley   561: <li>Fix <a href="https://man.openbsd.org/ex.1">ex(1)</a> hang when exiting shell in script mode.
        !           562: <li>Added emulation of POSIX pty APIs <a href="https://man.openbsd.org/posix_openpt.3">posix_openpt(3)</a>, <a href="https://man.openbsd.org/ptsname.3">ptsname(3)</a>, <a href="https://man.openbsd.org/grantpt.3">grantpt(3)</a> and <a href="https://man.openbsd.org/unlockpt.3">unlockpt(3)</a> using /dev/ptm.
1.1       deraadt   563: <li>Close sparc64 vdsp disk images if the client disconnects.
                    564: <li>New CA root certificates from GlobalSign, VeriSign, AddTrust, Comodo, UserTrust Network/UTN and Starfield.
                    565: <!-- 2012/12/02 -->
                    566: <li>Fix XAA support in xf86-video-mga.
1.27    ! bentley   567: <li>For <a href="https://man.openbsd.org/netstart.8">netstart(8)</a>, use the compact version of the check for <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>'able interfaces from install.sub.
        !           568: <li>Added <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> AllowTcpForwarding "local" and "remote" keywords to enable just local or remote TCP forwarding.
        !           569: <li><a href="https://man.openbsd.org/ssh-add.1">ssh-add(1)</a> -d will now delete the corresponding certificate too; the -k option will delete key only.
        !           570: <li>Fixed <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> logging of authentication when privsep is enabled by adding explicit "Partial" state; report which submethod is used for keyboard-interactive.
        !           571: <li>Make <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> IdentitiesOnly apply to keys obtained from a PKCS11Provider. Allows control of which keys are offered from tokens using IdentityFile.
        !           572: <li>Fixed case where buffers returned on <a href="https://man.openbsd.org/vinvalbuf.9">vinvalbuf(9)</a> path and we do not get woken when waiting for kva.
        !           573: <li>Fixed <a href="https://man.openbsd.org/vfs.9">vfs(9)</a> kva reserve to ensure that kva reserve is checked for.
        !           574: <li>Implement hardware flow control and enable it by default on <a href="https://man.openbsd.org/sparc64/vcc.4">vcc(4/sparc64)</a>.
        !           575: <li>Don't wake the <a href="https://man.openbsd.org/vfs.9">vfs(9)</a> cleaner and throw away pages unnecessarily when growing the buffer cache .
1.1       deraadt   576: <li>Added check to xf86-video-intel so server can fail with useful error message instead of segfaulting later.
1.27    ! bentley   577: <li><a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> will now catch SIGHUP, SIGINT, SIGTERM, SIGUSR1, SIGUS2 and remove routes and the interface address before exiting.
        !           578: <li><a href="https://man.openbsd.org/netstart.8">netstart(8)</a> will try harder to identify invalid interface names and emit an error message.
1.1       deraadt   579: <!-- 2012/12/01 -->
1.27    ! bentley   580: <li>Make sure <a href="https://man.openbsd.org/gcc.1">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).
        !           581: <li>Switch m88k ports to <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> version 3.
        !           582: <li>Add <a href="https://man.openbsd.org/sparc64/ldomctl.8">ldomctl(8/sparc64)</a> support for older firmware on UltraSPARC T1 machines.
        !           583: <li>Parse <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> "-m mode1,mode2,.. " strings strictly.
        !           584: <li>Make <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> privileged process daemonize, not attach to a controlling terminal.
        !           585: <li>Make it possible to share <a href="https://man.openbsd.org/sparc64/ldomctl.8">ldomctl(8/sparc64)</a> cores between domains.
        !           586: <li>Make the <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> error messages more user friendly.
        !           587: <li>If a particular <a href="https://man.openbsd.org/bgpd.8">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.
        !           588: <li>Add RX TCP/UDP checksum offload support to <a href="https://man.openbsd.org/gem.4">gem(4)</a>.
1.1       deraadt   589: <li>Additional CA root certificates added from GeoTrust/Equifax, GoDaddy, StartCom, and Thawte.
                    590: <!-- 2012/11/30 -->
1.27    ! bentley   591: <li>Drain <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> midi port output buffer before closing it ensuring the last few bytes are not lost.
        !           592: <li>Drop clients using <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> midi ports when port is closed (eg. umidi disconnected); try to reopen it whenever a new client connects.
        !           593: <li>When <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> audio device is closed, mark it as closed before dropping connections. Stops clients attempting to reopen the device.
        !           594: <li>Process incoming <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> midi data on the fly, not by using an input fifo.
        !           595: <li>Don't exit <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> if midi control port is destroyed (it never is).
        !           596: <li>Removed retired <a href="https://man.openbsd.org/ssl.8">ssl(8)</a> Thawte/Verisign certificates and intermediate GoDaddy certificate.
        !           597: <li>Made cloned devices line up with the rest of the <a href="https://man.openbsd.org/fstat.1">fstat(1)</a> output.
1.1       deraadt   598: <li>In locale/ctype/en_US.UTF-8.src, corrected width of some characters in the Hebrew range (0590?05FF).
1.27    ! bentley   599: <li>Fixed speakers on Apple MacBook Air 2010, they require gpio <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> unmuting.
        !           600: <li>Support large MTUs on <a href="https://man.openbsd.org/vio.4">vio(4)</a>; added support for chaining several rx buffers when receiving large packets.
1.1       deraadt   601: <!-- 2012/11/29 -->
1.27    ! bentley   602: <li>Added <a href="https://man.openbsd.org/rtsx.4">rtsx(4)</a>, a new driver for the Realtek RTS5209 card reader.
1.1       deraadt   603: <li>Remove setting an initial (assumed) baudrate upon driver attach for many network interface cards.
1.27    ! bentley   604: <li><strong>5.2 stability fix for interoperability problem with some newer Junipers: make sure that <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> ignores the "must be zero" flags correctly and ensure that they are always reset to zero when sending updates out.</strong><br><a href="errata52.html#001_bgpd">A source code patch is available</a>.
        !           605: <li>Prevent <a href="https://man.openbsd.org/iked.8">iked(8)</a> VPN traffic leakages in dual-stack hosts/networks by forcibly blocking IPv6 traffic.
        !           606: <li>Fixed wrong argument being passed to <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> control_dispatch_imsg().
        !           607: <li>Made <a href="https://man.openbsd.org/ix.4">ix(4)</a> compile again with IX_DEBUG defined.
1.1       deraadt   608: <!-- 2012/11/28 -->
1.27    ! bentley   609: <li>Minor update to <a href="https://man.openbsd.org/sqlite3.1">sqlite3(1)</a> 3.7.14.1.
        !           610: <li>Specific last match for autogroup in <a href="https://man.openbsd.org/cwmrc.5">cwmrc(5)</a>.
        !           611: <li>Changed <a href="https://man.openbsd.org/scandir.3">scandir(3)</a> "select" argument to match POSIX.
        !           612: <li>Fixed <a href="https://man.openbsd.org/radeon.4">radeon(4)</a> EXA issue, introduced in xf86-video-ati 6.14.5 with accelerated solid pictures support.
1.1       deraadt   613: <!-- 2012/11/27 -->
1.27    ! bentley   614: <li>Support the 47 and 1047 SM and RM sequences (alternate <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> screen without cursor).
        !           615: <li>Added <a href="https://man.openbsd.org/mg.1">mg(1)</a> "make-directory" (not bound to any shortcut).
        !           616: <li>Allow <a href="https://man.openbsd.org/dhclient.8">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.
        !           617: <li>Correctly aggregate together errors from nested <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> config files with source-file.
        !           618: <li>Overriding a previous <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> ignore list will no longer leave incorrect ACTION flags lying around.
        !           619: <li>Allow <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> cmd-run-shell to accept -t option to specify the pane to display the output.
        !           620: <li>When scrolling in copy mode with the mouse, scroll <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> screen rather than moving cursor.
        !           621: <li>Update to <a href="https://man.openbsd.org/drm.4">drm(4)</a> libdrm 2.4.31 and add the (non-yet-linked) libkms.
        !           622: <li>Don't toss away an existing <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> request/require list unless new list is successfully parsed.
        !           623: <li>Add <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> window-status-last-* options.
        !           624: <li>Fix <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> session choice so that preferring unattached sessions works.
1.1       deraadt   625: <!-- 2012/11/26 -->
1.27    ! bentley   626: <li><a href="https://man.openbsd.org/ppp.8">ppp(8)</a> panics if M_ZEROIZE gets set on readonly mbufs - use M_PROTO1 and M_LINK0 instead.
1.1       deraadt   627: <!-- 2012/11/25 -->
1.27    ! bentley   628: <li><a href="https://man.openbsd.org/em.4">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.
        !           629: <li>Make <a href="https://man.openbsd.org/sparc64/ldomctl.8">ldomctl(8/sparc64)</a> work on UltraSPARC T2. Enough functionality to create a configuration for a t5120 running System Firmware 7.1.x.
        !           630: <li>Make it a <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> syntax error to attempt to store an option in a list more than once.
        !           631: <li><a href="https://man.openbsd.org/sparc64/ldomctl.8">ldomctl(8/sparc64)</a> will now properly remove virtual device ports if we remove the associated channels.
        !           632: <li>Do not require, request, or ignore <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> DHO_PAD ("pad") and DHO_END ("option-end").
1.1       deraadt   633: <li>Recognise a wrong network configuration that causes mvme88k tftpboot to stall, inform user what to do.
1.27    ! bentley   634: <li>Clean up parsing of <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> option lists: syntactically incorrect request statements in <a href="https://man.openbsd.org/dhclient.conf.5">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   635: <!-- 2012/11/24 -->
                    636: <li>Don't assign the "host" MAC address to sparc64 virtual switch ports or print address for those ports.
1.27    ! bentley   637: <li>Better <a href="https://man.openbsd.org/sparc64/ldomctl.8">ldomctl(8/sparc64)</a> error reporting.
        !           638: <li>Don't segfault if no <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> subnet-mask is provided, or is marked "ignore" in <a href="https://man.openbsd.org/dhclient.conf.5">dhclient.conf(5)</a>; always zero out stack masks rather than using stack garbage when no subnet-mask is provided.
        !           639: <li><a href="https://man.openbsd.org/make.1">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   640: <!-- 2012/11/23 -->
1.27    ! bentley   641: <li>Make <a href="https://man.openbsd.org/login_yubikey.8">login_yubikey(8)</a> hex and modhex decoding case insensitive, to avoid shift/caps lock issues.
        !           642: <li>Handle up to 256 different interrupt vectors on <a href="https://man.openbsd.org/sparc64/cbus.4">cbus(4/sparc64)</a>. This is enough for 128 channels.
        !           643: <li>Updated to: <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> 3.2.14; pixman 0.28.0; xf86-video-r128 6.9.1; xf86-video-mga 1.6.2.
        !           644: <li>Display hardmtu value when "<a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> hwfeatures" is used.
        !           645: <li>Add SIOCGIFHARDMTU to allow <a href="https://man.openbsd.org/gre.4">gre(4)</a> to retrieve the driver's maximum supported MTU.
        !           646: <li>Always pass an array of struct pf_src_node pointers to the <a href="https://man.openbsd.org/pf.4">pf(4)</a> pf_map_addr. Avoids stack corruption.
        !           647: <li>Use the libutil imsg framework rather than a hand-rolled local version for <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
        !           648: <li>Send ack on <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> "update map".
        !           649: <li>Replace <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> server by a new <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> daemon that is simpler, smaller and faster.
1.1       deraadt   650: <!-- 2012/11/22 -->
1.27    ! bentley   651: <li>Make the <a href="https://man.openbsd.org/aucat.1">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   652: <li>Update to libxcb 1.9.0.
                    653: <!-- 2012/11/21 -->
                    654: <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.27    ! bentley   655: <li>Fixed <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> strtonum(), as it can only handle a maximum of LLONG_MAX.
        !           656: <li>Try to negotiate version 1.1 of the vDisk protocol to get <a href="https://man.openbsd.org/sparc64/vdsk.4">vdsk(4/sparc64)</a> media type and fake a CD-ROM drive.
        !           657: <li>Plugged a <a href="https://man.openbsd.org/cu.1">cu(1)</a> file descriptor leak.
        !           658: <li>Added <a href="https://man.openbsd.org/sparc64/ldomctl.8">ldomctl(8/sparc64)</a> and <a href="https://man.openbsd.org/sparc64/ldomd.8">ldomd(8/sparc64)</a> to the build.
        !           659: <li>Delete <a href="https://man.openbsd.org/oce.4">oce(4)</a> rx refill timeouts when bringing an interface down.
1.1       deraadt   660: <!-- 2012/11/20 -->
1.27    ! bentley   661: <li>D-Link DUB-E100 rev C1 now recognised by <a href="https://man.openbsd.org/axe.4">axe(4)</a>.
        !           662: <li>Made the mips and powerpc <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> optimiser bug workarounds permanent (i.e. applied them to all platforms).
        !           663: <li>Allow "<a href="https://man.openbsd.org/smtpctl.8">smtpctl(8)</a> show queue" to run in "online" mode if the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> server is running.
1.1       deraadt   664: <!-- 2012/11/19 -->
1.27    ! bentley   665: <li>Do not crash on stray .Ta macros <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> finds outside column lists.
        !           666: <li>Fixed <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> passing of struct by value on m68k. Lets <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> version 3 reliably bootstrap itself now.
        !           667: <li>Added atomic 32-bit cas operations to amd64 and i386. Needed for future <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> global locking routines.
        !           668: <li>Added <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> halfpage commands to mode command string table.
        !           669: <li>Use a utility function to show errors in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> config file.
1.1       deraadt   670: <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.
                    671: <!-- 2012/11/18 -->
1.27    ! bentley   672: <li>In <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> -Tman mode, support automatic word "keeps" in the SYNOPSIS (like -Tascii mode); don't escape the blank characters terminating <a href="https://man.openbsd.org/man.7">man(7)</a> macros.
        !           673: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> generated <a href="https://man.openbsd.org/man.7">man(7)</a> code more portable by using .PD instead of .sp -1v.
        !           674: <li>Don't output "$action not supported" when running <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a> script from /etc/<a href="https://man.openbsd.org/rc.8">rc(8)</a>. Prevents warning at shutdown time when the script has rc_stop=NO.
1.1       deraadt   675: <li>Small i386 memcpy optimisations to avoid unnecessary locks.
                    676: <!-- 2012/11/17 -->
1.27    ! bentley   677: <li>Ensure that the base provided to <a href="https://man.openbsd.org/strtol.3">strtol(3)</a> is between 2 and 36 inclusive, or the special value of 0.
1.1       deraadt   678: <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.27    ! bentley   679: <li>Simplify <a href="https://man.openbsd.org/vio.4">vio(4)</a> vio_iff(), set own MAC in unicast MAC filter (needed by virtualbox).
        !           680: <li>Don't send <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> with "advanced" bluetooth coexistence the configure coexistence command. Avoids firmware crash.
        !           681: <li>Added initial <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> support for Intel Centrino Wireless-N 1030.
1.1       deraadt   682: <!-- 2012/11/16 -->
1.27    ! bentley   683: <li>Warn about unknown volume/arch in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> Dt macro arguments.
        !           684: <li>Third implementation of m88k <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> varags (upstream version still wrong).
        !           685: <li>Fixed <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> for .Ap and .In trailing delimiters. Fixes the end of sentence spacing in <a href="https://man.openbsd.org/open.2">open(2)</a>.
        !           686: <li>Improve <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> formatting of badly nested font blocks.
        !           687: <li>Run <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> discover_interface() before forking, so both processes will know the interface information.
        !           688: <li>Added missing "break;" so that IFT_ETHER <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> routes are deleted as intended.
        !           689: <li>Fixed <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> crash triggered by .Bl -tag .It Xo .El .Sh.
1.1       deraadt   690: <!-- 2012/11/15 -->
                    691: <li>Print macppc UniNorth/U3 revision number (taken from openfirmware) to show which AGP chipset is present.
1.27    ! bentley   692: <li>If max-prefix/restart are used in <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>, display the values in "bgpctl sh nei" output.
        !           693: <li>No longer try to transmit packets if the <a href="https://man.openbsd.org/vr.4">vr(4)</a> interface is not running.
        !           694: <li>If <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> "-d" is specified, don't redirect privileged child's stdin/stdout/stderr to /dev/null.
1.1       deraadt   695: <!-- 2012/11/14 -->
1.27    ! bentley   696: <li>Updated <a href="https://man.openbsd.org/nginx.8">nginx(8)</a> to 1.2.5.
        !           697: <li><a href="https://man.openbsd.org/cwm.1">cwm(1)</a> tab-complete bug fixed: once exec_path is completed, allow for subsequent completion.
        !           698: <li>Fixed <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> so "ignore subnet-mask;" will work.
        !           699: <li>Allocate an <a href="https://man.openbsd.org/oce.4">oce(4)</a> mailbox payload dma memory upfront, instead of per request.
        !           700: <li>Added <a href="https://man.openbsd.org/axe.4">axe(4)</a> support for the lenovo usb 2.0 ethernet adapter.
1.1       deraadt   701: <!-- 2012/11/13 -->
1.27    ! bentley   702: <li>Avoid segfault in the unlikely event that a NULL device is passed to <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> priv_pcap_live().
        !           703: <li>Allow the full range of unsigned serial numbers for <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a>.
        !           704: <li>Fixed username passed to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> helper program; prepare stdio fds before closefrom().
1.1       deraadt   705: <li>Adjust Makefile.cross to allow cross-gcc to build using different compiler version than the target.
1.27    ! bentley   706: <li>Do an <a href="https://man.openbsd.org/oce.4">oce(4)</a> OACTIVE/if_start dance only once per tx interrupt.
        !           707: <li>Enabled hardware tx checksum offloading for <a href="https://man.openbsd.org/oce.4">oce(4)</a>.
        !           708: <li><a href="https://man.openbsd.org/npppd.8">npppd(8)</a> can now handle file descriptor exhaustion in the accept() case.
        !           709: <li>Correct the first argument of agpmmap(), making possible to mmap the <a href="https://man.openbsd.org/agp.4">agp(4)</a> aperture.
        !           710: <li>Make sure <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> does not miss the last envelope.
        !           711: <li>Allow <a href="https://man.openbsd.org/bgpd.conf.5">bgpd.conf(5)</a> filtering based on NEXTHOP attribute (eg "allow from any nexthop neighbor").
1.1       deraadt   712: <!-- 2012/11/12 -->
1.27    ! bentley   713: <li><a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> improvements: log more events, with each messages prefixed with a token to identify its class; implement "<a href="https://man.openbsd.org/smtpctl.8">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.
        !           714: <li><a href="https://man.openbsd.org/fmt_scaled.3">fmt_scaled(3)</a> now sets errno to EINVAL (not ERANGE) if it hits an invalid multiplier, to match man page.
        !           715: <li>Fixed a potential <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> memory leak.
1.1       deraadt   716: <!-- 2012/11/11 -->
1.27    ! bentley   717: <li>Once a <a href="https://man.openbsd.org/rdist.1">rdist(1)</a> C_RECVDIR command is sent, send matching C_END command later, even if opendir() fails or nodescend option is set.
        !           718: <li>Fix various <a href="https://man.openbsd.org/rdist.1">rdist(1)</a> and <a href="https://man.openbsd.org/rdistd.1">rdistd(1)</a> format string issues. Stop assuming time_t is long or smaller. Enable warnings.
1.1       deraadt   719: <li>Fix pid matching on kernel crashdumps.
1.27    ! bentley   720: <li>Added support for the Intel Centrino Advanced-N 6235 to <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>.
        !           721: <li>Stopped <a href="https://man.openbsd.org/mg.1">mg(1)</a> updating character offset on the line all the time (astoundingly hostile to slow terminals).
        !           722: <li>Fix <a href="https://man.openbsd.org/dhclient.conf.5">dhclient.conf(5)</a> "default" directive (broken in code refactoring).
        !           723: <li><a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> supersede/append/prepend actions works again even if the <a href="https://man.openbsd.org/dhcp.8">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   724: <li>Try to load the gallium3d "swrastg" driver if available, before falling back to the default mesa "swrast" one for software rendering.
                    725: <!-- 2012/11/10 -->
1.27    ! bentley   726: <li>Rewrote <a href="https://man.openbsd.org/axe.4">axe(4)</a> and <a href="https://man.openbsd.org/smsc.4">smsc(4)</a> receive filter handling code; cleaned up the ioctl.
        !           727: <li>prevent <a href="https://man.openbsd.org/athn.4">athn(4)</a> calling athn_detach unnecessarily if shared code was not initialised.
        !           728: <li>Enhanced <a href="https://man.openbsd.org/sysmerge.8">sysmerge(8)</a> error_rm_wrkdir() to print an error message if one is passed as an argument.
        !           729: <li>Read CPU frequency from the fixed-function performance counter of on x86 chips with constant time stamp counters. Lets <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> hw.cpuspeed and hw.setperf reflect correct values.
1.1       deraadt   730: <!-- 2012/11/09 -->
1.27    ! bentley   731: <li>Per POSIX, fix <a href="https://man.openbsd.org/raise.3">raise(3)</a> and <a href="https://man.openbsd.org/abort.3">abort(3)</a> to send the signal to the current thread.
        !           732: <li>Don't sync <a href="https://man.openbsd.org/oce.4">oce(4)</a> dma memory for the whole ring when updating a single entry.
        !           733: <li>Ported most <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> version 2.95 m88k fixes to the <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> version 3 codebase.
        !           734: <li>Improved <a href="https://man.openbsd.org/oce.4">oce(4)</a> flow control code.
        !           735: <li>No longer disable VLAN promiscuous mode, so <a href="https://man.openbsd.org/oce.4">oce(4)</a> can receive ethernet packets with VLAN tags.
        !           736: <li><a href="https://man.openbsd.org/libtool.1">libtool(1)</a> now properly filters symbols on <a href="https://man.openbsd.org/elf.5">elf(5)</a> systems; runs <a href="https://man.openbsd.org/nm.1">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.
        !           737: <li>Fixed <a href="https://man.openbsd.org/libtool.1">libtool(1)</a> get_symbollist: output completely empty file if no symbol; and more debug info.
1.1       deraadt   738: <!-- 2012/11/08 -->
1.27    ! bentley   739: <li><a href="https://man.openbsd.org/oce.4">oce(4)</a> driver now matches hardware, to support mtu values from 256 up to 9000.
        !           740: <li>When halting the <a href="https://man.openbsd.org/oce.4">oce(4)</a> rx engine, avoid firmware DMA'ing into the freed cluster.
        !           741: <li>Fixed kernel builds without <a href="https://man.openbsd.org/bpf.4">bpf(4)</a>.
        !           742: <li>Close <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> routing socket fd leak when deleting old address.
        !           743: <li>Fix <a href="https://man.openbsd.org/arp.8">arp(8)</a> so "route -Tx exec arp -an" uses the process rdomain, but still allow command line overrides.
        !           744: <li>Don't depend on IFCAP_CSUM flags when configuring <a href="https://man.openbsd.org/ix.4">ix(4)</a> rx checksumming; corrected an incorrect usage of IXGBE_RXCSUM_PCSD.
1.1       deraadt   745: <!-- 2012/11/07 -->
1.27    ! bentley   746: <li>Plugged <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> leak when using "unmap" for kbd/mouse bindings.
        !           747: <li>Fix <a href="https://man.openbsd.org/vfs.9">vfs(9)</a> and <a href="https://man.openbsd.org/uvm.9">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   748: <li>Enable %tick access for userland on sparc64 sun4u systems.
1.27    ! bentley   749: <li>Tab completion support for <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> menus.
        !           750: <li><a href="https://man.openbsd.org/make.1">make(1)</a> no longer kills trailing spaces (not shared by other makes, or any standard).
        !           751: <li><a href="https://man.openbsd.org/oce.4">oce(4)</a> no longer depends on IFCAP_CSUM flags set when reading rx checksumming results from the hardware.
        !           752: <li>Fixed <a href="https://man.openbsd.org/dc.1">dc(1)</a> fractional number exponentiation (including for negative exponents).
1.1       deraadt   753: <!-- 2012/11/06 -->
                    754: <li>Always setup lo0 with 127.0.0.1/8 when configuring the network, whether installing or upgrading.
1.27    ! bentley   755: <li>Added <a href="https://man.openbsd.org/pci.4">pci(4)</a> recognition of video and host bridge found on new Atom motherboard.
        !           756: <li>For <a href="https://man.openbsd.org/dc.1">dc(1)</a> exponention, only warn if the fractional part of the exponent is non-zero; avoid div by zero.
        !           757: <li>Removed <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> mta_session "is_reading" hack and simplified the read/write logic.
        !           758: <li>Workaround for <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>: don't tie python files for now, so timestamps don't trigger recompile.
        !           759: <li>Make <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> force pkglocatedb-- when auto-installing.
1.1       deraadt   760: <!-- 2012/11/05 -->
1.27    ! bentley   761: <li>Fixed a bug where the return value of if_exists() was not checked correctly if the interface disappears while <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a> is running.
        !           762: <li>Ensure that <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a> if_exists() always closes its socket before returning.
        !           763: <li><strong>5.2 stability fix for <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> check icmp</strong>.
        !           764: <li>Use <a href="https://man.openbsd.org/myx.4">myx(4)</a> SIMPLEQ-based packet descriptor managing code for <a href="https://man.openbsd.org/oce.4">oce(4)</a>.
1.1       deraadt   765: <li>Call in[6]_proto_cksum_out() unconditionally, to fix checksum issues seen on ramdisk kernels.
1.27    ! bentley   766: <li>Fixed memory leak in error paths for <a href="https://man.openbsd.org/synaptics.4">synaptics(4)</a> and alps.
1.1       deraadt   767: <li>Backport a powerpc --relax fix present in binutils 2.17. Allows mozilla trunk to finally link again.
                    768: <li>Switched sparc to timecounters.
1.27    ! bentley   769: <li>Show last <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> client activity time in the default choose-client list.
1.1       deraadt   770: <li>Typedef'd pthread_key_t to an int instead of a volatile int. Allows webkit with --enable-debug to build.
1.27    ! bentley   771: <li>Run <a href="https://man.openbsd.org/chown.8">chown(8)</a>/<a href="https://man.openbsd.org/chgrp.1">chgrp(1)</a> only if the preceding <a href="https://man.openbsd.org/mknod.8">mknod(8)</a> call worked.
1.1       deraadt   772: <!-- 2012/11/04 -->
1.27    ! bentley   773: <li>Properly clear the <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> UP flag when forcing interface down/up, rather than setting all flags to zero.
        !           774: <li>Make <a href="https://man.openbsd.org/ldomd.8">ldomd(8)</a> consume ACKs when doing large sends.
        !           775: <li><a href="https://man.openbsd.org/ldomctl.8">ldomctl(8)</a> support for listing/selecting configurations store on the SP.
        !           776: <li>Call service start function if a particular <a href="https://man.openbsd.org/ldomd.8">ldomd(8)</a> domain service has been successfully registered.
1.1       deraadt   777: <li>Include declaration of sparcDriverName() to fix segfault on sunffb graphics.
                    778: <li>Switch mvme68k to timecounters.
1.27    ! bentley   779: <li>Remove default of AuthorizedCommandUser from <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>. Administrators are now expected to explicitly specify a user.
1.1       deraadt   780: <!-- 2012/11/03 -->
1.27    ! bentley   781: <li>Stop <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> and <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> passing interface names around needlessly when creating/flushing routes.
        !           782: <li>Fixes for <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> handling: Don't leak a file descriptor if there are no contents for <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a>, and delete this file if it is zero-length; allow for only resolv.conf.tail to go into resolv.conf.
        !           783: <li>Fixed potential <a href="https://man.openbsd.org/mg.1">mg(1)</a> memory leak, found by llvm.
        !           784: <li>Don't leak a <a href="https://man.openbsd.org/mg.1">mg(1)</a> file descriptor when testing for permissions; make sure directory is executable, otherwise we can't list it.
1.1       deraadt   785: <!-- 2012/11/02 -->
1.27    ! bentley   786: <li>Introduce better and simpler <a href="https://man.openbsd.org/oce.4">oce(4)</a> producer/consumer queue iterator implementation.
        !           787: <li>Remove 13 years old compiler bug workaround in m68k <a href="https://man.openbsd.org/pwd_mkdb.8">pwd_mkdb(8)</a> code.
        !           788: <li>Avoid some misaligned accesses. Lets <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> work again on sparc64.
        !           789: <li>Added <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> "kick counter" to detect and disconnect clients that hog the session.
        !           790: <li>New <a href="https://man.openbsd.org/malloc.3">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.
        !           791: <li>Unstick <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> reload after reloading a <a href="https://man.openbsd.org/bgpd.conf.5">bgpd.conf(5)</a> that contains errors.
        !           792: <li>Stop <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> adding a "nameserver" line to <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> if the nameserver in question is the empty string.
        !           793: <li>Consistency and robustness improvements in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> mda.
        !           794: <li>Make <a href="https://man.openbsd.org/smtpd.8">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.
        !           795: <li>Watch the non-privileged end of the pipe to the privileged <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> child process. So when the child dies, the parent exits immediately.
        !           796: <li>Include tcp/udp.h unconditionally to unbreak <a href="https://man.openbsd.org/rd.4">rd(4)</a>.
        !           797: <li>Don't let <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> insert twice recorded wav files (-o) on the list of recorded files.
        !           798: <li>Fixed <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> crashes when wav_close() is called on uninitialised wav structure.
        !           799: <li>Use dedicated messages for flow control (instead of clock tick) and enable flow control for <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> MIDI.
1.1       deraadt   800: <!-- 2012/10/31 -->
                    801: <li>Switched alpha to per-process astpending.
1.27    ! bentley   802: <li>Repaired <a href="https://man.openbsd.org/__tfork_thread.3">__tfork_thread(3)</a> operation for alpha.
        !           803: <li>When possible, have <a href="https://man.openbsd.org/sparc64/vcc.4">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   804: <!-- 2012/1/01 -->
1.27    ! bentley   805: <li>Stopped <a href="https://man.openbsd.org/acpitz.4">acpitz(4)</a> showing Kelvin units; fixed Celsius measures (no longer off by a factor of 10).
        !           806: <li>Forcibly delete all existing ipv4 addresses from an interface as <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> binds new lease to that interface. Fixes unexpectedly persistent addresses and failures of <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> when switching an interface repeatedly between different networks.
        !           807: <li>Enable softraid boot support for i386 <a href="https://man.openbsd.org/i386/cdboot.0">cdboot(8)</a> and <a href="https://man.openbsd.org/i386/pxeboot.0">pxeboot(8)</a>.
        !           808: <li>Make i386 <a href="https://man.openbsd.org/i386/cdboot.0">cdboot(8)</a> and <a href="https://man.openbsd.org/i386/pxeboot.0">pxeboot(8)</a> work correctly when it is larger than 64KB in size.
        !           809: <li>Enable softraid boot support for i386 <a href="https://man.openbsd.org/i386/boot.8">boot(8)</a>.
1.1       deraadt   810: <!-- 2012/10/30 -->
                    811: <li>Add support for Intel's Supervisor Mode Access Prevention (SMAP) feature to i386 and amd64.
1.27    ! bentley   812: <li>Some fixes for the <a href="https://man.openbsd.org/vio.4">vio(4)</a> receive filter handling.
        !           813: <li>New <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> option AuthorizedKeysCommand to support fetching authorized_keys from a command in addition to (or instead of) from the filesystem.
        !           814: <li>Removed <a href="https://man.openbsd.org/i386/dhclient-script.0">dhclient-script(8)</a> and <a href="https://man.openbsd.org/dhclient.conf.5">dhclient.conf(5)</a> "script" directive. Do all interface and route configuration via ioctl's and routing sockets.
        !           815: <li>Prevent underflows in <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> and <a href="https://man.openbsd.org/pflow.4">pflow(4)</a> by using signed variables.
        !           816: <li>Use monotonic time_uptime for <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> and <a href="https://man.openbsd.org/pflow.4">pflow(4)</a> expiration values as time_second can be skewed at runtime.
        !           817: <li>Bump the default number of descriptors in <a href="https://man.openbsd.org/ix.4">ix(4)</a>.
1.1       deraadt   818: <!-- 2012/10/29 -->
                    819: <li>On UltraSPARC T1/T2, block the current strand while spinning so other strands can do some useful work.
1.27    ! bentley   820: <li>On <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> reload, look for ignore and bwidth changes; ensure existing maximised windows don't inherit new bwidth.
        !           821: <li>Attach the <a href="https://man.openbsd.org/synaptics.4">synaptics(4)</a> driver to elantech touchpads during auto-configuration.
        !           822: <li>Make amd64 <a href="https://man.openbsd.org/cdboot.8">cdboot(8)</a> and <a href="https://man.openbsd.org/pxeboot.8">pxeboot(8)</a> work correctly when they are larger than 64KB in size.
        !           823: <li>Enable softraid boot support in amd64 <a href="https://man.openbsd.org/cdboot.8">cdboot(8)</a> and <a href="https://man.openbsd.org/pxeboot.8">pxeboot(8)</a>.
        !           824: <li>Added support for Elantech touchpads to <a href="https://man.openbsd.org/pms.4">pms(4)</a>, so X <a href="https://man.openbsd.org/synaptics.4">synaptics(4)</a> driver can configure these touchpads properly.
        !           825: <li>Teach <a href="https://man.openbsd.org/wsconsctl.8">wsconsctl(8)</a> about the elantech mouse type.
1.1       deraadt   826: <!-- 2012/10/28 -->
1.27    ! bentley   827: <li>Limit the number of <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> messages/recipients that can be enqueued on a single SMTP connection.
1.1       deraadt   828: <!-- 2012/10/27 -->
1.27    ! bentley   829: <li>Changed <a href="https://man.openbsd.org/dhclient.conf.5">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;"
        !           830: <li>Made it possible to use <a href="https://man.openbsd.org/ldomctl.8">ldomctl(8)</a> to reconfigure when <a href="https://man.openbsd.org/ldomd.8">ldomd(8)</a> is running.
        !           831: <li>Fix <a href="https://man.openbsd.org/ldomd.8">ldomd(8)</a> var-config response messages. Makes OpenBoot stop complaining about not being able to update LDOM variables.
        !           832: <li>Use <a href="https://man.openbsd.org/ldomd.8">ldomd(8)</a> to provide the var-config domain service to all the currently configured guest domains.
        !           833: <li>Give <a href="https://man.openbsd.org/ldomd.8">ldomd(8)</a> its own copy of the domain services support code and modify it to handle multiple channels.
        !           834: <li>All <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> <a href="https://man.openbsd.org/i386/boot.0">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.
        !           835: <li>Made <a href="https://man.openbsd.org/sndio.7">sndio(7)</a> midi code use non-blocking i/o like the other audio code.
        !           836: <li>Check that <a href="https://man.openbsd.org/sndio.7">sndio(7)</a> polled fd number is smaller than SIO_MAXNFDS, and crank maximums.
1.1       deraadt   837: <!-- 2012/10/26 -->
1.27    ! bentley   838: <li>For sparc64 devices that attach to <a href="https://man.openbsd.org/sparc64/cbus.4">cbus(4/sparc64)</a>, disable interrupts up-front and explicitly enabling them later than the other way around.
        !           839: <li>Fixed potential <a href="https://man.openbsd.org/mg.1">mg(1)</a> memory and fd leak.
        !           840: <li>Fix for <a href="https://man.openbsd.org/perl.1">perl(1)</a> CVE-2012-5195.
        !           841: <li>Work-in-progress code for <a href="https://man.openbsd.org/ldomd.8">ldomd(8)</a>, a daemon running in a sun4v control domain that provides some essential services to guest domains.
        !           842: <li>Don't abort <a href="https://man.openbsd.org/ldomctl.8">ldomctl(8)</a> when we try to reset the logical domain channel.
        !           843: <li>Fixed previous revision, which would prevent <a href="https://man.openbsd.org/sgi/grtwo.0">grtwo(4/sgi)</a> boards from being recognised.
1.1       deraadt   844: <li>Properly clear hppa trap frame in setregs() to avoid leaking registers across exec.
                    845: <!-- 2012/10/25 -->
1.27    ! bentley   846: <li>Disabled <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a> reload, since SIGHUP kills <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
        !           847: <li>Handle the case where <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> writev() fails with EAGAIN.
        !           848: <li>Made <a href="https://man.openbsd.org/oce.4">oce(4)</a> oce_mbox_{dispatch,wait} more readable and use less bitfields.
        !           849: <li>Simplify/unify writes to the <a href="https://man.openbsd.org/oce.4">oce(4)</a> rx and tx doorbell registers.
        !           850: <li>Use an external chunk of DMA for oce_set_promisc, so the commands sent to <a href="https://man.openbsd.org/oce.4">oce(4)</a> fit in memory.
        !           851: <li>Added syslog support to <a href="https://man.openbsd.org/nginx.8">nginx(8)</a> in base.
        !           852: <li>Added ability to active pane in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> list-windows and find-window formats.
        !           853: <li>Fixed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> BELL_NONE which had become broken; also don't redraw unnecessarily.
        !           854: <li>Fixed bad size in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> memcpy.
        !           855: <li>Allow the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> mda to deal itself with session limits, to makes the server handle envelope bursts more efficiently.
1.1       deraadt   856: <!-- 2012/10/24 -->
                    857: <!-- 2012/10/23 -->
1.27    ! bentley   858: <li>Use correct file for <a href="https://man.openbsd.org/mg.1">mg(1)</a> revert-buffer; do not ignore abort.
        !           859: <li>Fixed fringe <a href="https://man.openbsd.org/make.1">make(1)</a> case where argument length is around 140.
        !           860: <li>Treat <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> menu width the same as the height is treated when deciding its max size and location.
        !           861: <li>Stop drawing when <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> menu doesn't fit inside the screen.
1.1       deraadt   862: <!-- 2012/10/22 -->
1.27    ! bentley   863: <li>Added a new <a href="https://man.openbsd.org/iked.8">iked(8)</a> option -t to optionally enforce NAT-T with UDP encapsulation on port 4500.
        !           864: <li>Fix NAT-T support in <a href="https://man.openbsd.org/iked.8">iked(8)</a> , both on the initiator and the responder side.
        !           865: <li>Add <a href="https://man.openbsd.org/jme.4">jme(4)</a> flow control support.
        !           866: <li>Provide <a href="https://man.openbsd.org/mii.4">mii(4)</a> flow control status.
        !           867: <li>Add (r)evert prompt to <a href="https://man.openbsd.org/mg.1">mg(1)</a> "File changed on disk; really edit the buffer" prompt.
        !           868: <li>Check for dirty buffer on <a href="https://man.openbsd.org/mg.1">mg(1)</a> buffer change.
1.1       deraadt   869: <!-- 2012/10/21 -->
1.27    ! bentley   870: <li>Add flow control support to <a href="https://man.openbsd.org/gem.4">gem(4)</a>.
        !           871: <li>Fix the <a href="https://man.openbsd.org/oce.4">oce(4)</a> multicast filter full size check.
        !           872: <li>Bugfix for userland program attempting to do a <a href="https://man.openbsd.org/semop.2">semop(2)</a>. Kernel returns ENOSPC rather than panics.
        !           873: <li>Repaired <a href="https://man.openbsd.org/maestro.4">maestro(4)</a> pci powerstate handling and resumes.
        !           874: <li>Add the IP_DIVERTFL socket option on <a href="https://man.openbsd.org/divert.4">divert(4)</a> sockets to control which packets (as in direction) of the traffic will be diverted through the divert socket.
        !           875: <li>Add domain services support code to <a href="https://man.openbsd.org/ldomctl.8">ldomctl(8)</a> and use it to fetch the PRI (Physical Resource Inventory) from the service processor.
1.1       deraadt   876: <!-- 2012/10/20 -->
1.27    ! bentley   877: <li>Implement <a href="https://man.openbsd.org/vr.4">vr(4)</a> transmit DMA segments.
1.1       deraadt   878: <li>Fix hardware kill switch detection for the ar9300 chip family.
1.27    ! bentley   879: <li>Fixed a potential double free in <a href="https://man.openbsd.org/mg.1">mg(1)</a>
1.1       deraadt   880: <!-- 2012/10/19 -->
                    881: <li>Make xf86-video-intel hdmi modesetting code handle multiple display pipes.
                    882: <!-- 2012/10/18 -->
1.27    ! bentley   883: <li>Simplify <a href="https://man.openbsd.org/xl.4">xl(4)</a> for multicast ranges.
1.1       deraadt   884: <li>Convert ethernet driver code which predates pci_set_powerstate() to using it instead.
1.27    ! bentley   885: <li>Numerous <a href="https://man.openbsd.org/make.1">make(1)</a> error message fixes.
1.1       deraadt   886: <li>Switched luna88k to timecounters.
1.27    ! bentley   887: <li>Disallow <a href="https://man.openbsd.org/pf.conf.5">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="https://man.openbsd.org/pfctl.8">pfctl(8)</a> accepting invalid address pools.
1.1       deraadt   888: <!-- 2012/10/17 -->
1.27    ! bentley   889: <li>Cleaned up more of the <a href="https://man.openbsd.org/pckbc.4">pckbc(4)</a> driver soft-state when suspending.
        !           890: <li>Enable sparc64 <a href="https://man.openbsd.org/vldc.4">vldc(4)</a> and <a href="https://man.openbsd.org/vldcp.4">vldcp(4)</a>.
        !           891: <li>Renamed <a href="https://man.openbsd.org/hvctl.4">hvctl(4)</a> to <a href="https://man.openbsd.org/vldcp.4">vldcp(4)</a>, since this driver now handles other services as well.
1.1       deraadt   892: <!-- 2012/10/16 -->
1.27    ! bentley   893: <li>Make the <a href="https://man.openbsd.org/ath.4">ath(4)</a> iv show up properly for big endian <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> consumers.
1.1       deraadt   894: <li>Add support for multiple channels on sparc64 hvctl.
1.27    ! bentley   895: <li>Add domain utilisation to status display to <a href="https://man.openbsd.org/ldomctl.8">ldomctl(8)</a>.
1.1       deraadt   896: <li>Change amd64 PCI memory extent to cover the whole 64-bit memory space; fixed erroneous extent allocation panic on IBM x3100.
1.27    ! bentley   897: <li><a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> MAX_RULEBUFFER_LEN was too small, bumped.
1.1       deraadt   898: <!-- 2012/10/15 -->
1.27    ! bentley   899: <li>-r switch and -d depth option added to mput command of <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> client.
        !           900: <li>Added support for recursive <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> upload.
        !           901: <li>In <a href="https://man.openbsd.org/ldomctl.8">ldomctl(8)</a>, specify domains by name instead of by number, provide status of all domains if none specified.
        !           902: <li>Implement "smtpctl stop" in <a href="https://man.openbsd.org/smtpctl.8">smtpctl(8)</a>.
        !           903: <li>In <a href="https://man.openbsd.org/sd.4">sd(4)</a>, do a flush of the disk before hibernate to clear the buffer cache.
1.1       deraadt   904: <!-- 2012/10/14 -->
1.27    ! bentley   905: <li>Limit the number of per-user mda (external program) deliveries that <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> can be running at the same time, to cope with long-running filters in .forward file.
        !           906: <li>Limit number of envelopes sent by the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> queue to the mda, to avoid file descriptor exhaustion.
1.1       deraadt   907: <li>Beginning of ldomctl tool, to control sun4v logical domains. Currently can start and stop domains.
1.27    ! bentley   908: <li><a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> will now enforce different permissions on different files in ssl_load_file().
1.1       deraadt   909: <!-- 2012/10/13 -->
1.27    ! bentley   910: <li>Avoid some unnecessary aliases expansion in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
        !           911: <li>Move <a href="https://man.openbsd.org/xl.4">xl(4)</a> WOL activation to DVACT_POWERDOWN (instead of doing it twice).
        !           912: <li>Stop <a href="https://man.openbsd.org/xl.4">xl(4)</a> putting itself into D3 mode when going to WOL; allow <a href="https://man.openbsd.org/pci.4">pci(4)</a> subsystem to do that based on BIOS information if it needs to.
        !           913: <li>When <a href="https://man.openbsd.org/smtpd.8">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 &lt; aliases" works.
        !           914: <li><a href="https://man.openbsd.org/smtpd.8">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)
        !           915: <li>Added I-O DATA RSA-PCI2 support to <a href="https://man.openbsd.org/pci.4">pci(4)</a>.
        !           916: <li>Implement <a href="https://man.openbsd.org/mg.1">mg(1)</a> "revert-buffer", which reverts the current buffer to on-disk copy.
1.1       deraadt   917: <!-- 2012/10/12 -->
1.27    ! bentley   918: <li>Fixed <a href="https://man.openbsd.org/make.1">make(1)</a> infinite loops on regexps that match the empty word, instead advance by one char and repeat.
1.1       deraadt   919: <!-- 2012/10/11 -->
1.27    ! bentley   920: <li>Extend <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> "retry" field to 16 bits. Former size too small for quadratic retry formula.
        !           921: <li>Fixed "disable lidsuspend on shutdown" in <a href="https://man.openbsd.org/init.8">init(8)</a>.
        !           922: <li>Replaced "from all" and "for all" with "from any" and "for any", and "all" with "any" in <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a>.
        !           923: <li>Fixed <a href="https://man.openbsd.org/make.1">make(1)</a> cond parser to be able to handle .if 5 &lt; 7 directly.
        !           924: <li>Initialise the protected mode IDT after zeroing .bss to fix <a href="https://man.openbsd.org/i386/pxeboot.8">pxeboot(8/i386)</a>.
1.1       deraadt   925: <!-- 2012/10/10 -->
1.27    ! bentley   926: <li><a href="https://man.openbsd.org/smtpctl.8">smtpctl(8)</a> can display envelopes and messages using their id. Allows easier queue inspection.
        !           927: <li>Mark if <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> alias node has been expanded from an alias map, as local deliveries expanded from alias map are run as user _smtpd.
        !           928: <li><a href="https://man.openbsd.org/smptd.8">smptd(8)</a> will now show the port number for a relay if specified.
        !           929: <li>Revert <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> r1.155. Routing breaks if <a href="https://man.openbsd.org/dhclient-script.8">dhclient-script(8)</a> flushes the interface's routes when the interface is down.
        !           930: <li>Fix the <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> hash http filter action to initialize the hash key correctly.
1.1       deraadt   931: <li>Clear ieee80211 powersave flag and purge queued packets when a node leaves the AP. Fixes issues with power saving.
                    932: <!-- 2012/10/09 -->
1.27    ! bentley   933: <li>Allow <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> listen statement to impose tls on its clients.
        !           934: <li><a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> will reject ssl key/certs/CA/DH files if their ownership/permissions are not correct.
        !           935: <li><a href="https://man.openbsd.org/make.1">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   936: <li>Add nscan as a disk queuing algorithm, make it the default with n = 128. Better performance for long sequential writes.
                    937: <li>Limit writes in flight to disk from buffer cache (via bufq) to a high water mark.
1.27    ! bentley   938: <li>Teach amd64 <a href="https://man.openbsd.org/i386/boot.0">boot(8)</a> how to access a softraid crypto volume. Allows for full disk encryption. Currently disabled by default.
1.1       deraadt   939: <!-- 2012/10/08 -->
                    940: <li>Enabled Supervisor Mode Execution Protection (SMEP) for i386 and amd64, found in recent Intel chips.
1.27    ! bentley   941: <li>Fixed <a href="https://man.openbsd.org/X.7">X(7)</a> xserver re-opening mouse after VT-switch.
1.1       deraadt   942: <li>Revamped suspend/hibernate -> resume. If suspend sequence fails, now possible to recover along the resume code path.
1.27    ! bentley   943: <li>Provide a mechanism for kernel to pass data through to the discipline during <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> volume assembly.
        !           944: <li>If amd64 booted from a bootable <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> volume, always select the srX device unless the "a" partition of the disk is FFS.
1.1       deraadt   945: <!-- 2012/10/07 -->
                    946: <li>Force MIT-MAGIC-COOKIE auth for all displays, like we do for :0.
1.27    ! bentley   947: <li>Updated <a href="https://man.openbsd.org/nginx.8">nginx(8)</a> to 1.2.4.
1.1       deraadt   948: <li>Reduced the difference between i386 and amd64 versions of the speedstep code.
1.27    ! bentley   949: <li><a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> will now skip RR if type is not MX. Use hostname if the list of MX is empty after the loop.
        !           950: <li>Align hppa stack on a 64-byte boundary, so <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> can properly align stack variables.
        !           951: <li>Provide a <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a>-like interface to makemap so that some tools that assume <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a> do not break.
        !           952: <li>Bump max number of connections to a route from 5 to 10 in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
1.1       deraadt   953: <!-- 2012/10/06 -->
                    954: <li>Updated xkeyboard-config to 2.7.
1.27    ! bentley   955: <li>Stop <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> from wrapping system headers with an implicit extern "C". Unbreaks the webkit port.
1.1       deraadt   956: <!-- 2012/10/05 -->
1.27    ! bentley   957: <li>Add basic support for ivy bridge to <a href="https://man.openbsd.org/xf86.4">xf86(4)</a>-video-intel; allows multiple display pipes to work.
        !           958: <li>Point interface directly to its bridgeport configuration, instead of to the <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> itself, to improve performance.
1.1       deraadt   959: <!-- 2012/10/04 -->
1.27    ! bentley   960: <li>Default map source to S_PLAIN, this allows us to simplify <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a>.
        !           961: <li>Delay the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> call to log_debug() for displaying the backends used until the "real" debug mode is set.
        !           962: <li>Added umac128 variant to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
        !           963: <li>change <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> to from=&lt;...>, to=&lt;...> instead of to=&lt;...> for logging.
        !           964: <li>Use information provided by <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> to attach secondary <a href="https://man.openbsd.org/pci.4">pci(4)</a> host bridges.
1.1       deraadt   965: <!-- 2012/10/03 -->
1.27    ! bentley   966: <li>Stopped <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> backup MX trying to connect to itself and bounce in the loop detection code.
        !           967: <li>Use a buffer large enough to fit a <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> mailaddr user-part, to avoid a fatal error.
        !           968: <li>Disallow <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> root deliveries for "deliver to filename" and "deliver to mda" rules. Users should create a root alias instead.
        !           969: <li>Stop <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> trying to cope with iobuf_init() failure, make it fatal() instead.
        !           970: <li>Only show <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> "inflight" debugging message if compiled with DEBUG > 1.
        !           971: <li>Inherit and pass the <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> relay table flags correctly.
        !           972: <li>Support more than one <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> relay backup table.
        !           973: <li>Attach <a href="https://man.openbsd.org/uath.4">uath(4)</a> to D-Link WUA-2340.
1.1       deraadt   974: <!-- 2012/10/02 -->
1.27    ! bentley   975: <li><a href="https://man.openbsd.org/make.1">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 &lt;bsd.prog.mk>; reincorporate random delay; and optimise siginfo output by not regenerating the whole string each time.
        !           976: <li>Allow <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> session tree (C-b s) to expand and collapse sessions with left/right/space keys.
        !           977: <li>Fixed <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> -z option, broken in revision 1.215.
1.1       deraadt   978: <!-- 2012/10/01 -->
1.27    ! bentley   979: <li>Add some random PEN (private enterprise numbers) to <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a>.
        !           980: <li>Support 0.0.0.0 and 255.255.255.255 IPv4 addresses in <a href="https://man.openbsd.org/snmpd.8">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   981: <!-- 2012/09/30 -->
1.27    ! bentley   982: <li>When outputting to stdout and <a href="https://man.openbsd.org/compress.1">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.
        !           983: <li>Added decision to the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> rule so that we can properly perform a "reject from" or "accept from" match.
1.1       deraadt   984: <!-- 2012/09/29 -->
1.27    ! bentley   985: <li>Fixed baud rate setting on <a href="https://man.openbsd.org/uslcom.4">uslcom(4)</a> CP1201/2/3 devices; add support for hardware flow control.
1.1       deraadt   986: <!-- 2012/09/28 -->
1.27    ! bentley   987: <li>Fix address family for ipv6 <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> packet capture in <a href="https://man.openbsd.org/pipex.4">pipex(4)</a>.
1.1       deraadt   988: <!-- 2012/09/27 -->
                    989: <li>Add support for the Adaptec 39320LPE controller.
                    990: <li>When merging messages from an update, and message already exists in the main queue, don't count it twice.
1.27    ! bentley   991: <li>Use a smaller buffer size when not attached to a high speed/usb2 controller. Fixes <a href="https://man.openbsd.org/smsc.4">smsc(4)</a> with usb1 controllers.
        !           992: <li>Fixed a <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> file descriptor leak.
1.1       deraadt   993: <!-- 2012/09/26 -->
1.27    ! bentley   994: <li>Fixed <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> memory leak in case of fdopen() failure.
        !           995: <li>Don't report link status unless <a href="https://man.openbsd.org/ale.4">ale(4)</a> interface is up. Status is only valid when the interface is up.
        !           996: <li>Add support for VLAN sized frames to <a href="https://man.openbsd.org/se.4">se(4)</a>.
        !           997: <li>Added D-Link DGE-530T support to <a href="https://man.openbsd.org/re.4">re(4)</a>.
1.1       deraadt   998: <!-- 2012/09/25 -->
1.27    ! bentley   999: <li>Log final user and method used for local deliveries in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
        !          1000: <li>Correct <a href="https://man.openbsd.org/iked.8">iked(8)</a> DPADD to not list libssl, which it does not use.
        !          1001: <li>Fixed <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> master volume slider stuttering in MIDI programs.
        !          1002: <li>Stop the space char completing a file name in <a href="https://man.openbsd.org/mg.1">mg(1)</a>. Mimics more recent versions of emacs.
1.1       deraadt  1003: <li>Add minimal support for gen7/ivybridge in inteldrm. Manages memory; no attempt to setup the rings.
1.27    ! bentley  1004: <li>Add <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> notification for input from a pane.
        !          1005: <li>Fix <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> search forward so it can match strings on the last line, SF bug 3571114.
        !          1006: <li><a href="https://man.openbsd.org/pf.4">pf(4)</a> now enforces a more sane 'frags' limit.
1.1       deraadt  1007: <!-- 2012/09/24 -->
1.27    ! bentley  1008: <li>Added <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> control_write_buffer.
        !          1009: <li>Better <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> test for when recovering current working directory.
        !          1010: <li>Use ACS characters for <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> choose-tree arrows.
1.1       deraadt  1011: <!-- 2012/09/23 -->
1.27    ! bentley  1012: <li>Allow <a href="https://man.openbsd.org/route.8">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.
        !          1013: <li>Enable <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> graceful restart by default. Disabled per neighbour with "announce restart no".
1.1       deraadt  1014: <li>Unlink imake and cf from build. This now is in ports.
                   1015: <!-- 2012/09/21 -->
                   1016: <li>On i386, make sure we send MSIs to the primary CPU like we do on amd64.
1.27    ! bentley  1017: <li>Fix for VU#624931 CVE-2012-2978 to to 5.1-stable: <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> denial of service vulnerability from non-standard DNS packet.
        !          1018: <li><a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> now logs envelope status in a uniform way, automagically adding a rcpt=&lt;user@domain> field if "dest" differs from the original "rcpt".
        !          1019: <li>Fixed <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> handling of filenames containing escaped globbing characters, and escape "#" and "*". Also, fixed improper handling of absolute paths when <a href="https://man.openbsd.org/pwd.1">pwd(1)</a> is part of the completed path.
        !          1020: <li><a href="https://man.openbsd.org/relayd.8">relayd(8)</a> file descriptor accounting for relays: reserve fds for unopened connections to backend servers.
        !          1021: <li>Major overhaul of the way <a href="https://man.openbsd.org/make.1">make(1)</a> handle jobs.
1.1       deraadt  1022: <!-- 2012/09/20 -->
                   1023: <li>Added sensor types to sensor framework: pressure (10^-3 Pa); distance (10^-6 m); acceleration (10^-6 m/s^2).
1.27    ! bentley  1024: <li>Fixed <a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> kroute code to read the scope of the route correctly.
        !          1025: <li><a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> now restores <a href="https://man.openbsd.org/carp.4">carp(4)</a> demotions, so it won't leave the machine in a demoted state.
1.1       deraadt  1026: <li>Don't filter spanning tree BPDUs. Either process, or forward them (avoids bridging loops).
1.27    ! bentley  1027: <li>Added driver for Toradex OAK usb sensors: <a href="https://man.openbsd.org/uoaklux.4">uoaklux(4)</a>: LUX USB illuminance sensor; <a href="https://man.openbsd.org/uoakrh.4">uoakrh(4)</a> USB temperature and relative humidity sensor; <a href="https://man.openbsd.org/uoakv.4">uoakv(4)</a> USB +/- 10V 8channel ADC interface.
        !          1028: <li>Enable <a href="https://man.openbsd.org/npppd.8">npppd(8)</a> and <a href="https://man.openbsd.org/npppctl.8">npppctl(8)</a> in default build. Add <a href="https://man.openbsd.org/npppd.8">npppd(8)</a> to <a href="https://man.openbsd.org/rc.8">rc(8)</a> and install sample configs to /etc/.
        !          1029: <li>Allow <a href="https://man.openbsd.org/ntpd.conf.5">ntpd.conf(5)</a> to assign a stratum to a sensor with the syntax "stratum &lt;level>".
        !          1030: <li>Be consistent between installer and <a href="https://man.openbsd.org/useradd.8">useradd(8)</a>, and put newly created users into their own primary group. Does not change existing installations that already have a <a href="https://man.openbsd.org/usermgmt.conf.5">usermgmt.conf(5)</a>.
        !          1031: <li>Lower <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> frags limit. Avoids running out of mbuf clusters when dealing with lots of IP fragments.
1.1       deraadt  1032: <!-- 2012/09/19 -->
1.27    ! bentley  1033: <li>Set up i386/amd64 <a href="https://man.openbsd.org/pci.4">pci(4)</a> bus number resource accounting for the main PCI bus hierarchy.
        !          1034: <li>Add resource tracking for <a href="https://man.openbsd.org/pci.4">pci(4)</a> bus numbers. Stops attaching the same bus twice.
1.1       deraadt  1035: <li>Add i386/amd64 support for the rdrand instruction found in recent Intel processors.
1.27    ! bentley  1036: <li>When a <a href="https://man.openbsd.org/socket.2">socket(2)</a> is spliced, it may not wakeup the userland for reading. Avoids race condition.
        !          1037: <li>Added drivers for <a href="https://man.openbsd.org/virtio.4">virtio(4)</a> network (<a href="https://man.openbsd.org/vio.4">vio(4)</a>) and block devices (<a href="https://man.openbsd.org/vioblk.4">vioblk(4)</a>, the disks attach as scsi disks).
        !          1038: <li>Fix <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> ICMP checks by setting the socklen correctly before calling recvfrom().
1.1       deraadt  1039: <!-- 2012/09/18 -->
1.27    ! bentley  1040: <li>Several tweaks to make <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> work for vmware emulated sas adapters, and improved error reporting.
        !          1041: <li>Once resolv.conf.saved has been copied back as <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a>, delete so it isn't copied again the next time a <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> goes away.
        !          1042: <li>Support the Lenovo ThinkVision LT1421 (portable displaylink monitor) with <a href="https://man.openbsd.org/udl.4">udl(4)</a>.
        !          1043: <li>Added <a href="https://man.openbsd.org/udl.4">udl(4)</a> support for 1366x768 widescreen displays.
        !          1044: <li>Wait until all <a href="https://man.openbsd.org/pci.4">pci(4)</a> transfers have finished before giving up DMA buffer mappings.
        !          1045: <li>New configuration syntax for <a href="https://man.openbsd.org/npppd.8">npppd(8)</a>. npppd.conf based on parse.y; npppd-users based on <a href="https://man.openbsd.org/getcap.3">getcap(3)</a>.
        !          1046: <li>Add bounds check on <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> tab-completion.
        !          1047: <li>Print the weight in the <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a> "show rib" detail output.
1.1       deraadt  1048: <li>Don't accept dhclient() leases that offer a subnet that is already configured on an interface.
1.27    ! bentley  1049: <li>Add 2 new knobs to <a href="https://man.openbsd.org/usermod.8">usermod(8)</a>: "-U" to unlock an account; "-Z" to lock an account.
1.1       deraadt  1050: <!-- 2012/09/17 -->
1.27    ! bentley  1051: <li>When a link is lost, call <a href="https://man.openbsd.org/dhclient-script.8">dhclient-script(8)</a> with reason "FAIL". Removes 'dead' routes.
        !          1052: <li>Added IPV6_RECVDSTPORT socket option. Enables <a href="https://man.openbsd.org/ip6.4">ip6(4)</a> to get original (= before divert) destination port of a UDP packet.
        !          1053: <li>Fix <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> statistics.
        !          1054: <li>Fix format expansion in <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a> to be less confusing.
        !          1055: <li>Fixed a <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> bug where local sessions were not accounted for.
        !          1056: <li>Simplify <a href="https://man.openbsd.org/fw_update.1">fw_update(1)</a> detection of release/stable vs. snapshot kernel.
1.1       deraadt  1057: <li>Recognise executables tagged with ELFOSABI_OPENBSD as native executables. Fixes Go language port.
1.27    ! bentley  1058: <li>Add initial SNMPv3 support to <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a>. Configuration is described in <a href="https://man.openbsd.org/snmpd.conf.5">snmpd.conf(5)</a>.
        !          1059: <li>clear old <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> keys on re-keying.
1.1       deraadt  1060: <li>Improved xf86-video-intel hack to restore text mode on ironlake/sandy bridge.
                   1061: <!-- 2012/09/16 -->
1.27    ! bentley  1062: <li>Ensure we have at least two <a href="https://man.openbsd.org/smtpd.8">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  1063: <!-- 2012/09/15 -->
1.27    ! bentley  1064: <li>Allow <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> queueing to work properly when IPv6 disabled.
        !          1065: <li>Encode <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> transform parameters in the transform name, too. Unbreaks setups that allow multiple transforms for a connection.
1.1       deraadt  1066: <li>m88k does not have the m68k long double type, so don't build long double libm routines.
                   1067: <!-- 2012/09/14 -->
1.27    ! bentley  1068: <li>Don't read the <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> xrun counter before the offset in the audio ring. Stops potential timing error.
        !          1069: <li>When printing <a href="https://man.openbsd.org/smtpd.8">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="https://man.openbsd.org/ssl.8">ssl(8)</a> context.
        !          1070: <li>Check limits before allocating the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> session.
        !          1071: <li>Tell <a href="https://man.openbsd.org/make.1">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  1072: <!-- 2012/09/13 -->
                   1073: <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.27    ! bentley  1074: <li>Fix <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> precedence bug (& has lower precedence than !=).
1.1       deraadt  1075: <!-- 2012/09/12 -->
1.27    ! bentley  1076: <li>Simplify the way we call the <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a> script in "restart".
        !          1077: <li>Added <a href="https://man.openbsd.org/mii.4">mii(4)</a> code to support recent chips which have phys in locations other than phy address 1.
1.1       deraadt  1078: <!-- 2012/09/10 -->
                   1079: <li>Define empty CDIAGFLAGS for programs that use Werror. Makes "make build" build with WARNINGS=Yes on amd64.
1.27    ! bentley  1080: <li>Fixed a <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a> race condition which would cause segfault.
        !          1081: <li>Better <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> graceful restart support. Implements only the "Restarting Client" bits of the RFC. Off by default ("announce restart yes" to enable it).
        !          1082: <li>Prevent detection of bogus libraries by <a href="https://man.openbsd.org/ldconfig.8">ldconfig(8)</a>.
1.1       deraadt  1083: <li>Cherry-pick upstream's commit to convert the openchrome driver for compatibility with xserver 1.13.
1.27    ! bentley  1084: <li>Simplify <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> scheduler by making it a quadratic delaying (delay derived from the retry count).
        !          1085: <li>Initialise <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> fd correctly. Fixes many problems.
        !          1086: <li>Support <a href="https://man.openbsd.org/uftdi.4">uftdi(4)</a> FTDI FT2232H.
        !          1087: <li>Removed "OLF method" used for transition from a.out to <a href="https://man.openbsd.org/elf.5">elf(5)</a>, and compat layers.
        !          1088: <li>Fixed some <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> scheduling loop issues and handle envelope scheduling/expiration better.
        !          1089: <li>Add checks before deciding <a href="https://man.openbsd.org/vmt.4">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  1090: <li>sh architecture moves to PIE.
1.27    ! bentley  1091: <li>Cleanup <a href="https://man.openbsd.org/vfs.9">vfs(9)</a> mount string handling.
        !          1092: <li>Added missing <a href="https://man.openbsd.org/pppoe.8">pppoe(8)</a> IPv6 congestion indicator code, and drop the unencrypted packets when the MPPE is required.
1.1       deraadt  1093: <!-- 2012/09/09 -->
1.27    ! bentley  1094: <li>Fake a sigwinch after each job, so if the terminal changes size, <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> will notice and update.
        !          1095: <li>Allow <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> clients to be resized from a max state.
1.1       deraadt  1096: <li>Set use_collect2 on m88k. IMPORTANT: recompile/reinstall libc, libobjc, libpthread and libstdc++ immediately after installing the new gcc.
                   1097: <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.
                   1098: <!-- 2012/09/08 -->
1.27    ! bentley  1099: <li>Reverse the order that ctors and dtors are run. Fixes <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> C++'s init_priority attribute.
1.1       deraadt  1100: <li>Switch hp300 and landisk to timecounters.
1.27    ! bentley  1101: <li>Wrap all the <a href="https://man.openbsd.org/agp.4">agp(4)</a> glue with "if __OS_HAS_AGP" in such form that it is true if the <a href="https://man.openbsd.org/agp.4">agp(4)</a> driver is present.
1.1       deraadt  1102: <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.
                   1103: <li>Plug a race where we're trying to kill a traced process while it is already exiting.
                   1104: <!-- 2012/09/07 -->
                   1105: <li>Bump amd64 CPU feature strings to 12 chars, since some names are now 8 characters long.
                   1106: <li>Call pci_min_powerstate() to determine the lowest possible powerstate instead of hardcoding it to D3.
1.27    ! bentley  1107: <li>Fixup a <a href="https://man.openbsd.org/mpii.4">mpii(4)</a> memory access fault on an invalid reply.
        !          1108: <li>Make <a href="https://man.openbsd.org/mg.1">mg(1)</a> C-r not screw up the line counter if the pattern ends up not matching.
1.1       deraadt  1109: <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.27    ! bentley  1110: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> muxmaster run with -N shut down gracefully when a client sends it "-O stop".
1.1       deraadt  1111: <!-- 2012/09/06 -->
1.27    ! bentley  1112: <li>Print '^Z' instead of a raw ^Z when the sequence is not supported by <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
1.1       deraadt  1113: <li>Removed compat_aout support for i386.
                   1114: <li>Make all dos file names 11 byte array. Fixes "panic: smashed stack in msdosfs_rename.c".
1.27    ! bentley  1115: <li>Make the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> escape command help (~?) context sensitive, so only commands that will work in current session are shown.
        !          1116: <li>shorter display for minor <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> updatesets, "foo-0.0->foo-1.0" becomes "foo-0.0->1.0".
1.1       deraadt  1117: <!-- 2012/09/05 -->
1.27    ! bentley  1118: <li>Add <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> ~v and ~V escape sequences to raise and lower the logging level respectively.
        !          1119: <li><a href="https://man.openbsd.org/ksh.1">ksh(1)</a> sh -c should not munge argv[]. Fixes <a href="https://man.openbsd.org/ps.1">ps(1)</a> -ww output.
        !          1120: <li><a href="https://man.openbsd.org/rm.1">rm(1)</a> will now overwrite with random stream (a repeating chunk of random data isn't random at all).
1.1       deraadt  1121: <li>COMPAT_O48 turned off in GENERIC kernel.
                   1122: <li>Implement basic (blocking) YP support for getaddrinfo_async(). YP is now supported on all relevant resolver functions.
1.27    ! bentley  1123: <li>Handle empty list properly in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> choose-list.
        !          1124: <li><a href="https://man.openbsd.org/tmux.1">tmux(1)</a> can't tell what a terminal has done with a DCS string, so reset cursor and attributes afterwards.
        !          1125: <li>When running <a href="https://man.openbsd.org/fw_update.1">fw_update(1)</a>, don't let <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> turn interactive, and waive the @ask-update questions.
1.1       deraadt  1126: <!-- 2012/09/04 -->
1.27    ! bentley  1127: <li><a href="https://man.openbsd.org/rtadvd.8">rtadvd(8)</a> config code no longer truncates a pointer to int, before checking the low bits.
        !          1128: <li><a href="https://man.openbsd.org/rm.1">rm(1)</a> now only does one random overwrite, as this is deemed sufficient.
        !          1129: <li><a href="https://man.openbsd.org/crypt.3">crypt(3)</a> now uses <a href="https://man.openbsd.org/arc4random_buf.3">arc4random_buf(3)</a> to fill buffers.
1.1       deraadt  1130: <li>Added support for -fPIC to sparc.
1.27    ! bentley  1131: <li>Fixed log_err() calls in <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a>.
1.1       deraadt  1132: <!-- 2012/09/03 -->
1.27    ! bentley  1133: <li>Fixed the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> example filter to match current API.
        !          1134: <li>Resolve unchecked <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>s in <a href="https://man.openbsd.org/scsi.8">scsi(8)</a>.
        !          1135: <li>Teach <a href="https://man.openbsd.org/as.1">as(1)</a> about rdrand on i386/amd64.
        !          1136: <li>Use the correct index when adding item in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> choose-tree.
        !          1137: <li>When choosing a pane found by <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> find-window, switch to that pane rather than just the window.
        !          1138: <li>Added cmd-choose-list to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>, to allow arbitrary options to be selected.
        !          1139: <li>Send notifications to control <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> clients. Also don't redraw client when suspended.
        !          1140: <li>Start with stdin disabled, so <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> doesn't eat anything (eg pasting commands).
1.1       deraadt  1141: <!-- 2012/09/02 -->
1.27    ! bentley  1142: <li>Unbreak compilation of <a href="https://man.openbsd.org/umidi.4">umidi(4)</a> when no DIAGNOSTICS are defined.
1.1       deraadt  1143: <li>Make profiling work on hppa.
                   1144: <li>Take hppa to PIE as well.
1.27    ! bentley  1145: <li>Be nice to the <a href="https://man.openbsd.org/sndiod.8">sndiod(8)</a> server and align data packets to audio block boundary.
1.1       deraadt  1146: <!-- 2012/09/01 -->
                   1147: <li>Enable PIE on alpha.
1.27    ! bentley  1148: <li>Always update ifi->linkstat in <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> dispatch() loop.
        !          1149: <li>Remove support for <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> encrypted queue, to be reintroduced later.
        !          1150: <li><a href="https://man.openbsd.org/gcc.1">gcc(1)</a> fixed to stop segfaults on landisk when building mysql; PR #28467.
        !          1151: <li>Show more precisely what the problem is when using <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
        !          1152: <li>Make <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a> "-f" only affect the "start" action.
1.1       deraadt  1153: <!-- 2012/08/31 -->
1.27    ! bentley  1154: <li>Compile <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> with debug info. Helps <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> hacking and easier to debug code that uses <a href="https://man.openbsd.org/dlopen.3">dlopen(3)</a>.
        !          1155: <li>Allow "filename too long" error message to be seen; error now stops <a href="https://man.openbsd.org/mg.1">mg(1)</a> exiting when C-x C-c is called.
1.1       deraadt  1156: <li>Enable PIE on amd64, mips64(el) and sparc64.
1.27    ! bentley  1157: <li>Switch <a href="https://man.openbsd.org/gcc.1">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.
        !          1158: <li>Wake on LAN support added to <a href="https://man.openbsd.org/nfe.4">nfe(4)</a>.
1.1       deraadt  1159: <!-- 2012/08/30 -->
1.27    ! bentley  1160: <li>Reset an <a href="https://man.openbsd.org/mg.1">mg(1)</a> errno, so we can save a new file in a directory where permissions are ok.
1.1       deraadt  1161: <li>On SPARC64 VI/VII CPUs, sleep while spinning (may let another thread do some useful work).
1.27    ! bentley  1162: <li>Stop <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> issuing a spurious "force" when "group none" is specified.
        !          1163: <li>When reloading envelopes from disk, skip ones already known to the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> scheduler.
        !          1164: <li>Correctly free the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> mta task if all rcpt where rejected; fix refcounting; add some stat counters.
        !          1165: <li>Moved <a href="https://man.openbsd.org/pmdb.1">pmdb(1)</a> to the attic.
        !          1166: <li>Fixed <a href="https://man.openbsd.org/pf.4">pf(4)</a> sloppy state tracking missing half the connection in asymmetric setups and ignoring state match in <a href="https://man.openbsd.org/icmp.4">icmp(4)</a> direction checks.
        !          1167: <li>Use (rate / 15) as block size in <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> off-line mode, to ensure the block size stays below SHORT_MAX.
        !          1168: <li>Stop odd things happening in <a href="https://man.openbsd.org/mg.1">mg(1)</a> cursor and line counter if you open an already open buffer via C-x C-f.
        !          1169: <li>Allows user to decide what to do with buffers experiencing write errors during C-x C-c (exiting <a href="https://man.openbsd.org/mg.1">mg(1)</a>).
1.1       deraadt  1170: <!-- 2012/08/29 -->
1.27    ! bentley  1171: <li>Remove libexec/tftp-proxy now we have usr.sbin/<a href="https://man.openbsd.org/tftp-proxy.8">tftp-proxy(8)</a>.
1.1       deraadt  1172: <li>Code added to eventually support Multi-Threaded Processing on Fujitsu SPARC64-VI and SPARC64-VII CPUs.
                   1173: <li>Fixed random SIGSEGVs during single-stepping on hppa.
1.27    ! bentley  1174: <li>Test exit status of compiler by pulling it out the pipeline, so <a href="https://man.openbsd.org/mkdep.1">mkdep(1)</a> can fail if the compiler does.
        !          1175: <li>Build libdrm_radeon on macppc too, required for upcoming <a href="https://man.openbsd.org/drm.4">drm(4)</a> support. Also, build r200 and r300 dri drivers on macppc.
        !          1176: <li>Our <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> _mcount doesn't use profile counters. Partially fixes profiling on hppa (things link now).
1.1       deraadt  1177: <!-- 2012/08/28 -->
1.27    ! bentley  1178: <li>Make update-moduli append the 6kbit and 8kbit params so that we can trivially regen the &lt;=4k bit ones.
1.1       deraadt  1179: <li>Update to openssh-6.1.
                   1180: <li>Do not add SLAAC or privacy addresses when a static address in the same prefix already exists.
1.27    ! bentley  1181: <li>Add support for PIE-by-default in both <a href="https://man.openbsd.org/ld.1">ld(1)</a> and <a href="https://man.openbsd.org/gcc.1">gcc(1)</a>.
        !          1182: <li>Update to <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> 3.2.13.
        !          1183: <li>Don't enable <a href="https://man.openbsd.org/nginx.8">nginx(8)</a> "sendfile", which does not work on OpenBSD.
        !          1184: <li>Make <a href="https://man.openbsd.org/mg.1">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  1185: <!-- 2012/08/27 -->
1.27    ! bentley  1186: <li>Don't force order of <a href="https://man.openbsd.org/cp.1">cp(1)</a> file and dir creation, was an optimisation with no measurable effect.
        !          1187: <li>Always <a href="https://man.openbsd.org/sysmerge.8">sysmerge(8)</a> compare <a href="https://man.openbsd.org/master.passwd.5">master.passwd(5)</a> and <a href="https://man.openbsd.org/group.5">group(5)</a> regardless of their sums, to ensure no system user(s)/group(s) are missing.
        !          1188: <li>Instead of <a href="https://man.openbsd.org/tmux.1">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  1189: <!-- 2012/08/26 -->
1.27    ! bentley  1190: <li>Fixed <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> startup causing initial DHCPDISCOVER/DHCPREQUEST packets to be sent multiple times.
        !          1191: <li>Hook up <a href="https://man.openbsd.org/nginx.8">nginx(8)</a> to <a href="https://man.openbsd.org/rc.8">rc(8)</a>.
        !          1192: <li>Bugfix rewrite of the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> disk-queue traversal code, and log bogus files found.
        !          1193: <li>Use the same compression algorithm, gzip, for <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> message file and envelopes. Allows inspecting compressed queue with gzcat.
1.1       deraadt  1194: <!-- 2012/08/25 -->
1.27    ! bentley  1195: <li>Allow compression of messages and envelopes in the queue. To use, add "queue compress" in <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a>.
        !          1196: <li><a href="https://man.openbsd.org/smtpd.8">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.
        !          1197: <li>Pause <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> accepting clients while below fd reserve limit (or if we fail).
1.1       deraadt  1198: <li>Better detection of the st16650v1 (with broken fifo). Avoids false positives (eg MPC8347 DUART on socppc).
                   1199: <li>Sparc64 v445 has touchy sleep mode registers, so skip the wakeup code if we are a serial console.
1.27    ! bentley  1200: <li>Add support for power saving in <a href="https://man.openbsd.org/athn.4">athn(4)</a> Host AP mode.
        !          1201: <li><a href="https://man.openbsd.org/smtpd.8">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.*.
        !          1202: <li>Log pause/resume from the administrator to <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> maillog.
        !          1203: <li>Make <a href="https://man.openbsd.org/make.1">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  1204: <!-- 2012/08/24 -->
1.27    ! bentley  1205: <li>Log forced removal and expiration of envelopes to <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> maillog.
        !          1206: <li>When an smtp session fails and IMSG_QUEUE_REMOVE_MESSAGE is sent to the queue, also notify the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> scheduler so it can rollback the current update.
        !          1207: <li>Added <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> stat counter for the number of envelopes inflight.
        !          1208: <li>In <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> envelope ascii dump/load: remove loading of evpid; don't dump the msgid; ignore msgid at load.
1.1       deraadt  1209: <!-- 2012/08/23 -->
                   1210: <li>Update to unbound 1.4.18 (not yet linked to the build).
1.27    ! bentley  1211: <li>Enhance -v mode of <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> "sendmail" binary.
1.1       deraadt  1212: <li>Support for Andrew File System and NNPFS removed from the kernel.
1.27    ! bentley  1213: <li>Fixed <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> multiple recipient support.
        !          1214: <li>Added <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> -N for sendmail compat DSN support; unlimited for now.
        !          1215: <li>Fix race in <a href="https://man.openbsd.org/ral.4">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  1216: <!-- 2012/08/22 -->
1.27    ! bentley  1217: <li>To protect assumptions inside <a href="https://man.openbsd.org/systrace.1">systrace(1)</a>, don't let systrace file descriptors be shared between processes.
1.1       deraadt  1218: <li>Build the kernel with -fno-pie.
                   1219: <!-- 2012/08/21 -->
1.27    ! bentley  1220: <li>Open a remote file/device with the same <a href="https://man.openbsd.org/dump.8">dump(8)</a> flags we use when opening a local one.
        !          1221: <li>Add ignore keyword to <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> conf file, allowing one to ignore unwanted info from the server without specifying a supersede value.
        !          1222: <li><a href="https://man.openbsd.org/netstat.1">netstat(1)</a> -h flag added, to print human numbers in conjunction with -w -b
        !          1223: <li>Allow <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> to work as a backup MX, relaying only to MXs with higher priority in the DNS record.
        !          1224: <li><a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> will try to connect to next host if an IO error occurs before the mta is ready to send a mail.
        !          1225: <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="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> down/up.
        !          1226: <li>Fix define of endianness macro used in drm code. Makes <a href="https://man.openbsd.org/radeondrm.4">radeondrm(4)</a> usable on big-endian archs.
        !          1227: <li>Update to <a href="https://man.openbsd.org/nginx.8">nginx(8)</a> 1.2.3, and merge in pcre-8.31.
        !          1228: <li>Fix up <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> window reference counting, don't crash if rename timer fires when window is dead but still referenced.
        !          1229: <li>Added -q "silent" option to <a href="https://man.openbsd.org/pkill.1">pkill(1)</a>, similar to <a href="https://man.openbsd.org/grep.1">grep(1)</a>.
1.1       deraadt  1230: <!-- 2012/08/20 -->
1.27    ! bentley  1231: <li>Added support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE segments to kernel, <a href="https://man.openbsd.org/ld.1">ld(1)</a>, and <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>.
        !          1232: <li>Bump <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> MAX_LINE_SIZE and SMTP_LINE_MAX. Fixes some crashes and "line too long" errors.
        !          1233: <li>Stop sending more bytes than necessary with <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> IMSG_STAT_*.
        !          1234: <li>Chroot <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> scheduler in /var/empty instead of /var/spool/smtpd.
        !          1235: <li>Added <a href="https://man.openbsd.org/mfii.4">mfii(4)</a> support for chaining a list off a request frame if it runs out of space for entries.
        !          1236: <li>Stop unsetting <a href="https://man.openbsd.org/sysmerge.8">sysmerge(8)</a> NEED_NEWALIASES too soon, so warnings aren't missed.
1.1       deraadt  1237: <!-- 2012/08/19 -->
1.27    ! bentley  1238: <li>Skip putting a <a href="https://man.openbsd.org/com.4">com(4)</a> port in sleep mode when used as serial console. Allows sparc64 v445 to work flawlessly.
        !          1239: <li>Fixed <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> smtpctl schedule-all and schedule-id &lt;msgid>.
        !          1240: <li>Avoid crash when removing non-existing <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> envelope.
        !          1241: <li>Add warnings on <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> io errors to help diagnosis.
1.1       deraadt  1242: <!-- 2012/08/18 -->
1.27    ! bentley  1243: <li>Introduce <a href="https://man.openbsd.org/smtpd.8">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  1244: <li>Fixed loongson kernel panic when attempting to select glxpcib timecounter as the current timecounter.
1.27    ! bentley  1245: <li>Disallow empty <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> domain/address sent after HELO/EHLO command.
        !          1246: <li>Major update of the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> mta internals.
        !          1247: <li>Limit the number of <a href="https://man.openbsd.org/smtpd.8">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  1248: <li>Improve error reporting in getnameinfo_async() and getaddrinfo_async().
                   1249: <li>Let xenocara build and release proceed through the exact same steps, avoiding nasty surprises.
1.27    ! bentley  1250: <li>Fix <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> http resume without out auth (broken on the last commit).
1.1       deraadt  1251: <!-- 2012/08/17 -->
1.27    ! bentley  1252: <li>Update <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> global cur_time after exiting poll() and before calling the state engine, to properly account for time passed.
1.1       deraadt  1253: <li>Update to xf86-video-mach64 6.9.3.
1.27    ! bentley  1254: <li>Generalise <a href="https://man.openbsd.org/sparc64/ebus.4">ebus(4/sparc64)</a> code to allow for arbitrary wirings. Makes serial console on the v445 work.
        !          1255: <li>Properly initialise the IOMMU control and status register for <a href="https://man.openbsd.org/sparc64/pyro.4">pyro(4/sparc64)</a>. Fixes DMA problems spotted on the v445.
1.1       deraadt  1256: <li>Update to glproto 1.4.16.
1.27    ! bentley  1257: <li>Fixed typos in DPRINTF() so <a href="https://man.openbsd.org/ehci.4">ehci(4)</a> and <a href="https://man.openbsd.org/uhci.4">uhci(4)</a> error messages refer to correct interface.
1.1       deraadt  1258: <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.
                   1259: <li>Update to pixman 0.26.2.
1.27    ! bentley  1260: <li>Fix possible <a href="https://man.openbsd.org/ieee80211.9">ieee80211(9)</a> panic while switching from STA mode into hostap/ibss modes.
        !          1261: <li>Fix mips64 and powerpc's ld.so syscall implementations. Prevents <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> from optimising away memory loads and stores that otherwise appear unused in a function.
1.1       deraadt  1262: <li>Update to libGL 7.11.2.
1.27    ! bentley  1263: <li>Update to <a href="https://man.openbsd.org/myx.4">myx(4)</a> firmware 1.4.55, via freebsd revision 236212.
        !          1264: <li>Added <a href="https://man.openbsd.org/mfi.4">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  1265: <!-- 2012/08/16 -->
1.27    ! bentley  1266: <li>Send <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> client banner immediately, rather than waiting for the server to move first for SSH protocol 2 connections. Based on bz#1999.
        !          1267: <li>Print details of which host lines were deleted when using <a href="https://man.openbsd.org/ssh-keygen.1">ssh-keygen(1)</a> "-R host".
        !          1268: <li>Force a clean shutdown of <a href="https://man.openbsd.org/ssh.1">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  1269: <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.27    ! bentley  1270: <li>Rework <a href="https://man.openbsd.org/mfi.4">mfi(4)</a> so it will do all the completions on a ccb, including calling the done handler. Makes it consistently complete <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> io with all proper error checking.
        !          1271: <li>Scrub <a href="https://man.openbsd.org/mfi.4">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  1272: <!-- 2012/08/15 -->
1.27    ! bentley  1273: <li>Fixed dma sync for the command frame in <a href="https://man.openbsd.org/mfi.4">mfi(4)</a> mfi_done; consolidate other dma syncs.
        !          1274: <li>Switch off <a href="https://man.openbsd.org/inetd.8">inetd(8)</a> <a href="https://man.openbsd.org/tftp-proxy.8">tftp-proxy(8)</a> and enable the standalone one instead.
        !          1275: <li>Change <a href="https://man.openbsd.org/gcc.1">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  1276: <li>On a.out architectures __cerror() is called _cerror(). Fix accordingly so vax can build again.
                   1277: <li>Enable IPv6 autoconfprivacy by default.
                   1278: <!-- 2012/08/14 -->
1.27    ! bentley  1279: <li>Add support for basic <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> HTTP authentication as per RFC 2617 and 3986. Allows "ftp http[s]://user:pass@host/file" idiom.
        !          1280: <li>In <a href="https://man.openbsd.org/Xserver.1">Xserver(1)</a>, allow opening tty[E-J]0. Removed ttyD[1-7], since those devices will never get used by X.
        !          1281: <li>Expose the max number of logical volumes <a href="https://man.openbsd.org/mfi.4">mfi(4)</a> supports as the width of its scsibus. Potentially more openings for busy volumes.
        !          1282: <li>Boldify <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> windows with alerts in choose-* list.
        !          1283: <li>Fixed bad argument passed to <a href="https://man.openbsd.org/route.8">route(8)</a> errx().
1.1       deraadt  1284: <!-- 2012/08/13 -->
1.27    ! bentley  1285: <li>Optimise <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a> checks for /etc/exports.
        !          1286: <li>Introduce <a href="https://man.openbsd.org/mfii.4">mfii(4)</a>, a driver for the generation of megaraid sas boards.
        !          1287: <li>Unset _rcflags and _rcuser so that they don't get inherited by <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a> scripts.
        !          1288: <li>Set the <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a> daemon_class as readonly as it should be.
1.1       deraadt  1289: <!-- 2012/08/12 -->
1.27    ! bentley  1290: <li>Make sure <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> snooping is enabled on Intel 7 Series HD Audio.
1.1       deraadt  1291: <li>Fixed bug in m88k siglongjmp(), which would not restore a signal mask of zero.
1.27    ! bentley  1292: <li>Mask the <a href="https://man.openbsd.org/bgpd.8">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.
        !          1293: <li>Fixed <a href="https://man.openbsd.org/Xserver.1">Xserver(1)</a> privilege separation regression, where parent pid was initialised too late.
        !          1294: <li><a href="https://man.openbsd.org/mandoc.1">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  1295: <!-- 2012/08/11 -->
1.27    ! bentley  1296: <li><a href="https://man.openbsd.org/ld.1">ld(1)</a> will now correctly handle -rpath-link, instead of eating its argument and handling it as -r.
        !          1297: <li>Fix <a href="https://man.openbsd.org/ahci.4">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.
        !          1298: <li>Make sure <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> generated id is never 0.
1.1       deraadt  1299: <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.27    ! bentley  1300: <li>Instead of numbering <a href="https://man.openbsd.org/tmux.1">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  1301: <!-- 2012/08/10 -->
1.27    ! bentley  1302: <li>Producer/consumer values used by the <a href="https://man.openbsd.org/mfi.4">mfi(4)</a> device should be little endian. Byteswap where appropriate.
1.1       deraadt  1303: <!-- 2012/08/09 -->
1.27    ! bentley  1304: <li><a href="https://man.openbsd.org/oce.4">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="https://man.openbsd.org/oce.4">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.
        !          1305: <li>Allow <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> failure reports for different recipients of the same message to be grouped into a single bounce message.
        !          1306: <li>Add BCM5717/19/20C PHYs to <a href="https://man.openbsd.org/mii.4">mii(4)</a>.
        !          1307: <li>Improve the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> message flows to isolate operations on the queue backend within the queue process.
1.1       deraadt  1308: <!-- 2012/08/08 -->
                   1309: <li>Update to xf86-video-ati 6.14.6.
1.27    ! bentley  1310: <li>Improved <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> scheduler backend API.
1.1       deraadt  1311: <!-- 2012/08/07 -->
1.27    ! bentley  1312: <li>Make all <a href="https://man.openbsd.org/ehci.4">ehci(4)</a>, <a href="https://man.openbsd.org/ohci.4">ohci(4)</a> and <a href="https://man.openbsd.org/uhci.4">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".
        !          1313: <li>Native build system for gl-docs. Removes last dependency in xenocara on <a href="https://man.openbsd.org/imake.1">imake(1)</a>.
        !          1314: <li>Fixed bug in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> evpid parsing on 32bit archs.
        !          1315: <li>In <a href="https://man.openbsd.org/Xserver.1">Xserver(1)</a>'s non-privilege separation mode, avoid accidentally sending a SIGUSR1 signal to <a href="https://man.openbsd.org/init.8">init(8)</a>.
        !          1316: <li>Store the data used to generate an <a href="https://man.openbsd.org/icmp.4">icmp(4)</a> error message on a stack instead of allocating a new mbuf.
        !          1317: <li>Multibyte input to <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> menu code now possible.
1.1       deraadt  1318: <!-- 2012/08/06 -->
1.27    ! bentley  1319: <li>Added support for <a href="https://man.openbsd.org/ix.4">ix(4)</a> 10Gb ethernet cards based on the Intel X540 chipset.
1.1       deraadt  1320: <!-- 2012/08/05 -->
                   1321: <li>Update to xserver 1.12.3.
                   1322: <!-- 2012/08/04 -->
1.27    ! bentley  1323: <li>If dbus is installed, <a href="https://man.openbsd.org/xdm.1">xdm(1)</a> and <a href="https://man.openbsd.org/xinit.1">xinit(1)</a> will now start the daemon as part of the X session.
1.1       deraadt  1324: <li>Switched to automake 1.12/autoconf 2.69.
1.27    ! bentley  1325: <li>Add a new <a href="https://man.openbsd.org/rc.d.8">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.
        !          1326: <li><a href="https://man.openbsd.org/sysmerge.8">sysmerge(8)</a> now also logs the file(s) we manually merged/installed.
1.1       deraadt  1327: <!-- 2012/08/02 -->
1.27    ! bentley  1328: <li>Added driver for <a href="https://man.openbsd.org/oce.4">oce(4)</a> Emulex OneConnect 10Gb Ethernet, for cards based on ServerEngines BladeEngine 2 and 3, and Emulex Lancer (XE201).
1.1       deraadt  1329: <!-- 2012/07/29 -->
1.27    ! bentley  1330: <li>Reset the <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> session if no RCPT was accepted for the batch.
        !          1331: <li>Fixed bogus <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> permfail when no MX is defined on a valid domain.
        !          1332: <li>In <a href="https://man.openbsd.org/smtpd.8">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).
        !          1333: <li>Disable <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> hyphenation and, for nroff, disable justification. Consistent with how mdoc behaves (and produces more readable manuals).
        !          1334: <li>Quote the '-' before the <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> flags, to prevent nroff from putting a line break between the '-' and the flag character.
        !          1335: <li>Use "\\ " not "\\~" in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> as the non-breaking space (historic nroff doesn't support the latter).
        !          1336: <li>Implement .PD for <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> -Tascii. Reduces mandoc/groff differences in base by 25%.
1.1       deraadt  1337: <!-- 2012/07/27 -->
1.27    ! bentley  1338: <li>Fix initialisation of <a href="https://man.openbsd.org/audioctl.1">audioctl(1)</a> "oldval" field, bug introduced in r1.20.
1.1       deraadt  1339: <!-- 2012/07/26 -->
1.27    ! bentley  1340: <li>Load os passive fingerprints when testing the <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> ruleset.
1.1       deraadt  1341: </ul>