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

Annotation of www/plus55.html, Revision 1.21

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