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

Annotation of www/plus49.html, Revision 1.22

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