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

Annotation of www/plus.html, Revision 1.1282

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>,
                     68: <a href="plus53.html">5.3</a>.
1.422     deraadt    69: <br>
1.186     deraadt    70: </h3>
                     71:
                     72: <p>
1.1276    deraadt    73: <h3><font color="#0000e0">Changes made between OpenBSD 5.3 and -current</font></h3><p>
1.847     deraadt    74: <p>
                     75:
1.422     deraadt    76: <ul>
1.1282  ! brett      77: <!-- 2013/04/14 -->
        !            78: <li>Added escape codes for F21 to F24 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&manpath=OpenBSD%20Current&sektion=4&format=html">wscons(4)</a>.
        !            79: <li>Support added for F13-F24 keys found on IBM 122-key <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&manpath=OpenBSD%20Current&sektion=4&format=html">pckbc(4)</a> keyboards.
        !            80: <li>Unbreak tape boot blocks on mvme68k (broken since the switch to the MI libsa loadfile code).
        !            81: <li>To speed scrolling, framebuffer acceleration now uses the registers to determine first visible pixel; works even while X is running, and safely scroll when printing panic messages or if we've entered <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&manpath=OpenBSD%20Current&sektion=4&format=html">ddb(4)</a>.
        !            82: <li>Added new option to xenocara to automatically build the Gallium3D software rasteriser as part of the libGL.
        !            83: <!-- 2013/04/13 -->
        !            84: <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> turns hsync/vsync back on at crt enable (v2) for intel i915 chipsets.
        !            85: <li>Perform a warm reset instead of putting hardware into full sleep mode to avoid system hangs upon "ifconfig down up" with some AR5212 hardware.
        !            86: <!-- 2013/04/12 -->
        !            87: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cnmac&manpath=OpenBSD%20Current&sektion=4&arch=octeon&format=html">cnmac(4/octeon)</a> log messages displayed to the user.
        !            88: <li>Remove some Korean characters from the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> utf8 zero-width list that shouldn't be there.
        !            89: <li>Copy the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> client into the new cmdq in source-file so commands that work on it (such as new-session) can work.
        !            90: <li>Enable the fallback method of getting the crt EDID on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> if normal gmbus access fails for the intel i915 chipsets.
        !            91: <!-- 2013/04/11 -->
        !            92: <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> lease synchronisation by making the sync header contain the correct packet length even when padding is present.
        !            93: <li>Call setlocale(LC_TIME) at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> startup.
        !            94: <li>In the resolver, avoid a mem leak and reinit of context for each resolver call for single threaded programs.
        !            95: <li>Send an SGR0 after turning on modifyOtherKeys, to fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> Terminal.app which treats \033[>4;1m and \033[4;1m (bold+underline).
        !            96: <!-- 2013/04/10 -->
        !            97: <li>Copy out a blank string if no wmesg, so userland can rely on reading <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=3&format=html">sysctl(3)</a> p_wmesg[0] and not find junk leftover from before.
        !            98: <li>Quieten disconnect notifications on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> server from error() back to logit() if it is a normal client closure; bz#2057.
        !            99: <li>Fixed bug introduced in last commit, which led to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&manpath=OpenBSD%20Current&sektion=1&format=html">pax(1)</a> checking the typeflag after already overwriting it.
        !           100: <li>Correctly handle data memory protection ID traps on hppa.
        !           101: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&manpath=OpenBSD%20Current&sektion=8&format=html">compat_linux(8)</a> fixes: assert that refcount is larger than 0 when doing futex_put; prevent multiple futex pool initialisations.
        !           102: <li>Set EV_WRITE for jobs so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> run/if-shell jobs don't hang.
        !           103: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> bug where end guard in control mode was not printed after session destroyed.
        !           104: <!-- 2013/04/09 -->
        !           105: <li>Get the standard path for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=which&manpath=OpenBSD%20Current&sektion=1&format=html">which(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whereis&manpath=OpenBSD%20Current&sektion=1&format=html">whereis(1)</a> from _PATH_STDPATH instead of sysctl({CTL_USER,USER_CS_PATH}).
        !           106: <li>Added a magic number to the head of the signature block to prevent accidental unhibernates and endless unhibernate/reboot cycles.
        !           107: <li>newvers.sh uses "basename" for directory name to stamp the kernel version ID with. Permit paths with spaces in the name.
        !           108: <li>Added extended header support for ustar in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&manpath=OpenBSD%20Current&sektion=1&format=html">pax(1)</a>. Currently only path and linkpath are handled.
        !           109: <li>Retry <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> when SSL_read fails with SSL_ERROR_WANT_READ. Fixes the case where a https server attempts renegotiation.
        !           110: <li>Show what was parsed in resolver debug output.
        !           111: <!-- 2013/04/08 -->
        !           112: <li>Resolver will not fail anymore if the user buffer is too short to hold the packet: fill it to the given size, return the packet length.
        !           113: <li>Plugged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmw&manpath=OpenBSD%20Current&sektion=1&format=html">cmw(1)</a> memleak: always need to menuq_clear even when a selection is made.
        !           114: <li>Recalculate IP/protocol checksums of packets (re)injected via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=divert&manpath=OpenBSD%20Current&sektion=4&format=html">divert(4)</a> sockets.
        !           115: <li>Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a>.
        !           116: <li>Allow octeon to find it's root device, based on the flags passed by U-Boot. Temporary fix until there are proper bootblocks.
        !           117: <li>Made the resolver comply with RFC2553. Fixes hostname resolution for OpenVPN 2.3.1.
1.1281    brett     118: <!-- 2013/04/07 -->
                    119: <li>Make the netinet6 SO_BINDANY socket option also work for raw IPv6 sockets.
                    120: <!-- 2013/04/06 -->
                    121: <li>Check BGE_SGDIG_STS when the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> chip is NOT a 5717 A0.
                    122: <li>Added an -E option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> to append debugging logs to a specified file instead of stderr or syslog.
                    123: <li>Turn a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> error into a warning to be able to start l2tp tunnels even if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gre&manpath=OpenBSD%20Current&sektion=4&format=html">gre(4)</a> is not allowed.
                    124: <!-- 2013/04/05 -->
                    125: <li>Removed the rthreads <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a>, as they are always enabled.
                    126: <li>The new resolver will now not fail on EINTR.
                    127: <!-- 2013/04/04 -->
                    128: <li>Extend <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&manpath=OpenBSD%20Current&sektion=4&format=html">com(4)</a> to enable com3 on both i386 and amd64 (com4 config is added, but disabled).
                    129: <li>Cleanup <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> mux-created channels that are in SSH_CHANNEL_OPENING state too (in addition to ones already in OPEN); bz#2079.
                    130: <li>Use the existing _PATH_SSH_USER_RC define to construct the other <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> pathnames; bz#2077.
                    131: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> support for "d" floating-point suffix, as defined by draft N1312 of TR 24732.
                    132: <li>Do not allow the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=listen&manpath=OpenBSD%20Current&sektion=2&format=html">listen(2)</a> syscall for an already connected socket, as this would create a weird set of states in TCP.
                    133: <li>Fixed ufs bug where clear_remove() and clear_inodedeps() would not iterate over the entire pagedep and inodedep hash tables.
                    134: <li>Snapshots for the octeon platform are available now.
                    135: <li>Show only available actions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> script usage messages. Also, clean up the display of actions list.
                    136: <!-- 2013/04/03 -->
                    137: <li>Make the resolver properly follow the CNAME chain in reverse lookups.
                    138: <li>Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensure resolver doesn't trigger SIGPIPE.
                    139: <li>Honour PATH search order for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a>'s exec.
                    140: <li>Other window managers grab the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a> during the whole client setup process, so make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> match. Avoids race conditions.
                    141: <li>Make it possible for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> to explicitly specify the number of vcpus and the amount of memory for the primary domain. Also prevents people mistakenly creating two domains named "primary".
                    142: <!-- 2013/04/02 -->
                    143: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> EDID detailed timing vsync parsing and frame rate.
                    144: <li>Backout <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> commit, which introduced a bogus check that could lead to an infinite loop in some eDP setups.
                    145: <li>Reverted rev 1.21, to fix a race condition where multiple <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkdir&manpath=OpenBSD%20Current&sektion=1&format=html">mkdir(1)</a> -p's trying to create overlapping paths in parallel could error out.
                    146: <li>Re-implemented tcp_read() in the resolver, so it can get the packet length in multiple reads.
                    147: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&manpath=OpenBSD%20Current&sektion=4&format=html">tht(4)</a> set IFF_ALLMULTI when in promisc mode.
                    148: <li>Set the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nxe&manpath=OpenBSD%20Current&sektion=4&format=html">nxe(4)</a> IFF_ALLMULTI flag as appropriate.
                    149: <li>Removed Evergreen IDs incorrectly added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> radeondrm in the past.
                    150: <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> log format to fix a warning.
                    151: <!-- 2013/04/01 -->
                    152: <li>A large number of subsystems and utilities adjusted to use large time_t.
                    153: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpithinkpad&manpath=OpenBSD%20Current&sektion=4&format=html">acpithinkpad(4)</a> now ignores power change event from the newer thinkpads groups.
                    154: <li>Allow raw IPv6 sockets for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a> protocols, to match IPv4.
                    155: <li>If more than one lookup line is found in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a>, the latest one takes precedence.
                    156: <li>The resolver will now properly check for domain name truncation at various places and fail if that happens.
                    157: <li>Build mips kernels with -G 0 so it will link.
                    158: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> for some UltraSPARC T2 firmware which need "rngs" and "rng" nodes in the Hypervisor machine description.
                    159: <li>Avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdiff&manpath=OpenBSD%20Current&sektion=1&format=html">sdiff(1)</a> memory leak while parsing diff's output.
                    160: <li>Enable the use of getaddrinfo() in libxcb, to allow X11 clients to talk to a remote server over IPv6 again.
                    161: <li>Added octeon as a supported hardware platform.
                    162: <li>Fix so the hp300 boot blocks compile again.
                    163: <li>Validate the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> crypto I/O request when it is first received, rather than waiting until disk I/O is performed.
1.1280    brett     164: <!-- 2013/03/31 -->
                    165: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setrlimit&manpath=OpenBSD%20Current&sektion=2&format=html">setrlimit(2)</a> return EINVAL if rlim_cur > rlim_max, per POSIX.
                    166: <li>Added a default .cvsrc for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&manpath=OpenBSD%20Current&sektion=1&format=html">cvs(1)</a> to /etc/skel.
                    167: <li>Implement nameserver retry/backoff as in the old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolver&manpath=OpenBSD%20Current&sektion=3&format=html">resolver(3)</a>.
                    168: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&manpath=OpenBSD%20Current&sektion=3&format=html">getaddrinfo(3)</a> is now thread-safe.
                    169: <li>Use i2c bit-banging on the SDVO port for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915, rather than using buggy GMBUS. Makes more digital video ports (DVI, HDMI) work.
                    170: <li>Unbreak the build on amd64 by making sure that inteldrm pulls in the generic i2c bit-banging code.
                    171: <!-- 2013/03/30 -->
                    172: <li>Put back a space that got lost in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstat&manpath=OpenBSD%20Current&sektion=1&format=html">fstat(1)</a> state output.
                    173: <li>Do not transfer diverted packets into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a> processing, let them reach the socket the user has specified in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a>.
                    174: <li>Revert alpha and ppc to the binutils 2.15 state, to let a binutils 2.17 toolchain produce working binaries.
                    175: <li>Allow "0" as service name for raw sockets in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&manpath=OpenBSD%20Current&sektion=3&format=html">getaddrinfo(3)</a>.
                    176: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=async_resolver&manpath=OpenBSD%20Current&sektion=3&format=html">async_resolver(3)</a> assuming a local nameserver if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> doesn't exist, and just use /etc/hosts.
                    177: <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> EDID fetching over displayport.
                    178: <li>Two fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> intel_sdvo_write_cmd(): allocate a large enough buffer to store messages; make sure we return true if we successfully transferred the command. Makes it possible to talk to the SDVO chip on the other end.
                    179: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getent&manpath=OpenBSD%20Current&sektion=1&format=html">getent(1)</a>, use getaddrinfo() to display multiple addresses including IPv6.
                    180: <li>Prevent some undesirable interactions between using the brightness keys and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsconsctl&manpath=OpenBSD%20Current&sektion=8&format=html">wsconsctl(8)</a> on the Dell XPS M1330.
                    181: <li>Restrict protocol numbers for raw sockets to the range from 0 to 255.
                    182: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> temporarily refuse new messages if file system holding the queue has less than 10% of disk space or inodes left.
                    183: <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> memory leak during HTTP header parsing.
                    184: <!-- 2013/03/29 -->
                    185: <li>Revert to the old method of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> execbuffer pinning for i915.
                    186: <li>Provide a default <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> discipline interrupt handling function and migrate all of the disciplines that now have the same interrupt code.
                    187: <li>Added function to read the MPCore base address on arm. Allows dynamically determining where e.g. the interrupt controller is.
                    188: <li>Correctly show the scope for IPv6 addresses in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getnameinfo&manpath=OpenBSD%20Current&sektion=3&format=html">getnameinfo(3)</a>.
                    189: <li>Stopped the resolver failing in gethostbyname_async() when there are multiple addresses in a DNS packet.
                    190: <li>Prevent race conditions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> db file handling.
                    191: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> to be put into read-only mode so that all "set" requests will be rejected.
                    192: <li>Fixed some missing sd_sync check/wakeup after scsi_io_put() calls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a>.
                    193: <li>Fixed building <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtwn&manpath=OpenBSD%20Current&sektion=4&format=html">urtwn(4)</a> on the RAMDISK media.
                    194: <!-- 2013/03/28 -->
                    195: <li>Prevent panic during <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsx&manpath=OpenBSD%20Current&sektion=4&format=html">rtsx(4)</a> attachment if a card is inserted while booting and the interrupt handler triggered before <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdmmc&manpath=OpenBSD%20Current&sektion=4&format=html">sdmmc(4)</a> is attached.
                    196: <li>Let mii_attach() know where the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&manpath=OpenBSD%20Current&sektion=4&format=html">bnx(4)</a> PHY is located (instead of scanning for it) since we know where it will be anyway.
                    197: <li>Switch to the new resolver implementation.
                    198: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fmemopen&manpath=OpenBSD%20Current&sektion=3&format=html">fmemopen(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open_memstream&manpath=OpenBSD%20Current&sektion=3&format=html">open_memstream(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open_wmemstream&manpath=OpenBSD%20Current&sektion=3&format=html">open_wmemstream(3)</a>.
                    199: <li>If <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> -s to swap-pane is not given, use the current pane.
                    200: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> copy-mode -u still scroll up if already in copy mode, handy for people who bind it with -n.
                    201: <li>Let the new resolver accept and use any protocol specified by the caller.
                    202: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=expr&manpath=OpenBSD%20Current&sektion=1&format=html">expr(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=csh&manpath=OpenBSD%20Current&sektion=1&format=html">csh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> will no longer die with SIGFPE on INT_MIN / -1 or % -1. Instead, INT_MIN / -1 == INT_MIN and % -1 == 0.
                    203: <!-- 2013/03/27 -->
                    204: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&manpath=OpenBSD%20Current&sektion=1&format=html">pax(1)</a> support for write_opt=nodir for ustar archives. For tar archive readers that rely on appended "/".
                    205: <li>Added an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open_wmemstream&manpath=OpenBSD%20Current&sektion=3&format=html">open_wmemstream(3)</a> implementation and fixed various issues for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fmemopen&manpath=OpenBSD%20Current&sektion=3&format=html">fmemopen(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open_memstream&manpath=OpenBSD%20Current&sektion=3&format=html">open_memstream(3)</a>.
                    206: <li>Rewritten work unit handling code in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> RAID 1/4/5/6 interrupt handlers. Ensures that work units are always removed from the pending queue and that colliders are started, even in the event of an I/O failure.
                    207: <li>Move the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> cursor back into the last column on CUU/CUD, to match <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> behaviour.
                    208: <li>Make sure the new resolver only uses the search domains for DNS lookups, as the previous resolver did.
                    209: <!-- 2013/03/26 -->
                    210: <li>Short-circuit screen switching on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915 if we're switching to the screen that's currently active.
                    211: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> rePOSTing devices supported by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a>, as the driver now properly restores the graphics mode.
                    212: <li>Added AES-XTS support to aesni <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&manpath=OpenBSD%20Current&sektion=4&format=html">crypto(4)</a> driver on amd64. Allows <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> to benefit from the AES-NI instructions on newer Intel CPUs.
                    213: <li>Only accept partial keys if the timer has not expired. Fixes infinite <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> loop when escape is pressed the wrong number of times.
                    214: <!-- 2013/03/25 -->
                    215: <li>During upgrade network setup, print friendlier error message if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> is required but missing.
                    216: <li>Avoid null dereference affecting mod_perl, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> RT bug 116441.
                    217: <li>Imported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> 5.16.3 from CPAN.
                    218: <li>Added basic support for multiple screens to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a>, use this to provide proper virtual terminals to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915.
                    219: <li>Fixed libkvm build on m68k.
                    220: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> will try to establish client for run-shell and if-shell if no -t.
                    221: <li>Reverted the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> command-prefix change, which broke sequences of commands.
                    222: <li>Reseed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&manpath=OpenBSD%20Current&sektion=4&format=html">random(4)</a> pool with the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&manpath=OpenBSD%20Current&sektion=8&format=html">dmesg(8)</a> when more devices are attached.
                    223: <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&manpath=OpenBSD%20Current&sektion=8&format=html">ospf6d(8)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a>: allow two minutes until neighbour adjacencies are formed; for point-to-point interfaces, send lsupdates to the interface address (since there is no DR and multicast messages to the DR will be ignored); improve snapshot handling.
                    224: <li>Create a new context when copying instead of using the (possibly nonexistent) input context. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> crash.
                    225: <li>Display the window's column number in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> mode line, not the column number of the active window.
                    226: <li>Write escaped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> output in control mode rather than hex.
                    227: <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 handle empty pending output (and not fail), and add \n.
                    228: <li>When only two panes are in a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> window, only draw half the separating line as active.
                    229: <li>Don't let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> display-message crash if no client.
                    230: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> will now only send end guard if begin was sent.
                    231: <li>Process "^[" as meta when a partial key is found by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>.
                    232: <li>Record when the buffer was saved in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> undo history.
                    233: <li>Handle "no client" better in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> display-message.
                    234: <li>Don't zoom windows with one <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> pane.
                    235: <li>Correct line numbers for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> undo-list.
                    236: <li>Added home and end (as modified by xterm) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> keypad mode.
                    237: <li>Don't add prefix to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> %output pane id.
                    238: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> if-shell and run-shell if there are no sessions.
                    239: <li>Added time and a command count to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> control mode guards.
                    240: <li>Fixed handling of short (< 4 character) checksums and a bug with parsing old-style custom <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> layouts.
                    241: <li>Do not redraw <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> panes if invisible.
                    242: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> wait-for -L and -U for lock and unlock.
                    243: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> wait-for command which blocks a client on a named channel until it is woken up again (with wait-for -S).
                    244: <li>Allow lastgc to be NULL in grid_string_cells so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> find-window doesn't crash.
                    245: <li>Preserve trailing spaces with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> capture-pane -J.
                    246: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> -q flag to silence errors to capture-pane and show-options.
                    247: <li>Add -a to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> capture-pane, to capture alternate screen.
1.1279    brett     248: <!-- 2013/03/24 -->
                    249: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> libdrm to 2.4.42.
                    250: <li>Do not let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pstat&manpath=OpenBSD%20Current&sektion=8&format=html">pstat(8)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstat&manpath=OpenBSD%20Current&sektion=1&format=html">fstat(1)</a> leak kernel pointers, unless operating as root.
                    251: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> -A flag to new-session, to make it behave like attach-session if the session exists.
                    252: <li>Added resize-pane -Z to temporarily zoom/unzoom the active <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> pane.
                    253: <li>Added a -o option to set-option, to prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> setting an option already set.
                    254: <li>Add a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> command queue to standardise and simplify commands that call other commands.
                    255: <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 handle focus events from the terminal.
                    256: <li>Expand format variables in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> run-shell and if-shell shell commands.
                    257: <li>Added option command-prefix which is automatically prepended to any <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> command (apart from a naked default-shell).
                    258: <li>Added support for focus notifications when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> pane changes.
                    259: <!-- 2013/03/23 -->
                    260: <li>Reverted revision 1.138 of bsd.own.mk and switch amd64, i386, arm, sh and sparc64 back to binutils 2.15.
                    261: <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&manpath=OpenBSD%20Current&sektion=1&format=html">ld(1)</a> --gc-sections to stop it stripping out .note sections. Unbreaks building chromium with binutils-2.17.
                    262: <!-- 2013/03/22 -->
                    263: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> will now ignore client-identifier option sent by the server and instead record the local client-identifier used to obtain the lease, or construct one. Stops confusing servers when renewing a previous lease from a different MAC.
                    264: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> including the client-identifier option in OFFER or ACK messages, as per RFC 2131 4.3.1.
                    265: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> -C and -J to capture pane to escape control sequences and to join wrapped line.
                    266: <li>Clear last attributes after reset in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> string_cells.
                    267: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> so capture-pane/save-buffer can work in control clients.
                    268: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> copy-pipe mode command to copy selection and also pipe to a command.
                    269: <li>Add -e flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> capture-pane to include embedded ANSI SGR escape sequences.
                    270: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6ctl&manpath=OpenBSD%20Current&sektion=8&format=html">ospf6ctl(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&manpath=OpenBSD%20Current&sektion=8&format=html">ospf6d(8)</a> use of an alternative control socket, ported from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a>.
                    271: <li>Added resize-pane -x and -y to specify an absolute <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> pane size.
                    272: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> can now correctly handle UTF8 mouse option being toggled.
                    273: <li>In terminals with XT, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> activates/handles modifyOtherKeys=1 with the escape sequence, pass them through if xterm-keys is on.
                    274: <li>Reinstate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a> code to announce routes to backup carp interfaces, so that a specific route is maintained during failover.
                    275: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> outputting a warning when the target of the link does not yes exist on the system.
                    276: <!-- 2013/03/21 -->
                    277: <li>Backported fix to permit "<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xrandr&manpath=OpenBSD%20Current&sektion=1&format=html">xrandr(1)</a> --output LVDS1 --mode 1280x800 --panning 1380x1024 --scale 1.8x1.8" to behave properly.
                    278: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> non-prefixed bindings.
                    279: <li>Include the \033 in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> key tree and adjust key matching for this change.
                    280: <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> capture-pane -p, to send to stdout.
                    281: <li>Detect on-die temp sensor for Atom E6xx on amd64.
                    282: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> -c to refresh-client, to set client size in control mode.
                    283: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> will no longer crash when calling choose-tree with a command that changes the mode.
                    284: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> user options, prefixed with @. May be set to any arbitrary string.
                    285: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> -v to set; and "setw" to show only option value.
                    286: <li>Allow formats in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> status options.
                    287: <li>Show alias in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> lscm output.
                    288: <li>Allow choose commands to be used outside <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>, so long as at least one client is attached.
                    289: <li>Fixed detection of the MAC address on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cnmac&manpath=OpenBSD%20Current&sektion=4&arch=octeon&format=html">cnmac(4/octeon)</a> by reading it from the correct address.
                    290: <li>Use boot_info->config_flags to determine if the host has PCI capabilities. Fixes a hang on the EdgeRouter Lite.
                    291: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> opregion code. Makes the brightness keys on x230 work.
                    292: <li>Correctly issue WSKBDIO_GETDEFAULTKEYREPEAT ioctl when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsconsctl&manpath=OpenBSD%20Current&sektion=8&format=html">wsconsctl(8)</a> is getting the default repeat settings.
                    293: <!-- 2013/03/20 -->
                    294: <li><font color="#e00000">5.2 RELIABILITY FIX: Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&manpath=OpenBSD%20Current&sektion=8&format=html">tftpd(8)</a> to OACK and stop a segfault occurring.</font><br><a href="errata52.h
                    295: tml#003_tftpd">A source code patch is available</a>.
                    296: <!-- 2013/03/20 -->
                    297: <li>Switched amd64, arm, i386, sh and sparc64 to binutils 2.17.
                    298: <li>Previous commit to i386/amd64 acpi_machdep.c broke suspend, now fixed by using the IPI that halts the CPU to save state.
                    299: <li>As non-root, whenever <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a> is about to print out a kernel pointer, print 0x0 instead.
                    300: <li>Only root can look at the kernel address space with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=procmap&manpath=OpenBSD%20Current&sektion=1&format=html">procmap(1)</a> now.
                    301: <li>Don't shutdown <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&manpath=OpenBSD%20Current&sektion=1&format=html">nc(1)</a>'s network socket when stdin closes. Matches both GNU and Hobbit's netcats; -N reverts to old behaviour.
                    302: <li>Do not allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a> to expose a kernel address.
                    303: <!-- 2013/03/19 -->
                    304: <li>Fixed return value of i2c_algo_dp_aux_exec, so getting the Extended Display Identification Data on displayport now works.
                    305: <li>When non-root asks <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=3&format=html">sysctl(3)</a> for kinfo proc or file requests, do not fill in any kernel addresses information.
                    306: <li>Do not touch the jumbo replenish threshold register on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> chips that do not have jumbo support.
                    307: <li>Added a ruby20 FLAVOR to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ruby-module&manpath=OpenBSD%20Current&sektion=5&format=html">ruby-module(5)</a>.
                    308: <li>Don't advertise brightness control if it isn't supported by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915 hardware.
                    309: <li>Added an OpenBSD-specific implementation of xf86-video-intel backlight control that uses the appropriate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&manpath=OpenBSD%20Current&sektion=4&format=html">wscons(4)</a> ioctls.
                    310: <li>Fixed race condition in socket splicing timeout which caused a uvm fault in sounsplice().
                    311: <!-- 2013/03/18 -->
                    312: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&manpath=OpenBSD%20Current&sektion=8&format=html">sudo(8)</a> use_loginclass, backport from upstream.
                    313: <li>Updated to xf86-video-intel 2.20.19.
                    314: <li>Stop probing once touchpad detected. Stops <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a> driver "not in sync yet" messages after attaching to elantech v2 hardware.
                    315: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> and the device-independent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> code. Includes support for kernel modesetting and enables use of the rings on gen6+ Intel hardware.
                    316: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sqlite3&manpath=OpenBSD%20Current&sektion=1&format=html">sqlite(1)</a> to 3.7.15.2.
                    317: <li>Provide a way for *<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> to prevent VGA text console <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a> instance from attaching after it has control of the VGA hardware.
                    318: <li>Backout <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> xf86-video-ati workaround for broken accelerated solid pictures with XAA on big endian architectures, and apply the correct fix (working at depth 16 and 24).
1.1278    brett     319: <!-- 2013/03/17 -->
                    320: <li>Limit the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> client to 256 bytes of input. If they send too much, just close the connection.
                    321: <li>Timeout based on the whole <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> session, not after every read/write. Stops clients from consuming fds on the server.
                    322: <li>Handle EMFILE/ENFILE from accept by disabling handling of events on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> listeners for a second.
                    323: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> daemon, to replace the libexec one often run from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&manpath=OpenBSD%20Current&sektion=8&format=html">inetd(8)</a>. An event driven non-blocking implemention.
                    324: <li>Added an interface to rebind <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&manpath=OpenBSD%20Current&sektion=4&format=html">agp(4)</a> DMA mappings. For KMS to reload bindings after suspend/resume.
                    325: <li>Set <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glxpcib&manpath=OpenBSD%20Current&sektion=4&arch=loongson&format=html">glxpcib(4/loongson)</a> "Power Immediate" bit upon attaching, so Fuloong can  auto restart upon power failure.
                    326: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to 1.2.7.
                    327: <li>Correct the clock speeds used to calculate int moderation values provided by the SK_IM_USECS() macro on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&manpath=OpenBSD%20Current&sektion=4&format=html">msk(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&manpath=OpenBSD%20Current&sektion=4&format=html">sk(4)</a>.
                    328: <li>Added workaround for HW bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> BCM5717/BCM5718/BCM5719-A0/BCM5720-A0 chipsets: don't include interface input drop counter in input errors.
                    329: <!-- 2013/03/16 -->
                    330: <li>Apply the "AcceptPerfectMatch" workaround for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&manpath=OpenBSD%20Current&sektion=4&format=html">sis(4)</a> DP83815 chipsets to the 15D revision as well.
                    331: <li>Fixed size of unicast rx filter table on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a>, to stop unicast address overwriting part of the multicast rx filter table.
                    332: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fonts-conf&manpath=OpenBSD%20Current&sektion=5&format=html">fonts-conf(5)</a>.
                    333: <!-- 2013/03/15 -->
1.1279    brett     334: <li><font color="#e00000">5.2 and 5.3 RELIABILITY FIX: Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> replacing an active during session startup.</font><br>A source code patch is available for <a href="errata52.html#002_bgpd">5.2</a> and <a href="errata53.html#001_bgpd">5.3</a>.
1.1278    brett     335: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&manpath=OpenBSD%20Current&sektion=8&format=html">tftpd(8)</a> option ACK to negotiate 2 byte transfers with extra options.
                    336: <li>Fixed double free which occurred if a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&manpath=OpenBSD%20Current&sektion=8&format=html">tftpd(8)</a> option ACK failed.
                    337: <li>Don't unconditionally try to attach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=octcf&manpath=OpenBSD%20Current&sektion=4&format=html">octcf(4)</a> to a CF bus on octeon. Stops endless faults on the EdgeRouter Lite.
                    338: <li>Removed the unused <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sequencer&manpath=OpenBSD%20Current&sektion=4&format=html">sequencer(4)</a> driver.
                    339: <!-- 2013/03/14 -->
                    340: <li>Re-enabled build of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a> on hp300.
                    341: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&manpath=OpenBSD%20Current&sektion=4&format=html">vge(4)</a> flow control support.
                    342: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a> flow control support; workaround for the IP1001 PHY where downshift support was not functioning properly.
                    343: <li>Install <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">npppd.conf(5)</a> with permissions of 0640, as there could be the radius config in this file.
                    344: <li>Disabled pie for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lkm&manpath=OpenBSD%20Current&sektion=4&format=html">lkm(4)</a>.
                    345: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=faithd&manpath=OpenBSD%20Current&sektion=8&format=html">faithd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=faith&manpath=OpenBSD%20Current&sektion=4&format=html">faith(4)</a>.
                    346: <!-- 2013/03/13 -->
                    347: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> doesn't delete IPv6 routes.
                    348: <li>Allow octeon to reboot by poking the right address for a soft cpu reset.
                    349: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> debug mode, log successful connections.
                    350: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&manpath=OpenBSD%20Current&sektion=1&format=html">sndiod(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> displaying warnings if accept() returns ECONNABORTED or EWOULDBLOCK, as we do in other daemons.
                    351: <!-- 2013/03/12 -->
                    352: <li>Fake "SMBIOS detection" for quirky Soekris boxes, to make it easier to attach device drivers.
                    353: <li>Require that the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mktemp&manpath=OpenBSD%20Current&sektion=1&format=html">mktemp(1)</a> template include at least 6 trailing Xs to match POSIX mkstemp/mkdtemp. Improved error messages.
                    354: <li>Fixed kernel profiling on MP systems by using per-CPU buffers and teaching <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kgmon&manpath=OpenBSD%20Current&sektion=8&format=html">kgmon(8)</a> to deal with them.
                    355: <!-- 2013/03/11 -->
                    356: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> report new PF "translation" counter.
                    357: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> "translation" counter, use this (not "memory") when address translation fails due to no free ports in the configured range.
                    358: <li>Turn <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> off by default.
                    359: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&manpath=OpenBSD%20Current&sektion=1&format=html">systrace(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uucpd&manpath=OpenBSD%20Current&sektion=8&format=html">uucpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsd&manpath=OpenBSD%20Current&sektion=8&format=html">nfsd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=talk&manpath=OpenBSD%20Current&sektion=1&format=html">talk(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&manpath=OpenBSD%20Current&sektion=1&format=html">tcpbench(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrpd&manpath=OpenBSD%20Current&sektion=8&format=html">dvmrpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&manpath=OpenBSD%20Current&sektion=8&format=html">ftp-proxy(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&manpath=OpenBSD%20Current&sektion=8&format=html">inetd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iscsid&manpath=OpenBSD%20Current&sektion=8&format=html">iscsid(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&manpath=OpenBSD%20Current&sektion=8&format=html">ospf6d(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&manpath=OpenBSD%20Current&sektion=8&format=html">ppp(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&manpath=OpenBSD%20Current&sektion=8&format=html">ripd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sasyncd&manpath=OpenBSD%20Current&sektion=8&format=html">sasyncd(8)</a>, <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=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&manpath=OpenBSD%20Current&sektion=8&format=html">syslogd(8)</a> to handle ECONNABORTED errors from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=accept&manpath=OpenBSD%20Current&sektion=2&format=html">accept(2)</a>.
                    360: <li>When binding a lease, check for and clear out any "zombie" routes left behind by a dead <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>.
                    361: <li>As per RFC 2131, stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> ACK'ing any REQUEST containing a server-identifier option that specifies a different dhcp server.
                    362: <li>Removed the -I option from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&manpath=OpenBSD%20Current&sektion=8&format=html">ndp(8)</a>.
                    363: <li>Do not start <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> if a pptp tunnel is configured but the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gre&manpath=OpenBSD%20Current&sektion=4&format=html">gre(4)</a> protocol is not enabled.
1.1277    brett     364: <!-- 2013/03/10 -->
                    365: <li>Flush writes to BGE_MI_COMM to avoid "APE lock request failed!" errors with HP 331T (5719) and 332T (5720) <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> cards.
                    366: <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> to use the monotonic clock instead of gettimeofday() and call fatal() on error-that-should-not-happen.
                    367: <li>Removed obsolete <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&manpath=OpenBSD%20Current&sektion=8&format=html">sudo(8)</a> code that used to change the mode of sudoers from the old (pre-1.6) default.
                    368: <li>Reserve a file descriptor on accept() for subsequent connect() call by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&manpath=OpenBSD%20Current&sektion=8&format=html">ftp-proxy(8)</a>, as done in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a>.
                    369: <li>Put <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tip&manpath=OpenBSD%20Current&sektion=1&format=html">tip(1)</a> back, but without the hardlink to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a> for now.
                    370: <li>Make it possible to override already attached <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a> console later in the boot process. Needed for upcoming KMS changes.
                    371: <li>Workaround for some PowerBooks without an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adb&manpath=OpenBSD%20Current&sektion=4&arch=macppc&format=html">adb(4/macppc)</a> bus, to prevent their PMU from shutting down the machine.
                    372: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gzsig&manpath=OpenBSD%20Current&sektion=1&format=html">gzsig(1)</a> going into an endless loop on input error.
                    373: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gzsig&manpath=OpenBSD%20Current&sektion=1&format=html">gzsig(1)</a> race condition by using already opened file descriptors. Properly presume owner/mode of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gzip&manpath=OpenBSD%20Current&sektion=1&format=html">gzip(1)</a> file.
                    374: <!-- 2013/03/09 -->
                    375: <li>Add new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a>, a libevent-based implementation of the old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tip&manpath=OpenBSD%20Current&sektion=1&format=html">tip(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a> with a few new things (eg basic xmodem support). Disable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tip&manpath=OpenBSD%20Current&sektion=1&format=html">tip(1)</a>.
                    376: <li>Always use the internal PHY on Apple variants. This unbreaks <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&manpath=OpenBSD%20Current&sektion=4&format=html">gem(4)</a> on some PowerMac G5.
                    377: <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&manpath=OpenBSD%20Current&sektion=4&format=html">re(4)</a> IP checksum offloading for Realtek 8168 (broken if the packet has IP options).
                    378: <li>Updated to: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> 291, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bdftopcf&manpath=OpenBSD%20Current&sektion=1&format=html">bdftopcf(1)</a> 1.0.4, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=beforelight&manpath=OpenBSD%20Current&sektion=1&format=html">beforelight(1)</a> 1.0.5, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ico&manpath=OpenBSD%20Current&sektion=1&format=html">ico(1)</a> 1.0.4, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xcalc&manpath=OpenBSD%20Current&sektion=1&format=html">xcalc(1)</a> 1.0.5, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xfsinfo&manpath=OpenBSD%20Current&sektion=1&format=html">xfsinfo(1)</a> 1.0.4, xkbutils 1.0.4, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xsetroot&manpath=OpenBSD%20Current&sektion=1&format=html">xsetroot(1)</a> 1.1.1, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xstdcmap&manpath=OpenBSD%20Current&sektion=1&format=html">xstdcmap(1)</a> 1.0.3, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xvidtune&manpath=OpenBSD%20Current&sektion=1&format=html">xvidtune(1)</a> 1.0.3, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xvinfo&manpath=OpenBSD%20Current&sektion=1&format=html">xvinfo(1)</a> 1.1.2, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xsm&manpath=OpenBSD%20Current&sektion=1&format=html">xsm(1)</a> 1.0.3, libXrandr 1.4.0, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xrandr&manpath=OpenBSD%20Current&sektion=1&format=html">xrandr(1)</a> 1.4.0.
                    379: <li>Enable TCP socket splicing for HTTP persistent connection and chunked transfer encoding. Speeds up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a>.
                    380: <li>Updated to fontconfig 2.10.91 + a few local fixes: replaced ugly bitmapped Lucida fonts with Luxi or DejaVu TrueType fonts; moved the target of fontconfig recipes to the "pattern" from the "font" to add the default values properly.
                    381: <li>Rewrite the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&manpath=OpenBSD%20Current&sektion=4&format=html">ste(4)</a> receive filter handling code and cleanup the ioctl bits.
                    382: <!-- 2013/03/08 -->
                    383: <li>First steps towards alphabook1 support.
                    384: <!-- 2013/03/07 -->
                    385: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> "-f none ..."
                    386: <li>Implement a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&manpath=OpenBSD%20Current&sektion=8&format=html">bgpctl(8)</a> nei foo destroy that will remove the specified cloned neighbour.
                    387: <li>Better <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> templates support: on config reload adjust the cloned neighbours so that they get the config changes as well; clean up sessions that are 1h idle but in state active (instead of down); allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&manpath=OpenBSD%20Current&sektion=8&format=html">bgpctl(8)</a> to destroy cloned neighbours.
                    388: <li>Added submethod support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a> AuthenticationMethods.
                    389: <li>Fixed return value of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wcrtomb&manpath=OpenBSD%20Current&sektion=3&format=html">wcrtomb(3)</a> in single-byte locales if the "s" argument is NULL.
                    390: <li>Allow a "+" in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&manpath=OpenBSD%20Current&sektion=8&format=html">cron(8)</a> MAILTO email address.
                    391: <li>Per POSIX, if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getconf&manpath=OpenBSD%20Current&sektion=1&format=html">getconf(1)</a> confstr() returns zero without setting errno ("no defined value") then print "undefined\n".
                    392: <!-- 2013/03/06 -->
                    393: <li>Correct the delay when programming the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&manpath=OpenBSD%20Current&sektion=4&format=html">sis(4)</a> short cable fix to 100us, not 100ms.
                    394: <li>Fixed and simplified determining whether we're using an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&manpath=OpenBSD%20Current&sektion=4&format=html">rl(4)</a> 8129 or 8139 chipset. Allows D-Link DFE-520TX to work.
                    395: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> public key and hostbased authentication when the client has specified a style (e.g. "root:skey").
                    396: <li>Fatal() <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> session when ChrootDirectory is specified while running without root privileges.
                    397: <li>Account for the size of the allocation when defending the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> pagedaemon reserve.
                    398: <li>Sync yyerror() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&manpath=OpenBSD%20Current&sektion=8&format=html">ospf6d(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrpd&manpath=OpenBSD%20Current&sektion=8&format=html">dvmrpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifstated&manpath=OpenBSD%20Current&sektion=8&format=html">ifstated(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&manpath=OpenBSD%20Current&sektion=8&format=html">ripd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&manpath=OpenBSD%20Current&sektion=8&format=html">ypldap(8)</a> with version in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a>, so that it logs to syslog when daemonised.
                    399: <li>Patch for CVE-2013-1667 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a>: DoS in rehashing code (see http://code.activestate.com/lists/perl5-porters/191311/).
                    400: <li>When dumping <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a> config, just print "passive" for passive interfaces rather than showing the "hello" timers and keys.
                    401: <!-- 2013/03/05 -->
                    402: <li>Fixed a bad comparison when calculating the size of the hibernate code's signature block.
                    403: <li>Updated: rgb to 1.0.5, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xev&manpath=OpenBSD%20Current&sektion=1&format=html">xev(1)</a> to 1.2.1, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sessreg&manpath=OpenBSD%20Current&sektion=1&format=html">sessreg(1)</a> to 1.0.8.
                    404: <li>Reset <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> pubkey order on partial success.
                    405: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&manpath=OpenBSD%20Current&sektion=1&format=html">whois(1)</a> -P do a query against https://www.peeringdb.com/.
                    406: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> disciplines are now shutdown in reverse attach order, making manually stacked volumes more practical.
                    407: <!-- 2013/03/04 -->
                    408: <li>Reorder <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> code such that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a> attaches after <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a>. Preparation for framebuffer console support on amd64/i386.
                    409: <li>When deleting an IPv6 interface address, also remove the prefix and the cloning route.
                    410: <li>Added HG20F9 usb ethernet to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&manpath=OpenBSD%20Current&sektion=4&format=html">axe(4)</a>.
                    411: <li>Check <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> parser's return value and exit if parsing failed. Report syntax error with duplicated domain name.
                    412: <li>Use vlog() to log <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> parser errors so they will show up in logs if they occur when reloading.
                    413: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=user&manpath=OpenBSD%20Current&sektion=8&format=html">user(8)</a> is locking/unlocking an account, never touch passwords that are "*" or 13*. Also make sure to never end up with an empty password.
                    414: <!-- 2013/03/03 -->
                    415: <li>Fixed format string issue when printing an error out on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> with APE and more than 4 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> functions.
                    416: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> quoting in word part of ${var+word} (and similar) when entire thing is quoted or in a here-doc.
                    417: <!-- 2013/03/02 -->
                    418: <li>Disabled duplicate address detection on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&manpath=OpenBSD%20Current&sektion=4&format=html">carp(4)</a> interfaces, as the peer may have the same addresses.
                    419: <li>Make sure that IPv6 source address selection only chooses a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&manpath=OpenBSD%20Current&sektion=4&format=html">carp(4)</a> address if the interface is in master state.
                    420: <li>Fixed the combination of "j" format flag and the XPG "<num>$" modifier in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfprintf&manpath=OpenBSD%20Current&sektion=3&format=html">vfprintf(3)</a>.
                    421: <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> compilation with debug enabled.
                    422: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> so when a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a> containing "set tos" is followed by a scrub option, the tos will not be changed to 0x00.
                    423: <li>Properly conditionalise adding <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&manpath=OpenBSD%20Current&sektion=4&format=html">wscons(4)</a> to the list of consoles on amd64 NWSDISPLAY.
                    424: <li>Always compare <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aliases&manpath=OpenBSD%20Current&sektion=5&format=html">aliases(5)</a> at the end of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a>. Prevents <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newaliases&manpath=OpenBSD%20Current&sektion=8&format=html">newaliases(8)</a> from failing due to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a> syntax change.
                    425: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=passwd&manpath=OpenBSD%20Current&sektion=1&format=html">passwd(1)</a> is using an external password quality check program, don't run (potentially contradictory) internal pattern checks.
                    426: <!-- 2013/03/01 -->
                    427: <li>Bring <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getconf&manpath=OpenBSD%20Current&sektion=1&format=html">getconf(1)</a> substantially up to spec with POSIX 1003.1-2008: 155 new names; support for the -v option. Added support for non-standard -L and -l options for listing the known names.
                    428:
1.1164    deraadt   429: </ul>
1.422     deraadt   430: <p>
1.203     deraadt   431:
1.14      deraadt   432: <hr>
1.1016    pvalchev  433: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
1.729     horacio   434: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1282  ! brett     435: <br><small>$OpenBSD: plus.html,v 1.1281 2013/04/12 00:55:29 brett Exp $</small>
1.14      deraadt   436:
                    437: </body>
                    438: </html>
1.1282  ! brett     439:
1.1281    brett     440:
1.1277    brett     441: