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

Annotation of www/plus.html, Revision 1.1314

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.422     deraadt    77: <ul>
1.1314  ! brett      78: <!-- 2013/11/24 -->
        !            79: <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.
        !            80: <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.
        !            81: <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).
        !            82: <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.
        !            83: <li>I2C driver for am335x added to armv7 (not enabled yet).
        !            84: <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.
        !            85: <!-- 2013/11/23 -->
        !            86: <li>Merged mesa 9.2.3.
        !            87: <li>In install.sub, use a flag file to recognise a successful autoinstaller run; provide the autoinstaller logfile as mail to root.
        !            88: <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.
        !            89: <!-- 2013/11/22 -->
        !            90: <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.
        !            91: <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>.
        !            92: <!-- 2013/11/21 -->
        !            93: <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".
        !            94: <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>.
        !            95: <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.
        !            96: <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>.
        !            97: <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.
        !            98: <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>.
        !            99: <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>).
        !           100: <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>.
        !           101: <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>.
        !           102: <li>Changed /dev/drm* permissions to 0600.
        !           103: <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.
        !           104: <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.
        !           105: <!-- 2013/11/20 -->
        !           106: <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",
        !           107: <li>Removed disksort from the kernel, now that all the direct users have been removed.
        !           108: <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.
        !           109: <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.
        !           110: <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.
        !           111: <!-- 2013/11/19 -->
        !           112: <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.
        !           113: <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.
        !           114: <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.
        !           115: <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).
        !           116: <li>In install.sub, try to fetch a host-specific responsefile, fallback to a generic one otherwise.
        !           117: <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>.
        !           118: <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>.
        !           119: <!-- 2013/11/18 -->
        !           120: <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.
        !           121: <li>While autoinstalling, decide whether to install or upgrade from DHCP attribute "filename".
        !           122: <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.
        !           123: <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.
        !           124: <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>.
        !           125: <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.
        !           126: <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     127: <!-- 2013/11/17 -->
                    128: <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>.
                    129: <li>Unhooked radeonold from the build.
                    130: <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>.
                    131: <li>Removed unused /dev/X0 entries.
                    132: <!-- 2013/11/16 -->
                    133: <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>.
                    134: <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.
                    135: <!-- 2013/11/15 -->
                    136: <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.
                    137: <li>Reverted r1.858 of sys/net/pf.c, as it caused panics.
                    138: <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>.
                    139: <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.
                    140: <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.
                    141: <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>.
                    142: <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.
                    143: <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.
                    144: <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.
                    145: <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.
                    146: <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.
                    147: <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.
                    148: <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.
                    149: <li>Fixed ^C handling in miniroot.
                    150: <!-- 2013/11/14 -->
                    151: <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.
                    152: <!-- 2013/11/13 -->
                    153: <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).
                    154: <li>Ignore empty lines and empty answers in install.conf.
                    155: <li>Fixed usbd_dopoll() to take the device as argument (polling is done per controller not per interface).
                    156: <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.
                    157: <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.
                    158: <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.
                    159: <li>Don't set the TENTATIVE flag on an IPv6 address that is marked as NODAD (otherwise address is rendered unusable).
                    160: <li>Ensure that install.conf is non-empty and is re-fetched on every restart of the autoinstaller.
                    161: <!-- 2013/11/12 -->
                    162: <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").
                    163: <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.
                    164: <li>Fixed bootloader random hangs while counting down on LUNA-88K2; applied same logic to luna88k/dev/timekeeper.c.
                    165: <!-- 2013/11/11 -->
                    166: <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>.
                    167: <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>.
                    168: <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).
                    169: <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.
                    170: <li>Updated to xf86-input-keyboard 1.8.0.
                    171: <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)".
                    172: <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.
                    173: <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).
                    174: <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     175: <!-- 2013/11/10 -->
                    176: <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.
                    177: <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.
                    178: <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.
                    179: <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).
                    180: <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.
                    181: <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.
                    182: <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.
                    183: <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'.
                    184: <li>Many font packages updated.
                    185: <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.
                    186: <!-- 2013/11/09 -->
                    187: <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.
                    188: <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.
                    189: <li>Abort autoinstaller if no sets are found in install_files(), or in case of an invalid answer to a yes/no question.
                    190: <!-- 2013/11/08 -->
                    191: <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.
                    192: <li>Merged in mesa version 9.2.2.
                    193: <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).
                    194: <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.
                    195: <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>.
                    196: <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.
                    197: <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.
                    198: <!-- 2013/11/07 -->
                    199: <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>.
                    200: <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.
                    201: <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.
                    202: <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.
                    203: <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.
                    204: <!-- 2013/11/06 -->
                    205: <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.
                    206: <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.
                    207: <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.
                    208: <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>.
                    209: <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.
                    210: <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.
                    211: <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>.
                    212: <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.
                    213: <!-- 2013/11/05 -->
                    214: <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).
                    215: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iop&manpath=OpenBSD%20Current&sektion=4&format=html">iop(4)</a>.
                    216: <li>Use DL_SETPSIZE() on i386 to set partition size. Fixes tree breakage.
                    217: <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.
                    218: <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.
                    219: <!-- 2013/11/04 -->
                    220: <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).
                    221: <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.
                    222: <li>Let fuse_opt_insert_arg() take an empty string as argument, to unbreak ntfs-3g.
                    223: <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.
                    224: <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.
                    225: <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.
                    226: <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     227: <!-- 2013/11/03 -->
                    228: <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>.
                    229: <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>.
                    230: <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).
                    231: <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).
                    232: <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>.
                    233: <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.
                    234: <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.
                    235: <!-- 2013/11/02 -->
                    236: <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.
                    237: <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.
                    238: <li>Hooked up sunxi bits for miniroot and ramdisk (tested on pcduino).
                    239: <li>Use m_copydata() instead of mtod(), so routing messages compatibility code will work on strict alignment architectures.
                    240: <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.
                    241: <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.
                    242: <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.
                    243: <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.
                    244: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=4&format=html">fuse(4)</a>.
                    245: <li>Update UK dialling codes from ofcom information, and added 970 (Palestine), to share/misc/inter.phone.
                    246: <!-- 2013/11/01 -->
                    247: <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).
                    248: <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>.
                    249: <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.
                    250: <!-- 2013/10/31 -->
                    251: <li>Converted the route expire timestamp in kernel and routing message to 64 bit.
                    252: <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.
                    253: <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.
                    254: <li>Added a header for various hardware implementation dependent register (HID) definitions to macppc.
                    255: <!-- 2013/10/30 -->
                    256: <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.
                    257: <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.
                    258: <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().
                    259: <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>.
                    260: <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.
                    261: <li>Allow kernels to compile without INET6.
                    262: <!-- 2013/10/29 -->
                    263: <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.
                    264: <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>.
                    265: <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.
                    266: <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.
                    267: <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>.
                    268: <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.
                    269: <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).
                    270: <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>.
                    271: <!-- 2013/10/28 -->
                    272: <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.
                    273: <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.
                    274: <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.
                    275: <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.
                    276: <li>On armv7, enabled blocksize > 512.
                    277: <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.
                    278: <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.
                    279: <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.
                    280: <li>Revamped armv7 ramdisk and miniroot creation process; installer can recognise the SoC and makes decision based on it.
                    281: <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>
                    282: <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>.
                    283: <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.
                    284: <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.
                    285: <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).
                    286: <li>Make sure that the kernel symbols area isn't marked as free space on armv7.
                    287: <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.
                    288: <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     289: <!-- 2013/10/27 -->
                    290: <li>Support added for unattended OpenBSD installations, using DHCP and a response file.
                    291: <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.
                    292: <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:"
                    293: <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.
                    294: <li>Fixed the timer on sunxi A20 boards.
                    295: <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.
                    296: <!-- 2013/10/26 -->
                    297: <li>Fixed makefile, to make sure we build the manual pages of all architectures on macppc.
                    298: <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.
                    299: <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.
                    300: <li>For sunxi boards where u-boot doesn't set MAC address (e.g. pcduino), generate address based on the Security ID (SID).
                    301: <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.
                    302: <!-- 2013/10/25 -->
                    303: <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.
                    304: <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.
                    305: <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.
                    306: <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.
                    307: <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).
                    308: <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.
                    309: <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.
                    310: <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.
                    311: <li>X11 clients added to the aviion architecture.
                    312: <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.
                    313: <li>Fixed regression that made the pandaboard panic when it tried to enable PRCM_MMC0 on the omap4.
                    314: <!-- 2013/10/24 -->
                    315: <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>.
                    316: <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>.
                    317: <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).
                    318: <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.
                    319: <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.
                    320: <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.
                    321: <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.
                    322: <li>Do not rely on u-boot to enable mmc clocks on armv7.
                    323: <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.
                    324: <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.
                    325: <!-- 2013/10/23 -->
                    326: <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.
                    327: <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.
                    328: <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).
                    329: <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>.
                    330: <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.
                    331: <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.
                    332: <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.
                    333: <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)
                    334: <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.
                    335: <!-- 2013/10/22 -->
1.1310    brett     336: <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     337: <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.
                    338: <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.
                    339: <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.
                    340: <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).
                    341: <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.
                    342: <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.
                    343: <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.
                    344: <li>Added support for allwinner-based devices (A1x/A20) such as the cubieboard to armv7.
                    345: <!-- 2013/10/22 -->
                    346: <!-- 2013/10/21 -->
                    347: <li>Removed arc4random_stir() and arc4random_addrandom(), which should not be called directly.
                    348: <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 "/".
                    349: <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.
                    350: <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.
                    351: <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.
                    352: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vxlan&manpath=OpenBSD%20Current&sektion=4&format=html">vxlan(4)</a>.
                    353: <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.
                    354: <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>.
                    355: <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).
                    356: <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.
                    357: <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.
                    358: <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>.
                    359: <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     360: <!-- 2013/10/20 -->
                    361: <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.
                    362: <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.
                    363: <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>.
                    364: <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>.
                    365: <li>In hibernate for i386/amd64, temporarily reverted "Realmode park" mode.
                    366: <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.
                    367: <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)".
                    368: <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.
                    369: <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.
                    370: <li>Updated to xf86-video-dummy 0.3.7 and xf86-video-vesa 2.3.3.
                    371: <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.
                    372: <li>Fixed resume time stream corruption seen on x230 with large (16GB) unhibernation.
                    373: <li>Allow hibernate to work on Ivy Bridge and later CPUs.
                    374: <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.
                    375: <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.
                    376: <li>Fixed some spurious failure-to-hibernate errors.
                    377: <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.
                    378: <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".
                    379: <!-- 2013/10/19 -->
1.1309    brett     380: <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     381: <li>Reverted r1.138 of pp/cwm/client.c (WM_TAKE_FOCUS) for now.
                    382: <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.
                    383: <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.
                    384: <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>.
                    385: <li>Support the hibernate key (Fn-F12) on thinkpads.
                    386: <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>.
                    387: <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>.
                    388: <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.
                    389: <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.
                    390: <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.
                    391: <li>When we attach a network interface, do not reuse the last index. Avoids some race conditions.
                    392: <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.
                    393: <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.
                    394: <li>Fixed some 512-byte block vs disk sector confusion on hppa and sgi.
                    395: <!-- 2013/10/18 -->
                    396: <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.
                    397: <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.
                    398: <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 % @.
                    399: <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.
                    400: <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.
                    401: <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.
                    402: <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>.
                    403: <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.
                    404: <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).
                    405: <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.
                    406: <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.
                    407: <!-- 2013/10/17 -->
                    408: <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).
                    409: <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.
                    410: <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>.
                    411: <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).
                    412: <!-- 2013/10/16 -->
                    413: <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).
                    414: <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.
                    415: <li>Support added for oaic in the aviion boot blocks.
                    416: <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.
                    417: <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.
                    418: <!-- 2013/10/15 -->
                    419: <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.
                    420: <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.
                    421: <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.
                    422: <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.
                    423: <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.
                    424: <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.
                    425: <!-- 2013/10/14 -->
                    426: <li>Added support for ERL ethernet on octeon (which can now be booted over NFS).
                    427: <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.
                    428: <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.
                    429: <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.
                    430: <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.
                    431: <li>Check for invalid values in the routing message, to stop root crashing kernel from userland.
                    432: <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     433: <!-- 2013/10/13 -->
                    434: <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>.
                    435: <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.
                    436: <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.
                    437: <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.
                    438: <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.
                    439: <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.
                    440: <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.
                    441: <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.
                    442: <!-- 2013/10/12 -->
                    443: <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).
                    444: <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.
                    445: <!-- 2013/10/11 -->
                    446: <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>.
                    447: <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.
                    448: <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.
                    449: <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.
                    450: <!-- 2013/10/10 -->
                    451: <li>Updated to freetype 2.5.0.1.
                    452: <li>Added support for am335x edma3 controller to armv7.
                    453: <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).
                    454: <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.
                    455: <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.
                    456: <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 /.
                    457: <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).
                    458: <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.
                    459: <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.
                    460: <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.
                    461: <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 %.
                    462: <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).
                    463: <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.
                    464: <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.
                    465: <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.
                    466: <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.
                    467: <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.
                    468: <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.
                    469: <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.
                    470: <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.
                    471: <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.
                    472: <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.
                    473: <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.
                    474: <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.
                    475: <!-- 2013/10/09 -->
                    476: <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).
                    477: <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>.
                    478: <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.
                    479: <li>Merged binutils 2.15 einfo() buffering change to binutils-2.17.
                    480: <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.
                    481: <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.
                    482: <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.
                    483: <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.
                    484: <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.
                    485: <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.
                    486: <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.
                    487: <!-- 2013/10/07 -->
                    488: <li>Fixed dixfonts from upstream for CVE-2013-4396 (use after free in Xserver handling of ImageText requests).
                    489: <li>When available, use monitor/mwait to idle on i386/amd64.
                    490: <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
                    491: <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.
                    492: <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.
                    493: <!-- 2013/10/08-->
                    494: <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.
                    495: <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.
                    496: <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".
                    497: <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     498: <!-- 2013/10/06 -->
                    499: <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.
                    500: <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>.
                    501: <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).
                    502: <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.
                    503: <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).
                    504: <!-- 2013/10/05 -->
                    505: <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.
                    506: <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.
                    507: <li>Support for the i.MX6-based Wandboard Quad added to the armv7 architecture.
                    508: <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.
                    509: <li>Removed Adaptec 2940 SCSI controllers from i386 RAMDISK kernels to make other things fit.
                    510: <li>Use monitor/mwait to idle amd64 CPUs when available.
                    511: <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>.
                    512: <li>Updated to mesa 9.2.1.
                    513: <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>.
                    514: <!-- 2013/10/04 -->
                    515: <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.
                    516: <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.
                    517: <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.
                    518: <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).
                    519: <!-- 2013/10/03 -->
                    520: <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.
                    521: <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.
                    522: <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.
                    523: <li>Kernel adjusted to print many daddr_t variables with %lld, and u_int64_t variables with %llu in many places.
                    524: <!-- 2013/10/02 -->
                    525: <!-- 2013/10/01 -->
                    526: <li>Made it possible to correctly set up and label a vnd image with a boot area on aviion.
                    527: <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.
                    528: <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>.
                    529: <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".
                    530: <!-- 2013/09/30 -->
                    531: <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.
                    532: <li>Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX (not MAXPATHNAMELEN, MAXNAMLEN or MAXLOGNAME) in the C library.
1.1305    brett     533: <!-- 2013/09/29 -->
                    534: <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.
                    535: <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>.
                    536: <li>On aviion, test whether the WHOAMI register exists before using it.
                    537: <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.
                    538: <!-- 2013/09/28 -->
                    539: <li>Enabled mpath, rdac, and sym in GENERIC kernels to find bugs.
                    540: <li>Ensure stack is 1:1 mapped before attempting to give control back to the PROM at halt/reboot time, so aviion can reboot.
                    541: <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.
                    542: <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.
                    543: <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.
                    544: <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>.
                    545: <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).
                    546: <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.
                    547: <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.
                    548: <!-- 2013/09/27 -->
                    549: <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.
                    550: <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.
                    551: <!-- 2013/09/26 -->
                    552: <li>Use the cpuid vendor string (not model string) when enabling VIA specific amd64 code so the code works with Eden X2 processors.
                    553: <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.
                    554: <!-- 2013/09/25 -->
                    555: <!-- 2013/09/24 -->
                    556: <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.
                    557: <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.
                    558: <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.
                    559: <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.
                    560: <!-- 2013/09/23 -->
                    561: <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.
                    562: <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     563: <!-- 2013/09/22 -->
                    564: <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.
                    565: <li>Fixed luna88k installer, to add bsd.mp to the default sets if &gt; 1 processor.
                    566: <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.
                    567: <li>Updated to: util-macros 1.17.1 and videoproto 2.3.2.
                    568: <li>Merge unbound 1.4.21 and ldns 1.6.16.
                    569: <!-- 2013/09/21 -->
                    570: <li>Fixed tmpfs' uio_offset, to stop it skipping one entry for each block.
                    571: <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.
                    572: <li>Made aviion understand ELF files well enough to netboot kernels on AV530.
                    573: <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.
                    574: <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.
                    575: <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.
                    576: <!-- 2013/09/20 -->
                    577: <li>Added support for root on NFSv3.
                    578: <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.
                    579: <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.
                    580: <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.
                    581: <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.
                    582: <!-- 2013/09/19 -->
                    583: <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.
                    584: <!-- 2013/09/18 -->
                    585: <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).
                    586: <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).
                    587: <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).
                    588: <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.
                    589: <!-- 2013/09/17 -->
                    590: <!-- 2013/09/16 -->
                    591: <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.
                    592: <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     593: <!-- 2013/09/15 -->
                    594: <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".
                    595: <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.
                    596: <!-- 2013/09/14 -->
                    597: <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).
                    598: <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.
                    599: <!-- 2013/09/13 -->
                    600: <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.
                    601: <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.
                    602: <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).
                    603: <!-- 2013/09/12 -->
                    604: <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>.
                    605: <li>Added basic support for eMMC memory and enable it on the BeagleBone Black.
                    606: <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).
                    607: <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.
                    608: <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.
                    609: <!-- 2013/09/11 -->
                    610: <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>.
                    611: <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).
                    612: <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.
                    613: <!-- 2013/09/10 -->
                    614: <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.
                    615: <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.
                    616: <!-- 2013/09/09 -->
                    617: <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).
                    618: <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>.
                    619: <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     620: <!-- 2013/09/08 -->
                    621: <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).
                    622: <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.
                    623: <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.
                    624: <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.
                    625: <!-- 2013/09/07 -->
                    626: <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.
                    627: <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.
                    628: <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.
                    629: <!-- 2013/09/06 -->
                    630: <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.
                    631: <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.
                    632: <li>Support added to arm for FreeScale's i.MX6 SoC.
                    633: <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).
                    634: <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.
                    635: <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.
                    636: <!-- 2013/09/05 -->
                    637: <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.
                    638: <li>Merged mesa version 9.2.0 into xenocara.
                    639: <!-- 2013/09/04 -->
                    640: <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).
                    641: <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).
                    642: <li>The beagle architecture has been replaced by the more generic armv7.
                    643: <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>.
                    644: <!-- 2013/09/04 -->
                    645: <li>Added libtxc_dxtn 1.0.1, a DXTn/S3 texture compression library.
                    646: <!-- 2013/09/03 -->
                    647: <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.
                    648: <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.
                    649: <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.
                    650: <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.
                    651: <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.
                    652: <!-- 2013/09/02 -->
                    653: <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     654: <!-- 2013/09/01 -->
                    655: <li>Use arc4random(9) as the preferred random number source in fontconfig.
                    656: <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>.
                    657: <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).
                    658: <!-- 2013/08/31 -->
                    659: <li>Updated GLU to version 9.0.0. GLU was previously part of Mesa but is now separate.
                    660: <!-- 2013/08/30 -->
                    661: <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.
                    662: <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.
                    663: <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>.
                    664: <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".
                    665: <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>.
                    666: <!-- 2013/08/29 -->
                    667: <li>Fixed handling of getdents() against UDF filesystems.
                    668: <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>.
                    669: <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.
                    670: <!-- 2013/08/28 -->
                    671: <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.
                    672: <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.
                    673: <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.
                    674: <!-- 2013/08/27 -->
                    675: <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>.
                    676: <!-- 2013/08/26 -->
                    677: <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.
                    678: <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.
                    679: <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).
                    680: <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.
                    681: <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.
                    682: <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.
                    683: <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>.
                    684: <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>.
                    685: <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.
                    686: <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.
                    687: <!-- 2013/08/25 -->
                    688: <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.
                    689: <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.
                    690: <li>Updated to pixman 0.30.2.
                    691: <li>Allocate and deallocate memory for encryption contexts within cryptosoft. Removes the need for zerokey functions.
                    692: <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.
                    693: <li>Initialise loongson pcimap earlier, to make sure its value is not tested before initialisation (only affects 2e systems).
                    694: <!-- 2013/08/24 -->
                    695: <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.
                    696: <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.
                    697: <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.
                    698: <!-- 2013/08/23 -->
                    699: <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.
                    700: <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.
                    701: <li>Fix memory initialisation for octeons that have less than 256MB.
1.1300    brett     702: <!-- 2013/08/22 -->
                    703: <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.
                    704: <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).
                    705: <!-- 2013/08/21 -->
                    706: <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.
                    707: <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.
                    708: <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.
                    709: <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.
                    710: <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.
                    711: <!-- 2013/08/20 -->
                    712: <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.
                    713: <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.
                    714: <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).
                    715: <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.
                    716: <!-- 2013/08/19 -->
                    717: <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>.
                    718: <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.
                    719: <li>Fixed kernel profiling on powerpc architectures (broken since the buffers were made per-cpu).
                    720: <!-- 2013/08/18 -->
                    721: <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.
                    722: <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).
                    723: <li>Fixed xf86-video-ati shadowfb on big-endian machines.
                    724: <!-- 2013/08/17 -->
                    725: <li>Updated to: xload 1.1.2, xprop 1.2.2, xset 1.2.3, libXfont 1.4.6 and xwd 1.0.6.
                    726: <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.
                    727: <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>.
                    728: <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.
                    729: <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.
                    730: <!-- 2013/08/16 -->
                    731: <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.
                    732: <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.
                    733: <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.
                    734: <li>Updated to xf86-video-ati 7.2.0. Fixes endianess problem with kms.
                    735: <li>Avoid integer overflow in sector calculation reading UDF DVDs, which broke reads past 2GB.
                    736: <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.
                    737: <!-- 2013/08/15 -->
                    738: <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.
                    739: <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>.
                    740: <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.
                    741: <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.
                    742: <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.
                    743: <!-- 2013/08/14 -->
                    744: <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).
                    745: <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.
                    746: <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.
                    747: <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.
                    748: <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.
                    749: <!-- 2013/08/13 -->
                    750: <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>.
                    751: <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.
                    752: <li>Updated iceauth to 1.0.6 and xfwp to 1.0.3.
                    753: <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.
                    754: <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.
                    755: <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.
                    756: <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 .
                    757: <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.
                    758: <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>.
                    759: <!-- 2013/08/12 -->
                    760: <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.
                    761: <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.
                    762: <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.
                    763: <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>.
                    764: <!-- 2013/08/11 -->
                    765: <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.
                    766: <li>Enabled xf86-video-ati kernel modesetting support.
                    767: <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.
                    768: <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.
                    769: <!-- 2013/08/10 -->
                    770: <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.
                    771: <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.
                    772: <li>Fixed a potential race on luna88k, where a secondary cpu incorrectly resets variables on the primary cpu.
                    773: <!-- 2013/08/07 -->
                    774: <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>.
                    775: <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.
                    776: <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.
                    777: <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.
                    778: <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.
                    779: <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".
                    780: <li>Made it possible for graphics drivers to opt-out of VGA arbitration.
                    781: <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.
                    782: <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.
                    783: <li>Build libdrm_radeon on sparc64.
                    784: <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.
                    785: <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).
                    786: <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>.
                    787: <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.
                    788: <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.
                    789: <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.
                    790: <!-- 2013/08/06 -->
                    791: <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.
                    792: <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.
                    793: <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.
                    794: <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.
                    795: <!-- 2013/08/05 -->
                    796: <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.
                    797: <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.
                    798: <!-- 2013/08/04 -->
                    799: <!-- 2013/08/03 -->
                    800: <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.
                    801: <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.
                    802: <li>Don't flush the cache on page inflate for hibernate on amd64 for faster resume on some machines.
                    803: <!-- 2013/08/02 -->
                    804: <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.
                    805: <!-- 2013/08/01 -->
                    806: <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.
                    807: <li>Create more inodes on the sparc64 installation ramdisk. Prevents problems during install/upgrade when files or nodes need to be added.
                    808: <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.
                    809: <!-- 2013/07/31 -->
                    810: <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     811:
1.1164    deraadt   812: </ul>
1.422     deraadt   813: <p>
1.203     deraadt   814:
1.14      deraadt   815: <hr>
1.1016    pvalchev  816: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
1.729     horacio   817: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1314  ! brett     818: <br><small>$OpenBSD: plus.html,v 1.1313 2013/11/22 22:06:55 brett Exp $</small>
1.14      deraadt   819:
                    820: </body>
1.1277    brett     821: