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

Annotation of www/plus54.html, Revision 1.6

1.1       brett       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD -current changes</title>
                      5: <meta name="resource-type" content="document">
                      6: <meta name="description" content="OpenBSD -current changes">
                      7: <meta name="keywords" content="openbsd,changes">
                      8: <meta name="distribution" content="global">
                      9: <meta name="copyright" content="This document copyright 1996-2012 by OpenBSD.">
                     10: </head>
                     11:
                     12: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     13:
                     14: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     15: <p>
1.5       deraadt    16: <h2><font color="#e00000">OpenBSD 5.4 released (Nov 1, 2013)</font></h2>
1.1       brett      17: <hr>
                     18:
                     19: <p>
                     20: This selection is intended to include all important
                     21: and all user-visible changes.
                     22: For a complete record of all changes, please see the "source-changes"
                     23: mailing list, called "OpenBSD CVS"
                     24: in the <a href="mail.html#Archives">archives</a>,
                     25: or use <a href="anoncvs.html#CVS">CVS</a>.
                     26:
                     27: <p>
                     28: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
                     29:
                     30: <p>
                     31: For changes in other releases, click below:<br>
                     32: <a href="plus20.html">2.0</a>,
                     33: <a href="plus21.html">2.1</a>,
                     34: <a href="plus22.html">2.2</a>,
                     35: <a href="plus23.html">2.3</a>,
                     36: <a href="plus24.html">2.4</a>,
                     37: <a href="plus25.html">2.5</a>,
                     38: <a href="plus26.html">2.6</a>,
                     39: <a href="plus27.html">2.7</a>,
                     40: <a href="plus28.html">2.8</a>,
                     41: <a href="plus29.html">2.9</a>,
                     42: <a href="plus30.html">3.0</a>,
                     43: <a href="plus31.html">3.1</a>,
                     44: <a href="plus32.html">3.2</a>,
                     45: <a href="plus33.html">3.3</a>,
                     46: <a href="plus34.html">3.4</a>,
                     47: <a href="plus35.html">3.5</a>,
                     48: <a href="plus36.html">3.6</a>,
                     49: <br>
                     50: <a href="plus37.html">3.7</a>,
                     51: <a href="plus38.html">3.8</a>,
                     52: <a href="plus39.html">3.9</a>,
                     53: <a href="plus40.html">4.0</a>,
                     54: <a href="plus41.html">4.1</a>,
                     55: <a href="plus42.html">4.2</a>,
                     56: <a href="plus43.html">4.3</a>,
                     57: <a href="plus44.html">4.4</a>,
                     58: <a href="plus45.html">4.5</a>,
                     59: <a href="plus46.html">4.6</a>,
                     60: <a href="plus47.html">4.7</a>,
                     61: <a href="plus48.html">4.8</a>,
                     62: <a href="plus49.html">4.9</a>,
                     63: <a href="plus50.html">5.0</a>,
                     64: <a href="plus51.html">5.1</a>,
                     65: <a href="plus52.html">5.2</a>,
                     66: <a href="plus53.html">5.3</a>,
1.3       deraadt    67: <br>
1.5       deraadt    68: <a href="plus55.html">5.5</a>,
1.1       brett      69: <a href="plus.html">current</a>.
                     70: <br>
                     71:
                     72: <p>
1.6     ! deraadt    73: <h3><font color="#0000e0">Changes made between OpenBSD 5.3 and 5.4</font></h3>
1.1       brett      74: <p>
                     75:
                     76: <ul>
                     77: <!-- 2013/07/29 -->
                     78: <li>Let the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> server build on hp300 again.
                     79: <!-- 2013/07/28 -->
                     80: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&manpath=OpenBSD%20Current&sektion=1&format=html">awk(1)</a> sporadically exiting early (blaming a spurious "}" in the first few lines of input) on m88k 88100-based systems.
                     81: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkuboot&manpath=OpenBSD%20Current&sektion=8&format=html">mkuboot(8)</a> recognise native ELF binaries, only output the program headers area when found. Saves the need for "objcopy -O binary"; makes beagle install/upgrade processes easier until it gets a native bootloader.
                     82: <!-- 2013/07/27 -->
                     83: <li>Revert wrong chunk introduced in zs.c r1.50, causing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zs&manpath=OpenBSD%20Current&sektion=4&arch=sparc&format=html">zs(4/sparc)</a> console keyboards not to attach as console. Fixes non-wsmux kernels such as bsd.rd.
                     84: <!-- 2013/07/26 -->
                     85: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&manpath=OpenBSD%20Current&sektion=8&format=html">ftpd(8)</a> tmpline[] is always NULL terminated, to avoid possible read-beyond-end in get_line().
                     86: <!-- 2013/07/25 -->
                     87: <li>Backout <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&manpath=OpenBSD%20Current&sektion=4&format=html">gem(4)</a> flow control support (r1.97 of gem.c) and RX TCP/UDP checksum offload support (r1.98) to stop hangs on Sun ERI.
                     88: <!-- 2013/07/24 -->
                     89: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> extended to allow support for resuming partial downloads.
                     90: <li>Daemonise backgrounded <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> (ControlPersist'ed) multiplexing master, so it is fully detached from its controlling terminal.
                     91: <!-- 2013/07/23 -->
                     92: <li>Do not reset the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> fragment timeout each time a fragment arrives; drop all fragments if the packet cannot be reassembled within 60 seconds.
                     93: <!-- 2013/07/22 -->
                     94: <li>We now have IDEA and MDC2 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&manpath=OpenBSD%20Current&sektion=3&format=html">crypto(3)</a>, so no longer disable them in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&manpath=OpenBSD%20Current&sektion=1&format=html">openssl(1)</a>.
                     95: <li>Fixed sockaddr overflow with IPv6 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
                     96: <!-- 2013/07/21 -->
                     97: <li>When installing a new system, stop adding static entries to /etc/hosts for dynamic ip addresses.
                     98: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umount&manpath=OpenBSD%20Current&sektion=8&format=html">umount(8)</a> -a in cases where there are multiple file systems specified for the same mount point.
                     99: <li>Updated to: xconsole 1.0.6, xrandr 1.4.1, xhost 1.0.6, mkfontscale 1.1.1, xfd 1.1.2 and xfontsel 1.0.5.
                    100: <!-- 2013/07/20 -->
                    101: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a> support for XMODEM-CRC, and fix transfer initiation.
                    102: <li>Sum consecutive dx and dy motion events in xf86-input-ws before sending them up to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a>. Reduces staircase effects on diagonal freehand drawings.
                    103: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> ldap and sqlite table backends and provide them as external backends.
                    104: <!-- 2013/07/19 -->
                    105: <li>Call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-agent(1)</a> cleanup_handler on SIGINT when in debug mode, so sockets are cleaned up on manual exit (bz#2120).
                    106: <li>More useful <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=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> error message on missing current user in /etc/passwd.
                    107: <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 accepting a message, log one line per recipient with the number of generated envelopes for each.
                    108: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> MTA improvements: better transient error handling logic (failing destinations automatically disabled for a while); more informative error report when all routes fail for a message; implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> "show hoststats" command to get the latest stat message per MX domain; implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> "show routes" command to show the state the currently known routes to remote MXs; implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> "resume route" command to re-enable a route that has been disabled; do not hardcode limits.
                    109: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> queue improvements: cleanup the internal queue backend API; implement a queue_proc backend; enabled support for queue encryption; added an envelope cache; better logging and error reporting.
                    110: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a> to specify an address family on a listener.
                    111: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler improvements: implemented suspend/resume scheduling for individual envelopes or message, with the associated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> commands; allow the mta to request immediate scheduling of an envelope; on temporary failures a penalty can be given to further delay the next try.
                    112: <li>New implementation for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> and its command line parser.
                    113: <li>Implemented tls "perfect forward secrecy" with ECDHE in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
                    114: <li>Allow "!" in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> email addresses supported charset.
                    115: <li>Introduced expand-string modifiers 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>.
                    116: <li>Extended <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-agent(1)</a> support to allows encrypted hostkeys, or hostkeys on smartcards on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> (bz #1974).
                    117: <!-- 2013/07/18 -->
                    118: <!-- 2013/07/17 -->
                    119: <li>Reverted r1.191 and r1.193 of sysctl.c, and properly fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a>'s access to ext2 filesystems.
                    120: <li>Corrected <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> being off-by-one in naming of nodes below vfs.mounts.
                    121: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> man page, be more exact with respect to permissions for ~/.ssh/config (bz#2078).
                    122: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> -H, which hides existing and non-existent users (as well as implying -h).
                    123: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> counting the number of prefixes wrongly (tripling max-prefix).
                    124: <!-- 2013/07/16 -->
                    125: <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a> SSL compression, in order to mitigate CRIME attacks.
                    126: <li>Enabled ECDHE support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a> via a SSLECDHCurve option.
                    127: <li>Define <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a> HonorCipherOrder as a FLAG so that it works correctly as a boolean on/off flag.
                    128: <li>Make sure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&manpath=OpenBSD%20Current&sektion=2&format=html">ioctl(2)</a> has been processed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&manpath=OpenBSD%20Current&sektion=4&format=html">sppp(4)</a> before printing any <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> phase error. Prevents <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> from printing "sppp: phase..." messages for long-name <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&manpath=OpenBSD%20Current&sektion=4&format=html">vlan(4)</a> interfaces.
                    129: <li>Correctly initialise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a> width value to 0 instead of passing garbage to wsmouse_input() when no finger is reported.
                    130: <!-- 2013/07/15 -->
                    131: <li>Restore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifb&manpath=OpenBSD%20Current&sektion=4&arch=sparc64&format=html">ifb(4/sparc64)</a> textmode acceleration on Expert3D{,-Lite} and XVR-1200. Broken since r1.17 of ifb.c.
                    132: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ucom&manpath=OpenBSD%20Current&sektion=4&format=html">ucom(4)</a> is detached, free its pipes, close attached tty before freeing its descriptor. Fixes panic introduced in r1.59 of ucom.c.
                    133: <li>Added monochrome <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a> support for luna88k.
                    134: <!-- 2013/07/14 -->
                    135: <li>Added some missing asm functions to vax.
                    136: <li>To prevent lock ordering problems with the sparc64 kernel lock, block all interrupts that can grab the kernel lock.
                    137: <li>Fixed possible memory/file descriptor leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldd&manpath=OpenBSD%20Current&sektion=1&format=html">ldd(1)</a> error path.
                    138: <!-- 2013/07/13 -->
                    139: <li>When using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man.conf&manpath=OpenBSD%20Current&sektion=5&format=html">man.conf(5)</a> _default search path with _subdir, first sort by manual section (1, 8, 6...), then by manual tree (share, X11R6, local), only for ties prefer cat over man.
                    140: <!-- 2013/07/12 -->
                    141: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> next-word-end work properly with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&manpath=OpenBSD%20Current&sektion=1&format=html">vi(1)</a> keys.
                    142: <!-- 2013/07/11 -->
                    143: <li>Set TCP nodelay for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> connections started with -N (bz#2124).
                    144: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> do_print_resource_record() can't be called with NULL filename, don't attempt asking for one if it has not been specified (bz#2127).
                    145: <li>Avoid confusing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> error message in some broken resolver cases (bz#2122).
                    146: <li>Introduced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a> HonorCipherOrder to use the server's order of preference of ciphers.
                    147: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&manpath=OpenBSD%20Current&sektion=4&format=html">sk(4)</a> now works on macppc, should work on sparc64 too.
                    148: <!-- 2013/07/10 -->
                    149: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> SE now always messages the RDE when a peer comes up or when a reload happens, so the RDE should end up with correct values.
                    150: <!-- 2013/07/09 -->
                    151: <li>Backed out the virtual file system cache flipper temporarily.
                    152: <li>Added basic support for digitisers with pens in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhts&manpath=OpenBSD%20Current&sektion=4&format=html">uhts(4)</a>.
                    153: <!-- 2013/07/08 -->
                    154: <li>Added support for mouse based group {,r}cycle to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwmrc&manpath=OpenBSD%20Current&sektion=5&format=html">cwmrc(5)</a>.
                    155: <li>Replaced a few (x)malloc with (x)calloc to prevent potential integer overflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a>.
                    156: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">drm(4)</a>'s libdrm to 2.4.46.
                    157: <!-- 2013/07/07 -->
                    158: <li>Old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> option "-P" removed, it has not been doing anything for years.
                    159: <!-- 2013/07/06 -->
                    160: <li>Use the write-only <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a> code to speed up the console framebuffer on macppc.
                    161: <li>Create more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&manpath=OpenBSD%20Current&sektion=4&format=html">com(4)</a> entries by default since <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&manpath=OpenBSD%20Current&sektion=4&format=html">puc(4)</a>s are now guaranteed to show up at com4 or higher on x86.
                    162: <li>Advertise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=utpms&manpath=OpenBSD%20Current&sektion=4&format=html">utpms(4)</a> as being a WSMOUSE_TYPE_USB so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ws&manpath=OpenBSD%20Current&sektion=4&format=html">ws(4)</a> can use the touchpad directly. Makes some touchpads usable if the bluetooth HID mouse is not detected or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&manpath=OpenBSD%20Current&sektion=4&format=html">ums(4)</a> is disabled.
                    163: <!-- 2013/07/05 -->
                    164: <li>Vax <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> toolchain added, using "%" as the register prefix.
                    165: <li>Taught <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mopd&manpath=OpenBSD%20Current&sektion=8&format=html">mopd(8)</a> and mopa.out about ELF files. Allows forthcoming vax <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> boot blocks to be converted to working mop binaries.
                    166: <li>Avoid truncation when calculating clock gain/loss on sparc and sparc64.
                    167: <li>When the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> session option renumber-window is used, make sure the winlink lists stay in sync with one another.
                    168: <li>Act like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&manpath=OpenBSD%20Current&sektion=1&format=html">vi(1)</a> when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> is moving words; clarify error messages when setting options.
                    169: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> s, S, C mode switch commands for when in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&manpath=OpenBSD%20Current&sektion=1&format=html">vi(1)</a> mode.
                    170: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> collect and display "match" counters for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> tables; fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> table displays to fit within 80 chars.
                    171: <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse_teardown&manpath=OpenBSD%20Current&sektion=3&format=html">fuse_teardown(3)</a>. This function is needed by zipfs.
                    172: <li>Correctly abort and free the pipe when detaching the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&manpath=OpenBSD%20Current&sektion=4&format=html">umodem(4)</a> device.
                    173: <!-- 2013/07/04 -->
                    174: <li>Brought the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpsw&manpath=OpenBSD%20Current&sektion=4&arch=beagle&format=html">cpsw(4/beagle)</a> driver to a working state.
                    175: <!-- 2013/07/03 -->
                    176: <li>Added support for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> binary integer constants extension.
                    177: <!-- 2013/07/02 -->
                    178: <!-- 2013/07/01 -->
                    179: <li>Pass <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&manpath=OpenBSD%20Current&sektion=2&format=html">ioctl(2)</a> calls to parent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhidev&manpath=OpenBSD%20Current&sektion=4&format=html">uhidev(4)</a> device first, to be able to get the HID descriptor with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbhidctl&manpath=OpenBSD%20Current&sektion=1&format=html">usbhidctl(1)</a> -r, among others.
                    180: <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915 fast scrolling code, use write-only <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a> code instead on older chips. Avoids random page table errors.
                    181: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> $(< /nonexistent) have the same behaviour as $(cat /nonexistent) with respect to errors.
                    182: <li>Tweaked regexp so that RUSAGE_CHILDREN will be matched and displayed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&manpath=OpenBSD%20Current&sektion=1&format=html">kdump(1)</a>.
                    183: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&manpath=OpenBSD%20Current&sektion=1&format=html">man(1)</a> adding an "-s" switch if user had specified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=more&manpath=OpenBSD%20Current&sektion=1&format=html">more(1)</a> as (MAN)PAGER.
                    184: <li>Reverted previous xf86-video-ati commit, loading the dri driver caused <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xorg&manpath=OpenBSD%20Current&sektion=1&format=html">Xorg(1)</a> to crash with r700 (PCI HD4350).
                    185: <li>When an I/O error occurs on a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> chunk, only take it offline if the discipline supports redundancy.
                    186: <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgplgsh&manpath=OpenBSD%20Current&sektion=8&format=html">bgplgsh(8)</a> to use use the libedit readline compatibility headers.
                    187: <li>Linked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sqlite3&manpath=OpenBSD%20Current&sektion=1&format=html">sqlite3(1)</a> against libedit; added an empty history.h header for compatibility with GNU readline.
                    188: <!-- 2013/06/30 -->
                    189: <li>Added a luna88k-specific function to initialise the instruction cmmu SAPR register.
                    190: <!-- 2013/06/29 -->
                    191: <li>Build xf86-video-ati with support for kernel mode setting. UMS will still be used if KMS is not available.
                    192: <li>Added basic EXA acceleration for the xf86-video-cirrus alpine chipset.
                    193: <li>Fixed NULL pixmaps with xf86-video-sis server.
                    194: <!-- 2013/06/28 -->
                    195: <li>Added support for write-only framebuffers to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a>. Can be a considerable performance win.
                    196: <li>Enabled msi and tagged status for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> 5717+. Fixes poor transmit performance in the beginning of a TCP connection.
                    197: <!-- 2013/06/27 -->
                    198: <li>Rewritten <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&manpath=OpenBSD%20Current&sektion=4&format=html">sis(4)</a> media / link state handling.
                    199: <!-- 2013/06/26 -->
                    200: <li>Adjust interrupts on amd64 after recent audio interrupt changes. Should improve latency of audio interrupts a tiny bit.
                    201: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&manpath=OpenBSD%20Current&sektion=4&format=html">ukbd(4)</a> will now flash LED only if safe. Stops some logitech mice disconnecting right after being attached.
                    202: <li>Use vt05 as default for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdm&manpath=OpenBSD%20Current&sektion=1&format=html">xdm(1)</a> on macppc now that virtual consoles are supported.
                    203: <!-- 2013/06/25 -->
                    204: <li>Removed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setgid&manpath=OpenBSD%20Current&sektion=2&format=html">setgid(2)</a> on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kmem&manpath=OpenBSD%20Current&sektion=4&arch=i386&format=html">kmem(4/i386)</a> for the time being, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=procmap&manpath=OpenBSD%20Current&sektion=1&format=html">procmap(1)</a> works again for regular users.
                    205: <li>Repaired <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> flow control (broken in r1.329), make sure that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> won't alter our negotiated flow control settings.
                    206: <li>Bring <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&manpath=OpenBSD%20Current&sektion=4&format=html">ohci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a> in sync with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&manpath=OpenBSD%20Current&sektion=4&format=html">ehci(4)</a> by ensuring that a transfer is submitted when a zero-length bulk or interrupt transfer is requested.
                    207: <!-- 2013/06/24 -->
                    208: <li>When we remove work from the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsd&manpath=OpenBSD%20Current&sektion=8&format=html">nfsd(8)</a> queue, wake up anything waiting for room to queue IO right away.
                    209: <li>Restart the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vinvalbuf&manpath=OpenBSD%20Current&sektion=9&format=html">vinvalbuf(9)</a> if we have to wait for a busy buffer to complete.
                    210: <li>Reverted r1.20 of sys/net/if_pppx.c, to make sure the newly created address is added to the global list, until the issue with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&manpath=OpenBSD%20Current&sektion=4&format=html">carp(4)</a> is addressed.
                    211: <!-- 2013/06/23 -->
                    212: <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> server option to control focus events. Defaults to off.
                    213: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> always push a focus event when the application turns it on.
                    214: <li>Mark <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> control commands specially so the client can identify them.
                    215: <li>Reverted sys/netinet/in.c r1.78 for now, it breaks ipv4 on carp.
                    216: <li>Updated to libXv 1.0.9.
                    217: <!-- 2013/06/22 -->
                    218: <!-- 2013/06/21 -->
                    219: <li>Enable native encoding on on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mavb&manpath=OpenBSD%20Current&sektion=4&arch=sgi&format=html">mavb(4/sgi)</a> (24-bit lsb-aligned). Allows encoding conversions to be handled in userland.
                    220: <li>Default to stdin/stdout if no input files are given to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=indent&manpath=OpenBSD%20Current&sektion=1&format=html">indent(1)</a>.
                    221: <!-- 2013/06/20 -->
                    222: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> hostbased authentication, print the client host and user on the auth success/failure line (bz#2064).
                    223: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> handling of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> "\t" escape sequence.
                    224: <li>Updated to libdrm 2.4.45.
                    225: <li>Added ut/nut flags to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=indent&manpath=OpenBSD%20Current&sektion=1&format=html">indent(1)</a> to enable/disable tabs.
                    226: <!-- 2013/06/19 -->
                    227: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> selfont is configured, make sure we continue and configure the rest of the screen.
                    228: <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> SPDY until we have a better understanding about code and protocol within OpenBSD.
                    229: <!-- 2013/06/18 -->
                    230: <li>Initialise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> duid memory before shifting stuff into elements of it.
                    231: <li>Make sure the target directory gets created by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lex&manpath=OpenBSD%20Current&sektion=1&format=html">lex(1)</a> in the includes target; add a trailing / as well to avoid problems.
                    232: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> from printing some stings twice (eg "1.2.3.4, not 1.2.3.4, deleted from ...").
                    233: <!-- 2013/06/17 -->
                    234: <li>Before pulling TCP options from the mbuf onto the stack, do an additional length check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> so overflow cannot happen.
                    235: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kerberos&manpath=OpenBSD%20Current&sektion=8&format=html">kerberos(8)</a> to heimdal 1.5.2.
                    236: <!-- 2013/06/16 -->
                    237: <li>Handle time_t values as long long's when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&manpath=OpenBSD%20Current&sektion=1&format=html">scp(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcp&manpath=OpenBSD%20Current&sektion=1&format=html">rcp(1)</a> are formatting them, or parsing them from remote servers.
                    238: <li>Allow mouse button4 and button5 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwmrc&manpath=OpenBSD%20Current&sektion=5&format=html">cwmrc(5)</a>.
                    239: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=locale&manpath=OpenBSD%20Current&sektion=1&format=html">locale(1)</a> output formatting.
                    240: <!-- 2013/06/15 -->
                    241: <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> cursor upwards past multiple lines with no characters, instead of stopping when first line with no characters is found.
                    242: <li>Run any pending traps before calling the EXIT or ERR traps when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> -e is set. Fixes bug where signal trap would not be run if (eg) ^C was pressed and -e was set.
                    243: <li>Hooked up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=locale&manpath=OpenBSD%20Current&sektion=1&format=html">locale(1)</a> to the build.
                    244: <!-- 2013/06/14 -->
                    245: <li>Updated the beagle ramdisk to support usb.
                    246: <li>Reworked beagle's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&manpath=OpenBSD%20Current&sektion=4&format=html">ehci(4)</a> driver, enabling the clocks. Only pandaboard supported for now.
                    247: <li>Updated to: libXrender 0.9.8 and libXvMC 1.0.8
                    248: <li>Disabled broken EXA operations in xf86-video-mga; default to EXA acceleration.
                    249: <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse_version&manpath=OpenBSD%20Current&sektion=3&format=html">fuse_version(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse_get_context&manpath=OpenBSD%20Current&sektion=3&format=html">fuse_get_context(3)</a>. Needed by ntfs-3g port.
                    250: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> internal pcre library to 8.33.
                    251: <li>Corrected interrupt moderation setting for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a> 82598.
                    252: <!-- 2013/06/13 -->
                    253: <li>Fixed loading the driver without XAA and initialisation of shadowfb with modern X servers in xf86-video-trident, xf86-video-i740 and xf86-video-neomagic.
                    254: <li>Added support for protected-subnet config types to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a>.
                    255: <!-- 2013/06/12 -->
                    256: <li><font color="#e00000">5.3 RELIABILITY FIX: Two flaws in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vio&sektion=4"><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a></a> may cause a kernel panic, and may cause IPv6 neighbour discovery to fail.</font><br>A source code patch is available for <a href="errata53.html#007_vio">5.3</a>.
                    257: <li>Updated to sendmail-8.14.7.
                    258: <li><font color="#e00000">5.3 RELIABILITY FIX: inability to oack would cause <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&manpath=OpenBSD%20Current&sektion=8&format=html">tftpd(8)</a> to segfault</font><br>A source code patch is available for <a href="errata53.html#006_tftpd">5.3</a>.
                    259: <!-- 2013/06/11 -->
                    260: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> emitting annoying beeps if a machine was shutdown while tmux is running and you then focus in/out of an xterm.
                    261: <li>High memory page flipping for the buffer cache. Allows use of large buffer caches on amd64 with > 4 GB of memory.
                    262: <li>Activated the sitaracm driver (beaglebone only).
                    263: <li>Optimised <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memcpy&manpath=OpenBSD%20Current&sektion=9&format=html">memcpy(9)</a> on amd64, alpha, i386, vax, sh, sparc, hppa and hppa64 by always doing forward copy; made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memcpy&manpath=OpenBSD%20Current&sektion=9&format=html">memcpy(9)</a> use the forward copy branch of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memmove&manpath=OpenBSD%20Current&sektion=9&format=html">memmove(9)</a>;  implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcopy&manpath=OpenBSD%20Current&sektion=9&format=html">bcopy(9)</a> by swapping its arguments and dropping into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memmove&manpath=OpenBSD%20Current&sektion=9&format=html">memmove(9)</a>.
                    264: <!-- 2013/06/10 -->
                    265: <li>POSIX specifies that for an AND/OR list, only the last command's exit status matters for "set -e". Revert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> to follow this.
                    266: <li>On mach64, only disable xf86-video-mach64 RenderAccel, not the full EXA acceleration. This is enough to fix screen corruption.
                    267: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> check for, and honour, CWStackMode and CWSibling change requests during a ConfigureRequest event.
                    268: <li>Unbreak the xf86-video-sunffb driver.
                    269: <li>Fixes for integer overflows in XF86DRIOpenConnection() and XF86DRIGetClientDriverName() (CVE-2013-1993).
                    270: <li>Reverted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> revision 1.203 of readconf.c while crashes are investigated.
                    271: <!-- 2013/06/08 -->
                    272: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> populating egress group.
                    273: <li>Updated to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sqlite3&manpath=OpenBSD%20Current&sektion=1&format=html">sqlite3(1)</a> and its shell to version 3.7.17.
                    274: <li>Some archs are missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memmove&manpath=OpenBSD%20Current&sektion=3&format=html">memmove(3)</a>, added it to i386, sparc and sparc64.
                    275: <li>Backout <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> static/classless route handling and default route refactoring, which broke "egress" group populating.
                    276: <li>Fix libc parsing of ambiguous options so the whole loop is processed.
                    277: <li>Add new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> for pipex packet input/output queue length and counters.
                    278: <!-- 2013/06/07 -->
                    279: <li>Added proper <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&manpath=OpenBSD%20Current&sektion=2&format=html">mmap(2)</a> support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a>. Eventual speedups (through not accessing all graphics memory via the GTT).
                    280: <li>Disabled EXA acceleration in the xf86-video-mach64 driver, which is currently broken.
                    281: <li>Updated to: pixman 0.30.0; freetype 2.4.12; Xserver 1.14.1.
                    282: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> "ABANDONED" channel state; use for mux sessions that are disconnected via the ~. escape sequence (bz#1917).
                    283: <!-- 2013/06/06 -->
                    284: <li>Disable a broken optimisation in try_combine(); <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> PR #34628. Fixes bogus code generation on macppc.
                    285: <li>Added the remaining support code for 4th gen <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> Core/Haswell graphics.
                    286: <li>Prevent idle thread from being stolen on startup.
                    287: <!-- 2013/06/05 -->
                    288: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re_format&manpath=OpenBSD%20Current&sektion=7&format=html">re_format(7)</a> so [[:>:]] anchors the character preceding it to end of word, not the character following it.
                    289: <li>Initial port of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpsw&manpath=OpenBSD%20Current&sektion=4&arch=beagle&format=html">cpsw(4/beagle)</a> driver, to support ethernet on the beaglebone.
                    290: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> memory leaks (bz#1967 and bz#1967).
                    291: <!-- 2013/06/04 -->
                    292: <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&manpath=OpenBSD%20Current&sektion=9&format=html">crypto(9)</a> bug that caused time-based rekeys to happen too frequently.
                    293: <li>When running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> -D, close stderr unless we have explicitly requesting logging to stderr (bz#1976).
                    294: <li>The kernel will now keep a record of recently <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exit&manpath=OpenBSD%20Current&sektion=3&format=html">exit(3)</a>'ed pids, so they don't get recycled too quickly.
                    295: <li>Support added for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=presto&manpath=OpenBSD%20Current&sektion=4&arch=sparc&format=html">presto(4/sparc)</a> SS10/SS20 NVSIMM as block devices.
                    296: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> support for static routes option (33) and classless static routes option (121).
                    297: <li>Prevent failures when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> is linked against a libedit built with wide character support (bz#1990).
                    298: <li>Disable parity on the alpha <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> bus to avoid data parity errors. To help Alphabooks, as well as early Multia.
                    299: <li>Use MAXPATHLEN for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> buffer size, instead of fixed value.
                    300: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> divert-to and divert-reply for IPv6 raw sockets.
                    301: <li>Prevent panic on alpha if "<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> up" is run on an unplugged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&manpath=OpenBSD%20Current&sektion=4&format=html">de(4)</a> interface.
                    302: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login_yubikey&manpath=OpenBSD%20Current&sektion=8&format=html">login_yubikey(8)</a> handling for keyboard layouts which break modhex (eg dvorak); added keymap table.
                    303: <li>Do not feed UTF-8 input into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nroff&manpath=OpenBSD%20Current&sektion=1&format=html">nroff(1)</a>, because that results in corrupt output.
                    304: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "\" escape handling in read_string().
                    305: <!-- 2013/06/03 -->
                    306: <li>Updated to libX11 1.6.0.
                    307: <li>Introduced the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldpctl(8)</a> "show discovery" command.
                    308: <li>Sped up the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> session establishment process.
                    309: <li>Do not allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> TCP connection to associate with any neighbour/adjacency before an "Initialization" message is received.
                    310: <li>Added support for macppc virtual consoles, based on previous work done for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a>.
                    311: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> support for adjacencies and targeted "hellos"; allow more complex topologies with targeted sessions.
                    312: <li>Properly implement the exponential backoff timer on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> session initialisation, to match section 2.5.3 of RFC 5036.
                    313: <li>Notify the lde process when an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> neighbour is deleted (discovery timeout).
                    314: <li>5.2 and 5.3 RELIABILITY FIX: With HTTP keepalive, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> only filtered the first request and switched to pass-through mode for subsequent requests from the client. Make sure to stay in HTTP header mode.
                    315: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> doing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a> ioctl if no tunnel interface is configured.
                    316: <li>Don't add newly created thread to the process's thread list until it's fully built, so that it can't get a signal from realitexpire().
                    317: <li>Only produce UTF-8 output when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> if the user's locale asks for it.
                    318: <li>Fixed potential <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmx&manpath=OpenBSD%20Current&sektion=4&format=html">vmx(4)</a> panic if an mbuf was replaced but new one not returned by vmxnet3_load_mbuf().
                    319: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcrypt_pbkdf&manpath=OpenBSD%20Current&sektion=3&format=html">bcrypt_pbkdf(3)</a>, a password based key derivation function (using a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcrypt&manpath=OpenBSD%20Current&sektion=3&format=html">bcrypt(3)</a> variant better suited for use as a pluggable hash).
                    320: <li>Reworked logic for matching macppc boot device, to allow for root on any drive attached to the first controller.
                    321: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a>: "for var in; do ..." shouldn't be interpreted as "for var; do ...". Brings <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> more in line with POSIX.
                    322: <li>Backported unique commitid support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&manpath=OpenBSD%20Current&sektion=1&format=html">cvs(1)</a> (with a new random id generator).
                    323: <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> so the fib-update directive accepts "no" as an option.
                    324: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> divert-reply states where the initial SYN does not get an answer, can now be handled more correctly.
                    325: <li>Advertise the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> implicit-null label for routes attached to loopback interfaces to guarantee PHP.
                    326: <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> support for multiple addresses per interface.
                    327: <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> regression introduced with pf.c 1.827, allowing us to create <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> states again.
                    328: <li>Stop a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ucom&manpath=OpenBSD%20Current&sektion=4&format=html">ucom(4)</a> panic when trying to open a non-connected serial; more checks to avoid races when the driver is being detached.
                    329: <li>Added userland <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fuse&manpath=OpenBSD%20Current&sektion=3&format=html">fuse(3)</a> library.
                    330: <li>Fixes possible timeout on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> sessions if there is data pending in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> ssl buffer.
                    331: <li>Added ":" to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> list of special characters.
                    332: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=locale&manpath=OpenBSD%20Current&sektion=1&format=html">locale(1)</a> utility, to check the current locale configuration and provides a list of locales supported by the system.
                    333: <li>Perform more aggressive compile-time optimisations in ethernet code path. Significant performance improvements on busy firewalls.
                    334: <!-- 2013/06/02 -->
                    335: <li>Added dired-revert, to refresh the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> dired buffer.
                    336: <li>-I option added to confirm <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkill&manpath=OpenBSD%20Current&sektion=1&format=html">pkill(1)</a> process-by-process.
                    337: <li>Fixed "anchor quick" with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> nested anchors (previously quick flag was lost as soon as we stepped into a child anchor).
                    338: <li>Force <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> MAC output to be 64-bit aligned, so umac won't see unaligned accesses on strict-alignment architectures (bz#2101).
                    339: <li>Updated to xterm 293.
                    340: <li>Updated to xf86-input-synaptics 1.7.1.
                    341: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> .Do .Dq .Ql .So .Sq generate the correct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> character escape sequences such that output modes like -Tutf8 have a chance to select nice glyphs.
                    342: <li>Fixed a bug where the calibration loop could show wrong CPU frequencies on i386/amd64.
                    343: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> so it filters all HTTP keepalives, not just the first.
                    344: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wcstof&manpath=OpenBSD%20Current&sektion=3&format=html">wcstof(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wcstod&manpath=OpenBSD%20Current&sektion=3&format=html">wcstod(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wcstold&manpath=OpenBSD%20Current&sektion=3&format=html">wcstold(3)</a> C99 compliance to: handle "inf", "infinity", "nan", and "nan(whatever)"; reject bare minus and plus signs; handle multi-byte characters; and set *endptr = nptr for all failure cases.
                    345: <li>Exclude mac address for the HMAC calculation if lladdr is the real one, so that we can use the real MAC address for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&manpath=OpenBSD%20Current&sektion=4&format=html">carp(4)</a>.
                    346: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> escape "Ss", because <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=groff&manpath=OpenBSD%20Current&sektion=1&format=html">groff(1)</a> thinks it has found a macro.
                    347: <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgplg&manpath=OpenBSD%20Current&sektion=8&format=html">bgplg(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> sockets to /var/www/run.
                    348: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> parent_alive_interval time_t (to avoid signed/unsigned comparison).
                    349: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kadmin&manpath=OpenBSD%20Current&sektion=8&format=html">kadmin(8)</a> race.
                    350: <li>Added the "quit-window" dired command to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a>.
                    351: <li>Rename the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> dired-* commands to be like the emacs equivalents.
                    352: <!-- 2013/06/01 -->
                    353: <li>Correct wrongly exchanged labels in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trek&manpath=OpenBSD%20Current&sektion=6&format=html">trek(6)</a> "computer warpcost" output.
                    354: <li>While lock is held, block all interrupts that can grab the kernel lock on amd64. Prevents lock ordering problems.
                    355: <li>Fixed an xinstall race condition, where multiple install -d's trying to create overlapping paths in parallel could error out.
                    356: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> panic on Lanner FW-8758.
                    357: <li>Partially back out new librthread ticket locks code, until heavier CPU usage issues are resolved.
                    358: <li>Stop printing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> wakeup devices in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&manpath=OpenBSD%20Current&sektion=8&format=html">dmesg(8)</a> after the 16th wakeup device, to workaround vmware reporting hundreds of wakeup devices.
                    359: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> progress meter when data is acked, not when it's sent (bz#2108).
                    360: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=catopen&manpath=OpenBSD%20Current&sektion=3&format=html">catopen(3)</a> for UTF-8 locales and update the implementation to POSIX-2008. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=catopen&manpath=OpenBSD%20Current&sektion=3&format=html">catopen(3)</a> now chooses a catalog which matches the locale's encoding, if available.
                    361: <li>Librthread now features a new spinlock (that is really a ticket lock).
                    362: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtree&manpath=OpenBSD%20Current&sektion=8&format=html">mtree(8)</a> generating arbitrary directories in /usr/share/locale.
                    363: <li>Changed the naming scheme used for directories in /usr/share/locale to eliminate redundant copies of LC_CTYPE files.
                    364: <li>Restart the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> keepalive timer whenever a LDP PDU is sent.
                    365: <li>Updated to xf86-video-sunffb 1.2.2.
                    366: <li>Don't try to send a Shutdown message if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> connection is already closed or a read error occurred; as per RFC 5036, send a "Shutdown" message if an unexpected message is received during the initialisation process; check if the whole LSR ID of received messages is correct; ignore messages from the process whose associated neighbour is not in the operational state.
                    367: <li>Dropped support for per-interface <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> labelspaces.
                    368: <li>Don't allow enabling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> on loopback and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&manpath=OpenBSD%20Current&sektion=4&format=html">carp(4)</a> interfaces. LDP should be allowed only on physical or tunnel interfaces.
                    369: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> "lint" mode.
                    370: <li>Correctly initialise the number of cores/cpus on an octeon board, so bsd.mp boots up on the ERL.
                    371: <li>Pass the routing domain to IPv6 pr_ctlinput() like in IPv4 for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&manpath=OpenBSD%20Current&sektion=4&format=html">icmp6(4)</a>.
                    372: <li>Updated 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.1; enable the SPDY module by default.
                    373: <li>Fixed race between <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exit&manpath=OpenBSD%20Current&sektion=3&format=html">exit(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork1&manpath=OpenBSD%20Current&sektion=9&format=html">fork1(9)</a> with threaded processes.
                    374: <li>Make hostaliases work for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gethostbyname&manpath=OpenBSD%20Current&sektion=3&format=html">gethostbyname(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&manpath=OpenBSD%20Current&sektion=3&format=html">getaddrinfo(3)</a> when looking into /etc/hosts.
                    375: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> "kill-paragraph" behave like emacs.
                    376: <li>Use a standard locale name in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>, "UTF-8" is an ugly non-standard alias that doesn't work on OpenBSD.
                    377: <li>Updated to libXrandr 1.4.1 and libXv 1.0.8.
                    378: <li>Hooked up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> to the tree.
                    379: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clock_gettime&manpath=OpenBSD%20Current&sektion=2&format=html">clock_gettime(2)</a> CLOCK_MONOTONIC for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> timers so keepalives/rekeying will work properly over clock steps.
                    380: <li>Introduced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ltrace&manpath=OpenBSD%20Current&sektion=1&format=html">ltrace(1)</a>. Works with ld.so to inject <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=utrace&manpath=OpenBSD%20Current&sektion=2&format=html">utrace(2)</a> record for each plt call. Minimal filtering capabilities are provided.
                    381: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=utrace&manpath=OpenBSD%20Current&sektion=2&format=html">utrace(2)</a>, a system call allowing for userland to send its own <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&manpath=OpenBSD%20Current&sektion=2&format=html">ktrace(2)</a> records.
                    382: <li>Adjusted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> M-} (forward-paragraph) to behave like emacs.
                    383: <!-- 2013/05/31 -->
                    384: <li>Return ROFF_TBL as soon as we open a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> data cell, as it may never get properly closed but instead be interrupted by .TE.
                    385: <li>Don't set the Message ID for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> "hello" messages, to match Cisco IOS.
                    386: <li>Always advertise the Router-ID as the transport address in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> "hello" messages, as per RFC 5036, section 2.5.2.
                    387: <li>Added support for advertising route information (RFC 4191) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&manpath=OpenBSD%20Current&sektion=8&format=html">rtadvd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&manpath=OpenBSD%20Current&sektion=4&format=html">icmp6(4)</a>.
                    388: <li>Fixed regression with BGP MPLS VPNs that got broken by recent reload related <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> commits.
                    389: <li>Fixed the build for a kernel without <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&manpath=OpenBSD%20Current&sektion=4&format=html">wd(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&manpath=OpenBSD%20Current&sektion=4&format=html">pciide(4)</a> in its <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&manpath=OpenBSD%20Current&sektion=8&format=html">config(8)</a>.
                    390: <li>Updated to: libX11 1.5.99.902 (aka 1.6rc2); xfs 1.1.3; xinit 1.3.2 and libXext 1.3.2.
                    391: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getprogname&manpath=OpenBSD%20Current&sektion=3&format=html">getprogname(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setprogname&manpath=OpenBSD%20Current&sektion=3&format=html">setprogname(3)</a>, useful for some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ports&manpath=OpenBSD%20Current&sektion=7&format=html">ports(7)</a>.
                    392: <li>Added the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmx&manpath=OpenBSD%20Current&sektion=4&format=html">vmx(4)</a> driver for vmware's VMXNET3 ethernet controller.
                    393: <li>Correct the range checks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a> properly for vhid, advbase and advskew.
                    394: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&manpath=OpenBSD%20Current&sektion=8&format=html">ping6(8)</a> truncating trailing zeros from the round-trip times.
                    395: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> host_short format.
                    396: <li>Updated to: appres 1.0.4; xrefresh 1.0.5; xwininfo 1.1.3; xdpyinfo 1.3.1 and bitmap 1.0.7.
                    397: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> now also listens on IPv6 by default.
                    398: <li>Rename <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tpms&manpath=OpenBSD%20Current&sektion=4&format=html">tpms(4)</a>, the driver for Apple USB touchpads, to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=utpms&manpath=OpenBSD%20Current&sektion=4&format=html">utpms(4)</a> because it is also used on some intel-based mac laptops.
                    399: <li>Added elantech v4 (clickpad) support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a>.
                    400: <li>Inform the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> user about beginning / end of buffer in "previous-line" and "next-line".
                    401: <li>Make the system bell toggle-able via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> "audible-bell", and if switched off, make available an alternative "visible-bell".
                    402: <li>Enabled Realtek 8211C(L) GbE phy with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&manpath=OpenBSD%20Current&sektion=4&format=html">axe(4)</a>.
                    403: <li>Updated to: libFS 1.0.5; libxcb 1.9.1; libXau 1.0.8; libXcursor 1.1.14; libXfixes 5.0.1; libXi 1.6.3rc1; libXinerama 1.1.3; libXres 1.0.7; libXt 1.1.4; libXtst 1.2.2; libXxf86dga 1.1.4; libXxf86vm 1.1.3; libdmx 1.1.3 and libfontenc 1.1.2.
                    404: <li>Accommodate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> E5/C600 and 5719/5720 PCI-E maximum payload size handling. Fixes RX path on 5719.
                    405: <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> to use a non-blocking connection so other LDP sessions and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldpctl(8)</a> remain responsive.
                    406: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> mangling top-bit-set characters when they passed to window_pane_key.
                    407: <!-- 2013/05/30 -->
                    408: <li>Fixed use after free in case the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a> mbuf needs defragmentation, to fix a panic.
                    409: <li>When removing "dump (all|updates)" from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">bgpd.conf(5)</a> and reloading, tell the session engine to actually stop logging.
                    410: <li>Export the original (aka untranslated) address in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a>, and also in the "af-to" case.
                    411: <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> SSL inspection, the ability to transparently filter in SSL/TLS connections (eg. HTTPS) by using a local CA that is accepted by the clients.
                    412: <li>Fixed bug in amd64 hibernate code (introduced when we moved the kernel to load at 16MB physical address).
                    413: <li>Change HTTP/1.x in the generated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> error messages, to HTTP/1.0. Required by Safari; makes it RFC-compliant.
                    414: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setsockopt&manpath=OpenBSD%20Current&sektion=2&format=html">setsockopt(2)</a> to see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifstated&manpath=OpenBSD%20Current&sektion=8&format=html">ifstated(8)</a> messages for interfaces in all routing domains again, instead of just the primary one.
                    415: <li>Tied mkuboot utility into the build.
                    416: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&manpath=OpenBSD%20Current&sektion=1&format=html">ls(1)</a> column padding of inode numbers and block counts >2^32, as well as display of directory block totals >2^32.
                    417: <li>Fixed bug when starting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> with a configured interface in the down state so it is not promoted to ACTIVE.
                    418: <li>Fixed pci_min_powerstate() to return the current power state (not D3) if ACPI is not compiled in.
                    419: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> trying to send hello messages if the interface is down.
                    420: <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> hello holdtime calculation and stop the timeout timer if the holdtime is "infinite".
                    421: <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> sanity checks on received UDP messages: "PDU Length" now checked against what RFC 5036, section 3.1 specifies.
                    422: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a> no longer uses a carp address as ldp router id because it is not unique.
                    423: <li>Do not allow SIOCSIFADDR on AF_INET6 sockets. Avoids possible local denial of service.
                    424: <li><font color="#e00000">5.2 and 5.3 RELIABILITY FIX: Do not allow SIOCSIFADDR on AF_INET6 sockets. Avoids possible local denial of service.</font><br>A source code patch is available for <a href="errata52.html#005_in6">5.2</a> and <a href="errata53.html#005_in6">5.3</a>.
                    425: <li>Build fixed for sis (SiS and XGI video) driver under xserver 1.14.
                    426: <li>Make mkuboot install into the path so we can use it during builds.
                    427: <li>Updated inputproto to 2.3.
                    428: <li>Send correct ttl on outgoing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> packets, so peer sessions can come up correctly if both sides use ttl-security.
                    429: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> cmtime again, but with a proper test for nodes without children.
                    430: <!-- 2013/05/29 -->
                    431: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> now rejects non-printable characters found in the input stream, even when preceded by a backslash.
                    432: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg-config&manpath=OpenBSD%20Current&sektion=1&format=html">pkg-config(1)</a> error message for empty files now display the full path, in case the file exists in multiple locations.
                    433: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> dired commands dired-flag-file-deleted, dired-backup-unflag and dired-unflag behave more like emacs when the cursor stays on the first character of the file name.
                    434: <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> PHY auto-polling mode on anything newer than BCM5705. Fixes uplink negotiation on BCM5719.
                    435: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> SYNOPSIS mode, fixed .Ek (it doesn't end a keep).
                    436: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> installpath to use +=.
                    437: <!-- 2013/05/28 -->
                    438: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> dired mode commands "dired-copy-file", "dired-rename-file", "dired-create-directory" will now refresh the dired buffer.
                    439: <li>Reset <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=be&manpath=OpenBSD%20Current&sektion=4&arch=sparc&format=html">be(4/sparc)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brgphy&manpath=OpenBSD%20Current&sektion=4&format=html">brgphy(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dcphy&manpath=OpenBSD%20Current&sektion=4&format=html">dcphy(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mlphy&manpath=OpenBSD%20Current&sektion=4&format=html">mlphy(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rgephy&manpath=OpenBSD%20Current&sektion=4&format=html">rgephy(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urlphy&manpath=OpenBSD%20Current&sektion=4&format=html">urlphy(4)</a> autonegotiation timer when PHY gets the link, so that if we restart the timer the mii_ticks value will be sane.
                    440: <!-- 2013/05/27 -->
                    441: <li>Correctly display rightmost tile when current resolution is not a multiple of the tile size in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gbe&manpath=OpenBSD%20Current&sektion=4&arch=sgi&format=html">gbe(4/sgi)</a> emulation (text) mode.
                    442: <li>Added dired commands and dired-create-directory to function maps in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a>.
                    443: <li>Autodetect ipv6 addresses for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=8&format=html">route(8)</a>.
                    444: <!-- 2013/05/26 -->
                    445: <li>Added ":B" to the list of options actually handled in PkgCheck.pm by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a>.
                    446: <!-- 2013/05/25 -->
                    447: <li>Minimal support for MVME224 and MVME236 memory boards on mvme88k architecture; fixed MVME181 memory detection code.
                    448: <li>When recreating a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&manpath=OpenBSD%20Current&sektion=4&format=html">tun(4)</a> interface, set the IFF_RUNNING flag after the IFF_LINK0 flag has been added.
                    449: <!-- 2013/05/24 -->
                    450: <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> with OpenSMTPD 5.3.2.
                    451: <li>Since audio code is mp safe, establish <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isa&manpath=OpenBSD%20Current&sektion=4&format=html">isa(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> audio interrupts with the IPL_MPSAFE flag, so interrupt handlers don't need to wait for global kernel_lock.
                    452: <!-- 2013/05/23 -->
                    453: <li>Merge upstream fixes for several <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> library vulnerabilities (integer overflows/buffer overflows/memory corruption).
                    454: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ttys&manpath=OpenBSD%20Current&sektion=5&format=html">ttys(5)</a> console speed to 115200 on octeon.
                    455: <li>Revert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a> Active PS/2 support for now, until solution found for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&manpath=OpenBSD%20Current&sektion=4&format=html">pckbc(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gsckbc&manpath=OpenBSD%20Current&sektion=4&arch=hppa&format=html">gsckbc(4/hppa)</a> chipsets that stopped working.
                    456: <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> grabbing keys per screen (during init) and during a MappingNotify.
                    457: <li>Put <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> (a FastCGI to CGI wrapper) in, to work on it in-tree. Not hooked up to the build yet.
                    458: <li>Properly implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> access to IndexField() field units.
                    459: <!-- 2013/05/22 -->
                    460: <li>Allow auto-scaling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=encrypt&manpath=OpenBSD%20Current&sektion=1&format=html">encrypt(1)</a> bcrypt rounds based on CPU power.
                    461: <li>Set correct route priority in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> send_rt6msg. Fixes v6 routes being added to the kernel as RTP_DEFAULT.
                    462: <li>Shuffle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> shell-command-on-region around to give shell-command.
                    463: <li>Check validity of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwmrc&manpath=OpenBSD%20Current&sektion=5&format=html">cwmrc(5)</a> mousebind buttons during the parse phase, not when client needs to grab (when it's too late); load the default config if this is invalid.
                    464: <li>Don't use BUS_DMA_WAITOK in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> bge_init path, since it might be called from a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeout&manpath=OpenBSD%20Current&sektion=9&format=html">timeout(9)</a>.
                    465: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> changes: use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random_uniform&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random_uniform(3)</a> to randomise queue; display debug timestamp with -ns; use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clock_gettime&manpath=OpenBSD%20Current&sektion=2&format=html">clock_gettime(2)</a> directly.
                    466: <li>Modified luna88k <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=comkbd&manpath=OpenBSD%20Current&sektion=4&arch=sparc64&format=html">comkbd(4/sparc64)</a> RAWKEY_XXX values, to input the right characters on Japanese keyboards.
                    467: <!-- 2013/05/21 -->
                    468: <li>Synced libedit with upstream to fix: buffer growing, memory allocation for wide chars, and to handle return of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbstowcs&manpath=OpenBSD%20Current&sektion=3&format=html">mbstowcs(3)</a>.
                    469: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pty&manpath=OpenBSD%20Current&sektion=4&format=html">pty(4)</a> descriptor leak occurring if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&manpath=OpenBSD%20Current&sektion=2&format=html">fork(2)</a> fails.
                    470: <li>Added driver for the am335x timers, to be used by the beaglebone.
                    471: <li>Fixed missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> work unit state initialisations.
                    472: <!-- 2013/05/20 -->
                    473: <li>Eliminate the need to change the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu window on every <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xft&manpath=OpenBSD%20Current&sektion=3&format=html">Xft(3)</a> font draw; added support for _NET_WM_STATE_MAXIMIZED_{HORZ,VERT}, _NET_ACTIVE_WINDOW ClientMessage and _NET_WM_STATE ClientMessage.
                    474: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> addr.aid is actually available when first accessed.
                    475: <li>Remove "abort_task" from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> task queue before recycling the containing structure, to avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&manpath=OpenBSD%20Current&sektion=4&format=html">ehci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&manpath=OpenBSD%20Current&sektion=4&format=html">ohci(4)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a> panic.
                    476: <!-- 2013/05/19 -->
                    477: <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> border colours to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xft&manpath=OpenBSD%20Current&sektion=3&format=html">Xft(3)</a>. If colour name allocation fails, revert back to default.
                    478: <li>Support .Bl -offset in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -mdoc -Tman.
                    479: <li>If pid&lt;0, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kill&manpath=OpenBSD%20Current&sektion=2&format=html">kill(2)</a> no longer fails with EPERM unless none of the target processes could be signalled.
                    480: <li>Switched mvme68k to the machine independent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdsc&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=sgi&format=html">wdsc(4/sgi)</a> driver.
                    481: <li>Added more messages for when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">apmd(8)</a> is entering suspend.
                    482: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> cursor position when moving backwards by paragraph behave the same as emacs (move it to line above paragraph).
                    483: <li>Fixed duplicate TouchBegin selection with virtual devices. Fixes gtk+3 applications crashing with "BadImplementation" error.
                    484: <li>Don't try to start an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-agent(1)</a> via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xinit&manpath=OpenBSD%20Current&sektion=1&format=html">xinit(1)</a> or xsession if $SSH_AGENT_PID is already set.
                    485: <!-- 2013/05/18 -->
                    486: <li>Standardise logging of supplemental information during <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> userauth, pushing all logging onto a single line.
                    487: <li>Fixed failure to recognise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> cert-authority keys if a key of a different type appeared in authorized_keys before it.
                    488: <li>/dev/ttyc is no longer special on sparc/sparc64 now that sun serial mice are handled by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmouse&manpath=OpenBSD%20Current&sektion=4&format=html">wsmouse(4)</a>; update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ttys&manpath=OpenBSD%20Current&sektion=5&format=html">ttys(5)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fbtab&manpath=OpenBSD%20Current&sektion=5&format=html">fbtab(5)</a> accordingly.
                    489: <li>Build and install libgcov on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 4 platforms. Makes gcc -fprofile-arcs work again.
                    490: <li>On arm, make sure we executed an instruction before continuing to the next. Replaced calls to drain the write buffer with the correct ones for armv7.
                    491: <!-- 2013/05/17 -->
                    492: <li>Fixed the "right-of-cursor background color is inverted when we do delete-after-cursor" bug on luna88k <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&manpath=OpenBSD%20Current&sektion=4&format=html">wscons(4)</a> console.
                    493: <li>Preliminary support added for mvme88k MVME180 and MVME181 boards.
                    494: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> security fix for CVE-2013-2028 (see http://mailman.nginx.org/pipermail/nginx-announce/2013/000112.html).
                    495: <li>Stopped binutils rejecting "++" and "--" in expressions, as some versions of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> emit these.
                    496: <li>Don't leak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> information to userland in the case where the actual transfer length is smaller than the requested one and the USBD_SHORT_XFER_OK flag is set.
                    497: <li><font color="#e00000">5.3 RELIABILITY FIX: Do not attempt to delete the undeletable RNF_ROOT <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=4&format=html">route(4)</a>. This fix stops a kernel panic.</font><br><a href="errata53.html#004_route">A source code patch is available for 5.3</a>. Matches the fix in -current.
                    498: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmoused&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">wsmoused(8)</a> support added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> Intel i915 driver.
                    499: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> security fix for CVE-2013-2070 (see http://thread.gmane.org/gmane.comp.security.oss.general/10173).
                    500: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmoused&manpath=OpenBSD%20Current&sektion=8&format=html">wsmoused(8)</a> support based on the new multiple screen support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a>.
                    501: <!-- 2013/05/16 -->
                    502: <li>If a directory exists when trying to create a new one, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> will now warn the user.
                    503: <li>Update "cur_time" after <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&manpath=OpenBSD%20Current&sektion=2&format=html">poll(2)</a> returns on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a>, as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&manpath=OpenBSD%20Current&sektion=2&format=html">poll(2)</a> might have slept for an arbitrary amount of time.
                    504: <li>Implemented mechanism to establish interrupt handlers that don't grab the kernel lock upon entry on i386/amd64.
                    505: <li>Run audio interrupts without grabbing the kernel lock on sparc64.
                    506: <!-- 2013/05/15 -->
                    507: <li>Added the ability to ignore specific unrecognised <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a> options; bz#866.
                    508: <li>Add an optional second argument to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> RekeyLimit and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a> to allow rekeying based on elapsed time in addition to amount of traffic.
                    509: <li>If an /etc/apm/* program fails, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">apmd(8)</a> will now log the failure and error message.
                    510: <li>Allow m88k and mvme88k to correctly <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&manpath=OpenBSD%20Current&sektion=3&format=html">printf(3)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=panic&manpath=OpenBSD%20Current&sektion=9&format=html">panic(9)</a> early on unrecognised systems.
                    511: <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.9; several bugfixes, security fix for CVE-2013-2070.
                    512: <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> cursor position overflow when reflowing.
                    513: <li>Introduced a global interrupt-aware mutex protecting data structures (including sound-card registers) from concurrent access by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syscall&manpath=OpenBSD%20Current&sektion=9&format=html">syscall(9)</a> and interrupt code-paths.
                    514: <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> E7221 integrated graphics.
                    515: <!-- 2013/05/14 -->
                    516: <li>Pass the correct pointer to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool_put&manpath=OpenBSD%20Current&sektion=9&format=html">pool_put(9)</a> if pf_state_key_attach fails.
                    517: <li>Removed "swapin" and "swapout" from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> statistics (as we haven't swapped out of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> for a few years); don't display swapin/swapout uvmexp fields in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&manpath=OpenBSD%20Current&sektion=8&format=html">vmstat(8)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.rstatd&manpath=OpenBSD%20Current&sektion=8&format=html">rpc.rstatd(8)</a>.
                    518: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> now keeps track of age of the youngest child process. Helps with out-of-date messages in -dm mode.
                    519: <li>Stopped the line buffer being potentially accessed out of bounds when ^W (WERASE) is used in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&manpath=OpenBSD%20Current&sektion=1&format=html">vi(1)</a> insert mode.
                    520: <!-- 2013/05/13 -->
                    521: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">pkg_add(1)</a> PackingElement.pm samples should never alias specialfiles, so error out right away.
                    522: <li>Added sparc64 support for running interrupt handlers without taking the kernel lock (via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_intr_establish&manpath=OpenBSD%20Current&sektion=9&format=html">bus_intr_establish(9)</a> interface). Used only by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=schizo&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=sparc64&format=html">schizo(4/sparc64)</a> for now.
                    523: <li>Added an implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memmem&manpath=OpenBSD%20Current&sektion=3&format=html">memmem(3)</a>.
                    524: <li>Make sure the global IPv4 address list and the per-interface list remain in sync even when SIOCAIFADDR or SIOCSIFADDR <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&manpath=OpenBSD%20Current&sektion=2&format=html">ioctl(2)</a> have not been issued.
                    525: <!-- 2013/05/12 -->
                    526: <li>Where we have a KMS driver (currently <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a> only) <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a> now switches from X back to console screen upon entering <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&manpath=OpenBSD%20Current&sektion=4&format=html">ddb(4)</a> .
                    527: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&manpath=OpenBSD%20Current&sektion=4&format=html">wsdisplay(4)</a>, make sure it really is the console before attempting to switch screens.
                    528: <li>Handle big (a.k.a. >2TB) disks by adding logic to handle the 12 and 16 byte scsi read/write commands on sparc64.
                    529: <li>Removed use after free the in case where the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a> mbuf needs defragmentation. Fixes a panic.
                    530: <li>Make easier to stop taking the kernel lock when running "mp safe" interrupt handlers on i386/amd64/sparc64.
                    531: <li>S-Records boot loader added to mvme88k. Allows kernel to be loaded from network, using either the on-board interface (on MVME187 and MVME197) or any MVME376; added MVME376 support to netboot.
                    532: <!-- 2013/05/11 -->
                    533: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&manpath=OpenBSD%20Current&sektion=1&format=html">sndiod(1)</a> check for whether a midi port is referenced (which sometimes caused the port to be closed prematurely); use order specified by -q to order the exposed midi ports.
                    534: <li>Swapped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> x/y calculations in kbd move/resize, to match those in the respective mouse functions.
                    535: <li>Set <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&manpath=OpenBSD%20Current&sektion=4&format=html">trunk(4)</a>'s MTU to that of the first trunkport. Allows trunk to work with jumbo/baby-jumbo frames.
                    536: <!-- 2013/05/10 -->
                    537: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> subnet check: check our rdomain against the rdomains of the other interfaces, not against our own.
                    538: <li>Bail if device_lookup doesn't find anything, to bring <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vscsi&manpath=OpenBSD%20Current&sektion=4&format=html">vscsi(4)</a> in line with other drivers.
                    539: <li>Sync state key pointers with pf_state_key_attach values. Stops <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&manpath=OpenBSD%20Current&sektion=4&format=html">pfsync(4)</a> inserting garbage addresses into packets when there is a state key collision.
                    540: <li>Added support for future time_t and ino_t size enlargements to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&manpath=OpenBSD%20Current&sektion=8&format=html">compat_linux(8)</a>.
                    541: <!-- 2013/05/09 -->
                    542: <li>Fixed memleak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> cert_free(), which wasn't actually freeing the struct; bz#2096
                    543: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> bzero(ptr_to_struct, sizeof(ptr_to_struct)); bz#2100.
                    544: <li>Do not panic when running the MP kernel on a single-processor mips64 systems.
                    545: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&manpath=OpenBSD%20Current&sektion=1&format=html">gdb(1)</a> on m88k to fetch symbols from shared libraries when debugging dynamically linked binaries.
                    546: <li>Added driver for the OMAP identification registers/fuses, so we can adjust the timer frequency per PandaBoard version.
                    547: <!-- 2013/05/08 -->
                    548: <li>Ported arm dma sync code (from NetBSD). Makes it easier to flush the secondary cache, as we always have the physical address.
                    549: <li>Backported fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> PR target/31152 on arm: match the correct operand for optimised LT0 test; removed optimisation for GT.
                    550: <li>Reset <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uthum&manpath=OpenBSD%20Current&sektion=4&format=html">uthum(4)</a> device on detach (required for planed usb device claiming).
                    551: <li>Correctly compute packet size when including DNS search lists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&manpath=OpenBSD%20Current&sektion=8&format=html">rtadvd(8)</a>; fixed a comparison when building a packet with DNS search lists.
                    552: <!-- 2013/05/07 -->
                    553: <li>Fixed an uninitialised variable access in intel_ddi_prepare_link_retrain() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915 code (patched from upstream).
                    554: <li>Fixed some leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> error paths.
                    555: <li>Re-commit uthum_activate() removal in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uthum&manpath=OpenBSD%20Current&sektion=4&format=html">uthum(4)</a>, now that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhidev&manpath=OpenBSD%20Current&sektion=4&format=html">uhidev(4)</a> can handle it.
                    556: <li>When a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&manpath=OpenBSD%20Current&sektion=2&format=html">fork(2)</a>'d child process (whose parent set SA_NOCLDWAIT or ignored SIGCHLD) is exiting, unconditionally wake parent instead of doing this only for the last child.
                    557: <li>Prevent a chunked HTTP connection stalling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a>; use a 64 bit variable to allow (theoretical) large chunks.
                    558: <li>Don't limit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> width and height to 222 in standard mouse mode.
                    559: <li>When deactivating <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> child devices do not panic if their driver does not implement an *activate() function.
                    560: <!-- 2013/05/06 -->
                    561: <li>Fixed a double free in an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&manpath=OpenBSD%20Current&sektion=4&format=html">ami(4)</a> error path.
                    562: <li>Warn and load defaults when negative values are specified for borderwidth, moveamount, snapdist or gap in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a>.
                    563: <li>Show list of mismatched "for" loops when a fatal error occurs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a>.
                    564: <!-- 2013/05/05 -->
                    565: <li>Workaround faulty cycles-per-second readings on i386 and amd64; fallback to rdtsc if cpuspeed reported as 0.
                    566: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&manpath=OpenBSD%20Current&sektion=1&format=html">sndiod(1)</a> channel mappings being wrong when the client has not specified the channels.
                    567: <li>Record the time a lease is bound to an interface so the correct <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> process survives a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&manpath=OpenBSD%20Current&sektion=8&format=html">netstart(8)</a>.
                    568: <li>Initialise client rate to fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&manpath=OpenBSD%20Current&sektion=1&format=html">sndiod(1)</a> crashes when the client doesn't set the rate.
                    569: <!-- 2013/05/04 -->
                    570: <li>Provide <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> with a way to encrypt envelopes and messages using aes-256-gcm before they hit the queue. Not activated yet.
                    571: <li>Make sure we allocate outside the Legacy Address Range on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915. Gets rid of the "no ifp" warning on the x41.
                    572: <li>Fixed use after free in the error paths of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kerberos&manpath=OpenBSD%20Current&sektion=8&format=html">kerberos(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ldconfig(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&manpath=OpenBSD%20Current&sektion=8&format=html">ldpd(8)</a>.
                    573: <!-- 2013/05/03 -->
                    574: <li>Use a blacklist detecting non-regex patterns so more are covered by the fast <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&manpath=OpenBSD%20Current&sektion=1&format=html">grep(1)</a> code.
                    575: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&manpath=OpenBSD%20Current&sektion=2&format=html">open(2)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstat&manpath=OpenBSD%20Current&sektion=2&format=html">fstat(2)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stat&manpath=OpenBSD%20Current&sektion=2&format=html">stat(2)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&manpath=OpenBSD%20Current&sektion=2&format=html">open(2)</a> for checking proper permissions of "local" .exrc or .nexrc files in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&manpath=OpenBSD%20Current&sektion=1&format=html">vi(1)</a>.
                    576: <li>Switched the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a> and pool freelists to using xor simpleq. Adds a tiny bit more protection from list manipulation.
                    577: <li>Export ingress/egress interface index in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&manpath=OpenBSD%20Current&sektion=4&format=html">pflow(4)</a>. Needed for some netflow collector and tests.
                    578: <li>Fixed mem leak in swapmount.
                    579: <li>Fixed resetting MB_CUR_MAX when switching locales away from a UTF-8 locale.
                    580: <li>Updated xf86-input-keyboard to 1.7.0 and xf86-input-mouse to 1.9.0.
                    581: <!-- 2013/05/02 -->
                    582: <li>Start dbus-launch in a consistent way in xinitrc and Xsession.
                    583: <li>Only redraw the name/size box when the client resizes, not every time there's movement; improves <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> resize syncs.
                    584: <!-- 2013/05/01 -->
                    585: <li>Always attach the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> battery sensor if the adapter lets us query it, so newly replaced batteries show up immediately.
                    586: <li>Added secure monitor call function for arm/beagle, so a secondary cache controller driver can talk to its controller properly.
                    587: <li>Disabled PandaBoard's L2 Cache early on bootup (it re-enables later once it is ready).
                    588: <li>Fixed a case on arm where we might be cache flushing unmapped pages.
                    589: <li><font color="#e00000">5.3 RELIABILITY FIX: for flaw in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> driver where it did not recover from some error conditions.</font><a href="errata53.html#002_vr"> A source code patch is available</a>.
                    590: <!-- 2013/04/30 -->
                    591: <li>Provide a sensor for the battery backup unit (bbu) on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&manpath=OpenBSD%20Current&sektion=4&format=html">mfi(4)</a> boards that support it.
                    592: <li>Added a cortex bus which represents the ARM MPCore Complex (attaches to ARM Cortex A9 and A15 SoCs).
                    593: <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915, clear the correct pixels when scrolling backwards.
                    594: <li>Use ARMv7 access permission bits on the beagle architecture.
                    595: <li>Handle newer fibre adapters the same way as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> 82575/82576. Required to make 82580 (i340) and i350 based adapters work.
                    596: <!-- 2013/04/29 -->
                    597: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&manpath=OpenBSD%20Current&sektion=8&format=html">ypldap(8)</a> ignore SIGPIPE so it doesn't fail if an ldap connection breaks.
                    598: <li>Removed most of the pre-<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> backward compatibility (see <a href="http://www.openbsd.org/faq/current.html#20130429">http://www.openbsd.org/faq/current.html#20130429</a>).
                    599: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&manpath=OpenBSD%20Current&sektion=4&format=html">ulpt(4)</a>, as it now depends on firmload (since its rev 1.41 that adds support for uploading HP LaserJet firmwares).
                    600: <!-- 2013/04/28 -->
                    601: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> -h, used to hide usernames/uids (as in libexec/identd).
                    602: <li>Preliminary modifications for Xorg 1bpp server for luna88k, including enabling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmux&manpath=OpenBSD%20Current&sektion=4&format=html">wsmux(4)</a> on GENERIC kernel.
                    603: <li>Reverted fix for binutils linker errors (breaks the xenocara build on macppc; fixed in binutils 2.17 anyway).
                    604: <li>Updated libX11 to 1.6RC.
                    605: <li>Updated xproto to 7.0.24
                    606: <li>Improved dealing of ARMv7 faults. Added ARMv7 fault descriptions.
                    607: <!-- 2013/04/27 -->
                    608: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strptime&manpath=OpenBSD%20Current&sektion=3&format=html">strptime(3)</a> for parse_date() and date writing logic for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> (to match <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a>).
                    609: <li>time_t 64bit fixes for <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=relayctl&manpath=OpenBSD%20Current&sektion=8&format=html">relayctl(8)</a>.
                    610: <!-- 2013/04/26 -->
                    611: <li>Convert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> RAID 4/5/6 to new work unit completion routines.
                    612: <!-- 2013/04/25 -->
                    613: <li>Fixed binutils linker errors when using llvm/clang (see http://lists.gnu.org/archive/html/bug-binutils/2004-07/msg00000.html).
                    614: <li>Added the ability to change ARM frequency and added match functions on beagle.
                    615: <li>Added GPIO support for the pandaboard.
                    616: <li>Added a terminator to the device list, to avoid unexpected behaviour when a device isn't found by beagle.
                    617: <li>Correctly enable ARM's Generic Interrupt Controller on beagle.
                    618: <li>Fixed range for assigned ports managed by the IANA (see RFC 1700) 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>.
                    619: <!-- 2013/04/24 -->
                    620: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tstohz&manpath=OpenBSD%20Current&sektion=9&format=html">tstohz(9)</a> as the timespec analog to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tvtohz&manpath=OpenBSD%20Current&sektion=9&format=html">tvtohz(9)</a>.
                    621: <li>When a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ucom&manpath=OpenBSD%20Current&sektion=4&format=html">ucom(4)</a> is removed, walk the knotes in ttyfree(). Fixes crash when unplugging a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ucom&manpath=OpenBSD%20Current&sektion=4&format=html">ucom(4)</a> which <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a> is running.
                    622: <li>When attaching disks, feed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> checksum to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&manpath=OpenBSD%20Current&sektion=4&format=html">random(4)</a> pool as unique-esque-but-not-secret data.
                    623: <li>Use the manufacturer-supplied bios serial/uuid as a source of uniqueness to seed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&manpath=OpenBSD%20Current&sektion=4&format=html">random(4)</a> pool on i386/amd64.
                    624: <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&manpath=OpenBSD%20Current&sektion=1&format=html">sendmail(1)</a> ident queries since <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ident&manpath=OpenBSD%20Current&sektion=1&format=html">ident(1)</a> does not run by default anymore.
                    625: <!-- 2013/04/22 -->
                    626: <li>Increase ip_ttl on packets from 16 to 128, so people living many hops from their <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcp&manpath=OpenBSD%20Current&sektion=8&format=html">dhcp(8)</a> server can still get leases.
                    627: <li>Support src/libexec/identd's -e option in src/usr.sbin/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a>.
                    628: <li>Speed up ffs disk access a little 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> substantially (see: www.mckusick.com/publications/faster_fsck.pdf)
                    629: <li>Reworked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tee&manpath=OpenBSD%20Current&sektion=1&format=html">tee(1)</a> to simplify, check errors against -1, remove casts, etc.
                    630: <li>Removed TIMESTAMP abstraction layer in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a>; adapt to time_t being 32 bits OR 64 bits.
                    631: <li>Convert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> RAID 4/5/6 to new ccb handling.
                    632: <li>Removed rarely-used <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> option for specifying which port you want to run on.
                    633: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> support for returning uids instead of usernames via -n, like libexec identd.
                    634: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> -N to let users put .noident in their homedir, to return HIDDEN-USER instead of their username.
                    635: <li>When using choose-tree -u, start with the current <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> window highlighted.
                    636: <li>Get <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> session of -t window rather than client's window.
                    637: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> is sync'ing, look for lease by hwaddr and then ipaddr. Fixes loops while sync'ing.
                    638: <li>Call recalculate_sizes() after killing a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> window, in case it is in a grouped session.
                    639: <!-- 2013/04/21 -->
                    640: <li>Do not die when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> parent process has a backlog of requests for the child process.
                    641: <li>Handle large time_t correctly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&manpath=OpenBSD%20Current&sektion=4&format=html">ray(4)</a> debug code.
                    642: <li>Check for underflow before using ffs2 blockcount, as it is unsigned.
                    643: <li>Corrected tv_sec handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&manpath=OpenBSD%20Current&sektion=4&format=html">scsi(4)</a> mass storage debug code.
                    644: <li>Avoid truncating a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> time_t division into days.
                    645: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random_uniform&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random_uniform(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mrouted&manpath=OpenBSD%20Current&sektion=8&format=html">mrouted(8)</a>.
                    646: <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> server_client_check_focus use a dead bufferevent.
                    647: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsold&manpath=OpenBSD%20Current&sektion=8&format=html">rtsold(8)</a> handle exceedingly long uptimes; reset IPv6 timers upon reaching 2038.
                    648: <li><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> now allows smaller-than-32-bit accesses to the ID register (on boards with 32-bit ID register) for better device detection.
                    649: <li>Unify the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zs&manpath=OpenBSD%20Current&sektion=4&arch=macppc&format=html">zs(4/macppc)</a> tty driver across macppc, sgi, solbourne, sparc and sparc64 architectures.
                    650: <li>Convert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> RAID1 to the new work unit completion functions and generic interrupt handler.
                    651: <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=edquota&manpath=OpenBSD%20Current&sektion=8&format=html">edquota(8)</a> by fixing the temporary file name template.
                    652: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umount&manpath=OpenBSD%20Current&sektion=8&format=html">umount(8)</a> via DUID possible.
                    653: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&manpath=OpenBSD%20Current&sektion=8&format=html">mount(8)</a> is run in verbose mode, display f_mntfromspec if it differs from f_mntfromname.
                    654: <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&manpath=OpenBSD%20Current&sektion=8&format=html">inetd(8)</a> by default.
                    655: <!-- 2013/04/20 -->
                    656: <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getty&manpath=OpenBSD%20Current&sektion=8&format=html">getty(8)</a>, use poll/nanosleep instead of select with a fixed size fd_set.
                    657: <li>Reverted rev 1.45 of usr.sbin/procmap/procmap.c.
                    658: <li>Stopped using unsafe <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&manpath=OpenBSD%20Current&sektion=3&format=html">random(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a>, use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=9&format=html">arc4random(9)</a> instead.
                    659: <li>Made i2c bit-banging code work with slow slave device (eg SDVO chips and DDC eeproms) found on some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a> hardware.
                    660: <li>Cranked C_MAXFILE static limit of files to serve in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rbootd&manpath=OpenBSD%20Current&sektion=8&format=html">rbootd(8)</a>. Existing limit of 10 is too small for some networks.
                    661: <li>Disabled time service (RFC 868) by default in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&manpath=OpenBSD%20Current&sektion=8&format=html">inetd(8)</a>.
                    662: <li>Enabled active PS/2 multiplexing if available. Supported for i386 and amd64 except SMALL_KERNEL.
                    663: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a>'s PPPoE server, which was broken since last configuration rework.
                    664: <!-- 2013/04/19 -->
                    665: <li>Added -o option to getopt string and usage in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdate&manpath=OpenBSD%20Current&sektion=8&format=html">rdate(8)</a>.
                    666: <li>Use time_t instead of long for binutils archive timestamps, and print them as a long long.
                    667: <li>Disabled cpu migration code when on single processor systems.
                    668: <li>Log (at LOG_INFO) which interfaces <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> listens to, and their addresses.
                    669: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdate&manpath=OpenBSD%20Current&sektion=8&format=html">rdate(8)</a> -n the default; added -o flag for the old RFC 868 time protocol (which uses a 32-bit value for its wire protocol).
                    670: <li>For datagrams, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&manpath=OpenBSD%20Current&sektion=8&format=html">inetd(8)</a> now assumes other protocols should fail.
                    671: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> now handles long long time_t.
                    672: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> support for printing long long (%lld).
                    673: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=find&manpath=OpenBSD%20Current&sektion=1&format=html">find(1)</a> now handles large numbers. Fixes time_t beyond 2038, constrains the range of i_num correctly, and now handles files > 4GB in size on 32-bit machines.
                    674: <li>Matched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vacation&manpath=OpenBSD%20Current&sektion=1&format=html">vacation(1)</a> behaviour to current sendmail-based vacation.
                    675: <li>Make sure the fs blocksize doesn't get too big when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a>.
                    676: <!-- 2013/04/18 -->
                    677: <li>Made <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=rpc.lockd&manpath=OpenBSD%20Current&sektion=8&format=html">rpc.lockd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&manpath=OpenBSD%20Current&sektion=8&format=html">rtadvd(8)</a> print tv_sec properly.
                    678: <li>Added the ability to query supported ciphers, MACs, key type and KEX algorithms to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>.
                    679: <li>Fatal() <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> when ChrootDirectory specified without root privileges (reintroduced without previous connection-killing bug).
                    680: <li>Fixed some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> memory leaks; bz#2088.
                    681: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&manpath=OpenBSD%20Current&sektion=1&format=html">netstat(1)</a> time_t handling and printing.
                    682: <!-- 2013/04/17 -->
                    683: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> "sftp -q" behave as documented and hush everything but errors.
                    684: <li>Accelerated scrolling backwards for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915.
                    685: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ar&manpath=OpenBSD%20Current&sektion=1&format=html">ar(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ranlib&manpath=OpenBSD%20Current&sektion=1&format=html">ranlib(1)</a> handle greater time_t, so that .a files will work after 2038.
                    686: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> i915 support for 16bpp mode to code that interfaces with the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rasops&manpath=OpenBSD%20Current&sektion=9&format=html">rasops(9)</a> code.
                    687: <li>Print "UTC" at the end of dates in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> leases file.
                    688: <li>Replaced hand-rolled date printing/parsing code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strftime&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">strftime(3)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strptime&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">strptime(3)</a>.
                    689: <li>Resolver now checks return value of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strdup&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">strdup(3)</a> and take into account that asr_use_resolver() can return NULL; fixed mem leak in error path.
                    690: <li>Don't set the frequency of the statclock if we don't have one on amd64 and i386. Prevents strange hangs during reboot.
                    691: <li>Don't permanently avoid BRKSIZ gap for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&manpath=OpenBSD%20Current&sektion=2&format=html">mmap(2)</a>. Allows some platforms, notably i386, to fully utilise their address space.
                    692: <li>Check memory pool we are about to init isn't already on the list, in order to detect double init and double destroy mistakes.
                    693: <li>Unbreak and cleanup <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsd&manpath=OpenBSD%20Current&sektion=8&format=html">nfsd(8)</a> diskless swap automount.
                    694: <li>Adapted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&manpath=OpenBSD%20Current&sektion=8&format=html">cron(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&manpath=OpenBSD%20Current&sektion=1&format=html">at(1)</a> for future large time_t and tv_sec types.
                    695: <li>Variety of fixes to correct large time_t code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&manpath=OpenBSD%20Current&sektion=1&format=html">file(1)</a>.
                    696: <li>Long long and %lld for time_t output added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>.
                    697: <li>Add new ioctl command USB_DEVICE_GET_DDESC to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> to retrieve the device descriptor.
                    698: <li>Reverted usr.bin/ssh/session.c rev 1.262 (it fails because the uid is already set there).
                    699: <!-- 2013/04/16 -->
                    700: <li>Handle large time_t for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&manpath=OpenBSD%20Current&sektion=1&format=html">kdump(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(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=csh&manpath=OpenBSD%20Current&sektion=1&format=html">csh(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=time&manpath=OpenBSD%20Current&sektion=1&format=html">time(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtree&manpath=OpenBSD%20Current&sektion=8&format=html">mtree(8)</a>.
                    701: <li>Added secondary cache flushes to armv7's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&manpath=OpenBSD%20Current&sektion=9&format=html">pmap(9)</a>.
                    702: <li>Correctly allocate a buffer for a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a> transfer; do not pre-allocate TDs to put them in the free list.
                    703: <li>Pass state correctly so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> can do error messages.
                    704: <li>Fixed some AVPs of SCCRP to comply RFC 2661 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a>: firmware revision and vendor name AVP are not mandatory; hostname AVP must have 1 octet at least.
                    705: <li>Fixed panic when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a> session is terminated by idle timer.
                    706: <li>Stopped existing authentication being removed when the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">npppd.conf(5)</a> configuration is reloaded.
                    707: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> configuration options "max-session", "user-max-session", "strip-nt-domain" and "strip-atmark-realm".
                    708: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a>'s pppoed, broken since the last configuration parser change.
                    709: <!-- 2013/04/15 -->
                    710: <li>Use the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&manpath=OpenBSD%20Current&sektion=1&format=html">dd(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ed&manpath=OpenBSD%20Current&sektion=1&format=html">ed(1)</a> that are on the install media, instead of the one post-install.
                    711: <li>Removed CTL_USER hierarchy from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=3&format=html">sysctl(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> (use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysconf&manpath=OpenBSD%20Current&sektion=3&format=html">sysconf(3)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=confstr&manpath=OpenBSD%20Current&sektion=3&format=html">confstr(3)</a> instead).
                    712: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdatasync&manpath=OpenBSD%20Current&sektion=2&format=html">fdatasync(2)</a> as a wrapper around <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsync&manpath=OpenBSD%20Current&sektion=2&format=html">fsync(2)</a>.
                    713: <li>Added SHA-224 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cksum&manpath=OpenBSD%20Current&sektion=1&format=html">cksum(1)</a>. SHA-224 is to SHA-256 as SHA-384 is to SHA-512, and was in a later revision of FIPS-180.
                    714: <li>Backed out rev 1.17 of lib/libc/rpc/svc_tcp.c and its conversion to poll (to avoid endless loop).
                    715: <li>Reverted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&manpath=OpenBSD%20Current&sektion=4&format=html">pckbc(4)</a> sys/dev/pckbc/pms.c r1.37, now that we stop after the first matching protocol.
                    716: <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&manpath=OpenBSD%20Current&sektion=4&format=html">pckbc(4)</a> IntelliMouse protocol definition after Elantech ones (some touchpads support both, we want to pick the latter).
                    717: <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&manpath=OpenBSD%20Current&sektion=4&format=html">pckbc(4)</a> probing for all supported protocols. It confused some touchpads and made it harder to pick the right protocol if a device answers to more than one magic sequence.
                    718: <!-- 2013/04/14 -->
                    719: <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>.
                    720: <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.
                    721: <li>Unbreak tape boot blocks on mvme68k (broken since the switch to the MI libsa loadfile code).
                    722: <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>.
                    723: <li>Added new option to xenocara to automatically build the Gallium3D software rasteriser as part of the libGL.
                    724: <!-- 2013/04/13 -->
                    725: <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.
                    726: <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.
                    727: <!-- 2013/04/12 -->
                    728: <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.
                    729: <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.
                    730: <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.
                    731: <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.
                    732: <!-- 2013/04/11 -->
                    733: <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.
                    734: <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.
                    735: <li>In the resolver, avoid a mem leak and reinit of context for each resolver call for single threaded programs.
                    736: <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).
                    737: <!-- 2013/04/10 -->
                    738: <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.
                    739: <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.
                    740: <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.
                    741: <li>Correctly handle data memory protection ID traps on hppa.
                    742: <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.
                    743: <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.
                    744: <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.
                    745: <!-- 2013/04/09 -->
                    746: <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}).
                    747: <li>Added a magic number to the head of the signature block to prevent accidental unhibernates and endless unhibernate/reboot cycles.
                    748: <li>newvers.sh uses "basename" for directory name to stamp the kernel version ID with. Permit paths with spaces in the name.
                    749: <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.
                    750: <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.
                    751: <li>Show what was parsed in resolver debug output.
                    752: <!-- 2013/04/08 -->
                    753: <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.
                    754: <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.
                    755: <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.
                    756: <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>.
                    757: <li>Allow octeon to find it's root device, based on the flags passed by U-Boot. Temporary fix until there are proper bootblocks.
                    758: <li>Made the resolver comply with RFC2553. Fixes hostname resolution for OpenVPN 2.3.1.
                    759: <!-- 2013/04/07 -->
                    760: <li>Make the netinet6 SO_BINDANY socket option also work for raw IPv6 sockets.
                    761: <!-- 2013/04/06 -->
                    762: <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.
                    763: <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.
                    764: <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.
                    765: <!-- 2013/04/05 -->
                    766: <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.
                    767: <li>The new resolver will now not fail on EINTR.
                    768: <!-- 2013/04/04 -->
                    769: <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).
                    770: <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.
                    771: <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.
                    772: <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.
                    773: <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.
                    774: <li>Fixed ufs bug where clear_remove() and clear_inodedeps() would not iterate over the entire pagedep and inodedep hash tables.
                    775: <li>Snapshots for the octeon platform are available now.
                    776: <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.
                    777: <!-- 2013/04/03 -->
                    778: <li>Make the resolver properly follow the CNAME chain in reverse lookups.
                    779: <li>Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensure resolver doesn't trigger SIGPIPE.
                    780: <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.
                    781: <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.
                    782: <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".
                    783: <!-- 2013/04/02 -->
                    784: <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.
                    785: <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.
                    786: <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.
                    787: <li>Re-implemented tcp_read() in the resolver, so it can get the packet length in multiple reads.
                    788: <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.
                    789: <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.
                    790: <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.
                    791: <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.
                    792: <!-- 2013/04/01 -->
                    793: <li>A large number of subsystems and utilities adjusted to use large time_t.
                    794: <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.
                    795: <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.
                    796: <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.
                    797: <li>The resolver will now properly check for domain name truncation at various places and fail if that happens.
                    798: <li>Build mips kernels with -G 0 so it will link.
                    799: <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.
                    800: <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.
                    801: <li>Enable the use of getaddrinfo() in libxcb, to allow X11 clients to talk to a remote server over IPv6 again.
                    802: <li>Added octeon as a supported hardware platform.
                    803: <li>Fix so the hp300 boot blocks compile again.
                    804: <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.
                    805: <!-- 2013/03/31 -->
                    806: <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.
                    807: <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.
                    808: <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>.
                    809: <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.
                    810: <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.
                    811: <li>Unbreak the build on amd64 by making sure that inteldrm pulls in the generic i2c bit-banging code.
                    812: <!-- 2013/03/30 -->
                    813: <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.
                    814: <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>.
                    815: <li>Revert alpha and ppc to the binutils 2.15 state, to let a binutils 2.17 toolchain produce working binaries.
                    816: <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>.
                    817: <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.
                    818: <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.
                    819: <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.
                    820: <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.
                    821: <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.
                    822: <li>Restrict protocol numbers for raw sockets to the range from 0 to 255.
                    823: <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.
                    824: <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.
                    825: <!-- 2013/03/29 -->
                    826: <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.
                    827: <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.
                    828: <li>Added function to read the MPCore base address on arm. Allows dynamically determining where e.g. the interrupt controller is.
                    829: <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>.
                    830: <li>Stopped the resolver failing in gethostbyname_async() when there are multiple addresses in a DNS packet.
                    831: <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.
                    832: <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.
                    833: <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>.
                    834: <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.
                    835: <!-- 2013/03/28 -->
                    836: <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.
                    837: <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.
                    838: <li>Switch to the new resolver implementation.
                    839: <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>.
                    840: <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.
                    841: <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.
                    842: <li>Let the new resolver accept and use any protocol specified by the caller.
                    843: <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.
                    844: <!-- 2013/03/27 -->
                    845: <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 "/".
                    846: <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>.
                    847: <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.
                    848: <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.
                    849: <li>Make sure the new resolver only uses the search domains for DNS lookups, as the previous resolver did.
                    850: <!-- 2013/03/26 -->
                    851: <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.
                    852: <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.
                    853: <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.
                    854: <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.
                    855: <!-- 2013/03/25 -->
                    856: <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.
                    857: <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.
                    858: <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.
                    859: <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.
                    860: <li>Fixed libkvm build on m68k.
                    861: <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.
                    862: <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.
                    863: <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.
                    864: <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.
                    865: <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.
                    866: <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.
                    867: <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.
                    868: <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.
                    869: <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.
                    870: <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.
                    871: <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.
                    872: <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>.
                    873: <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.
                    874: <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.
                    875: <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.
                    876: <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.
                    877: <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.
                    878: <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.
                    879: <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.
                    880: <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.
                    881: <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.
                    882: <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.
                    883: <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.
                    884: <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).
                    885: <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.
                    886: <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.
                    887: <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.
                    888: <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.
                    889: <!-- 2013/03/24 -->
                    890: <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.
                    891: <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.
                    892: <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.
                    893: <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.
                    894: <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.
                    895: <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.
                    896: <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.
                    897: <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.
                    898: <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).
                    899: <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.
                    900: <!-- 2013/03/23 -->
                    901: <li>Reverted revision 1.138 of bsd.own.mk and switch amd64, i386, arm, sh and sparc64 back to binutils 2.15.
                    902: <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.
                    903: <!-- 2013/03/22 -->
                    904: <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.
                    905: <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.
                    906: <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.
                    907: <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.
                    908: <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.
                    909: <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.
                    910: <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.
                    911: <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>.
                    912: <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.
                    913: <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.
                    914: <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.
                    915: <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.
                    916: <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 yet exist on the system.
                    917: <!-- 2013/03/21 -->
                    918: <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.
                    919: <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.
                    920: <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.
                    921: <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.
                    922: <li>Detect on-die temp sensor for Atom E6xx on amd64.
                    923: <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.
                    924: <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.
                    925: <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.
                    926: <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.
                    927: <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.
                    928: <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.
                    929: <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.
                    930: <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.
                    931: <li>Use boot_info->config_flags to determine if the host has PCI capabilities. Fixes a hang on the EdgeRouter Lite.
                    932: <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.
                    933: <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.
                    934: <!-- 2013/03/20 -->
                    935: <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
                    936: tml#003_tftpd">A source code patch is available</a>.
                    937: <!-- 2013/03/20 -->
                    938: <li>Switched amd64, arm, i386, sh and sparc64 to binutils 2.17.
                    939: <li>Previous commit to i386/amd64 acpi_machdep.c broke suspend, now fixed by using the IPI that halts the CPU to save state.
                    940: <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.
                    941: <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.
                    942: <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.
                    943: <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.
                    944: <!-- 2013/03/19 -->
                    945: <li>Fixed return value of i2c_algo_dp_aux_exec, so getting the Extended Display Identification Data on displayport now works.
                    946: <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.
                    947: <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.
                    948: <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>.
                    949: <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.
                    950: <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.
                    951: <li>Fixed race condition in socket splicing timeout which caused a uvm fault in sounsplice().
                    952: <!-- 2013/03/18 -->
                    953: <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.
                    954: <li>Updated to xf86-video-intel 2.20.19.
                    955: <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.
                    956: <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.
                    957: <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.
                    958: <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.
                    959: <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).
                    960: <!-- 2013/03/17 -->
                    961: <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.
                    962: <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.
                    963: <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.
                    964: <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.
                    965: <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.
                    966: <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.
                    967: <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.
                    968: <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>.
                    969: <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.
                    970: <!-- 2013/03/16 -->
                    971: <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.
                    972: <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.
                    973: <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>.
                    974: <!-- 2013/03/15 -->
                    975: <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>.
                    976: <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.
                    977: <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.
                    978: <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.
                    979: <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.
                    980: <!-- 2013/03/14 -->
                    981: <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.
                    982: <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.
                    983: <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.
                    984: <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.
                    985: <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>.
                    986: <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>.
                    987: <!-- 2013/03/13 -->
                    988: <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.
                    989: <li>Allow octeon to reboot by poking the right address for a soft cpu reset.
                    990: <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.
                    991: <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.
                    992: <!-- 2013/03/12 -->
                    993: <li>Fake "SMBIOS detection" for quirky Soekris boxes, to make it easier to attach device drivers.
                    994: <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.
                    995: <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.
                    996: <!-- 2013/03/11 -->
                    997: <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.
                    998: <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.
                    999: <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.
                   1000: <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>.
                   1001: <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>.
                   1002: <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.
                   1003: <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>.
                   1004: <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.
                   1005: <!-- 2013/03/10 -->
                   1006: <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.
                   1007: <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.
                   1008: <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.
                   1009: <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>.
                   1010: <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.
                   1011: <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.
                   1012: <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.
                   1013: <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.
                   1014: <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.
                   1015: <!-- 2013/03/09 -->
                   1016: <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>.
                   1017: <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.
                   1018: <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).
                   1019: <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.
                   1020: <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>.
                   1021: <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.
                   1022: <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.
                   1023: <!-- 2013/03/08 -->
                   1024: <li>First steps towards alphabook1 support.
                   1025: <!-- 2013/03/07 -->
                   1026: <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 ..."
                   1027: <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.
                   1028: <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.
                   1029: <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.
                   1030: <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.
                   1031: <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.
                   1032: <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".
                   1033: <!-- 2013/03/06 -->
                   1034: <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.
                   1035: <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.
                   1036: <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").
                   1037: <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.
                   1038: <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.
                   1039: <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.
                   1040: <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/).
                   1041: <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.
                   1042: <!-- 2013/03/05 -->
                   1043: <li>Fixed a bad comparison when calculating the size of the hibernate code's signature block.
                   1044: <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.
                   1045: <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.
                   1046: <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/.
                   1047: <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.
                   1048: <!-- 2013/03/04 -->
                   1049: <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.
                   1050: <li>When deleting an IPv6 interface address, also remove the prefix and the cloning route.
                   1051: <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>.
                   1052: <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.
                   1053: <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.
                   1054: <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.
                   1055: <!-- 2013/03/03 -->
                   1056: <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.
                   1057: <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.
                   1058: <!-- 2013/03/02 -->
                   1059: <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.
                   1060: <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.
                   1061: <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>.
                   1062: <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.
                   1063: <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.
                   1064: <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.
                   1065: <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.
                   1066: <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.
                   1067: <!-- 2013/03/01 -->
                   1068: <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.
                   1069:
                   1070: </ul>
                   1071: <p>
                   1072:
                   1073: </body>
1.4       deraadt  1074: </html>
1.1       brett    1075:
                   1076:
                   1077: