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

Annotation of www/plus49.html, Revision 1.36

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.36    ! deraadt    94: <a href="plus68.html">6.8</a>.
1.7       nick       95: <a href="plus.html">current</a>.
1.1       deraadt    96: <br>
                     97:
                     98: <p>
1.32      bentley    99: <h3>Changes made between OpenBSD 4.8 and 4.9</h3>
1.1       deraadt   100: <p>
                    101:
                    102: <ul>
                    103: <!-- 2011/02/28 -->
1.32      bentley   104: <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   105: <li>Make Xorg properly restore xf86-video-r128 video mode upon exit on macppc.
                    106: <li>Prevent a possible 5 seconds delay in socket splicing.
                    107: <li>Fixed a buffer overflow in the pppoe receive packet handling.
1.32      bentley   108: <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.
                    109: <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   110: <!-- 2011/02/26 -->
1.32      bentley   111: <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   112: <!-- 2011/02/24 -->
1.32      bentley   113: <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.
                    114: <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   115: <li>Prevent PIPEX from using address and control field on PPPoE, they must not be used as the protocol.
                    116: <li>In IPv6, prevent the nd6_addr_add() work queue task from adding multiple addresses for the same prefix.
                    117: <!-- 2011/02/23 -->
1.32      bentley   118: <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   119: <!-- 2011/02/22 -->
                    120: <li>Fixed PR6557 with RT2560 and RT2661.
                    121: <li>Mark  descriptors as invalid before unmapping the associated mbuf. Might prevent the unrecoverable DMA error mentioned in PR 6557.
1.32      bentley   122: <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.
                    123: <li>Improved <a href="https://man.openbsd.org/drm.4">drm(4)</a>.
                    124: <li>Improved <a href="https://man.openbsd.org/ami.4">ami(4)</a>.
1.1       deraadt   125: <!-- 2011/02/21 -->
1.32      bentley   126: <li>Make <a href="https://man.openbsd.org/makewhatis.8">makewhatis(8)</a> quieter unless launched with -v option.
                    127: <li>Fixed USB drives that spin themselves down due to inactivity in <a href="https://man.openbsd.org/sd.4">sd(4)</a>.
                    128: <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>.
                    129: <li>Fixed stats about node allocation failures in <a href="https://man.openbsd.org/ieee80211_proto.9">ieee80211_proto(9)</a>.
                    130: <li>Improved <a href="https://man.openbsd.org/ieee80211_input.9">ieee80211_input(9)</a>.
                    131: <li>Make <a href="https://man.openbsd.org/mos.4">mos(4)</a> set IFF_BROADCAST in if_flags.
1.1       deraadt   132: <li>Make Xorg properly restore xf86-video-ati video mode upon exit on macppc and sparc64.
1.32      bentley   133: <li>Fixed infinite loop in <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>.
                    134: <li>Prevent <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> from parsing blocks it did not successfully read.
                    135: <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>.
                    136: <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   137: <!-- 2011/02/19 -->
1.32      bentley   138: <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".
                    139: <li>Improved <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> cleaning of badly formed partition.
1.1       deraadt   140: <li>Disable Xorg on alpha because Xrender is broken.
                    141: <!-- 2011/02/18 -->
1.32      bentley   142: <li>Improved <a href="https://man.openbsd.org/alc.4">alc(4)</a>.
                    143: <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   144: <!-- 2011/02/17 -->
1.32      bentley   145: <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.
                    146: <li>Fixed speaker auto-mute in <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> for some IDT codecs.
                    147: <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.
                    148: <li>Make <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> check its widgets connection list.
1.1       deraadt   149: <!-- 2011/02/16 -->
1.32      bentley   150: <li>Fixed off by one bug in <a href="https://man.openbsd.org/lynx.1">lynx(1)</a> page display.
                    151: <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.
                    152: <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.
                    153: <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   154: <!-- 2011/02/15 -->
1.32      bentley   155: <li>Fixed crash in <a href="https://man.openbsd.org/viaenv.4">viaenv(4)</a>.
                    156: <li>Fixed suspend issues in <a href="https://man.openbsd.org/vnd.4">vnd(4)</a>.
                    157: <li>Added workaround for BCM5906 A0/1/2 controller silicon bug in <a href="https://man.openbsd.org/bge.4">bge(4)</a>.
                    158: <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.
                    159: <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.
                    160: </strong><br>
1.1       deraadt   161: <a href="errata48.html#010_sis">A source code patch is available</a>.<br>
1.32      bentley   162: <a href="stable.html">[Applied to stable]</a>
                    163: <li>Make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> nicely print 4-byte AS.
1.1       deraadt   164: <!-- 2011/02/14 -->
                    165: <li>Make routing socket free mbuf in failure case. Fixes PR6562.
1.32      bentley   166: <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   167: <a href="errata48.html#009_pf">A source code patch is available</a>.<br>
1.32      bentley   168: <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   169: <!-- 2010/02/13 -->
1.32      bentley   170: <li>Fixed a bug with the pointer location in <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>.
                    171: <li>Fixed a crash in <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>.
                    172: <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   173: <!-- 2010/02/12 -->
1.32      bentley   174: <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.
                    175: <li>Fixed <a href="https://man.openbsd.org/nc.1">nc(1)</a> PR6207.
                    176: <li>Added the rc_scripts variable for <a href="https://man.openbsd.org/rc.d.8">rc.d(8)</a>.
1.1       deraadt   177: <!-- 2010/02/11 -->
1.32      bentley   178: <li>Added linux_mprotect() syscall to <a href="https://man.openbsd.org/compat_linux.8">compat_linux(8)</a>.
1.1       deraadt   179: <li>Avoid dereferencing a NULL pointer during VT switches when composite is active in xf86-video-intel. Fixes a crash.
1.32      bentley   180: <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   181: <!-- 2010/02/10 -->
1.32      bentley   182: <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.
                    183: <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>
                    184: 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   185: <a href="errata48.html#008_openssl">A source code patch is available</a>.<br>
1.32      bentley   186: <a href="stable.html">[Applied to stable]</a>
                    187: <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.
                    188: <li>Fixed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> split-window argument usage.
                    189: <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   190: <!-- 2010/02/09 -->
1.32      bentley   191: <li>Set SO_KEEPALIVE on <a href="https://man.openbsd.org/ftpd.8">ftpd(8)</a> sockets.
1.1       deraadt   192: <!-- 2010/02/08 -->
                    193: <li>Fixed a crash with xf86-video-ati in zaphod mode if one screen is not present.
1.32      bentley   194: <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   195: <!-- 2010/02/07 -->
1.32      bentley   196: <li>Make Xenocara build use <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
                    197: <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   198: <li>Updated zoneinfo database to tzdata2011b from elsie.nci.nih.gov.
1.32      bentley   199: <li>Removed .NS from <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
1.1       deraadt   200: <!-- 2010/02/06 -->
1.32      bentley   201: <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.
                    202: <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.
                    203: <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.
                    204: <li>Fixed .Bk being ineffective in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
1.1       deraadt   205: <li>Make sgi platforms correctly pick the MP kernel on install if applicable.
1.32      bentley   206: <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.
                    207: <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.
                    208: <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   209: <!-- 2010/02/05 -->
1.32      bentley   210: <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.
                    211: <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   212: <!-- 2010/02/04 -->
1.32      bentley   213: <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   214: <li>OpenSSH 5.8 released.
1.32      bentley   215: <li>Fixed uninitialized nonce variable in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> key_certify().
1.1       deraadt   216: <!-- 2010/02/03 -->
                    217: <li>Clear struct scsi_inquiry_data in atascsi_pmp_inq() from SCSI to ATA translation layer.
1.32      bentley   218: <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.
                    219: <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   220: <!-- 2010/02/02 -->
                    221: <li>Merged in Xenocara fix for EXA bug #32803.
                    222: <li>In the kernel semaphore handling, for SETVAL and SETALL operations make sure the specified value(s) are within the system limits. Fixes PR6547.
                    223: <!-- 2010/02/01 -->
1.32      bentley   224: <li>Fixed <a href="https://man.openbsd.org/pf.4">pf(4)</a> check for invalid IPv6 fragment.
1.1       deraadt   225: <!-- 2010/01/31 -->
                    226: <li>Merged in Xenocara fix for EXA bug #24703. Prevent crash.
1.32      bentley   227: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> redraw pane borders when switching to last pane.
                    228: <li>Make <code>crontab -e</code> honour TMPDIR.
                    229: <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.
                    230: <li>Prevent <code>mandoc -Thtml</code> from printing out the &lt;BR&gt; before lines that have leading white space.
1.1       deraadt   231: <!-- 2010/01/30 -->
1.32      bentley   232: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> .Bx accept no more than two arguments.
                    233: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> quote .%T if .%B is specified, as in groff.
                    234: <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   235: <!-- 2010/01/29 -->
1.32      bentley   236: <li>Disambiguated return values of m_tag_copy_chain() in <a href="https://man.openbsd.org/mbuf_tags.9">mbuf_tags(9)</a>.
                    237: <li>Fixed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> problems with fatal() if the terminal disappear while locked.
                    238: <li>Fixed logic errors in <a href="https://man.openbsd.org/alc.4">alc(4)</a>.
1.1       deraadt   239: <!-- 2010/01/28 -->
1.32      bentley   240: <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   241: <li>Prevent an X server crash in Xenocara privilege separation.
                    242: <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   243: <li>Improved <a href="https://man.openbsd.org/iked.8">iked(8)</a> behaviour of drop_sa.
                    244: <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().
                    245: <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.
                    246: <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   247: <!-- 2010/01/27 -->
1.32      bentley   248: <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.
                    249: <li>Upgraded to <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> 3.2.7.
1.1       deraadt   250: <!-- 2010/01/26 -->
1.32      bentley   251: <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>.
                    252: <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>.
                    253: <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.
                    254: <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.
                    255: <li>Improved <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> jobs.
1.1       deraadt   256: <!-- 2010/01/25 -->
1.32      bentley   257: <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.
                    258: <li>Make the <a href="https://man.openbsd.org/pthreads.3">pthreads(3)</a> scheduler block signals while restoring a newly selected thread state.
                    259: <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   260: <li>Put -I${includedir} back into OpenSSL Cflags so configure script tests like test -n "`pkg-config --cflags openssl`" work.
1.32      bentley   261: <li>Removed usb events from <a href="https://man.openbsd.org/usb.4">usb(4)</a> devices.
                    262: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> avoid double blank line before a table preceded by .PP.
                    263: <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>.
                    264: <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.
                    265: <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.
                    266: <li>Fixed child SA deletion in <a href="https://man.openbsd.org/iked.8">iked(8)</a> drop_sa.
                    267: <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   268: <!-- 2010/01/24 -->
1.32      bentley   269: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> skip carriage return before newline, if any.
                    270: <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   271: <li>Updated zoneinfo database to tzdata2011a.
1.32      bentley   272: <li>Changed <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> default paths.
1.1       deraadt   273: <!-- 2010/01/23 -->
1.32      bentley   274: <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.
                    275: <li>Make <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> correctly handle I/Os that exceed MAXPHYS in size.
                    276: <li>Make <code>pfctl -x none</code> equivalent to <code>pfctl -x crit</code>.
                    277: <li>Allow <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> top-bit-set characters to be used for key bindings.
                    278: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> set $TMUX without the session when background jobs are run.
                    279: <li>Improved <a href="https://man.openbsd.org/hppa/lcd.4">lcd(4/hppa)</a> with SMP kernel.
                    280: <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   281: <!-- 2010/01/22 -->
1.32      bentley   282: <li>Wrapped <a href="https://man.openbsd.org/mg.1">mg(1)</a> basename, dirname with xbasename, xdirname functions.
                    283: <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   284: <li>Updated xfwp to version 1.0.2, x11perf to 1.5.3.
1.32      bentley   285: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> check argument count validation for all in_line() macros.
                    286: <li>Prevent <a href="https://man.openbsd.org/pf.4">pf(4)</a> from scrubbing packets that will be dropped anyway.
1.1       deraadt   287: <li>OpenSSH 5.7.
                    288: <li>Upgraded pixman to version 0.20.2.
                    289: <!-- 2010/01/21 -->
1.32      bentley   290: <li>Improved <a href="https://man.openbsd.org/mg.1">mg(1)</a> filename completion.
                    291: <li>Repaired <a href="https://man.openbsd.org/iked.8">iked(8)</a> rekeying by sending appropriate traffic selector.
                    292: <li>Make <a href="https://man.openbsd.org/mpe.4">mpe(4)</a> compile without errors when inet6 is not defined.
                    293: <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.
                    294: <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   295: <li>Prevent iked from creating child sas from empty proposals.
1.32      bentley   296: <li>Make <a href="https://man.openbsd.org/iked.8">iked(8)</a> handle empty encrypted payloads.
                    297: <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.
                    298: <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.
                    299: <li>Added Atheros F1 and F2 PHYS ton <a href="https://man.openbsd.org/atphy.4">atphy(4)</a>.
                    300: <li>Removed gotos in <a href="https://man.openbsd.org/vte.4">vte(4)</a> vte_iff function.
1.1       deraadt   301: <!-- 2010/01/20 -->
1.32      bentley   302: <li>Make clear <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> can't format pages with roff .it request.
                    303: <li>Added support for ITE IT8721 to <a href="https://man.openbsd.org/it.4">it(4)</a>.
                    304: <li>Improved <a href="https://man.openbsd.org/pf.4">pf(4)</a> packet reassembler.
1.1       deraadt   305: <!-- 2010/01/19 -->
1.32      bentley   306: <li>Improved <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
                    307: <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   308: <!-- 2010/01/18 -->
1.32      bentley   309: <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.
                    310: <li>Fixed a kernel crash due to <a href="https://man.openbsd.org/ifmedia.4">ifmedia(4)</a> broadcast address changes.
                    311: <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.
                    312: <li>Added join-line (M-^) to <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
                    313: <li>Removed handling of SIGUSR1 from <a href="https://man.openbsd.org/crontab.1">crontab(1)</a>.
1.1       deraadt   314: <!-- 2010/01/17 -->
1.32      bentley   315: <li>Improved <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
                    316: <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.
                    317: <li>Fixed redistribution of overlapping routes in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> rde.
                    318: <li>Added back-to-indentation (M-m) to <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
                    319: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> skip .TH with excessive arguments instead of throwing a fatal error.
                    320: <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   321: <!-- 2011/01/09 -->
1.32      bentley   322: <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.
                    323: <li>Continue to load <a href="https://man.openbsd.org/acpiec.4">acpiec(4)</a> even if _REG fails.
1.1       deraadt   324: <li>Improved IPV6 forward.
                    325: <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   326: <li>Make <code>netstat -w</code> default to the first egress interface, which is usually the most interesting.
1.1       deraadt   327: <li>Fixed a double free in xwininfo(1).
1.32      bentley   328: <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.
                    329: <li>Improved <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>.
                    330: <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.
                    331: <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.
                    332: <li>Added another check to <a href="https://man.openbsd.org/pkg_create.1">pkg_create(1)</a>.
1.3       jj        333: <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   334: <!-- 2011/01/08 -->
1.32      bentley   335: <li>Make authentication to <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> from pGina work.
1.1       deraadt   336: <li>Renamed imask[] to cpu_imask[] on powerpc architectures.
1.32      bentley   337: <li>Fixed <a href="https://man.openbsd.org/athn.4">athn(4)</a> LED handling.
                    338: <li>Fixed a counter in <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a> hello.
                    339: <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.
                    340: <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.
                    341: <li>Improved <a href="https://man.openbsd.org/athn.4">athn(4)</a>.
                    342: <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.
                    343: <li>Support unix domain sockets in <a href="https://man.openbsd.org/nc.1">nc(1)</a> with -Uu.
1.1       deraadt   344: <!-- 2011/01/07 -->
1.32      bentley   345: <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   346: <li>Added socket option SO_SPLICE to splice together two TCP sockets. Allows to write relay daemons with zero data copy.
                    347: <li>Updated Test::Simple(3p) to version 0.96.
1.32      bentley   348: <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.
                    349: <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   350: <li>Increased i386 MAXDSIZ to 2GB.
1.32      bentley   351: <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>.
                    352: <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.
                    353: <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   354: <!-- 2011/01/06 -->
1.32      bentley   355: <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.
                    356: <li>Reset <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> SIGCHLD handler to SIG_DFL when executing LocalCommand.
                    357: <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.
                    358: <li>Fixed %n expansion in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> LocalCommand.
                    359: <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   360: <li>Update CGI(3p) to 3.51. Includes a better fix for SA42443.
1.32      bentley   361: <li>Implemented fast channel change in <a href="https://man.openbsd.org/athn.4">athn(4)</a>.
                    362: <li>Align <a href="https://man.openbsd.org/sparc64/vdsp.4">vdsp(4/sparc64)</a> with Solaris expected behaviour.
                    363: <li>Make <a href="https://man.openbsd.org/athn.4">athn(4)</a> create an STA entry for the BSS upon association.
                    364: <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   365: <li>Make install fsck question default to 'no'.
                    366: <li>Make all /dev/*random nodes supply data from the same source.
1.32      bentley   367: <li>Prevent <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a> task scheduler from locking up.
                    368: <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.
                    369: <li>Added minimal LUN handling to <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a>.
                    370: <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   371: <a href="errata48.html#007_rtsock">A source code patch is available</a>.<br>
1.32      bentley   372: <a href="stable.html">[Applied to stable]</a>
                    373: <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.
                    374: <li>Fixed bug in <a href="https://man.openbsd.org/sl.4">sl(4)</a>.
                    375: <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   376: <!-- 2011/01/05 -->
1.32      bentley   377: <li>Make <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> MCFG ignore tables with an empty bus range.
1.1       deraadt   378: <li>Pass pmap_bootstrap() the memory range used by the PROM/BUG/firmware/... in aviion, luna88k and mvme88k.
1.32      bentley   379: <li>Added minor optimizations to m88k <a href="https://man.openbsd.org/pmap.9">pmap(9)</a>.
1.1       deraadt   380: <li>Make copypage() and zeropage() per-cpu function pointers on mvme88k.
                    381: <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   382: <li>Put <code>su -c ...</code> command into an rcexec variable so that it can be easily used it in rc scripts.
                    383: <li>Reintroduced use of bufq in <a href="https://man.openbsd.org/vnd.4">vnd(4)</a>.
1.2       jj        384: <li>Properly fixed PR6009.
1.1       deraadt   385: <!-- 2011/01/04 -->
1.32      bentley   386: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> parse and ignore minimal column width specification.
                    387: <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>.
                    388: <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   389: <li>Added support for Memory Mapped Configuration space access.  Gives access to PCIe extended configuration space access on modern i386 and amd64 machines.
                    390: <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   391: <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.
                    392: <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   393: <li>Updated xproto to version 7.0.20.
1.32      bentley   394: <li>Make <a href="https://man.openbsd.org/random.4">random(4)</a> arc4_stir() only grab 64 bytes from the MD5 output.
                    395: <li>Added support for XVR-300 in <a href="https://man.openbsd.org/sparc64/radeonfb.4">radeonfb(4/sparc64)</a>.
                    396: <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.
                    397: <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.
                    398: <li>Implemented NOP-IN -> NOP-OUT handling in <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a>.
                    399: <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.
                    400: <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.
                    401: <li>Fixes parsing of login responses with additional padding in <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a>.
                    402: <li>Make <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a> log the PDU which failed because no task was found.
                    403: <li>Added a missing session parameter in <a href="https://man.openbsd.org/iscsid.8">iscsid(8)</a>.
                    404: <li>Fixes multiple <a href="https://man.openbsd.org/man.7">man(7)</a> .IP and .TP bugs for -Tascii and -Thtml.
                    405: <li>Cleaned up and simplified <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> command argument parsing.
1.1       deraadt   406: <!-- 2011/01/03 -->
1.32      bentley   407: <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.
                    408: <li>Added support for UTF-8 mouse input (\033[1005h) in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
                    409: <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   410: <li>Removed the old COMPAT_23 SysV IPC structures from the kernel.
1.32      bentley   411: <li>Fixed bugs in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> macro argument parser with blank, backslashes and quotes escaping.
                    412: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> use one common macro argument parser for roff and man macros.
                    413: <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   414: <li>Reworked OpenBSD::Ustar(3p) object creation.
1.32      bentley   415: <li>Plugged a memory leak in <a href="https://man.openbsd.org/fortune.6">fortune(6)</a>.
                    416: <li>Make <a href="https://man.openbsd.org/ac97.4">ac97(4)</a> use host_flags directly as they're initialized during attach time.
                    417: <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.
                    418: <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   419: <li>Adjusted krb5 directories in OpenSSL pkg-config generator.
                    420: <li>Reworked m88k systems backtrace code.
1.32      bentley   421: <li>Reduced use of <code>cd</code> in the install script by using sub-shells or absolute paths when possible.
1.1       deraadt   422: <!-- 2011/01/02 -->
1.32      bentley   423: <li>Improved <a href="https://man.openbsd.org/sparc64/vdsp.4">vdsp(4/sparc64)</a> with OpenSolaris virtual disk client.
1.1       deraadt   424: <li>Make hppa need_resched() call cpu_unidle() such that a process running on another CPU is woken up.
1.32      bentley   425: <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   426: <li>Improved OpenBSD::Ustar(3p) error printing.
                    427: <li>Enabled Xorg on hppa.
1.32      bentley   428: <li>Enabled <a href="https://man.openbsd.org/udl.4">udl(4)</a> in Xenocara.
                    429: <li>Prevent some NULL pointer dereferences in <a href="https://man.openbsd.org/osiop.4">osiop(4)</a>.
                    430: <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.
                    431: <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.
                    432: <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.
                    433: <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   434: <!-- 2011/01/01 -->
                    435: <li>Improved mvme88k cache handling.
1.32      bentley   436: <li>Implemented READ CAPACITY in <a href="https://man.openbsd.org/sparc64/vdsk.4">vdsk(4/sparc64)</a>.
                    437: <li>Prevent <a href="https://man.openbsd.org/random.4">random(4)</a> from folding the MD5 in half.
1.1       deraadt   438: <li>Moved hppa setting cpu_hzticks to the clock initialization function, like other ports.
                    439: <li>Improved softintr_establish() linked list management in hppa intr.c.
1.32      bentley   440: <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.
                    441: <li>Prevent a buffer overflow in <a href="https://man.openbsd.org/sort.1">sort(1)</a>. Fixes PR6294.
                    442: <li>Added support for OTPROM reading on <a href="https://man.openbsd.org/athn.4">athn(4)</a> AR9485.
1.1       deraadt   443: <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   444: <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   445: <!-- 2010/12/31 -->
1.32      bentley   446: <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.
                    447: <li>Rewrite the <a href="https://man.openbsd.org/random.4">random(4)</a> randomattach function.
                    448: <li>Removed kq and poll code from <a href="https://man.openbsd.org/random.4">random(4)</a>.
                    449: <li>Adapt the m88k systems <a href="https://man.openbsd.org/pmap.9">pmap(9)</a> to aviion, mvme88k, luna88k.
                    450: <li>Prevent <a href="https://man.openbsd.org/athn.4">athn(4)</a> from exceeding power requirements in Atheros AR9380, AR9485, AR9380, AR9003 chipsets.
                    451: <li>Better handle of writethrough mappings in m88k systems <a href="https://man.openbsd.org/pmap.9">pmap(9)</a>.
1.1       deraadt   452: <li>Reworked the cache flushing routines in m88k systems.
                    453: <li>Introduced a new cmmu routine in m88k systems.
                    454: <li>Updated dirent.h for standard compliance: expose dirfd with XPG7 and scandir and alphasort with POSIX 2008.
1.32      bentley   455: <li>Improved <a href="https://man.openbsd.org/isp.4">isp(4)</a>.
                    456: <li>Added a new firmware package for <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>.
1.1       deraadt   457: <li>Reduced the chances of false pulse detect in AR9271 and AR9485 Atheros chipset and improved carrier leak calibration/correction.
1.32      bentley   458: <li>Make <a href="https://man.openbsd.org/athn.4">athn(4)</a> more bus independent.
                    459: <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.
                    460: <li>Make amd64 machine-dependent <a href="https://man.openbsd.org/pthreads.3">pthreads(3)</a> compile with llvm-clang.
                    461: <li>Make <a href="https://man.openbsd.org/sigsetops.3">sigsetops(3)</a> compile with llvm-clang.
1.1       deraadt   462: <!-- 2010/12/30 -->
1.32      bentley   463: <li>Changed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> from a per-session stack of buffers to one global stack.
                    464: <li>Improved <a href="https://man.openbsd.org/random.4">random(4)</a>.
                    465: <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   466: <li>Added hppa GENERIC.MP to the release build and ship bsd.mp for hppa.
                    467: <li>Make sure hppa restore the right interrupt mask when switching CPUs.
                    468: <li>Improved the loading of FPU context with multiple CPUs in hppa.
                    469: <li>Turn hppa machine-dependent signotify() into a function that also calls cpu_unidle().
                    470: <li>Implemented cpu_unidle() for hppa multiprocessor kernels.
1.32      bentley   471: <li>Make <a href="https://man.openbsd.org/mfi.4">mfi(4)</a> use iopools.
1.1       deraadt   472: <!-- 2010/12/29 -->
1.32      bentley   473: <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.
                    474: <li>Add a process reference counting variable to struct usbd_device in <a href="https://man.openbsd.org/usb.4">usb(4)</a>.
                    475: <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   476: <li>Added support for all the four xterm mouse modes.
1.32      bentley   477: <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   478: <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   479: <li>Removed non-essential, unused parts of <a href="https://man.openbsd.org/random.4">random(4)</a>.
1.1       deraadt   480: <li>Removed fc_conf from rc.subr.
1.32      bentley   481: <li>Removed more direct uses of print in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
                    482: <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.
                    483: <li>Implemented timeouts of scsi commands in <a href="https://man.openbsd.org/mpii.4">mpii(4)</a>.
                    484: <li>Make <a href="https://man.openbsd.org/mpii.4">mpii(4)</a> properly detach devices.
                    485: <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   486: <!-- 2010/12/28 -->
                    487: <!-- 2010/12/27 -->
1.32      bentley   488: <li>Fixed a bug in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
1.1       deraadt   489: <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.
                    490: <li>Removed unused and broken x86_multicast_ipi() from i386 and amd64.
1.2       jj        491: <li>Prevent issuing a m88k cache maintenance operation until the last one is completed.
1.32      bentley   492: <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   493: <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   494: <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   495: <!-- 2010/12/26 -->
1.32      bentley   496: <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.
                    497: <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   498: <!-- 2010/12/25 -->
1.32      bentley   499: <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   500: <!-- 2010/12/24 -->
1.2       jj        501: <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   502: <li>Prevent linker failure with sparc crtbeginS.o.
1.32      bentley   503: <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).
                    504: <li>Prevent rc.subr from overwriting local_rcconf by flags from the <a href="https://man.openbsd.org/rc.8">rc(8)</a> script.
                    505: <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   506: <li>Prevent g++(1) from warning about undefined __throw_exception_again().
1.32      bentley   507: <li>Make <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> handle failures from ports tree with more care.
                    508: <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   509: <!-- 2010/12/23 -->
1.32      bentley   510: <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        511: <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   512: <li>Add a common interface for various devices in <a href="https://man.openbsd.org/pms.4">pms(4)</a>.
1.1       deraadt   513: <li>Make m88k systems check for pcb_onfault being set for genuine kernel data faults.
                    514: <li>Make the pte created by pmap_map() wired, and count them in pmap_kernel() statistics on m88k systems.
1.32      bentley   515: <li>Improved <a href="https://man.openbsd.org/pmap.9">pmap(9) mmap interface</a>.
                    516: <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.
                    517: <li>Fixed <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> when asked to log on stderr.
                    518: <li>Make <a href="https://man.openbsd.org/iked.8">iked(8)</a> use netmask instead of address when it is asked to.
                    519: <li>Fixed <a href="https://man.openbsd.org/iked.8">iked(8)</a> SA rekeying for responders.
1.1       deraadt   520: <!-- 2010/12/22 -->
1.32      bentley   521: <li>Added more standard HTML tag to <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> -tHTML.
                    522: <li>Allow <a href="https://man.openbsd.org/drm.4">drm(4)</a> to work in -keepPriv situations.
1.1       deraadt   523: <li>Prevent removing of xf86drm device entry if open fails.
1.32      bentley   524: <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.
                    525: <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.
                    526: <li>Prevent <a href="https://man.openbsd.org/opendev.3">opendev(3)</a> from prepending /dev/ to path if it already contains a slash.
                    527: <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>.
                    528: <li>Fixed some bugs in <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
                    529: <li>Make it easier to spot errors in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
                    530: <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).
                    531: <li>Add support for Dynex DX-SC51 <a href="https://man.openbsd.org/envy.4">envy(4)</a>.
                    532: <li>Prevent an infinite loop in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
1.1       deraadt   533: <!-- 2010/12/21 -->
1.32      bentley   534: <li>Improved <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> vertical spacing, -Thtml.
                    535: <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   536: <li>Updated xorg-server to version 1.9.3.
1.32      bentley   537: <li>Prevent <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a> input from leaking short packets.
                    538: <li>Prevent <a href="https://man.openbsd.org/opendev.3">opendev(3)</a> from casting to non-const.
1.1       deraadt   539: <li>Converted netisr to a normal soft interrupt instead of having machine-dependent code for it.
1.32      bentley   540: <li>Prevent a mbuf leak in <a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a>.
                    541: <li>Fixed <a href="https://man.openbsd.org/iked.8">iked(8)</a> netmask from sockaddr conversion.
1.1       deraadt   542: <li>Fixed PR6524.
1.32      bentley   543: <li>Fixed <a href="https://man.openbsd.org/iked.8">iked(8)</a> log_warn and log_debug arguments.
                    544: <li>Improved <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> dependencies finder.
                    545: <li>Improved <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> buffers. Fixes some segfaults.
1.1       deraadt   546: <!-- 2010/12/20 -->
1.32      bentley   547: <li>Work around <a href="https://man.openbsd.org/panic.9">panic(9)</a> due to 'invalid opcode' in mvme88k kernel trap.
                    548: <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.
                    549: <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.
                    550: <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.
                    551: <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.
                    552: <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.
                    553: <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.
                    554: <li>Allow registration of library objects in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
                    555: <li>Make <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> pass state to SharedLibs for direct printing.
                    556: <li>Removed SESSION_DEAD flag from <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
                    557: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> use pointer rather than index for the client's last session.
                    558: <li>Unified the way <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> sessions are used by callbacks.
1.1       deraadt   559: <!-- 2010/12/19 -->
1.32      bentley   560: <li>Added a -xxx option to <a href="https://man.openbsd.org/pcidump.8">pcidump(8)</a> to print PCIe extended configuration space.
                    561: <li>Prevent <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> from destroying the index counter when a session comes up.
                    562: <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().
                    563: <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>.
                    564: <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   565: <li>Updated freetype to version 2.4.4.
1.32      bentley   566: <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.
                    567: <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.
                    568: <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.
                    569: <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.
                    570: <li>Removed 'i' and 'r' macro handlers in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
1.1       deraadt   571: <!-- 2010/12/18 -->
1.32      bentley   572: <li>Added support for the Sweex LW154 to <a href="https://man.openbsd.org/rsu.4">rsu(4)</a>.
                    573: <li>Improved <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> with uses of OpenBSD::State(3p).
1.1       deraadt   574: <!-- 2010/12/17 -->
1.32      bentley   575: <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.
                    576: <li>Fixed simple passwords with SHA in <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.
1.1       deraadt   577: <!-- 2010/12/16 -->
1.32      bentley   578: <li>Avoid pointer arithmetic on void * in <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>.
                    579: <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   580: <!-- 2010/12/15 -->
1.32      bentley   581: <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   582: <a href="errata48.html#006_cbc">A source code patch is available</a>.<br>
1.32      bentley   583: <a href="stable.html">[Applied to stable]</a>
                    584: <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   585: <a href="errata48.html#005_pf">A source code patch is available</a>.<br>
1.32      bentley   586: <a href="stable.html">[Applied to stable]</a>
                    587: <li>Fixed getopt() bug in <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>.
                    588: <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   589: <li>Added security fix in OpenSSL for CVE-2010-4180.
                    590: <!-- 2010/12/14 -->
1.32      bentley   591: <li>Prevent delays in <a href="https://man.openbsd.org/usb.4">usb(4)</a> if the device dying.
                    592: <li>Make <a href="https://man.openbsd.org/cron.8">cron(8)</a> treat a missing spool dir like an empty one.
                    593: <li>Disabled access to <a href="https://man.openbsd.org/crypto.4">crypto(4)</a> from userland.
1.1       deraadt   594: <li>Implemented fast path TLB miss handling on the landisk platform. Improves speed by 44-50%.
1.32      bentley   595: <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.
                    596: <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.
                    597: <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   598: <!-- 2010/12/13 -->
1.32      bentley   599: <li>Fixed bug in <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>.
                    600: <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.
                    601: <li>Fixed a race condition in <a href="https://man.openbsd.org/ldconfig.8">ldconfig(8)</a>.
                    602: <li>Simulate a full login with <a href="https://man.openbsd.org/su.8">su(8)</a> in rc.subr.
                    603: <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.
                    604: <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.
                    605: <li>Improved <a href="https://man.openbsd.org/pkg_delete.1">pkg_delete(1)</a>.
1.1       deraadt   606: <!-- 2010/12/12 -->
1.32      bentley   607: <li>Prevent <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> resolver from reading past the end of a buffer.
                    608: <li>Make sure GCC configuration file for sparc OpenBSD is consistent with <code>&lt;sys/types.h&gt;</code>.
                    609: <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>.
                    610: <li>Make <a href="https://man.openbsd.org/rsu.4">rsu(4)</a> match the Planex GW-USNano.
1.1       deraadt   611: <!-- 2010/12/11 -->
1.32      bentley   612: <li>Added support for the ZTE MF112 from MERIGHI Marcus to <a href="https://man.openbsd.org/umsm.4">umsm(4)</a>.
                    613: <li>Make <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> drop Rx'd frames larger than MCLBYTES.
                    614: <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.
                    615: <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.
                    616: <li>Fixed <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> rectangle copy to behave like Emacs.
                    617: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> prompt history global for all clients.
                    618: <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.
                    619: <li>Fixed bug in <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a>.
1.1       deraadt   620: <li>Allow the rc.d system to mark an rc action as unsupported by setting the corresponding variable to NO.
                    621: <li>Prevent the rc.d system from overwriting settings in the rc scripts.
                    622: <!-- 2010/12/10 -->
1.32      bentley   623: <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.
                    624: <li>Fixed bug in <a href="https://man.openbsd.org/su.1">su(1)</a>.
                    625: <li>Fixed a file descriptor leak in <a href="https://man.openbsd.org/rcs.1">rcs(1)</a>.
1.1       deraadt   626: <!-- 2010/12/09 -->
1.32      bentley   627: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> abort endless loops during roff macro and string expansion.
                    628: <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.
                    629: <li>Added support for <code>-s <i>login-shell</i></code> to <a href="https://man.openbsd.org/su.1">su(1)</a>.
                    630: <li>Fixed an infinite loop in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    631: <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   632: <!-- 2010/12/08 -->
1.32      bentley   633: <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   634: <li>Make xinput use ASCII art when the environment is not UTF-8 capable.
1.32      bentley   635: <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   636: <!-- 2010/12/07 -->
                    637: <li>Fixed bug in amd64 {rdmsr,wrmsr}_locked functions.
                    638: <li>Updated xf86-video-geode to 2.11.10.
                    639: <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.
                    640: <!-- 2010/12/06 -->
1.32      bentley   641: <li>Make <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> ignore .ft when used with <code>-Thtml</code>.
                    642: <li>Prevent <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> from reporting the same problem more than one time.
                    643: <li>Added an option in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> for silence (lack of activity) in a window.
                    644: <li>Prevent <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> from printing .P, .PP and .LP header content.
                    645: <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   646: <li>Avoid calling xf86DPMSInit() twice in xf86-video-sunffb. Fixes X server crashes that appeared with the xserver 1.9.2 import.
                    647: <li>Allow better compiler optimization of PMAP_PREFER on arm, hppa, hppa64, m68k, mips64, solbourne, sparc and sparc64.
                    648: <li>Updated CGI(3p) to version 3.50 (includes a fix for SA42443).
1.32      bentley   649: <li>Added a <code>-D</code> flag to specify the display to start xtsscale(1) on.
                    650: <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.
                    651: <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>.
                    652: <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>.
                    653: <li>Make <a href="https://man.openbsd.org/usb.4">usb(4)</a> call config_deactivate() before config_detach() when detaching devices.
                    654: <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.
                    655: <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.
                    656: <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   657: <!-- 2010/12/05 -->
                    658: <li>Improved xf86-video-glint for sparc64. Make mplayer play video without weird colors.
                    659: <li>Upgraded xorg-xserver to version 1.9.2, xf86-video-savage to 2.3.2.
1.32      bentley   660: <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   661: <li>Make sure nfsrv_descrpt_pl pool is initialised only once in nfs_syscalls to prevent infinite loops.
1.32      bentley   662: <li>Make <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> framework easier to reuse.
1.1       deraadt   663: <!-- 2010/12/04 -->
1.32      bentley   664: <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   665: <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.
                    666: <li>Added a simple bus_space_barrier implementation in octeon.
1.32      bentley   667: <li>Fixed a file descriptor leak in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    668: <li>Fixed <a href="https://man.openbsd.org/sgi/iockbc.4">iockbc(4/sgi)</a> compilation.
                    669: <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>.
                    670: <li>Added support for DUIDs in <a href="https://man.openbsd.org/swapctl.2">swapctl(2)</a>.
                    671: <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   672: <!-- 2010/12/03 -->
1.32      bentley   673: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> key authentication check for revoked keys earlier.
                    674: <li>Fixed a file descriptor leak in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
1.1       deraadt   675: <!-- 2010/12/02 -->
1.32      bentley   676: <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.
                    677: <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.
                    678: <li>Prevent <a href="https://man.openbsd.org/savecore.8">savecore(8)</a> from reading lapic area by not linking vers.o last.
                    679: <li>Make the <a href="https://man.openbsd.org/hotplug.4">hotplug(4)</a> queue dynamic. Allow it to increase size without waste.
                    680: <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.
                    681: <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   682: <!-- 2010/12/01 -->
1.32      bentley   683: <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   684: <li>Disable default maintainer mode in makedepend(1). Suppress extra attempts to re-run autoheader that fails.
1.32      bentley   685: <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.
                    686: <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   687: <!-- 2010/11/30 -->
1.32      bentley   688: <li>Make <a href="https://man.openbsd.org/perl.1">perl(1)</a> work with THREADED_PERL=true, though not enabled by default.
                    689: <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.
                    690: <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   691: <!-- 2010/11/29 -->
1.32      bentley   692: <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.
                    693: <li>Improved <a href="https://man.openbsd.org/iked.8">iked(8)</a> and isakmpd key exchange speed.
1.1       deraadt   694: <li>Updated xterm to 267, xf86-video-apm to 1.2.3.
1.32      bentley   695: <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".
                    696: <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.
                    697: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> correctly load comment for encrypted rsa1 keys.
                    698: <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.
                    699: <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.
                    700: <li>Introduced a new asynchronous resolver in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
                    701: <li>Added rss mime type to <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
                    702: <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.
                    703: <li>Implemented the roof .ft (change font) request for <a href="https://man.openbsd.org/man.7">man(7)</a>.
1.1       deraadt   704: <!-- 2010/11/28 -->
                    705: <li>Bumped the number of supported CPUs from 32 to 64 on i386 and amd64.
1.32      bentley   706: <li>Fixed hangs seen with MCLGETI and put it back in <a href="https://man.openbsd.org/re.4">re(4)</a>.
                    707: <li>Removed machdep.root_device <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> in alpha platform.
1.1       deraadt   708: <li>Added boot descriptor support to octeon.
1.32      bentley   709: <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   710: <li>Enabled __HAVE_PMAP_DIRECT on mips64, unless the kernel is configured to run on R5000 family processors.
1.32      bentley   711: <li>Fixed a <a href="https://man.openbsd.org/carp.4">carp(4)</a> panic.
                    712: <li>Improved <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> handling of error message when parsing unimplemented macros.
1.1       deraadt   713: <!-- 2010/11/27 -->
1.32      bentley   714: <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>.
                    715: <li>Prevent <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> from printing bogus ERROR messages about undefined macros.
1.1       deraadt   716: <li>Improved the way saved registers are displayed in arm backtraces.
                    717: <li>Removed the global pmap list and related debug code in arm machine-dependent code.
1.32      bentley   718: <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.
                    719: <li>Removed <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> single-step load and store counters.
1.1       deraadt   720: <li>Updated xf86-input-keyboard to 1.5.0.
                    721: <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   722: <li>Make <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> keeps track of all manpages directories.
                    723: <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   724: <!-- 2010/11/26 -->
1.32      bentley   725: <li>Improved <a href="https://man.openbsd.org/sparc64/gfxp.4">gfxp(4/sparc64)</a>.
                    726: <li>Disabled <a href="https://man.openbsd.org/uscanner.4">uscanner(4)</a> by default on all kernels which configure it.
                    727: <li>Fixed <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> re-indexing by checking if an index entry already exists.
                    728: <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   729: <li>Remove sunmouse protocol decoder from Xenocara.
1.32      bentley   730: <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   731: <!-- 2010/11/25 -->
1.32      bentley   732: <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.
                    733: <li>Implement the .de (define macro) roff instruction in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
1.1       deraadt   734: <li>Updated xcalc to 1.0.4, xeyes to 1.1.1, xf86-video-ast to 0.91.10.
                    735: <li>Updated xlsatoms to 1.1.0, xlsclients to 1.1.0, xwininfo to 1.1.1, all rewritten to use XCB.
                    736: <!-- 2010/11/24 -->
                    737: <li>Added floating-point emulation code for systems mips64 systems lacking proper FPU like octeon.
1.32      bentley   738: <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.
                    739: <li>Improved <a href="https://man.openbsd.org/ptrace.2">ptrace(2)</a> usage on mips64.
1.1       deraadt   740: <li>Implemented a real pmap_proc_iflush() in mips64 chipsets.
1.32      bentley   741: <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   742: <li>Make sure that hw.disknames gets updated whenever a disklabel is set.
1.32      bentley   743: <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.
                    744: <li>Fixed bug in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> aliases.
1.1       deraadt   745: <!-- 2010/11/23 -->
1.32      bentley   746: <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   747: <li>Improved octeon interrupt handling.
1.32      bentley   748: <li>Prevent RAMDISK <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> from printing terminating null character after strings.
                    749: <li>Make <a href="https://man.openbsd.org/mii.4">mii(4)</a> recognize the Marvell PHYG65G Gigabit PHY.
1.1       deraadt   750: <!-- 2010/11/22 -->
1.32      bentley   751: <li>Removed WINDOW_HIDDEN flag from <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
                    752: <li>Make <a href="https://man.openbsd.org/macppc/zs.4">zs(4/macppc)</a> use cons_decl() to get console routine prototypes.
                    753: <li>Make installation script create devices for fstab entries that are using <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> UID.
                    754: <li>Improved <a href="https://man.openbsd.org/cd.4">cd(4)</a>.
1.1       deraadt   755: <!-- 2010/11/21 -->
1.32      bentley   756: <li>Removed timer randomness in <a href="https://man.openbsd.org/random.4">random(4)</a> ioctl.
1.1       deraadt   757: <li>In Xenocara, updated xf86-input-mouse to version 1.6.0.
1.32      bentley   758: <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.
                    759: <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().
                    760: <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   761: <!-- 2010/11/20 -->
1.32      bentley   762: <li>Added wsdisplay_rawkbdinput() for raw mode input in <a href="https://man.openbsd.org/wskbd.4">wskbd(4)</a>.
1.1       deraadt   763: <li>Start work to get rid of avail_start and avail_end in the kernel.
                    764: <li>Prevent mac68k machine-dependent code to overrun memory ranges array.
1.32      bentley   765: <li>Fixed panic on <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> destroy.
1.1       deraadt   766: <!-- 2010/11/19 -->
1.32      bentley   767: <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.
                    768: <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.
                    769: <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   770: <li>Make install/upgrade drop dhcp group from interfaces which did not go UP and got an IP address.
1.32      bentley   771: <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.
                    772: <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>.
                    773: <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>.
                    774: <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.
                    775: <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   776: <!-- 2010/11/18 -->
                    777: <li>Prevent MAKEDEV from running for a UID in install.
                    778: <li>Make sure NTFS and ext2 readdir cookies are actually allocated with the correct size.
                    779: <li>Added NVIDIA MCP89 SATA controllers in the PCI IDE controller driver.
1.32      bentley   780: <li>Make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> log notification messages.
                    781: <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   782: <!-- 2010/11/17 -->
1.32      bentley   783: <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>.
                    784: <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   785: <li>Applied security fix for OpenSSL CVE-2010-3864.
1.32      bentley   786: <li>Introduced ifa_update_broadaddr in <a href="https://man.openbsd.org/ifmedia.4">ifmedia(4)</a> to update an ifaddr's broadcast address,
                    787: <li>Allow <a href="https://man.openbsd.org/iked.8">iked(8)</a> -D command line flag to actually define macros.
1.1       deraadt   788: <!-- 2010/11/16 -->
1.32      bentley   789: <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.
                    790: <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.
                    791: <li>Added support for Marvell 88E8059 in <a href="https://man.openbsd.org/msk.4">msk(4)</a>.
                    792: <li>Fixed a null pointer dereference in <a href="https://man.openbsd.org/route.4">route(4)</a> that was causing kernel crashes.
                    793: <li>Make <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> attach FeiXun products.
                    794: <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.
                    795: <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.
                    796: <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   797: <!-- 2010/11/15 -->
1.32      bentley   798: <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>.
                    799: <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>
                    800: <li>Added <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> to armish, landisk, macppc, socppc and loongson GENERIC kernel.
                    801: <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.
                    802: <li>Make <a href="https://man.openbsd.org/isduid.3">isduid(3)</a> easily usable.
                    803: <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   804: <li>Improved amd64 AESNI driver.
1.32      bentley   805: <li>Prevent <a href="https://man.openbsd.org/who.1">who(1)</a> from producing lines longer than 80 columns.
                    806: <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   807: <!-- 2010/11/14 -->
1.32      bentley   808: <li>Improved <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> midi.
1.1       deraadt   809: <li>In Xenocara, updated Pixmap to version 0.20.0.
1.32      bentley   810: <li>Prevent <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> last and active window from becoming the same.
1.1       deraadt   811: <!-- 2010/11/13 -->
                    812: <li>Allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of hardcoding lowdelay/throughput.
1.32      bentley   813: <li>Removed bdwrite to bawrite conversion in <a href="https://man.openbsd.org/vfs.9">vfs(9)</a>.
1.1       deraadt   814: <li>Switched from TSS-per-process to TSS-per-CPU in amd64.
                    815: <!-- 2010/11/12 -->
1.32      bentley   816: <li>Reverted MCLGETI for <a href="https://man.openbsd.org/re.4">re(4)</a> as it is causing hangs.
1.1       deraadt   817: <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   818: <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.
                    819: <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   820: <!-- 2010/11/11 -->
1.32      bentley   821: <li>Added XAUTHORITY to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> update-environment.
                    822: <li>Added a -a flag to <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> unbind-key to flush all key bindings.
                    823: <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   824: <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.
                    825: <!-- 2010/11/10 -->
1.32      bentley   826: <li>Prevent <a href="https://man.openbsd.org/acpibat.4">acpibat(4)</a> from recursing infinitely on the notify function.
                    827: <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   828: <li>Pass aesni_ctr_enc an initial counter block instead of an initialization vector in amd64 aesni.
1.32      bentley   829: <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.
                    830: <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.
                    831: <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.
                    832: <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   833: <!-- 2010/11/09 -->
1.32      bentley   834: <li>Use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    835: <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.
                    836: <li>Improved <a href="https://man.openbsd.org/drm.4">drm(4)</a>.
1.1       deraadt   837: <!-- 2010/11/08 -->
1.32      bentley   838: <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>.
                    839: <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.
                    840: <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   841: <li>Clear ERL register on octeon locore.S.
                    842: <!-- 2010/11/06 --><li>Added sched_get_priority_{min,max} to libpthread.
1.32      bentley   843: <li>Moved <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> raid1 and crypto to a workq.
                    844: <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.
                    845: <li>Added a temporary workaround for <a href="https://man.openbsd.org/imake.1">imake(1)</a> buff with variable substitutions.
1.2       jj        846: <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   847: <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        848: <li>Added security fix for the TrueType FX font variation loader of FreeType in Xenocara (CVE-2010-3855).
1.1       deraadt   849: <li>Added a security fix for the TrueType bytecode interpreter of FreeType in Xenocara (CVE-2010-3814).
1.32      bentley   850: <li>Added <a href="https://man.openbsd.org/urtwn.4">urtwn(4)</a> to sparc64 GENERIC kernel.
1.1       deraadt   851: <!-- 2010/11/05 -->
1.32      bentley   852: <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   853: <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   854: <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.
                    855: <li>Implement <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> command "show mbuf addr".
1.1       deraadt   856: <li>In Xenocara update xf86-video-geode to 2.11.9.
1.32      bentley   857: <li>Fixed a possible use of uninitialized variable in <a href="https://man.openbsd.org/mrouted.8">mrouted(8)</a> IGMP.
                    858: <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.
                    859: <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.
                    860: <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   861: <!-- 2010/11/04 -->
1.32      bentley   862: <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.
                    863: <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.
                    864: <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.
                    865: <li>Make <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a> rewrite all packet parsers to be more careful about alignment.
                    866: <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   867: <li>Make sure sysmerge won't end up using /usr/src/etc when the correct option isn't passed.
1.32      bentley   868: <li>Fixed a bug in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> when used with: -nz bsr.
                    869: <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>.
                    870: <li>Make <a href="https://man.openbsd.org/sftp-server.8">sftp-server(8)</a> parse umask as octal.
1.1       deraadt   871: <!-- 2010/11/03 -->
1.32      bentley   872: <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.
                    873: <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>.
                    874: <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.
                    875: <li>Use caseExactMatch instead of caseExactIA5Match in <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> core.schema.
                    876: <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.
                    877: <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   878: <!-- 2010/11/02 -->
1.32      bentley   879: <li>Make <a href="https://man.openbsd.org/trm.4">trm(4)</a> reduce useless retry of commands getting sense errors.
                    880: <li>Make <code>make -q</code> exit with 1 and not -1. Fixes PR6494.
                    881: <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.
                    882: <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>.
                    883: <li>Make <a href="https://man.openbsd.org/sysctl.3">sysctl(3)</a> export the network livelock counter.
1.1       deraadt   884: <!-- 2010/11/01 -->
                    885: <li>Replaced a boot(RB_HALT) to a panic in amd64 machine-dependent trap.c to make it in line with the other architectures.
                    886: <li>In Xenocara updated xf86dga to version 1.0.3, xinit to 1.3.0,
1.32      bentley   887: <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   888: <!-- 2010/10/31 -->
                    889: <li>Fixed OpenCVS init command.
                    890: <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   891: <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   892: <!-- 2010/10/30 -->
1.32      bentley   893: <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   894: <li>Make the installer create a matching group for the user upon user creation.
1.32      bentley   895: <li>Fixed high frequencies being removed on <a href="https://man.openbsd.org/envy.4">envy(4)</a>.
                    896: <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.
                    897: <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   898: <!-- 2010/10/29 -->
1.32      bentley   899: <li>Fixed <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> command list parsing.
                    900: <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.
                    901: <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.
                    902: <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.
                    903: <li>Set <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> alignment to 32 bits instead of sizeof(long).
1.1       deraadt   904: <!-- 2010/10/28 -->
                    905: <li>Added preliminary support for PCI and SATA to octeon.
1.32      bentley   906: <li>Allow some rules to have longer expiry delay than the default in <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>.
                    907: <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>.
                    908: <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   909: <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   910: <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   911: <li>Removed libdes, src/ports users have been switched to libcrypto.
                    912: <li>Replaced getdirentries by a new one, renaming the first to ogetdirentries().
                    913: <li>Fixed memory leak in OpenCVS.
1.32      bentley   914: <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   915: <!-- 2010/10/27 -->
1.32      bentley   916: <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   917: <li>Removed skipjack and cast from libc.
1.32      bentley   918: <li>Added _SC_HOST_NAME_MAX in <a href="https://man.openbsd.org/sysconf.3">sysconf(3)</a>.
1.1       deraadt   919: <li>Make alpha trap report proper pc address in siginfo.
1.2       jj        920: <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   921: <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   922: <li>Prevent various usb network devices from freeing network related resources if they were not allocated.
1.32      bentley   923: <li>Added preliminary support for rc scripts in <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>.
                    924: <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   925: <li>Merged -k and expand @@ parsing code between OpenCVS and OpenRCS, resulting in a performance gain in OpenCVS in some "cvs update" scenarios.
                    926: <!-- 2010/10/26 -->
1.32      bentley   927: <li>Downgraded nearly 20 <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> ERRORS to WARNINGS.
1.1       deraadt   928: <li>Added support for so (low-level roff "switch source file"), needed for Xenocara and various ports.
1.32      bentley   929: <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   930: <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   931: <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.
                    932: <li>Implemented the optional label request message ID TLV in <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a>.
                    933: <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>.
                    934: <li>Improved <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a> struct mapping_entry.
                    935: <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.
                    936: <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.
                    937: <li>Enabled <a href="https://man.openbsd.org/vmt.4">vmt(4)</a> in amd64 and i386 GENERIC kernels.
                    938: <li>Make <a href="https://man.openbsd.org/vmt.4">vmt(4)</a> log suspend and resume.
                    939: <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   940: <li>Added a new CF driver for octeon.
                    941: <!-- 2010/10/25 -->
1.32      bentley   942: <li>Added a fullwidth option to <a href="https://man.openbsd.org/pkg.conf.5">pkg.conf(5)</a>.
                    943: <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.
                    944: <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.
                    945: <li>Improved <a href="https://man.openbsd.org/md5.1">md5(1)</a> performance.
                    946: <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>.
                    947: <li>Make <a href="https://man.openbsd.org/sdmmc.4">sdmmc(4)</a> use iopool.
1.1       deraadt   948:
1.32      bentley   949: <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   950: <li>Make OpenBSD::PackingElement(3p) redirection more efficient.
                    951: <li>Improved OpenBSD::State(3p).
                    952: <!-- 2010/10/23 -->
1.32      bentley   953: <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   954: <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   955: <li>Make <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> escape '[' in filename tab-completion.
1.1       deraadt   956: <li>Updated xterm to version 264, freetype to 2.4.3.
                    957: <li>Prevent a file descriptor leak in libedit.
1.32      bentley   958: <li>Make OpenCVS use CVSROOT for <code>cvs import</code> and ignore CVS/Root files. Fixes PR6497.
                    959: <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.
                    960: <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
                    961: <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.
                    962: <li>Make <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> verify that the interface is registered before using it.
                    963: <li>Fixed the bugs that prevented the RT30XX <a href="https://man.openbsd.org/ral.4">ral(4)</a> devices from working.
                    964: <li>Added a last-pane command in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
1.1       deraadt   965: <!-- 2010/10/22 -->
1.32      bentley   966: <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   967: <!-- 2010/10/21 -->
1.32      bentley   968: <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.
                    969: <li>Fixed PR6492 in <a href="https://man.openbsd.org/hexdump.1">hexdump(1)</a>.
                    970: <li>Prevent <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> from running a destroyed stream.
                    971: <li>Start implementing the missing label mapping messages in <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a> LDE.
                    972: <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   973: <!-- 2010/10/20 -->
1.32      bentley   974: <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   975: <li>Allow X to be build by disabling __thread for alpha on OpenBSD.
                    976: <li>Merged OpenCVS rcs_deltatext_set into OpenRCS, fixing a memory leak.
1.32      bentley   977: <li>Prevent <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a> from printing "route vanished before delete" on shutdown.
                    978: <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   979: <!-- 2010/10/19 -->
1.32      bentley   980: <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   981: <li>Fixed a OpenBSD::PackingElement(3p) split() which was causing problems with the mbox.5 man page in Mutt.
1.32      bentley   982: <li>Add a few more tcpcb and sockbuffer variables that <a href="https://man.openbsd.org/tcpbench.1">tcpbench(1)</a> can inspect.
                    983: <li>Fixed a segmentation fault in <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.
                    984: <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.
                    985: <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>.
                    986: <li>Make use of OpenSSL cast.h in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> crypto.
                    987: <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   988: <!-- 2010/10/18 -->
1.32      bentley   989: <li>Improved <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a>.
1.1       deraadt   990: <li>Allow configuration of 802.11 interfaces in the OpenBSD installer.
1.32      bentley   991: <li>Improved <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> interoperability with Fortigate's devices.
1.1       deraadt   992: <li>Removed sup(1).
                    993: <li>Removed vgrind(1).
1.32      bentley   994: <li>Fixed a memory leak in <a href="https://man.openbsd.org/ncurses.3">ncurses(3)</a>.
                    995: <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>.
                    996: <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.
                    997: <li>Added MPLS and <a href="https://man.openbsd.org/mpe.4">mpe(4)</a> in GENERIC kernels.
1.1       deraadt   998: <li>Removed miscXX.tar.gz sets.
1.32      bentley   999: <li>Added wpakey/-wpakey options to <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
1.1       deraadt  1000: <li>Make the shadow password database smaller on install media kernels.
                   1001: <li>Removed various usd/psd/ssm files and references in manuals.
                   1002: <!-- 2010/10/10 -->
                   1003: <li>Added Compact Flash support to octeon.
                   1004: <!-- 2010/10/09 -->
1.32      bentley  1005: <li>Make <a href="https://man.openbsd.org/udl.4">udl(4)</a> attach again.
                   1006: <li>Reverted latest <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> queue code optimizations to facilitate further improvements.
                   1007: <li>Make <a href="https://man.openbsd.org/trm.4">trm(4)</a> work again.
                   1008: <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.
                   1009: <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>.
                   1010: <li>Fixed filtering with new <a href="https://man.openbsd.org/pflog.4">pflog(4)</a> headers.
1.1       deraadt  1011: <!-- 2010/10/08 -->
1.32      bentley  1012: <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.
                   1013: <li>Fixed crash with <a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a> and Kodak S100 webcam.
                   1014: <li>Fixed <a href="https://man.openbsd.org/envy.4">envy(4)</a> on big endian architectures.
                   1015: <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>.
                   1016: <li>Improved <a href="https://man.openbsd.org/cmpci.4">cmpci(4)</a>.
                   1017: <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.
                   1018: <li>Make <a href="https://man.openbsd.org/ikectl.8">ikectl(8)</a> show certificate details.
1.1       deraadt  1019: <!-- 2010/10/07 -->
1.32      bentley  1020: <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.
                   1021: <li>Allow <a href="https://man.openbsd.org/ikectl.8">ikectl(8)</a> to specify the export password on the command line.
                   1022: <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  1023: <li>Handle IMPLNULL labels directly in the kernel.
1.32      bentley  1024: <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.
                   1025: <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.
                   1026: <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.
                   1027: <li>Improved <a href="https://man.openbsd.org/envy.4">envy(4)</a> physical address check.
                   1028: <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  1029: <!-- 2010/10/06 -->
                   1030: <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  1031: <li>Removed Skipjack from <a href="https://man.openbsd.org/crypto.9">crypto(9)</a>.
                   1032: <li>Fixed physical address issue in none i386 <a href="https://man.openbsd.org/envy.4">envy(4)</a>.
1.1       deraadt  1033: <li>Prevent from waking up at IPL_NONE instead of IPL_HIGH in i386 machine-dependent acpi code.
                   1034: <li>Fixed x_wakeup_vector condition in i386 and amd64 machine-dependent acpi code.
1.32      bentley  1035: <li>Zero out <a href="https://man.openbsd.org/crypto.9">crypto(9)</a> soft auth hash context before freeing it.
                   1036: <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.
                   1037: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> kill proxy command on fatal().
                   1038: <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.
                   1039: <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  1040: <!-- 2010/10/05 -->
1.32      bentley  1041: <li>Added acpi_disable_allgpes function to clear <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> GPE status.
                   1042: <li>Improved <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> invalid characters check.
                   1043: <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>.
                   1044: <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  1045: <!-- 2010/10/04 -->
1.32      bentley  1046: <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.
                   1047: <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  1048: <!-- 2010/10/03 -->
1.32      bentley  1049: <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>.
                   1050: <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  1051: <li>Prevent the Dream Link USB LED Message Board from being attached as an HID device so it can be used in userland.
                   1052: <li>Synchronized octeon FPU handling with latest mips64 changes.
1.32      bentley  1053: <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  1054: <li>Turn off lidsuspend if halt -p is in progress.
                   1055: <li>Removed support for srandom and urandom.
                   1056: <!-- 2010/10/02 -->
1.32      bentley  1057: <li>Fix for some <a href="https://man.openbsd.org/pms.4">pms(4)</a> pckbc handling.
1.1       deraadt  1058: <li>Make macppc install scripts try update the boot blocks.
                   1059: <li>Updated OpenSSL to 1.0.0a.
1.32      bentley  1060: <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.
                   1061: <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.
                   1062: <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  1063: <!-- 2010/10/01 -->
1.32      bentley  1064: <li>Make sure <a href="https://man.openbsd.org/iked.8">iked(8)</a> gets transforms in the proposal before trying to parse it.
                   1065: <li>Prevent bad free() in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> when overriding AuthorizedKeys in a Match block.
                   1066: <li>In <a href="https://man.openbsd.org/iked.8">iked(8)</a>, fix padding issues and warnings from openssl.
1.1       deraadt  1067: <!-- 2010/09/30 -->
1.32      bentley  1068: <li>Added <a href="https://man.openbsd.org/ehci.4">ehci(4)</a> DMA sync operations, fixes issues with macppc.
1.1       deraadt  1069: <li>Added support in OpenCVS for update -C.
                   1070: <li>Make sure the TCP will not recalculate the rscale factor after the initial SYN is sent.
                   1071: <li>Make sure OpenRCS and OpenCVS parse all deltas before expecting "desc" keyword.
                   1072: <!-- 2010/09/29 -->
                   1073: <li>Do not delay ACKs on connections using loopback interfaces.
                   1074: <li>Implemented a per-cpu held mutex counter for all non-x86 platforms to help debugging.
                   1075: <li>Added pregenerated unicode files for perl.
                   1076: <!-- 2010/09/28 -->
1.32      bentley  1077: <li>Make -k work in <a href="https://man.openbsd.org/tcpbench.1">tcpbench(1)</a> client mode.
1.1       deraadt  1078: <!-- 2010/09/27 -->
                   1079: <!-- 2010/09/26 -->
1.32      bentley  1080: <li>Added support for gamma and sharpness/acutance controls in <a href="https://man.openbsd.org/video.1">video(1)</a>.
                   1081: <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>.
                   1082: <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.
                   1083: <li>Prevent <a href="https://man.openbsd.org/glob.3">glob(3)</a> from freeing array before freeing members.
                   1084: <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.
                   1085: <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.
                   1086: <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.
                   1087: <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>.
                   1088: <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.
                   1089: <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.
                   1090: <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.
                   1091: <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>.
                   1092: <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  1093: <li>Fixed L2TP length field in PIPEX.
                   1094: <!-- 2010/09/25 -->
1.32      bentley  1095: <li>Prevent <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> from warping to clients marked 'ignore'.
                   1096: <li>Fixed bug in <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>.
                   1097: <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  1098: <li>Added gcc4 cross compilation support under OpenBSD.
1.32      bentley  1099: <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>.
                   1100: <li>Make <a href="https://man.openbsd.org/ospfctl.8">ospfctl(8)</a> print the checksum as a simple fingerprint of the LSDB.
                   1101: <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  1102: <li>Updated Compress::Raw::Bzip2(3p) to version 2.031.
1.32      bentley  1103: <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.
                   1104: <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.
                   1105: <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  1106: <!-- 2010/09/24 -->
1.32      bentley  1107: <li>Avoid potential infinite loop in <a href="https://man.openbsd.org/bridge.4">bridge(4)</a>.
1.1       deraadt  1108: <li>Added L2TP support to PIPEX in TCP/IP stack and npppd.
                   1109: <li>Updated Perl to version 5.12.2 with local patches and fix for CVE-2010-0405.
                   1110: <li>Prevent IPv6 from trying to add new addresses by making use of sleeping pools.
                   1111: <li>Switched mips-based ports to gcc4.
                   1112: <li>Bumped libc major version to 57.
1.32      bentley  1113: <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.
                   1114: <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.
                   1115: <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.
                   1116: <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>.
                   1117: <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  1118: <li>Implemented if_freenameindex() in TCP/IP stack as a real function as required by POSIX.
                   1119: <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  1120: <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.
                   1121: <li>Added <a href="https://man.openbsd.org/vscsi.4">vscsi(4)</a> to GENERIC Kernel build.
                   1122: <li>Fixed bus spacing bugs in <a href="https://man.openbsd.org/i386/glxpcib.4">glxpcib(4/i386)</a> and glxpcib(4/loongson).
                   1123: <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>.
                   1124: <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.
                   1125: <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.
                   1126: <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().
                   1127: <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  1128: <li>Added TCP send and recv buffer scaling. It increases download speed.
                   1129: <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  1130: <li>Prevent <a href="https://man.openbsd.org/usb.4">usb(4)</a> from accidentally waking up.
                   1131: <li>Fixed overflow in <a href="https://man.openbsd.org/nsd.8">nsd(8)</a>.
1.1       deraadt  1132: <!-- 2010/09/23 -->
1.32      bentley  1133: <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.
                   1134: <li>Remove <a href="https://man.openbsd.org/tn3270.1">tn3270(1)</a>.
                   1135: <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  1136: <li>Added cvs_mkdir() in OpenCVS for recursive directory creation on import. Fixes PR6398.
1.32      bentley  1137: <li>Fixed memory leak in <a href="https://man.openbsd.org/rcs.1">rcs(1)</a>.
                   1138: <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.
                   1139: <li>Make <a href="https://man.openbsd.org/pf.4">pf(4)</a> rule counter update consistent between IPv4 and IPv6.
                   1140: <li>Make loongson <a href="https://man.openbsd.org/mainbus.4">mainbus(4)</a> attach mfokclock(4/loongson) later for cpu scaling.
                   1141: <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  1142: <li>Included the disklabel UID in sysctl hw.disknames.
1.32      bentley  1143: <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.
                   1144: <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>.
                   1145: <li>Added aes-gcm support in <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
1.3       jj       1146: <li>Improved MCLGETI algorithm under load in TCP/IP stack.
1.32      bentley  1147: <li>Prevent the usb task thread from going to sleep forever in <a href="https://man.openbsd.org/ehci.4">ehci(4)</a>.
                   1148: <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.
                   1149: <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.
                   1150: <li>Improved check of dying <a href="https://man.openbsd.org/usb.4">usb(4)</a> bus.
                   1151: <li>Save a little time on boot thanks to a <a href="https://man.openbsd.org/usb.4">usb(4)</a> improvement.
                   1152: <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  1153: <li>Added a new IP level socket option IP_PIPEX.  This option is used for L2TP support by pipex.
                   1154: <!-- 2010/09/22 -->
1.32      bentley  1155: <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>.
                   1156: <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.
                   1157: <li>Added autoconf activate, suspend/resume support in <a href="https://man.openbsd.org/eap.4">eap(4)</a>.
                   1158: <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  1159: <li>Added Support for AES-GCM-16 and ENCR_NULL_AUTH_AES_GMAC in IPSec ESP as per RFC4106 and 4543.
1.32      bentley  1160: <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.
                   1161: <li>Removed <a href="https://man.openbsd.org/msgs.1">msgs(1)</a> from tree.
1.1       deraadt  1162: <li>Added AES-GCM Transform Identifiers as specified by IANA in RFC4106 and 4543 to PF_KEYv2.
1.32      bentley  1163: <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>.
                   1164: <li>Unified npppd(8) MS-CHAP implementation to <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
                   1165: <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.
                   1166: <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.
                   1167: <li>Added new log option "matches" to <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>.
                   1168: <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.
                   1169: <li>Make <a href="https://man.openbsd.org/disk.9">disk(9)</a> garbage collect struct disk field dk_label.
                   1170: <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>
                   1171: <li>Fixed a locking bug in <a href="https://man.openbsd.org/accept.2">accept(2)</a>.
                   1172: <li>Make <a href="https://man.openbsd.org/vscsi.4">vscsi(4)</a> call config_deactivate() on SCSI links in vsciclose().
                   1173: <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>.
                   1174: <li>Removed <a href="https://man.openbsd.org/physio.9">physio(9)</a> buf pointer argument.
1.1       deraadt  1175: <li>Make npppdctl arguments match the format string in usage.
                   1176: <!-- 2010/09/21 -->
1.32      bentley  1177: <li>Fixed a QUIESCE crash on <a href="https://man.openbsd.org/inteldrm.4">inteldrm(4)</a>.
                   1178: <li>Fixed null pointer dereference for protocols without port numbers in <a href="https://man.openbsd.org/pflog.4">pflog(4)</a>.
                   1179: <li>Improved <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> vertical alignment.
                   1180: <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.
                   1181: <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  1182: <li>Prevent mips64 based machine from panicking in MipsEmulateBranch() if the instruction is an unspecified OP_BCOND sub function.
1.32      bentley  1183: <li>Improved <a href="https://man.openbsd.org/inteldrm.4">inteldrm(4)</a>.
1.1       deraadt  1184: <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  1185: <li>Improved <a href="https://man.openbsd.org/eso.4">eso(4)</a> suspend/resume.
                   1186: <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.
                   1187: <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.
                   1188: <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.
                   1189: <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.
                   1190: <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.
                   1191: <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.
                   1192: <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.
                   1193: <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.
                   1194: <li>Make <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> print a warning if schema file can't be opened.
                   1195: <li>Improved <a href="https://man.openbsd.org/axe.4">axe(4)</a> PHY probing.
1.1       deraadt  1196: <li>Cleaned memory shortage in PIPEX code.
1.32      bentley  1197: <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>, make the "match log" rules log on the fly.
                   1198: <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.
                   1199: <li>Make <a href="https://man.openbsd.org/aac.4">aac(4)</a> compile with gcc4.
                   1200: <li>Avoid double unlocking the <a href="https://man.openbsd.org/drm.4">drm(4)</a> lock in drmclose().
                   1201: <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.
                   1202: <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.
                   1203: <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.
                   1204: <li>Added <a href="https://man.openbsd.org/gpio.4">gpio(4)</a> at glxpcib(4/loongson) to loongson GENERIC kernel.
                   1205: <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.
                   1206: <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>.
                   1207: <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>.
                   1208: <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.
                   1209: <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>.
                   1210: <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.
                   1211: <li>Added mclgeti() support for <a href="https://man.openbsd.org/xl.4">xl(4)</a>.
1.1       deraadt  1212: <li>Make machine-dependent splassert(IPL_NONE) work on amd64 the same as it does on i386.
1.32      bentley  1213: <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  1214: <!-- 2010/09/20 -->
                   1215: <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  1216: <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.
                   1217: <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  1218: <li>Fixed length of an eap identity message payload in <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
1.32      bentley  1219: <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  1220: <li>Added cache operations for the octeon platform.
1.32      bentley  1221: <li>Make <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> use the same buffer for local deliveries to files and commands.
                   1222: <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  1223: <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  1224: <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.
                   1225: <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>.
                   1226: <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.
                   1227: <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.
                   1228: <li>Simplified <a href="https://man.openbsd.org/evcount.9">evcount(9)</a> by removing counters in a tree hierarchy.
1.1       deraadt  1229: <li>Added octeon platform.
1.32      bentley  1230: <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.
                   1231: <li>Added a SIGHLD handler to reap <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> expired child process.
                   1232: <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.
                   1233: <li>Fixed a null pointer dereference in <a href="https://man.openbsd.org/ciss.4">ciss(4)</a>.
                   1234: <li>Fixed an uninitialized variable access in <a href="https://man.openbsd.org/uhci.4">uhci(4)</a> suspend/resume.
                   1235: <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.
                   1236: <li>Added the start of an activate function in <a href="https://man.openbsd.org/i386/glxsb.4">glxsb(4/i386)</a>.
                   1237: <li>Added an activate function to get sub-devices in <a href="https://man.openbsd.org/i386/glxpcib.4">glxpcib(4/i386)</a>.
                   1238: <li>Added DVCAT_QUIESCE to <a href="https://man.openbsd.org/loongson/glxpcib.4">glxpcib(4/LOONGSON)</A>.
                   1239: <li>Fixed bug in <a href="https://man.openbsd.org/atw.4">atw(4)</a>.
1.1       deraadt  1240: <!-- 2010/09/19 -->
                   1241: <li>Initial support for the Octeon platform.
1.32      bentley  1242: <li>Added SIGCHLD handler to reap expired children in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                   1243: <li>Fixed null pointer dereference in <a href="https://man.openbsd.org/ciss.4">ciss(4)</a>.
                   1244: <li>Increased rate buffer in <a href="https://man.openbsd.org/atw.4">atw(4)</a> to prevent overflows.
                   1245: <li>Make <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> recognize all MIPS IV instructions, as well as some mips64r2.
                   1246: <li>Corrected NCQ depth calculation for <a href="https://man.openbsd.org/atapiscsi.4">atapiscsi(4)</a> devices and controllers.
                   1247: <li>Added support for 82583V devices in the <a href="https://man.openbsd.org/em.4">em(4)</a> driver.
                   1248: <li>Fix for <a href="https://man.openbsd.org/em.4">em(4)</a> initialization on ET quad 82575 cards.
1.1       deraadt  1249: <!-- 2010/09/18 -->
1.32      bentley  1250: <li>Improved X11 lib handling in the <a href="https://man.openbsd.org/ports.7">ports(7)</a>-supplied libtool.
1.1       deraadt  1251: <li>Fixed local DoS when core-dumping elf binaries.
                   1252: <!-- 2010/09/17 -->
1.32      bentley  1253: <li>FPU and <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> updates for mips64 CPUs.
                   1254: <li>Fixed crash in <a href="https://man.openbsd.org/iked.8">iked(8)</a>.
1.1       deraadt  1255: <!-- 2010/09/16 -->
                   1256: <!-- 2010/09/15 -->
                   1257: <!-- 2010/09/14 -->
                   1258: <!-- 2010/09/13 -->
                   1259: <li>Various scsi detach issues fixed.
1.32      bentley  1260: <li>Fixed endless loop when handling punctuations in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
1.1       deraadt  1261: <li>Make traceroute work through MPLS tunnels, including RFC4950 extension headers.
1.32      bentley  1262: <li>Fix PMTU over <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> links.
                   1263: <li>Fix leaking scsi_xfers or bufs when hot-unplugging <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> devices.
                   1264: <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  1265: <!-- 2010/09/12 -->
                   1266: <li>Fixed a bug in OpenSMTPD "Lookup agent" code.
1.32      bentley  1267: <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  1268: <!-- 2010/09/11 -->
1.32      bentley  1269: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> use UTF-8 line drawing characters on UTF-8 terminals.
                   1270: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> ignore terminal overrides settings without a value.
                   1271: <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  1272: <!-- 2010/09/10 -->
                   1273: <li>Provided a bus_dmamap_sync() implementation for the amd64 IOMMU. It fixes bigmem.
                   1274: <li>Added infrastructure to build gcc4 on mips64.
1.32      bentley  1275: <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  1276: <li>Allowed hotplug of Fiber Channel devices.
1.32      bentley  1277: <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  1278: <!-- 2010/09/09 -->
                   1279: <li>Make gcc4 build on landisk.
1.32      bentley  1280: <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.
                   1281: <li>Added an ECDH/ECDSA compliance fix to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                   1282: <li>Cleaned up i386 <a href="https://man.openbsd.org/apm.4">apm(4)</a> resume/suspend code.
1.1       deraadt  1283: <!-- 2010/09/08 -->
1.32      bentley  1284: <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.
                   1285: <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  1286: <li>Activated NTFS in i386 and amd64 GENERIC kernels.
1.32      bentley  1287: <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().
                   1288: <li>Improved <a href="https://man.openbsd.org/crypto.4">crypto(4)</a>.
1.1       deraadt  1289: <li>Added support for sender expansion in smtpd.conf: %U for sender localpart, %D for sender domainpart.
1.32      bentley  1290: <li>Make <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a> queue and reschedule message when failing to fork a DNS process.
                   1291: <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  1292: <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).
                   1293: <li>Switch the MPLS blocks for RTM_CHANGE in the routine socket interface.
1.32      bentley  1294: <li>Permitted <a href="https://man.openbsd.org/traceroute.8">traceroute(8)</a> to work over MPLS.
                   1295: <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  1296: <!-- 2010/09/07 -->
                   1297: <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.
                   1298: <li>Removed the powerhook code and use the ca_activate tree traversal code everywhere to suspend/resume devices.
1.32      bentley  1299: <li>Fixed a potential race between <a href="https://man.openbsd.org/cd.4">cd(4)</a> resume and detach.
1.1       deraadt  1300: <!-- 2010/09/06 -->
                   1301: <li>Replaced all PWR_{SUSPEND,RESUME} by DVACT_{SUSPEND,RESUME}.
                   1302: <li>Prevent compiler unwanted optimization in i386 and amd64 machine-dependent bus_dmamap_sync().
                   1303: <li>Make the PCI-CardBus bridges driver save and restore pci config space registers on suspend/resume.
                   1304: <li>Fixed freezes occurring by removing CardBus cards with Ralink Technology RT2560, RT2561, RT2561S and RT2661 chipset.
1.32      bentley  1305: <li>Improved amd64 <a href="https://man.openbsd.org/pmap.9">pmap(9)</a>.
                   1306: <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>.
                   1307: <li>Switched to using ca_activate calls instead on powerhooks on <a href="https://man.openbsd.org/i386/apm.4">apm(4/I386)</a>.
                   1308: <li>Fixed suspend/resume on intel <a href="https://man.openbsd.org/agp.4">agp(4)</a>.
1.1       deraadt  1309: <li>Improved handle of PCI BAR.
1.32      bentley  1310: <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.
                   1311: <li>Fixed an off by one in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
1.1       deraadt  1312: <!-- 2010/09/05 -->
1.32      bentley  1313: <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  1314: <li>Make the sparc tree more GCC4 friendly.
                   1315: <!-- 2010/09/04 -->
                   1316: <li>Make the v3 demangler support code compile in libiberty.
1.32      bentley  1317: <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.
                   1318: <li>Added support for SiS191 in <a href="https://man.openbsd.org/se.4">se(4)</a>, fixed bugs, and improved it too.
                   1319: <li>Removed macppc default <a href="https://man.openbsd.org/xorg.conf.5">xorg.conf(5)</a>.
1.1       deraadt  1320: <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.
                   1321: <!-- 2010/09/03 -->
1.32      bentley  1322: <li>Prevent <a href="https://man.openbsd.org/vr.4">vr(4)</a> from seeing stale contents because of insane compiler or hardware optimizations.
                   1323: <li>Fixed <a href="https://man.openbsd.org/athn.4">athn(4)</a> Ubiquiti SR71-12 and Winstron DMNA92 adapters.
1.1       deraadt  1324: <li>Added an EXIT STATUS section to some /sbin, /usr/sbin and /usr/libexec man pages.
1.32      bentley  1325: <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  1326: <li>Added an EXIT STATUS section to most /bin and /usr/bin man pages.
1.32      bentley  1327: <li>Implemented attribute syntax from RFC4517 in <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>.
1.1       deraadt  1328: <!-- 2010/09/02 -->
1.32      bentley  1329: <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.
                   1330: <li>Fixed ControlPersist=yes for ControlMaster=yes in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
1.1       deraadt  1331: <li>Permitted -b 256, 384 or 521 as key size for ECDSA in ssh-keygen.
                   1332: <li>Fixed enqueue routing messages on sockets marked SS_CANTRCVMORE.
                   1333: <!-- 2010/09/01 -->
1.32      bentley  1334: <li>Fixed a memory leak in <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> and OpenCVS.
                   1335: <li>Fixed bug in <a href="https://man.openbsd.org/st.4">st(4)</a>.
                   1336: <li>Fixed a spurious line insertion in <a href="https://man.openbsd.org/wscons.4">wscons(4)</a>.
                   1337: <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  1338: <li>Updated freetype to version 2.4.2.
1.32      bentley  1339: <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  1340: <li>Disabled use of SIGIO by default in xserver, it breaks multi-card configuration.
                   1341: <li>Improved the consistency of the flexible buffer queue by making struct bufq a member of the softc for devices that use it.
                   1342: <!-- 2010/08/31 -->
                   1343: <li>Removed SIGIO handler from Xenocara DRI.
1.32      bentley  1344: <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>.
                   1345: <li>Make <a href="https://man.openbsd.org/cd.4">cd(4)</a>, pccbb powerhook code call an activate function.
                   1346: <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>.
                   1347: <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  1348: <li>Started work to add suspend/resume for Loongson Lemote.
1.32      bentley  1349: <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  1350: <!-- 2010/08/30 -->
1.32      bentley  1351: <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.
                   1352: <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  1353: <li>Disabled SVR4 compat by default in sparc GENERIC kernel.
1.32      bentley  1354: <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>.
                   1355: <li>Avoided a race in <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
1.1       deraadt  1356: <li>Added ddbcpu for sgi.
                   1357: <li>Fixed a race that could lead to hanging processes in libevent.
1.32      bentley  1358: <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  1359:
                   1360: <!-- 2010/08/29 -->
                   1361: <li>Makes X autoconfiguration more intuitive on machines with multiple SBus or UPA framebuffers, where wsdisplay0 isn't the console.
1.32      bentley  1362: <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.
                   1363: <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  1364: <li>Fixed kernel compiling with disabled IPSEC and enabled GIF/MPLS.
                   1365: <li>Make 2nd resume work on arm and zaurus.
                   1366: <!-- 2010/08/28 -->
                   1367: <li>Correctly compute loongson memory size if less than 256MB.
                   1368: <li>Fixed an uninitialized value leading to bogus KASSERT in uvm_pmr_use_inc().
1.32      bentley  1369: <li>Started implementation of activate function in <a href="https://man.openbsd.org/acpiasus.4">acpiasus(4)</a> to replace powerhooks functions.
                   1370: <li>Fixed autoconfiguration for accelerated drivers on sparc/sparc64, currently limited to <a href="https://man.openbsd.org/sunffb.4">sunffb(4)</a>.
                   1371: <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  1372: <!-- 2010/08/27 -->
1.32      bentley  1373: <li>Make PCI Power Management optional, and only enable it when <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> attaches.
                   1374: <li>Make <a href="https://man.openbsd.org/apm.4">apm(4)</a> runs powerhook with interrupts blocked.
                   1375: <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>.
                   1376: <li>Improved <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a> sdhc_activate().
                   1377: <li>Added screen blanking code in <a href="https://man.openbsd.org/loongson/smfb.4">smfb(4/LOONGSON)</A> for SM502.
                   1378: <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  1379: <!-- 2010/08/26 -->
                   1380: <li>Added screen burner support for SM712 flavour on loongson Lemote Yeeloong.
1.32      bentley  1381: <li>Allowed multiple interfaces to be specified instead of all or one in <a href="https://man.openbsd.org/rarpd.8">rarpd(8)</a>.
                   1382: <li>Fixed a memory leak in <a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a>.
1.1       deraadt  1383: <li>Fixed mounting of cdXX.iso and installXX.iso on hppa.
                   1384: <!-- 2010/08/25 -->
1.32      bentley  1385: <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.
                   1386: <li>Prevent <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> from freeing proxyurl and cookie twice in the location code.
                   1387: <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  1388: <li>Enabled the pixman library for m68k, fixed it for hp300 and mvme68k.
                   1389: <!-- 2010/08/24 -->
1.32      bentley  1390: <li>Added scsi_iopool_destroy() and scsi_link_shutdown() to <a href="https://man.openbsd.org/scsi.4">scsi(4)</a>.
                   1391: <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>.
                   1392: <li>Fixed a file descriptor leak in <a href="https://man.openbsd.org/ccdconfig.8">ccdconfig(8)</a>.
1.1       deraadt  1393: <!-- 2010/08/23 -->
1.3       jj       1394: <li>Updated libc time functions to tzcode2010k from elsie.nci.nih.gov.
1.32      bentley  1395: <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>.
                   1396: <li>Fixed <a href="https://man.openbsd.org/tip.1">tip(1)</a> .tiprc parsing.
                   1397: <li>Implemented <a href="https://man.openbsd.org/bus_space_barrier.9">bus_space_barrier(9)</a> in sgi.
1.1       deraadt  1398: <li>Avoided disable bridge interrupts on sgi platform when trying to access an unimplemented ioc3 register.
1.32      bentley  1399: <li>Improved <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>.
                   1400: <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  1401: <li>Fixed two problems in the kernel work queues.
1.32      bentley  1402: <li>Added support for the LSISAS2004 chips in <a href="https://man.openbsd.org/mpii.4">mpii(4)</a>.
1.1       deraadt  1403: <!-- 2010/08/22 -->
1.32      bentley  1404: <li>Improved <a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a>.
                   1405: <li>Prevent Cisco's OSPF 6 from ignoring <a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> network-LSAs.
                   1406: <li>Enabled <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> to the build.
1.1       deraadt  1407: <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  1408: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> client stop calling fatal() on exit.
1.1       deraadt  1409: <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  1410: <li>Updated <a href="https://man.openbsd.org/nsd.8">nsd(8)</a> to version 3.2.6.
1.1       deraadt  1411: <!-- 2010/08/21 -->
1.32      bentley  1412: <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.
                   1413: <li>Added Huawei E1820 to <a href="https://man.openbsd.org/umsm.4">umsm(4)</a>.
1.1       deraadt  1414: <li>Added a quirk for the apple clear orb USB speakers.
                   1415: <li>Fixed bugs in xf86-video-openchrome.
                   1416: <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.
                   1417: <li>Make sysmerge display usage information as well as the error when a path to src/*.tgz isn't specified.
                   1418: <li>Fixed an mbuf leak in ATA over Ethernet driver.
                   1419: <!-- 2010/08/20 -->
1.32      bentley  1420: <li>Improved <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> column padding calculation.
1.1       deraadt  1421: <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  1422: <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.
                   1423: <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.
                   1424: <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  1425: <!-- 2010/08/19 -->
1.32      bentley  1426: <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.
                   1427: <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.
                   1428: <li>Fixed a leak in <a href="https://man.openbsd.org/tmux.1">tmux(1)</a>.
1.1       deraadt  1429: <li>Make tcpdump correctly decode and print GPRS Tunnelling Protocol access point names.
                   1430: <li>Updated zoneinfo database to tzdata2010l from elsie.nci.nih.gov.
1.32      bentley  1431: <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  1432: <!-- 2010/08/18 -->
1.32      bentley  1433: <li>Improved <a href="https://man.openbsd.org/uaudio.4">uaudio(4)</a>.
1.1       deraadt  1434: <li>Fixed xserver autoconfiguration on sparc and sparc64.
                   1435: <li>Removed Linux compatibility code in hppa and hppa64 GENERIC kernel and locore.S.
                   1436: <li>Fixed a bug in the Atheros AR9003 family driver.
1.32      bentley  1437: <li>Fixed a division by zero in <a href="https://man.openbsd.org/athn.4">athn(4)</a> AR9003 family chipset.
                   1438: <li>Make <a href="https://man.openbsd.org/athn.4">athn(4)</a> stop receiving beacons from other BSS when associated in STA mode.
                   1439: <li>Removed the standard pod2man \*(C+ pre-predefined string ("C++") in <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.
                   1440: <li>Make sure <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> correctly prints .Lk arguments in -Tascii.
1.1       deraadt  1441: <!-- 2010/08/17 -->
1.32      bentley  1442: <li>Make sure <a href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> throws away non-ASCII characters.
                   1443: <li>Added several fixes in <a href="https://man.openbsd.org/pr.1">pr(1)</a>.
1.1       deraadt  1444: <li>On sparc, make sure fast trap handlers correctly invoke soft interrupts by marking them explicitly pending before triggering the softintr.
                   1445: <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.
                   1446: <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.
                   1447: <!-- 2010/08/16 -->
                   1448: <li>Added support for larger sparc kernels when booting from tape, and avoided stomping on PROM data below 4MB on sun4c.
1.32      bentley  1449: <li>Adjusted <a href="https://man.openbsd.org/disktab.5">disktab(5)</a> miniroot disklabel to changes caused by fdisk partition alignment changes.
                   1450: <li>Removed support for loading 64 bit kernels from <a href="https://man.openbsd.org/hppa/cdboot.8">cdboot(8/HPPA)</a>.
                   1451: <li>Fixed a gcc4 mis-alignment in <a href="https://man.openbsd.org/rdate.8">rdate(8)</a>.
1.1       deraadt  1452: <!-- 2010/08/13 -->
                   1453: <li>Improved IP stack fragmented packets handling.
                   1454: <!-- 2010/08/12 -->
1.32      bentley  1455: <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.
                   1456: <li>Enabled periodic (every 4 minutes) power amplifier calibration on <a href="https://man.openbsd.org/athn.4">athn(4)</a> AR9285 and AR9287.
                   1457: <li>Fixed <a href="https://man.openbsd.org/athn.4">athn(4)</a> AR9280/AR9281 chips in open-loop power control mode.
                   1458: <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.
                   1459: <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.
                   1460: <li>Fixed <a href="https://man.openbsd.org/xl.4">xl(4)</a> memory corruption after resume.
                   1461: <li>Corrected a format string in <a href="https://man.openbsd.org/ccdconfig.8">ccdconfig(8)</a>.
1.2       jj       1462: <li>Fixed a off-by-one bug in NTFS.
1.1       deraadt  1463: <!-- 2010/08/11 -->
                   1464: <li>Disabled the RTC periodic interrupt on i386 and amd64 to fix problem like Dell Inspirion 4150 waking up immediately.
1.32      bentley  1465: <li>Plug several resource leaks in <a href="https://man.openbsd.org/gzsig.1">gzsig(1)</a>.
                   1466: <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.
                   1467: <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.
                   1468: <li>Forbade duplicate <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> session names from being created.
                   1469: <li>Added support for terabytes units with <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> editor 'T' command.
1.1       deraadt  1470: <!-- 2010/08/10 -->
1.32      bentley  1471: <li>Make <a href="https://man.openbsd.org/tmux.1">tmux(1)</a> list panes command show which pane is active.
                   1472: <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  1473: <!-- 2010/08/09 -->
1.32      bentley  1474: <li>Remove extra '.' from <a href="https://man.openbsd.org/less.1">less(1)</a> -m prompt string.
1.1       deraadt  1475: </ul>