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

Annotation of www/plus.html, Revision 1.1320

1.1092    jj          1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.14      deraadt     2: <html>
                      3: <head>
1.1045    david       4: <title>OpenBSD -current changes</title>
1.728     horacio     5: <link rev="made" href="mailto:www@openbsd.org">
1.14      deraadt     6: <meta name="resource-type" content="document">
1.1045    david       7: <meta name="description" content="OpenBSD -current changes">
1.1044    deraadt     8: <meta name="keywords" content="openbsd,changes">
1.14      deraadt     9: <meta name="distribution" content="global">
1.1212    schwarze   10: <meta name="copyright" content="This document copyright 1996-2012 by OpenBSD.">
1.14      deraadt    11: </head>
                     12:
1.728     horacio    13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.14      deraadt    14:
1.828     jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.64      downsj     16: <p>
1.1044    deraadt    17: <h2><font color="#e00000">OpenBSD -current changelog</font></h2>
1.863     naddy      18: <hr>
1.14      deraadt    19:
                     20: <p>
1.1216    schwarze   21: This selection is intended to include all important
                     22: and all user-visible changes.
                     23: For a complete record of all changes, please see the "source-changes"
                     24: mailing list, called "OpenBSD CVS"
                     25: in the <a href="mail.html#Archives">archives</a>,
                     26: or use <a href="anoncvs.html#CVS">CVS</a>.
                     27:
                     28: <p>
1.863     naddy      29: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
1.185     deraadt    30:
                     31: <p>
1.186     deraadt    32: <h3>
1.846     deraadt    33: For changes in other releases, click below:<br>
                     34: <a href="plus20.html">2.0</a>,
                     35: <a href="plus21.html">2.1</a>,
                     36: <a href="plus22.html">2.2</a>,
                     37: <a href="plus23.html">2.3</a>,
                     38: <a href="plus24.html">2.4</a>,
                     39: <a href="plus25.html">2.5</a>,
                     40: <a href="plus26.html">2.6</a>,
                     41: <a href="plus27.html">2.7</a>,
                     42: <a href="plus28.html">2.8</a>,
                     43: <a href="plus29.html">2.9</a>,
                     44: <a href="plus30.html">3.0</a>,
                     45: <a href="plus31.html">3.1</a>,
1.868     deraadt    46: <a href="plus32.html">3.2</a>,
1.889     david      47: <a href="plus33.html">3.3</a>,
1.916     david      48: <a href="plus34.html">3.4</a>,
1.935     miod       49: <a href="plus35.html">3.5</a>,
1.941     deraadt    50: <a href="plus36.html">3.6</a>,
1.1118    deraadt    51: <br>
1.963     deraadt    52: <a href="plus37.html">3.7</a>,
1.999     deraadt    53: <a href="plus38.html">3.8</a>,
1.1028    deraadt    54: <a href="plus39.html">3.9</a>,
1.1044    deraadt    55: <a href="plus40.html">4.0</a>,
1.1069    deraadt    56: <a href="plus41.html">4.1</a>,
1.1097    deraadt    57: <a href="plus42.html">4.2</a>,
1.1118    deraadt    58: <a href="plus43.html">4.3</a>,
1.1140    deraadt    59: <a href="plus44.html">4.4</a>,
1.1152    deraadt    60: <a href="plus45.html">4.5</a>,
1.1163    deraadt    61: <a href="plus46.html">4.6</a>,
1.1177    deraadt    62: <a href="plus47.html">4.7</a>,
1.1194    deraadt    63: <a href="plus48.html">4.8</a>,
1.1198    nick       64: <a href="plus49.html">4.9</a>,
1.1212    schwarze   65: <a href="plus50.html">5.0</a>,
1.1242    lum        66: <a href="plus51.html">5.1</a>,
1.1276    deraadt    67: <a href="plus52.html">5.2</a>,
1.1300    brett      68: <a href="plus53.html">5.3</a>,
                     69: <a href="plus54.html">5.4</a>.
1.422     deraadt    70: <br>
1.186     deraadt    71: </h3>
                     72:
                     73: <p>
1.1300    brett      74: <h3><font color="#0000e0">Changes made between OpenBSD 5.4 and -current</font></h3><p>
1.847     deraadt    75: <p>
                     76:
1.1316    brett      77:
1.422     deraadt    78: <ul>
1.1320  ! brett      79: <!-- 2014/01/05 -->
        !            80: <li>Added option -Q (quick) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>, for accelerated generation of reduced-size databases.
        !            81: <li>On i386/amd64, don't use the first 64KB memory for anything (including tramps and uvm). Avoids possible corruption by buggy BIOS SMM code.
        !            82: <!-- 2014/01/04 -->
        !            83: <li>Hooked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&manpath=OpenBSD%20Current&sektion=8&format=html">installboot(8)</a> into the build.
        !            84: <li>No longer have "unreachable manuals", removed the code from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>.
        !            85: <li>/dev/random added to the install media, providing additional usable entropy for bsd.rd and first boot.
        !            86: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vgafb&manpath=OpenBSD%20Current&sektion=4&format=html">vgafb(4)</a> on macppc to bring back textmode cursor.
        !            87: <li>Updated to x11proto 7.0.25 and xauth 1.0.8.
        !            88: <!-- 2014/01/03 -->
        !            89: <li>When rebooting from single user mode, stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=init&manpath=OpenBSD%20Current&sektion=8&format=html">init(8)</a> raising <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=securelevel&manpath=OpenBSD%20Current&sektion=7&format=html">securelevel(7)</a> at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.shutdown&manpath=OpenBSD%20Current&sektion=8&format=html">rc.shutdown(8)</a>.
        !            90: <li>Ensure we close the socket to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&manpath=OpenBSD%20Current&sektion=1&format=html">whois(1)</a> server before returning, to avoid a loop.
        !            91: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> queues properly disappear when interfaces are destroyed.
        !            92: <!-- 2014/01/02 -->
        !            93: <li>Updated to: xf86-input-elographics 1.4.1, xf86-input-joystick 1.6.2, xf86-input-vmmouse 13.0.0, libpciacces 0.13.2 and glproto 1.4.17.
        !            94: <li>Calculate proper <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu width/height on the first Expose event.
        !            95: <li>Allowed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> to accept _NET_WM_DESKTOP and _NET_CURRENT_DESKTOP ClientMessage.
        !            96: <li>Don't allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> to resize to 0x0 during mouse resize.
        !            97: <li>Added primary support for luna88k 4bpp/8bpp frame buffer, with colour support on the luna <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&manpath=OpenBSD%20Current&sektion=4&format=html">wscons(4)</a>.
        !            98: <li>Updated to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> to version 300.
        !            99: <li>Temporarily disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&manpath=OpenBSD%20Current&sektion=4&format=html">ahci(4)</a> MSI for Samsung XP941.
        !           100: <!-- 2014/01/01 -->
        !           101: <li>Tweaked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&manpath=OpenBSD%20Current&sektion=4&format=html">azalia(4)</a> to enable beep and CD controls on ALC282, ALC221 and ALC269.
        !           102: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkuboot&manpath=OpenBSD%20Current&sektion=8&format=html">mkuboot(8)</a> "make bsd.umg"; allow it to handle PT_LOAD, fail on any others.
        !           103: <!-- 2013/12/31 -->
        !           104: <li>Fixed deadlocks when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&manpath=OpenBSD%20Current&sektion=1&format=html">sndiod(1)</a> device slot uses the SIO_SYNC mode.
        !           105: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ztsscale&manpath=OpenBSD%20Current&sektion=8&arch=zaurus&format=html">ztsscale(8/zaurus)</a> after struct wscons_event size change.
        !           106: <!-- 2013/12/30 -->
        !           107: <li>Don't consider <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> to be successfully built unless a test program using it works.
        !           108: <li>Experimental feature to let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apropos&manpath=OpenBSD%20Current&sektion=1&format=html">apropos(1)</a> show different keys than .Nd.
        !           109: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signify&manpath=OpenBSD%20Current&sektion=1&format=html">signify(1)</a>, a tool to sign and verify signatures.
        !           110: <li>First steps to replacing the Berkeley-DB based mandocdb with an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sqlite3&manpath=OpenBSD%20Current&sektion=1&format=html">sqlite3(1)</a> version.
        !           111: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> now refuse keys from clients/servers using obsolete RSA+MD5 signature scheme.
        !           112: <li>Reverted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rgephy&manpath=OpenBSD%20Current&sektion=4&format=html">rgephy(4)</a> to pre r1.25 behaviour: fetch link and media status when attached to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a>.
        !           113: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&manpath=OpenBSD%20Current&sektion=4&format=html">azalia(4)</a> snooping on Lynx Point-LP HD Audio. Fixes Acer Aspire E1 572G audio.
        !           114: <li>Support .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor 1-2013" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&manpath=OpenBSD%20Current&sektion=7&format=html">mdoc(7)</a>.
        !           115: <li>Corrected initialisation of the Bt458 in the luna 8bpp frame buffer.
1.1319    brett     116: <!-- 2013/12/29 -->
                    117: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> triggering end-of-sentence spacing (near period) at partial implicit macros.
                    118: <!-- 2013/12/28 -->
                    119: <li>When showing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> hostkeys, show ed25519 keys as well.
                    120: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> refusing to load ed25519 certificates.
                    121: <li>Allow deletion of ed25519 keys from the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> agent.
                    122: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> ed25519 keys to appear as certificate authorities.
                    123: <li>Call PHY_RESET upon attaching <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eephy&manpath=OpenBSD%20Current&sektion=4&format=html">eephy(4)</a> to trigger PHY initialisation (to match behaviour before r1.52).
                    124: <li>i386 now uses PIE.
                    125: <!-- 2013/12/27 -->
                    126: <li>Update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a> version 1.14.5 (mac68k and mvmeppc are no longer supported).
                    127: <li>Added installboot support for vax, hp300, hppa64, sparc64 and landisk.
                    128: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random(3)</a> accessible by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=init&manpath=OpenBSD%20Current&sektion=8&format=html">init(8)</a>, leading to random pids for anything besides 0 and 1.
                    129: <li>Create a seed file for the bootloader in /etc/random.seed, for random data very early in the boot process.
                    130: <li>Free(bbp) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs_ext2fs&manpath=OpenBSD%20Current&sektion=8&format=html">newfs_ext2fs(8)</a> error paths (coverity CID 274748).
                    131: <li>"/stand" directory removed (has not been used in decades).
                    132: <li>Provide a bootstrap implementation for use with architectures like hppa, landisk and vax.
                    133: <li>Initial version of a unified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&manpath=OpenBSD%20Current&sektion=8&format=html">installboot(8)</a>. For now only for i386/hppa/amd64.
                    134: <!-- 2013/12/26 -->
                    135: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&manpath=OpenBSD%20Current&sektion=8&format=html">rc(8)</a> will now report absence of pkg_scripts.
                    136: <!-- 2013/12/25 -->
                    137: <li>Properly remap <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> \B, \H, \h, \L, and \l to ESCAPE_IGNORE.
                    138: <li>Parse and ignore the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> escape sequences \d (move half line down) and \u (move half line up).
                    139: <li>Implemented .Fo/.Fa/.Fc indentation and break handling for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -Tman.
                    140: <li>Probe for a keyboard on all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iockbc&manpath=OpenBSD%20Current&sektion=4&arch=sgi&format=html">iockbc(4/sgi)</a> ports, attach to the first one found.
                    141: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> autoloading of quirks; avoid loading the old quirks file; always report if quirks should be there if it can't be loaded.
                    142: <li>In the SYNOPSIS, implemented hanging indentation for .Fo and avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> outputting line breaks inside .Fa arguments.
                    143: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&manpath=OpenBSD%20Current&sektion=7&format=html">mdoc(7)</a> support for .St -xsh4.2, the System Interfaces part of the original Single UNIX Specification.
                    144: <!-- 2013/12/24 -->
                    145: <li>Final circleq to tailq fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&manpath=OpenBSD%20Current&sektion=1&format=html">tcpbench(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a>.
                    146: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> breaking output lines in .Fn function arguments in SYNOPSIS mode.
                    147: <li>Rearranged/corrected <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> timeout conditionals. Fixes negative timeout panics.
                    148: <li>Implemented SYNOPSIS .Fn indentation for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -Tman.
                    149: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> outputting line breaks after block macros spanning more than one input line when encountering a ".Bk".
                    150: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> support for SSL/TLS server certificate validation (enabled by default); allow setting preferred ciphers.
                    151: <!-- 2013/12/23 -->
                    152: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> bugs: dotline off by one when adding newline at EOF; align and sync dotlines when displaying the same buffer in two windows.
                    153: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> to cope with the change in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> warning messages.
                    154: <li>The xbase set requires the comp set. When installing, include comp automatically if xbase is selected.
                    155: <li>Fixed IPv6 functionality in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftp-proxy&manpath=OpenBSD%20Current&sektion=8&format=html">tftp-proxy(8)</a>; implemented "-a" option to make it work on a NAT gateway; generate pass rules instead of erroring out when no address for the current AF was specified.
                    156: <li>Revert previous <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> commit, which made resume hang on some GENERIC.MP systems.
                    157: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> pass its cleanup handler, stopped it calling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atexit&manpath=OpenBSD%20Current&sektion=4&format=html">atexit(4)</a> directly on i386, sparc64, alpha, powerpc, amd64 and hppa.
1.1318    brett     158: <!-- 2013/12/22 -->
                    159: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>, implemented hanging indentation for .Fn in SYNOPSIS mode.
                    160: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> now tries to keep the framebuffer console layout set up by the firmware on sparc64.
                    161: <li>On alpha, set the primary CPU's PAL revision correctly, to properly spin up secondary processors.
                    162: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> end-of-sentence spacing at the end of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&manpath=OpenBSD%20Current&sektion=7&format=html">man(7)</a> macro lines.
                    163: <!-- 2013/12/21 -->
                    164: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "string constant too long" errors when reading back a lease with filename or servername attributes containing escaped characters.
                    165: <li>Save and restore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpihpet&manpath=OpenBSD%20Current&sektion=4&format=html">acpihpet(4)</a> configuration on suspend/resume.
                    166: <li>Fixed locking in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> i915 page fault handler.
                    167: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&manpath=OpenBSD%20Current&sektion=1&format=html">kdump(1)</a> to recognise itimer and ktrace facility names to {get,set}itimer() and ktrace().
                    168: <!-- 2013/12/20 -->
                    169: <li>Add support for truncate in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a>.
                    170: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vioscsi&manpath=OpenBSD%20Current&sektion=4&format=html">vioscsi(4)</a> driver, work-in-progress but functional enough to work with both Google Compute Engine and RHEVM.
                    171: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> set the correct line number after successfully searching with re-search-{backward,forward}.
                    172: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> crash when trying to access ${12345678901234567890}.
                    173: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> is writing a file, break out when we get a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=write&manpath=OpenBSD%20Current&sektion=2&format=html">write(2)</a> error, not just an EPIPE.
                    174: <!-- 2013/12/19 -->
                    175: <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&manpath=OpenBSD%20Current&sektion=1&format=html">tcpbench(1)</a> from CIRCLEQ to TAILQ and purged last renants of CIRCLEQ in the base.
                    176: <li>Reliability fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> SHA384 SSL/TLS ciphers, to avoid application crash on strict alignment architectures.
                    177: <li><font color="#e00000">5.3 and 5.4 RELIABILITY FIX: avoid application crash while using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> SHA384 SSL/TLS ciphers.</font><br>A source code patch is available for <a href="errata53.html#012_sha512">5.3</a> and <a href="errata54.html#005_sha512">5.4</a>.
                    178: <li>Initialise each cpu's mttr properly (for PAT) at boot and after suspend/resume on i386/amd64.
                    179: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> "dired-unmark-backward" behave the same as emacs.
                    180: <li>Plugged memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftp-proxy&manpath=OpenBSD%20Current&sektion=8&format=html">tftp-proxy(8)</a>.
                    181: <li>Recognise octeon2 cpus, like those found in the lanner mr326.
                    182: <!-- 2013/12/18 -->
                    183: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-agent(1)</a> from crashing (NULL deref) when deleting PKCS#11 keys from an agent that has a mix of normal and PKCS#11 keys (bz#2186).
                    184: <li>Fixed multiple remote forwardings with dynamically assigned listen ports, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> client can discriminate between them (bz#2147).
                    185: <li>Avoid potential integer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> client_alive_interval timeout (bz#2170).
                    186: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-add(1)</a> skip requesting smartcard PIN when removing keys from agent (bz#2187).
                    187: <li>Provide a random stackgap on pthread frames.
                    188: <li>Removed artificial limit on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> max array index.
                    189: <li>Reverted the other part of bpf.c's r1.84. May finally fix "timeout_add: to_ticks (-1) < 0".
                    190: <li>Changed install password prompts; added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autoinstall&manpath=OpenBSD%20Current&sektion=8&format=html">autoinstall(8)</a> question for root <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> pubkey; make pubkey prompts appear in log.
                    191: <!-- 2013/12/17 -->
                    192: <li>Correctly read strings containing non-printable characters in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> lease file; allow embedded NUL characters rather than skipping them.
                    193: <li>Cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> code for ctypes, and re-auditing of this area.
                    194: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcgetsid&manpath=OpenBSD%20Current&sektion=3&format=html">tcgetsid(3)</a> function, as it is now in POSIX base.
                    195: <li>Back-port code from binutils 2.16, so weak undefined references work on alpha.
                    196: <li>Run spamd-setup from within /etc/rc.d/spamd; made the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> script take $spamd_black into consideration.
                    197: <!-- 2013/12/16 -->
                    198: <li>Bugfix by switching generic <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> modesetting code to give negative errno return values.
                    199: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> restore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> hw.setperf upon resume like we do for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&manpath=OpenBSD%20Current&sektion=4&format=html">apm(4)</a> on i386.
                    200: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> support for _NET_WM_STATE_FULLSCREEN hint, with keybinding changes: CM-f "fullscreen", CM-m "maximize".
                    201: <li>Changed subject of install/upgrade log to better match periodic maintenance emails.
1.1317    brett     202: <!-- 2013/12/15 -->
                    203: <li>Allow double quotes to be quoted (by doubling them) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&manpath=OpenBSD%20Current&sektion=7&format=html">mdoc(7)</a>, to match <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&manpath=OpenBSD%20Current&sektion=7&format=html">man(7)</a>.
                    204: <li>Prevented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> causing a kernel panic if an unsupported frame buffer configuration is requested.
                    205: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-add&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-add(1)</a> also add .ssh/id_ed25519, to match the manual page.
                    206: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=popa3d&manpath=OpenBSD%20Current&sektion=8&format=html">popa3d(8)</a> from base (no plaintext-password-only daemons allowed anymore).
                    207: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubt&manpath=OpenBSD%20Current&sektion=4&format=html">ubt(4)</a> compilation after last commit to sys/dev/usb/ubt.c; fixed bthub compilation.
                    208: <li>Overhauled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915 pread/pwrite code, to fix cache coherency issues and reduce screen artifacts.
                    209: <li>Avoid timeouts of ULONG_MAX milliseconds. Stops the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a> from crashing with "select returned EINVAL" messages.
                    210: <!-- 2013/12/14 -->
                    211: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>, update timestamps in "effective" lease prior to printing the lease.
                    212: <li>Enabled tmpfs so it gets tested some more.
                    213: <!-- 2013/12/13 -->
                    214: <li>Instead of using the work area, use the Xinerama area for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> snap calculations.
                    215: <li>Initial version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autoinstall&manpath=OpenBSD%20Current&sektion=8&format=html">autoinstall(8)</a> manpage, for unattended installs/upgrades.
                    216: <li>Save-set when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> is re-exec'ing so as to not lose State on our hidden clients.
                    217: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwmrc&manpath=OpenBSD%20Current&sektion=5&format=html">cwmrc(5)</a> support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTION ewmh hint, with configurable urgencyborder.
                    218: <!-- 2013/12/12 -->
                    219: <li>Rewritten receive filter handling and ioctl bits in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&manpath=OpenBSD%20Current&sektion=4&format=html">aue(4)</a>.
                    220: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=df&manpath=OpenBSD%20Current&sektion=1&format=html">df(1)</a> in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daily&manpath=OpenBSD%20Current&sektion=8&format=html">daily(8)</a> output show used/free inode levels.
                    221: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> really takes the work area gap into account with snap calculations.
                    222: <li>Track the last event timestamp and pass it on for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> WM_TAKE_FOCUS ClientMessage. Solves focus order issue.
                    223: <li>Fixed static linking of libpthread.
                    224: <!-- 2013/12/11 -->
                    225: <li>Better bus error diagnostics on sgi (only affects IP28).
                    226: <li>Revert change to sha256 in sys/dev/rnd.c, so ramdisk will build again.
                    227: <li>Use u_int32_t to store the magic number sent by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&manpath=OpenBSD%20Current&sektion=4&format=html">sppp(4)</a>. Fixes a bug on big-endian LP64 archs.
                    228: <li>Use a correct pexp to unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> stop/reload (old pexp in /var/run/rc.d/identd has to be manually removed).
                    229: <li>Revert to return EPERM for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sem_init&manpath=OpenBSD%20Current&sektion=3&format=html">sem_init(3)</a> pshared until it works properly.
                    230: <li>Support XA_WM_HINTS in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> PropertyNotify events.
                    231: <!-- 2013/12/10 -->
                    232: <li>In sys/dev/rnd.c, replace use of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&manpath=OpenBSD%20Current&sektion=1&format=html">md5(1)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sha256&manpath=OpenBSD%20Current&sektion=1&format=html">sha256(1)</a>.
                    233: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> from inlining the unsafe functions (and hiding warnings for) <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sprintf&manpath=OpenBSD%20Current&sektion=3&format=html">sprintf(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vsprintf&manpath=OpenBSD%20Current&sektion=3&format=html">vsprintf(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stpcpy&manpath=OpenBSD%20Current&sektion=3&format=html">stpcpy(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strcat&manpath=OpenBSD%20Current&sektion=3&format=html">strcat(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strcpy&manpath=OpenBSD%20Current&sektion=3&format=html">strcpy(3)</a>.
                    234: <li>Redraw <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> client border when unhiding.
                    235: <li>Dropped the f0, f1, f2 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gettytab&manpath=OpenBSD%20Current&sektion=5&format=html">gettytab(5)</a> capabilities ("modern" replacement is the set of i#, o#, c#, l# to poke magic numbers into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=termios&manpath=OpenBSD%20Current&sektion=4&format=html">termios(4)</a>).
                    236: <li>Added infrastructure to create un-biglocked task queues.
                    237: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a> attempt to free a non-heap object.
                    238: <!-- 2013/12/09 -->
                    239: <li>At resume, do not move flushing characters in from the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&manpath=OpenBSD%20Current&sektion=4&format=html">com(4)</a> chip, as there shouldn't be any.
                    240: <li>Remove MD <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intagp&manpath=OpenBSD%20Current&sektion=4&format=html">intagp(4)</a> code that is unused now that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a> manages the GTT all by itself.
                    241: <li>Re-factor processing of classless static routes option (121) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>; added more data validation.
                    242: <li>Fixed crash on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urndis&manpath=OpenBSD%20Current&sektion=4&format=html">urndis(4)</a> detach.
                    243: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> dropping messages if we are usually the initiator and the peer initiates rekeying first.
1.1316    brett     244: <!-- 2013/12/08 -->
1.1317    brett     245: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> aobj to shrink and grow, for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_tmpfs&manpath=OpenBSD%20Current&sektion=8&format=html">mount_tmpfs(8)</a> support.
1.1316    brett     246: <li>In sgi architecture, fixed boot block installation on IP28.
                    247: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> client group shortcut in menu lists when clients aren't assigned to a group, to fix a crash.
                    248: <li>Updated to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a> version 1.14.4.
                    249: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&manpath=OpenBSD%20Current&sektion=4&format=html">rum(4)</a> for armv7.
                    250: <!-- 2013/12/07 -->
                    251: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcn&manpath=OpenBSD%20Current&sektion=4&format=html">pcn(4)</a>, to allow bringing interface out of all-multicast mode once a range of multicast addresses has been found.
                    252: <li>Corrected the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&manpath=OpenBSD%20Current&sektion=8&format=html">sudo(8)</a> check for whether a user may change the login class.
                    253: <li>Enabled fast path for relocations and enabled cpu relocations on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915.
                    254: <li>If the ring was full, make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&manpath=OpenBSD%20Current&sektion=4&format=html">jme(4)</a> put the packet back on the queue so it can be transmitted.
                    255: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&manpath=OpenBSD%20Current&sektion=4&format=html">jme(4)</a> error handling for DMA.
                    256: <!-- 2013/12/06 -->
                    257: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> clflush() flush the correct cache line on i386/amd64. Fixes gnome screen corruption and hangs.
                    258: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915 from panicking if an object is truncated while still mapped.
                    259: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> resume route.
                    260: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> now supports ed25519 hostkeys and user identities (see <a href="http://ed25519.cr.yp.to/software.html">http://ed25519.cr.yp.to/software.html</a>).
                    261: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> private key format, with bcrypt as the default KDF.
                    262: <!-- 2013/12/05 -->
                    263: <li>Fixed memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> error path in do_readdir().
                    264: <li>Warn when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> fails to parse a field.
                    265: <li>When a relay fails, let the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler update all envelopes in the holdq as if they tempfailed.
                    266: <li>Libcompat (for compatability with 4.3BSD) is purged.
                    267: <!-- 2013/12/04 -->
                    268: <li>Corrected spin timeout detection in __mp_lock debug code.
                    269: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> AuthorizedKeysCommand inside a Match block (bz#2161).
                    270: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> receives a /32 IP address assignment, mimic ISC DHCP by adding a direct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=8&format=html">route(8)</a> for the default gateway.
                    271: <li>Fixed the installer's parsing of nwids containing blanks.
                    272: <!-- 2013/12/03 -->
                    273: <li>Protect calls to bio_getitall with the sc_lock, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> doesn't panic.
                    274: <li>Don't leak local_fd on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> error (bz#2171).
                    275: <li>Allow sgi IP27 to be able to boot off cdrom via the "Install System Software" menu.
                    276: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&manpath=OpenBSD%20Current&sektion=4&format=html">iwi(4)</a> to cope with fatal firmware errors: reset chip, reload firmware and bring the interface back up.
                    277: <li>Fixed an out-of-bounds-memcpy in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> pfkey_process().
                    278: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler_ramqueue is now in O(log n).
                    279: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a> appending a NUL character to buf in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=readlink&manpath=OpenBSD%20Current&sektion=2&format=html">readlink(2)</a>; more checks for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a> return values.
                    280: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a> to free the representation of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnode&manpath=OpenBSD%20Current&sektion=9&format=html">vnode(9)</a> in userspace.
                    281: <li>Unmount the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a> filesystem if communication ends with the fuse device.
                    282: <li>Added missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a> checks that the communication channel with libfuse is still open before sending fusebufs.
                    283: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> sending all delivery notifications to the queue in one go.
                    284: <li>Warn when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> fails to enqueue an internal bounce.
                    285: <!-- 2013/12/02 -->
                    286: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&manpath=OpenBSD%20Current&sektion=4&format=html">dc(4)</a> so it can bring the interface out of all multicast mode once a range of multicast addresses; fixed multicast range checking.
                    287: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> receives a NotionNotify event, don't redraw the top menu selection.
                    288: <li>Always highlight the first menu item in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu.
                    289: <li>Prepend the group shortcut in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> client search menu; prepend shortcut in unhide menu.
                    290: <li>Stopped ntfs subsystem trying to put an off_t into an int, which resulted in a 2GB limit.
                    291: <li>Avoid truncating ntfs 64-bit attribute values to 32-bits. Otherwise an attribute's data length value wraps at 4GB.
                    292: <li>If not hidden during an UnmapNotify event, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> will now un-manage the client.
1.1315    brett     293: <!-- 2013/12/01 -->
                    294: <li>Corrected <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> bzero of chacha20+poly1305 key context (bz#2177).
                    295: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> key_to_blob() return a NULL blob on failure (part of bz#2175).
                    296: <li>Fixed use-after-free in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> ssh-pkcs11-helper.c (bz#2175).
                    297: <li>Switched mvme68k to the MI <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zs&manpath=OpenBSD%20Current&sektion=4&arch=mvme68k&format=html">zs(4/mvme68k)</a> driver.
                    298: <li>More robust parsing of the DHCP lease file for autoinstall.
                    299: <li>Updated to pixman 0.32.4.
                    300: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> write-read race with multiple rings.
                    301: <li>Brightness quirk for Acer Aspire 4736Z added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a>
                    302: <li>Prevent "bogus xmit rate %d setup" panics in wireless IBSS mode.
                    303: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> scan show the nwid, channel, and bssid for IBSS networks (not just access points).
                    304: <!-- 2013/11/30 -->
                    305: <li>Allow the autoinstaller to pass a public <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> key for inclusion in the user's .ssh/authorized_keys.
                    306: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> bug#534: IXFR query loop over UDP for zones that are unchanged, to stop query flood from the slave.
                    307: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random(3)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=srand&manpath=OpenBSD%20Current&sektion=3&format=html">srand(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rand&manpath=OpenBSD%20Current&sektion=3&format=html">rand(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kerberos&manpath=OpenBSD%20Current&sektion=8&format=html">kerberos(8)</a>.
                    308: <li>Restore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> frame buffer upon last close; makes sure we we have a usable console after exiting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a>.
                    309: <li>Do not send the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> holdq release message if no envelope was held for a relay.
                    310: <li>Do not hard-code <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler batch size; reduced default limit to avoid hammering effects.
                    311: <!-- 2013/11/29 -->
                    312: <li>Reverted sys/net/bpf.c back to r1.85, as panics are still being reported.
                    313: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_main_np&manpath=OpenBSD%20Current&sektion=3&format=html">pthread_main_np(3)</a>, use a new flag, THREAD_ORIGINAL, to indicate the original thread for this process. Fixes some ConsoleKit failures.
                    314: <!-- 2013/11/28 -->
                    315: <li>Made the installer's ask_which bail out on a missing response in the autoinstall case rather than looping endlessly.
                    316: <li>Re-enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> RADEON_INFO_VA_START and RADEON_INFO_IB_VM_MAX_SIZE.
                    317: <li>Mark replaced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> flows as "not loaded".
                    318: <li>Don't let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> leak duplicate flows.
                    319: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> now drops duplicate requests, to avoid corrupt child-SA tables.
                    320: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> discard & free duplicate IKESAs; made sure new SAs are not created that cannot be inserted in the SA tree.
                    321: <li>Include hexdump in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> debug output only for -vvv.
                    322: <li>Support raw pubkey authentication w/o x509 certificates in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a>.
                    323: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&manpath=OpenBSD%20Current&sektion=4&format=html">wpi(4)</a> has a fatal firmware error, reset the chip, reload the firmware and bring the interface up again.
                    324: <li>Limit the number of envelopes to recall in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> hoststat cache.
                    325: <li>Removed some double frees in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a>.
                    326: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> loading of passphrase-protected keys.
                    327: <li>Allow subdomain matching in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mailaddr <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=table&manpath=OpenBSD%20Current&sektion=5&format=html">table(5)</a>.
                    328: <li>Changed the way <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=multicast&manpath=OpenBSD%20Current&sektion=4&format=html">multicast(4)</a> addresses are linked to an interface.
                    329: <!-- 2013/11/27 -->
                    330: <li>Now the auto installer supports both install and upgrade, use "non-interactive mode" instead of installation.
                    331: <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=more&manpath=OpenBSD%20Current&sektion=1&format=html">more(1)</a> read loop, subtly broken on big-endian machines for some time.
                    332: <li>Like "gap", made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> "snapdist" per-screen.
                    333: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> deal with clients that don't have WM_NORMAL_HINTS.
                    334: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwmrc&manpath=OpenBSD%20Current&sektion=5&format=html">cwmrc(5)</a> option to bind a key by keycode with brackets, which never worked. Users should be using keysym names not keycodes.
                    335: <!-- 2013/11/26 -->
                    336: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeout_add&manpath=OpenBSD%20Current&sektion=9&format=html">timeout_add(9)</a> return whether the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeout&manpath=OpenBSD%20Current&sektion=9&format=html">timeout(9)</a> was scheduled in this call (by returning 1), or a previous call (by returning 0).
                    337: <li>Grow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsd&manpath=OpenBSD%20Current&sektion=8&format=html">nfsd(8)</a> request cache for the server side from 64 to 2048 entries. Avoids "file already exists" errors.
                    338: <li>Fixed a possible double-free/NULL dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&manpath=OpenBSD%20Current&sektion=1&format=html">vi(1)</a> msg_print.
                    339: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> to version 4.0.0; use nsd-control to signal; generate keys for nsd-control if they don't exist.
                    340: <li>Copy some entries from Apache's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a> mime.types file to the one used by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a>.
                    341: <!-- 2013/11/25 -->
                    342: <li>Only set the IFF_ALLMULTI flag if there is at least one real <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=multicast&manpath=OpenBSD%20Current&sektion=4&format=html">multicast(4)</a> address.
                    343: <li>Added some logic to the autoinstaller, to select an interface for the initial dhcp request.
                    344: <li>Allow autoinstall/upgrade even when not netbooted.
                    345: <li>Reworked install.sub _autorespond(): better line parsing; treat empty/missing/multiple answers as an error and exit; ensure $RESPONSEFILE exists.
                    346: <li>Vax can now compress/decompress .xz files.
                    347: <li>Many utilities adjusted to use u_char for buffers in "yylex for ctype" calls.
                    348: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a> -Ar leaking kernel pointers to unprivileged users.
1.1314    brett     349: <!-- 2013/11/24 -->
                    350: <li>Disable %n in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&manpath=OpenBSD%20Current&sektion=9&format=html">printf(9)</a>, to avoid making any format-string vulnerabilities exploitable.
                    351: <li>Reworked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&manpath=OpenBSD%20Current&sektion=9&format=html">pmap(9)</a> on vax to allow the kernel to use much less memory for page tables.
                    352: <li>Increase NMBCLUSTERS in vax (using kernel memory saved by recent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&manpath=OpenBSD%20Current&sektion=9&format=html">pmap(9)</a> changes).
                    353: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a>, replaced the swapdev CIRCLEQ with a TAILQ; replaced list traversals with LIST_FOREACH.
                    354: <li>I2C driver for am335x added to armv7 (not enabled yet).
                    355: <li>Prevent some race conditions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> by just chdir()'ing into the right objdir.
                    356: <!-- 2013/11/23 -->
                    357: <li>Merged mesa 9.2.3.
                    358: <li>In install.sub, use a flag file to recognise a successful autoinstaller run; provide the autoinstaller logfile as mail to root.
                    359: <li>With <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> -k, only kill the window after using it to work out -c path.
                    360: <!-- 2013/11/22 -->
                    361: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> handle empty current directory more gracefully.
                    362: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&manpath=OpenBSD%20Current&sektion=1&format=html">kdump(1)</a> now understands USB, VIDIOC and generic DRM <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&manpath=OpenBSD%20Current&sektion=2&format=html">ioctl(2)</a>.
                    363: <!-- 2013/11/21 -->
                    364: <li>Taught <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ext2fs&manpath=OpenBSD%20Current&sektion=8&format=html">fsck_ext2fs(8)</a> about MAXPARTITIONS, to let it operate on partitions "i" through "p".
                    365: <li>Guard against a compiler optimising away a comparison against NULL-1 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ext2fs&manpath=OpenBSD%20Current&sektion=8&format=html">fsck_ext2fs(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&manpath=OpenBSD%20Current&sektion=8&format=html">fsck_ffs(8)</a>.
                    366: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&manpath=OpenBSD%20Current&sektion=8&format=html">isakmpd(8)</a> keep the flow until last <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a> SA is deleted, if the flow is shared by multiple SAs via NAT-T.
                    367: <li>Fixed memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a>.
                    368: <li>Initial support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> for integrated Lynx Point ethernet with external i217 and i218 PHYs.
                    369: <li>Bring back check of driver freeing uninitialised structures to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urndis&manpath=OpenBSD%20Current&sektion=4&format=html">urndis(4)</a>.
                    370: <li>Security update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> version 1.4.4, which fixes CVE-2013-4547 (see <a href="http://mailman.nginx.org/pipermail/nginx-announce/2013/000125.html">http://mailman.nginx.org/pipermail/nginx-announce/2013/000125.html</a>).
                    371: <li><font color="#e00000">5.3 and 5.4 SECURITY FIX FOR <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> CVE-2013-4547.</font> A source code patch is available for <a href="errata53.html#011_nginx">5.3</a> and <a href="errata54.html#004_nginx">5.4</a>.
                    372: <li>Updated to libdrm 2.4.47 for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a>.
                    373: <li>Changed /dev/drm* permissions to 0600.
                    374: <li>Correctly set verify flag on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> listener.
                    375: <li>Fail if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>'s lka can't load the certificate file.
                    376: <!-- 2013/11/20 -->
                    377: <li>Added newer <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> protocol 2 transport cipher "chacha20-poly1305@openssh.com",
                    378: <li>Removed disksort from the kernel, now that all the direct users have been removed.
                    379: <li>rthread shared semaphore fixes: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sem_init&manpath=OpenBSD%20Current&sektion=3&format=html">sem_init(3)</a> shared semaphores now work; in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sem_open&manpath=OpenBSD%20Current&sektion=3&format=html">sem_open(3)</a>, initialise the spinlock if we created the semaphore.
                    380: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpio&manpath=OpenBSD%20Current&sektion=4&arch=armv7&format=html">gpio(4/armv7)</a> support for omap3/4 and am335x; added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=omgpio&manpath=OpenBSD%20Current&sektion=4&format=html">omgpio(4)</a> manpage.
                    381: <li>Reworked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mda and scheduler to limit the number of pending deliveries to the same user.
                    382: <!-- 2013/11/19 -->
                    383: <li>Delay closure of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> in/out fds until after "Bad protocol version identification..." message, as get_remote_ipaddr/get_remote_port require them open.
                    384: <li>Added the autoinstall configuration to the list of files stirring the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&manpath=OpenBSD%20Current&sektion=4&format=html">random(4)</a> pool at install.
                    385: <li>Moved the GTT management into the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> drm driver.
                    386: <li>Backed out <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> DRM_IOCTL_I915_GEM_WAIT commit (which left <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> unusable on resume on some machines).
                    387: <li>In install.sub, try to fetch a host-specific responsefile, fallback to a generic one otherwise.
                    388: <li>Allow "*" in the user part of mail addresses in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a>.
                    389: <li>Impose a limit on the number of inflight envelopes on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
                    390: <!-- 2013/11/18 -->
                    391: <li>Enabled MSI on the remaining <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a> chipsets.
                    392: <li>While autoinstalling, decide whether to install or upgrade from DHCP attribute "filename".
                    393: <li>Give /dev/drm0 to the user logged on the console and/or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdm&manpath=OpenBSD%20Current&sektion=1&format=html">xdm(1)</a>, to allow running of OpenGL applications.
                    394: <li>Bugfix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> so a "prio" value of a match rule is not overridden by a later pass rule.
                    395: <li>Fixed xf86-video-nv shadow framebuffer implementation for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nv&manpath=OpenBSD%20Current&sektion=4&format=html">nv(4)</a>.
                    396: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> is looking up an MX, parse the address if the domain is a "[ipaddr]" string.
                    397: <li>Converted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&manpath=OpenBSD%20Current&sektion=4&format=html">trunk(4)</a> to use a detachhook.
1.1313    brett     398: <!-- 2013/11/17 -->
                    399: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugl&manpath=OpenBSD%20Current&sektion=4&format=html">ugl(4)</a>, a driver for Genesys Logic GL620USB-A USB host-to-host link cable. Derived from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&manpath=OpenBSD%20Current&sektion=4&format=html">upl(4)</a>.
                    400: <li>Unhooked radeonold from the build.
                    401: <li>Merged in libdrm 2.4.47 for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a>.
                    402: <li>Removed unused /dev/X0 entries.
                    403: <!-- 2013/11/16 -->
                    404: <li>On luna88k, map the bitmap planes of the frame buffer used by the driver. 10% speedup under <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a>.
                    405: <li>On luna88k, allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&manpath=OpenBSD%20Current&sektion=4&format=html">ddb(4)</a> to be entered from the keyboard, when there is a glass console and ddb.console=1, with ctrl-alt/zenmen-esc.
                    406: <!-- 2013/11/15 -->
                    407: <li>Enabled 802.11a support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&manpath=OpenBSD%20Current&sektion=4&format=html">wpi(4)</a> such as Intel PRO/Wireless 3945ABG rev 0x02.
                    408: <li>Reverted r1.858 of sys/net/pf.c, as it caused panics.
                    409: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugl&manpath=OpenBSD%20Current&sektion=4&format=html">ugl(4)</a>, a driver for Genesys Logic GL620USB-A USB host-to-host link cable. Driver is derived from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&manpath=OpenBSD%20Current&sektion=4&format=html">upl(4)</a>.
                    410: <li>Bring back stack scanning/dropping of IPv6 type 0 routing headers, but only engage this code when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> is disabled.
                    411: <li>Don't fail when an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> has no MAC address, and move on to the logic that addresses this.
                    412: <li>Fixed setups with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a> and ifbound, so all local IPSec packets (tunnel->tunnel) match state in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a>.
                    413: <li>Kill the activate routine in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ucom&manpath=OpenBSD%20Current&sektion=4&format=html">ucom(4)</a> and adapt the parent process to no longer call it.
                    414: <li>HID cleanups in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&manpath=OpenBSD%20Current&sektion=4&format=html">uhid(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhidev&manpath=OpenBSD%20Current&sektion=4&format=html">uhidev(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&manpath=OpenBSD%20Current&sektion=4&format=html">ukbd(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&manpath=OpenBSD%20Current&sektion=4&format=html">ums(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=utpms&manpath=OpenBSD%20Current&sektion=4&format=html">utpms(4)</a>, including cleanup match/attach multi-casting.
                    415: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&manpath=OpenBSD%20Current&sektion=4&format=html">athn(4)</a> tick calculation work as intended. Should fix excessive timeouts and "Michael mic" errors.
                    416: <li>Cope with the EAGAIN API change for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msgbuf_write&manpath=OpenBSD%20Current&sektion=3&format=html">msgbuf_write(3)</a> in various daemons.
                    417: <li>Improvements for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&manpath=OpenBSD%20Current&sektion=4&format=html">sppp(4)</a> address assignment and related issues in IPv6CP; deal with IFID collisions instead of ignoring them; use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random(3)</a> during IFID generation; assign destination address to /128 point-to-point links.
                    418: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&manpath=OpenBSD%20Current&sektion=8&format=html">isakmpd(8)</a> parameter types for x509 routines.
                    419: <li>Be more specific in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> ulimit error messages.
                    420: <li>Fixed ^C handling in miniroot.
                    421: <!-- 2013/11/14 -->
                    422: <li>Setup pfkey timer before use in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a>. Ignore messages meant for other daemons, like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&manpath=OpenBSD%20Current&sektion=8&format=html">isakmpd(8)</a> does.
                    423: <!-- 2013/11/13 -->
                    424: <li>Fixed automatic retry in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msgbuf_write&manpath=OpenBSD%20Current&sektion=3&format=html">msgbuf_write(3)</a> on EAGAIN (which resulted in spinning).
                    425: <li>Ignore empty lines and empty answers in install.conf.
                    426: <li>Fixed usbd_dopoll() to take the device as argument (polling is done per controller not per interface).
                    427: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">bgpd.conf(5)</a> knob added, to set priority of routes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> inserts into the kernel routing table.
                    428: <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=forward&manpath=OpenBSD%20Current&sektion=5&format=html">forward(5)</a> lookup if sticky bit is set on homedir.
                    429: <li>Fixed case-folding issue with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> pki names (they are case-insensitive). Check that a pki entry exists when used in a listen or relay rule.
                    430: <li>Don't set the TENTATIVE flag on an IPv6 address that is marked as NODAD (otherwise address is rendered unusable).
                    431: <li>Ensure that install.conf is non-empty and is re-fetched on every restart of the autoinstaller.
                    432: <!-- 2013/11/12 -->
                    433: <li>Improved on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> fix in r1.35 of event.c. If UnmapNotify event is synthetic, set the state to Withdrawn or Iconic ("hidden").
                    434: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&manpath=OpenBSD%20Current&sektion=4&format=html">sd(4)</a> card detection in armv7. Fixes "sdmmc0: can't enable card" on beaglebone black when there is no card.
                    435: <li>Fixed bootloader random hangs while counting down on LUNA-88K2; applied same logic to luna88k/dev/timekeeper.c.
                    436: <!-- 2013/11/11 -->
                    437: <li><font color="#e00000">5.3 and 5.4 RELIABILITY FIX: fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnode&manpath=OpenBSD%20Current&sektion=9&format=html">vnode(9)</a> locking so an unprivileged cannot hang the system.</font><br>A source code patch is available for <a href="errata53.html#010_vnode">5.3</a> and <a href="errata54.html#003_vnode">5.4</a>.
                    438: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> bpf.c r1.84 returns, this time without <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=panic&manpath=OpenBSD%20Current&sektion=9&format=html">panic(9)</a>.
                    439: <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kerberos&manpath=OpenBSD%20Current&sektion=8&format=html">kerberos(8)</a> support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&manpath=OpenBSD%20Current&sektion=1&format=html">cvs(1)</a> (only used by the strongly-discouraged pserver).
                    440: <li>Set "to" address to INADDR_BROADCAST (not "from" address) when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> is trying to send broadcast request to server.
                    441: <li>Updated to xf86-input-keyboard 1.8.0.
                    442: <li>Reverted recent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> changes to stop "panic: timeout_add: to_ticks (-1)".
                    443: <li>Follow RFC 2131: when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> is renewing a lease begin by using unicast, fall back to broadcast.
                    444: <li>Put back the border draw call in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> client_resize (needed for redrawing maximised clients).
                    445: <li>Cleaned up the activate routines from the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uoaklux&manpath=OpenBSD%20Current&sektion=4&format=html">uoaklux(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uoakrh&manpath=OpenBSD%20Current&sektion=4&format=html">uoakrh(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uoakv&manpath=OpenBSD%20Current&sektion=4&format=html">uoakv(4)</a> drivers.
1.1312    brett     446: <!-- 2013/11/10 -->
                    447: <li>Re-enabled hardware acceleration on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> Haswells.
                    448: <li>Fixed calculations using ticks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&manpath=OpenBSD%20Current&sektion=4&format=html">athn(4)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> to cope with the tick value wrapping.
                    449: <li>Bugfixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> i915 code to avoid possible Haswell system hangs and GPU locks.
                    450: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> i915, fixed context sizes on HSW (Haswell graphics).
                    451: <li>When the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> parser is closing an explicit block that is not open, also close below-subsection implicit scopes.
                    452: <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> formatter, make sure indentation is reset when leaving a scope, not only when entering the next one.
                    453: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> blank lines rendering right after .SH and .SS.
                    454: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc_char&manpath=OpenBSD%20Current&sektion=7&format=html">mandoc_char(7)</a> support for Unicode characters alternative syntax \C'uXXXX'.
                    455: <li>Many font packages updated.
                    456: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fcu&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=macppc&format=html">fcu(4/macppc)</a> to RAMDISK ,to avoid playing a fan symphony when installing/upgrading some PowerMac G5s.
                    457: <!-- 2013/11/09 -->
                    458: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=growfs&manpath=OpenBSD%20Current&sektion=8&format=html">growfs(8)</a> assuming the disk sector size is 512-bytes and using p_size as the full partition size.
                    459: <li>Corrected the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a> printout of socket buffer counts.
                    460: <li>Abort autoinstaller if no sets are found in install_files(), or in case of an invalid answer to a yes/no question.
                    461: <!-- 2013/11/08 -->
                    462: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&manpath=OpenBSD%20Current&sektion=4&format=html">azalia(4)</a>, enabled snooping on Intel 8 Series HD Audio, and now recognise Realtek ALC221.
                    463: <li>Merged in mesa version 9.2.2.
                    464: <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> case insensitive searching in the same manner as emacs (any uppercase means case sensitive).
                    465: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=quota&manpath=OpenBSD%20Current&sektion=1&format=html">quota(1)</a> work with DUIDs.
                    466: <li><font color="#e00000">5.3 and 5.4 RELIABILITY FIX: avoid crash occurring on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a> interface destruction.</font><br>A source code patch is available for <a href="errata53.html#008_pflow">5.3</a> and <a href="errata54.html#001_pflow">5.4</a>.
                    467: <li>Correctly redraw the top two lines in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> copy mode when they are selected.
                    468: <li>Made sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&manpath=OpenBSD%20Current&sektion=4&format=html">vlan(4)</a> detach hooks are executed in reverse order they were added.
                    469: <!-- 2013/11/07 -->
                    470: <li><font color="#e00000">5.3 and 5.4 SECURITY FIX: fixed memory corruption vulnerability in the post-authentication <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> process with aes128-gcm@openssh.com or aes256-gcm@openssh.com keys.</font><br>A source code patch is available for <a href="errata53.html#009_sshgcm">5.3</a> and <a href="errata54.html#002_sshgcm">5.4</a>.
                    471: <li>Fixed regression in r1.101 of sys/dev/usb/uhci.c to avoid dereferencing an uninitialised variable when a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a> transfer times out.
                    472: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> output the effective values of Ciphers, MACs and KexAlgorithms when the default has not been overridden.
                    473: <li>Do not leak the detach hook when the parent interface of a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&manpath=OpenBSD%20Current&sektion=4&format=html">vlan(4)</a> is destroyed/removed.
                    474: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autoconf&manpath=OpenBSD%20Current&sektion=9&format=html">autoconf(9)</a> processing transfers when a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a> controller is deactivated.
                    475: <!-- 2013/11/06 -->
                    476: <li>Backport remainder of the use_loginclass fix from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&manpath=OpenBSD%20Current&sektion=8&format=html">sudo(8)</a> version 1.7.9.
                    477: <li>Search the userland buffer of dirent structures before falling back to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdents&manpath=OpenBSD%20Current&sektion=2&format=html">getdents(2)</a>, for considerable speedup.
                    478: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> rekeying for AES-GCM modes.
                    479: <li>Added support for the RTS5229 card reader to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsx&manpath=OpenBSD%20Current&sektion=4&format=html">rtsx(4)</a>.
                    480: <li>Added support for "Power Resources" for Dx states to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a>, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> is detected after resume on thinkpads.
                    481: <li>Fixed assertion that could lead to orphaned messages left in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> queue after all envelopes are gone.
                    482: <li>Format changes and expanded options in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a>.
                    483: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&manpath=OpenBSD%20Current&sektion=4&format=html">mpii(4)</a> running out of command slots when large numbers of devices are detached.
                    484: <!-- 2013/11/05 -->
                    485: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> with IPv6 tunnel addresses (broken by recent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vxlan&manpath=OpenBSD%20Current&sektion=4&format=html">vxlan(4)</a> commit).
                    486: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iop&manpath=OpenBSD%20Current&sektion=4&format=html">iop(4)</a>.
                    487: <li>Use DL_SETPSIZE() on i386 to set partition size. Fixes tree breakage.
                    488: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=seekdir&manpath=OpenBSD%20Current&sektion=3&format=html">seekdir(3)</a> works even when dirp->dd_buf still contains some pending entries.
                    489: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> levels 0, 4, 5, and 6 to use all available space with partitions larger than 2TB.
                    490: <!-- 2013/11/04 -->
                    491: <li>Temporary <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> keyboard focus fix for clients that neither populate wmhints nor wmprotocols (e.g. rdesktop).
                    492: <li>Enabled locking of fields using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> global lock when required.
                    493: <li>Let fuse_opt_insert_arg() take an empty string as argument, to unbreak ntfs-3g.
                    494: <li>Reserve the last page of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> primary swap space, in case we need to place a hibernate signature there.
                    495: <li>Hooked up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx.conf&manpath=OpenBSD%20Current&sektion=5&format=html">nginx.conf(5)</a> to the build.
                    496: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> code that sets the DPMS mode may sleep, so do not run from a timeout, hand it off to a taskq.
                    497: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> rekeying for KEX_C25519_SHA256.
1.1311    brett     498: <!-- 2013/11/03 -->
                    499: <li>Enabled TX checksum offload in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&manpath=OpenBSD%20Current&sektion=4&format=html">jme(4)</a>.
                    500: <li>Removed unnecessary spinlock that slowed down <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_getspecific&manpath=OpenBSD%20Current&sektion=3&format=html">pthread_getspecific(3)</a>.
                    501: <li>Use curve25519 for default <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> key exchange (curve25519-sha256@libssh.org).
                    502: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> support pkcs#11 tokens that only provide x509 certificates instead of raw pubkeys (fixes bz#1908).
                    503: <li>Replaced rc4 with ChaCha20 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&manpath=OpenBSD%20Current&sektion=9&format=html">crypto(9)</a>.
                    504: <li>Made sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login_yubikey&manpath=OpenBSD%20Current&sektion=8&format=html">login_yubikey(8)</a> does not log passwords, even if they are wrong.
                    505: <li>Bring back spnego support into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kerberos&manpath=OpenBSD%20Current&sektion=8&format=html">kerberos(8)</a> gssapi as it used to be before the update to 1.5.2.
                    506: <!-- 2013/11/02 -->
                    507: <li>Push the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> queues every 1/HZ using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeout&manpath=OpenBSD%20Current&sektion=9&format=html">timeout(9)</a>; use a timeout for each HFSC-enabled interface.
                    508: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&manpath=OpenBSD%20Current&sektion=4&format=html">ray(4)</a> from i386/amd64.
                    509: <li>Hooked up sunxi bits for miniroot and ramdisk (tested on pcduino).
                    510: <li>Use m_copydata() instead of mtod(), so routing messages compatibility code will work on strict alignment architectures.
                    511: <li>Added missing bitfields to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a> that are needed by gnome virtual filesystem.
                    512: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkuboot&manpath=OpenBSD%20Current&sektion=8&format=html">mkuboot(8)</a> endianess for big endian architecture.
                    513: <li>Made sure we send <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a> packets via the correct rdomain.
                    514: <li>Re-added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> support for WM_TAKE_FOCUS. Solves keyboard input focus loss for java apps.
                    515: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a>.
                    516: <li>Update UK dialling codes from ofcom information, and added 970 (Palestine), to share/misc/inter.phone.
                    517: <!-- 2013/11/01 -->
                    518: <li>Better defaults for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a> screen burner settings: all unblank actions enabled (burning still disabled by default).
                    519: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=a.out&manpath=OpenBSD%20Current&sektion=5&format=html">a.out(5)</a> support from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&manpath=OpenBSD%20Current&sektion=8&format=html">compat_linux(8)</a>.
                    520: <li>Installed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a> headers in "make includes", to unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ports&manpath=OpenBSD%20Current&sektion=7&format=html">ports(7)</a> builds.
                    521: <!-- 2013/10/31 -->
                    522: <li>Converted the route expire timestamp in kernel and routing message to 64 bit.
                    523: <li>Switched the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&manpath=OpenBSD%20Current&sektion=9&format=html">crypto(9)</a> work queue to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=task_add&manpath=OpenBSD%20Current&sektion=9&format=html">task_add(9)</a> api.
                    524: <li>Re-enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&manpath=OpenBSD%20Current&sektion=8&format=html">compat_linux(8)</a> on i386, now it is working with post-32bit-time.
                    525: <li>Added a header for various hardware implementation dependent register (HID) definitions to macppc.
                    526: <!-- 2013/10/30 -->
                    527: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&manpath=OpenBSD%20Current&sektion=8&format=html">bioctl(8)</a> -v output is properly aligned with the normal output.
                    528: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> "show relays" and "show hosts" commands.
                    529: <li>Enabled native builds of the luna88k boot block and install it into /usr/mdec; copy boot blocks into /boot on the root disk in md_installboot().
                    530: <li>Fixed some jagged diagonal lines when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ws&manpath=OpenBSD%20Current&sektion=4&format=html">ws(4)</a>.
                    531: <li>Treat another OMRON UPS, BY35S, as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugen&manpath=OpenBSD%20Current&sektion=4&format=html">ugen(4)</a>. Allows sysutils/nut to work on this device.
                    532: <li>Allow kernels to compile without INET6.
                    533: <!-- 2013/10/29 -->
                    534: <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glxsb&manpath=OpenBSD%20Current&sektion=4&arch=i386&format=html">glxsb(4/i386)</a> by properly allocating its key schedule.
                    535: <li>Fixed potential file descriptor overlap by making sure that file descriptors zero to two are always open when starting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a>.
                    536: <li>Added missing "heloname" field for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> relayhost; differentiate relays with different helotable/heloname.
                    537: <li>Emit an extra "config" convenience target that allows one to rerun <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&manpath=OpenBSD%20Current&sektion=8&format=html">config(8)</a> without changing directories.
                    538: <li>Use "/etc/mail/mailname" instead of "/etc/mailname" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
                    539: <li>Report <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mta sessions errors on the route (not the MX). If a route has too many such errors, disable it for a while.
                    540: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a> PermitTTY options to disallow TTY allocation, mirroring the no-pty authorized_keys option (bz#2070).
                    541: <li>Moved most of the uses of workqs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> to the new taskq api. Fixes hangs on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a>.
                    542: <!-- 2013/10/28 -->
                    543: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmwpvs&manpath=OpenBSD%20Current&sektion=4&format=html">vmwpvs(4)</a> get hotplug events from the hypervisor, so you can add and remove disks at runtime.
                    544: <li>Introduced tasks and taskqs (e.g. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=task_add&manpath=OpenBSD%20Current&sektion=9&format=html">task_add(9)</a>). Ongoing replacement of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=workq_add_task&manpath=OpenBSD%20Current&sektion=9&format=html">workq_add_task(9)</a> and posse.
                    545: <li>Unlock the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnode&manpath=OpenBSD%20Current&sektion=9&format=html">vnode(9)</a> while calling a device's d_close routine, to ensure the device close routine doesn't block indefinitely.
                    546: <li>First steps of a native luna88k bootloader, able to boot <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> kernels with symbols from disk or network.
                    547: <li>On armv7, enabled blocksize > 512.
                    548: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> to accept credentials formated as "<user> <passwd>", and empty alias files.
                    549: <li>Report the ssl certificate verification status in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mail header; log ssl certificate validation errors; fixed several ssl-related leaks.
                    550: <li>Use the correct value for the Interframe Gap Time 0 bit in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> transmit configuration register.
                    551: <li>Revamped armv7 ramdisk and miniroot creation process; installer can recognise the SoC and makes decision based on it.
                    552: <li>Added -A (-ax) support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&manpath=OpenBSD%20Current&sektion=1&format=html">ps(1)</a>
                    553: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fddi&manpath=OpenBSD%20Current&sektion=4&format=html">fddi(4)</a> support and the three flavours of the driver, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fpa&manpath=OpenBSD%20Current&sektion=4&format=html">fpa(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fea&manpath=OpenBSD%20Current&sektion=4&format=html">fea(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fta&manpath=OpenBSD%20Current&sektion=4&format=html">fta(4)</a>.
                    554: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=prcm&manpath=OpenBSD%20Current&sektion=4&format=html&arch=armish">prcm(4/armv7)</a> aware of the GPIO modules on armv7 machines.
                    555: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> handle the case where the filter string is quoted.
                    556: <li>Fixed a potential race when several <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> relays share a single domain (resulted in temporary delays/failures).
                    557: <li>Make sure that the kernel symbols area isn't marked as free space on armv7.
                    558: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bzero&manpath=OpenBSD%20Current&sektion=3&format=html">bzero(3)</a> some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> structures before using them, to be safe.
                    559: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> handling, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkuboot&manpath=OpenBSD%20Current&sektion=8&format=html">mkuboot(8)</a> will create valid images running on 64-bit systems.
1.1309    brett     560: <!-- 2013/10/27 -->
                    561: <li>Support added for unattended OpenBSD installations, using DHCP and a response file.
                    562: <li>Added support for AUTH LOGIN in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mta.
                    563: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> parsing of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet6&manpath=OpenBSD%20Current&sektion=4&format=html">inet6(4)</a> addresses when prefixed with "IPv6:"
                    564: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mta to "hold" envelopes in the scheduler when it has too many tasks for a given relay.
                    565: <li>Fixed the timer on sunxi A20 boards.
                    566: <li>Abort early if another <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> instance is running.
                    567: <!-- 2013/10/26 -->
                    568: <li>Fixed makefile, to make sure we build the manual pages of all architectures on macppc.
                    569: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpioctl&manpath=OpenBSD%20Current&sektion=8&format=html">gpioctl(8)</a> for armv7, and added associated devices on armv7/sunxi.
                    570: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute6&manpath=OpenBSD%20Current&sektion=8&format=html">traceroute6(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&manpath=OpenBSD%20Current&sektion=1&format=html">nc(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&manpath=OpenBSD%20Current&sektion=1&format=html">telnet(1)</a> when the -V flag is not given.
                    571: <li>For sunxi boards where u-boot doesn't set MAC address (e.g. pcduino), generate address based on the Security ID (SID).
                    572: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xkeyboard-config&manpath=OpenBSD%20Current&sektion=7&format=html">xkeyboard-config(7)</a> to version 2.10.1.
                    573: <!-- 2013/10/25 -->
                    574: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> crash caused by previous commit which occurs when using ProxyCommand.
                    575: <li>Fixed/re-enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a> RX checksum offload for 8168C/8168CP. Flag was accidently removed with rev 1.140 of sys/dev/ic/re.c.
                    576: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> local enqueuer cope with the output of a long running program; use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&manpath=OpenBSD%20Current&sektion=8&format=html">sendmail(8)</a>-like exit status.
                    577: <li>Allocate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> key storage dynamically, instead of using a fixed size buffer.
                    578: <li>Made sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> client_delete does not try to destroy clients that are already gone (and generate spurious errors).
                    579: <li>Don't let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> ignore "remove" requests for an envelope which is inflight.
                    580: <li>Improve reporting in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a>: when sending a request to the scheduler, wait for the success/failure report; report the total number of affected envelopes for schedule, pause, resume and remove envelope operations.
                    581: <li>Stopped falsely assuming that the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> checksum field is always in the first <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&manpath=OpenBSD%20Current&sektion=9&format=html">mbuf(9)</a> of an mbuf chain.
                    582: <li>X11 clients added to the aviion architecture.
                    583: <li>Fixed off-by-one when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&manpath=OpenBSD%20Current&sektion=4&format=html">mpii(4)</a> is calculating the length of an sgl segment.
                    584: <li>Fixed regression that made the pandaboard panic when it tried to enable PRCM_MMC0 on the omap4.
                    585: <!-- 2013/10/24 -->
                    586: <li>Added support for xbox 360 controller as a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&manpath=OpenBSD%20Current&sektion=4&format=html">uhid(4)</a>.
                    587: <li>Added support for the hardware random number generator on octeons, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=octrng&manpath=OpenBSD%20Current&sektion=4&format=html">octrng(4)</a>.
                    588: <li>Understand node contexts when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> is building the expansion tree (e.g. same delivery for different users, or as a different destination address).
                    589: <li>Fixed USERINFO and CREDENTIALS lookups in the (experimental) <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> sqlite backend.
                    590: <li>Plugged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> memory leaks on update.
                    591: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nm&manpath=OpenBSD%20Current&sektion=1&format=html">nm(1)</a> output on archives on mips now displays correctly.
                    592: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&manpath=OpenBSD%20Current&sektion=1&format=html">sendmail(1)</a> to cope with filesystems with large f_bavail values.
                    593: <li>Do not rely on u-boot to enable mmc clocks on armv7.
                    594: <li>Do not fatal() <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> immediately on write error. Fixes bug where the server would stop if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> exited early.
                    595: <li>Don't try to resolve hostnames when a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> ProxyCommand is set unless the user has forced canonicalisation.
                    596: <!-- 2013/10/23 -->
                    597: <li>Disallow empty Match statements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a>, and add "Match all", which matches everything.
                    598: <li>Periodically print progress and, if possible, expected time to completion when screening <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=moduli&manpath=OpenBSD%20Current&sektion=5&format=html">moduli(5)</a> for DH groups.
                    599: <li>Include local address and port in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> "Connection from ..." message (only shown at loglevel>=verbose).
                    600: <li>Enabled TX checksum offload in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&manpath=OpenBSD%20Current&sektion=4&format=html">bnx(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bg(4)</a>.
                    601: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute6&manpath=OpenBSD%20Current&sektion=8&format=html">traceroute6(8)</a> to operate across a nat64 gateway.
                    602: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> loop around waitpid to catch all exited children, as there is no guarantee of one signal per child.
                    603: <li>Added support for displaying the cache write policy of RAID volumes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&manpath=OpenBSD%20Current&sektion=8&format=html">bioctl(8)</a>; make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> pass up the necessary information.
                    604: <li>Added key to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>, to swap to other end of selection (bound to o with vi keys)
                    605: <li>Overwrite <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> type-specific nextptr field only when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> changed it, to fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&manpath=OpenBSD%20Current&sektion=4&format=html">icmp6(4)</a> translation regression.
                    606: <!-- 2013/10/22 -->
1.1310    brett     607: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_kill&manpath=OpenBSD%20Current&sektion=3&format=html">pthread_kill(3)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_cancel&manpath=OpenBSD%20Current&sektion=3&format=html">pthread_cancel(3)</a>, make sure the thread ID won't be reused until the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kill&apropos=0&sektion=2&manpath=OpenBSD+Current&arch=i386&format=html">kill(2)</a> is complete.
1.1309    brett     608: <li>Allow uppercase "K/M/G" specification in "machine memory" <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&manpath=OpenBSD%20Current&sektion=8&format=html">boot(8)</a> command on i386/amd64.
                    609: <li>Relative-specified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> certificate expiry time should be relative to current time and not the validity start time.
                    610: <li>Hostname may have %h sequences, these should be expanded prior to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> Match evaluation.
                    611: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> parse and ignore .hw (hyphenation points in words).
                    612: <li>Save "next-server" (a.k.a. siaddr) info into the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.leases&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.leases(5)</a> file.
                    613: <li>Added SMC_CAPS_SINGLE_ONLY capability to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdmmc&manpath=OpenBSD%20Current&sektion=4&format=html">sdmmc(4)</a>, to force the sdmmc stack to only issue single blocks transfers.
                    614: <li>Resolved an issue where <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> traffic with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> nat-to failed due to incorrect checksums.
                    615: <li>Added support for allwinner-based devices (A1x/A20) such as the cubieboard to armv7.
                    616: <!-- 2013/10/22 -->
                    617: <!-- 2013/10/21 -->
                    618: <li>Removed arc4random_stir() and arc4random_addrandom(), which should not be called directly.
                    619: <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> make-directory by stripping trailing "/".
                    620: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> leak fds in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&manpath=OpenBSD%20Current&sektion=2&format=html">fork(2)</a> error path.
                    621: <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc&manpath=OpenBSD%20Current&sektion=4&format=html">sdhc(4)</a> to detect GPIO pins on the i.MX6 wandboard.
                    622: <li>Added a pmtu delay <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> BUTTON for netinet6.
                    623: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vxlan&manpath=OpenBSD%20Current&sektion=4&format=html">vxlan(4)</a>.
                    624: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> use provided netmask in "subnet" statements, allowing later comparisons with interface addresses to work properly.
                    625: <li>Added load_font and list_font accessops to all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a> drivers, e.g. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tga&manpath=OpenBSD%20Current&sektion=4&format=html">tga(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpx&manpath=OpenBSD%20Current&sektion=4&arch=vax&format=html">gpx(4/vax)</a>.
                    626: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> icmpid bug (only affected <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> echos via nat, when the nat doesn't change the address).
                    627: <li>Allow a user to switch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&manpath=OpenBSD%20Current&sektion=1&format=html">telnet(1)</a> to rdomain zero.
                    628: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&manpath=OpenBSD%20Current&sektion=1&format=html">nc(1)</a> set the requested rdomain on the socket instead of only on the IPv4 part; allow switching to rdomain zero.
                    629: <li>Added rdomain support to IPv6 configuration tools <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&manpath=OpenBSD%20Current&sektion=8&format=html">ndp(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsold&manpath=OpenBSD%20Current&sektion=8&format=html">rtsold(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">ping6(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute6&manpath=OpenBSD%20Current&sektion=8&format=html">traceroute6(8)</a>.
                    630: <li>With <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> -A, take 10% for swap, setting a maximum based on physmem.
1.1308    brett     631: <!-- 2013/10/20 -->
                    632: <li>Introduced the "display.font" parameter, which requests the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a> driver to change the display font.
                    633: <li>Enabled support for vmware paravirtual SCSI via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmwpvs&manpath=OpenBSD%20Current&sektion=4&format=html">vmwpvs(4)</a> on i386/amd64.
                    634: <li>Built-in kernel fonts will now appear in the list of font usable by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&manpath=OpenBSD%20Current&sektion=4&format=html">vga(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsfontload&manpath=OpenBSD%20Current&sektion=8&format=html">wsfontload(8)</a>.
                    635: <li>Eliminate global limit on the number of fonts able to be loaded by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a>.
                    636: <li>In hibernate for i386/amd64, temporarily reverted "Realmode park" mode.
                    637: <li>Do not run any command from the client which starts the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> server until after the configuration file completes loading.
                    638: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsfontload&manpath=OpenBSD%20Current&sektion=8&format=html">wsfontload(8)</a> report i/o errors on stdin as occurring on "stdin" not "(null)".
                    639: <li>Added i386/amd64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&sektion=9&apropos=0&manpath=OpenBSD+Current&arch=i386">boot(9)</a> support for keydisk-based softraid crypto volumes.
                    640: <li>If a font is not a file, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsfontload&manpath=OpenBSD%20Current&sektion=8&format=html">wsfontload(8)</a> now computes the numbers of characters it contains from its size, instead of assuming 256; default to 12x22 glyph instead of 8x16 if the display is a raster frame buffer.
                    641: <li>Updated to xf86-video-dummy 0.3.7 and xf86-video-vesa 2.3.3.
                    642: <li>WSDISPLAYIO_GTYPE ioctl support added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> KMS drivers.
                    643: <li>Fixed resume time stream corruption seen on x230 with large (16GB) unhibernation.
                    644: <li>Allow hibernate to work on Ivy Bridge and later CPUs.
                    645: <li>Don't turn on ModifyOtherKeys by default, as when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> is killed and it's left stuck on.
                    646: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> now properly reserves file descriptors for incoming connections.
                    647: <li>Fixed some spurious failure-to-hibernate errors.
                    648: <li>Removed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=noct&manpath=OpenBSD%20Current&sektion=4&format=html">noct(4)</a> driver.
                    649: <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a> "Match" section, renamed the "command" sub-clause to "exec".
                    650: <!-- 2013/10/19 -->
1.1309    brett     651: <li>Parse the argument the -r option with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atoll&manpath=OpenBSD%20Current&sektion=3&format=html">atoll(3)</a> to support dates past 2038
1.1308    brett     652: <li>Reverted r1.138 of pp/cwm/client.c (WM_TAKE_FOCUS) for now.
                    653: <li>ip6_input() adjusted to remove double scanning for routing header type 0 in the IPv6 stack, as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> handles this anyway.
                    654: <li>No longer make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> redraw unnecessarily on every unhide, resize, and mouse move/resize "Expose" event.
                    655: <li>Improved address and linkstate hooks, added additional detach hook to track changes on the parent multicast interface in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vxlan&manpath=OpenBSD%20Current&sektion=4&format=html">vxlan(4)</a>.
                    656: <li>Support the hibernate key (Fn-F12) on thinkpads.
                    657: <li>Enabled TX checksum offload on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a>.
                    658: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crontab&manpath=OpenBSD%20Current&sektion=5&format=html">crontab(5)</a>, added a random sleep of up to half an hour to distribute the server load from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd-setup&manpath=OpenBSD%20Current&sektion=8&format=html">spamd-setup(8)</a>.
                    659: <li>Merged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">bgpd.conf(5)</a> prefix and prefixlen filter components into one filter, so rules are grouped by prefixes last.
                    660: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> now keeps better track of fds, to only close those still open. Avoids closing random fds from other connections.
                    661: <li>Fix receipt of OID varbinds when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> is sending traps.
                    662: <li>When we attach a network interface, do not reuse the last index. Avoids some race conditions.
                    663: <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a> checksum handling.
                    664: <li>Stop pre-computing the pseudo header checksum and incrementally updating it in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&manpath=OpenBSD%20Current&sektion=4&format=html">tcp(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udp&manpath=OpenBSD%20Current&sektion=4&format=html">udp(4)</a> stacks.
                    665: <li>Fixed some 512-byte block vs disk sector confusion on hppa and sgi.
                    666: <!-- 2013/10/18 -->
                    667: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> clients that support WM_TAKE_FOCUS in their WM_PROTOCOLS property, send a ClientMessage event.
                    668: <li>Don't silence stderr from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> when running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fw_update&manpath=OpenBSD%20Current&sektion=1&format=html">fw_update(1)</a> in verbose mode.
                    669: <li>UTF-8 support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a> emulation modes, so vt100 and sun emulation recognise xterm-compatible escape sequences ESC % G and ESC % @.
                    670: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a> can't find a proper glyph for a requested character, use a question mark instead of a space.
                    671: <li>Bugfix update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> version 1.4.3.
                    672: <li>Disable global page mappings before we start to unpack on i386/amd64 using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a>, for more robust hibernate.
                    673: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openlog&manpath=OpenBSD%20Current&sektion=3&format=html">openlog(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> to log to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslog&manpath=OpenBSD%20Current&sektion=3&format=html">syslog(3)</a>.
                    674: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> set FD_CLOEXEC; fixed some pointer calculations.
                    675: <li>Adjusted the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> editor to allow more space for swap on large disks (e.g. useful for hibernation).
                    676: <li>Allow hibernate to run the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> suspend code before mountroot.
                    677: <li>Prepared the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=8&format=html">route(8)</a> command for printing 64 bit route expire time; fixed conversion between relative and absolute expire time.
                    678: <!-- 2013/10/17 -->
                    679: <li>Include remote port in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> bad banner message (bz#2162).
                    680: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a> cannot have queue definitions inside anchors, don't let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> attempt to load them, error out if we run into one.
                    681: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> to use the proc.c privsep style from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a>.
                    682: <li>Remove support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=a.out&manpath=OpenBSD%20Current&sektion=5&format=html">a.out(5)</a> and ecoff on all platforms (we only do <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> now).
                    683: <!-- 2013/10/16 -->
                    684: <li>"fsync@" protocol extension for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&manpath=OpenBSD%20Current&sektion=8&format=html">sftp-server(8)</a>. Client support for calling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsync&manpath=OpenBSD%20Current&sektion=2&format=html">fsync(2)</a> for faster transfers (bz#1798).
                    685: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> -r option removed.
                    686: <li>Support added for oaic in the aviion boot blocks.
                    687: <li>Moved creation of "restricted" communication sockets into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">snmpd.conf(5)</a>; added ability to specify an alternate "control" socket location; allow for the creation of multiple "restricted" sockets.
                    688: <li>Prefer <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> over <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&manpath=OpenBSD%20Current&sektion=4&arch=i386&format=html">apm(4/i386)</a> on i386.
                    689: <!-- 2013/10/15 -->
                    690: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> client-side hostname canonicalisation. Avoids need for host certificates to list unqualified alongside fully-qualified names.
                    691: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> binding a label for the default route.
                    692: <li>avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> segfaults by passing the ldpd_conf structure as an argument.
                    693: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> variables aflag and dflag are boolean, so use logical instead of binary operators for comparison.
                    694: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> parsing of LDP messages; proper notification messages on error conditions.
                    695: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> now ignores messages that have Unknown flag set.
                    696: <!-- 2013/10/14 -->
                    697: <li>Added support for ERL ethernet on octeon (which can now be booted over NFS).
                    698: <li>Driver added for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oaic&manpath=OpenBSD%20Current&sektion=4&arch=aviion&format=html">oaic(4/aviion)</a> AIC-6250 SCSI controller found on aviion models 100, 200, 300, 400 and 4300.
                    699: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> detach -a, by skipping clients where the session is NULL.
                    700: <li>Added a "Match" keyword to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a> that allows matching on hostname, user or result of arbitrary commands.
                    701: <li>Made logging of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> session starts a more useful format.
                    702: <li>Check for invalid values in the routing message, to stop root crashing kernel from userland.
                    703: <li>Fixed hangs seen when unplugging a USB keyboard which was attached to an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a>.
1.1307    brett     704: <!-- 2013/10/13 -->
                    705: <li>Added 7.5kbit Diffie-Hellman groups to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=moduli&manpath=OpenBSD%20Current&sektion=5&format=html">moduli(5)</a>.
                    706: <li>Count number of lines in moduli input file and pass to the testing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> process, to provide completion time estimate.
                    707: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> parse/ignore the .fam (font family) request. Fixes irunner(1) and uim-xim(1) ports.
                    708: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crunchgen&manpath=OpenBSD%20Current&sektion=8&format=html">crunchgen(8)</a> DIST_LIB/DIST_OBJS hooks to make it possible to link crunched binaries against libraries compiled with smaller objects.
                    709: <li>Fixed regression introduced when macppc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> started parsing device tree to enumerate devices, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ht&manpath=OpenBSD%20Current&sektion=4&arch=macppc&format=html">ht(4/macppc)</a> controllers work.
                    710: <li>Added libefi to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>, and simplified some names.
                    711: <li>Set the default <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vxlan&manpath=OpenBSD%20Current&sektion=4&format=html">vxlan(4)</a> MTU to full 1500 bytes.
                    712: <li>Imported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vxlan&manpath=OpenBSD%20Current&sektion=4&format=html">vxlan(4)</a>, the virtual extensible local area network tunnel interface.
                    713: <!-- 2013/10/12 -->
                    714: <li>Standalone hfsc implementation added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a>, for the new bandwidth shaping subsystem (altq stays during migration phase).
                    715: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a> adapt to recent queueing changes.
                    716: <!-- 2013/10/11 -->
                    717: <li>Add initial RTL8106E and RTL8168G/8111G support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a>.
                    718: <li>Fixed hang-on-close problem seen with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> when a closed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pty&manpath=OpenBSD%20Current&sektion=4&format=html">pty(4)</a> is <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&manpath=OpenBSD%20Current&sektion=2&format=html">poll(2)</a>'ed.
                    719: <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> to prevent non-data packets from being dropped.
                    720: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> leaking file descriptors in the rare MSG_VERSION case.
                    721: <!-- 2013/10/10 -->
                    722: <li>Updated to freetype 2.5.0.1.
                    723: <li>Added support for am335x edma3 controller to armv7.
                    724: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> is respawning, pass -1 for cwd now (not NULL).
                    725: <li>Show session name in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> detached message.
                    726: <li>Alter how <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> handles the working directory: -c flag to new, neww, splitw allows the working directory to be overridden; -c flag to attach let's the session working directory be changed; default-path option has been removed.
                    727: <li>Make tilde expansion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> command strings work even if it isn't terminated by /.
                    728: <li>Instead of fixed size buffers for some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> messages, send only the string length; similarly for MSG_COMMAND - allow full imsg limit (not arbitrary 2048).
                    729: <li>When mouse button is pressed within a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> pane, no longer resize the pane if edge of the border is later hit.
                    730: <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> -c for new-session.
                    731: <li>Upon mouse click, stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> selecting panes which aren't visible.
                    732: <li>Restored missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> key binding for %.
                    733: <li>Ensure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> check on the permissions of TMUX_TMPDIR is performed on directories only (not files).
                    734: <li>Clear <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> WINLINK_ALERTFLAGS properly, otherwise sessions may still see flags for winlinks which have been cleared.
                    735: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> choose-tree expands/collapses items, ensure the item is visible at the bottom of the screen.
                    736: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> assign mouse x/y coords before checking them. Fixes off-by-one when the statusbar is at the top of the screen.
                    737: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> to accept multiple parameters to SM/RM/DECSET/DECRST.
                    738: <li>Only include actual trailing spaces (not unused cells) with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> capturep -J.
                    739: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> nested format expansion.
                    740: <li>Allow the file descriptor received from the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> client to be -1.
                    741: <li>Extended <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> to handle input mouse positions greater than 33.
                    742: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> recalculate_sizes() handle an empty window with no active pane. This can happen when a window is in two sessions.
                    743: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> leaking formats if they are added multiple times, and leaking grouped sessions on destroy.
                    744: <li>Fixed potential <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> crash when a command in a command client can't be parsed.
                    745: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> adding client formats when they are NULL.
                    746: <!-- 2013/10/09 -->
                    747: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> re-exec fallback, by ensuring that startup_pipe is correctly updated (bz#2139).
                    748: <li>Added ability to whitelist and/or blacklist sftp protocol requests by name to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&manpath=OpenBSD%20Current&sektion=8&format=html">sftp-server(8)</a>.
                    749: <li>Changed "physical address" to "tunnel:" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a>'s tunnel address output.
                    750: <li>Merged binutils 2.15 einfo() buffering change to binutils-2.17.
                    751: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oosiop&manpath=OpenBSD%20Current&sektion=4&format=html">oosiop(4)</a> synch negotiation.
                    752: <li>Various fixes to make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kiic&manpath=OpenBSD%20Current&sektion=4&arch=macppc&format=html">kiic(4/macppc)</a> work on some G5s.
                    753: <li>Fixed Powerbooks regression, where one of the two <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kiic&manpath=OpenBSD%20Current&sektion=4&arch=macppc&format=html">kiic(4/macppc)</a> would timeout when trying to configure the audio chip.
                    754: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&manpath=OpenBSD%20Current&sektion=8&format=html">syslogd(8)</a> trim leading white space from the message before trying to extract the program name.
                    755: <li>Include the "state of health" field in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> "bbu ok" (battery capacity) sensor value.
                    756: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> leaking ruleitems from match rules when hitting a per-rule max state limit.
                    757: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&manpath=OpenBSD%20Current&sektion=8&format=html">bgpctl(8)</a> to bulk add/delete routes with the same attributes. Really useful for distributing IP lists.
                    758: <!-- 2013/10/07 -->
                    759: <li>Fixed dixfonts from upstream for CVE-2013-4396 (use after free in Xserver handling of ImageText requests).
                    760: <li>When available, use monitor/mwait to idle on i386/amd64.
                    761: <li>Early stages of a working disk bootloader for OpenBSD/aviion. Currently limited to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oosiop&manpath=OpenBSD%20Current&sektion=4&format=html">oosiop(4)</a> controllers
                    762: <li>Increased the size of the Diffie-Hellman groups requested for a each <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> symmetric key. New values taken from NIST 800-57, upper limit from RFC4419.
                    763: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmwpvs&manpath=OpenBSD%20Current&sektion=4&format=html">vmwpvs(4)</a>, a driver for VMware Paravirtual SCSI in vmware guests.
                    764: <!-- 2013/10/08-->
                    765: <li>Use CLOCK_UPTIME, so that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&manpath=OpenBSD%20Current&sektion=8&format=html">vmstat(8)</a> uptime averages/rates are over the actual time-running-not-suspended.
                    766: <li>Fixed a segfault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&manpath=OpenBSD%20Current&sektion=8&format=html">ndp(8)</a> -A to properly free the buffer when not in repeat mode.
                    767: <li>Show number of sectors, not the number of 512-byte blocks, when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs&manpath=OpenBSD%20Current&sektion=8&format=html">newfs(8)</a> is saying "n sectors of m bytes".
                    768: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpctl&manpath=OpenBSD%20Current&sektion=8&format=html">snmpctl(8)</a> to specify the "oid" option multiple times (e.g. "snmpctl walk 127.0.0.1 oid system oid ifName").
1.1306    brett     769: <!-- 2013/10/06 -->
                    770: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axen&manpath=OpenBSD%20Current&sektion=4&format=html">axen(4)</a> device driver, for ASIX AX88178a and AX88179 Ethernet interfaces.
                    771: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdirentries&manpath=OpenBSD%20Current&sektion=2&format=html">getdirentries(2)</a> is dead; long live <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdents&manpath=OpenBSD%20Current&sektion=2&format=html">getdents(2)</a>.
                    772: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> to allow breaking the line at hyphens in macro arguments (e.g. .Nd and most of the .%? citation macros).
                    773: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> throwing a fatal error and dying if there is anything inside a .Bl block body before the first .It.
                    774: <li>Added quirk to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&manpath=OpenBSD%20Current&sektion=4&format=html">azalia(4)</a> for ALC260 (found on Acer Extensa 6700).
                    775: <!-- 2013/10/05 -->
                    776: <li>Added CLOCK_UPTIME, a clock which measures time-running-not-suspended, used in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clock_gettime&manpath=OpenBSD%20Current&sektion=2&format=html">clock_gettime(2)</a> and other places.
                    777: <li>Backed out POLLHUP change until a problem with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> hanging on close is fixed.
                    778: <li>Support for the i.MX6-based Wandboard Quad added to the armv7 architecture.
                    779: <li>Disabled interrupts in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a> interrupt handler. Fixes the occasional watchdog timeout when using MSI.
                    780: <li>Removed Adaptec 2940 SCSI controllers from i386 RAMDISK kernels to make other things fit.
                    781: <li>Use monitor/mwait to idle amd64 CPUs when available.
                    782: <li>Change the default for the "default-path" option to ~ in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>.
                    783: <li>Updated to mesa 9.2.1.
                    784: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>, use open(".")/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fchdir&manpath=OpenBSD%20Current&sektion=2&format=html">fchdir(2)</a> to save and restore current directory rather than <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&manpath=OpenBSD%20Current&sektion=3&format=html">getcwd(3)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chdir&manpath=OpenBSD%20Current&sektion=2&format=html">chdir(2)</a>.
                    785: <!-- 2013/10/04 -->
                    786: <li>Fix boot device matching in the presence of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&manpath=OpenBSD%20Current&sektion=4&format=html">mpath(4)</a> on hppa/hppa64.
                    787: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&manpath=OpenBSD%20Current&sektion=2&format=html">poll(2)</a> on a closed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tty&manpath=OpenBSD%20Current&sektion=4&format=html">tty(4)</a> now returns POLLIN|POLLHUP in revents when events is set to POLLIN, and POLLHUP when events is set to POLLOUT.
                    788: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpctl&manpath=OpenBSD%20Current&sektion=8&format=html">ntpctl(8)</a>, which allows us to query the locally running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&manpath=OpenBSD%20Current&sektion=8&format=html">ntpd(8)</a> process.
                    789: <li>Fix tuner ioctl TVTUNER_SETFREQ in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&manpath=OpenBSD%20Current&sektion=4&format=html">bktr(4)</a> (broken after rev 1.30).
                    790: <!-- 2013/10/03 -->
                    791: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>, support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">roff(7)</a> simple numerical conditions.
                    792: <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> setting and printing out arbitrary <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> number registers, preserving support for the ".nr nS" SYNOPSIS state register.
                    793: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> incoherence with fence updates on Sandybridge and higher CPUs.
                    794: <li>Kernel adjusted to print many daddr_t variables with %lld, and u_int64_t variables with %llu in many places.
                    795: <!-- 2013/10/02 -->
                    796: <!-- 2013/10/01 -->
                    797: <li>Made it possible to correctly set up and label a vnd image with a boot area on aviion.
                    798: <li>Emulate 64-bit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> atomic operations on 32-bit architectures by using a mutex.
                    799: <li>Replaced rc4 with ChaCha20 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random(3)</a>.
                    800: <li>Added initial SNMP client utility to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpctl&manpath=OpenBSD%20Current&sektion=8&format=html">snmpctl(8)</a>. For example, "snmpctl snmp walk 127.0.0.1".
                    801: <!-- 2013/09/30 -->
                    802: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&manpath=OpenBSD%20Current&sektion=1&format=html">ld(1)</a>, make stderr buffered in einfo(), to speed up display of error messages on slower platforms.
                    803: <li>Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX (not MAXPATHNAMELEN, MAXNAMLEN or MAXLOGNAME) in the C library.
1.1305    brett     804: <!-- 2013/09/29 -->
                    805: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a>'s drmclose unreferencing objects while a mutex is locked.
                    806: <li>Ensure the OpenBSD area of the disk does not enclose the boot area on the aviion architecture; added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&manpath=OpenBSD%20Current&sektion=8&format=html&arch=aviion">installboot(8/aviion)</a>.
                    807: <li>On aviion, test whether the WHOAMI register exists before using it.
                    808: <li>Two new libX11 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=locale&manpath=OpenBSD%20Current&sektion=1&format=html">locale(1)</a> added: km_KH.UTF-8 and sr_CS.UTF-8.
                    809: <!-- 2013/09/28 -->
                    810: <li>Enabled mpath, rdac, and sym in GENERIC kernels to find bugs.
                    811: <li>Ensure stack is 1:1 mapped before attempting to give control back to the PROM at halt/reboot time, so aviion can reboot.
                    812: <li>Updated to: xserver 1.14.3; makedepend 1.0.5; xman 1.1.3; libX11 1.6.2; libXaw 1.0.12; libXmu 1.1.2; libXpm 3.5.11; libXrandr 1.4.2 and libXv 1.0.10.
                    813: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&manpath=OpenBSD%20Current&sektion=2&format=html">poll(2)</a> on a socket now sets POLLHUP on EOF, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=socketpair&manpath=OpenBSD%20Current&sektion=2&format=html">socketpair(2)</a> matches <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipe&manpath=OpenBSD%20Current&sektion=2&format=html">pipe(2)</a> behaviour when the other end is closed.
                    814: <li>Refined <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gio&manpath=OpenBSD%20Current&sektion=4&arch=sgi&format=html">gio(4/sgi)</a> frame buffer probe, to correctly detect a newport frame buffer on Indy if a HPC SCSI board is attached.
                    815: <li>Correctly probe for the Ethernet chip on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hpc&manpath=OpenBSD%20Current&sektion=4&arch=sgi&format=html">hpc(4/sgi)</a> v1.5 expansion boards. Gets rid of "sq not configured" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&manpath=OpenBSD%20Current&sektion=8&format=html">dmesg(8)</a>.
                    816: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&manpath=OpenBSD%20Current&sektion=9&format=html">boot(9)</a>, do not iterate over alldevs if it is empty (e.g. halting from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&manpath=OpenBSD%20Current&sektion=4&format=html">ddb(4)</a> with ddb entered early with boot -d).
                    817: <li>With even number of offsets, choose middle offset with lowest delay. Resolves uncertainty in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&manpath=OpenBSD%20Current&sektion=8&format=html">ntpd(8)</a> REFID assignment.
                    818: <li>Stopped the message that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uthum&manpath=OpenBSD%20Current&sektion=4&format=html">uthum(4)</a>'s calibration offset is incorrect, when the offset is less than 1 degree C.
                    819: <!-- 2013/09/27 -->
                    820: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&manpath=OpenBSD%20Current&sektion=4&format=html">wd(4)</a> incrementing the address the next i/o will start at by an incorrect amount.
                    821: <li>IPv6 atomic fragments must not go into the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> reassembly queue, but be processed immediately.
                    822: <!-- 2013/09/26 -->
                    823: <li>Use the cpuid vendor string (not model string) when enabling VIA specific amd64 code so the code works with Eden X2 processors.
                    824: <li>Take into account that the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> ike message header might no longer point to the same memory after buffer manipulations.
                    825: <!-- 2013/09/25 -->
                    826: <!-- 2013/09/24 -->
                    827: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> vblank_time_lock blocks interrupts; made most atomic operations really atomic; removed all 64-bit atomic operations on 32-bit architectures. Potentially fixes some races/panics.
                    828: <li>Sync most machine independent LANCE code (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&manpath=OpenBSD%20Current&sektion=4&arch=vax&format=html">le(4/vax)</a>); added ILACC (79900) support.
                    829: <li>Stop traffic for a given <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> endpoint when a transfer reports an I/O error. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&manpath=OpenBSD%20Current&sektion=4&format=html">ehci(4)</a> looping with "ehci_idone:" messages.
                    830: <li>Try to release the console if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&manpath=OpenBSD%20Current&sektion=4&format=html">pckbc(4)</a> fails to send the initial command byte, giving USB keyboards a better chance of attaching.
                    831: <!-- 2013/09/23 -->
                    832: <li>On hp300: Removed SLOWSCSI; increased <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&manpath=OpenBSD%20Current&sektion=4&format=html">scsi(4)</a> target selection timeout. Booting kernel from disk now much faster.
                    833: <li>Keep <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&manpath=OpenBSD%20Current&sektion=8&format=html">sudo(8)</a> default env_keep to minimum required for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a>; env_keep for building src and ports moved to "wsrc" group.
1.1304    brett     834: <!-- 2013/09/22 -->
                    835: <li>Report each m88k cmmu on its own line in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&manpath=OpenBSD%20Current&sektion=8&format=html">dmesg(8)</a>; fixed multiprocessor writeback logic.
                    836: <li>Fixed luna88k installer, to add bsd.mp to the default sets if &gt; 1 processor.
                    837: <li>Stopped merging the per-thread and per-process flags when reporting them via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> KERN_PROC.
                    838: <li>Updated to: util-macros 1.17.1 and videoproto 2.3.2.
                    839: <li>Merge unbound 1.4.21 and ldns 1.6.16.
                    840: <!-- 2013/09/21 -->
                    841: <li>Fixed tmpfs' uio_offset, to stop it skipping one entry for each block.
                    842: <li>Fix an ino_t inconsistency to unbreak the build of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a>'s libfuse.
                    843: <li>Made aviion understand ELF files well enough to netboot kernels on AV530.
                    844: <li>Switch to machine independent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dart&manpath=OpenBSD%20Current&sektion=4&format=html">dart(4)</a> driver on aviion.
                    845: <li>Set <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&manpath=OpenBSD%20Current&sektion=1&format=html">top(1)</a> a higher MAX_COLS, more reasonable for modern widescreen displays.
                    846: <li>Fixed occasional SIGSEGV in privsep'd binaries (eg <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&manpath=OpenBSD%20Current&sektion=8&format=html">syslogd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&manpath=OpenBSD%20Current&sektion=8&format=html">pflogd(8)</a>) on sparc/sparc64 running on sun4/4c/4e.
                    847: <!-- 2013/09/20 -->
                    848: <li>Added support for root on NFSv3.
                    849: <li>Configure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a> absolute mode for elantech v2. Synaptics driver now attaches to elantech v2 touchpads. Print the firmware version at attach time for reference in future bug reports.
                    850: <li>Fixed panic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a> seen if pipex deleted a session via idle-timer when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> was frozen, causing use-after-free.
                    851: <li>Don't assume the length of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> chap challenges.
                    852: <li>Added length check for Proxy LCP and Authentication AVPs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a>; also in 5.2, 5.3 and 5.4 stable branches.
                    853: <!-- 2013/09/19 -->
                    854: <li>Do no try to clear the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhidev&manpath=OpenBSD%20Current&sektion=4&format=html">uhidev(4)</a> endpoint (as it if has stalled) if the USB transfer reported an I/O error.
                    855: <!-- 2013/09/18 -->
                    856: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> BindAddress work with UsePrivilegedPort=yes (bz#1211).
                    857: <li>Tell the client when their preferred <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> listen address has been overridden by the server's GatewayPorts (bz#1297).
                    858: <li>Store the initial file offset so the progress meter doesn't freak out when resuming <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> transfers (bz#2137).
                    859: <li>Get ethernet working on the edgerouter lite; added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atphy&manpath=OpenBSD%20Current&sektion=4&format=html">atphy(4)</a> to RAMDISK and GENERIC.
                    860: <!-- 2013/09/17 -->
                    861: <!-- 2013/09/16 -->
                    862: <li>Increased default number of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugen&manpath=OpenBSD%20Current&sektion=4&format=html">ugen(4)</a> device files: two are too few for modern standards.
                    863: <li>Removed gssapi config parts from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a>.
1.1303    brett     864: <!-- 2013/09/15 -->
                    865: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> horizontal spacing for input lines beginning like ".Oc Ns".
                    866: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> horizontal spacing where "Ns" macro follows a block-closing macro and the corresponding block-opening macro is not on the same line.
                    867: <!-- 2013/09/14 -->
                    868: <li>Reverted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a>, so commands executed via `foo` or $( bar ) inherit "set -e" status (as POSIX requires).
                    869: <li>Updated to: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twm&manpath=OpenBSD%20Current&sektion=1&format=html">twm(1)</a> version 1.0.8; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xclipboard&manpath=OpenBSD%20Current&sektion=1&format=html">xclipboard(1)</a> version 1.1.3; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xclock&manpath=OpenBSD%20Current&sektion=1&format=html">xclock(1)</a> version 1.0.7; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xinit&manpath=OpenBSD%20Current&sektion=1&format=html">xinit(1)</a> version 1.3.3; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xkill&manpath=OpenBSD%20Current&sektion=1&format=html">xkill(1)</a> version 1.0.4; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xlsclients&manpath=OpenBSD%20Current&sektion=1&format=html">xlsclients(1)</a> version 1.1.3; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xmodmap&manpath=OpenBSD%20Current&sektion=1&format=html">xmodmap(1)</a> version 1.0.8; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xrdb&manpath=OpenBSD%20Current&sektion=1&format=html">xrdb(1)</a> version 1.1.0 and libSM version 1.2.2.
                    870: <!-- 2013/09/13 -->
                    871: <li>Bar <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a> if flowsrc is not set.
                    872: <li>Fixed sign of returned error code for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> i915.
                    873: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hardclock&manpath=OpenBSD%20Current&sektion=9&format=html">hardclock(9)</a> trying to schedule a softclock interrupt before its cookie has been allocated (this caused panics on macppc).
                    874: <!-- 2013/09/12 -->
                    875: <li>Added SM_PATH to the default env_keep in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudoers&manpath=OpenBSD%20Current&sektion=5&format=html">sudoers(5)</a>.
                    876: <li>Added basic support for eMMC memory and enable it on the BeagleBone Black.
                    877: <li>Revert previous sys/net/if.c diff to always increment the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=if&manpath=OpenBSD%20Current&sektion=4&format=html">if(4)</a> interface index (tun_switch() depends on this feature).
                    878: <li>Avoid leaking mbufs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpsw&manpath=OpenBSD%20Current&sektion=4&arch=armv7&format=html">cpsw(4/armv7)</a> failure paths.
                    879: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> connection crash when sending break (~B) on a ControlPersist'd session.
                    880: <!-- 2013/09/11 -->
                    881: <li>Switched to using arc4random in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sqlite3&manpath=OpenBSD%20Current&sektion=1&format=html">sqlite3(1)</a>.
                    882: <li>Allow for 0-length "octet strings" in SNMP traps, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> conforms with ITU X.690 (ASN.1 definition document).
                    883: <li>Correctly NUL-terminate the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a> cpu view array. Fixes a segfault on powerpc and probably others.
                    884: <!-- 2013/09/10 -->
                    885: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=user&manpath=OpenBSD%20Current&sektion=8&format=html">user(8)</a> bug where owner/mode is not set on the user's homedir if the specified skeldir does not exist.
                    886: <li>Added support for SM_PATH environment variable. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> can search this path for etcXX.tgz and/or xetcXX.tgz.
                    887: <!-- 2013/09/09 -->
                    888: <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> blit acceleration on haswell (for now).
                    889: <li>Allow BOOTP lease times and the options dhcp-lease-time, dhcp-rebinding-time, and dhcp-renewal-time to be controlled via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a>.
                    890: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">relayd.conf(5)</a> support for ECDHE (Elliptic Curve Diffie-Hellman) to enable TLS/SSL Perfect Forward Secrecy (PFS).
1.1302    brett     891: <!-- 2013/09/08 -->
                    892: <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nl&manpath=OpenBSD%20Current&sektion=1&format=html">nl(1)</a> from NetBSD, with local changes (inc. "-" syntax for stdin, multibyte delimiter support from FreeBSD, code simplifications).
                    893: <li>Fixed some omissions and flag errors for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> pci match tables, removed the duplicate table for i915.
                    894: <li>Monochrome <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">Xserver(1)</a> now available on luna88k.
                    895: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&manpath=OpenBSD%20Current&sektion=4&format=html">scsi(4)</a> mpath "next path" selection. If the current path is NULL the machine will no longer panic.
                    896: <!-- 2013/09/07 -->
                    897: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmx&manpath=OpenBSD%20Current&sektion=4&format=html">vmx(4)</a> on i386 and amd64.
                    898: <li>Added a new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a> screen "cpu" listing the usage of each CPU core; new -B command line flag, similar to -b.
                    899: <li>Changed default <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&manpath=OpenBSD%20Current&sektion=8&format=html">ldapd(8)</a> ciphers to HIGH:!aNULL.
                    900: <!-- 2013/09/06 -->
                    901: <li>Plugged a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> memory leak when walking the pfTblAddrTable in PF-MIB.
                    902: <li>Sync PF-MIB and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> with the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> table byte/packet counters for "match" rules.
                    903: <li>Support added to arm for FreeScale's i.MX6 SoC.
                    904: <li>Taught <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=id&manpath=OpenBSD%20Current&sektion=1&format=html">id(1)</a> about the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whoami&manpath=OpenBSD%20Current&sektion=1&format=html">whoami(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=groups&manpath=OpenBSD%20Current&sektion=1&format=html">groups(1)</a> run modes (removes shell wrappers).
                    905: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> is dumping FastCGI protocol headers during debug, also dump the "request begin" and "request end" protocol entries.
                    906: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> use the correct buffer size for memory allocation and reads.
                    907: <!-- 2013/09/05 -->
                    908: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugold&manpath=OpenBSD%20Current&sektion=4&format=html">ugold(4)</a>, a driver for PCsensor's USB gold TEMPer temperature measurement device.
                    909: <li>Merged mesa version 9.2.0 into xenocara.
                    910: <!-- 2013/09/04 -->
                    911: <li>Set <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> "toread" to 0 if we don't expect a body. Fixes handling of HTTP requests with a body (e.g. POST).
                    912: <li>Add a proper suspend <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> builtin that saves/restores the tty and pgrp as needed instead of using an alias (login shells may be suspended if they are not running in an orphan process group).
                    913: <li>The beagle architecture has been replaced by the more generic armv7.
                    914: <li>time_t and other random fixes from upstream merged into base <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a>.
                    915: <!-- 2013/09/04 -->
                    916: <li>Added libtxc_dxtn 1.0.1, a DXTn/S3 texture compression library.
                    917: <!-- 2013/09/03 -->
                    918: <li>When a partition is changing to UNUSED, save kernel-set values on all partitions, not just open ones and keep the new partition type. Allows changing the RAW_PART partition (a.k.a. "c") to UNUSED.
                    919: <li>Rewritten ARMv7 cpu cache discovery code (to remove false assumptions); fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=log2&manpath=OpenBSD%20Current&sektion=3&format=html">log2(3)</a> on arm.
                    920: <li>After resume, make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a> driver wait longer when /dev/wsmouse is opened. Allows mouse to work after resume on x130e.
                    921: <li>Updated to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> version 3.2.16.
                    922: <li>Only free the per-protocol descriptor if a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a> touchpad cannot be correctly identified during attach.
                    923: <!-- 2013/09/02 -->
                    924: <li>Removed unnecessary calls to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random_stir&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random_stir(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a>. Increases available entropy.
1.1301    brett     925: <!-- 2013/09/01 -->
                    926: <li>Use arc4random(9) as the preferred random number source in fontconfig.
                    927: <li>Properly pass daemon_flags to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amd&manpath=OpenBSD%20Current&sektion=8&format=html">amd(8)</a>.
                    928: <li>Update line buffer allocation on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a>. Fixes blank screen problems on dce4.1, dce5 and dce6 asics (see https://bugs.freedesktop.org/show_bug.cgi?id=64850).
                    929: <!-- 2013/08/31 -->
                    930: <li>Updated GLU to version 9.0.0. GLU was previously part of Mesa but is now separate.
                    931: <!-- 2013/08/30 -->
                    932: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> "^w" delete the previous word, instead of the entire line. Matches <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> behaviour.
                    933: <li>Lock the audio mutex before invoking the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&manpath=OpenBSD%20Current&sektion=4&format=html">audio(4)</a> call-back. Fixes panics on zaurus.
                    934: <li>Turn on mass storage interface for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfii&manpath=OpenBSD%20Current&sektion=4&format=html">mfii(4)</a>.
                    935: <li>If a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> script dies due to receipt of signal, pass that back to the HTTP frontend as the "application return status".
                    936: <li>Use PCIe capability version 2 when displaying link speeds with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcidump&manpath=OpenBSD%20Current&sektion=8&format=html">pcidump(8)</a>.
                    937: <!-- 2013/08/29 -->
                    938: <li>Fixed handling of getdents() against UDF filesystems.
                    939: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random_buf&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random_buf(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iceauth&manpath=OpenBSD%20Current&sektion=1&format=html">iceauth(1)</a>.
                    940: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&manpath=OpenBSD%20Current&sektion=4&format=html">iwn(4)</a> support for advanced btcoex.
                    941: <!-- 2013/08/28 -->
                    942: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setlocale&manpath=OpenBSD%20Current&sektion=3&format=html">setlocale(3)</a> (LC_MESSAGES, ...); to succeed. Stops some ports (e.g. gnome) from freaking out.
                    943: <li>Quieten <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> batch processing; exit with non-zero if asked to find a non-existent hostname in the known_hosts file.
                    944: <li>When we attach an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet&manpath=OpenBSD%20Current&sektion=4&format=html">inet(4)</a> interface, avoid races by not reusing the last index.
                    945: <!-- 2013/08/27 -->
                    946: <li>Enabled RS400/RS480/RS690 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a>.
                    947: <!-- 2013/08/26 -->
                    948: <li>Non-integrated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> >= r600 parts will now try to enable PCIe 2.0/3.0 speeds if the PCIe root port advertises those speeds.
                    949: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&manpath=OpenBSD%20Current&sektion=4&format=html">mpath(4)</a> path driver "match routes" return 8, so they will definitely be higher than the real device drivers.
                    950: <li>Assume roundrobin path scheduler type within a group of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&manpath=OpenBSD%20Current&sektion=4&format=html">mpath(4)</a> paths now (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sym&manpath=OpenBSD%20Current&sektion=4&format=html">sym(4)</a> devices work around this by putting every path in its own group).
                    951: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&manpath=OpenBSD%20Current&sektion=9&format=html">pmap(9)</a> flushes page from all caches, writeback on all CPUs. Fixes spurious m88k segmentation faults.
                    952: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> to version 296 (with sixel graphics disabled for now), DejaVu Fonts to 2.34 and libX11 to 1.6.1.
                    953: <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xvctl&manpath=OpenBSD%20Current&sektion=1&format=html">xvctl(1)</a>, a utility to get or set <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xv&manpath=OpenBSD%20Current&sektion=3&format=html">Xv(3)</a> extension values.
                    954: <li>Replaced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rand&manpath=OpenBSD%20Current&sektion=3&format=html">rand(3)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&manpath=OpenBSD%20Current&sektion=3&format=html">random(3)</a> calls with secure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=9&format=html">arc4random(9)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a>'s radius authentication, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route6d&manpath=OpenBSD%20Current&sektion=8&format=html">route6d(8)</a>.
                    955: <li>Implemented handling of group failover in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&manpath=OpenBSD%20Current&sektion=4&format=html">mpath(4)</a>.
                    956: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> option to specify an alternate FastCGI socket on which to listen.
                    957: <li>Introduced the idea of groups of paths to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&manpath=OpenBSD%20Current&sektion=4&format=html">mpath(4)</a>. Only paths on the first group in the list will handle io now.
                    958: <!-- 2013/08/25 -->
                    959: <li>Adjust startup sequence so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpath&manpath=OpenBSD%20Current&sektion=4&format=html">mpath(4)</a> attaches before other hardware.
                    960: <li>Make ommmc interrupts show up in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&manpath=OpenBSD%20Current&sektion=8&format=html">vmstat(8)</a> -i, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a>, etc on beagle.
                    961: <li>Updated to pixman 0.30.2.
                    962: <li>Allocate and deallocate memory for encryption contexts within cryptosoft. Removes the need for zerokey functions.
                    963: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> partitions from "i" to "p" functional on luna88k.
                    964: <li>Initialise loongson pcimap earlier, to make sure its value is not tested before initialisation (only affects 2e systems).
                    965: <!-- 2013/08/24 -->
                    966: <li>Fixed usage of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&manpath=OpenBSD%20Current&sektion=2&format=html">fork(2)</a> in programs linked against libpthread on m88k 88100 processors, where the parent thread would spin.
                    967: <li>Updated to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">Xserver(1)</a> version 1.14.2.
                    968: <li>Replaced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&manpath=OpenBSD%20Current&sektion=3&format=html">random(3)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=9&format=html">arc4random(9)</a> in libevent.
                    969: <!-- 2013/08/23 -->
                    970: <li>Fixed minor discrepancies with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> link state handling.
                    971: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> calling if_link_state_change if link state is not changed.
                    972: <li>Fix memory initialisation for octeons that have less than 256MB.
1.1300    brett     973: <!-- 2013/08/22 -->
                    974: <li>Stir PRNG after <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> runs post-accept fork. The child gets a different PRNG state anyway via rexec and explicit privsep reseeds, but it's good to be sure.
                    975: <li>Do not let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&manpath=OpenBSD%20Current&sektion=8&format=html">netstart(8)</a> create a route to alias addresses via 127.0.0.1 (the stack is able to tell if the address is local or not).
                    976: <!-- 2013/08/21 -->
                    977: <li>Correct format string mismatches in various code turned up by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> -Wformat=2.
                    978: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> indicator sensor to acpibtnX, to reflect lid status when available. Useful for people not using machdep.lidsuspend.
                    979: <li>With <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a>, use the console locator to make sure wsdisplay0 is always the glass console on i386/amd64.
                    980: <li>Use int64_t in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamdb&manpath=OpenBSD%20Current&sektion=8&format=html">spamdb(8)</a> greylist db file, with backwards compatibility for records with 32-bit times.
                    981: <li>Fixed build of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> without vlan.
                    982: <!-- 2013/08/20 -->
                    983: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtwn&manpath=OpenBSD%20Current&sektion=4&format=html">urtwn(4)</a> to the sgi kernels where it makes sense.
                    984: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&manpath=OpenBSD%20Current&sektion=1&format=html">nc(1)</a> -F flag to enabled fd-pass mode: establish connection and pass connected socket to stdout.
                    985: <li>Remove <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uscanner&manpath=OpenBSD%20Current&sektion=4&format=html">uscanner(4)</a>. Disabled in GENERIC long ago (when libusb became the preferred solution for USB scanners).
                    986: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&manpath=OpenBSD%20Current&sektion=4&format=html">mpii(4)</a> on sparc64.
                    987: <!-- 2013/08/19 -->
                    988: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a> ProxyUseFDPass option, to establish a connection and then pass file descriptor back to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>.
                    989: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> "match quick" abort ruleset evaluation with the current block/pass state, rather than continuing on.
                    990: <li>Fixed kernel profiling on powerpc architectures (broken since the buffers were made per-cpu).
                    991: <!-- 2013/08/18 -->
                    992: <li>Fixed prototypes of do_load_half() and do_load_byte() on m88k to stop obscure bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&manpath=OpenBSD%20Current&sektion=1&format=html">awk(1)</a> and elsewhere.
                    993: <li>Disable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=appleagp&manpath=OpenBSD%20Current&sektion=4&format=html">appleagp(4)</a>. It doesn't really work yet, and hurts certain iBook G3 models (PowerMac4,3).
                    994: <li>Fixed xf86-video-ati shadowfb on big-endian machines.
                    995: <!-- 2013/08/17 -->
                    996: <li>Updated to: xload 1.1.2, xprop 1.2.2, xset 1.2.3, libXfont 1.4.6 and xwd 1.0.6.
                    997: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> creating a route to the bound address via 127.0.0.1, as the stack should be able to correctly short-circuit packet routing to local addresses without this.
                    998: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vgafb&manpath=OpenBSD%20Current&sektion=4&format=html">vgafb(4)</a> console correctly restore when exiting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a>.
                    999: <li>Stopped macppc pretending to support non-console devices, because <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vgafb&manpath=OpenBSD%20Current&sektion=4&format=html">vgafb(4)</a> only matches the framebuffer device setup by the firmware.
                   1000: <li>Use %lld and cast to long long when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=passwd&manpath=OpenBSD%20Current&sektion=1&format=html">passwd(1)</a> is printing time_t values, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atoll&manpath=OpenBSD%20Current&sektion=3&format=html">atoll(3)</a> when parsing them.
                   1001: <!-- 2013/08/16 -->
                   1002: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ikectl&manpath=OpenBSD%20Current&sektion=8&format=html">ikectl(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpctl&manpath=OpenBSD%20Current&sektion=8&format=html">snmpctl(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdate&manpath=OpenBSD%20Current&sektion=8&format=html">rdate(8)</a> use %lld and cast to long long when printing time_t values.
                   1003: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&manpath=OpenBSD%20Current&sektion=4&format=html">radeondrm(4)</a> on macppc.
                   1004: <li>Use mapiodev to do the initial mapping of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vgafb&manpath=OpenBSD%20Current&sektion=4&format=html">vgafb(4)</a>. Allows <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&manpath=OpenBSD%20Current&sektion=4&format=html">radeondrm(4)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_space_map&manpath=OpenBSD%20Current&sektion=9&format=html">bus_space_map(9)</a> it without panicking.
                   1005: <li>Updated to xf86-video-ati 7.2.0. Fixes endianess problem with kms.
                   1006: <li>Avoid integer overflow in sector calculation reading UDF DVDs, which broke reads past 2GB.
                   1007: <li>On luna88k, check number of planes (1, 4, or 8bpp) in framebuffer by ourselves (PROM gives false values). Lets monochrome <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> server work correctly with a 4bpp framebuffer.
                   1008: <!-- 2013/08/15 -->
                   1009: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&manpath=OpenBSD%20Current&sektion=4&format=html">radeondrm(4)</a> on sparc64.
                   1010: <li>Align stack <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yp&manpath=OpenBSD%20Current&sektion=8&format=html">yp(8)</a> buffers to 64-bit boundaries now, for they might contain a struct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=passwd&manpath=OpenBSD%20Current&sektion=5&format=html">passwd(5)</a>.
                   1011: <li>Blast <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhts&manpath=OpenBSD%20Current&sektion=4&format=html">uhts(4)</a>, as the code was merged into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&manpath=OpenBSD%20Current&sektion=4&format=html">ums(4)</a> last week.
                   1012: <li>Stop defining SIOC{S,G}ETVLAN as SIOC{S,G}IFGENERIC. Lets <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&manpath=OpenBSD%20Current&sektion=4&format=html">vlan(4)</a> handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&manpath=OpenBSD%20Current&sektion=4&format=html">pppoe(4)</a>-specific ioctls and vice versa without smashing the stack of the caller.
                   1013: <li>Make sure "drm.h" gets generated on all architectures that support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a>, making alpha and loongson compile again.
                   1014: <!-- 2013/08/14 -->
                   1015: <li>Set <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">bgpd.conf(5)</a> to filter the IPv6 Discard-Only prefix, because it should not be globally routable (see RFC6666).
                   1016: <li>Rewrite the internals of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> RDE reload logic. First step to make reload non-blocking. Speeds up the reload time, should also fix a few edge cases on reloads.
                   1017: <li>Enforce that the ls_id and the adv_rtr field in a type 1 router LSA are the same. This will drop updates trying to attack the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a> LSDB.
                   1018: <li>Only skip <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> address deleting/adding and route deleting/adding on identical lease when we are in state S_RENEWING. Makes sure we end up with an IP address on the interface.
                   1019: <li>Don't depend on a list of archs to determine endianess, unbreaks <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> gallium build on sparc64.
                   1020: <!-- 2013/08/13 -->
                   1021: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fw_update&manpath=OpenBSD%20Current&sektion=1&format=html">fw_update(1)</a> handle firmware for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&manpath=OpenBSD%20Current&sektion=4&format=html">radeondrm(4)</a>.
                   1022: <li>Allow the user to specify which firmware to install with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fw_update&manpath=OpenBSD%20Current&sektion=1&format=html">fw_update(1)</a>, or to install all of them using the -a switch.
                   1023: <li>Updated iceauth to 1.0.6 and xfwp to 1.0.3.
                   1024: <li>Let the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a> handle more /dev/drmN devices.
                   1025: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a>'s VGA arbiter support now the kernel can give us information about the resources required by a particular device.
                   1026: <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&manpath=OpenBSD%20Current&sektion=4&format=html">ray(4)</a> to the attic.
                   1027: <li>When handling puts from a client, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&manpath=OpenBSD%20Current&sektion=8&format=html">tftpd(8)</a> will now close the file once downloaded, instead of waiting until after we clean up the client .
                   1028: <li>Remove bogus refcounting of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> pipes, to avoid memory leaks and potentially aborting a pipe when requests are still pending.
                   1029: <li>Made the tree compile again on architectures without <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a>.
                   1030: <!-- 2013/08/12 -->
                   1031: <li>Switch time_t, ino_t, clock_t, and struct kevent's ident and data members to 64bit types; build <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> with -DBIG_TIME.
                   1032: <li>Add the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&manpath=OpenBSD%20Current&sektion=4&format=html">tcp(4)</a> socket option TCP_NOPUSH to delay sending the stream. Useful to aggregate data in the kernel from multiple sources, avoids sending small packets.
                   1033: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&manpath=OpenBSD%20Current&sektion=1&format=html">ps(1)</a> flags are split between thread and process but it is useful for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&manpath=OpenBSD%20Current&sektion=4&format=html">ddb(4)</a> to show both. Show both in ps overview, list them explicitly for the specific thread.
                   1034: <li>Match macppc framebuffer device against its OpenFirmware node, to enable sharing of console detection logic with sparc64 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&manpath=OpenBSD%20Current&sektion=4&format=html">radeondrm(4)</a>.
                   1035: <!-- 2013/08/11 -->
                   1036: <li>Build mesa <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> drivers on sparc64; switch to gallium drivers for r300 and r600.
                   1037: <li>Enabled xf86-video-ati kernel modesetting support.
                   1038: <li>Added TTM and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> DRM code. Includes kernel modesetting, framebuffer console and support for newer hardware.
                   1039: <li>Fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=as&manpath=OpenBSD%20Current&sektion=1&format=html">as(1)</a> on mvme88k: provide 88110 syntactic sugar for the control register names; correctly handle -m options; allow the register prefix to correctly be recognised in front of the condition codes.
                   1040: <!-- 2013/08/10 -->
                   1041: <li>Cancel timeouts on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a> interface destruction.
                   1042: <li>Plugged file descriptor and memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a>'s fuse_open() error path.
                   1043: <li>Fixed a potential race on luna88k, where a secondary cpu incorrectly resets variables on the primary cpu.
                   1044: <!-- 2013/08/07 -->
                   1045: <li>Merged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhts&manpath=OpenBSD%20Current&sektion=1&format=html">uhts(1)</a> into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&manpath=OpenBSD%20Current&sektion=1&format=html">ums(1)</a>.
                   1046: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> scripts for ipropd-master and ipropd-slave.
                   1047: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtwn&manpath=OpenBSD%20Current&sektion=4&format=html">urtwn(4)</a> for upgrades to macppc ramdisk.
                   1048: <li>Enabled ctrl-left-arrow and ctrl-right-arrow to move forward/back a word in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>; matching <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a>'s recent change.
                   1049: <li>Do getopt parsing for all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> commands, to ensure consistent behaviour.
                   1050: <li>Implemented the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> font-escape sequence \f(BI "bold+italic".
                   1051: <li>Made it possible for graphics drivers to opt-out of VGA arbitration.
                   1052: <li>Neither the flow control diff nor the RX checksum offload diff is responsible for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&manpath=OpenBSD%20Current&sektion=4&format=html">gem(4)</a> hangs, so put them back.
                   1053: <li>Bugfix update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> version 1.4.2.
                   1054: <li>Build libdrm_radeon on sparc64.
                   1055: <li>Create <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> device nodes on sparc64 and create additional entries on amd64/i386/macppc for running with multiple cards.
                   1056: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> regression: symlinking a file would incorrectly canonicalise the target path (bz#2129).
                   1057: <li>Disabled libexec/identd and enable usr.sbin/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a>.
                   1058: <li>After a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=panic&manpath=OpenBSD%20Current&sektion=9&format=html">panic(9)</a>, do not fill up the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&manpath=OpenBSD%20Current&sektion=8&format=html">dmesg(8)</a> with splassert messages. They scroll away the important information.
                   1059: <li>Another major overhaul of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a> GEM code.
                   1060: <li>Make sure states learnt via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&manpath=OpenBSD%20Current&sektion=4&format=html">pfsync(4)</a> from a peer with the same ruleset checksum get properly assigned to rules.
                   1061: <!-- 2013/08/06 -->
                   1062: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> warning on missing newline at EOF. Matches the behaviour of gcc >= 4.3 and clang.
                   1063: <li>Moved check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mktemp&manpath=OpenBSD%20Current&sektion=1&format=html">mktemp(1)</a> for template length, so error message is also shown in the -t case instead of EINVAL.
                   1064: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=user&manpath=OpenBSD%20Current&sektion=8&format=html">user(8)</a> write UIDs/GIDs as unsigned in the passwd file and error messages. Matches what <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pw_scan&manpath=OpenBSD%20Current&sektion=3&format=html">pw_scan(3)</a> expects.
                   1065: <li>Switched vax to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 3.3.6; removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 2.95 from the tree.
                   1066: <!-- 2013/08/05 -->
                   1067: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> bug by reverting r1.10 of term.c: after a leading blank on an output line, don't generate a premature line break.
                   1068: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> to the Intel/FreeBSD current version. Brings support for the flow control and additional (untested) bits for 1G fibre versions.
                   1069: <!-- 2013/08/03 -->
                   1070: <li>Enabled MSI on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a> RT810xE.
                   1071: <li>Unbreak PMTU-discovery for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a> AES-GCM.
                   1072: <li>Don't flush the cache on page inflate for hibernate on amd64 for faster resume on some machines.
                   1073: <!-- 2013/08/02 -->
                   1074: <li>Fixed corner cases in the implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pow&manpath=OpenBSD%20Current&sektion=3&format=html">pow(3)</a> to make it compatible with C99.
                   1075: <!-- 2013/08/01 -->
                   1076: <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=if_nametoindex&manpath=OpenBSD%20Current&sektion=3&format=html">if_nametoindex(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=if_indextoname&manpath=OpenBSD%20Current&sektion=3&format=html">if_indextoname(3)</a> for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a>. 20x speedup factor with some complex rulesets.
                   1077: <li>Create more inodes on the sparc64 installation ramdisk. Prevents problems during install/upgrade when files or nodes need to be added.
                   1078: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&manpath=OpenBSD%20Current&sektion=4&format=html">ral(4)</a> support for the Ralink RT3060, which uses the RT3572 MAC/BBP.
                   1079: <!-- 2013/07/31 -->
                   1080: <li>Remove the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> glue from the installer (it has never been used and is being replaced).
1.1277    brett    1081:
1.1164    deraadt  1082: </ul>
1.422     deraadt  1083: <p>
1.203     deraadt  1084:
1.14      deraadt  1085: <hr>
1.1016    pvalchev 1086: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
1.729     horacio  1087: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1320  ! brett    1088: <br><small>$OpenBSD: plus.html,v 1.1319 2014/01/05 06:42:51 brett Exp $</small>
1.14      deraadt  1089:
                   1090: </body>
1.1320  ! brett    1091:
        !          1092:
        !          1093:
        !          1094:
1.1277    brett    1095: