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

Annotation of www/plus49.html, Revision 1.44

1.32      bentley     1: <!doctype html>
                      2: <html lang=en id=plus>
                      3: <meta charset=utf-8>
1.23      tj          4: <title>OpenBSD 4.9 Changelog</title>
1.6       schwarze    5: <meta name="description" content="OpenBSD 4.9 changes">
1.22      deraadt     6: <meta name="viewport" content="width=device-width, initial-scale=1">
                      7: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.25      tb          8: <link rel="canonical" href="https://www.openbsd.org/plus49.html">
1.32      bentley     9: <style>
                     10: a[href="stable.html"] {
                     11:        color: var(--green);
                     12: }
1.1       deraadt    13:
1.32      bentley    14: strong {
                     15:        color: var(--red);
                     16: }
1.1       deraadt    17:
1.32      bentley    18: h3 {
                     19:        color: var(--blue);
                     20: }
                     21:
                     22: p strong {
                     23:        font-weight: normal;
                     24: }
                     25: </style>
                     26:
                     27: <h2 id=OpenBSD>
1.22      deraadt    28: <a href="index.html">
1.32      bentley    29: <i>Open</i><b>BSD</b></a>
                     30: 4.9 Changelog
1.23      tj         31: </h2>
1.1       deraadt    32: <hr>
                     33:
                     34: <p>
                     35: This is a partial list of the major machine-independent changes
                     36: (i.e., these are the changes people ask about most often).  Machine
                     37: specific changes have also been made, and are sometimes mentioned
                     38: in the pages for the specific <a href="plat.html">platforms</a>.
                     39:
                     40: <p>
1.32      bentley    41: Note: <strong>Problems for which patches exist are marked in red</strong>.
1.1       deraadt    42:
                     43: <p>
                     44: For changes in other releases, click below:<br>
                     45: <a href="plus20.html">2.0</a>,
                     46: <a href="plus21.html">2.1</a>,
                     47: <a href="plus22.html">2.2</a>,
                     48: <a href="plus23.html">2.3</a>,
                     49: <a href="plus24.html">2.4</a>,
                     50: <a href="plus25.html">2.5</a>,
                     51: <a href="plus26.html">2.6</a>,
                     52: <a href="plus27.html">2.7</a>,
                     53: <a href="plus28.html">2.8</a>,
                     54: <a href="plus29.html">2.9</a>,
                     55: <a href="plus30.html">3.0</a>,
                     56: <a href="plus31.html">3.1</a>,
                     57: <a href="plus32.html">3.2</a>,
                     58: <a href="plus33.html">3.3</a>,
                     59: <a href="plus34.html">3.4</a>,
                     60: <a href="plus35.html">3.5</a>,
                     61: <a href="plus36.html">3.6</a>,
                     62: <br>
                     63: <a href="plus37.html">3.7</a>,
                     64: <a href="plus38.html">3.8</a>,
                     65: <a href="plus39.html">3.9</a>,
                     66: <a href="plus40.html">4.0</a>,
                     67: <a href="plus41.html">4.1</a>,
                     68: <a href="plus42.html">4.2</a>,
                     69: <a href="plus43.html">4.3</a>,
                     70: <a href="plus44.html">4.4</a>,
                     71: <a href="plus45.html">4.5</a>,
                     72: <a href="plus46.html">4.6</a>,
                     73: <a href="plus47.html">4.7</a>,
                     74: <a href="plus48.html">4.8</a>,
1.5       nick       75: <a href="plus50.html">5.0</a>,
1.6       schwarze   76: <a href="plus51.html">5.1</a>,
1.7       nick       77: <a href="plus52.html">5.2</a>,
1.8       deraadt    78: <a href="plus53.html">5.3</a>,
1.9       deraadt    79: <a href="plus54.html">5.4</a>,
1.10      deraadt    80: <br>
1.12      deraadt    81: <a href="plus55.html">5.5</a>,
1.14      brett      82: <a href="plus56.html">5.6</a>,
1.15      deraadt    83: <a href="plus57.html">5.7</a>,
1.18      deraadt    84: <a href="plus58.html">5.8</a>,
1.19      deraadt    85: <a href="plus59.html">5.9</a>,
1.24      deraadt    86: <a href="plus60.html">6.0</a>,
1.26      deraadt    87: <a href="plus61.html">6.1</a>,
1.28      deraadt    88: <a href="plus62.html">6.2</a>,
1.29      deraadt    89: <a href="plus63.html">6.3</a>,
1.30      deraadt    90: <a href="plus64.html">6.4</a>,
1.31      pamela     91: <a href="plus65.html">6.5</a>,
1.34      pamela     92: <a href="plus66.html">6.6</a>,
1.35      deraadt    93: <a href="plus67.html">6.7</a>,
1.37      pamela     94: <a href="plus68.html">6.8</a>,
                     95: <a href="plus69.html">6.9</a>,
1.38      deraadt    96: <a href="plus70.html">7.0</a>,
1.39      deraadt    97: <a href="plus71.html">7.1</a>,
1.41      deraadt    98: <br>
1.40      deraadt    99: <a href="plus72.html">7.2</a>,
1.42      tj        100: <a href="plus73.html">7.3</a>,
1.43      tj        101: <a href="plus74.html">7.4</a>,
1.44    ! tj        102: <a href="plus75.html">7.5</a>,
1.7       nick      103: <a href="plus.html">current</a>.
1.1       deraadt   104: <br>
                    105:
                    106: <p>
1.32      bentley   107: <h3>Changes made between OpenBSD 4.8 and 4.9</h3>
1.1       deraadt   108: <p>
                    109:
                    110: <ul>
                    111: <!-- 2011/02/28 -->
1.32      bentley   112: <li>Introduced a dummy function in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> if SMALL is defined to digest arguments like "rdomain", "description", etc. so that the <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> on RAMDISK is able to parse <a href="https://man.openbsd.org/hostname.if.5">hostname.if(5)</a> files on updates.
1.1       deraadt   113: <li>Make Xorg properly restore xf86-video-r128 video mode upon exit on macppc.
                    114: <li>Prevent a possible 5 seconds delay in socket splicing.
                    115: <li>Fixed a buffer overflow in the pppoe receive packet handling.
1.32      bentley   116: <li>Make <a href="https://man.openbsd.org/dumpfs.8">dumpfs(8)</a> <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> UID aware.
                    117: <li>If <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> "check script" doesn't exit(), treat the service as "down" rather than "unknown". Fixes a problem where the script is killed due to expiry of the interval timer.
1.1       deraadt   118: <!-- 2011/02/26 -->
1.32      bentley   119: <li>Force the <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> UID cache used to generate hw.disknames to be updated after every disklabel read or write. Prevent the DUID cache from de-syncing.
1.1       deraadt   120: <!-- 2011/02/24 -->
1.32      bentley   121: <li>Make <a href="https://man.openbsd.org/mpii.4">mpii(4)</a> look up the device attached to a raid volume by its address on the bus, not which bioctl volume id it is.
                    122: <li>Removed daemon_shell and force the use of /bin/sh for the <a href="https://man.openbsd.org/su.1">su(1)</a> call in <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a>.
1.1       deraadt   123: <li>Prevent PIPEX from using address and control field on PPPoE, they must not be used as the protocol.
                    124: <li>In IPv6, prevent the nd6_addr_add() work queue task from adding multiple addresses for the same prefix.
                    125: <!-- 2011/02/23 -->
1.32      bentley   126: <li>Fixed <a href="https://man.openbsd.org/pf.4">pf(4)</a> source address rewriting for the icmp errors with rdr-to setup (PR6564).
1.1       deraadt   127: <!-- 2011/02/22 -->
                    128: <li>Fixed PR6557 with RT2560 and RT2661.
                    129: <li>Mark  descriptors as invalid before unmapping the associated mbuf. Might prevent the unrecoverable DMA error mentioned in PR 6557.
1.32      bentley   130: <li>Disabled PCIe Active State Power Management (ASPM) to avoid <a href="https://man.openbsd.org/bge.4">bge(4)</a> randomly detaching from the bus on some machines.
                    131: <li>Improved <a href="https://man.openbsd.org/drm.4">drm(4)</a>.
                    132: <li>Improved <a href="https://man.openbsd.org/ami.4">ami(4)</a>.
1.1       deraadt   133: <!-- 2011/02/21 -->
1.32      bentley   134: <li>Make <a href="https://man.openbsd.org/makewhatis.8">makewhatis(8)</a> quieter unless launched with -v option.
                    135: <li>Fixed USB drives that spin themselves down due to inactivity in <a href="https://man.openbsd.org/sd.4">sd(4)</a>.
                    136: <li>Make <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> call <a href="https://man.openbsd.org/setusercontext.3">setusercontext(3)</a> before <a href="https://man.openbsd.org/chroot.2">chroot(2)</a>.
                    137: <li>Fixed stats about node allocation failures in <a href="https://man.openbsd.org/ieee80211_proto.9">ieee80211_proto(9)</a>.
                    138: <li>Improved <a href="https://man.openbsd.org/ieee80211_input.9">ieee80211_input(9)</a>.
                    139: <li>Make <a href="https://man.openbsd.org/mos.4">mos(4)</a> set IFF_BROADCAST in if_flags.
1.1       deraadt   140: <li>Make Xorg properly restore xf86-video-ati video mode upon exit on macppc and sparc64.
1.32      bentley   141: <li>Fixed infinite loop in <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>.
                    142: <li>Prevent <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> from parsing blocks it did not successfully read.
                    143: <li>Implemented the DIOCGCACHE and DIOCSCACHE ioctls in <a href="https://man.openbsd.org/mpii.4">mpii(4)</a> for raid volumes. Allows <a href="https://man.openbsd.org/sd.4">sd(4)</a> to enable the write cache on such a volume on attach, like it is done in <a href="https://man.openbsd.org/mpi.4">mpi(4)</a>.
                    144: <li>Make <a href="https://man.openbsd.org/sparc64/radeonfb.4">radeonfb(4/SPARC64)</a> re-initialize acceleration engine after leaving X.
1.1       deraadt   145: <!-- 2011/02/19 -->
1.32      bentley   146: <li>Make <a href="https://man.openbsd.org/macppc/pgs.4">pgs(4/MACPPC)</a> only attach if the "device_type" properly is "programmer-button".
                    147: <li>Improved <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> cleaning of badly formed partition.
1.1       deraadt   148: <li>Disable Xorg on alpha because Xrender is broken.
                    149: <!-- 2011/02/18 -->
1.32      bentley   150: <li>Improved <a href="https://man.openbsd.org/alc.4">alc(4)</a>.
                    151: <li>Prevent <a href="https://man.openbsd.org/carp.4">carp(4)</a> from stopping on a <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> after it has been manually changed.
1.1       deraadt   152: <!-- 2011/02/17 -->
1.32      bentley   153: <li>Disabled <a href="https://man.openbsd.org/sbt.4">sbt(4)</a> and <a href="https://man.openbsd.org/ubt.4">ubt(4)</a> on all kernels.
                    154: <li>Fixed speaker auto-mute in <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> for some IDT codecs.
                    155: <li>Make <a href="https://man.openbsd.org/umodem.4">umodem(4)</a> allow interfaces other than slaves of the union interface to be the data interface.
                    156: <li>Make <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> check its widgets connection list.
1.1       deraadt   157: <!-- 2011/02/16 -->
1.32      bentley   158: <li>Fixed off by one bug in <a href="https://man.openbsd.org/lynx.1">lynx(1)</a> page display.
                    159: <li>Disable <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> kern.usercrypto (userland access to <a href="https://man.openbsd.org/crypto.4">crypto(4)</a>) by default.
                    160: <li>Allow users to enable access to <a href="https://man.openbsd.org/crypto.4">crypto(4)</a> with <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> , but keep it turned off by default.
                    161: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>  host based auth with ECDSA keys work correctly. Fixes bz#1858.
1.1       deraadt   162: <!-- 2011/02/15 -->
1.32      bentley   163: <li>Fixed crash in <a href="https://man.openbsd.org/viaenv.4">viaenv(4)</a>.
                    164: <li>Fixed suspend issues in <a href="https://man.openbsd.org/vnd.4">vnd(4)</a>.
                    165: <li>Added workaround for BCM5906 A0/1/2 controller silicon bug in <a href="https://man.openbsd.org/bge.4">bge(4)</a>.
                    166: <li>Reduced i386 RAMDISK size by not compiling statistics counters code in <a href="https://man.openbsd.org/em.4">em(4)</a> if SMALL_KERNEL is defined.
                    167: <li><strong>RELIABILITY FIX: the <a href="https://man.openbsd.org/sis.4">sis(4)</a> driver may hand over stale ring descriptors to the hardware if the compiler decides to re-order stores or if the hardware does store-reordering.
                    168: </strong><br>
1.1       deraadt   169: <a href="errata48.html#010_sis">A source code patch is available</a>.<br>
1.32      bentley   170: <a href="stable.html">[Applied to stable]</a>
                    171: <li>Make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> nicely print 4-byte AS.
1.1       deraadt   172: <!-- 2011/02/14 -->
                    173: <li>Make routing socket free mbuf in failure case. Fixes PR6562.
1.32      bentley   174: <li><strong>SECURITY FIX: PF rules specifying address ranges (e.g. "10.1.1.1 - 10.1.1.5") were not correctly handled on little-endian systems (alpha, amd64, arm, i386, mips64el, vax). Other address types (bare addresses "10.1.1.1" and prefixes "10.1.1.1/30") are not affected.</strong><br>
1.1       deraadt   175: <a href="errata48.html#009_pf">A source code patch is available</a>.<br>
1.32      bentley   176: <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   177: <!-- 2010/02/13 -->
1.32      bentley   178: <li>Fixed a bug with the pointer location in <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>.
                    179: <li>Fixed a crash in <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>.
                    180: <li>Allow <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> debug logging before daemonization to help identify configuration issues. Fixes PR6314.
1.1       deraadt   181: <!-- 2010/02/12 -->
1.32      bentley   182: <li>Clear <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> filter memory before using it. Prevents leaking previous kernel stack contents through a malicious <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> filter.
                    183: <li>Fixed <a href="https://man.openbsd.org/nc.1">nc(1)</a> PR6207.
                    184: <li>Added the rc_scripts variable for <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a>.
1.1       deraadt   185: <!-- 2010/02/11 -->
1.32      bentley   186: <li>Added linux_mprotect() syscall to <a href="https://man.openbsd.org/compat_linux.8">compat_linux(8)</a>.
1.1       deraadt   187: <li>Avoid dereferencing a NULL pointer during VT switches when composite is active in xf86-video-intel. Fixes a crash.
1.32      bentley   188: <li>Fixes the heavy rendering errors and crashes that could make <a href="https://man.openbsd.org/inteldrm.4">inteldrm(4)</a> unusable on a 865G since 4.8. Fixes PR6517.
1.1       deraadt   189: <!-- 2010/02/10 -->
1.32      bentley   190: <li>Make <code>crontab -l</code> not crash on <a href="https://man.openbsd.org/crontab.5">crontab(5)</a> files that don't have the expected three lines of comments.
                    191: <li><strong>SECURITY FIX: An incorrectly formatted ClientHello handshake message could cause OpenSSL to parse past the end of the message. An attacker could use this flaw to trigger an invalid memory access, causing a crash of an application linked to OpenSSL. As well, certain applications may expose the contents of parsed OCSP extensions, specifically the OCSP nonce extension.<br>
                    192: Applications are only affected if they act as a server and call SSL_CTX_set_tlsext_status_cb on the server's SSL_CTX. It is believed that nothing in the base OS uses this. Apache httpd started using this in v2.3.3; this is newer than the version in ports.</strong><br>
1.1       deraadt   193: <a href="errata48.html#008_openssl">A source code patch is available</a>.<br>
1.32      bentley   194: <a href="stable.html">[Applied to stable]</a>
                    195: <li>Put a limit on <a href="https://man.openbsd.org/fnmatch.3">fnmatch(3)</a> recursion during matching, and reject input of size greater or equal PATH_MAX.
                    196: <li>Fixed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> split-window argument usage.
                    197: <li>Added time related syscalls clock_gettime() and clock_getres() to <a href="https://man.openbsd.org/compat_linux.8">compat_linux(8)</a>.
1.1       deraadt   198: <!-- 2010/02/09 -->
1.32      bentley   199: <li>Set SO_KEEPALIVE on <a href="https://man.openbsd.org/ftpd.8">ftpd(8)</a> sockets.
1.1       deraadt   200: <!-- 2010/02/08 -->
                    201: <li>Fixed a crash with xf86-video-ati in zaphod mode if one screen is not present.
1.32      bentley   202: <li>Make <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> log the time taken for all types of check, not just tcp checks.
1.1       deraadt   203: <!-- 2010/02/07 -->
1.32      bentley   204: <li>Make Xenocara build use <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
                    205: <li>Make the installation script use an absolute path to the temporary hosts file. Fixes <a href="https://man.openbsd.org/hosts.5">hosts(5)</a> creation upon install.
1.1       deraadt   206: <li>Updated zoneinfo database to tzdata2011b from elsie.nci.nih.gov.
1.32      bentley   207: <li>Removed .NS from <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
1.1       deraadt   208: <!-- 2010/02/06 -->
1.32      bentley   209: <li>Put the max size of <a href="https://man.openbsd.org/em.4">em(4)</a> EEPROM to 16k. Fixed use of at least Intel PRO/1000 (82576) rev 0x01.
                    210: <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>, make sure that IPv4-ICMP6 and IPv6-ICMP packets are not rewritten in case they are dropped and logged.
                    211: <li>Prevent <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> from breaking line between the arguments of .Bsx .Dx .Fx .Nx .Ox .Ux.
                    212: <li>Fixed .Bk being ineffective in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
1.1       deraadt   213: <li>Make sgi platforms correctly pick the MP kernel on install if applicable.
1.32      bentley   214: <li>In <a href="https://man.openbsd.org/nm.1">nm(1)</a>, fixed omission of symbol list for first object file in an archive with <code>nm -s</code>. Fixed PR6385.
                    215: <li>Fixed NULL dereference with <code>sudo -g group</code> when the <a href="https://man.openbsd.org/sudoers.5">sudoers(5)</a> rule has no runas, user or group listed.
                    216: <li>Prevent a useless check already done in <a href="https://man.openbsd.org/pf.4">pf(4)</a> pf_test_rule(): pf_test() and pf_test6() already drop IPv4-ICMP6 and IPv6-ICMP packets.
1.1       deraadt   217: <!-- 2010/02/05 -->
1.32      bentley   218: <li>Multiple improvements in <a href="https://man.openbsd.org/otus.4">otus(4)</a>, <a href="https://man.openbsd.org/rsu.4">rsu(4)</a>, <a href="https://man.openbsd.org/run.4">run(4)</a>, <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a>: use usb_ref_{incr,decr,wait}() to avoid detaching the driver while a process is still using the hardware; don't add <a href="https://man.openbsd.org/timeout.9">timeout(9)</a>s if the device is detached; added checks to see if the device has been detached before running ioctls, timeouts, and tasks; use usb_wait_task() to wait for tasks to complete.
                    219: <li>Make <a href="https://man.openbsd.org/pf.4">pf(4)</a> reinitialize header length of unusual protocol number getting rewritten. Prevent a panic in m_clget().
1.1       deraadt   220: <!-- 2010/02/04 -->
1.32      bentley   221: <li>Multiple improvements in <a href="https://man.openbsd.org/usb.4">usb(4)</a>: merged 'onqueue' and 'running' members of struct usb_task into a new member, 'state'; added new function usb_wait_task() which waits for queued or running usb_tasks to complete; in the USB_DEVICEINFO ioctl, fill struct usb_device_info in a usb_task, thereby avoiding races against driver attach/detach.
1.1       deraadt   222: <li>OpenSSH 5.8 released.
1.32      bentley   223: <li>Fixed uninitialized nonce variable in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> key_certify().
1.1       deraadt   224: <!-- 2010/02/03 -->
                    225: <li>Clear struct scsi_inquiry_data in atascsi_pmp_inq() from SCSI to ATA translation layer.
1.32      bentley   226: <li>Prevent <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> from requiring -d with -x or -y since it could be in the config file.
                    227: <li>Make <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> ignore any IP address not in the current routing domain when binding to addresses.
1.1       deraadt   228: <!-- 2010/02/02 -->
                    229: <li>Merged in Xenocara fix for EXA bug #32803.
                    230: <li>In the kernel semaphore handling, for SETVAL and SETALL operations make sure the specified value(s) are within the system limits. Fixes PR6547.
                    231: <!-- 2010/02/01 -->
1.32      bentley   232: <li>Fixed <a href="https://man.openbsd.org/pf.4">pf(4)</a> check for invalid IPv6 fragment.
1.1       deraadt   233: <!-- 2010/01/31 -->
                    234: <li>Merged in Xenocara fix for EXA bug #24703. Prevent crash.
1.32      bentley   235: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> redraw pane borders when switching to last pane.
                    236: <li>Make <code>crontab -e</code> honour TMPDIR.
                    237: <li>In the OpenBSD upgrade process, don't run <a href="https://man.openbsd.org/fsck.8">fsck(8)</a> for <a href="https://man.openbsd.org/fstab.5">fstab(5)</a> entries with zero or empty fs_passno and make it ask for permission to continue upgrade if one or more mounts failed.
                    238: <li>Prevent <code>mandoc -Thtml</code> from printing out the &lt;BR&gt; before lines that have leading white space.
1.1       deraadt   239: <!-- 2010/01/30 -->
1.32      bentley   240: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> .Bx accept no more than two arguments.
                    241: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> quote .%T if .%B is specified, as in groff.
                    242: <li>Make <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> report the compose key on sun keyboards in raw mode as a different keycode from right alt.
1.1       deraadt   243: <!-- 2010/01/29 -->
1.32      bentley   244: <li>Disambiguated return values of m_tag_copy_chain() in <a href="https://man.openbsd.org/mbuf_tags.9">mbuf_tags(9)</a>.
                    245: <li>Fixed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> problems with fatal() if the terminal disappear while locked.
                    246: <li>Fixed logic errors in <a href="https://man.openbsd.org/alc.4">alc(4)</a>.
1.1       deraadt   247: <!-- 2010/01/28 -->
1.32      bentley   248: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> use input_clear to reset the APC, DCS, OSC state or it could be reused improperly by a later state.
1.1       deraadt   249: <li>Prevent an X server crash in Xenocara privilege separation.
                    250: <li>Make Xenocara effectively close the AGP device fd in xf86GARTCloseScreen() if it's different from the consoleFd. Fixes crashes at server reset.
1.32      bentley   251: <li>Improved <a href="https://man.openbsd.org/iked.8">iked(8)</a> behaviour of drop_sa.
                    252: <li>Fixed an mbuf leak in <a href="https://man.openbsd.org/mpe.4">mpe(4)</a> by replacing m_free() with m_freem() in mpe_input().
                    253: <li>Fixed a memory leak by replacing m_free() with m_freem() in <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> broadcast mode.
                    254: <li>In generic Ethernet functions, changed an m_free() to m_freem() to free the whole mbuf chain and to prevent a possible memory leak with <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> BIOCSFILDROP option which is currently used by <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> and <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
1.1       deraadt   255: <!-- 2010/01/27 -->
1.32      bentley   256: <li>Prevent <a href="https://man.openbsd.org/midi.4">midi(4)</a> from sleeping with the PCATCH flag while closing itself, otherwise a signal may cause the output buffer to not be drained and cause stale notes.
                    257: <li>Upgraded to <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> 3.2.7.
1.1       deraadt   258: <!-- 2010/01/26 -->
1.32      bentley   259: <li>Added port multiplier support in <a href="https://man.openbsd.org/sili.4">sili(4)</a> and <a href="https://man.openbsd.org/ahci.4">ahci(4)</a>.
                    260: <li>Prevent iked from initiating connections in passive move, even for ACQUIRE messages from the PFKEY socket in order to suit <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a>.
                    261: <li>Removed acquire flows from <a href="https://man.openbsd.org/iked.8">iked(8)</a> to prevent it from passing traffic when there's no SA established.
                    262: <li>Enabled child SAS in <a href="https://man.openbsd.org/iked.8">iked(8)</a> and make it do SA and flow transfer after succeeding with all the preparation steps.
                    263: <li>Improved <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> jobs.
1.1       deraadt   264: <!-- 2010/01/25 -->
1.32      bentley   265: <li>When clearing <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> entire screen, clear lines that are used into the history like xterm does.
                    266: <li>Make the <a href="https://man.openbsd.org/pthreads.3">pthreads(3)</a> scheduler block signals while restoring a newly selected thread state.
                    267: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> check if the index is in use and fail before creating the child process, rather than leaving a stray child on failure.
1.1       deraadt   268: <li>Put -I${includedir} back into OpenSSL Cflags so configure script tests like test -n "`pkg-config --cflags openssl`" work.
1.32      bentley   269: <li>Removed usb events from <a href="https://man.openbsd.org/usb.4">usb(4)</a> devices.
                    270: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> avoid double blank line before a table preceded by .PP.
                    271: <li>Prevent <a href="https://man.openbsd.org/tbl.7">tbl(7)</a> from skipping data after horizontal lines in the layout. This avoids data loss in <a href="https://man.openbsd.org/hppa/cpu.4">cpu(4/hppa)</a>.
                    272: <li>Corrected <a href="https://man.openbsd.org/tbl.7">tbl(7)</a> horizontal spacing of data cells, alignment of centred cells and adjusted horizontal rule width to the new spacing.
                    273: <li>Make <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> prepend pkgname to ask-update prompt, so that user knows for sure which package is asking.
                    274: <li>Fixed child SA deletion in <a href="https://man.openbsd.org/iked.8">iked(8)</a> drop_sa.
                    275: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> ignore .ns (no-space mode), .ps (change point size), .ta (tab control) for now.
1.1       deraadt   276: <!-- 2010/01/24 -->
1.32      bentley   277: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> skip carriage return before newline, if any.
                    278: <li>Fixed Intel Wifi Link 6200 support in <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> by forcing Tx/Rx chains masks since ROM contains broken data.
1.1       deraadt   279: <li>Updated zoneinfo database to tzdata2011a.
1.32      bentley   280: <li>Changed <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> default paths.
1.1       deraadt   281: <!-- 2010/01/23 -->
1.32      bentley   282: <li>Added support to <a href="https://man.openbsd.org/i386/installboot.8">installboot(8/i386)</a> and <a href="https://man.openbsd.org/amd64/installboot.8">installboot(8/amd64)</a> for installing <a href="https://man.openbsd.org/i386/biosboot.8">biosboot(8/i386)</a>, <a href="https://man.openbsd.org/amd64/biosboot.8">biosboot(8/amd64)</a>, <a href="https://man.openbsd.org/i386/boot.8">boot(8/i386)</a> and <a href="https://man.openbsd.org/amd64/boot.8">boot(8/amd64)</a> on softraid volumes.
                    283: <li>Make <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> correctly handle I/Os that exceed MAXPHYS in size.
                    284: <li>Make <code>pfctl -x none</code> equivalent to <code>pfctl -x crit</code>.
                    285: <li>Allow <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> top-bit-set characters to be used for key bindings.
                    286: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> set $TMUX without the session when background jobs are run.
                    287: <li>Improved <a href="https://man.openbsd.org/hppa/lcd.4">lcd(4/hppa)</a> with SMP kernel.
                    288: <li>Make <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> display messages for new installed rc scripts and new material in the READMES directory.
1.1       deraadt   289: <!-- 2010/01/22 -->
1.32      bentley   290: <li>Wrapped <a href="https://man.openbsd.org/mg.1">mg(1)</a> basename, dirname with xbasename, xdirname functions.
                    291: <li>Ensure that boot storage area exists and is large enough, before making <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> install boot code.
1.1       deraadt   292: <li>Updated xfwp to version 1.0.2, x11perf to 1.5.3.
1.32      bentley   293: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> check argument count validation for all in_line() macros.
                    294: <li>Prevent <a href="https://man.openbsd.org/pf.4">pf(4)</a> from scrubbing packets that will be dropped anyway.
1.1       deraadt   295: <li>OpenSSH 5.7.
                    296: <li>Upgraded pixman to version 0.20.2.
                    297: <!-- 2010/01/21 -->
1.32      bentley   298: <li>Improved <a href="https://man.openbsd.org/mg.1">mg(1)</a> filename completion.
                    299: <li>Repaired <a href="https://man.openbsd.org/iked.8">iked(8)</a> rekeying by sending appropriate traffic selector.
                    300: <li>Make <a href="https://man.openbsd.org/mpe.4">mpe(4)</a> compile without errors when inet6 is not defined.
                    301: <li>Make <a href="https://man.openbsd.org/iked.8">iked(8)</a> use IKED_ADDR_EQ instead of memcmp on comparing two iked_addrs.
                    302: <li>Fixed <a href="https://man.openbsd.org/iked.8">iked(8)</a> traffic selector configuration so that it is always "from $localnet to $peernet" and not depending on the initiator/responder mode.
1.1       deraadt   303: <li>Prevent iked from creating child sas from empty proposals.
1.32      bentley   304: <li>Make <a href="https://man.openbsd.org/iked.8">iked(8)</a> handle empty encrypted payloads.
                    305: <li>Reimplemented the <a href="https://man.openbsd.org/iked.8">iked(8)</a> policy evaluation for incoming connections to use the last matching semantics of PF.
                    306: <li>Split <a href="https://man.openbsd.org/iked.8">iked(8)</a> pfkey initialization into a privileged and unprivileged part to prevent a possible crash.
                    307: <li>Added Atheros F1 and F2 PHYS ton <a href="https://man.openbsd.org/atphy.4">atphy(4)</a>.
                    308: <li>Removed gotos in <a href="https://man.openbsd.org/vte.4">vte(4)</a> vte_iff function.
1.1       deraadt   309: <!-- 2010/01/20 -->
1.32      bentley   310: <li>Make clear <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> can't format pages with roff .it request.
                    311: <li>Added support for ITE IT8721 to <a href="https://man.openbsd.org/it.4">it(4)</a>.
                    312: <li>Improved <a href="https://man.openbsd.org/pf.4">pf(4)</a> packet reassembler.
1.1       deraadt   313: <!-- 2010/01/19 -->
1.32      bentley   314: <li>Improved <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
                    315: <li>Gave <a href="https://man.openbsd.org/pf.4">pf(4)</a> pf_normalize_ip() the same 3 way semantics as pf_test(): PF_DROP, the packet is bad, the mbuf still exists and must be freed; PF_PASS and *m0 is NULL, the packet has been processed, not an error; PF_PASS and *m0 is not NULL, continue with packet processing. Fixes a potential mbuf use after free.
1.1       deraadt   316: <!-- 2010/01/18 -->
1.32      bentley   317: <li>When <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> is fixing conflicts make sure the right vertex is passed to lsa_merge() so that the correct sequence number is used for the LSA.
                    318: <li>Fixed a kernel crash due to <a href="https://man.openbsd.org/ifmedia.4">ifmedia(4)</a> broadcast address changes.
                    319: <li>Merged a change from <a href="https://man.openbsd.org/ncurses.3">ncurses(3)</a> upstream to correctly recalculate a form field size on set.
                    320: <li>Added join-line (M-^) to <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
                    321: <li>Removed handling of SIGUSR1 from <a href="https://man.openbsd.org/crontab.1">crontab(1)</a>.
1.1       deraadt   322: <!-- 2010/01/17 -->
1.32      bentley   323: <li>Improved <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
                    324: <li>Added initial acquire mode support in <a href="https://man.openbsd.org/iked.8">iked(8)</a> and use it whenever Windows peers decide to drop Child SA based on the inactivity timer.
                    325: <li>Fixed redistribution of overlapping routes in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> rde.
                    326: <li>Added back-to-indentation (M-m) to <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
                    327: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> skip .TH with excessive arguments instead of throwing a fatal error.
                    328: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> skip .br .sp .nf .fi .na with arguments, using empty strings like groff instead of throwing a fatal errors.
1.1       deraadt   329: <!-- 2011/01/09 -->
1.32      bentley   330: <li>Make <a href="https://man.openbsd.org/random.4">random(4)</a> be more careful with nanotime() calls in early entropy storage, since at least sparc may not have the clock mapped.
                    331: <li>Continue to load <a href="https://man.openbsd.org/acpiec.4">acpiec(4)</a> even if _REG fails.
1.1       deraadt   332: <li>Improved IPV6 forward.
                    333: <li>Make hppa and hppa64 check in resettodr() if inittodr() has been called, otherwise it ends up resetting the clock when it doesn't need to.
1.32      bentley   334: <li>Make <code>netstat -w</code> default to the first egress interface, which is usually the most interesting.
1.1       deraadt   335: <li>Fixed a double free in xwininfo(1).
1.32      bentley   336: <li>Make <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> trust the Tx/Rx chains masks in ROM except for the 4965 and 5100 chipsets which are known to have broken ROMs.
                    337: <li>Improved <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>.
                    338: <li>Sync <a href="https://man.openbsd.org/tbl.7">tbl(7)</a> handling with upstream version 1.10.9: .T} can be followed by a delimiter, then more data; do not limit table column widths (improves <a href="https://man.openbsd.org/terminfo.5">terminfo(5)</a>); let numerical cells respect explicitly specified minimum cell widths; let terminal output survive missing data cells; parse and ignore arguments in parentheses on layout cell specifications; move tbl_calc() into out.c such that it can be used by all frontends; give tables an HTML class; some cleanup in tbl -Thtml code.
                    339: <li>Make sure coding errors cannot make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> miss fatal parsing errors by <a href="https://man.openbsd.org/assert.3">assert(3)</a>ing valid parser state in the main parsing functions.
                    340: <li>Added another check to <a href="https://man.openbsd.org/pkg_create.1">pkg_create(1)</a>.
1.3       jj        341: <li>Make i386 and amd64 only use memory mapped extended PCIe config space access for the bus advertised in the MCFG table, and fall back on the traditional method for other busses.
1.1       deraadt   342: <!-- 2011/01/08 -->
1.32      bentley   343: <li>Make authentication to <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> from pGina work.
1.1       deraadt   344: <li>Renamed imask[] to cpu_imask[] on powerpc architectures.
1.32      bentley   345: <li>Fixed <a href="https://man.openbsd.org/athn.4">athn(4)</a> LED handling.
                    346: <li>Fixed a counter in <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a> hello.
                    347: <li>Enable <a href="https://man.openbsd.org/athn.4">athn(4)</a> at <a href="https://man.openbsd.org/uhub.4">uhub(4)</a> on amd64, armish, landisk, loongson, macppc, socppc, sparc64.
                    348: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> client loop use variable host and not options.hostname, as the latter may have unescaped substitution characters.
                    349: <li>Improved <a href="https://man.openbsd.org/athn.4">athn(4)</a>.
                    350: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> accept colours of the hex form #ffffff and translate to the nearest from the xterm(1) 256-colour set.
                    351: <li>Support unix domain sockets in <a href="https://man.openbsd.org/nc.1">nc(1)</a> with -Uu.
1.1       deraadt   352: <!-- 2011/01/07 -->
1.32      bentley   353: <li>Minor improvements to <a href="https://man.openbsd.org/random.4">random(4)</a>: only support pool words equal to 2048, define the amount of used key, define the amount of skipped rc4, use arc4random_buf instead of reimplementing in line, bzero some more "secrets".
1.1       deraadt   354: <li>Added socket option SO_SPLICE to splice together two TCP sockets. Allows to write relay daemons with zero data copy.
                    355: <li>Updated Test::Simple(3p) to version 0.96.
1.32      bentley   356: <li>Substantially rewrite <a href="https://man.openbsd.org/random.4">random(4)</a>: put a very thin mutex at the entropy-collection side, place a 2nd very thin mutex at the call-down path as well, move the pool->MD5->RC4init sequence into a workq driven from a timeout.
                    357: <li>Added a yield() in <a href="https://man.openbsd.org/random.4">random(4)</a> randomwrite() to prevent problems when root accidentally <code>cat /dev/random</code>.
1.1       deraadt   358: <li>Increased i386 MAXDSIZ to 2GB.
1.32      bentley   359: <li>Permit to get all luns on a target probed in <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a> with a single <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a>.
                    360: <li>Make <a href="https://man.openbsd.org/sparc64/vdsp.4">vdsp(4/sparc64)</a> detect whether a disk image is an ISO image and set the media type to VD_MEDIA_TYPE_CD to vDisk 1.1 clients. Makes installing from a Solaris 11 Express bootable install CD work.
                    361: <li>Fixed a <a href="https://man.openbsd.org/malloc.9">malloc(9)</a> call in <a href="https://man.openbsd.org/sparc64/vdsp.4">vdsp(4/sparc64)</a>.
1.1       deraadt   362: <!-- 2011/01/06 -->
1.32      bentley   363: <li>Added support for the vDisk1.1 protocol in <a href="https://man.openbsd.org/sparc64/vdsp.4">vdsp(4/sparc64)</a>. Improved Solaris vtoc/disklabel support and implement VD_OP_SET_VTOC. Makes Solaris actually run on top of an OpenBSD control domain.
                    364: <li>Reset <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> SIGCHLD handler to SIG_DFL when executing LocalCommand.
                    365: <li>For very large operations in <a href="https://man.openbsd.org/random.4">random(4)</a> randomread(), use a local rc4 instance much like arc4random_buf_large does, but without re-initializing it every 8K.
                    366: <li>Fixed %n expansion in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> LocalCommand.
                    367: <li>When <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> exits because of a ServerAliveTimeout, mention the hostname that caused it.
1.1       deraadt   368: <li>Update CGI(3p) to 3.51. Includes a better fix for SA42443.
1.32      bentley   369: <li>Implemented fast channel change in <a href="https://man.openbsd.org/athn.4">athn(4)</a>.
                    370: <li>Align <a href="https://man.openbsd.org/sparc64/vdsp.4">vdsp(4/sparc64)</a> with Solaris expected behaviour.
                    371: <li>Make <a href="https://man.openbsd.org/athn.4">athn(4)</a> create an STA entry for the BSS upon association.
                    372: <li>Make <a href="https://man.openbsd.org/vnd.4">vnd(4)</a> init and destroy the bufq in the ioctl handler to prevent problems when configuring a second one.
1.1       deraadt   373: <li>Make install fsck question default to 'no'.
                    374: <li>Make all /dev/*random nodes supply data from the same source.
1.32      bentley   375: <li>Prevent <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a> task scheduler from locking up.
                    376: <li>Make <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a> pass the magic LUN -1 to VSCSI_REQPROBE so that all LU are probed by the midlayer.
                    377: <li>Added minimal LUN handling to <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a>.
                    378: <li><strong>RELIABILITY FIX: sp_protocol in RTM_DELETE messages could contain garbage values leading to routing socket users that restrict the AF (such as ospfd) not seeing any of the RTM_DELETE messages.</strong><br>
1.1       deraadt   379: <a href="errata48.html#007_rtsock">A source code patch is available</a>.<br>
1.32      bentley   380: <a href="stable.html">[Applied to stable]</a>
                    381: <li>Put <a href="https://man.openbsd.org/htons.3">htons(3)</a> around ip_randomid() for <a href="https://man.openbsd.org/pf.4">pf(4)</a> scrub random-id to make it consistent with the network stack.
                    382: <li>Fixed bug in <a href="https://man.openbsd.org/sl.4">sl(4)</a>.
                    383: <li>Added preliminary support for the Atheros AR9271 chipset and probably the AR9280+AR7010 and AR9287+AR7010 to <a href="https://man.openbsd.org/athn.4">athn(4)</a>.
1.1       deraadt   384: <!-- 2011/01/05 -->
1.32      bentley   385: <li>Make <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> MCFG ignore tables with an empty bus range.
1.1       deraadt   386: <li>Pass pmap_bootstrap() the memory range used by the PROM/BUG/firmware/... in aviion, luna88k and mvme88k.
1.32      bentley   387: <li>Added minor optimizations to m88k <a href="https://man.openbsd.org/pmap.9">pmap(9)</a>.
1.1       deraadt   388: <li>Make copypage() and zeropage() per-cpu function pointers on mvme88k.
                    389: <li>Changed the count parameter to cmmu_tlb_inv(), and introduce cmmu_tlb_inv_all() to drop all user tlb entries on mvme88k.
1.32      bentley   390: <li>Put <code>su -c ...</code> command into an rcexec variable so that it can be easily used it in rc scripts.
                    391: <li>Reintroduced use of bufq in <a href="https://man.openbsd.org/vnd.4">vnd(4)</a>.
1.2       jj        392: <li>Properly fixed PR6009.
1.1       deraadt   393: <!-- 2011/01/04 -->
1.32      bentley   394: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> parse and ignore minimal column width specification.
                    395: <li>Make <a href="https://man.openbsd.org/i386/apm.4">apm(4/i386)</a> support machdep.lidsuspend, at least on Thinkpads which have <a href="https://man.openbsd.org/aps.4">aps(4)</a>.
                    396: <li>Added a cleaner integration of <a href="https://man.openbsd.org/tbl.7">tbl(7)</a> in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
1.1       deraadt   397: <li>Added support for Memory Mapped Configuration space access.  Gives access to PCIe extended configuration space access on modern i386 and amd64 machines.
                    398: <li>Use pmap_uncache_page() to alter cacheability of pages in bus_dmamem_map(). Makes the zaurus text mode console memory cached again after exiting from X.
1.32      bentley   399: <li>Introduced pmap_uncache_page() in arm <a href="https://man.openbsd.org/pmap.9">pmap(9)</a> to make a page uncached and maintain this both at the pte and pv list level.
                    400: <li>Prevent <a href="https://man.openbsd.org/sparc64/vcons.4">vcons(4/sparc64)</a> from assuming it is always the console since it's possible to run CoolThreads servers with a graphics console.
1.1       deraadt   401: <li>Updated xproto to version 7.0.20.
1.32      bentley   402: <li>Make <a href="https://man.openbsd.org/random.4">random(4)</a> arc4_stir() only grab 64 bytes from the MD5 output.
                    403: <li>Added support for XVR-300 in <a href="https://man.openbsd.org/sparc64/radeonfb.4">radeonfb(4/sparc64)</a>.
                    404: <li>Make <a href="https://man.openbsd.org/rc.subr.8">rc.subr(8)</a> check for a login class that matches the rc script name and use it if it is found, otherwise use daemon.
                    405: <li>In <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> bpf_movein(), range-check mbuf size against MCLBYTES before size_t to int truncation.
                    406: <li>Implemented NOP-IN -> NOP-OUT handling in <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a>.
                    407: <li>Make <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a> cleanup tasks with a NULL callback after queuing the PDU to be sent out. Allows immediate responses to be issued with a task instead of very special code.
                    408: <li>Make <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a> truncate the scsi sense data to 18 bytes if more data was supplied. Improves connection.
                    409: <li>Fixes parsing of login responses with additional padding in <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a>.
                    410: <li>Make <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a> log the PDU which failed because no task was found.
                    411: <li>Added a missing session parameter in <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a>.
                    412: <li>Fixes multiple <a href="https://man.openbsd.org/man.7">man(7)</a> .IP and .TP bugs for -Tascii and -Thtml.
                    413: <li>Cleaned up and simplified <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> command argument parsing.
1.1       deraadt   414: <!-- 2011/01/03 -->
1.32      bentley   415: <li>Cleaned up argument count validation in <a href="https://man.openbsd.org/mdoc.7">mdoc(7)</a>: prevent segfault on empty .Db, .Rs, .Sm, and .St; let check_count() really throw the requested level, not always ERROR and downgrade most bad argument counts from ERROR to WARNING.
                    416: <li>Added support for UTF-8 mouse input (\033[1005h) in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
                    417: <li>Make unprovided <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> macro arguments defaults to empty string and not NULL.
1.1       deraadt   418: <li>Removed the old COMPAT_23 SysV IPC structures from the kernel.
1.32      bentley   419: <li>Fixed bugs in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> macro argument parser with blank, backslashes and quotes escaping.
                    420: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> use one common macro argument parser for roff and man macros.
                    421: <li>Added to <a href="https://man.openbsd.org/pkg_info.1">pkg_info(1)</a> a <code>-r &lt;pkgspec&gt;</code> option to to check for a pkgspec by name, without looking at installed packages.
1.1       deraadt   422: <li>Reworked OpenBSD::Ustar(3p) object creation.
1.32      bentley   423: <li>Plugged a memory leak in <a href="https://man.openbsd.org/fortune.6">fortune(6)</a>.
                    424: <li>Make <a href="https://man.openbsd.org/ac97.4">ac97(4)</a> use host_flags directly as they're initialized during attach time.
                    425: <li>Allow to change vlan options of existing <a href="https://man.openbsd.org/vlan.4">vlan(4)</a>/<a href="https://man.openbsd.org/svlan.4">svlan(4)</a> devices at runtime instead of forcing the user to-recreate the interface with the changed options.
                    426: <li>Make <a href="https://man.openbsd.org/ac97.4">ac97(4)</a> check the optional flags method is not NULL before using it.
1.1       deraadt   427: <li>Adjusted krb5 directories in OpenSSL pkg-config generator.
                    428: <li>Reworked m88k systems backtrace code.
1.32      bentley   429: <li>Reduced use of <code>cd</code> in the install script by using sub-shells or absolute paths when possible.
1.1       deraadt   430: <!-- 2011/01/02 -->
1.32      bentley   431: <li>Improved <a href="https://man.openbsd.org/sparc64/vdsp.4">vdsp(4/sparc64)</a> with OpenSolaris virtual disk client.
1.1       deraadt   432: <li>Make hppa need_resched() call cpu_unidle() such that a process running on another CPU is woken up.
1.32      bentley   433: <li>Make <a href="https://man.openbsd.org/pkg_create.1">pkg_create(1)</a> create formatted man pages as temporary files.
1.1       deraadt   434: <li>Improved OpenBSD::Ustar(3p) error printing.
                    435: <li>Enabled Xorg on hppa.
1.32      bentley   436: <li>Enabled <a href="https://man.openbsd.org/udl.4">udl(4)</a> in Xenocara.
                    437: <li>Prevent some NULL pointer dereferences in <a href="https://man.openbsd.org/osiop.4">osiop(4)</a>.
                    438: <li>Make <a href="https://man.openbsd.org/hppa/elroy.4">elroy(4/hppa)</a> store bus/dev/func numbers only when the corresponding pointer argument isn't NULL.
                    439: <li>Improved <a href="https://man.openbsd.org/sparc64/vdsp.4">vdsp(4/sparc64)</a> with OpenSolaris virtual disk client and enabled to boot from a bootable automatic installer cdrom.
                    440: <li>Added code for <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> taskqueue. Eliminates need for state vars in acpi softc serialize processing ACPI tasks for sleep/powerdown/GPE event.
                    441: <li>Make <a href="https://man.openbsd.org/sparc64/vdsp.4">vdsp(4/sparc64)</a> go past the version negotiation against an OpenSolaris virtual disk client.
1.1       deraadt   442: <!-- 2011/01/01 -->
                    443: <li>Improved mvme88k cache handling.
1.32      bentley   444: <li>Implemented READ CAPACITY in <a href="https://man.openbsd.org/sparc64/vdsk.4">vdsk(4/sparc64)</a>.
                    445: <li>Prevent <a href="https://man.openbsd.org/random.4">random(4)</a> from folding the MD5 in half.
1.1       deraadt   446: <li>Moved hppa setting cpu_hzticks to the clock initialization function, like other ports.
                    447: <li>Improved softintr_establish() linked list management in hppa intr.c.
1.32      bentley   448: <li>Make <a href="https://man.openbsd.org/hppa/elroy.4">elroy(4/hppa)</a>, <a href="https://man.openbsd.org/hppa/dino.4">dino(4/hppa)</a> store bus/dev/func numbers only when the corresponding pointer argument isn't NULL.
                    449: <li>Prevent a buffer overflow in <a href="https://man.openbsd.org/sort.1">sort(1)</a>. Fixes PR6294.
                    450: <li>Added support for OTPROM reading on <a href="https://man.openbsd.org/athn.4">athn(4)</a> AR9485.
1.1       deraadt   451: <li>Added a -P option to new-window and split-window to print the new window or pane index in target form.
1.32      bentley   452: <li>Reset <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> session timer of an unattached session when it is attached.
1.1       deraadt   453: <!-- 2010/12/31 -->
1.32      bentley   454: <li>Make <a href="https://man.openbsd.org/wd.4">wd(4)</a> put the drive into standby in shutdown, but only if the machine will be powered down.
                    455: <li>Rewrite the <a href="https://man.openbsd.org/random.4">random(4)</a> randomattach function.
                    456: <li>Removed kq and poll code from <a href="https://man.openbsd.org/random.4">random(4)</a>.
                    457: <li>Adapt the m88k systems <a href="https://man.openbsd.org/pmap.9">pmap(9)</a> to aviion, mvme88k, luna88k.
                    458: <li>Prevent <a href="https://man.openbsd.org/athn.4">athn(4)</a> from exceeding power requirements in Atheros AR9380, AR9485, AR9380, AR9003 chipsets.
                    459: <li>Better handle of writethrough mappings in m88k systems <a href="https://man.openbsd.org/pmap.9">pmap(9)</a>.
1.1       deraadt   460: <li>Reworked the cache flushing routines in m88k systems.
                    461: <li>Introduced a new cmmu routine in m88k systems.
                    462: <li>Updated dirent.h for standard compliance: expose dirfd with XPG7 and scandir and alphasort with POSIX 2008.
1.32      bentley   463: <li>Improved <a href="https://man.openbsd.org/isp.4">isp(4)</a>.
                    464: <li>Added a new firmware package for <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>.
1.1       deraadt   465: <li>Reduced the chances of false pulse detect in AR9271 and AR9485 Atheros chipset and improved carrier leak calibration/correction.
1.32      bentley   466: <li>Make <a href="https://man.openbsd.org/athn.4">athn(4)</a> more bus independent.
                    467: <li>Make <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> check <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> scrub don't use no-df, random-id, set-tos options for IPv6 rules.
                    468: <li>Make amd64 machine-dependent <a href="https://man.openbsd.org/pthreads.3">pthreads(3)</a> compile with llvm-clang.
                    469: <li>Make <a href="https://man.openbsd.org/sigsetops.3">sigsetops(3)</a> compile with llvm-clang.
1.1       deraadt   470: <!-- 2010/12/30 -->
1.32      bentley   471: <li>Changed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> from a per-session stack of buffers to one global stack.
                    472: <li>Improved <a href="https://man.openbsd.org/random.4">random(4)</a>.
                    473: <li>Fixed addressing block bug with <a href="https://man.openbsd.org/wd.4">wd(4)</a> and 2010 Apple 13&quot; MacbookPro.
1.1       deraadt   474: <li>Added hppa GENERIC.MP to the release build and ship bsd.mp for hppa.
                    475: <li>Make sure hppa restore the right interrupt mask when switching CPUs.
                    476: <li>Improved the loading of FPU context with multiple CPUs in hppa.
                    477: <li>Turn hppa machine-dependent signotify() into a function that also calls cpu_unidle().
                    478: <li>Implemented cpu_unidle() for hppa multiprocessor kernels.
1.32      bentley   479: <li>Make <a href="https://man.openbsd.org/mfi.4">mfi(4)</a> use iopools.
1.1       deraadt   480: <!-- 2010/12/29 -->
1.32      bentley   481: <li>Prevent <a href="https://man.openbsd.org/run.4">run(4)</a>, <a href="https://man.openbsd.org/rum.4">rum(4)</a>, <a href="https://man.openbsd.org/urtw.4">urtw(4)</a> and <a href="https://man.openbsd.org/ral.4">ral(4)</a> from adding timeouts if the driver is dying and improved detaching.
                    482: <li>Add a process reference counting variable to struct usbd_device in <a href="https://man.openbsd.org/usb.4">usb(4)</a>.
                    483: <li>Fixed some PCI power management issues that prevented <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> (and perhaps apm) suspend on some machines.
1.1       deraadt   484: <li>Added support for all the four xterm mouse modes.
1.32      bentley   485: <li>Allow <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> config file parser and source-file to return "don't exit" to the client to let attach work from configuration files.
1.1       deraadt   486: <li>Prevent i386 and amd64 kernels from printing the "can't get bus clock" message with Xeon 3600/5600 and Xeon 6500/7500.
1.32      bentley   487: <li>Removed non-essential, unused parts of <a href="https://man.openbsd.org/random.4">random(4)</a>.
1.1       deraadt   488: <li>Removed fc_conf from rc.subr.
1.32      bentley   489: <li>Removed more direct uses of print in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
                    490: <li>Fixed <code>swapctl -A</code> with DUIDs in <a href="https://man.openbsd.org/fstab.5">fstab(5)</a> and plugged a memory leak.
                    491: <li>Implemented timeouts of scsi commands in <a href="https://man.openbsd.org/mpii.4">mpii(4)</a>.
                    492: <li>Make <a href="https://man.openbsd.org/mpii.4">mpii(4)</a> properly detach devices.
                    493: <li>In <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> libmdoc, replace the union of pointers to structs of macro-specific data by a pointer to a union of structs, which makes the code simpler and more robust at the expense of a small memory overhead.
1.1       deraadt   494: <!-- 2010/12/28 -->
                    495: <!-- 2010/12/27 -->
1.32      bentley   496: <li>Fixed a bug in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
1.1       deraadt   497: <li>Corrected x86_atomic_*_ul() to operate on 64bit integers, removed x86_atomic_*_l(), and updated the callers of all of those to use the underlying x86_atomic_*_u32() functions they were expecting.
                    498: <li>Removed unused and broken x86_multicast_ipi() from i386 and amd64.
1.2       jj        499: <li>Prevent issuing a m88k cache maintenance operation until the last one is completed.
1.32      bentley   500: <li>Make  rc.subr call rc_conf itself right after reading in <a href="https://man.openbsd.org/rc.conf.8">rc.conf(8)</a>.
1.1       deraadt   501: <li>Properly initialize i386 MXCSR and XMM registers when writing only in the x87 FPU state and the process has not used the FPU yet.
1.32      bentley   502: <li>Added cfattach activate functions and call usbd_deactivate() in the DVACT_DEACTIVATE case for <a href="https://man.openbsd.org/cdcef.4">cdcef(4)</a>, <a href="https://man.openbsd.org/otus.4">otus(4)</a>, <a href="https://man.openbsd.org/rsu.4">rsu(4)</a>, <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a>, <a href="https://man.openbsd.org/uberry.4">uberry(4)</a>, <a href="https://man.openbsd.org/udfu.4">udfu(4)</a>, <a href="https://man.openbsd.org/udl.4">udl(4)</a>, <a href="https://man.openbsd.org/uow.4">uow(4)</a>, <a href="https://man.openbsd.org/uyap.4">uyap(4)</a>. Make those which don't have dying flag call usbd_deactivate() in the DVACT_DEACTIVATE case.
1.1       deraadt   503: <!-- 2010/12/26 -->
1.32      bentley   504: <li>Added some groff behaviour to <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>: Specifying both .%T and .%J in an .Rs block causes the title to be quoted instead of underlined, such that journal title and article title appear visually different.
                    505: <li>Removed pmap_phys_address(), and force every driver's mmap() routine to return a physical address in all platforms. Allows machine-independent drivers to implement <a href="https://man.openbsd.org/mmap.2">mmap(2)</a> routines without having to know about the pmap_phys_address() implementation.
1.1       deraadt   506: <!-- 2010/12/25 -->
1.32      bentley   507: <li>Polished <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> HTML output: use &lt;SMALL&gt; for .SM and &lt;CODE&gt; for .Dl, &lt;B&gt; for bold and &lt;I&gt; for italic.
1.1       deraadt   508: <!-- 2010/12/24 -->
1.2       jj        509: <li>Added a param to uvm_map_hint to not skip over the heap, and use it as a last resort if mmap otherwise fails to enable more complete address space utilization.
1.1       deraadt   510: <li>Prevent linker failure with sparc crtbeginS.o.
1.32      bentley   511: <li>Prevent <a href="https://man.openbsd.org/pms.4">pms(4)</a> from crashing when doing an <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a> (eg <code>wsconsctl -a</code>) before first activation (wsmoused or X).
                    512: <li>Prevent rc.subr from overwriting local_rcconf by flags from the <a href="https://man.openbsd.org/rc.8">rc(8)</a> script.
                    513: <li>Make <a href="https://man.openbsd.org/pkg_create.1">pkg_create(1)</a> create more bogus packages to get errors out of <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
1.1       deraadt   514: <li>Prevent g++(1) from warning about undefined __throw_exception_again().
1.32      bentley   515: <li>Make <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> handle failures from ports tree with more care.
                    516: <li>Have <a href="https://man.openbsd.org/sd.4">sd(4)</a> devices check for and respect read-only information the way <a href="https://man.openbsd.org/st.4">st(4)</a> does. Have both decline to open read-only devices for anything but read-only access.
1.1       deraadt   517: <!-- 2010/12/23 -->
1.32      bentley   518: <li>Fixed a <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> crash due to side effects of server_kill_window with RB_FOREACH.
1.2       jj        519: <li>Prevent m88k systems from sharing their exception page with the one used by the firmware at address 0. Make it possible to catch NULL pointer dereference.
1.32      bentley   520: <li>Add a common interface for various devices in <a href="https://man.openbsd.org/pms.4">pms(4)</a>.
1.1       deraadt   521: <li>Make m88k systems check for pcb_onfault being set for genuine kernel data faults.
                    522: <li>Make the pte created by pmap_map() wired, and count them in pmap_kernel() statistics on m88k systems.
1.32      bentley   523: <li>Improved <a href="https://man.openbsd.org/pmap.9">pmap(9) mmap interface</a>.
                    524: <li>Increased the DATA limit to the maximum value in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> RDE, do the same with NOFILE in the session engine.
                    525: <li>Fixed <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> when asked to log on stderr.
                    526: <li>Make <a href="https://man.openbsd.org/iked.8">iked(8)</a> use netmask instead of address when it is asked to.
                    527: <li>Fixed <a href="https://man.openbsd.org/iked.8">iked(8)</a> SA rekeying for responders.
1.1       deraadt   528: <!-- 2010/12/22 -->
1.32      bentley   529: <li>Added more standard HTML tag to <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> -tHTML.
                    530: <li>Allow <a href="https://man.openbsd.org/drm.4">drm(4)</a> to work in -keepPriv situations.
1.1       deraadt   531: <li>Prevent removing of xf86drm device entry if open fails.
1.32      bentley   532: <li>Make the installation script use the chrooted <a href="https://man.openbsd.org/arandom.4">arandom(4)</a> and add to it more commands of output of random junk.
                    533: <li>Make <a href="https://man.openbsd.org/rc.8">rc(8)</a> and the installation script use <a href="https://man.openbsd.org/arandom.4">arandom(4)</a> for feeding entropy to the kernel.
                    534: <li>Prevent <a href="https://man.openbsd.org/opendev.3">opendev(3)</a> from prepending /dev/ to path if it already contains a slash.
                    535: <li>Reworked <a href="https://man.openbsd.org/iked.8">iked(8)</a> child SA rekeying and added a new per-policy "lifetime" in <a href="https://man.openbsd.org/iked.conf.5">iked.conf(5)</a>.
                    536: <li>Fixed some bugs in <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
                    537: <li>Make it easier to spot errors in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
                    538: <li>Make <a href="https://man.openbsd.org/vnd.4">vnd(4)</a> populate the disk name based on the mode in which it was configured (svndX if safe vnd disk, vndX if standard).
                    539: <li>Add support for Dynex DX-SC51 <a href="https://man.openbsd.org/envy.4">envy(4)</a>.
                    540: <li>Prevent an infinite loop in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
1.1       deraadt   541: <!-- 2010/12/21 -->
1.32      bentley   542: <li>Improved <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> vertical spacing, -Thtml.
                    543: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> store its sessions in a red-black tree by name rather than a list.
1.1       deraadt   544: <li>Updated xorg-server to version 1.9.3.
1.32      bentley   545: <li>Prevent <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a> input from leaking short packets.
                    546: <li>Prevent <a href="https://man.openbsd.org/opendev.3">opendev(3)</a> from casting to non-const.
1.1       deraadt   547: <li>Converted netisr to a normal soft interrupt instead of having machine-dependent code for it.
1.32      bentley   548: <li>Prevent a mbuf leak in <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a>.
                    549: <li>Fixed <a href="https://man.openbsd.org/iked.8">iked(8)</a> netmask from sockaddr conversion.
1.1       deraadt   550: <li>Fixed PR6524.
1.32      bentley   551: <li>Fixed <a href="https://man.openbsd.org/iked.8">iked(8)</a> log_warn and log_debug arguments.
                    552: <li>Improved <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> dependencies finder.
                    553: <li>Improved <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> buffers. Fixes some segfaults.
1.1       deraadt   554: <!-- 2010/12/20 -->
1.32      bentley   555: <li>Work around <a href="https://man.openbsd.org/panic.9">panic(9)</a> due to 'invalid opcode' in mvme88k kernel trap.
                    556: <li>Fixed panics when applying <a href="https://man.openbsd.org/newfs.8">newfs(8)</a> to the 'c' partition of a <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> volume, though one shouldn't do that.
                    557: <li>Improved <a href="https://man.openbsd.org/pkg_create.1">pkg_create(1)</a> solving of dependencies by making it ask the ports tree for the plist.
                    558: <li>Make <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> only set SO_REUSEPORT for listening ports. Fixes 'Address already in use' errors seen on high load.
                    559: <li>Added a check in <a href="https://man.openbsd.org/pkg_create.1">pkg_create(1)</a>: walk the dependency tree for @wantlib. Prevents packages that won't install.
                    560: <li>Split solver class into a base that can be reused from <a href="https://man.openbsd.org/pkg_create.1">pkg_create(1)</a> in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> OpenBSD::Dependencies.
                    561: <li>Make a real method out of find_candidate in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> OpenBSD::Dependencies.
                    562: <li>Allow registration of library objects in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
                    563: <li>Make <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> pass state to SharedLibs for direct printing.
                    564: <li>Removed SESSION_DEAD flag from <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
                    565: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> use pointer rather than index for the client's last session.
                    566: <li>Unified the way <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> sessions are used by callbacks.
1.1       deraadt   567: <!-- 2010/12/19 -->
1.32      bentley   568: <li>Added a -xxx option to <a href="https://man.openbsd.org/pcidump.8">pcidump(8)</a> to print PCIe extended configuration space.
                    569: <li>Prevent <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> from destroying the index counter when a session comes up.
                    570: <li>Make <a href="https://man.openbsd.org/ucycom.4">ucycom(4)</a>, <a href="https://man.openbsd.org/utrh.4">utrh(4)</a> and <a href="https://man.openbsd.org/utwitch.4">utwitch(4)</a> the last drivers using their own macros instead of usb_lookup().
                    571: <li>Fixed an alignment trap triggered by <a href="https://man.openbsd.org/vnconfig.8">vnconfig(8)</a> on sparc for kernels compiled with gcc4 in the kernel generic <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a>.
                    572: <li>Added other-pane-height and other-pane-width options to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>. Allows the width or height of the smaller panes in the main-horizontal and main-vertical layouts to be set.
1.1       deraadt   573: <li>Updated freetype to version 2.4.4.
1.32      bentley   574: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> handle .Bk with HTML output format the same way it is for ASCII.
                    575: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> handle .Bk the same way as groff 1.20.1: .Bk without arguments defaults to -words, .Bk with invalid arguments (including -lines) has no effect.
                    576: <li>Fixed regression in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>: if MX look up fails, fallback to using the host itself.
                    577: <li>Improved <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> HTML output: use less &lt;DIV&gt; and more &lt;H1&gt;, &lt;H2&gt;, &lt;P&gt;, &lt;BR&gt;, &lt;PRE&gt;, &lt;UL&gt;, &lt;OL&gt;, &lt;DL&gt; etc.
                    578: <li>Removed 'i' and 'r' macro handlers in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
1.1       deraadt   579: <!-- 2010/12/18 -->
1.32      bentley   580: <li>Added support for the Sweex LW154 to <a href="https://man.openbsd.org/rsu.4">rsu(4)</a>.
                    581: <li>Improved <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> with uses of OpenBSD::State(3p).
1.1       deraadt   582: <!-- 2010/12/17 -->
1.32      bentley   583: <li>Prevent <a href="https://man.openbsd.org/usb.4">usb(4)</a> usbd_{bulk,intr}_transfer from catching signals if a timeout is set.
                    584: <li>Fixed simple passwords with SHA in <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.
1.1       deraadt   585: <!-- 2010/12/16 -->
1.32      bentley   586: <li>Avoid pointer arithmetic on void * in <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>.
                    587: <li>Fixed length of the array containing VIA ciphers in <a href="https://man.openbsd.org/crypto.9">crypto(9)</a> and <a href="https://man.openbsd.org/crypto.3">crypto(3)</a>.
1.1       deraadt   588: <!-- 2010/12/15 -->
1.32      bentley   589: <li><strong>RELIABILITY FIX: Bring CBC oracle attack countermeasures to hardware crypto accelerator land. This fixes aes-ni, via xcrypt and various drivers: <a href="https://man.openbsd.org/i386/glxsb.4">glxsb(4)</a>, <a href="https://man.openbsd.org/hifn.4">hifn(4)</a>, <a href="https://man.openbsd.org/safe.4">safe(4)</a> and <a href="https://man.openbsd.org/ubsec.4">ubsec(4)</a>.</strong><br>
1.1       deraadt   590: <a href="errata48.html#006_cbc">A source code patch is available</a>.<br>
1.32      bentley   591: <a href="stable.html">[Applied to stable]</a>
                    592: <li><strong>SECURITY FIX: Insufficient initialization of the pf rule structure in the ioctl handler may allow userland to modify kernel memory. By default root privileges are needed to add or modify pf rules.</strong><br>
1.1       deraadt   593: <a href="errata48.html#005_pf">A source code patch is available</a>.<br>
1.32      bentley   594: <a href="stable.html">[Applied to stable]</a>
                    595: <li>Fixed getopt() bug in <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>.
                    596: <li>Prevent <a href="https://man.openbsd.org/uticom.4">uticom(4)</a> from panicking when being attached. Enable it in i386 and amd64.
1.1       deraadt   597: <li>Added security fix in OpenSSL for CVE-2010-4180.
                    598: <!-- 2010/12/14 -->
1.32      bentley   599: <li>Prevent delays in <a href="https://man.openbsd.org/usb.4">usb(4)</a> if the device dying.
                    600: <li>Make <a href="https://man.openbsd.org/cron.8">cron(8)</a> treat a missing spool dir like an empty one.
                    601: <li>Disabled access to <a href="https://man.openbsd.org/crypto.4">crypto(4)</a> from userland.
1.1       deraadt   602: <li>Implemented fast path TLB miss handling on the landisk platform. Improves speed by 44-50%.
1.32      bentley   603: <li>Make <a href="https://man.openbsd.org/loongson/voyager.4">voyager(4/LOONGSON)</a> use the dying flag in struct usbd_usb instead of a private dying flag.
                    604: <li>Make <a href="https://man.openbsd.org/ohci.4">ohci(4)</a>, <a href="https://man.openbsd.org/uhci.4">uhci(4)</a>, <a href="https://man.openbsd.org/ehci.4">ehci(4)</a> use the dying flag in struct usbd_usb instead of a private dying flag.
                    605: <li>Make <a href="https://man.openbsd.org/math.3">math(3)</a> HUGE_VAL, HUGE_VALF, HUGE_VALL, INFINITY, NAN expand to the constant expressions with the help of GCC version posterior to 3.3.
1.1       deraadt   606: <!-- 2010/12/13 -->
1.32      bentley   607: <li>Fixed bug in <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>.
                    608: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> read ${X} environment variables in strings and $HOME from the global environment rather than getenv, this allows them to be updated during the configuration file parsing.
                    609: <li>Fixed a race condition in <a href="https://man.openbsd.org/ldconfig.8">ldconfig(8)</a>.
                    610: <li>Simulate a full login with <a href="https://man.openbsd.org/su.8">su(8)</a> in rc.subr.
                    611: <li>Make <a href="https://man.openbsd.org/su.1">su(1)</a> call setusercontext() with the LOGIN_SETENV flag for <code>su -l</code> to pick up environment variables specified in login.conf.
                    612: <li>Prevent <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> and <a href="https://man.openbsd.org/ospfd6.8">ospfd6(8)</a> from using a carp address as ospf router.
                    613: <li>Improved <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a>.
1.1       deraadt   614: <!-- 2010/12/12 -->
1.32      bentley   615: <li>Prevent <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> resolver from reading past the end of a buffer.
                    616: <li>Make sure GCC configuration file for sparc OpenBSD is consistent with <code>&lt;sys/types.h&gt;</code>.
                    617: <li>Fixed segmentation faults with GCC4 by allocating a full C compiler-style stack frame that includes space for 6 extended word arguments slots required by the sparc ABI in sparc <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>.
                    618: <li>Make <a href="https://man.openbsd.org/rsu.4">rsu(4)</a> match the Planex GW-USNano.
1.1       deraadt   619: <!-- 2010/12/11 -->
1.32      bentley   620: <li>Added support for the ZTE MF112 from MERIGHI Marcus to <a href="https://man.openbsd.org/umsm.4">umsm(4)</a>.
                    621: <li>Make <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> drop Rx'd frames larger than MCLBYTES.
                    622: <li>Added <a href="https://man.openbsd.org/rsu.4">rsu(4)</a>, a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU 802.11n USB devices. Enabled it in i386 and amd64 GENERIC kernels.
                    623: <li>Allow <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> to track the last session for a client and add a flag to switch-client a key binding (L) to move a client back to its last session.
                    624: <li>Fixed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> rectangle copy to behave like Emacs.
                    625: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> prompt history global for all clients.
                    626: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> SYNOPSIS sections and code having .nr nS enabled behave as if the whole code were wrapped in .Bk/.Ek.
                    627: <li>Fixed bug in <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a>.
1.1       deraadt   628: <li>Allow the rc.d system to mark an rc action as unsupported by setting the corresponding variable to NO.
                    629: <li>Prevent the rc.d system from overwriting settings in the rc scripts.
                    630: <!-- 2010/12/10 -->
1.32      bentley   631: <li>Added support for setting _user _class and _shell for a specific daemon launched with rc.d, and use <a href="https://man.openbsd.org/su.1">su(1)</a> to start the daemons.
                    632: <li>Fixed bug in <a href="https://man.openbsd.org/su.1">su(1)</a>.
                    633: <li>Fixed a file descriptor leak in <a href="https://man.openbsd.org/rcs.1">rcs(1)</a>.
1.1       deraadt   634: <!-- 2010/12/09 -->
1.32      bentley   635: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> abort endless loops during roff macro and string expansion.
                    636: <li>Allow <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> quote macros ('Op', 'Aq', 'Bq', 'Dq', 'Pq', 'Ql', 'Qq', 'Sq', and 'Brq') to have zero arguments without warning.
                    637: <li>Added support for <code>-s <i>login-shell</i></code> to <a href="https://man.openbsd.org/su.1">su(1)</a>.
                    638: <li>Fixed an infinite loop in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    639: <li>Prevent <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> from deleting SAs from the same IP on an INITIAL-CONTACT message. Fixes PR5562.
1.1       deraadt   640: <!-- 2010/12/08 -->
1.32      bentley   641: <li>Added a -3 option to <a href="https://man.openbsd.org/scp.1">scp(1)</a> to transfer copy between two remote paths through the local host.
1.1       deraadt   642: <li>Make xinput use ASCII art when the environment is not UTF-8 capable.
1.32      bentley   643: <li>Distribute the panes more evenly in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> built-in layouts and set the default value of main-pane-width to 80 rather than 81.
1.1       deraadt   644: <!-- 2010/12/07 -->
                    645: <li>Fixed bug in amd64 {rdmsr,wrmsr}_locked functions.
                    646: <li>Updated xf86-video-geode to 2.11.10.
                    647: <li>Improved i386 and amd64 checksumming of disks that need to be matched to BIOS disks. Prevent a wrong disk from being attached as boot disk.
                    648: <!-- 2010/12/06 -->
1.32      bentley   649: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> ignore .ft when used with <code>-Thtml</code>.
                    650: <li>Prevent <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> from reporting the same problem more than one time.
                    651: <li>Added an option in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> for silence (lack of activity) in a window.
                    652: <li>Prevent <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> from printing .P, .PP and .LP header content.
                    653: <li>Prevent <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> from following .D1 and .Dl inside .Bd with a blank line.
1.1       deraadt   654: <li>Avoid calling xf86DPMSInit() twice in xf86-video-sunffb. Fixes X server crashes that appeared with the xserver 1.9.2 import.
                    655: <li>Allow better compiler optimization of PMAP_PREFER on arm, hppa, hppa64, m68k, mips64, solbourne, sparc and sparc64.
                    656: <li>Updated CGI(3p) to version 3.50 (includes a fix for SA42443).
1.32      bentley   657: <li>Added a <code>-D</code> flag to specify the display to start xtsscale(1) on.
                    658: <li>Make <a href="https://man.openbsd.org/ehci.4">ehci(4)</a>, <a href="https://man.openbsd.org/ohci.4">ohci(4)</a>, <a href="https://man.openbsd.org/uhci.4">uhci(4)</a> set the dying flag when having an unrecoverable error. Check the dying flag in timeout and interrupt handlers.
                    659: <li>Make <a href="https://man.openbsd.org/uhci.4">uhci(4)</a> delete the interrupt timeout in the detach routine as in <a href="https://man.openbsd.org/ehci.4">ehci(4)</a> and <a href="https://man.openbsd.org/ohci.4">ohci(4)</a>.
                    660: <li>Make use of usbd_deactivate and usbd_is_dying instead of own dying routines in <a href="https://man.openbsd.org/atu.4">atu(4)</a>, <a href="https://man.openbsd.org/aue.4">aue(4)</a>, <a href="https://man.openbsd.org/axe.4">axe(4)</a>, <a href="https://man.openbsd.org/cue.4">cue(4)</a>, <a href="https://man.openbsd.org/mos.4">mos(4)</a>, <a href="https://man.openbsd.org/ral.4">ral(4)</a>, <a href="https://man.openbsd.org/rum.4">rum(4)</a>, <a href="https://man.openbsd.org/uath.4">uath(4)</a>, <a href="https://man.openbsd.org/udav.4">udav(4)</a>, <a href="https://man.openbsd.org/upgt.4">upgt(4)</a>, <a href="https://man.openbsd.org/url.4">url(4)</a>, <a href="https://man.openbsd.org/urtw.4">urtw(4)</a>, <a href="https://man.openbsd.org/zyd.4">zyd(4)</a>, <a href="https://man.openbsd.org/udcf.4">udcf(4)</a>, <a href="https://man.openbsd.org/ueagle.4">ueagle(4)</a>, <a href="https://man.openbsd.org/umbg.4">umbg(4)</a>.
                    661: <li>Make <a href="https://man.openbsd.org/usb.4">usb(4)</a> call config_deactivate() before config_detach() when detaching devices.
                    662: <li>Make <a href="https://man.openbsd.org/usb.4">usb(4)</a> use usbd_is_dying() instead of directly checking the device's bus dying flag.
                    663: <li>Make <a href="https://man.openbsd.org/usb.4">usb(4)</a> check that the root hub has been configured before trying to free it's resources.
                    664: <li>Added <code>dying</code> flag to <a href="https://man.openbsd.org/usb.4">usb(4)</a> struct usbd_device. Added usbd_deactivate() to set it. Added usbd_is_dying() to check if the flag has been set and use it before issuing transfers or requests.
1.1       deraadt   665: <!-- 2010/12/05 -->
                    666: <li>Improved xf86-video-glint for sparc64. Make mplayer play video without weird colors.
                    667: <li>Upgraded xorg-xserver to version 1.9.2, xf86-video-savage to 2.3.2.
1.32      bentley   668: <li>Make <a href="https://man.openbsd.org/sparc64/pyro.4">pyro(4/sparc64)</a> and <a href="https://man.openbsd.org/sparc64/vpci.4">vpci(4/sparc64)</a> return the appropriate size for the extended PCIe configuration space.
1.1       deraadt   669: <li>Make sure nfsrv_descrpt_pl pool is initialised only once in nfs_syscalls to prevent infinite loops.
1.32      bentley   670: <li>Make <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> framework easier to reuse.
1.1       deraadt   671: <!-- 2010/12/04 -->
1.32      bentley   672: <li>Make <a href="https://man.openbsd.org/pci.4">pci(4)</a> check the register offset against the device's configuration space size in PCIOCREAD and PCIOCWRITE ioctls.
1.1       deraadt   673: <li>Introduced a new pci routine, pci_conf_size(), in all platforms machine-dependent code. It returns the size of a given pcitag_t configuration address space.
                    674: <li>Added a simple bus_space_barrier implementation in octeon.
1.32      bentley   675: <li>Fixed a file descriptor leak in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    676: <li>Fixed <a href="https://man.openbsd.org/sgi/iockbc.4">iockbc(4/sgi)</a> compilation.
                    677: <li>Updated amd64 locore.S for handling the new size of pm_cpus, member of <a href="https://man.openbsd.org/pmap.9">pmap(9)</a>.
                    678: <li>Added support for DUIDs in <a href="https://man.openbsd.org/swapctl.2">swapctl(2)</a>.
                    679: <li>Added a protocol extension to <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> to support a hard link operation.
1.1       deraadt   680: <!-- 2010/12/03 -->
1.32      bentley   681: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> key authentication check for revoked keys earlier.
                    682: <li>Fixed a file descriptor leak in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
1.1       deraadt   683: <!-- 2010/12/02 -->
1.32      bentley   684: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> properly initialize the manual section to a default when .Dt is missing. Prevent it from dying on an assertion.
                    685: <li>Added quirks to <a href="https://man.openbsd.org/usb.4">usb(4)</a> to prevent it from attaching the hid interface of the Texas Instrument MSP430.
                    686: <li>Prevent <a href="https://man.openbsd.org/savecore.8">savecore(8)</a> from reading lapic area by not linking vers.o last.
                    687: <li>Make the <a href="https://man.openbsd.org/hotplug.4">hotplug(4)</a> queue dynamic. Allow it to increase size without waste.
                    688: <li>Introduced a <code>-N</code> option in <a href="https://man.openbsd.org/tar.1">tar(1)</a> to make it use only the numeric UID and GID values when creating or extracting an archive.
                    689: <li>Prevent <a href="https://man.openbsd.org/umodem.4">umodem(4)</a> from matching, attaching devices without a data endpoint since <a href="https://man.openbsd.org/umodem.4">umodem(4)</a> can't use them.
1.1       deraadt   690: <!-- 2010/12/01 -->
1.32      bentley   691: <li>Prevent <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> from assuming autodetected file format are all the same.
1.1       deraadt   692: <li>Disable default maintainer mode in makedepend(1). Suppress extra attempts to re-run autoheader that fails.
1.32      bentley   693: <li>Added a <code>-s</code> option in <a href="https://man.openbsd.org/bioctl.8">bioctl(8)</a> to allow passphrase read from stdin.
                    694: <li>Prevent <a href="https://man.openbsd.org/find.1">find(1)</a> from throwing an error if it can't opendir() while -empty is used.
1.1       deraadt   695: <!-- 2010/11/30 -->
1.32      bentley   696: <li>Make <a href="https://man.openbsd.org/perl.1">perl(1)</a> work with THREADED_PERL=true, though not enabled by default.
                    697: <li>Increase the maximum number of monitored hosts and concurrent health checks in <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>. Fixes issues when having around 100 hosts or more.
                    698: <li>Replaced a large stack buffer with a malloc call in <a href="https://man.openbsd.org/localtime.3">localtime(3)</a>.
1.1       deraadt   699: <!-- 2010/11/29 -->
1.32      bentley   700: <li>Avoid <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> hostkey warnings when connecting to servers with new ECDSA keys that are preferred by default.
                    701: <li>Improved <a href="https://man.openbsd.org/iked.8">iked(8)</a> and isakmpd key exchange speed.
1.1       deraadt   702: <li>Updated xterm to 267, xf86-video-apm to 1.2.3.
1.32      bentley   703: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> configure mode-keys and status-keys to vi if $VISUAL or $EDITOR are set to "vi".
                    704: <li>Let <a href="https://man.openbsd.org/ifmedia.4">ifmedia(4)</a> ifa_print_rb() build on kernels not implementing inet6. Fixes some RAMDISK builds.
                    705: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> correctly load comment for encrypted rsa1 keys.
                    706: <li>Make <code>fsck -p</code> respect fs_passno > 2 as implied by <a href="https://man.openbsd.org/fsck.8">fsck(8)</a> manual.
                    707: <li>Make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> deny prefixes that have F_ATTR_PARSE_ERR set by default. Prevent them from leaking into the Loc-RIB or other RIBs but act as withdraws.
                    708: <li>Introduced a new asynchronous resolver in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
                    709: <li>Added rss mime type to <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
                    710: <li>Removed .Sp, .Vb, and .Ve workarounds from <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> now it has a proper .de support.
                    711: <li>Implemented the roof .ft (change font) request for <a href="https://man.openbsd.org/man.7">man(7)</a>.
1.1       deraadt   712: <!-- 2010/11/28 -->
                    713: <li>Bumped the number of supported CPUs from 32 to 64 on i386 and amd64.
1.32      bentley   714: <li>Fixed hangs seen with MCLGETI and put it back in <a href="https://man.openbsd.org/re.4">re(4)</a>.
                    715: <li>Removed machdep.root_device <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> in alpha platform.
1.1       deraadt   716: <li>Added boot descriptor support to octeon.
1.32      bentley   717: <li>Removed machdep.debug, machdep.booted_device and machedep.booted_kernel <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> in arm, armish, beagle, gumstix, palm and zaurus architecture.
1.1       deraadt   718: <li>Enabled __HAVE_PMAP_DIRECT on mips64, unless the kernel is configured to run on R5000 family processors.
1.32      bentley   719: <li>Fixed a <a href="https://man.openbsd.org/carp.4">carp(4)</a> panic.
                    720: <li>Improved <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> handling of error message when parsing unimplemented macros.
1.1       deraadt   721: <!-- 2010/11/27 -->
1.32      bentley   722: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> parse and ignore .ad, .hy, .nh and .ne roff requests to reduce ERROR messages from <code>mandoc -Tlint</code>.
                    723: <li>Prevent <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> from printing bogus ERROR messages about undefined macros.
1.1       deraadt   724: <li>Improved the way saved registers are displayed in arm backtraces.
                    725: <li>Removed the global pmap list and related debug code in arm machine-dependent code.
1.32      bentley   726: <li>Removed the vm_map field of <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> breakpoints and watchpoints, and do not pretend these could work on userland addresses.
                    727: <li>Removed <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> single-step load and store counters.
1.1       deraadt   728: <li>Updated xf86-input-keyboard to 1.5.0.
                    729: <li>Make sure i386 and amd64 kernels don't attach more CPUs they can handle and allow OpenBSD to boot on machines with more than 32 CPUs/cores.
1.32      bentley   730: <li>Make <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> keeps track of all manpages directories.
                    731: <li>Increase <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> UVIDEO_MAX_FRAME to 32 to support 28 possible frame types.
1.1       deraadt   732: <!-- 2010/11/26 -->
1.32      bentley   733: <li>Improved <a href="https://man.openbsd.org/sparc64/gfxp.4">gfxp(4/sparc64)</a>.
                    734: <li>Disabled <a href="https://man.openbsd.org/uscanner.4">uscanner(4)</a> by default on all kernels which configure it.
                    735: <li>Fixed <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> re-indexing by checking if an index entry already exists.
                    736: <li>Make <a href="https://man.openbsd.org/rc.shutdown.8">rc.shutdown(8)</a> print the daemon name before rc_stop.
1.1       deraadt   737: <li>Remove sunmouse protocol decoder from Xenocara.
1.32      bentley   738: <li>Make <a href="https://man.openbsd.org/scp.1">scp(1)</a> pass through ssh command-line flags and options when doing remote-remote transfers.
1.1       deraadt   739: <!-- 2010/11/25 -->
1.32      bentley   740: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> support quoting of arguments passed to user-defined macros and make .del a synonym for .de.
                    741: <li>Implement the .de (define macro) roff instruction in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
1.1       deraadt   742: <li>Updated xcalc to 1.0.4, xeyes to 1.1.1, xf86-video-ast to 0.91.10.
                    743: <li>Updated xlsatoms to 1.1.0, xlsclients to 1.1.0, xwininfo to 1.1.1, all rewritten to use XCB.
                    744: <!-- 2010/11/24 -->
                    745: <li>Added floating-point emulation code for systems mips64 systems lacking proper FPU like octeon.
1.32      bentley   746: <li>Allow machine-dependent code to setup machine-dependent specific mappings in sys_execve(), if machine-dependent &lt;machine/_types.h> defines __HAVE_EXEC_MD_MAP.
                    747: <li>Improved <a href="https://man.openbsd.org/ptrace.2">ptrace(2)</a> usage on mips64.
1.1       deraadt   748: <li>Implemented a real pmap_proc_iflush() in mips64 chipsets.
1.32      bentley   749: <li>Fixed <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> controls that use two-bytes signed data on sparc64.
1.1       deraadt   750: <li>Make sure that hw.disknames gets updated whenever a disklabel is set.
1.32      bentley   751: <li>Make <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> set the number of hosts that are up to zero when disabling and enabling tables.
                    752: <li>Fixed bug in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> aliases.
1.1       deraadt   753: <!-- 2010/11/23 -->
1.32      bentley   754: <li>Avoid NULL dereference in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> when receiving a channel request on an unknown or invalid channel.
1.1       deraadt   755: <li>Improved octeon interrupt handling.
1.32      bentley   756: <li>Prevent RAMDISK <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> from printing terminating null character after strings.
                    757: <li>Make <a href="https://man.openbsd.org/mii.4">mii(4)</a> recognize the Marvell PHYG65G Gigabit PHY.
1.1       deraadt   758: <!-- 2010/11/22 -->
1.32      bentley   759: <li>Removed WINDOW_HIDDEN flag from <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
                    760: <li>Make <a href="https://man.openbsd.org/macppc/zs.4">zs(4/macppc)</a> use cons_decl() to get console routine prototypes.
                    761: <li>Make installation script create devices for fstab entries that are using <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> UID.
                    762: <li>Improved <a href="https://man.openbsd.org/cd.4">cd(4)</a>.
1.1       deraadt   763: <!-- 2010/11/21 -->
1.32      bentley   764: <li>Removed timer randomness in <a href="https://man.openbsd.org/random.4">random(4)</a> ioctl.
1.1       deraadt   765: <li>In Xenocara, updated xf86-input-mouse to version 1.6.0.
1.32      bentley   766: <li>Refactor <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> internals of private key loading and saving to work on memory buffers rather than directly on files.
                    767: <li>Make <a href="https://man.openbsd.org/uhci.4">uhci(4)</a> handle uhci_alloc_sqh() properly when it fails to allocate memory in uhci_device_setintr().
                    768: <li>Make <a href="https://man.openbsd.org/ssh-agent.1">ssh-agent(1)</a> use "$TMPDIR/ssh-XXXXXXXXXXXX/agent.&lt;ppid>" instead of hardcoded "/tmp/ssh-XXXXXXXXXXXX/agent.&lt;ppid>" for its socket.
1.1       deraadt   769: <!-- 2010/11/20 -->
1.32      bentley   770: <li>Added wsdisplay_rawkbdinput() for raw mode input in <a href="https://man.openbsd.org/wskbd.4">wskbd(4)</a>.
1.1       deraadt   771: <li>Start work to get rid of avail_start and avail_end in the kernel.
                    772: <li>Prevent mac68k machine-dependent code to overrun memory ranges array.
1.32      bentley   773: <li>Fixed panic on <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> destroy.
1.1       deraadt   774: <!-- 2010/11/19 -->
1.32      bentley   775: <li>Added <a href="https://man.openbsd.org/urio.4">urio(4)</a>, <a href="https://man.openbsd.org/uscanner.4">uscanner(4)</a> and pseudo-device <a href="https://man.openbsd.org/hotplug.4">hotplug(4)</a> to sgi GENERIC-IP27, GENERIC-IP30, GENERIC-IP32 kernels.
                    776: <li>Added <a href="https://man.openbsd.org/urio.4">urio(4)</a> and <a href="https://man.openbsd.org/uscanner.4">uscanner(4)</a> to loongson GENERIC kernel.
                    777: <li>Added pseudo-devices <a href="https://man.openbsd.org/hotplug.4">hotplug(4)</a> and <a href="https://man.openbsd.org/wsmux.4">wsmux(4)</a> to hp300, landisk and sparc GENERIC kernels.
1.1       deraadt   778: <li>Make install/upgrade drop dhcp group from interfaces which did not go UP and got an IP address.
1.32      bentley   779: <li>Do not allow malloc() to wait in <a href="https://man.openbsd.org/uhci.4">uhci(4)</a> uhci_device_setintr(), instead check for failure and return USBD_NOMEM: callers will do the right thing.
                    780: <li>Make KERN_CPTIME return an average number of ticks across all CPUs in <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a>.
                    781: <li>Prevent <a href="https://man.openbsd.org/sparc64/installboot.8">installboot(8/sparc64)</a> from crashing if the bootblock is zero-sized. Apply similar fixes to <a href="https://man.openbsd.org/mvme68k/installboot.8">installboot(8/mvme68k)</a>, <a href="https://man.openbsd.org/mvme88k/installboot.8">installboot(8/mvme88k)</a> and <a href="https://man.openbsd.org/sparc/installboot.8">installboot(8/sparc)</a>.
                    782: <li>Prevent <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> from trying to listen on interfaces that don't have a valid broadcast.
                    783: <li>Fixed <a href="https://man.openbsd.org/lynx.1">lynx(1)</a> SSL error when going to sites using wildcard certificates.
1.1       deraadt   784: <!-- 2010/11/18 -->
                    785: <li>Prevent MAKEDEV from running for a UID in install.
                    786: <li>Make sure NTFS and ext2 readdir cookies are actually allocated with the correct size.
                    787: <li>Added NVIDIA MCP89 SATA controllers in the PCI IDE controller driver.
1.32      bentley   788: <li>Make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> log notification messages.
                    789: <li>Make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> accept but ignore updates with AS_CONFED_* path segments, treating them as withdraw.
1.1       deraadt   790: <!-- 2010/11/17 -->
1.32      bentley   791: <li>Added ifa_print_rb() to <a href="https://man.openbsd.org/ifmedia.4">ifmedia(4)</a> to allow dump of the ifaddrs red-black tree to the console in <a href="https://man.openbsd.org/ddb.4">ddb(4)</a>.
                    792: <li>Make <a href="https://man.openbsd.org/ifmedia.4">ifmedia(4)</a> maintain a red-black tree of ifaddrs structures and make ifa_ifwithaddr use it for lookups.
1.1       deraadt   793: <li>Applied security fix for OpenSSL CVE-2010-3864.
1.32      bentley   794: <li>Introduced ifa_update_broadaddr in <a href="https://man.openbsd.org/ifmedia.4">ifmedia(4)</a> to update an ifaddr's broadcast address,
                    795: <li>Allow <a href="https://man.openbsd.org/iked.8">iked(8)</a> -D command line flag to actually define macros.
1.1       deraadt   796: <!-- 2010/11/16 -->
1.32      bentley   797: <li>Make <a href="https://man.openbsd.org/mount_msdos.8">mount_msdos(8)</a> handle <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> UID.
                    798: <li>Make <a href="https://man.openbsd.org/fsck.4">fsck(4)</a> try to determine file system type using <a href="https://man.openbsd.org/readlabelfs.3">readlabelfs(3)</a> when given a disklabel UID.
                    799: <li>Added support for Marvell 88E8059 in <a href="https://man.openbsd.org/msk.4">msk(4)</a>.
                    800: <li>Fixed a null pointer dereference in <a href="https://man.openbsd.org/route.4">route(4)</a> that was causing kernel crashes.
                    801: <li>Make <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> attach FeiXun products.
                    802: <li>Fixed error message when <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> ends up loading a different than expected library, but other library needs the one loaded.
                    803: <li>Periodically measure temperature in <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> and redo LC calibration if temperature changes significantly since last LC calibration.
                    804: <li>Added support in <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> for enable/disable table when using relays instead of redirects.
1.1       deraadt   805: <!-- 2010/11/15 -->
1.32      bentley   806: <li>Fixed a pointer bug in <a href="https://man.openbsd.org/cardbus.4">cardbus(4)</a> <a href="https://man.openbsd.org/com.4">com(4)</a>.
                    807: <li>Make <a href="https://man.openbsd.org/ipw.4">ipw(4)</a> and <a href="https://man.openbsd.org/iwi.4">iwi(4)</a> ${if}_stop reset ic_scan_lock as in <a href="https://man.openbsd.org/wpi.4">wpi(4)</a> and <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>
                    808: <li>Added <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> to armish, landisk, macppc, socppc and loongson GENERIC kernel.
                    809: <li>Make <a href="https://man.openbsd.org/readlabelfs.3">readlabelfs(3)</a> handle <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> UID.
                    810: <li>Make <a href="https://man.openbsd.org/isduid.3">isduid(3)</a> easily usable.
                    811: <li>Prevent <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> from exiting if <code>smtpctl schedule</code> is run with a valid but non-existent message ID.
1.1       deraadt   812: <li>Improved amd64 AESNI driver.
1.32      bentley   813: <li>Prevent <a href="https://man.openbsd.org/who.1">who(1)</a> from producing lines longer than 80 columns.
                    814: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> show more window and pane flags in list-* output, and put layout on the same line.
1.1       deraadt   815: <!-- 2010/11/14 -->
1.32      bentley   816: <li>Improved <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> midi.
1.1       deraadt   817: <li>In Xenocara, updated Pixmap to version 0.20.0.
1.32      bentley   818: <li>Prevent <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> last and active window from becoming the same.
1.1       deraadt   819: <!-- 2010/11/13 -->
                    820: <li>Allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of hardcoding lowdelay/throughput.
1.32      bentley   821: <li>Removed bdwrite to bawrite conversion in <a href="https://man.openbsd.org/vfs.9">vfs(9)</a>.
1.1       deraadt   822: <li>Switched from TSS-per-process to TSS-per-CPU in amd64.
                    823: <!-- 2010/11/12 -->
1.32      bentley   824: <li>Reverted MCLGETI for <a href="https://man.openbsd.org/re.4">re(4)</a> as it is causing hangs.
1.1       deraadt   825: <li>Push all potential system MI .h files not utilized by the bootblocks into the ctags run as well to bring #define's and structs and such into scope.
1.32      bentley   826: <li>Make <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> and <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> show the rdomain correctly.
                    827: <li>Make the installer properly quote the wireless config into <a href="https://man.openbsd.org/hostname.if.5">hostname.if(5)</a>.
1.1       deraadt   828: <!-- 2010/11/11 -->
1.32      bentley   829: <li>Added XAUTHORITY to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> update-environment.
                    830: <li>Added a -a flag to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> unbind-key to flush all key bindings.
                    831: <li>Make <a href="https://man.openbsd.org/alpha/tcasic.4">tcasic(4/alpha)</a> and <a href="https://man.openbsd.org/mac68k/esp.4">esp(4/mac68k)</a> compute synchronous transfer periods (involving the bus clock) with a better accuracy.
1.1       deraadt   832: <li>In Xenocara, updated libXdmcp to version 1.1.0, libXext to 1.4.0, libXft to 2.2.0, xtrans to 1.2.6, libXi 1.4.0, bh-ttf to 1.0.3, mkfontdir 1.0.6, xdriinfo 1.0.4, xgamma to 1.0.4, xinput to 1.5.3, xkill to 1.0.3, xrdb to 1.0.7, xrefresh 1.0.7, xset 1.2.1, xwd 1.0.4, xwud 1.0.3.
                    833: <!-- 2010/11/10 -->
1.32      bentley   834: <li>Prevent <a href="https://man.openbsd.org/acpibat.4">acpibat(4)</a> from recursing infinitely on the notify function.
                    835: <li>Updated <a href="https://man.openbsd.org/athn.4">athn(4)</a> AR9380: added the different ROM templates for the different chips, fixed AR_PHY_65NM_CH0_TOP_XPABIASLVL definition, applied attenuation settings from the ROM.
1.1       deraadt   836: <li>Pass aesni_ctr_enc an initial counter block instead of an initialization vector in amd64 aesni.
1.32      bentley   837: <li>Enable low latency interrupt modulation on <a href="https://man.openbsd.org/ix.4">ix(4)</a> and set the LL interval to the maximum value to reduce the number of low latency interrupts hitting the card when the ring is getting full.
                    838: <li>Fixed an issue in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> where the RDE would start up as route-collector because uninitialized memory made the RDE switch to that mode.
                    839: <li>Make <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> -dvv flags produce debug traces of decoded BER messages on stderr. Also shows a hexdump of the input buffer if BER decoding fails.
                    840: <li>Make <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> prefix debug logging on stderr with time and pid, like syslog.
1.1       deraadt   841: <!-- 2010/11/09 -->
1.32      bentley   842: <li>Use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    843: <li>Set rdomain maximum route-id to RT_TABLEID_MAX in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>, as it is for the kernel.
                    844: <li>Improved <a href="https://man.openbsd.org/drm.4">drm(4)</a>.
1.1       deraadt   845: <!-- 2010/11/08 -->
1.32      bentley   846: <li>Prevent <a href="https://man.openbsd.org/rc.8">rc(8)</a> from printing 'Null message body; hope that's ok' in the rc output if the call to rc.firstime doesn't output anything to <a href="https://man.openbsd.org/mail.1">mail(1)</a>.
                    847: <li>Added %F, %g, %G, %u, %z (extended) and %Z conversion specifications to <a href="https://man.openbsd.org/strptime.3">strptime(3)</a> format string.
                    848: <li>Use <a href="https://man.openbsd.org/scandir.3">scandir(3)</a> instead of <a href="https://man.openbsd.org/getdirentries.2">getdirentries(2)</a> in <a href="https://man.openbsd.org/diff.1">diff(1)</a>. Call to <a href="https://man.openbsd.org/getdirentries.2">getdirentries(2)</a> should be avoided outside of libc.
1.1       deraadt   849: <li>Clear ERL register on octeon locore.S.
                    850: <!-- 2010/11/06 --><li>Added sched_get_priority_{min,max} to libpthread.
1.32      bentley   851: <li>Moved <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> raid1 and crypto to a workq.
                    852: <li>Make <a href="https://man.openbsd.org/sio_onvol.3">sio_onvol(3)</a> return a integer exposing whether a volume knob is available for the stream.
                    853: <li>Added a temporary workaround for <a href="https://man.openbsd.org/imake.1">imake(1)</a> buff with variable substitutions.
1.2       jj        854: <li>Prevent revision 0xc4 and earlier of the Acer Labs M5229 UDMA IDE from doing DMA for LBA48 commands. It makes large disks slower but work properly.
1.32      bentley   855: <li>Make ATA <a href="https://man.openbsd.org/wdc.4">wdc(4)</a> work around some bugs in certain <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> controllers.
1.2       jj        856: <li>Added security fix for the TrueType FX font variation loader of FreeType in Xenocara (CVE-2010-3855).
1.1       deraadt   857: <li>Added a security fix for the TrueType bytecode interpreter of FreeType in Xenocara (CVE-2010-3814).
1.32      bentley   858: <li>Added <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> to sparc64 GENERIC kernel.
1.1       deraadt   859: <!-- 2010/11/05 -->
1.32      bentley   860: <li>Added <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a>, a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices.
1.1       deraadt   861: <li>Added experimental support for full dynamic range of 24-bit hardware use for i386, amd64 and sparc64 only. It is disabled by default since most hardware and audio programs use 16-bit precision.
1.32      bentley   862: <li>Added <a href="https://man.openbsd.org/moscom.4">moscom(4)</a>, <a href="https://man.openbsd.org/ucom.4">ucom(4)</a>, <a href="https://man.openbsd.org/uts.4">uts(4)</a>, <a href="https://man.openbsd.org/uhts.4">uhts(4)</a>, <a href="https://man.openbsd.org/uberry.4">uberry(4)</a>, <a href="https://man.openbsd.org/uath.4">uath(4)</a>, <a href="https://man.openbsd.org/otus.4">otus(4)</a>, <a href="https://man.openbsd.org/upgt.4">upgt(4)</a>, <a href="https://man.openbsd.org/urtw.4">urtw(4)</a>, <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a>, <a href="https://man.openbsd.org/utrh.4">utrh(4)</a> to macppc GENERIC kernel.
                    863: <li>Implement <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> command "show mbuf addr".
1.1       deraadt   864: <li>In Xenocara update xf86-video-geode to 2.11.9.
1.32      bentley   865: <li>Fixed a possible use of uninitialized variable in <a href="https://man.openbsd.org/mrouted.8">mrouted(8)</a> IGMP.
                    866: <li>Make <a href="https://man.openbsd.org/systat.1">systat(1)</a> print relative number of <a href="https://man.openbsd.org/mbuf.9">mbuf(9)</a> livelock that happened between two systat updates instead of showing absolute figures.
                    867: <li>Make <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> return earlier when the base DN in a search request doesn't exist.
                    868: <li>Make <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> truncate additional incomplete requests when the input buffer already received two complete requests. Fixes the number of bytes consumed from the input buffer.
1.1       deraadt   869: <!-- 2010/11/04 -->
1.32      bentley   870: <li>Make <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> filter out reserved destination MAC addresses (01:80:C2:00:00:0x) as per the 802.1D-2004 spec.
                    871: <li>Synchronized <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> with <a href="http://www.tcpdump.org">tcpdump.org</a> to fix multicast DNS support.
                    872: <li>Make <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> publish matching rules in the cn=schema subentry as the matchingRules attribute as required by RFC4517.
                    873: <li>Make <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a> rewrite all packet parsers to be more careful about alignment.
                    874: <li>Make <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a> only consider paths with highest priority when replying to label requests.
1.1       deraadt   875: <li>Make sure sysmerge won't end up using /usr/src/etc when the correct option isn't passed.
1.32      bentley   876: <li>Fixed a bug in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> when used with: -nz bsr.
                    877: <li>Make <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> use all the IPs written during install by default in <a href="https://man.openbsd.org/ntpd.conf.5">ntpd.conf(5)</a>.
                    878: <li>Make <a href="https://man.openbsd.org/sftp-server.8">sftp-server(8)</a> parse umask as octal.
1.1       deraadt   879: <!-- 2010/11/03 -->
1.32      bentley   880: <li>Make <a href="https://man.openbsd.org/ctags.1">ctags(1)</a> -t flag do nothing for backward compatibility as tags creation for typedefs, structs, unions and enums are the default by POSIX.
                    881: <li>Make <a href="https://man.openbsd.org/pool_sethardlimit.9">pool_sethardlimit(9)</a> not imply <a href="https://man.openbsd.org/pool_sethiwat.9">pool_sethiwat(9)</a>.
                    882: <li>Make <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> recognize all matching rules from RFC4517 except the optional wordMatch and keywordMatch.
                    883: <li>Use caseExactMatch instead of caseExactIA5Match in <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> core.schema.
                    884: <li>Make <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> evaluate filters according to the three-valued logic of X.511, as required by RFC4511.
                    885: <li>Make <a href="https://man.openbsd.org/vmt.4">vmt(4)</a> attach only if <a href="https://man.openbsd.org/mainbus.4">mainbus(4)</a> is specifically asking for it after vmt_probe succeeds. Prevents <a href="https://man.openbsd.org/mainbus.4">mainbus(4)</a> from hanging.
1.1       deraadt   886: <!-- 2010/11/02 -->
1.32      bentley   887: <li>Make <a href="https://man.openbsd.org/trm.4">trm(4)</a> reduce useless retry of commands getting sense errors.
                    888: <li>Make <code>make -q</code> exit with 1 and not -1. Fixes PR6494.
                    889: <li>Make <code>&lt;sys/ressource.h&gt;</code> usable on its own by including <code>&lt;sys/time.h&gt;</code> as required by POSIX.
                    890: <li>Make the network livelock counter available from <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> and <a href="https://man.openbsd.org/systat.1">systat(1)</a>.
                    891: <li>Make <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> export the network livelock counter.
1.1       deraadt   892: <!-- 2010/11/01 -->
                    893: <li>Replaced a boot(RB_HALT) to a panic in amd64 machine-dependent trap.c to make it in line with the other architectures.
                    894: <li>In Xenocara updated xf86dga to version 1.0.3, xinit to 1.3.0,
1.32      bentley   895: <li>Added support for hex keys in the <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> wpakey code (full length only).
1.1       deraadt   896: <!-- 2010/10/31 -->
                    897: <li>Fixed OpenCVS init command.
                    898: <li>In Xenocara, updated bigreqsproto to version 1.1.1, compositeproto to 0.4.2, damageproto to 1.2.1, fixesproto to 4.1.2, fontsproto to 2.1.1, randrproto to 1.3.2, recordproto to 1.14.1, scrnsaverproto to 1.2.1, xcmiscproto  to 1.2.1, libFS to 1.0.3, libXres to 1.0.5, libXScrnSaver to 1.2.1, libXaw to 1.0.8, libXcomposite to 0.4.3, libXcursor to 1.1.11, libXfont 1.4.3, libXinerama to 1.1.1, libXmu to 1.1.0, libXpm to 3.5.9, libXrandr to 1.3.1, libXt to 1.0.9, libXtst to 1.2.0, libXv to 1.0.6, libXxf86dga to 1.1.2, libXxf86vm to 1.1.1, libdmx to 1.1.1, libfontenc to 1.1.0, libxkbfile to 1.0.7, imake to 1.0.4, makedepend to 1.0.3, xorg-macros to 1.11.0, bdftopcf to 1.0.3, beforelight to 1.0.4, bitmap to 1.0.5, editres to 1.0.5, fslsfonts to 1.0.3, fstobdf to 1.0.4, iceauth to 1.0.4, ico to 1.0.3, mkfontscale to 1.0.8, rgb to 1.0.4, showfont to 1.0.3, smproxy to 1.0.4, twm to 1.0.5, viewres to 1.0.3, xconsole to 1.0.4, appres to 1.0.3, xdpyinfo to 1.2.0, xedit to 1.2.0, xev to 1.1.0, xfd to 1.1.0, xfs to 1.1.1, xfsinfo to 1.0.3, xgc to 1.0.3, xhost to 1.0.4, xkbevd to 1.1.1, xkbutils to 1.0.3, xlogo to 1.0.3, xmag to 1.0.4, xman to 1.1.1, xmodmap to 1.0.5, xprop to 1.2.0, xrandr to 1.3.4, xsertroot to 1.1.0, xsm to 1.0.2, font-util to 1.2.0, encodings to 1.0.4 and all fonts packages to latest X.Org versions.
1.32      bentley   899: <li>Make the return of <a href="https://man.openbsd.org/rfork.2">rfork(2)</a> consistent with gethrid(). Fixes an rthread breakage.
1.1       deraadt   900: <!-- 2010/10/30 -->
1.32      bentley   901: <li>Make <a href="https://man.openbsd.org/netstat.1">netstat(1)</a> print socket structure internals when netstat -P pcbaddr is called with -v.
1.1       deraadt   902: <li>Make the installer create a matching group for the user upon user creation.
1.32      bentley   903: <li>Fixed high frequencies being removed on <a href="https://man.openbsd.org/envy.4">envy(4)</a>.
                    904: <li>Fixed a 10 year old bug in the <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> memory allocator, which affected only sparc.
                    905: <li>Improved <a href="https://man.openbsd.org/run.4">run(4)</a> and <a href="https://man.openbsd.org/otus.4">otus(4)</a>.
1.1       deraadt   906: <!-- 2010/10/29 -->
1.32      bentley   907: <li>Fixed <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> command list parsing.
                    908: <li>Removed <a href="https://man.openbsd.org/colcrt.1">colcrt(1)</a>, <a href="https://man.openbsd.org/checknr.1">checknr(1)</a>, <a href="https://man.openbsd.org/soelim.1">soelim(1)</a> from base.
                    909: <li>Removed "secrets" map from <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> and allow creation of user defined maps holding credentials.
                    910: <li>Make <a href="https://man.openbsd.org/stat.1">stat(1)</a> include the octet of the mode that contains the setuid/setgid/sticky bits in the output format used for the -x option.
                    911: <li>Set <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> alignment to 32 bits instead of sizeof(long).
1.1       deraadt   912: <!-- 2010/10/28 -->
                    913: <li>Added preliminary support for PCI and SATA to octeon.
1.32      bentley   914: <li>Allow some rules to have longer expiry delay than the default in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
                    915: <li>Fixed a 'bstp still active' panic that happens if a stp enabled interface is destroyed while in the <a href="https://man.openbsd.org/bridge.4">bridge(4)</a>.
                    916: <li>Prevent <a href="https://man.openbsd.org/route.4">route(4)</a> from sending route messages to userland processes if those messages are rejected by the kernel because of bad encoding.
1.1       deraadt   917: <li>Make sure the mbuf data is properly aligned when function is reinjecting packets from low level output functions into high level output functions in Ethernet-inside-IP processing.
1.32      bentley   918: <li>Added m_print() a function to print <a href="https://man.openbsd.org/mbuf.9">mbuf(9)</a> headers. Can be called from <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> with an mbuf pointer as argument to see the contents of it.
1.1       deraadt   919: <li>Removed libdes, src/ports users have been switched to libcrypto.
                    920: <li>Replaced getdirentries by a new one, renaming the first to ogetdirentries().
                    921: <li>Fixed memory leak in OpenCVS.
1.32      bentley   922: <li>Fixed a possible NULL deref on loading a corrupt ECDH key in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
1.1       deraadt   923: <!-- 2010/10/27 -->
1.32      bentley   924: <li>Prevent <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> font alternating blocks like .RB from breaking the line between children in literate mode.
1.1       deraadt   925: <li>Removed skipjack and cast from libc.
1.32      bentley   926: <li>Added _SC_HOST_NAME_MAX in <a href="https://man.openbsd.org/sysconf.3">sysconf(3)</a>.
1.1       deraadt   927: <li>Make alpha trap report proper pc address in siginfo.
1.2       jj        928: <li>Fixed a few logic errors in misp64 comparison instruction emulation: make sure the less than relation is correctly computed, and check for both operands being signaled NaNs, instead of only the first NaN found, to decide whether to raise an invalid exception or not.
1.32      bentley   929: <li>Fixed an off-by-one in a <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> assertion, crashing the renderer on ".Os \&".
1.1       deraadt   930: <li>Prevent various usb network devices from freeing network related resources if they were not allocated.
1.32      bentley   931: <li>Added preliminary support for rc scripts in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
                    932: <li>Prevent <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> from throwing errors when .HP .IP .RS .TP have no arguments, as they are optional.
1.1       deraadt   933: <li>Merged -k and expand @@ parsing code between OpenCVS and OpenRCS, resulting in a performance gain in OpenCVS in some "cvs update" scenarios.
                    934: <!-- 2010/10/26 -->
1.32      bentley   935: <li>Downgraded nearly 20 <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> ERRORS to WARNINGS.
1.1       deraadt   936: <li>Added support for so (low-level roff "switch source file"), needed for Xenocara and various ports.
1.32      bentley   937: <li>Added a simple 'rc' system to base (<code>/etc/rc.subr</code>) in order to start/stop/restart/reload services installed by the ports system.
1.1       deraadt   938: <li>Moved the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET mbuf constants from hppa machine-dependent param.h to machine-independent param.h.
1.32      bentley   939: <li>Added optional "match" keyword in <a href="https://man.openbsd.org/relayd.conf.5">relayd.conf(5)</a> to allow simpler rdr-to filter rules.
                    940: <li>Implemented the optional label request message ID TLV in <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a>.
                    941: <li>As required by the RFC, make sure that a wildcard FEC is the one and only FEC of that message for label release and withdraw messages in <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a>.
                    942: <li>Improved <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a> struct mapping_entry.
                    943: <li>Make <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a> lde_check_request(), lde_check_mapping(), lde_send_labelmapping(), lde_send_labelrequest() and lde_nbr_do_mappings() follow the algorithms defined in appendix A of RFC 5036.
                    944: <li>Allow the <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> userPassword attribute to specify a login class when using simple binds with BSD Authentication, using '#' as the delimiter.
                    945: <li>Enabled <a href="https://man.openbsd.org/vmt.4">vmt(4)</a> in amd64 and i386 GENERIC kernels.
                    946: <li>Make <a href="https://man.openbsd.org/vmt.4">vmt(4)</a> log suspend and resume.
                    947: <li>Big update to <a href="https://man.openbsd.org/vmt.4">vmt(4)</a>, vmware tools functionality: initiate shutdown by signalling init with SIGUSR2 when requested by the host; initiate a reboot by signalling init with SIGINT when requested by the host; report the guests hostname,  first non-loopback IP address and uptime to the host; update the guests timedelta sensor using the 64bit rpc.
1.1       deraadt   948: <li>Added a new CF driver for octeon.
                    949: <!-- 2010/10/25 -->
1.32      bentley   950: <li>Added a fullwidth option to <a href="https://man.openbsd.org/pkg.conf.5">pkg.conf(5)</a>.
                    951: <li>Make <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> search loaded libs first and add support for SONAME matching.
                    952: <li>Make a workaround for PR6500 in <a href="https://man.openbsd.org/route.8">route(8)</a> before real fix is made in the kernel.
                    953: <li>Improved <a href="https://man.openbsd.org/md5.1">md5(1)</a> performance.
                    954: <li>Fixed a rare race-based kernel crash by statically initializing TAILQ ifnet/ifg_head in <a href="https://man.openbsd.org/ifmedia.4">ifmedia(4)</a>.
                    955: <li>Make <a href="https://man.openbsd.org/sdmmc.4">sdmmc(4)</a> use iopool.
1.1       deraadt   956:
1.32      bentley   957: <li>Prevent <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> from throwing FATAL when there is no need to (nested displays: .Bd containing .Bd, .D1, .D1 or a forgotten block end macro or an unstarted ending block or a failed <a href="https://man.openbsd.org/uname.3">uname(3)</a>).
1.1       deraadt   958: <li>Make OpenBSD::PackingElement(3p) redirection more efficient.
                    959: <li>Improved OpenBSD::State(3p).
                    960: <!-- 2010/10/23 -->
1.32      bentley   961: <li>Let .Bsx print just "BSD/OS" in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> like in modern groff.
1.1       deraadt   962: <li>Make TCP follow SUSv4 namespace rules in includes by hiding everything but the TCP_* options unless __BSD_VISIBLE is defined. Fixes PR 6192.
1.32      bentley   963: <li>Make <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> escape '[' in filename tab-completion.
1.1       deraadt   964: <li>Updated xterm to version 264, freetype to 2.4.3.
                    965: <li>Prevent a file descriptor leak in libedit.
1.32      bentley   966: <li>Make OpenCVS use CVSROOT for <code>cvs import</code> and ignore CVS/Root files. Fixes PR6497.
                    967: <li>Make <a href="https://man.openbsd.org/usb.4">usb(4)</a> check that a <a href="https://man.openbsd.org/timeout.9">timeout(9)</a> has been initialized before deleting it.
                    968: <li>With <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> .Sm no longer produces a line break when used in .Bd and also avoid an extra space after the opening bracket in .Op in -Thtml
                    969: <li>Fixed boot hangs that are showing up because the kernel use usb tasks to attach/detach <a href="https://man.openbsd.org/usb.4">usb(4)</a> devices.
                    970: <li>Make <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> verify that the interface is registered before using it.
                    971: <li>Fixed the bugs that prevented the RT30XX <a href="https://man.openbsd.org/ral.4">ral(4)</a> devices from working.
                    972: <li>Added a last-pane command in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
1.1       deraadt   973: <!-- 2010/10/22 -->
1.32      bentley   974: <li>Prevent <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> from changing the active pane when removing a pane unless the active pane is actually the one being removed.
1.1       deraadt   975: <!-- 2010/10/21 -->
1.32      bentley   976: <li>Fixed a crash when mixing <a href="https://man.openbsd.org/fold.1">fold(1)</a> legacy width option (e.g. fold -70) with getopt()-style options, such as "fold -b70". Mixing the legacy width with another option is no longer permitted.
                    977: <li>Fixed PR6492 in <a href="https://man.openbsd.org/hexdump.1">hexdump(1)</a>.
                    978: <li>Prevent <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> from running a destroyed stream.
                    979: <li>Start implementing the missing label mapping messages in <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a> LDE.
                    980: <li>Make <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> print the pointer value that caused the error (if available).
1.1       deraadt   981: <!-- 2010/10/20 -->
1.32      bentley   982: <li>Make <a href="https://man.openbsd.org/ehci.4">ehci(4)</a>, <a href="https://man.openbsd.org/ohci.4">ohci(4)</a> and <a href="https://man.openbsd.org/uhci.4">uhci(4)</a> disestablish interrupts if attachment fails.
1.1       deraadt   983: <li>Allow X to be build by disabling __thread for alpha on OpenBSD.
                    984: <li>Merged OpenCVS rcs_deltatext_set into OpenRCS, fixing a memory leak.
1.32      bentley   985: <li>Prevent <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a> from printing "route vanished before delete" on shutdown.
                    986: <li>Prevent a null pointer dereference in <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> and OpenCVS if rcsparse_deltatexts is called with a revision not specified as delta in an RCS file.
1.1       deraadt   987: <!-- 2010/10/19 -->
1.32      bentley   988: <li>Put <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> by default in <a href="https://man.openbsd.org/man.conf.5">man.conf(5)</a>.
1.1       deraadt   989: <li>Fixed a OpenBSD::PackingElement(3p) split() which was causing problems with the mbox.5 man page in Mutt.
1.32      bentley   990: <li>Add a few more tcpcb and sockbuffer variables that <a href="https://man.openbsd.org/tcpbench.1">tcpbench(1)</a> can inspect.
                    991: <li>Fixed a segmentation fault in <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.
                    992: <li>Fixed <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> rejection of messages when there are multiple requests queued in the input buffer.
                    993: <li>Make access control work for SASL and BSDAUTH binds as it does for simple binds in <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.
                    994: <li>Make use of OpenSSL cast.h in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> crypto.
                    995: <li>Improved OpenBSD::PackingElement(3p) <a href="https://man.openbsd.org/groff.1">groff(1)</a> handling. Fixes tcl and the few ports with non-standard man locations that can't rely on mtree fake.
1.1       deraadt   996: <!-- 2010/10/18 -->
1.32      bentley   997: <li>Improved <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a>.
1.1       deraadt   998: <li>Allow configuration of 802.11 interfaces in the OpenBSD installer.
1.32      bentley   999: <li>Improved <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> interoperability with Fortigate's devices.
1.1       deraadt  1000: <li>Removed sup(1).
                   1001: <li>Removed vgrind(1).
1.32      bentley  1002: <li>Fixed a memory leak in <a href="https://man.openbsd.org/ncurses.3">ncurses(3)</a>.
                   1003: <li>Removed <a href="https://man.openbsd.org/groff.1">groff(1)</a> from base, now totally replaced by <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
                   1004: <li>Make the <a href="https://man.openbsd.org/athn.4">athn(4)</a> driver more efficient on AR5008 and AR9003 chipsets for architecture with strong alignment constraints like sparc64.
                   1005: <li>Added MPLS and <a href="https://man.openbsd.org/mpe.4">mpe(4)</a> in GENERIC kernels.
1.1       deraadt  1006: <li>Removed miscXX.tar.gz sets.
1.32      bentley  1007: <li>Added wpakey/-wpakey options to <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
1.1       deraadt  1008: <li>Make the shadow password database smaller on install media kernels.
                   1009: <li>Removed various usd/psd/ssm files and references in manuals.
                   1010: <!-- 2010/10/10 -->
                   1011: <li>Added Compact Flash support to octeon.
                   1012: <!-- 2010/10/09 -->
1.32      bentley  1013: <li>Make <a href="https://man.openbsd.org/udl.4">udl(4)</a> attach again.
                   1014: <li>Reverted latest <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> queue code optimizations to facilitate further improvements.
                   1015: <li>Make <a href="https://man.openbsd.org/trm.4">trm(4)</a> work again.
                   1016: <li>In <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a>: added a structure that represents USB descriptor with variable sized member as in <a href="https://man.openbsd.org/uaudio.4">uaudio(4)</a> and reenabled control support for devices where bControlSize is different from 2 in the processing unit descriptor.
                   1017: <li>Fixed <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> printing of <a href="https://man.openbsd.org/pflog.4">pflog(4)</a>.
                   1018: <li>Fixed filtering with new <a href="https://man.openbsd.org/pflog.4">pflog(4)</a> headers.
1.1       deraadt  1019: <!-- 2010/10/08 -->
1.32      bentley  1020: <li>Fixed <a href="https://man.openbsd.org/glob.3">glob(3)</a> using programs (notably <a href="https://man.openbsd.org/ftp.1">ftp(1)</a>) to be triggered to hit resource limits.
                   1021: <li>Fixed crash with <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> and Kodak S100 webcam.
                   1022: <li>Fixed <a href="https://man.openbsd.org/envy.4">envy(4)</a> on big endian architectures.
                   1023: <li>Allow the <a href="https://man.openbsd.org/ikectl.8">ikectl(8)</a> CA to be used with all kinds of other VPN tools in addition to <a href="https://man.openbsd.org/iked.8">iked(8)</a> and <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
                   1024: <li>Improved <a href="https://man.openbsd.org/cmpci.4">cmpci(4)</a>.
                   1025: <li>Allow optional path for <a href="https://man.openbsd.org/ikectl.8">ikectl(8)</a> install commands, assume they are relative to /etc if relative paths are specified.
                   1026: <li>Make <a href="https://man.openbsd.org/ikectl.8">ikectl(8)</a> show certificate details.
1.1       deraadt  1027: <!-- 2010/10/07 -->
1.32      bentley  1028: <li>Replaced old <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> suspend/resume gpewalk function by separate functions for enabling wake and runtime GPEs.
                   1029: <li>Allow <a href="https://man.openbsd.org/ikectl.8">ikectl(8)</a> to specify the export password on the command line.
                   1030: <li>Prevent <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a> from adding MPL routes with a incoming MPLS_LABEL_IMPLNULL label.
1.1       deraadt  1031: <li>Handle IMPLNULL labels directly in the kernel.
1.32      bentley  1032: <li>In <a href="https://man.openbsd.org/ikectl.8">ikectl(8)</a>: added a -q (quiet) command line option that will be used by ike CA to set openssl batch mode, allow to specify the initial CA password on the command line, allow to create certificate for clientAuth or serverAuth only.
                   1033: <li>Set saner permissions on <a href="https://man.openbsd.org/ikectl.8">ikectl(8)</a> CA directory export, so there is no need to change perms of /etc/iked when extracting.
                   1034: <li>Make <a href="https://man.openbsd.org/ikectl.8">ikectl(8)</a> create an empty but valid CRL list when a new CA is created.
                   1035: <li>Improved <a href="https://man.openbsd.org/envy.4">envy(4)</a> physical address check.
                   1036: <li>Fixed some <a href="https://man.openbsd.org/pms.4">pms(4)</a> versus <a href="https://man.openbsd.org/i386/wsmoused.8">wsmoused(8/I386)</a> issues.
1.1       deraadt  1037: <!-- 2010/10/06 -->
                   1038: <li>Added OpenSSL fixes: updated local engines for the EVP API change, use hw_cryptodev.c instead of eng_cryptodev.c, make x86_64-xlate.pl always write to the output file and not stdout.
1.32      bentley  1039: <li>Removed Skipjack from <a href="https://man.openbsd.org/crypto.9">crypto(9)</a>.
                   1040: <li>Fixed physical address issue in none i386 <a href="https://man.openbsd.org/envy.4">envy(4)</a>.
1.1       deraadt  1041: <li>Prevent from waking up at IPL_NONE instead of IPL_HIGH in i386 machine-dependent acpi code.
                   1042: <li>Fixed x_wakeup_vector condition in i386 and amd64 machine-dependent acpi code.
1.32      bentley  1043: <li>Zero out <a href="https://man.openbsd.org/crypto.9">crypto(9)</a> soft auth hash context before freeing it.
                   1044: <li>Prevent <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> from passing GREY entries to <a href="https://man.openbsd.org/pf.4">pf(4)</a> spamd-white table if already TRAPPED. Fixes PR6467.
                   1045: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> kill proxy command on fatal().
                   1046: <li>Updated <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> to version 262, libX11 to 1.3.6, <a href="https://man.openbsd.org/oclock.1">oclock(1)</a> to 1.0.2, <a href="https://man.openbsd.org/setxkbmap.1">setxkbmap(1)</a> to 1.2.0, <a href="https://man.openbsd.org/x11perf.1">x11perf(1)</a> to 1.5.2, <a href="https://man.openbsd.org/xauth.1">xauth(1)</a> to 1.0.5, <a href="https://man.openbsd.org/xclock.1">xclock(1)</a> to 1.0.5, <a href="https://man.openbsd.org/xcmsdb.1">xcmsdb(1)</a> to 1.0.3.
                   1047: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> skip NULL entries in the sessions list when choosing the next session.
1.1       deraadt  1048: <!-- 2010/10/05 -->
1.32      bentley  1049: <li>Added acpi_disable_allgpes function to clear <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> GPE status.
                   1050: <li>Improved <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> invalid characters check.
                   1051: <li>Implicitly protect <a href="https://man.openbsd.org/mbuf.9">mbuf(9)</a> m_cldrop() with <a href="https://man.openbsd.org/splnet.9">splnet(9)</a>.
                   1052: <li>Added support for <a href="https://man.openbsd.org/midi.4">midi(4)</a> to <a href="https://man.openbsd.org/envy.4">envy(4)</a> in i386 and amd64.
1.1       deraadt  1053: <!-- 2010/10/04 -->
1.32      bentley  1054: <li>Make os fingerprinting work on little endian systems. Updating <a href="https://man.openbsd.org/pf.os.5">pf.os(5)</a> is mandatory if using os fingerprinting options, otherwise, the system will be blocked.
                   1055: <li>Updated <a href="https://man.openbsd.org/pf.os.5">pf.os(5)</a> to match against OpenBSD -current systems. The automatic send and recv buffer scaling changed the OS fingerprint.
1.1       deraadt  1056: <!-- 2010/10/03 -->
1.32      bentley  1057: <li>Added iopool to <a href="https://man.openbsd.org/adw.4">adw(4)</a> and <a href="https://man.openbsd.org/iha.4">iha(4)</a>.
                   1058: <li>In Xenocara updated <a href="https://man.openbsd.org/pthreads.3">pthreads(3)</a> aliases to version 0.3, pixman to 0.18.4.
1.1       deraadt  1059: <li>Prevent the Dream Link USB LED Message Board from being attached as an HID device so it can be used in userland.
                   1060: <li>Synchronized octeon FPU handling with latest mips64 changes.
1.32      bentley  1061: <li>Make <a href="https://man.openbsd.org/openssl.1">openssl(1)</a> DES_LONG be an u_int like all platforms instead of an u_long on i386.
1.1       deraadt  1062: <li>Turn off lidsuspend if halt -p is in progress.
                   1063: <li>Removed support for srandom and urandom.
                   1064: <!-- 2010/10/02 -->
1.32      bentley  1065: <li>Fix for some <a href="https://man.openbsd.org/pms.4">pms(4)</a> pckbc handling.
1.1       deraadt  1066: <li>Make macppc install scripts try update the boot blocks.
                   1067: <li>Updated OpenSSL to 1.0.0a.
1.32      bentley  1068: <li>Added <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> startup logic to the <a href="https://man.openbsd.org/rc.8">rc(8)</a> scripts.
                   1069: <li>Implemented a combus to support the <a href="https://man.openbsd.org/com.4">com(4)</a> devices on Octeon without modifying dev/ic/com.
                   1070: <li>Added -R option to <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> to show only a specified rule by numeric ID in combination with "-s rules" or "-s labels".
1.1       deraadt  1071: <!-- 2010/10/01 -->
1.32      bentley  1072: <li>Make sure <a href="https://man.openbsd.org/iked.8">iked(8)</a> gets transforms in the proposal before trying to parse it.
                   1073: <li>Prevent bad free() in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> when overriding AuthorizedKeys in a Match block.
                   1074: <li>In <a href="https://man.openbsd.org/iked.8">iked(8)</a>, fix padding issues and warnings from openssl.
1.1       deraadt  1075: <!-- 2010/09/30 -->
1.32      bentley  1076: <li>Added <a href="https://man.openbsd.org/ehci.4">ehci(4)</a> DMA sync operations, fixes issues with macppc.
1.1       deraadt  1077: <li>Added support in OpenCVS for update -C.
                   1078: <li>Make sure the TCP will not recalculate the rscale factor after the initial SYN is sent.
                   1079: <li>Make sure OpenRCS and OpenCVS parse all deltas before expecting "desc" keyword.
                   1080: <!-- 2010/09/29 -->
                   1081: <li>Do not delay ACKs on connections using loopback interfaces.
                   1082: <li>Implemented a per-cpu held mutex counter for all non-x86 platforms to help debugging.
                   1083: <li>Added pregenerated unicode files for perl.
                   1084: <!-- 2010/09/28 -->
1.32      bentley  1085: <li>Make -k work in <a href="https://man.openbsd.org/tcpbench.1">tcpbench(1)</a> client mode.
1.1       deraadt  1086: <!-- 2010/09/27 -->
                   1087: <!-- 2010/09/26 -->
1.32      bentley  1088: <li>Added support for gamma and sharpness/acutance controls in <a href="https://man.openbsd.org/video.1">video(1)</a>.
                   1089: <li>Added support for variable sized processing unit bmControls and for more processing unit controls in <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a>.
                   1090: <li>Make <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> call ioctl(TIOCWINSZ) to get the window width only once instead of per-filename when performing an "ls" in columned mode.
                   1091: <li>Prevent <a href="https://man.openbsd.org/glob.3">glob(3)</a> from freeing array before freeing members.
                   1092: <li>Removed <a href="https://man.openbsd.org/pms.4">pms(4)</a> and <a href="https://man.openbsd.org/ums.4">ums(4)</a> from installation media.
                   1093: <li>Unified some <a href="https://man.openbsd.org/pool.9">pool(9)</a> and <a href="https://man.openbsd.org/malloc.9">malloc(9)</a> flag values.
                   1094: <li>Added two new options to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> : server option "exit-unattached", makes the server exit when no clients are attached, even if sessions are present; session option "destroy-unattached" that destroys a session once no clients are attached to it. These are useful for preventing tmux remaining in the background where it is undesirable and when using tmux as a login shell to keep a limit on new sessions.
                   1095: <li>Merged <a href="https://man.openbsd.org/pmsi.4">pmsi(4)</a> into <a href="https://man.openbsd.org/pms.4">pms(4)</a>.
                   1096: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> report an ERROR if an explicit scope is still open at the end of an input file: it can still render the page by just closing the open scope, but it is likely that information will be missing or document structure mangled.
                   1097: <li>Modified <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> server permissions on the socket when adding or removing +x to show attached sessions, rather than replacing them.
                   1098: <li>In <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>, make no punctuation after .%* outside .Rs in .Rs, mark full stops after .%* as end of a sentence.
                   1099: <li>Make <a href="https://man.openbsd.org/uvm.9">uvm(9)</a> page daemon and <a href="https://man.openbsd.org/uvm.9">uvm(9)</a> swap configuration and io manager appear in <a href="https://man.openbsd.org/ddb.4">ddb(4)</a>.
                   1100: <li>Allow mod_headers to handle RequestHeader directives known from apache2 in <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
1.1       deraadt  1101: <li>Fixed L2TP length field in PIPEX.
                   1102: <!-- 2010/09/25 -->
1.32      bentley  1103: <li>Prevent <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> from warping to clients marked 'ignore'.
                   1104: <li>Fixed bug in <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>.
                   1105: <li>Make <a href="https://man.openbsd.org/ppb.4">ppb(4)</a> respect pci_dopm, like <a href="https://man.openbsd.org/pci.4">pci(4)</a> does and make it not try to poweroff the bridge if pci_dopm=0. Fixes Gateway LT3103u and Lenovo Thinkpad 100e netbooks, allowing them to suspend again.
1.1       deraadt  1106: <li>Added gcc4 cross compilation support under OpenBSD.
1.32      bentley  1107: <li>Use <a href="https://man.openbsd.org/snprintf.3">snprintf(3)</a> not <a href="https://man.openbsd.org/sprintf.3">sprintf(3)</a> in <a href="https://man.openbsd.org/a2p.1">a2p(1)</a>.
                   1108: <li>Make <a href="https://man.openbsd.org/ospfctl.8">ospfctl(8)</a> print the checksum as a simple fingerprint of the LSDB.
                   1109: <li>Make <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> build the sum of the ls_checksums when counting the lsa. It allows quick verification that two LSDBs are in sync.
1.1       deraadt  1110: <li>Updated Compress::Raw::Bzip2(3p) to version 2.031.
1.32      bentley  1111: <li>Make use of new <a href="https://man.openbsd.org/glob.3">glob(3)</a> GLOB_KEEPSTAT extension in <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> to save extra server round trips to fetch per-file <a href="https://man.openbsd.org/stat.2">stat(2)</a> information.
                   1112: <li>Make <a href="https://man.openbsd.org/video.1">video(1)</a> compile on static archs, and enabled it in the build for all archs.
                   1113: <li>Deactivate all <a href="https://man.openbsd.org/vscsi.4">vscsi(4)</a> children when it is closed so they don't retry the commands still on the queue when killed.
1.1       deraadt  1114: <!-- 2010/09/24 -->
1.32      bentley  1115: <li>Avoid potential infinite loop in <a href="https://man.openbsd.org/bridge.4">bridge(4)</a>.
1.1       deraadt  1116: <li>Added L2TP support to PIPEX in TCP/IP stack and npppd.
                   1117: <li>Updated Perl to version 5.12.2 with local patches and fix for CVE-2010-0405.
                   1118: <li>Prevent IPv6 from trying to add new addresses by making use of sleeping pools.
                   1119: <li>Switched mips-based ports to gcc4.
                   1120: <li>Bumped libc major version to 57.
1.32      bentley  1121: <li>In <a href="https://man.openbsd.org/fts.3">fts(3)</a>, bumped fts_level from short to int and added a spare short.
                   1122: <li>Provide IRIX-compatible get_fpc_csr(3/MIPS64) and set_fpc_csr(3/MIPS64) for mips. This will allow userland to flip the "flush denormalized to zero" setting, which is being relied upon by tcl.
                   1123: <li>Make it possible to use "dhclient egress" to refresh a lease without remembering which interface <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> was actually active on.
                   1124: <li>Added <a href="https://man.openbsd.org/timingsafe_bcmp.3">timingsafe_bcmp(3)</a> to libc and removed it from OpenSSH. timingsafe_bcmp is also in <a href="https://man.openbsd.org/kern.9">kern(9)</a>.
                   1125: <li>Added to <a href="https://man.openbsd.org/glob.3">glob(3)</a> a GLOB_KEEPSTAT option that retains a copy of the struct stat information that is looked up while matching globs.
1.1       deraadt  1126: <li>Implemented if_freenameindex() in TCP/IP stack as a real function as required by POSIX.
                   1127: <li>Added stricter asserts to DIAGNOSTIC kernels to help catch mutex and rwlock issues: i386 and amd64 now count the number of active mutexes so that assertwaitok() can detect attempts to sleep while holding a mutex, i386 and amd64 check that we actually hold mutexes when passed to mtx_leave(), calls to rw_exit*() now call rw_assert_{rd,wr}lock() as appropriate.
1.32      bentley  1128: <li>Linked <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a> and <a href="https://man.openbsd.org/iscsictl.8">iscsictl(8)</a> to the build.
                   1129: <li>Added <a href="https://man.openbsd.org/vscsi.4">vscsi(4)</a> to GENERIC Kernel build.
                   1130: <li>Fixed bus spacing bugs in <a href="https://man.openbsd.org/i386/glxpcib.4">glxpcib(4/i386)</a> and glxpcib(4/loongson).
                   1131: <li>Added <a href="https://man.openbsd.org/iscsictl.8">iscsictl(8)</a>, the control tool for <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a>.
                   1132: <li>Added <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a>, an iSCSI Initiator daemon using <a href="https://man.openbsd.org/vscsi.4">vscsi(4)</a>. Currently implements the absolute minimum of the protocol to make it work against targets.
                   1133: <li>In <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> , removed the check that enforced rdr-to only inbound and nat-to only outbound.
                   1134: <li>Remove dying flags in various <a href="https://man.openbsd.org/usb.4">usb(4)</a> devices. The flag will be set in activate()/deactivate().
                   1135: <li>Fixed before-boot umass hangs on units without media in <a href="https://man.openbsd.org/disk.9">disk(9)</a> subroutines.
1.1       deraadt  1136: <li>Added TCP send and recv buffer scaling. It increases download speed.
                   1137: <li>Fixed npppd to setup a PIPEX if MPPE is not required by config and CCP failed to be opened because peer doesn't support MPPE.
1.32      bentley  1138: <li>Prevent <a href="https://man.openbsd.org/usb.4">usb(4)</a> from accidentally waking up.
                   1139: <li>Fixed overflow in <a href="https://man.openbsd.org/nsd.8">nsd(8)</a>.
1.1       deraadt  1140: <!-- 2010/09/23 -->
1.32      bentley  1141: <li>Improved <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> column alignment and handling of .Nm block wider than the column it is in.
                   1142: <li>Remove <a href="https://man.openbsd.org/tn3270.1">tn3270(1)</a>.
                   1143: <li>Fixed <a href="https://man.openbsd.org/VOP_LOOKUP.9">VOP_LOOKUP(9)</a> calls with a struct proc pointer as it should have been in <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>, <a href="https://man.openbsd.org/raid.4">raid(4)</a>, <a href="https://man.openbsd.org/disk.9">disk(9)</a> subroutines, NNPFS, EXT2FS, UFS.
1.1       deraadt  1144: <li>Added cvs_mkdir() in OpenCVS for recursive directory creation on import. Fixes PR6398.
1.32      bentley  1145: <li>Fixed memory leak in <a href="https://man.openbsd.org/rcs.1">rcs(1)</a>.
                   1146: <li>Renamed <a href="https://man.openbsd.org/uyurex.4">uyurex(4)</a> to <a href="https://man.openbsd.org/utwitch.4">utwitch(4)</a> and enabled it by default in all GENERIC kernels.
                   1147: <li>Make <a href="https://man.openbsd.org/pf.4">pf(4)</a> rule counter update consistent between IPv4 and IPv6.
                   1148: <li>Make loongson <a href="https://man.openbsd.org/mainbus.4">mainbus(4)</a> attach mfokclock(4/loongson) later for cpu scaling.
                   1149: <li>Correctly identify mount points when they are specified in <a href="https://man.openbsd.org/fstab.5">fstab(5)</a> using a disklabel UID. Fixes PR6471.
1.1       deraadt  1150: <li>Included the disklabel UID in sysctl hw.disknames.
1.32      bentley  1151: <li>Make <a href="https://man.openbsd.org/disk.9">disk(9)</a> subroutines provide the kernel with the disklabel which include the disklabel UID.
                   1152: <li>Introduced a DKF_NOLABELREAD flag in <a href="https://man.openbsd.org/disk.9">disk(9)</a>, which is used by a device to prevent automatic reading of disklabel on attach. Applied it in <a href="https://man.openbsd.org/fd.4">fd(4)</a> and <a href="https://man.openbsd.org/cd.4">cd(4)</a>.
                   1153: <li>Added aes-gcm support in <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
1.3       jj       1154: <li>Improved MCLGETI algorithm under load in TCP/IP stack.
1.32      bentley  1155: <li>Prevent the usb task thread from going to sleep forever in <a href="https://man.openbsd.org/ehci.4">ehci(4)</a>.
                   1156: <li>Added usb_rem_wait_task() to <a href="https://man.openbsd.org/usb.4">usb(4)</a>, a wrapper for usb_rem_task() that waits for the task to complete if the task is already running.
                   1157: <li>Added two members to <a href="https://man.openbsd.org/usb.4">usb(4)</a> struct usb_task: "usbd_device_handle dev", the device responsible for the task (use this to not run the task if the device's hub is dying) and "int running", a flag to be set when the task is running.
                   1158: <li>Improved check of dying <a href="https://man.openbsd.org/usb.4">usb(4)</a> bus.
                   1159: <li>Save a little time on boot thanks to a <a href="https://man.openbsd.org/usb.4">usb(4)</a> improvement.
                   1160: <li>Reduced race during normal <a href="https://man.openbsd.org/usb.4">usb(4)</a> device detach by making detach happen in the same process.
1.1       deraadt  1161: <li>Added a new IP level socket option IP_PIPEX.  This option is used for L2TP support by pipex.
                   1162: <!-- 2010/09/22 -->
1.32      bentley  1163: <li>Added an option per-read/write callback to atomicio, and added a bandwidth limit option to <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>.
                   1164: <li>In <a href="https://man.openbsd.org/clct.4">clct(4)</a>, use <a href="https://man.openbsd.org/audio.4">audio(4)</a> quiesce/resume for data i/o, and ac97_resume() for mixer suspend/resume support.
                   1165: <li>Added autoconf activate, suspend/resume support in <a href="https://man.openbsd.org/eap.4">eap(4)</a>.
                   1166: <li>Added AES-GCM-16 (as aes-gcm) and ENCR_NULL_AUTH_AES_GMAC (as aes-gmac) encryption transformations support in <a href="https://man.openbsd.org/ipsec.conf.5">ipsec.conf(5)</a>.
1.1       deraadt  1167: <li>Added Support for AES-GCM-16 and ENCR_NULL_AUTH_AES_GMAC in IPSec ESP as per RFC4106 and 4543.
1.32      bentley  1168: <li>Added a new interface: <a href="https://man.openbsd.org/pppx.4">pppx(4)</a>, the ppp multiplexer to be used with npppd and pipex. <a href="https://man.openbsd.org/pppx.4">pppx(4)</a> creates an interface whenever a session is created so that altq and pf can work on these.
                   1169: <li>Removed <a href="https://man.openbsd.org/msgs.1">msgs(1)</a> from tree.
1.1       deraadt  1170: <li>Added AES-GCM Transform Identifiers as specified by IANA in RFC4106 and 4543 to PF_KEYv2.
1.32      bentley  1171: <li>Added support for the Galois/Counter Mode (GCM) for AES as described in FIPS SP 800-38D to <a href="https://man.openbsd.org/crypto.9">crypto(9)</a>.
                   1172: <li>Unified npppd(8) MS-CHAP implementation to <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
                   1173: <li>Make <a href="https://man.openbsd.org/iked.8">iked(8)</a> work as an initiator with strongswan/charon without any specific phase 1 configuration.
                   1174: <li>Add DIOCGPDINFO to <a href="https://man.openbsd.org/sparc/presto.4">presto(4/sparc)</a>, <a href="https://man.openbsd.org/sparc/xd.4">xd(4/sparc)</a>, <a href="https://man.openbsd.org/sparc/xy.4">xy(4/sparc)</a>, <a href="https://man.openbsd.org/vax/hp.4">hp(4/vax)</a>, vax RA disk device and RX MSCP floppy disk device driver.
                   1175: <li>Added new log option "matches" to <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>.
                   1176: <li>Added a new <a href="https://man.openbsd.org/pf.4">pf(4)</a> log option PF_LOG_MATCHES that forces logging on all subsequent matching rules.
                   1177: <li>Make <a href="https://man.openbsd.org/disk.9">disk(9)</a> garbage collect struct disk field dk_label.
                   1178: <li>Added a KexAlgorithms knob to <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> and <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> to allow selection of which key exchange methods are used by <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> and <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>
                   1179: <li>Fixed a locking bug in <a href="https://man.openbsd.org/accept.2">accept(2)</a>.
                   1180: <li>Make <a href="https://man.openbsd.org/vscsi.4">vscsi(4)</a> call config_deactivate() on SCSI links in vsciclose().
                   1181: <li>Avoid race with <a href="https://man.openbsd.org/autoconf.9">autoconf(9)</a> in <a href="https://man.openbsd.org/vscsi.4">vscsi(4)</a>.
                   1182: <li>Removed <a href="https://man.openbsd.org/physio.9">physio(9)</a> buf pointer argument.
1.1       deraadt  1183: <li>Make npppdctl arguments match the format string in usage.
                   1184: <!-- 2010/09/21 -->
1.32      bentley  1185: <li>Fixed a QUIESCE crash on <a href="https://man.openbsd.org/inteldrm.4">inteldrm(4)</a>.
                   1186: <li>Fixed null pointer dereference for protocols without port numbers in <a href="https://man.openbsd.org/pflog.4">pflog(4)</a>.
                   1187: <li>Improved <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> vertical alignment.
                   1188: <li>Make <a href="https://man.openbsd.org/inteldrm.4">inteldrm(4)</a> always unconditionally set the C3_LP_WRITE_ENABLE bit in ARB_STATE on gen3 hardware. Prevents some 945 chipset from hanging.
                   1189: <li>Enable error interrupts on <a href="https://man.openbsd.org/inteldrm.4">inteldrm(4)</a> ironlake, as we do on all other chips.
1.1       deraadt  1190: <li>Prevent mips64 based machine from panicking in MipsEmulateBranch() if the instruction is an unspecified OP_BCOND sub function.
1.32      bentley  1191: <li>Improved <a href="https://man.openbsd.org/inteldrm.4">inteldrm(4)</a>.
1.1       deraadt  1192: <li>Replace the mips64 old floating point completion code with a C interface to the machine-independent softfloat code, implementing all MIPS IV specified floating point operations.
1.32      bentley  1193: <li>Improved <a href="https://man.openbsd.org/eso.4">eso(4)</a> suspend/resume.
                   1194: <li>Changed <a href="https://man.openbsd.org/audio.4">audio(4)</a> quiescing to make it not call the audio_hw_if halt method in interrupt context, because drivers like <a href="https://man.openbsd.org/eso.4">eso(4)</a> or <a href="https://man.openbsd.org/envy.4">envy(4)</a> might want to sleep with their own halt method.
                   1195: <li>Avoid USBD_IOERROR in <a href="https://man.openbsd.org/uhub.4">uhub(4)</a> by determining the size of the buffer for USB hub interrupt pipe with bNbrPorts in hub descriptor.
                   1196: <li>Added a real DIOCGPDINFO to <a href="https://man.openbsd.org/cd.4">cd(4)</a> and <a href="https://man.openbsd.org/sd.4">sd(4)</a>, allowing access to the physical information about the device rather than the contents of whichever disklabel was read.
                   1197: <li>Added watchdog suspend/resume logic to <a href="https://man.openbsd.org/loongson/glxpcib.4">glxpcib(4/LOONGSON)</A> and make <a href="https://man.openbsd.org/loongson/glxpcib.4">glxpcib(4/LOONGSON)</A> save and restore its configuration on suspend/resume.
                   1198: <li>Added '-label' option to <a href="https://man.openbsd.org/route.8">route(8)</a> to specify you only want to see routes having the given label.
                   1199: <li>Make <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> show the original addresses/port too when a packet had his addresses and/or ports rewritten.
                   1200: <li>Make <a href="https://man.openbsd.org/pflog.4">pflog(4)</a> put the original (before rewriting) addresses into the already existing address fields in the pflog header, same for ports, and add a "rewritten" indicator.
                   1201: <li>Make <a href="https://man.openbsd.org/pf.4">pf(4)</a> apply actions from the last matching pass or block rule and not the last matching rule after ruleset eval is done. Fixed PR6401.
                   1202: <li>Make <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> print a warning if schema file can't be opened.
                   1203: <li>Improved <a href="https://man.openbsd.org/axe.4">axe(4)</a> PHY probing.
1.1       deraadt  1204: <li>Cleaned memory shortage in PIPEX code.
1.32      bentley  1205: <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>, make the "match log" rules log on the fly.
                   1206: <li>Make the <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> SAS IO unit to use 32 openings when talking to SATA disks if the firmware has it configured lower.
                   1207: <li>Make <a href="https://man.openbsd.org/aac.4">aac(4)</a> compile with gcc4.
                   1208: <li>Avoid double unlocking the <a href="https://man.openbsd.org/drm.4">drm(4)</a> lock in drmclose().
                   1209: <li>Adapted <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> and <a href="https://man.openbsd.org/pflogd.8">pflogd(8)</a> to new <a href="https://man.openbsd.org/pflog.4">pflog(4)</a> longer header.
                   1210: <li>Made a <a href="https://man.openbsd.org/pflog.4">pflog(4)</a> overhaul to fix wrong logging of nat/rdr addresses. The pflog header is now longer.
                   1211: <li>Removed <a href="https://man.openbsd.org/physio.9">physio(9)</a> in <a href="https://man.openbsd.org/wdc.4">wdc(4)</a> <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a> handler.
                   1212: <li>Added <a href="https://man.openbsd.org/gpio.4">gpio(4)</a> at glxpcib(4/loongson) to loongson GENERIC kernel.
                   1213: <li>Added an iopool to <a href="https://man.openbsd.org/umass.4">umass(4)</a> to prevent the kernel from panicking when multiple commands are issued when <a href="https://man.openbsd.org/umass.4">umass(4)</a> has multiple LUNs.
                   1214: <li>Use <a href="https://man.openbsd.org/audio.4">audio(4)</a> DVACT_{QUIESCE,RESUME} and <a href="https://man.openbsd.org/ac97.4">ac97(4)</a> ac97_resume() for suspend/resume in <a href="https://man.openbsd.org/auacer.4">auacer(4)</a> and <a href="https://man.openbsd.org/autri.4">autri(4)</a>.
                   1215: <li>Added <a href="https://man.openbsd.org/autoconf.9">autoconf(9)</a> activate function to <a href="https://man.openbsd.org/auixp.4">auixp(4)</a>.
                   1216: <li>In <a href="https://man.openbsd.org/auglx.4">auglx(4)</a>, use <a href="https://man.openbsd.org/audio.4">audio(4)</a> DVACT_{QUIESCE,RESUME} to handle I/O stopping/restarting for suspend/resume, and <a href="https://man.openbsd.org/ac97.4">ac97(4)</a> ac97_resume() to reset and restore the codec at resume.
                   1217: <li>Added support for newer asus boards that use a different method to poll and enumerate the sensors in <a href="https://man.openbsd.org/aibs.4">aibs(4)</a>.
                   1218: <li>Added assertwaitok() to declare code paths that assume they can sleep. Updated <a href="https://man.openbsd.org/malloc.9">malloc(9)</a> and <a href="https://man.openbsd.org/pool.9">pool(9)</a> to use it as appropriate.
                   1219: <li>Added mclgeti() support for <a href="https://man.openbsd.org/xl.4">xl(4)</a>.
1.1       deraadt  1220: <li>Make machine-dependent splassert(IPL_NONE) work on amd64 the same as it does on i386.
1.32      bentley  1221: <li>Make <a href="https://man.openbsd.org/ix.4">ix(4)</a> recompute the list_offset and data_offset when attaching a unknown SFP+ module on the 82598 controller.
1.1       deraadt  1222: <!-- 2010/09/20 -->
                   1223: <li>Make mips64 md_printins() get the printf-like function as an extra parameter, and make it visible so that machine-dependents parts of the kernel can use it for debug messages.
1.32      bentley  1224: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> format multiple authors (.%A) in the same way as groff: two authors with "and", but without a comma; three or more with commas, and an "and" before the last one.
                   1225: <li>Prevent <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> from doing fatal errors when .Pp and .br have arguments.
1.33      deraadt  1226: <li>Fixed length of an eap identity message payload in <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
1.32      bentley  1227: <li>Implemented support for <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> bsdauth authentication via simple binds, not only SASL.
1.1       deraadt  1228: <li>Added cache operations for the octeon platform.
1.32      bentley  1229: <li>Make <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> use the same buffer for local deliveries to files and commands.
                   1230: <li>Make <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> return error on GET requests without an instance identifier, both for tables and scalar values. Fixes PR6468 by not calling table get functions with an unexpectedly short OID. Also fixes PR6071. Scalar variables without an instance specified now returns a noSuchInstance error. GetNext requests correctly returns the .0 instance but it must be specified explicitly: <code>$ snmpget -v2c -c public localhost SNMPv2-MIB::sysDescr.0</code>
1.1       deraadt  1231: <li>Allow output of null values with a context class. This is used in SNMPv2 to return an error exception value for a varbind result ("noSuchObject[0] IMPLICIT NULL" in RFC1905).
1.32      bentley  1232: <li>Fixed a variety of structure packing and byte order bugs in <a href="https://man.openbsd.org/ixgb.4">ixgb(4)</a> to try to get BE support working.
                   1233: <li>Removed xx_shutdown() hooks in network drivers where possible, since they are taken down already via their xx_stop() routine. Done in <a href="https://man.openbsd.org/bge.4">bge(4)</a>, <a href="https://man.openbsd.org/bnx.4">bnx(4)</a>, <a href="https://man.openbsd.org/cas.4">cas(4)</a>, <a href="https://man.openbsd.org/de.4">de(4)</a>, <a href="https://man.openbsd.org/fpa.4">fpa(4)</a>, <a href="https://man.openbsd.org/lmc.4">lmc(4)</a>, <a href="https://man.openbsd.org/msk.4">msk(4)</a>, <a href="https://man.openbsd.org/nge.4">nge(4)</a>, <a href="https://man.openbsd.org/pcn.4">pcn(4)</a>, <a href="https://man.openbsd.org/sk.4">sk(4)</a>, <a href="https://man.openbsd.org/txp.4">txp(4)</a>, <a href="https://man.openbsd.org/pgt.4">pgt(4)</a>, <a href="https://man.openbsd.org/ti.4">ti(4)</a>, DEBNA/DEBNT/DEBNK ethernet cards, <a href="https://man.openbsd.org/fta.4">fta(4)</a>, <a href="https://man.openbsd.org/fea.4">fea(4)</a>.
                   1234: <li>Allow the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> session multiplexing to determine that the server socket is either ready or stale without races. Stale server sockets are now automatically removed.
                   1235: <li>Moved <a href="https://man.openbsd.org/getpeereid.2">getpeereid(2)</a> function declaration in kernel COMPAT_47. In 4.8 and onwards <a href="https://man.openbsd.org/getpeereid.3">getpeereid(3)</a> is library code using socket options.
                   1236: <li>Simplified <a href="https://man.openbsd.org/evcount.9">evcount(9)</a> by removing counters in a tree hierarchy.
1.1       deraadt  1237: <li>Added octeon platform.
1.32      bentley  1238: <li>Fixed security problem in the disabled and unfinished <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> handling of J-PAKE protocol.
                   1239: <li>Added a SIGHLD handler to reap <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> expired child process.
                   1240: <li>Added some missing firmware to install media: <a href="https://man.openbsd.org/ral.4">ral(4)</a> RT2860 for i386, amd64 and sparc64; <a href="https://man.openbsd.org/run.4">run(4)</a> RT2870 and RT3071 for landisk, macppc, socppc and sparc64.
                   1241: <li>Fixed a null pointer dereference in <a href="https://man.openbsd.org/ciss.4">ciss(4)</a>.
                   1242: <li>Fixed an uninitialized variable access in <a href="https://man.openbsd.org/uhci.4">uhci(4)</a> suspend/resume.
                   1243: <li>Prevent <a href="https://man.openbsd.org/cd.4">cd(4)</a> and <a href="https://man.openbsd.org/st.4">st(4)</a> from calling bufq_drain in deactivate.
                   1244: <li>Added the start of an activate function in <a href="https://man.openbsd.org/i386/glxsb.4">glxsb(4/i386)</a>.
                   1245: <li>Added an activate function to get sub-devices in <a href="https://man.openbsd.org/i386/glxpcib.4">glxpcib(4/i386)</a>.
                   1246: <li>Added DVCAT_QUIESCE to <a href="https://man.openbsd.org/loongson/glxpcib.4">glxpcib(4/LOONGSON)</A>.
                   1247: <li>Fixed bug in <a href="https://man.openbsd.org/atw.4">atw(4)</a>.
1.1       deraadt  1248: <!-- 2010/09/19 -->
                   1249: <li>Initial support for the Octeon platform.
1.32      bentley  1250: <li>Added SIGCHLD handler to reap expired children in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                   1251: <li>Fixed null pointer dereference in <a href="https://man.openbsd.org/ciss.4">ciss(4)</a>.
                   1252: <li>Increased rate buffer in <a href="https://man.openbsd.org/atw.4">atw(4)</a> to prevent overflows.
                   1253: <li>Make <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> recognize all MIPS IV instructions, as well as some mips64r2.
                   1254: <li>Corrected NCQ depth calculation for <a href="https://man.openbsd.org/atapiscsi.4">atapiscsi(4)</a> devices and controllers.
                   1255: <li>Added support for 82583V devices in the <a href="https://man.openbsd.org/em.4">em(4)</a> driver.
                   1256: <li>Fix for <a href="https://man.openbsd.org/em.4">em(4)</a> initialization on ET quad 82575 cards.
1.1       deraadt  1257: <!-- 2010/09/18 -->
1.32      bentley  1258: <li>Improved X11 lib handling in the <a href="https://man.openbsd.org/ports.7">ports(7)</a>-supplied libtool.
1.1       deraadt  1259: <li>Fixed local DoS when core-dumping elf binaries.
                   1260: <!-- 2010/09/17 -->
1.32      bentley  1261: <li>FPU and <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> updates for mips64 CPUs.
                   1262: <li>Fixed crash in <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
1.1       deraadt  1263: <!-- 2010/09/16 -->
                   1264: <!-- 2010/09/15 -->
                   1265: <!-- 2010/09/14 -->
                   1266: <!-- 2010/09/13 -->
                   1267: <li>Various scsi detach issues fixed.
1.32      bentley  1268: <li>Fixed endless loop when handling punctuations in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
1.1       deraadt  1269: <li>Make traceroute work through MPLS tunnels, including RFC4950 extension headers.
1.32      bentley  1270: <li>Fix PMTU over <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> links.
                   1271: <li>Fix leaking scsi_xfers or bufs when hot-unplugging <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> devices.
                   1272: <li>Fix <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> event handling to ack more than one outstanding event at a time.
1.1       deraadt  1273: <!-- 2010/09/12 -->
                   1274: <li>Fixed a bug in OpenSMTPD "Lookup agent" code.
1.32      bentley  1275: <li>Added DVACT_{QUIESCE,RESUME} to cleanly suspend/resume <a href="https://man.openbsd.org/audio.4">audio(4)</a> and use it in <a href="https://man.openbsd.org/auvia.4">auvia(4)</a>, <a href="https://man.openbsd.org/auich.4">auich(4)</a>, <a href="https://man.openbsd.org/clcs.4">clcs(4)</a>, <a href="https://man.openbsd.org/cmpci.4">cmpci(4)</a>, <a href="https://man.openbsd.org/emu.4">emu(4)</a>, <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>.
1.1       deraadt  1276: <!-- 2010/09/11 -->
1.32      bentley  1277: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> use UTF-8 line drawing characters on UTF-8 terminals.
                   1278: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> ignore terminal overrides settings without a value.
                   1279: <li>Fix lazy binding issue on mips64 run-time link-editor. Fixes an <a href="https://man.openbsd.org/nm.1">nm(1)</a> crash that happens when passed multiple object files on the command line.
1.1       deraadt  1280: <!-- 2010/09/10 -->
                   1281: <li>Provided a bus_dmamap_sync() implementation for the amd64 IOMMU. It fixes bigmem.
                   1282: <li>Added infrastructure to build gcc4 on mips64.
1.32      bentley  1283: <li>Prevent <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> from unmuting the speaker muted by plugged headphones when the master volume control is unmuted.
1.1       deraadt  1284: <li>Allowed hotplug of Fiber Channel devices.
1.32      bentley  1285: <li>Prevent <a href="https://man.openbsd.org/sd.4">sd(4)</a> io handler from being run on a gone device.
1.1       deraadt  1286: <!-- 2010/09/09 -->
                   1287: <li>Make gcc4 build on landisk.
1.32      bentley  1288: <li>Many improvements in <a href="https://man.openbsd.org/iked.8">iked(8)</a>: allowed ESP proposals without integrity and AH proposals without encryption; added additional nonce length field, use that for the ciphers that require additional keying material; setup right flow direction depending on the mode: fixes up <a href="https://man.openbsd.org/iked.8">iked(8)</a> working as an initiator against charon.
                   1289: <li>Added an ECDH/ECDSA compliance fix to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                   1290: <li>Cleaned up i386 <a href="https://man.openbsd.org/apm.4">apm(4)</a> resume/suspend code.
1.1       deraadt  1291: <!-- 2010/09/08 -->
1.32      bentley  1292: <li>In <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>, added -n and -p flags to switch-client to move to the next and previous session.
                   1293: <li>Prevent <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> from crashing if the screen size is too small for the indicator in copy mode.
1.1       deraadt  1294: <li>Activated NTFS in i386 and amd64 GENERIC kernels.
1.32      bentley  1295: <li>In <a href="https://man.openbsd.org/disk.9">disk(9)</a>, introduced a disk_lookup() function which calls device_lookup(), before verifying that the resulting device is present on the disklist. This avoids a race whereby the disk driver can be accessed as soon as the softc has been allocated, but before the disk has completed initialization and has called disk_attach().
                   1296: <li>Improved <a href="https://man.openbsd.org/crypto.4">crypto(4)</a>.
1.1       deraadt  1297: <li>Added support for sender expansion in smtpd.conf: %U for sender localpart, %D for sender domainpart.
1.32      bentley  1298: <li>Make <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> queue and reschedule message when failing to fork a DNS process.
                   1299: <li>Make <a href="https://man.openbsd.org/scsi.4">scsi(4)</a> detach everything on the whole bus on request, rather than just a target/lun.
1.1       deraadt  1300: <li>In the TCP/IP stack, allowed ip_forward() to know the difference between blocked packets (EACCESS) and those that can't be forwarded (EHOSTUNREACH).
                   1301: <li>Switch the MPLS blocks for RTM_CHANGE in the routine socket interface.
1.32      bentley  1302: <li>Permitted <a href="https://man.openbsd.org/traceroute.8">traceroute(8)</a> to work over MPLS.
                   1303: <li>Make <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> of <a href="https://man.openbsd.org/pflog.4">pflog(4)</a> interfaces work with 'net &lt;net>' expression.
1.1       deraadt  1304: <!-- 2010/09/07 -->
                   1305: <li>Enabled aesni for amd64. While running ipsec on amd64 with 'aes' cpu flag, it provides aes accelerated encryption in cbc and ctr modes for all three key sizes: 128, 192 and 256.
                   1306: <li>Removed the powerhook code and use the ca_activate tree traversal code everywhere to suspend/resume devices.
1.32      bentley  1307: <li>Fixed a potential race between <a href="https://man.openbsd.org/cd.4">cd(4)</a> resume and detach.
1.1       deraadt  1308: <!-- 2010/09/06 -->
                   1309: <li>Replaced all PWR_{SUSPEND,RESUME} by DVACT_{SUSPEND,RESUME}.
                   1310: <li>Prevent compiler unwanted optimization in i386 and amd64 machine-dependent bus_dmamap_sync().
                   1311: <li>Make the PCI-CardBus bridges driver save and restore pci config space registers on suspend/resume.
                   1312: <li>Fixed freezes occurring by removing CardBus cards with Ralink Technology RT2560, RT2561, RT2561S and RT2661 chipset.
1.32      bentley  1313: <li>Improved amd64 <a href="https://man.openbsd.org/pmap.9">pmap(9)</a>.
                   1314: <li>Enabled wide character support in <a href="https://man.openbsd.org/ncurses.3">ncurses(3)</a>, <a href="https://man.openbsd.org/lynx.1">lynx(1)</a>.
                   1315: <li>Switched to using ca_activate calls instead on powerhooks on <a href="https://man.openbsd.org/i386/apm.4">apm(4/I386)</a>.
                   1316: <li>Fixed suspend/resume on intel <a href="https://man.openbsd.org/agp.4">agp(4)</a>.
1.1       deraadt  1317: <li>Improved handle of PCI BAR.
1.32      bentley  1318: <li>Prevented <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a> from crashing sometimes when calling nbr_act_session_establish() on slave systems.
                   1319: <li>Fixed an off by one in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
1.1       deraadt  1320: <!-- 2010/09/05 -->
1.32      bentley  1321: <li>Added an ioctl to figure out the non-sticky bits in <a href="https://man.openbsd.org/pci.4">pci(4)</a> BARs used for determining the size of those BARs. Make <a href="https://man.openbsd.org/pcidump.8">pcidump(8)</a> use this new ioctl to print the size of PCI BARs.
1.1       deraadt  1322: <li>Make the sparc tree more GCC4 friendly.
                   1323: <!-- 2010/09/04 -->
                   1324: <li>Make the v3 demangler support code compile in libiberty.
1.32      bentley  1325: <li>Added support to <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a> indirect Card Information Structure data. Improved and fixed a bug in <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a> CIS parts.
                   1326: <li>Added support for SiS191 in <a href="https://man.openbsd.org/se.4">se(4)</a>, fixed bugs, and improved it too.
                   1327: <li>Removed macppc default <a href="https://man.openbsd.org/xorg.conf.5">xorg.conf(5)</a>.
1.1       deraadt  1328: <li>In Xenocara, updated glproto to version 1.4.12, renderproto to 0.11.1, videoproto to 2.3.1. Added xextproto 1.7.2. Updated libxcb 1.7, libXi 1.3.2, libX11 1.3.5, libXfont 1.4.2.
                   1329: <!-- 2010/09/03 -->
1.32      bentley  1330: <li>Prevent <a href="https://man.openbsd.org/vr.4">vr(4)</a> from seeing stale contents because of insane compiler or hardware optimizations.
                   1331: <li>Fixed <a href="https://man.openbsd.org/athn.4">athn(4)</a> Ubiquiti SR71-12 and Winstron DMNA92 adapters.
1.1       deraadt  1332: <li>Added an EXIT STATUS section to some /sbin, /usr/sbin and /usr/libexec man pages.
1.32      bentley  1333: <li>Make <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> resolve matching rules from superior attribute types at schema load time instead of when each attribute is validated.
1.1       deraadt  1334: <li>Added an EXIT STATUS section to most /bin and /usr/bin man pages.
1.32      bentley  1335: <li>Implemented attribute syntax from RFC4517 in <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.
1.1       deraadt  1336: <!-- 2010/09/02 -->
1.32      bentley  1337: <li>Switched <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> ECDSA default key size to 256 bits, which according to RFC5656 should still be better than our current RSA-2048 default.
                   1338: <li>Fixed ControlPersist=yes for ControlMaster=yes in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
1.1       deraadt  1339: <li>Permitted -b 256, 384 or 521 as key size for ECDSA in ssh-keygen.
                   1340: <li>Fixed enqueue routing messages on sockets marked SS_CANTRCVMORE.
                   1341: <!-- 2010/09/01 -->
1.32      bentley  1342: <li>Fixed a memory leak in <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> and OpenCVS.
                   1343: <li>Fixed bug in <a href="https://man.openbsd.org/st.4">st(4)</a>.
                   1344: <li>Fixed a spurious line insertion in <a href="https://man.openbsd.org/wscons.4">wscons(4)</a>.
                   1345: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> reset running jobs when the status line is enabled or disabled.
1.1       deraadt  1346: <li>Updated freetype to version 2.4.2.
1.32      bentley  1347: <li>Prevent <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> from finding syntax error when parsing schema from the subschema.
1.1       deraadt  1348: <li>Disabled use of SIGIO by default in xserver, it breaks multi-card configuration.
                   1349: <li>Improved the consistency of the flexible buffer queue by making struct bufq a member of the softc for devices that use it.
                   1350: <!-- 2010/08/31 -->
                   1351: <li>Removed SIGIO handler from Xenocara DRI.
1.32      bentley  1352: <li>Added DVACT_QUIESCE (warn the device about suspend) support to <a href="https://man.openbsd.org/ahci.4">ahci(4)</a>, <a href="https://man.openbsd.org/auich.4">auich(4)</a>, <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>, <a href="https://man.openbsd.org/alc.4">alc(4)</a>, <a href="https://man.openbsd.org/ale.4">ale(4)</a>, <a href="https://man.openbsd.org/bge.4">bge(4)</a>, <a href="https://man.openbsd.org/em.4">em(4)</a>, <a href="https://man.openbsd.org/lii.4">lii(4)</a>, <a href="https://man.openbsd.org/msk.4">msk(4)</a>, <a href="https://man.openbsd.org/nfe.4">nfe(4)</a>, <a href="https://man.openbsd.org/sis.4">sis(4)</a>, <a href="https://man.openbsd.org/pci.4">pci(4)</a>, <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>, <a href="https://man.openbsd.org/ppb.4">ppb(4)</a>, <a href="https://man.openbsd.org/sili.4">sili(4)</a>, <a href="https://man.openbsd.org/vga.4">vga(4)</a>, <a href="https://man.openbsd.org/pchb.4">pchb(4)</a>, <a href="https://man.openbsd.org/acpi.4">acpi(4)</a>, <a href="https://man.openbsd.org/dc.4">dc(4)</a>, <a href="https://man.openbsd.org/fxp.4">fxp(4)</a>, <a href="https://man.openbsd.org/xl.4">xl(4)</a>, <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a>, <a href="https://man.openbsd.org/wdc.4">wdc(4)</a>, <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a>, <a href="https://man.openbsd.org/ehci.4">ehci(4)</a> and <a href="https://man.openbsd.org/pckbc.4">pckbc(4)</a>.
                   1353: <li>Make <a href="https://man.openbsd.org/cd.4">cd(4)</a>, pccbb powerhook code call an activate function.
                   1354: <li>Cleaned up activate/deactivate functions in various drivers: <a href="https://man.openbsd.org/pchb.4">pchb(4)</a>, <a href="https://man.openbsd.org/ubt.4">ubt(4)</a>, <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a>, <a href="https://man.openbsd.org/sis.4">sis(4)</a>, <a href="https://man.openbsd.org/nfe.4">nfe(4)</a>, <a href="https://man.openbsd.org/bge.4">bge(4)</a>, <a href="https://man.openbsd.org/fxp.4">fxp(4)</a>, <a href="https://man.openbsd.org/xl.4">xl(4)</a>, <a href="https://man.openbsd.org/pckbc.4">pckbc(4)</a>, <a href="https://man.openbsd.org/sd.4">sd(4)</a>, <a href="https://man.openbsd.org/uvisor.4">uvisor(4)</a>, <a href="https://man.openbsd.org/uhidev.4">uhidev(4)</a>, <a href="https://man.openbsd.org/usb.4">usb(4)</a>, <a href="https://man.openbsd.org/ohci.4">ohci(4)</a>, <a href="https://man.openbsd.org/wd.4">wd(4)</a>.
                   1355: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, implemented Elliptic Curve Cryptography modes for key exchange (ECDH) and host/user keys (ECDSA) as specified by RFC5656.
1.1       deraadt  1356: <li>Started work to add suspend/resume for Loongson Lemote.
1.32      bentley  1357: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, added buffer_get_cstring() and related functions that verify that the string extracted from the buffer contains no embedded \0 characters*. It prevents random (possibly malicious) crap from being appended to strings.
1.1       deraadt  1358: <!-- 2010/08/30 -->
1.32      bentley  1359: <li>Make <a href="https://man.openbsd.org/ohci.4">ohci(4)</a>, <a href="https://man.openbsd.org/zaurus/pxaudc.4">pxaudc(4/ZAURUS)</a>, <a href="https://man.openbsd.org/zaurus/zaudio.4">zaudio(4/ZAURUS)</a>, <a href="https://man.openbsd.org/zaurus/zkbd.4">zkbd(4/ZAURUS)</a>, <a href="https://man.openbsd.org/zaurus/zssp.4">zssp(4/ZAURUS)</a>, <a href="https://man.openbsd.org/zaurus/zts.4">zts(4/ZAURUS)</a>, <a href="https://man.openbsd.org/zaurus/lcd.4">lcd(4/ZAURUS)</a>, <a href="https://man.openbsd.org/zaurus/apm.4">apm(4/ZAURUS)</a>, arm <a href="https://man.openbsd.org/mainbus.4">mainbus(4)</a> powerhook code call an activate function.
                   1360: <li>Prevent processes from entering <a href="https://man.openbsd.org/wi.4">wi(4)</a> ioctl when another process is tsleep'ing in it.
1.1       deraadt  1361: <li>Disabled SVR4 compat by default in sparc GENERIC kernel.
1.32      bentley  1362: <li>Converted <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a> powerhook to an activate function for <a href="https://man.openbsd.org/an.4">an(4)</a>, <a href="https://man.openbsd.org/cnw.4">cnw(4)</a>, <a href="https://man.openbsd.org/ep.4">ep(4)</a>, <a href="https://man.openbsd.org/malo.4">malo(4)</a>, <a href="https://man.openbsd.org/ne.4">ne(4)</a>, <a href="https://man.openbsd.org/ray.4">ray(4)</a>, <a href="https://man.openbsd.org/sm.4">sm(4)</a>, <a href="https://man.openbsd.org/wi.4">wi(4)</a>, <a href="https://man.openbsd.org/xe.4">xe(4)</a>, <a href="https://man.openbsd.org/wdc.4">wdc(4)</a>.
                   1363: <li>Avoided a race in <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
1.1       deraadt  1364: <li>Added ddbcpu for sgi.
                   1365: <li>Fixed a race that could lead to hanging processes in libevent.
1.32      bentley  1366: <li>Avoided possible aliasing-related compiler issues in <a href="https://man.openbsd.org/cd.4">cd(4)</a>, <a href="https://man.openbsd.org/ch.4">ch(4)</a>, <a href="https://man.openbsd.org/ses.4">ses(4)</a>, <a href="https://man.openbsd.org/st.4">st(4)</a>.
1.1       deraadt  1367:
                   1368: <!-- 2010/08/29 -->
                   1369: <li>Makes X autoconfiguration more intuitive on machines with multiple SBus or UPA framebuffers, where wsdisplay0 isn't the console.
1.32      bentley  1370: <li>Make <a href="https://man.openbsd.org/atw.4">atw(4)</a> and <a href="https://man.openbsd.org/rtw.4">rtw(4)</a> powerhook code call an activate function.
                   1371: <li>Make sure local arrays of chars are word-aligned on strict alignment architectures with <a href="https://man.openbsd.org/gcc.1">gcc(1)</a>, as is done for global ones. Though not explicitly allowed by the C standard it has been historically handled correctly by most C compilers.
1.1       deraadt  1372: <li>Fixed kernel compiling with disabled IPSEC and enabled GIF/MPLS.
                   1373: <li>Make 2nd resume work on arm and zaurus.
                   1374: <!-- 2010/08/28 -->
                   1375: <li>Correctly compute loongson memory size if less than 256MB.
                   1376: <li>Fixed an uninitialized value leading to bogus KASSERT in uvm_pmr_use_inc().
1.32      bentley  1377: <li>Started implementation of activate function in <a href="https://man.openbsd.org/acpiasus.4">acpiasus(4)</a> to replace powerhooks functions.
                   1378: <li>Fixed autoconfiguration for accelerated drivers on sparc/sparc64, currently limited to <a href="https://man.openbsd.org/sunffb.4">sunffb(4)</a>.
                   1379: <li>Provided a way to get &lt; and &gt; symbols on <a href="https://man.openbsd.org/pckbc.4">pckbc(4)</a> pc101-key slovenian layouts.
1.1       deraadt  1380: <!-- 2010/08/27 -->
1.32      bentley  1381: <li>Make PCI Power Management optional, and only enable it when <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> attaches.
                   1382: <li>Make <a href="https://man.openbsd.org/apm.4">apm(4)</a> runs powerhook with interrupts blocked.
                   1383: <li>Big powerhooks clean up to improve suspend/resume: make powerhook code call an activate function in various devices: <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a>, <a href="https://man.openbsd.org/wi.4">wi(4)</a>, <a href="https://man.openbsd.org/neo.4">neo(4)</a>, <a href="https://man.openbsd.org/auacer.4">auacer(4)</a>, <a href="https://man.openbsd.org/auglx.4">auglx(4)</a>, <a href="https://man.openbsd.org/auich.4">auich(4)</a>, <a href="https://man.openbsd.org/autri.4">autri(4)</a>, <a href="https://man.openbsd.org/esa.4">esa(4)</a>, <a href="https://man.openbsd.org/eso.4">eso(4)</a>, <a href="https://man.openbsd.org/yds.4">yds(4)</a>, <a href="https://man.openbsd.org/maestro.4">maestro(4)</a>, <a href="https://man.openbsd.org/ath.4">ath(4)</a>, <a href="https://man.openbsd.org/bge.4">bge(4)</a>, <a href="https://man.openbsd.org/dc.4">dc(4)</a>, <a href="https://man.openbsd.org/nfe.4">nfe(4)</a>, <a href="https://man.openbsd.org/pgt.4">pgt(4)</a>, <a href="https://man.openbsd.org/ipw.4">ipw(4)</a>, <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>, <a href="https://man.openbsd.org/rl.4">rl(4)</a>.
                   1384: <li>Improved <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a> sdhc_activate().
                   1385: <li>Added screen blanking code in <a href="https://man.openbsd.org/loongson/smfb.4">smfb(4/LOONGSON)</A> for SM502.
                   1386: <li>Removed PWR_STANDBY from various drivers: <a href="https://man.openbsd.org/acpiasus.4">acpiasus(4)</a>, <a href="https://man.openbsd.org/ath.4">ath(4)</a>, <a href="https://man.openbsd.org/atw.4">atw(4)</a>, <a href="https://man.openbsd.org/pgt.4">pgt(4)</a>, <a href="https://man.openbsd.org/rtw.4">rtw(4)</a>, <a href="https://man.openbsd.org/esa.4">esa(4)</a>, <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a>, <a href="https://man.openbsd.org/ehci.4">ehci(4)</a>, <a href="https://man.openbsd.org/ohci.4">ohci(4)</a>, <a href="https://man.openbsd.org/uhci.4">uhci(4)</a>, <a href="https://man.openbsd.org/auixp.4">auixp(4)</a>, <a href="https://man.openbsd.org/ray.4">ray(4)</a>.
1.1       deraadt  1387: <!-- 2010/08/26 -->
                   1388: <li>Added screen burner support for SM712 flavour on loongson Lemote Yeeloong.
1.32      bentley  1389: <li>Allowed multiple interfaces to be specified instead of all or one in <a href="https://man.openbsd.org/rarpd.8">rarpd(8)</a>.
                   1390: <li>Fixed a memory leak in <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a>.
1.1       deraadt  1391: <li>Fixed mounting of cdXX.iso and installXX.iso on hppa.
                   1392: <!-- 2010/08/25 -->
1.32      bentley  1393: <li>Make CardBus <a href="https://man.openbsd.org/ral.4">ral(4)</a> suspend and resume properly on machines that keep the CardBus bridge powered up during suspend.
                   1394: <li>Prevent <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> from freeing proxyurl and cookie twice in the location code.
                   1395: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> reset any mode before freeing the buffer event when destroying a pane.
1.1       deraadt  1396: <li>Enabled the pixman library for m68k, fixed it for hp300 and mvme68k.
                   1397: <!-- 2010/08/24 -->
1.32      bentley  1398: <li>Added scsi_iopool_destroy() and scsi_link_shutdown() to <a href="https://man.openbsd.org/scsi.4">scsi(4)</a>.
                   1399: <li>Use <a href="https://man.openbsd.org/lockmgr.9">lockmgr(9)</a> instead of <a href="https://man.openbsd.org/rwlock.9">rwlock(9)</a> in <a href="https://man.openbsd.org/sdmmc.4">sdmmc(4)</a>.
                   1400: <li>Fixed a file descriptor leak in <a href="https://man.openbsd.org/ccdconfig.8">ccdconfig(8)</a>.
1.1       deraadt  1401: <!-- 2010/08/23 -->
1.3       jj       1402: <li>Updated libc time functions to tzcode2010k from elsie.nci.nih.gov.
1.32      bentley  1403: <li>Check for duplicate variables in the environment when setting a value via <a href="https://man.openbsd.org/setenv.3">setenv(3)</a> and <a href="https://man.openbsd.org/putenv.3">putenv(3)</a>.
                   1404: <li>Fixed <a href="https://man.openbsd.org/tip.1">tip(1)</a> .tiprc parsing.
                   1405: <li>Implemented <a href="https://man.openbsd.org/bus_space_barrier.9">bus_space_barrier(9)</a> in sgi.
1.1       deraadt  1406: <li>Avoided disable bridge interrupts on sgi platform when trying to access an unimplemented ioc3 register.
1.32      bentley  1407: <li>Improved <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>.
                   1408: <li>Worked around a rare race condition that can happen if <a href="https://man.openbsd.org/daily.8">daily(8)</a> zaps old files from /var/tmp while <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> is installing or updating a package and hasn't yet moved or even read some of the files in /var/tmp/pkginfo.* (typically +DESCR).
1.1       deraadt  1409: <li>Fixed two problems in the kernel work queues.
1.32      bentley  1410: <li>Added support for the LSISAS2004 chips in <a href="https://man.openbsd.org/mpii.4">mpii(4)</a>.
1.1       deraadt  1411: <!-- 2010/08/22 -->
1.32      bentley  1412: <li>Improved <a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a>.
                   1413: <li>Prevent Cisco's OSPF 6 from ignoring <a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> network-LSAs.
                   1414: <li>Enabled <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> to the build.
1.1       deraadt  1415: <li>Fixed a 16 year old bug in the radix tree sorting routine for non-contiguous netmasks. It can have a huge impact on IPsec performance.
1.32      bentley  1416: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> client stop calling fatal() on exit.
1.1       deraadt  1417: <li>In Xenocara, updated libXvMC to version 1.0.6, xf86-input-vmmouse to 12.6.10, xf86-video-vmware to 11.0.2, xf86-video-mga to 1.4.13, xf86-video-nv to 2.1.18, xterm to 261.
1.32      bentley  1418: <li>Updated <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> to version 3.2.6.
1.1       deraadt  1419: <!-- 2010/08/21 -->
1.32      bentley  1420: <li>Added a flag to <a href="https://man.openbsd.org/vis.3">vis(3)</a>: VIS_ALL - encode all characters, not just invisible ones, it can be called from <a href="https://man.openbsd.org/vis.1">vis(1)</a> withe the '-a' option.
                   1421: <li>Added Huawei E1820 to <a href="https://man.openbsd.org/umsm.4">umsm(4)</a>.
1.1       deraadt  1422: <li>Added a quirk for the apple clear orb USB speakers.
                   1423: <li>Fixed bugs in xf86-video-openchrome.
                   1424: <li>In Xenocara, updated xbproto to version 1.0.5, x11proto to 7.0.18, libXau to 1.0.6, xset 1.2.0, utils-macro to 1.10.0.
                   1425: <li>Make sysmerge display usage information as well as the error when a path to src/*.tgz isn't specified.
                   1426: <li>Fixed an mbuf leak in ATA over Ethernet driver.
                   1427: <!-- 2010/08/20 -->
1.32      bentley  1428: <li>Improved <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> column padding calculation.
1.1       deraadt  1429: <li>Changed the UFS DIP macros to be aware of the FFS2 kernel option by not bothering to check the mount type when FFS2 support is omitted.
1.32      bentley  1430: <li>Changed <a href="https://man.openbsd.org/hzto.9">hzto(9)</a> and <a href="https://man.openbsd.org/tvtohz.9">tvtohz(9)</a> arguments to const pointers.
                   1431: <li>Implemented user interface for error handling in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>: -W<i>level</i> selects warning you care about (error or fatal); -Wstop stops after parsing a file with the selected warning level; provide consistent exit status code for the selected warning level; always finish parsing each file unless fatal errors prevent it; removed the -f option and -Werror.
                   1432: <li>Prevent <a href="https://man.openbsd.org/wsconsctl.8">wsconsctl(8)</a> from ignoring errors silently if the device could not be opened.
1.1       deraadt  1433: <!-- 2010/08/19 -->
1.32      bentley  1434: <li>Prevent <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> from optimizing i386/amd64 lidt() function that provide access to i386/amd64 LIDT instruction. It fixes instant reboots with bsd.rd on Pentiums with F00F bug.
                   1435: <li>Introduced a machine-independent kern.consdev <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> that will replace the machine-dependent machdep.console_device.
                   1436: <li>Fixed a leak in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
1.1       deraadt  1437: <li>Make tcpdump correctly decode and print GPRS Tunnelling Protocol access point names.
                   1438: <li>Updated zoneinfo database to tzdata2010l from elsie.nci.nih.gov.
1.32      bentley  1439: <li>Fixed a NULL pointer dereference in <a href="https://man.openbsd.org/midicat.1">midicat(1)</a> option parsing when '-' is used as filename.
1.1       deraadt  1440: <!-- 2010/08/18 -->
1.32      bentley  1441: <li>Improved <a href="https://man.openbsd.org/uaudio.4">uaudio(4)</a>.
1.1       deraadt  1442: <li>Fixed xserver autoconfiguration on sparc and sparc64.
                   1443: <li>Removed Linux compatibility code in hppa and hppa64 GENERIC kernel and locore.S.
                   1444: <li>Fixed a bug in the Atheros AR9003 family driver.
1.32      bentley  1445: <li>Fixed a division by zero in <a href="https://man.openbsd.org/athn.4">athn(4)</a> AR9003 family chipset.
                   1446: <li>Make <a href="https://man.openbsd.org/athn.4">athn(4)</a> stop receiving beacons from other BSS when associated in STA mode.
                   1447: <li>Removed the standard pod2man \*(C+ pre-predefined string ("C++") in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
                   1448: <li>Make sure <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> correctly prints .Lk arguments in -Tascii.
1.1       deraadt  1449: <!-- 2010/08/17 -->
1.32      bentley  1450: <li>Make sure <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> throws away non-ASCII characters.
                   1451: <li>Added several fixes in <a href="https://man.openbsd.org/pr.1">pr(1)</a>.
1.1       deraadt  1452: <li>On sparc, make sure fast trap handlers correctly invoke soft interrupts by marking them explicitly pending before triggering the softintr.
                   1453: <li>Added missing files (floppies and/or install.iso and/or miniroot...) in the build time SHA256 file for alpha, amd64, hppa, hppa64, landisk, macppc, mvme68k, mvme88k, sgi, socppc, sparc, sparc64, vax.
                   1454: <li>Added power management for PCI devices, currently it just put everything in the D3 (deepest sleep) state upon suspend, and restore power upon resume.
                   1455: <!-- 2010/08/16 -->
                   1456: <li>Added support for larger sparc kernels when booting from tape, and avoided stomping on PROM data below 4MB on sun4c.
1.32      bentley  1457: <li>Adjusted <a href="https://man.openbsd.org/disktab.5">disktab(5)</a> miniroot disklabel to changes caused by fdisk partition alignment changes.
                   1458: <li>Removed support for loading 64 bit kernels from <a href="https://man.openbsd.org/hppa/cdboot.8">cdboot(8/HPPA)</a>.
                   1459: <li>Fixed a gcc4 mis-alignment in <a href="https://man.openbsd.org/rdate.8">rdate(8)</a>.
1.1       deraadt  1460: <!-- 2010/08/13 -->
                   1461: <li>Improved IP stack fragmented packets handling.
                   1462: <!-- 2010/08/12 -->
1.32      bentley  1463: <li>Prevented tools that fork and run a captive <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> for communication from failing to exit.
                   1464: <li>Enabled periodic (every 4 minutes) power amplifier calibration on <a href="https://man.openbsd.org/athn.4">athn(4)</a> AR9285 and AR9287.
                   1465: <li>Fixed <a href="https://man.openbsd.org/athn.4">athn(4)</a> AR9280/AR9281 chips in open-loop power control mode.
                   1466: <li>Make <a href="https://man.openbsd.org/fsck.8">fsck(8)</a> print the real device name followed by the disklabel UID in parenthesis when it is run against a disklabel UID.
                   1467: <li>Fix a one character typo on <a href="https://man.openbsd.org/inteldrm.4">inteldrm(4)</a> i915 that broke interrupt handling on ironlake.
                   1468: <li>Fixed <a href="https://man.openbsd.org/xl.4">xl(4)</a> memory corruption after resume.
                   1469: <li>Corrected a format string in <a href="https://man.openbsd.org/ccdconfig.8">ccdconfig(8)</a>.
1.2       jj       1470: <li>Fixed a off-by-one bug in NTFS.
1.1       deraadt  1471: <!-- 2010/08/11 -->
                   1472: <li>Disabled the RTC periodic interrupt on i386 and amd64 to fix problem like Dell Inspirion 4150 waking up immediately.
1.32      bentley  1473: <li>Plug several resource leaks in <a href="https://man.openbsd.org/gzsig.1">gzsig(1)</a>.
                   1474: <li>Make the number of <a href="https://man.openbsd.org/vnode.9">vnode(9)</a>s correspond to the number of buffers in buffer cache.
                   1475: <li>Fixed a logic problem which could in theory cause <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> to recursively print anchors with wildcards when not requested via the command line but in practice only applied to automatically generated inline anchors (which don't have wildcards) or when recursion was requested.
                   1476: <li>Forbade duplicate <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> session names from being created.
                   1477: <li>Added support for terabytes units with <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> editor 'T' command.
1.1       deraadt  1478: <!-- 2010/08/10 -->
1.32      bentley  1479: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> list panes command show which pane is active.
                   1480: <li>Fixed two problems in <a href="https://man.openbsd.org/gdt.4">gdt(4)</a>, introduced in 4.7: eliminate a use-after-free of xs for xs-&gt;flags, avoid calling scsi_done() twice when synchronizing disks during shut down.
1.1       deraadt  1481: <!-- 2010/08/09 -->
1.32      bentley  1482: <li>Remove extra '.' from <a href="https://man.openbsd.org/less.1">less(1)</a> -m prompt string.
1.1       deraadt  1483: </ul>