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

Annotation of www/plus43.html, Revision 1.1

1.1     ! deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
        !             2: <html>
        !             3: <head>
        !             4: <title>OpenBSD 4.3 changes</title>
        !             5: <link rev="made" href="mailto:www@openbsd.org">
        !             6: <meta name="resource-type" content="document">
        !             7: <meta name="description" content="OpenBSD 4.2 changes">
        !             8: <meta name="keywords" content="openbsd,changes">
        !             9: <meta name="distribution" content="global">
        !            10: <meta name="copyright" content="This document copyright 1996-2007 by OpenBSD.">
        !            11: </head>
        !            12:
        !            13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
        !            14:
        !            15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
        !            16: <p>
        !            17: <h2><font color="#e00000">OpenBSD 4.2 to be released (May 1, 2008)</font></h2>
        !            18: <hr>
        !            19:
        !            20: <p>
        !            21: This is a partial list of the major machine-independent changes
        !            22: (i.e., these are the changes people ask about most often).  Port
        !            23: specific changes have also been made, and are sometimes mentioned
        !            24: in the pages for the specific <a href="plat.html">platforms</a>.
        !            25:
        !            26: <p>
        !            27: There is a separate <a href="portsplus/index.html">list of Changes to the ports collection</a>.
        !            28:
        !            29: <p>
        !            30: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
        !            31:
        !            32: <p>
        !            33: <h3>
        !            34: For changes in other releases, click below:<br>
        !            35: <a href="plus20.html">2.0</a>,
        !            36: <a href="plus21.html">2.1</a>,
        !            37: <a href="plus22.html">2.2</a>,
        !            38: <a href="plus23.html">2.3</a>,
        !            39: <a href="plus24.html">2.4</a>,
        !            40: <a href="plus25.html">2.5</a>,
        !            41: <a href="plus26.html">2.6</a>,
        !            42: <a href="plus27.html">2.7</a>,
        !            43: <a href="plus28.html">2.8</a>,
        !            44: <a href="plus29.html">2.9</a>,
        !            45: <a href="plus30.html">3.0</a>,
        !            46: <a href="plus31.html">3.1</a>,
        !            47: <a href="plus32.html">3.2</a>,
        !            48: <a href="plus33.html">3.3</a>,
        !            49: <a href="plus34.html">3.4</a>,
        !            50: <a href="plus35.html">3.5</a>,
        !            51: <a href="plus36.html">3.6</a>,
        !            52: <a href="plus37.html">3.7</a>,
        !            53: <a href="plus38.html">3.8</a>,
        !            54: <a href="plus39.html">3.9</a>,
        !            55: <a href="plus40.html">4.0</a>,
        !            56: <a href="plus41.html">4.1</a>,
        !            57: <a href="plus42.html">4.2</a>,
        !            58: <a href="plus.html">current</a>.
        !            59: <br>
        !            60: </h3>
        !            61:
        !            62: <p>
        !            63: <h3><font color="#0000e0">Changes made between OpenBSD 4.2 and OpenBSD 4.3</font></h3><p>
        !            64: <p>
        !            65:
        !            66: <ul>
        !            67: <!-- 2008/03/06 -->
        !            68: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a> 2860 microcode is now included.
        !            69: <!-- 2008/03/05 -->
        !            70: <li>Make the alpha CD ISO image contain a bsd.rd called 'bsd' to avoid need for PROM commandline options to get to the kernel.
        !            71: <li>On zaurus X11, remove SunPaste symbol from the Fn+v key combination to avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> from calling insert-selection() when v alone is pressed.
        !            72: <!-- 2008/03/04 -->
        !            73: <li>Move hppa bootblocks in memory so bsd.rd fits.
        !            74: <li>Work around NULL pointer dereference in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&sektion=4&format=html">de(4)</a> driver.
        !            75: <li>Allow 80 and 160 second timeouts in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=8&format=html">pkg_add(8)</a> to help big updates.
        !            76: <li>Fix segfault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&sektion=1&format=html">rcs(1)</a> when trying to lock and unlock rcs files that contain no revisions.
        !            77: <li>Prevent the VFS layer from creating files with a NULL filename.
        !            78: <!-- 2008/03/03 -->
        !            79: <li>Added Atlantis Land A02-UP1-W54 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a> devices.
        !            80: <li>Fix use-after-free in the IPv6 rt_llinfo route handling code.
        !            81: <li>Added serial console handling for alpha, macppc and zaurus when installing.
        !            82: <li>Added Palm 700WX support to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uplcom&sektion=4&format=html">uplcom(4)</a> driver.
        !            83: <!-- 2008/03/02 -->
        !            84: <li>Fix for small modulo bias in the arc4random used for IP ID and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8&format=html">named(8)</a> PRNG.
        !            85: <li>While installing, keep a resolv.conf.shadow file around when restarting an install.
        !            86: <li>Include sigcode in core dumps, allows gdb to backtrace through signal handlers.
        !            87: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>, clear interrupts on detach, fixes interrupt storm on digital-only controllers.
        !            88: <!-- 2008/03/01 -->
        !            89: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> fiber adapters, return nothing when checking flow control status instead of reading the wrong values.
        !            90: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf&sektion=4&format=html">sf(4)</a> watchdog handling, causing endless loops.
        !            91: <li>Allow dryruns (-n) to work properly in OpenCVS.
        !            92: <li>Make sparc64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sabtty&sektion=4&format=html">sabtty(4)</a> read and adopt the speed configured in OpenFirmware when it is the console.
        !            93: <li>Make sure OpenCVS will not overwrite CVS/Root files when given an alternate CVSROOT.
        !            94: <!-- 2008/02/29 -->
        !            95: <li>Make OpenCVS handle file permissions and owner properly, now you can update group owned files.
        !            96: <!-- 2008/02/28 -->
        !            97: <li>Replaced the IP ID and the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8&format=html">named(8)</a> PRNG algoritm with one based on a Durstenfeld shuffle.
        !            98: <!-- 2008/02/27 -->
        !            99: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4&format=html">audio(4)</a> blocksize sticks when set explicitly by an AUDIO_SETINFO call.
        !           100: <li>Initial code for BCM5706/5708 fiber support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>.
        !           101: <li>Prevent file races in the opencvs code.
        !           102: <li>Avoid creating ridiculously large core dumps when the stack memory map is fragmented.
        !           103: <li>Add an extension to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> to perform POSIX atomic rename operations.
        !           104: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a> for ICH8M SATA IDE.
        !           105: <li>Corrected the watchdog time code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a>.
        !           106: <li>Fix segfault in gnu <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&sektion=1&format=html">cvs(1)</a> when doing checkout -c if there is an unknown flag in the CVSROOT/modules file.
        !           107: <li>Make diff3 report temporary file errors on stderr and not stdout.
        !           108: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&sektion=1&format=html">awk(1)</a> fail nicely instead of crashing for format strings containing '*'.
        !           109: <!-- 2008/02/26 -->
        !           110: <li>Added OpenCVS to the main build, installs as /usr/bin/opencvs.
        !           111: <li>Fix memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a> parser.
        !           112: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>, ignore and drop path attributes with a type code of 0, instead of sending an error back.
        !           113: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&sektion=8&format=html">ftp-proxy(8)</a> not pass quick when tagging so tags can be used later.
        !           114: <li>Add support for EPSON CX5400 scanner in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uscanner&sektion=4&format=html">uscanner(4)</a> driver.
        !           115: <li>Add support for Axesstel MV100H in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsa&sektion=4&format=html">ubsa(4)</a> driver.
        !           116: <li>Fix memory leak in the hw_cryptodev engine code of OpenSSL.
        !           117: <!-- 2008/02/25 -->
        !           118: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8&format=html">ppp(8)</a> allow a range of baud rates similar to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tip&sektion=1&format=html">tip(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&sektion=1&format=html">cu(1)</a>.
        !           119: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=et&sektion=4&format=html">et(4)</a> to amd64 and i386 RAMDISK_CD kernels.
        !           120: <li>Comment out <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lii&sektion=4&format=html">lii(4)</a> from i386 GENERIC, add commented to amd64 GENERIC.
        !           121: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rmail&sektion=8&format=html">rmail(8)</a> support giant files by using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftello&sektion=3&format=html">ftello(3)</a>.
        !           122: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compress&sektion=1&format=html">compress(1)</a>, fix setting testmode when using both the -l and the -t flag.
        !           123: <li>64-bit fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdmmc&sektion=4&format=html">sdmmc(4)</a>.
        !           124: <!-- 2008/02/24 -->
        !           125: <li>Make sure the ip6_input code has a complete rthdr before trying to do m_copydata() on it.
        !           126: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=script&sektion=1&format=html">script(1)</a> will not exit immediately when started inside an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> with vmin=0.
        !           127: <li>Make the bt code handle "QOS" L2CAP configuration request option.
        !           128: <li>Synced the netbt code with NetBSD.
        !           129: <li>Added vax install ISO image.
        !           130: <!-- 2008/02/23 -->
        !           131: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a>, use rounded-down address when changing memory protections on the GOT.
        !           132: <li>Prevent memory leaks claimed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&sektion=4&format=html">ipw(4)</a> firmware on "ifconfig down".
        !           133: <!-- 2008/02/22 -->
        !           134: <li>Add safety check in the libc regex code for allocset() failures.
        !           135: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&sektion=4&format=html">bnx(4)</a> avoid unaligned PCI config space accesses.
        !           136: <li>Allow all SSH2 packet types, including UNIMPLEMENTED to reset the keepalive timer.
        !           137: <li>Fix for macppc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eeprom&sektion=8&format=html">eeprom(8)</a> command to handle multiple NULL characters within string-valued properties.
        !           138: <!-- 2008/02/21 -->
        !           139: <li>Support for new devices added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&sektion=4&format=html">axe(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uftdi&sektion=4&format=html">uftdi(4)</a>.
        !           140: <li>Added support for Corega CG-WLUSB2GL WLAN in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a> driver.
        !           141: <li>Added I-O Data USBRSAQ5 serial device support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uplcom&sektion=4&format=html">uplcom(4)</a>.
        !           142: <li>Fix in the xf86_video_intel driver for i830-based devices. Fixes crashes seen on ThinkPad X40s.
        !           143: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sort&sektion=1&format=html">sort(1)</a> processing of numbers containing zeroes in -n (numeric mode).
        !           144: <li>Prevent possible free list corruption when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=9&format=html">malloc(9)</a> sleeps.
        !           145: <!-- 2008/02/20 -->
        !           146: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4&format=html">fxp(4)</a> 16-bit registers do not get accessed by 8-bit reads/writes.
        !           147: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=envy&sektion=4&format=html">envy(4)</a> on amd64 and i386 GENERIC kernels.
        !           148: <li>Implement AK4524 input and output volume knobs and output mute switches on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=envy&sektion=4&format=html">envy(4)</a>.
        !           149: <li>On amd64 GENERIC kernels, allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=opl&sektion=4&format=html">opl(4)</a> to attach to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&sektion=4&format=html">cmpci(4)</a>.
        !           150: <li>Fixed return-rst for IPv6 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>.
        !           151: <li>Reworked sgi device attachment rules.
        !           152: <li>Reworked libc free list handling to prevent cases where freeing memory requires memory.
        !           153: <li>Fixed a use-after-free bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8&format=html">sendmail(8)</a>.
        !           154: <li><font color="#e00000"><strong>RELIABILITY FIX: Incorrect assumptions in tcp_respond can lead to a kernel panic.</strong></font><br>
        !           155: <a href="errata42.html#007_tcprespond">A source code patch is available</a>.<br>
        !           156: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
        !           157:
        !           158: <li>Use autopolling for link status on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> when it has link. Fixes input errors and might avoid firmware hangs on some cards.
        !           159: <li>Fix segfault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pstat&sektion=8&format=html">pstat(8)</a> when called with -vT.
        !           160: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tda&sektion=4&format=html">tda(4)</a> enabled on sparc64 GENERIC kernels.
        !           161: <li>On sparc64, make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tda&sektion=4&format=html">tda(4)</a> run the fans at maximum speed when about to enter <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a>, in order to avoid overheating in case of a system crash.
        !           162: <li>Fix mbuf leak when receiving PPPoE packets but without any PPPoE interfaces set up.
        !           163: <!-- 2008/02/19 -->
        !           164: <li>Added support for the Intel ICH9 chipsets in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> driver.
        !           165: <li>Add support for the optics on the Sun variant of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&sektion=4&format=html">ixgb(4)</a> boards.
        !           166: <li>Added support for AnyDATA ADU-500A in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> driver.
        !           167: <!-- 2008/02/18 -->
        !           168: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sgivol&sektion=8&format=html">sgivol(8)</a> to not require the -f option.
        !           169: <!-- 2008/02/17 -->
        !           170: <li>Add initial bits in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> for fiber support with the BCM5714/15/80 chipsets.
        !           171: <li>Add support for VIA VT8237S south bridge in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viapm&sektion=4&format=html">viapm(4)</a>
        !           172: <li>Initial driver for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wbsio&sektion=4&format=html">wbsio(4)</a>, a driver for Winbond LPC Super I/O chips. Enabled on i386 and amd64 GENERIC kernels.
        !           173: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd.conf&sektion=5&format=html">isakmpd.conf(5)</a>, define default configurations for AES-192 and AES-256.
        !           174: <!-- 2008/02/16 -->
        !           175: <li>Remove wait instruction from mips64 cpu_idle_cycle, causes problems on RM7000 machines.
        !           176: <li>Better error reporting in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a> when running out of ccb's.
        !           177: <li>Better support for 11b mode in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>.
        !           178: <li>Switch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> to RFC 1948 ISN generation.
        !           179: <!-- 2008/02/15 -->
        !           180: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> to version 232.
        !           181: <li>Reenable idle modes on powerpc.
        !           182: <!-- 2008/02/14 -->
        !           183: <li>Revert workq to pre-mutex state, fixes locking issues on alpha.
        !           184: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> deal with 64-bit BAR such as with PCIe chipsets.
        !           185: <li>Implemented crypto support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a>.
        !           186: <li>Better armish time base calculation for those who do not have very accurate clock generators.
        !           187: <li>Fix sparc64 so the interrupt handler does not get on the per-cpu list of pending interrupts twice. Makes usb keyboards work as console.
        !           188: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a> skip the check for being started with an absolute path when run with -t for configuration test mode.
        !           189: <!-- 2008/02/13 -->
        !           190: <li>Added authpf-noip for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&sektion=8&format=html">authpf(8)</a> to allow multiple users to connect from a single IP.
        !           191: <li>Fix 4bit depth xserver for arches without lazy binding.
        !           192: <li>Aligned the stack gap for arches where stack grows upward.
        !           193: <li>Fix crash in OpenCVS when asking for status on an unknown file.
        !           194: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkdir&sektion=1&format=html">mkdir(1)</a>, to better support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&sektion=1&format=html">systrace(1)</a> and mkdir -p.
        !           195: <!-- 2008/02/12 -->
        !           196: <li>Upgraded X11 Mesa to 7.0.2.
        !           197: <!-- 2008/02/11 -->
        !           198: <li>Initial driver for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tda&sektion=4&arch=sparc64&format=html">tda(4)</a>, controls speed of ambient and CPU fans on sparc64.
        !           199: <li>Make the install scripts adjust serial speed tty entry if no console is enabled while installing.
        !           200: <li>Better cache handling in the SGI pmap code.
        !           201: <li>Upgraded xf86-video-intel to 2.2.0.90 in the xenocara tree.
        !           202: <li>Make the TCP input code take the window size into account from the first ACK packet.
        !           203: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> dns protocol handling.
        !           204: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> for making <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a> send traps when the state of a host changes.
        !           205: <!-- 2008/02/10 -->
        !           206: <li>Added support for PERC6, aka LSI SAS1078 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a>.
        !           207: <li>Fixed watchdog timeouts on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&format=html">gem(4)</a>.
        !           208: <li>For sparc64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ebus&sektion=4&format=html">ebus(4)</a>, attach the lom-console, hopefully providing a proper console on Netra T4/Netra 20 when the console is redirected to the LOM.
        !           209: <li>OpenCVS now makes sure not to allow commits to files that have a sticky date set.
        !           210: <li>Delay tilde expansion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a> for ChrootDirectory until user is logged in.
        !           211: <li>Fixed date parsing on date tags set in CVS/Tag or CVS/Entries.
        !           212: <!-- 2008/02/09 -->
        !           213: <li>Extended support for -D in OpenCVS, writes CVS/Tag and CVS/Entries properly now.
        !           214: <li>Add 64-bit physmem and usermem entries to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8&format=html">sysctl(8)</a>, and make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8&format=html">sysctl(8)</a> print out these values for hw.physmem and hw.usermem.
        !           215: <li>Added date support for OpenCVS annotate.
        !           216: <li>Fix memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a> ber I/O engine.
        !           217: <li>Proper support for -A in checkout/update in OpenCVS.
        !           218: <li>Initial version of -D support for checkout and update, both local and remote, in OpenCVS.
        !           219: <!-- 2008/02/08 -->
        !           220: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5&format=html">sshd_config(5)</a> ChrootDirectory option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&sektion=2&format=html">chroot(2)</a> users to a directory and tweak internal sftp server to work with it.
        !           221: <li>Fix setting of recording parameters in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4&format=html">auich(4)</a> when configuring for full-duplex.
        !           222: <!-- 2008/02/07 -->
        !           223: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arp&sektion=8&format=html">arp(8)</a> default to -na when called with no arguments.
        !           224: <li>Added -o flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkill&sektion=1&format=html">pkill(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pgrep&sektion=1&format=html">pgrep(1)</a>.
        !           225: <li>Enable DMA in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4&format=html">wd(4)</a> driver for 1-sector devices (most flash devices).
        !           226: <!-- 2008/02/06 -->
        !           227: <li>Add support for 'co -c' in OpenCVS.
        !           228: <li>Improved add in OpenCVS, now has fixed server-side adds, support for add in branches and does not add files in N-tagged directories.
        !           229: <!-- 2008/02/05 -->
        !           230: <li>Make sure OpenCVS puts a 'T' in front of sticky tags in the CVS/Entries file.
        !           231: <li>Fix possible memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> when sending Phase 1 IDs.
        !           232: <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> to a simpler configuration scheme. This change also allows for IPv6 NDP balancing. Check your carp setup if you use balacing, this is a flag day.
        !           233: <li>Enabled ACPI 3.0 for amd64 and i386 machines.
        !           234: <li>Change the way netstat identifies which connections to hide when used without -a.
        !           235: <li>Prevent the "ttflush write failed" panic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a> when resizing a the window.
        !           236: <!-- 2008/02/04 -->
        !           237: <li>Linked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp-server&sektion=8&format=html">sftp-server(8)</a> into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>.
        !           238: <li>OpenCVS also supports the -i flag now and the -n for checkouts to control execution of programs in CVSROOT/modules.
        !           239: <li>Added support for the -k flag in OpenCVS for all commands that support it.
        !           240: <!-- 2008/02/03 -->
        !           241: <li>Add PCI ids for 82571-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> devices.
        !           242: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> for 88E8075 and a second 88E8055 chipset, and initial support for the Marvell Yukon Supreme ASIC.
        !           243: <!-- 2008/02/02 -->
        !           244: <li>Added support for basics of -d support in OpenCVS.
        !           245: <li>Added rdiff support to OpenCVS.
        !           246: <li>Map sparc64 pcmcia window little-endian as MI code expects.
        !           247: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3&format=html">pthreads(3)</a>, relocate the internal pipe file descriptor if newfd collides with it.
        !           248: <li>Initial CVSROOT/modules support in OpenCVS.
        !           249: <li>Make it possible in xenocara to build DRI support.
        !           250: <!-- 2008/02/01 -->
        !           251: <li>Make authpf clean anchors recursively via ioctls to properly clear the users anchors even then anchors are nested inside it.
        !           252: <!-- 2008/01/31 -->
        !           253: <li>Enable filter_opts in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a> to be used on anchors.
        !           254: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a> added to the generic build scripts now.
        !           255: <li>For all routing daemons, make sure confd's are not leaked on malloc failure in the control_accept() function.
        !           256: <!-- 2008/01/30 -->
        !           257: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> recognize BCM5755 C0 ASIC revision devices.
        !           258: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brgphy&sektion=4&format=html">brgphy(4)</a> recognize BCM5722 PHYs.
        !           259: <!-- 2008/01/29 -->
        !           260: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> crypto performance by avoiding unnecessary context switches and decrypting only once.
        !           261: <li>Prevent segfaults in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> on certain syntax errors in the configuration file.
        !           262: <li>Add support for VIA VT8237S SATA in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a> driver.
        !           263: <!-- 2008/01/28 -->
        !           264: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> frees up resources on parsing failures, since reloads might keep the daemon alive afterwards.
        !           265: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3&format=html">pthreads(3)</a> code, make sure stack is properly aligned for code that uses SSE2 instructions.
        !           266: <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a>, reconnect the client socket after three consecutive failures. Allows for recovery after an IP address change.
        !           267: <!-- 2008/01/27 -->
        !           268: <!-- 2008/01/26 -->
        !           269: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a> for automatic tables generation in the rule optimizer.
        !           270: <!-- 2008/01/25 -->
        !           271: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a>, sync DMA memory back to CPU on poll failure.
        !           272: <li>Added support for some additional VIA C3 cpus.
        !           273: <li>Prevent USB network devices from generating page faults on removal while holding open <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4&format=html">bpf(4)</a> handlers.
        !           274: <!-- 2008/01/24 -->
        !           275: <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> to use 16-byte commands, allows for >2TB disks.
        !           276: <li>More work on supporting raid 0 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a>.
        !           277: <li>Finished the sparc64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=beep&sektion=4&arch=sparc64&format=html">beep(4)</a> device by hooking it up to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&sektion=4&format=html">ukbd(4)</a> beep handler.
        !           278: <!-- 2008/01/23 -->
        !           279: <li>Extended the output of "show rib detail" for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8&format=html">bgpctl(8)</a>.
        !           280: <!-- 2008/01/22 -->
        !           281: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a>, make monitor mode work again, and enable fast channel switching.
        !           282: <li>Added Y.C Cable USB-serial adapter to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uplcom&sektion=4&format=html">uplcom(4)</a>.
        !           283: <li>Fix double VOP_UNLOCK() in the VFS layer error path.
        !           284: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dumpfs&sektion=8&format=html">dumpfs(8)</a> for FFS2 type dumps.
        !           285: <li>Add Fujitsu PRIMEQUEST 10GBASE-SR LAN Card to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&sektion=4&format=html">xge(4)</a> devices.
        !           286: <!-- 2008/01/21 -->
        !           287: <li>Make disklabel editor use 64 bit math to hold partition offsets when calculating offsets and sizes of free chunks.
        !           288: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.6.9p12.
        !           289: <li>Add shutdown hook to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a> which resets the device when called. Fixes re-attach issues when rebooting.
        !           290: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> ACKs all issued requests when a remote write error occurs during upload.
        !           291: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> use as many file descriptors as we have available, instead of fixed limit at 100.
        !           292: <li>Added support for SMC SMCWUSBT-G2 devices to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&sektion=4&format=html">uath(4)</a> driver.
        !           293: <!-- 2008/01/20 -->
        !           294: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a> users to set fixed rates, but send all management frames at DS1.
        !           295: <li>Fix SGI boot time interrupt storm on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mec&sektion=4&format=html">mec(4)</a>.
        !           296: <!-- 2008/01/19 -->
        !           297: <li>Fix in sftp when uploading a filename with glob metacharacters in the name.
        !           298: <li>Initial code for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> raid level 0. Not done yet.
        !           299: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> use 64 bit math so it can hold the maximum useful rekey limit. (2^32)
        !           300: <li>Fix bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> where it could listen to both v4 and v6 when forwarding ports using -L, despite having set 0.0.0.0 as a bind_address.
        !           301: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> hashes just the specified hostname when hashing individual hosts.
        !           302: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a>, fix remote handle leak on local file open error.
        !           303: <li>Fix file descriptor leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> on session multiplexing error path.
        !           304: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1&format=html">scp(1)</a> -q imply "ssh -q" for the underlying connection, not just hush the progress meter.
        !           305: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a> to macppc GENERIC kernels.
        !           306: <li>Endian fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a>.
        !           307: <!-- 2008/01/18 -->
        !           308: <li>Added LED support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a>.
        !           309: <li>Fix crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a>.
        !           310: <li>Initial driver for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=environ&sektion=4&format=html">environ(4)</a>, a driver for the environment device found on Sun Enterprise machines.
        !           311: <!-- 2008/01/17 -->
        !           312: <li>Added an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpctl&sektion=8&format=html">snmpctl(8)</a> command to send traps to registered receivers using the imsg trap interface.
        !           313: <li>Fix RX queue stalling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a>.
        !           314: <li>Add cast so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&sektion=4&format=html">myx(4)</a> code compiles on i386.
        !           315: <li>Fix in ether_input() soft interrupt scheduling, causing delays for non-real devices like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&sektion=4&format=html">tun(4)</a> on architectures where soft interrupts are executed immediately.
        !           316: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd.conf&sektion=5&format=html">snmpd.conf(5)</a>, allow optional per-trap receiver community, and restrict the receivers to a specified MIB.
        !           317: <li>Add basic snmpv2 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>.
        !           318: <li>Fix in libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=readpassphrase&sektion=3&format=html">readpassphrase(3)</a>, use  TCSAFLUSH instead of TCSANOW when turning echo back on so that there is no chance of output that was written but still pending to be displayed.
        !           319: <li>Fixes from X.org, Misc extension out of bounds array index, file existence disclosure, Xinput extension memory corruption, TOG-cup extension memory corruption, MIT-SHM and EVI extensions integer overflows and PCF Font parser buffer overflow.
        !           320: <!-- 2008/01/16 -->
        !           321: <li>Edit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8&format=html">netstart(8)</a> to execute <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsol&sektion=8&format=html">rtsol(8)</a> after <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4&format=html">vlan(4)</a> interfaces have been taken up, so they are taken into consideration.
        !           322: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a> firmware to 2.13.1.0, dont forget to update the firmware package.
        !           323: <li>Make xenocara build both the old i810 and the new intel driver and let X autoconfiguration code choose which to use based on the chipset.
        !           324: <li>Started working on an interface for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a> where userland applications may send an imsg to it using a socket resulting in a trap.
        !           325: <!-- 2008/01/15 -->
        !           326: <li>Work around i386 Intel BIOS bug where ACPI tables end up in a region marked free for use.
        !           327: <li>For sparc64 machines, make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sabtty&sektion=4&arch=sparc64&format=html">sabtty(4)</a> adopt the speed configured in OpenFirmware when it is the console.
        !           328: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umbg&sektion=4&format=html">umbg(4)</a> on sparc64 GENERIC kernels.
        !           329: <!-- 2008/01/14 -->
        !           330: <li>Add Dell SAS 6/iR to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> devices.
        !           331: <li>Add support in xenocara for GeForce 8800 GT in the xf86-video-nv driver.
        !           332: <li>Lots of fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ac97&sektion=4&format=html">ac97(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&sektion=4&format=html">auvia(4)</a>.
        !           333: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umbg&sektion=4&format=html">umbg(4)</a> on Zaurus GENERIC kernels.
        !           334: <li>Internal disklabel now allows for 48 bits in 512 bytes units, resulting in max partition or disk size of 64 PB.
        !           335: <!-- 2008/01/13 -->
        !           336: <li>Fix building of alpha kernels with debug symbols by replacing STABS debug info with limited DWARF2 generated symbols.
        !           337: <li>For m88k machines, add a sysctl machdep.cputype to return the processor type.
        !           338: <!-- 2008/01/12 -->
        !           339: <li>Update xf86-video-nv to 2.1.6 in the xenocara source tree.
        !           340: <!-- 2008/01/11 -->
        !           341: <li>Improved error reporting in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a> for parallel mode, and reorder jobs based on who did output last.
        !           342: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&format=html">gem(4)</a>, makes onboard fiber device on Sun fire V880 work.
        !           343: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> will not allow users to use (a)dd or (m)odify to create 0 length partitions.
        !           344: <li><font color="#e00000"><strong>RELIABILITY FIX: A missing NULL pointer check can lead to a kernel panic.</strong></font><br>
        !           345: <a href="errata42.html#005_ifrtlabel">A source code patch is available</a>.<br>
        !           346: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
        !           347: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&sektion=8&format=html">dump(8)</a> compute transfer rates using 64 bit arithmetics.
        !           348: <!-- 2008/01/10 -->
        !           349: <li>Add Broadcom 10Gb PCI id for BCM57710 devices.
        !           350: <li>Added support in OpenCVS for local and remote rtag.
        !           351: <li>Added some more Intel 10G PCIe entries for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&sektion=4&format=html">ixgb(4)</a> driver.
        !           352: <li>For OpenCVS, do not ignore files and directories due to patterns on the repository side. Finally enables a fully working "cvs checkout src", even though options might not work.
        !           353: <!-- 2008/01/09 -->
        !           354: <li>Make sure OpenCVS commands do not segfault on RCS files without head keyword.
        !           355: <li>In OpenCVS, add support for expansion of the Log keyword.
        !           356: <li>For hppa, allow multiple <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uark&sektion=4&format=html">uark(4)</a> devices to attach.
        !           357: <li>Endian fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a>.
        !           358: <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8&format=html">rc(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8&format=html">netstart(8)</a> so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> is not brought up before the working ruleset has been loaded.
        !           359: <li>Add a couple of USB devices to hppa GENERIC now that they are tested.
        !           360: <!-- 2008/01/08 -->
        !           361: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&sektion=4&format=html">cmpci(4)</a> for 4,6 and 8 channel playback and fix CMI8768-based devices.
        !           362: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> (re)calculate command better in showing details of the free space it calculates.
        !           363: <!-- 2008/01/07 -->
        !           364: <li>Make Sparc64 V880 machines force serial console speed to 9600, instead of 115200.
        !           365: <!-- 2008/01/06 -->
        !           366: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.6.9p11.
        !           367: <li>Update time zone data and code to tz2007k.
        !           368: <li>Fix kernel build for Sun4c based Sun machines.
        !           369: <li>Degrade <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msts&sektion=4&format=html">msts(4)</a> sensor state from OK to WARNING and CRITICAL after a ten minute period.
        !           370: <!-- 2008/01/05 -->
        !           371: <li>On SGI, enable raw keyboard for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4&format=html">wscons(4)</a>.
        !           372: <li>Fix in xenocara Makefile for parallel make builds.
        !           373: <li>Make FFS code for disk block numbers 64-bit clean. Quota and statfs is still only 32-bit.
        !           374: <li>Updated xf86-video-radeonhd to 1.1.0 in the xenocara tree.
        !           375: <li>Add support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msts&sektion=4&format=html">msts(4)</a>, the Meinberg Standard Time String format as a line discipline similar to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nmea&sektion=4&format=html">nmea(4)</a>.
        !           376: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdm&sektion=1&format=html">xdm(1)</a>, set the resolution at which fonts in the login widget are rendered, and switch to Luxi TrueType.
        !           377: <!-- 2008/01/04 -->
        !           378: <li>Added SPARKLAN RT2573 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a> devices.
        !           379: <li>Mark <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vadvise&sektion=2&format=html">vadvise(2)</a> as obsolete, and remove its implementation.
        !           380: <li>Make sure m68k-based platforms do not leave an unused page after the kernel message buffer.
        !           381: <li>Add support for xserver on SGI and enable build for it.
        !           382: <li>Add -n flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpctl&sektion=8&format=html">snmpctl(8)</a> to dump numeric IODs instead of symbolic names.
        !           383: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a> driver so it works on amd64 too.
        !           384: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a> strip off trailing "/32" when address type is IPV4_ADDR, since <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> will not accept it.
        !           385: <!-- 2008/01/03 -->
        !           386: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lii&sektion=4&format=html">lii(4)</a> read the hardware mac address.
        !           387: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendbug&sektion=1&format=html">sendbug(1)</a> avoid mangling &lt; and &gt; in comments.
        !           388: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vs&sektion=4&arch=mvme88k&format=html">vs(4)</a> on mvme88k use wide scsi commands.
        !           389: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8&format=html">named(8)</a> use local zone files for localhost reverse lookups again.
        !           390: <li>Moved more of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1&format=html">netstat(1)</a> into reading values with sysctl instead of kvm.
        !           391: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>, adjust the initial window placement with any geometry that would place the window at, or over the right or bottom edge.
        !           392: <li>Fix for sparc64 trap handling.
        !           393: <li>Fix page fault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a> which occurs when device is detached after a failed attach attempt.
        !           394: <!-- 2008/01/02 -->
        !           395: <li>Fix race condition in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkdir&sektion=1&format=html">mkdir(1)</a> -p that may lead to an erroneous successful exit status.
        !           396: <!-- 2008/01/01 -->
        !           397: <li>Tune TX descriptor to improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a> TX performance. Still some issues left to fix.
        !           398: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5&format=html">sshd_config(5)</a> allow PermitRootLogin in a Match block.
        !           399: <li>Make both <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1&format=html">scp(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcp&sektion=1&format=html">rcp(1)</a> with argument "-p" assume "epoch" if they receive timestamps originating before epoch.
        !           400: <!-- 2007/12/31 -->
        !           401: <li>Make libc arc4random*() functions thread safe.
        !           402: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lii&sektion=4&format=html">lii(4)</a> in amd64 and i386 GENERIC and RAMDISK_CD kernels.
        !           403: <!-- 2007/12/30 -->
        !           404: <li>Initial driver for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lii&sektion=4&format=html">lii(4)</a>, the Atheros L2 ethernet chip found on Asus eeepc.
        !           405: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gbe&sektion=4&format=html">gbe(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkbc&sektion=4&format=html">mkbc(4)</a> on SGI GENERIC kernels.
        !           406: <li>Many improvements on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gbe&sektion=4&format=html">gbe(4)</a> for SGI, including 8 and 16bpp colour depths.
        !           407: <!-- 2007/12/29 -->
        !           408: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> "scrub max-mss" rule work correctly.
        !           409: <li>Update timezone data and code to 2007j.
        !           410: <!-- 2007/12/28 -->
        !           411: <li>Use correct packet maximum sizes for remote port and agent forwarding in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, prevents server from killing the connection if too much data is queued.
        !           412: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> update the ServerAlive and ClientAlive timers even when receiving unimplemented or ignore messages from the other end.
        !           413: <!-- 2007/12/27 -->
        !           414: <li>Make the clock adjustment handle up to 5000 usec/sec offset.
        !           415: <li>Add missing length header check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8&format=html">spamd(8)</a> when receiving sync packets.
        !           416: <!-- 2007/12/26 -->
        !           417: <li>Make sure NFS exported directories use the same chunk size as the underlying file system has for block size.
        !           418: <li>Remove last debug bit from m88k machines with a 88110 CPU, and do not force serialization of memory accesses anymore. Brings huge speedups.
        !           419: <li>Teach hppa bootloaders how to boot 64-bit kernels.
        !           420: <!-- 2007/12/25 -->
        !           421: <li>Increase processor bus timeout on the MVME197LE boards, makes it possible to turn instruction cache back on again.
        !           422: <!-- 2007/12/24 -->
        !           423: <li>Reimplemented an m88110 floating point emulator.
        !           424: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> is used with -E, implement "d *" to clear out all partitions, just like "z" does now.
        !           425: <!-- 2007/12/23 -->
        !           426: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> log if the drift file can not be opened or written to.
        !           427: <!-- 2007/12/22 -->
        !           428: <li>Fix POSIX mode bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=df&sektion=1&format=html">df(1)</a>.
        !           429: <!-- 2007/12/21 -->
        !           430: <li>Make sure the cardbus code will not panic if someone inserts a slot for which the support is disabled.
        !           431: <!-- 2007/12/20 -->
        !           432: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.6.9p10.
        !           433: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a>, implement statistics for redirections.
        !           434: <li>Removed an obsolete NFS kludge, improves performance.
        !           435: <!-- 2007/12/19 -->
        !           436: <li>Make sure net ioctls return ENOTTY instead of EINVAL for unknown ioctl requests.
        !           437: <li>Fix page fault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a> TX path.
        !           438: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4&format=html">le(4)</a> memory allocation on aviion machines.
        !           439: <!-- 2007/12/18 -->
        !           440: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&sektion=4&format=html">it(4)</a> driver for amd64 and i386.
        !           441: <li>Add a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=power&sektion=4&format=html">power(4)</a> driver for SGI machines, to shut down nicely if the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8&format=html">sysctl(8)</a> machdep.kbdreset is set.
        !           442: <!-- 2007/12/17 -->
        !           443: <!-- 2007/12/16 -->
        !           444: <li>Fix remaining cases of potential mfs problems with concurrent accesses.
        !           445: <li>Fix stack increment calculations in core dumps on hppa where the stack grows upward.
        !           446: <!-- 2007/12/15 -->
        !           447: <li>Initial driver for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a>, Conexant/Intersil PrismGT SoftMAC USB2.0 devices.
        !           448: <li>Disable the instruction cache on 40MHz MVME197LE boards due to instability.
        !           449: <!-- 2007/12/14 -->
        !           450: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8&format=html">vmstat(8)</a> to use sysctl to gather information, and remove setgid kmem from it.
        !           451: <li>On SGI, make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gbe&arch=sgi&sektion=4&format=html">gbe(4)</a> attach as the console if the graphical console is selected via ARCBIOS.
        !           452: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login_radius&sektion=8&format=html">login_radius(8)</a> so a non-standard port name or number can be used.
        !           453: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a> has an official PEN for OpenBSD now, 30155.
        !           454: <!-- 2007/12/13 -->
        !           455: <li>Sync xserver 1.4.0.90 into xenocara.
        !           456: <li>Implement sysctls to report IP, TCP, UDP and ICMP statistics, so netstat can use them instead of kvm.
        !           457: <li>Large update of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd6&sektion=8&format=html">ospfd6(8)</a>.
        !           458: <!-- 2007/12/12 -->
        !           459: <li>Fix for extra fan sensors on adt7460-based i2c-devices.
        !           460: <!-- 2007/12/11 -->
        !           461: <li>Fix "lls" command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a>.
        !           462: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbtablet&sektion=4&format=html">usbtablet(4)</a> for X.org 7.3.
        !           463: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&sektion=1&format=html">systrace(1)</a> on HPPA by making sure arguments and environment is not stored in the space reserved for stackgap on machines where stack grows upward.
        !           464: <!-- 2007/12/10 -->
        !           465: <li>For macppc i2s-based sound devices, remove support for 8KHz sample rates.
        !           466: <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&sektion=4&format=html">vge(4)</a>, remove unused HW VLAN stripping and tagging code.
        !           467: <li>Updated pixman to 0.9.6 in xenocara.
        !           468: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> warn if configuration reload fails, instead of killing the daemon.
        !           469: <!-- 2007/12/09 -->
        !           470: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcspx&sektion=4&format=html">lcspx(4)</a> attach to SPX option boards on VAXstation 3100s.
        !           471: <li>Enable Out-of-Order execution on 88110 CPUs.
        !           472: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a>, fix automatic rate control on RT2860-based devices if the rate falls down to 6 or 1 Mbps.
        !           473: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_ntfs&sektion=8&format=html">mount_ntfs(8)</a> to the alpha platform, and included support in alpha GENERIC.
        !           474: <li>Updated the BIND <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8&format=html">named(8)</a> to 9.4.2.
        !           475: <!-- 2007/12/08 -->
        !           476: <li>Simplified the pool code in the kernel by removing the pool cache.
        !           477: <li>Make the i830 xf86 driver use XAA acceleration instead of EXA.
        !           478: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd.conf&sektion=5&format=html">relayd.conf(5)</a> consider the generic handler to be TCP-based, so you can use "protocol foo" without defining a type.
        !           479: <!-- 2007/12/07 -->
        !           480: <li>hoststated(8) gets renamed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a>. Similar change for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayctl&sektion=8&format=html">relayctl(8)</a>.
        !           481: <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a> on 32bit architectures.
        !           482: <!-- 2007/12/06 -->
        !           483: <li>SMP fixes for mfs concurrent buflist access.
        !           484: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&sektion=4&format=html">adt(4)</a> also support sch5027.
        !           485: <!-- 2007/12/05 -->
        !           486: <li>In the atascsi layer, ask for write cache and read look ahead to be turned on.
        !           487: <li>Fix file descriptor/ssl leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a> SSL checks.
        !           488: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sensorsd&sektion=8&format=html">sensorsd(8)</a> logs positive events with LOG_INFO instead of LOG_ALERT.
        !           489: <li>Add TRENDnet TEW-401PCplus cardbus to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> devices.
        !           490: <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpctl&sektion=8&format=html">snmpctl(8)</a>, a lightweight SNMP implementation.
        !           491: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a> adapters are not in powerdown mode.
        !           492: <!-- 2007/12/04 -->
        !           493: <li>Work in progress for SMP on m88110-based systems. Boots multiuser.
        !           494: <li>Fix attach/detach issues with rt2860-based expresscard <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a> cards.
        !           495: <li>Imported xf86-video-radeonhd into xenocara.
        !           496: <li>Added libGL DRI code to xenocara, not connected to the build yet.
        !           497: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a> detachable.
        !           498: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a>, handle if the other end insists on a MRU of 1492, even if they should cope with 1500.
        !           499: <li>For mfs file systems, avoid out of bounds access at the tail end.
        !           500: <!-- 2007/12/03 -->
        !           501: <li>Allow USB serial number to be printed in verbose mode. Useful for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hotplugd&sektion=8&format=html">hotplugd(8)</a> users.
        !           502: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.6.9p9.
        !           503: <!-- 2007/12/02 -->
        !           504: <li>Beginning of a real floating-point exception handler for 88110 CPUs.
        !           505: <li>Reworked m88k spinlock code too, similar to i386 fix earlier.
        !           506: <!-- 2007/12/01 -->
        !           507: <!-- 2007/11/30 -->
        !           508: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> does not leak state if key allocation fails during add.
        !           509: <li>Fix null pointer dereference in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> ioctl code.
        !           510: <li>New 4965AGN <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> firmware, 4.44.1.20.
        !           511: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppb&sektion=4&format=html">ppb(4)</a> detachable.
        !           512: <!-- 2007/11/29 -->
        !           513: <!-- 2007/11/28 -->
        !           514: <li>Initial import of DRM, direct rendering manager on i386, disabled for now.
        !           515: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=owtemp&sektion=4&format=html">owtemp(4)</a> handle negative values from the sensors.
        !           516: <li>Simplify i386 cpu detection and always assume 386 CPUs are unknown and promote them to 486 instead of panicking.
        !           517: <li>Add a "restart wm" function to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>.
        !           518: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a> bump the current file descriptor limit to the maximum number for the login class.
        !           519: <li>When updating the timestamp on pipes, use getnanotime() instead of nanotime(), since it is cheaper and good enough.
        !           520: <li>Add a -d argument to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pstat&sektion=8&format=html">pstat(8)</a> to peek at values in the kernel.
        !           521: <!-- 2007/11/27 -->
        !           522: <li>Implement the amd64/i386 MP fix for spin at splhigh on sparc64 also.
        !           523: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a>, properly update the hardware multicast filter.
        !           524: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a>, fix dlsym with special handles when called from an executable that has been linked without -E.
        !           525: <li>Removed old TCP_COMPAT_42 from the GENERIC kernels.
        !           526: <li>Initial support for SGI Graphics Back End <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gbe&sektion=4&arch=sgi&format=html">gbe(4)</a>. Disabled by default.
        !           527: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> behave more like an ethernet interface when initializing the IPv4 interface address.
        !           528: <!-- 2007/11/26 -->
        !           529: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xclock&sektion=1&format=html">xclock(1)</a>, invert logic in geometry computation in norender digital mode.
        !           530: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>, add prefixes (paths) that would cause routing loops to the RIB, but marked as not eligible.
        !           531: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4&format=html">wd(4)</a>, enable read ahead and write cache if the disk claims it is supported.
        !           532: <li>Move amd64 spinning behaviour in line with i386 for MP biglock.
        !           533: <li>Add LSI PCI Ids for 1078 based Megaraid devices to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a>.
        !           534: <li>Added warning to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> for auto declarations whose size is not known at compile time.
        !           535: <li>Add new PERC6/CERC6 PCI Ids to the list of mfi devices.
        !           536: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&sektion=4&format=html">mbg(4)</a>, degrade the timedelta sensor if the clock is free running for too long.
        !           537: <li>Make libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=popen&sektion=3&format=html">popen(3)</a>/pclose(3) thread safe.
        !           538: <li>Bump <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ciss&sektion=4&format=html">ciss(4)</a> maximum cdb size to 16 bytes.
        !           539: <li>Added syslog logging to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&sektion=8&format=html">tftpd(8)</a>.
        !           540: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cas&sektion=4&format=html">cas(4)</a>, make Cassini+ devices work.
        !           541: <li>Move the implementation of the biglock into MD code. For i386, stop spinning at splhigh, and do not try to grab biglock when releasing it. Huge speed improvement for i386.
        !           542: <li>Re-enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3&format=html">pthreads(3)</a> support in libGL.
        !           543: <li>Implemented a -C option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> for continuing ftp, http(s) and file transfers.
        !           544: <!-- 2007/11/25 -->
        !           545: <li>New AGP code for amd64, readded i965GM device and use correct major for the /dev/agp0 device node.
        !           546: <li>Relax MSDOS SecPerTrack limit to allow 64 instead of 63, makes iRiver Clix devices work.
        !           547: <li>Fix hardware cursor mapping in the AGP i810 code.
        !           548: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=modload&sektion=8&format=html">modload(8)</a> use /dev/ksyms as a kernel file by default.
        !           549: <li>for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4&format=html">wscons(4)</a>, ask the emulation code to hide the cursor when leaving emulation mode.
        !           550: <li>Make AGP attach as a device, makes more AGP bridges get detected and attached. Enabled on amd64 and i386.
        !           551: <li>Re-enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> in GENERIC configs for all platforms.
        !           552: <li>Move crypto threads to workq's, lets cryptoraid attach early.
        !           553: <li>Fake out the apm device node to switch between apm and acpi on i386.
        !           554: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_mfs&sektion=8&format=html">mount_mfs(8)</a>/newfs(8) when mounting with a relative path.
        !           555: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=et&sektion=4&format=html">et(4)</a> on amd64 and i386 GENERIC kernels.
        !           556: <li>Correctly set up TX descriptors on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=et&sektion=4&format=html">et(4)</a> devices.
        !           557: <li>Add entries for Transmeta Efficeon CPUs.
        !           558: <li>Turn off COMPAT_35 in the GENERIC kernels.
        !           559: <li>Use ACPI reset methods for reboot on all machines where <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> is available.
        !           560: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8&format=html">config(8)</a> file directive accept multiple pathnames separated by '|'.
        !           561: <!-- 2007/11/24 -->
        !           562: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> detachable.
        !           563: <li>Added support for the Sigmatel codec id 7662 to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> driver.
        !           564: <li>Updated xserver, xf86-input-keyboard, xf86-input-mouse, xf86-video-intel, xf86-input-void, xf86-input-vmmouse, xf86-input-acecad, xf86-input-magellan and xf86-input-spaceorb in the xenocara sources.
        !           565: <li>Updated inputproto, randrproto, renderproto, libXrandr, libXi, xrandr and Mesa in xenocara and imported xbacklight.
        !           566: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmoused&sektion=8&format=html">wsmoused(8)</a> sleep increasingly longer while trying to get the mouse device from X after switching to console.
        !           567: <li>More fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a> when running parallel jobs.
        !           568: <li>Fix for large clock drift on some macppc models.
        !           569: <li>Updated libXfont to 1.3.1 in the xenocara sources.
        !           570: <!-- 2007/11/23 -->
        !           571: <li>Try a forced unmount if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_mfs&sektion=8&format=html">mount_mfs(8)</a> is killed with SIGKILL.
        !           572: <li>Enabled PCIAGP on amd64 GENERIC kernels.
        !           573: <li>Early support for hotplug of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sili&sektion=4&format=html">sili(4)</a> controllers.
        !           574: <li>Implemented scsi vpd page translation for fetching disk serial numbers in atascsi.
        !           575: <li>Make the atascsi layer claim SPC-3 when faking an INQUIRY.
        !           576: <!-- 2007/11/22 -->
        !           577: <li>Reimplemented the "mark" keyword in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated.conf&sektion=5&format=html">hoststated.conf(5)</a>, somewhat similar to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a> tags.
        !           578: <li>Fix relay roundrobin mode in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a> when multiple hosts in a table are down.
        !           579: <li>Unify number and string reading in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1&format=html">top(1)</a> to make sure command line args and interactive use of "d" and "n" now also interpret "max", "infinite" and "all".
        !           580: <!-- 2007/11/21 -->
        !           581: <li><font color="#e00000"><strong>RELIABILITY FIX: A memory leak in pf can lead to machine lockups.</strong></font><br>
        !           582: <a href="errata42.html#004_pf">A source code patch is available</a>.<br>
        !           583: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
        !           584: <li>If the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> drift file is missing, reset adjfreq to zero.
        !           585: <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipmi&sektion=4&format=html">ipmi(4)</a> on i386 GENERIC kernels.
        !           586: <li>Fix for panics when running "mt(1) rewoffl".
        !           587: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a>, allow HTTP digest type be either MD5 or SHA1, determined by the length of the digest.
        !           588: <!-- 2007/11/20 -->
        !           589: <li>Fix for M88110 setregs() so binaries work to some extent on MVME197 machines.
        !           590: <li>Fix possible mbuf leak on error in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> code.
        !           591: <li>Fix in pthreads, make the threaded version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfork&sektion=2&format=html">vfork(2)</a> actually use the system <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfork&sektion=2&format=html">vfork(2)</a> in order to retain the semantics, instead of calling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&sektion=2&format=html">fork(2)</a>.
        !           592: <!-- 2007/11/19 -->
        !           593: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> default keybinding always exist. Additional bindings now overlap.
        !           594: <li>Make sure the kernel will not overwrite a core file owned by another user.
        !           595: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a>, always enable "late connect" relay mode, if an expect or filter action has been specified.
        !           596: <!-- 2007/11/18 -->
        !           597: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpimadt&sektion=4&format=html">acpimadt(4)</a> for GENERIC.MP kernels where it would map ISA interrupts for which there was an override.
        !           598: <!-- 2007/11/17 -->
        !           599: <li>Add the Planex GW-US54GXS adapter to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> devices.
        !           600: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcidump&sektion=8&format=html">pcidump(8)</a> for dumping PCI config space in hex.
        !           601: <li>Fix "mount -a" so it continues to try mounting the rest of the filesystems even if a line refers to a non-existent mount point.
        !           602: <li>Updated the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> ZD1211B firmware, supposed to fix hardware reset problem.
        !           603: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8&format=html">cron(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vipw&sektion=8&format=html">vipw(8)</a>, deal with unchanged files better, since new timers have finer resolution.
        !           604: <li>Fix stalls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a>, by disabling jumbo allocator until low number of buffers case is better handled.
        !           605: <!-- 2007/11/16 -->
        !           606: <li>Fix false splassert warning during boot on m88k machines.
        !           607: <li>Make GPIO functionality available on AMD Geode LX CS5536-based machines.
        !           608: <li>Make sure to return the correct so_error instead of EINVAL if a non-blocking connect which has completed and failed gets called again.
        !           609: <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uticom&sektion=4&format=html">uticom(4)</a>, a driver for TI TUSB3410 usb serial devices.
        !           610: <!-- 2007/11/15 -->
        !           611: <li>Make sure the atascsi layer accepts ATA ioctls, so tools like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atactl&sektion=8&format=html">atactl(8)</a> work on disks behind the atascsi layer.
        !           612: <li>Enabled most <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> functionality by default. If you encounter problems, "disable acpi" or "disable apm" and report the problem.
        !           613: <li>Initial import of a driver for the Ralink RT2860 chipset. Will attach as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a>.
        !           614: <li>Try to get a working console on sparc64 when redirected to the RSC card on Sun Fire 280R/V480/V880.
        !           615: <li>Make i386 MP kernels use smbios to count number of CPUs. If &gt; 1, disable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&sektion=4&format=html">apm(4)</a>.
        !           616: <li>Make sure the MS-DOS handling code reads 4k when reading the boot sector, help iPod nano file systems.
        !           617: <!-- 2007/11/14 -->
        !           618: <li>Do not call crypto_done() on errors. Fixes panics on crypto errors seen on reboots.
        !           619: <li>Add Marvell 88E8042 and 88E8072 to the list of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> devices.
        !           620: <!-- 2007/11/13 -->
        !           621: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldattach&sektion=8&format=html">ldattach(8)</a> does not set explicit com parameters for the tty, instead use the existing ones. Also do not artificially limit the baudrates.
        !           622: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4&format=html">wscons(4)</a> on SGI machines compile ok and prevent it from stealing the console.
        !           623: <!-- 2007/11/12 -->
        !           624: <li>Fix clock drift on MP m88k systems.
        !           625: <li>Make an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openprom&sektion=4&format=html">openprom(4)</a> device file for the macppc platform.
        !           626: <!-- 2007/11/11 -->
        !           627: <li>Fix some amd64 problems with lazy fpu context handling.
        !           628: <li>Fix for i386 MP where interrupt time was always shown as 0%.
        !           629: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> does not leak pfstatekey upon insert conflicts.
        !           630: <li>For SGI macebus, add spurious interrupt detection, enables user to "boot poweroff" from ddb.
        !           631: <li>Make sure m88k dma_cachectl() flushes all processors unconditionally.
        !           632: <li>In OpenCVS, if a file has modifications in it when being updated, reapply umask.
        !           633: <!-- 2007/11/10 -->
        !           634: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&sektion=4&format=html">eso(4)</a>, now recording and setting block size works, and there is a master volume mute.
        !           635: <li>Add support for more multifunction Epson devices to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uscanner&sektion=4&format=html">uscanner(4)</a>.
        !           636: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umbg&sektion=4&format=html">umbg(4)</a> to i386 and macppc GENERIC kernels.
        !           637: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umbg&sektion=4&format=html">umbg(4)</a>, a driver for USB attached Meinberg USB5131 DCF77 radio clock devices.
        !           638: <!-- 2007/11/09 -->
        !           639: <li>Allow -c in conjunction with -d (and -u) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uniq&sektion=1&format=html">uniq(1)</a>.
        !           640: <li>M88k now builds bsd.mp kernels.
        !           641: <li>Make sure m88k MP kernels grab the kernel lock when processing soft interrupts.
        !           642: <li>On sparc64 MP systems, use the interrupt stack as the initial stack for spinning up secondary CPUs.
        !           643: <!-- 2007/11/08 -->
        !           644: <li>Make the in-kernel disklabel code NTFS aware.
        !           645: <li>Add Exar UART XR17C152, 154 and 158 to the list of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a> devices.
        !           646: <li>Fix AML string parsing in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> battery code, to better handle the invalid pointers aml_val2str() sometimes returns.
        !           647: <!-- 2007/11/07 -->
        !           648: <li>Prevent null-pointer dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> when empty groups are used in "set loginterface".
        !           649: <li>Fix potential heap overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a>, given a specially crafted regexp.
        !           650: <!-- 2007/11/06 -->
        !           651: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&sektion=1&format=html">md5(1)</a> properly exit with a result code &gt;0 when encountering bad md5 in the checklist.
        !           652: <li>Close a race on sparc64 where the FPU state might be dropped to the wrong process in the IPI handlers.
        !           653: <li>Prevent panic in the arpintr() code if IF_DEQUEUE returns NULL.
        !           654: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a> simplify the way it deals with implicit rules and handle $&lt;.
        !           655: <!-- 2007/11/05 -->
        !           656: <li>Add support for Epson multifunction USB devices, for the functions we do support.
        !           657: <li>Update time zone info to tzdata 2007i.
        !           658: <li>Avoid coredump in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mailwrapper&sektion=8&format=html">mailwrapper(8)</a> when there is only one token on a line.
        !           659: <li>Prevent SEGV in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1&format=html">top(1)</a> on wrong sort name.
        !           660: <li>Better handling of OSS emulation when calling AUDIO_SETINFO and AUDIO_GETINFO at once.
        !           661: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&sektion=4&format=html">mbg(4)</a> for PEX511 PCI Express DCF77 devices.
        !           662: <li>Workaround in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> for late establishment of interrupts on GENERIC.MP kernels.
        !           663: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=raid&sektion=4&format=html">raid(4)</a>, where the disklabel reading to find raid components was causing hangs.
        !           664: <!-- 2007/11/04 -->
        !           665: <li>Cleanup in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4&format=html">audio(4)</a> endianess conversion routines.
        !           666: <li>Remove the delay in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1&format=html">top(1)</a> when a command line argument is wrong.
        !           667: <!-- 2007/11/03 -->
        !           668: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&sektion=4&format=html">mbg(4)</a>, add support for the Meinberg PCI509 5V DCF77 time signal station receiver.
        !           669: <li>Make sure ATI-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&sektion=4&format=html">ahci(4)</a> devices do not cause a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4&format=html">wdc(4)</a> controller appear when running in IDE compat mode.
        !           670: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lkm&sektion=4&format=html">lkm(4)</a> for the amd64 platform.
        !           671: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8&format=html">spamd(8)</a> clears the last entry from an empty TRAP list.
        !           672: <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> dsdt code, identify as WinNT in hopes the machine will present "better" AML, or at least better settings for machines that do not support _OSI.
        !           673: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8&format=html">named(8)</a> hint file since l.root-servers.net has a new address.
        !           674: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldattach&sektion=8&format=html">ldattach(8)</a>, a command to attach line disciplines to a tty line.
        !           675: <li>Fix incorrect 'retry times' settings in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a>, and increase max RX size.
        !           676: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> reset handling so the firmware does not panic. Also, fix ifconfig -M. Only works when the interface is down.
        !           677: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a>, mark nodes as made when there is no command around the target.
        !           678: <!-- 2007/11/02 -->
        !           679: <li>Avoid errno trashing in signal handler in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
        !           680: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> from getting data from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getpwuid&sektion=3&format=html">getpwuid(3)</a> clobbered by another getpw*() call.
        !           681: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, fix memory leak in the process_cmdline() function.
        !           682: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.6.9p8.
        !           683: <li>Lots and lots of work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a>, including: optimized job runner which avoids forking the last command since it is running in a subshell, replaced parallel job buffering to deal with non-blocking descriptors, store list of errors during parallel make and print them on exit.
        !           684: <!-- 2007/11/01 -->
        !           685: <li>Fix potential panics on the arm xscale based platform by reusing cache cleaning address calculation.
        !           686: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1&format=html">top(1)</a>, bump arbitrary limit on argument length shown by -C.
        !           687: <!-- 2007/10/31 -->
        !           688: <li>Add Admtek/Shantou ADM8515 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&sektion=4&format=html">udav(4)</a> devices.
        !           689: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> from sending anything in response to blocked icmp packets.
        !           690: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a> does not potentially leak secret authname through ioctl() interfaces.
        !           691: <li>Workaround MP timeout/splhigh/scsi race at reboot on amd64/i386 using a delay.
        !           692: <!-- 2007/10/30 -->
        !           693: <li>Initial driver <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=et&sektion=4&format=html">et(4)</a> for the Agere/LSI ET310 ethernet devices.
        !           694: <li>Do not print the prompt in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=readpassphrase&sektion=3&format=html">readpassphrase(3)</a> when process is backgrounded and the input would not be read anyway.
        !           695: <li>Fix for list handling code in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4&format=html">bridge(4)</a> code.
        !           696: <!-- 2007/10/29 -->
        !           697: <li>Fix for m88k when secondary CPU gets its interrupt pin stuck. Put the process it was running on the run queue again, unless it was the idle proc.
        !           698: <li>Fix setup of TX descriptors in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4&format=html">ath(4)</a> driver.
        !           699: <!-- 2007/10/28 -->
        !           700: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, make behaviour identical for non-existent users regarding options set in the Match block.
        !           701: <li>Plug tiny mem leaks in ControlPath and ProxyCommand option processing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
        !           702: <li>Enable PCIe snoop for SB600 and MCP51-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> devices. Fixes noise, looping and distortion problems.
        !           703: <li>On m88k, work around the fact that secondary CPUs are started late in the boot and sched_init_cpu() has to be invoked early. Lets MVME188 SMP systems boot multiuser.
        !           704: <li>Make sure m88k machines do not flag a processor as "alive" until it really is ready to accept IPIs.
        !           705: <li>Fix panic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4&format=html">siop(4)</a>.
        !           706: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=envy&sektion=4&format=html">envy(4)</a>, a driver for ICE1712 VIA Envy24 audio devices.
        !           707: <li>Prepare <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4&format=html">audio(4)</a> for addition of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=envy&sektion=4&format=html">envy(4)</a> driver, enable 32 bit samples and bump max channels to 12.
        !           708: <!-- 2007/10/27 -->
        !           709: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vic&sektion=4&format=html">vic(4)</a> attach to the virtual pcnet hardware in vmware.
        !           710: <li>Take the correct lock on m88k when handling userland data faults in kernel mode, lets bsd.mp run multiuser on SP boards.
        !           711: <li>Replace the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> replay protection counter with a cookie.
        !           712: <li>Make sure compat errno mapping arrays go up to ELAST for all emulated syscalls.
        !           713: <!-- 2007/10/26 -->
        !           714: <li>Workaround for chip bug on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&sektion=4&format=html">ahci(4)</a> based ATI IXP600 AHCI controllers.
        !           715: <li>Fix ring buffer overflow in the audio recording code path.
        !           716: <li>Fix file descriptor leak in the freetype library in xenocara.
        !           717: <!-- 2007/10/25 -->
        !           718: <li>Fix alignment issues on sparc64 when running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>.
        !           719: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8&format=html">vmstat(8)</a> output, increasing the "fre" column and aligning memory and traps labels.
        !           720: <li>Fix probability rules parsing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a>, and add support for 0% and 100%.
        !           721: <li>On E250 sparc64s, do not forget the channel number when reading environmental values off the sensor to prevent always reading from channel 0.
        !           722: <li>Make sure mips platforms enable interrupts when exiting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> if they were enabled before the break.
        !           723: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.6.9p7.
        !           724: <li>Added support for command line "-D macro=value" to all routing daemons.
        !           725: <!-- 2007/10/24 -->
        !           726: <li>Change m88k system call invocation sequence to no longer pull arguments from stack, improves performance for all syscalls except mmap(). All m88k binaries must run against a 4.1 or more recent kernel.
        !           727: <li>Add support for power supply temperature sensors on the E450.
        !           728: <li>Fix logic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a> command-line / MAKEFLAGS parsing.
        !           729: <!-- 2007/10/23 -->
        !           730: <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1&format=html">scp(1)</a> network read/write into an atomicio()-like function to handle short reads, apply bandwidth limits and update counters.
        !           731: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> do argument splitting and parsing so it can cope with common shell escapes and make handling consistent with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sh&sektion=1&format=html">sh(1)</a>.
        !           732: <li>Change the daily <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&sektion=8&format=html">security(8)</a> script to record package installation/removal.
        !           733: <!-- 2007/10/22 -->
        !           734: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=alipm&sektion=4&format=html">alipm(4)</a> to be used for reading <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spdmem&sektion=4&format=html">spdmem(4)</a> info on sparc64, even if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=alipm&sektion=4&format=html">alipm(4)</a> is not used for other parts.
        !           735: <li>Add support for the SUNW,envctrl as found on E450 machines.
        !           736: <li>Fix for temperature sensor conversion factors on E450 sparc64 machines.
        !           737: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uipaq&sektion=4&format=html">uipaq(4)</a> for the HTC smartphones.
        !           738: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, make sure that both the local and remote port are correct when parsing -L.
        !           739: <li>Make mips kernel options recognized from the boot command line in addition to the OSLoadOptions.
        !           740: <li>Add a broadcast mode to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a>, this mode sends all frames on all ports, and receives frames on any port.
        !           741: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated.conf&sektion=5&format=html">hoststated.conf(5)</a> for including other files.
        !           742: <!-- 2007/10/21 -->
        !           743: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcidump&sektion=8&format=html">pcidump(8)</a>, a utility to read pci configuration spaces.
        !           744: <li>Properly document decision weight of prefixes in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&sektion=5&format=html">bgpd.conf(5)</a> file.
        !           745: <li>Do not use next_tick() to start the clock ticking on sparc64 secondary CPUs. It fails from time to time.
        !           746: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> kernel debugger clears its output buffer on powerpc before it starts processing.
        !           747: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a> sets the max message size to at least the minimum IP MTU.
        !           748: <li>Make cs4280-based devices able to be brought back from power save mode if needed.
        !           749: <!-- 2007/10/20 -->
        !           750: <li>Add support for temperature sensors on the SUNW,envctrltwo device found on the Sun E250.
        !           751: <!-- 2007/10/19 -->
        !           752: <li>Replace DMA and interrupt handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4&format=html">auich(4)</a>, fixes recording from the microphone input as well as full-duplex operation.
        !           753: <li>Add ShanTou ZT6688 usb 10/100 nic to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&sektion=4&format=html">udav(4)</a> device driver.
        !           754: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=su&sektion=1&format=html">su(1)</a> call setegid() before seteuid().
        !           755: <li>On sparc64, use HDL2CELL when passing OpenFirmware handles, makes bsd.mp boot on an E250.
        !           756: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a> to schedule an immediate check through <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststatectl&sektion=8&format=html">hoststatectl(8)</a>.
        !           757: <!-- 2007/10/18 -->
        !           758: <li>Fix in the VFS layer for possible spl() problems in the buffer cleaning daemon.
        !           759: <li>Add support for the Moosehead PS/2 controller found on SGI O2 machines.
        !           760: <!-- 2007/10/17 -->
        !           761: <li>In OpenCVS, avoid memory leak if a tag is defined in CVSROOT/config more than once.
        !           762: <li>Add some LED support to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> driver.
        !           763: <li>Add support for the Intel ICH9 chipset to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a> driver.
        !           764: <li>Use TCSAFLUSH instead of TCSADRAIN in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> when turning off echo.
        !           765: <li>On sparc64 US-III cpus, spin up secondary CPU if running MP kernel.
        !           766: <!-- 2007/10/16 -->
        !           767: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.6.9p6.
        !           768: <li>Replacement for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pctr&sektion=4&format=html">pctr(4)</a> codebase that can handle amd64 processors too.
        !           769: <li>On sparc64, make lazy FPU context switching work for MP kernels.
        !           770: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1&format=html">top(1)</a>, properly handle terminals consisting of only a few lines.
        !           771: <!-- 2007/10/15 -->
        !           772: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8&format=html">rc(8)</a> allow TCP NFS mounts too.
        !           773: <li>Fix in xf86-video-nv driver for G80 displays if BIOS leaves it stuck.
        !           774: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> to report the status of peers and sensors to syslog.
        !           775: <!-- 2007/10/14 -->
        !           776: <li>Switch kernel arc4random routine to use different arc4 code and rework <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spl&sektion=9&format=html">spl(9)</a> handling  so it goes to splhigh and back once per request instead of once per byte.
        !           777: <li>Fix stream reset errors on ALC883 based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> devices by waiting 40 usecs for the run bit to clear before performing a reset.
        !           778: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4&format=html">audio(4)</a>-compatible mixer items for ALC883 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>.
        !           779: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wbng&sektion=4&format=html">wbng(4)</a> on amd64 and i386 GENERIC kernels.
        !           780: <li>Provide a way on macppc to attach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spdmem&sektion=4&format=html">spdmem(4)</a> by faking an I2C bus with EEPROMs with content from OpenFirmware.
        !           781: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wbng&sektion=4&format=html">wbng(4)</a> driver for Winbond W83793G Hardware Monitor.
        !           782: <li>On sgi machines, disable timer/compare interrupts on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=macebus&sektion=4&format=html">macebus(4)</a>, prevents interrupt storms on IRQ 6.
        !           783: <li>Add Planex GW-US54GD to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> devices.
        !           784: <!-- 2007/10/13 -->
        !           785: <li>Add an "include" directive to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a>, and make sure the included file have the same strict permissions like the main configuration file.
        !           786: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a> does not trash errno in the signal handler.
        !           787: <li>Remove unused kerberos authentication code from the NFS code base, and make sure we never generate a zero xid.
        !           788: <li>Add support for the BCM5906 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> device.
        !           789: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nmeaattach&sektion=8&format=html">nmeaattach(8)</a> to turn off timestamping by calling it without the -t option.
        !           790: <!-- 2007/10/12 -->
        !           791: <!-- 2007/10/11 -->
        !           792: <li>Add support for channel setting on newer Atheros AR5424 and AR2423 etc.
        !           793: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6ctl&sektion=8&format=html">ospf6ctl(8)</a>, a controller for the recently imported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&sektion=8&format=html">ospf6d(8)</a> daemon.
        !           794: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>, make BGE_JUMBO_FRAMELEN big enough to include a vlan tag.
        !           795: <li>Serialize <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> probing and attachments.
        !           796: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a> on armish GENERIC kernels.
        !           797: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a>, when walking the acpi tree to find _PRT methods, check whether device is actually enabled and functioning.
        !           798: <li><font color="#e00000"><strong>SECURITY FIX: The SSL_get_shared_ciphers() function in OpenSSL contains an off-by-one overflow.</a></strong></font><br>
        !           799: <a href="errata42.html#002_openssl">A source code patch is available</a>.<br>
        !           800: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
        !           801: <!-- 2007/10/10 -->
        !           802: <li>Fix for macppc when using the new context switching code.
        !           803: <li>Reworked the context switching code to a more machine-independent design. Allows MD context switching without spls or locks, and sleep queue wakeup goes from O(n^2) to O(n).
        !           804: <!-- 2007/10/09 -->
        !           805: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgplg&sektion=8&format=html">bgplg(8)</a>, limit the number of allowable characters in a request to prevent cross-site scripting issues.
        !           806: <li>Add support for RTL8211B PHY devices in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rgephy&sektion=4&format=html">rgephy(4)</a>.
        !           807: <li>Rework the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> debug dmesg to perform a more complete codec dump.
        !           808: <li>Fix range check for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> vhid in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>, vhid 0 is not valid.
        !           809: <li>Do not skip i2c scanning for IPMI machines, as done previously, but only use it for non-sensor devices like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spdmem&sektion=4&format=html">spdmem(4)</a>.
        !           810: <li>Add proper support for branch revisions in annotate for OpenCVS.
        !           811: <li>Make the OpenCVS rcs code properly resolve branches when given base revisions.
        !           812: <!-- 2007/10/08 -->
        !           813: <li><font color="#e00000"><strong>SECURITY FIX: Malicious DHCP clients could cause <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a> to corrupt its stack.</a></strong></font><br>
        !           814: <a href="errata42.html#001_dhcpd">A source code patch is available</a>.<br>
        !           815: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
        !           816: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a> work with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> also.
        !           817: <li>On arm, align the suspend save data to a cache line boundary, prevents issues upon resume.
        !           818: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> on 802.11 devices.
        !           819: <li>Fix segfault in OpenCVS when committing new files.
        !           820: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spdmem&sektion=4&format=html">spdmem(4)</a> on alpha, amd64, armish, i386, macppc and sparc64 GENERIC kernels.
        !           821: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd6&sektion=8&format=html">ospfd6(8)</a>, an OSPFv3 daemon to support OSPF for IPv6. Not useful yet.
        !           822: <!-- 2007/10/07 -->
        !           823: <li>Add support for 230400 bps speed in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uslcom&sektion=4&format=html">uslcom(4)</a>.
        !           824: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spdmem&sektion=4&format=html">spdmem(4)</a> indicate if the memory module is registered.
        !           825: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amdpcib&sektion=4&format=html">amdpcib(4)</a> driver for the AMD 8111 series LPC bridge and HPET.
        !           826: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spdmem&sektion=4&format=html">spdmem(4)</a> print CAS latency for DDR/DDR2 memory.
        !           827: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spdmem&sektion=4&format=html">spdmem(4)</a> driver for Serial Presence Detect memory information.
        !           828: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glxpcib&sektion=4&format=html">glxpcib(4)</a> support in the i386 architecture for PCI-ISA bridge, timecounter and watchdog found in the CS5536 companion chip to the AMD Geode LX-800 processor.
        !           829: <!-- 2007/10/06 -->
        !           830: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a> to operate the various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> table actions independently.
        !           831: <!-- 2007/10/05 -->
        !           832: <li>Make the UFS dirhash code correctly allocate cleared memory, fixes edge cases.
        !           833: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a> for non-SSL relays.
        !           834: <!-- 2007/10/04 -->
        !           835: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eephy&sektion=4&format=html">eephy(4)</a>, disable fiber/copper auto-selection on the 88E1111 to work around some cards that in fact only have copper connectors.
        !           836: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> for devices found on Acer TravelMate 3010.
        !           837: <li>Update libc date code and timezone data to tz2007h.
        !           838: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> handle CARP over IPv6 in the printing routine.
        !           839: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>, when inserting blackhole or reject routes, set the gateway address to 127.0.0.1 / ::1 unconditionally.
        !           840: <!-- 2007/10/03 -->
        !           841: <li>Merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> firmware into a single file, requires update of the firmware package to v1.3.
        !           842: <li>Added two new ioctl()s to the audio layer, AUDIO_GETPRINFO and AUDIO_GETRRINFO to help porting non-native audio applications and the OSS emulation.
        !           843: <li>Added libpixman to xenocara.
        !           844: <li>Make OpenCVS reset the default branch early, so rcs_head_get() does not return a possibly wrong revision as 'current'.
        !           845: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1&format=html">gdb(1)</a> distinguish states saved by normal context switches and states saved by satectx(). Makes backtraces from kernel crash dumps work much better.
        !           846: <!-- 2007/10/02 -->
        !           847: <li>Merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xfs&sektion=1&format=html">xfs(1)</a> 1.0.5 into xenocara, contains security fixes for heap overflow and corruption vulnerabilities.
        !           848: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&sektion=1&format=html">grep(1)</a> for patterns containing $ and ^ but not as the last or first char.
        !           849: <li>In libc, fix a libpthread panic regarding <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=seekdir&sektion=3&format=html">seekdir(3)</a>.
        !           850: <li>Added initial support for the Marvell PCIe Yukon FE+ Fast Ethernet chipsets to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a>.
        !           851: <!-- 2007/10/01 -->
        !           852: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4&format=html">vr(4)</a> to handle I/O accesses chipsets which do not have PCI power management capabilities.
        !           853: <li>Added new Intel E1000 and 10Gb PCIe PCI ids.
        !           854: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>, fix 'bogus xmit rate setup' panic seen while associating with an 11b AP.
        !           855: <!-- 2007/09/30 -->
        !           856: <li>Add support for the high-resolution timer found in GPS170PCI cards to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&sektion=4&format=html">mbg(4)</a>.
        !           857: <li>Updated xf86-video-nsc in xenocara.
        !           858: <li>On i386, only call amd64_errata() on amd64 processors. (family 0xf).
        !           859: <li>Fix unaligned access in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> for strict-alignment architectures.
        !           860: <li>Updated libXaw, xf86-video-savage and xf86-video-nv in xenocara.
        !           861: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> always include interface IP address when printing the config.
        !           862: <li>Updated libICE and libX11 in xenocara.
        !           863: <!-- 2007/09/29 -->
        !           864: <li>Updated libXcomposite, libXrender, libxtrans and libXdamage in xenocara.
        !           865: <li>Fix two panics in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> on macppc.
        !           866: <!-- 2007/09/28 -->
        !           867: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makedepend&sektion=1&format=html">makedepend(1)</a>, libXxf86dga and xf86dgaproto in the xenocara source tree.
        !           868: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4&format=html">vnd(4)</a> work on block devices.
        !           869: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=startx&sektion=1&format=html">startx(1)</a> use /dev/arandom to generate the cookie.
        !           870: <!-- 2007/09/27 -->
        !           871: <li>Implement SNDCTL_DSP_[G|S]ETTRIGGER to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ossaudio&sektion=3&format=html">ossaudio(3)</a> code.
        !           872: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>, add loginterface support for groups, and modify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a> to allow a groupname of "all" to see overall statistics.
        !           873: <li>Added automatic rate control (AMRR) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>.
        !           874: <li>Fix off-by-one overflow in SSL_get_shared_ciphers, backported from the OpenSSL_0_9_8 branch.
        !           875: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a>, move SSL context creation to after privs are dropped, one more step towards graceful L7 reloads.
        !           876: <!-- 2007/09/26 -->
        !           877: <li>Cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs_msdos&sektion=8&format=html">newfs_msdos(8)</a>.
        !           878: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&sektion=4&format=html">ep(4)</a> packet header initialization.
        !           879: <li>Cleanup of the STAC7661 codec for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>.
        !           880: <!-- 2007/09/25 -->
        !           881: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a> handle protocol reject packets, now that it has more than one protocol.
        !           882: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, when updating a key that already exists, update the properties instead of discarding them.
        !           883: <li>Fix emulated encodings in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4&format=html">uaudio(4)</a>.
        !           884: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&sektion=4&format=html">tht(4)</a> microcode to SNIC 0xf. Fixes UDP reception issues.
        !           885: <li>Last piece for equal cost multipath support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a>. Enabled via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8&format=html">sysctl(8)</a>.
        !           886: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=split&sektion=1&format=html">split(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&sektion=8&format=html">authpf(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8&format=html">ppp(8)</a> correctly handle empty strings returned from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fgets&sektion=3&format=html">fgets(3)</a>.
        !           887: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8&format=html">route(8)</a> obey rtable ID when doing "route flush".
        !           888: <li>First step in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a> for reloading layer-7 configurations, two new functions to load certificates while chrooted and with privileges dropped.
        !           889: <!-- 2007/09/24 -->
        !           890: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> to amd64 and i386 GENERIC kernels, but disabled for now.
        !           891: <li>Add radio tap support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>.
        !           892: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audioctl&sektion=1&format=html">audioctl(1)</a> returning bogus values for 'output_muted'.
        !           893: <li>Add support in OpenCVS to commit modified files to branches.
        !           894: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> code does not crash when dealing with multicast packets.
        !           895: <!-- 2007/09/23 -->
        !           896: <li>Fix crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> when changing media and device is up.
        !           897: <li>Fix atime updating issues in the file system code.
        !           898: <li>Properly handle physical address in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>, now usable enough to ssh over.
        !           899: <li>Make sure OpenCVS overwrites the sticky directory tag if update is given -r, since -r gets priority.
        !           900: <!-- 2007/09/22 -->
        !           901: <li>Make sure OpenCVS does not litter /tmp with 0-sized files on the server when client sends info about a file that is up to date.
        !           902: <li>Add support in OpenCVS for checking out with a local repository already in place.
        !           903: <!-- 2007/09/21 -->
        !           904: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>, when printing pfsync packets, print hexdump and not pcap header.
        !           905: <!-- 2007/09/20 -->
        !           906: <li>Add ASUS WL-138g to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> devices.
        !           907: <li>Add mixer items, master volume and DACgroup init for Analog Devices AD1984 to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> driver.
        !           908: <!-- 2007/09/19 -->
        !           909: <li>Make "mount -a" on sparc and sparc64 recognize Linux ext2 labels.
        !           910: <li>Add CrystalFontz CFA 635 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uftdi&sektion=4&format=html">uftdi(4)</a> devices.
        !           911: <li>Improve parsing of .cvsrc and allow longer command arguments in OpenCVS.
        !           912: <li>Various fixes for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exphy&sektion=4&format=html">exphy(4)</a> driver.
        !           913: <!-- 2007/09/18 -->
        !           914: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&sektion=4&format=html">ixgb(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&sektion=4&format=html">xge(4)</a> use the proper baudrate for 10Gbit now that it can fit.
        !           915: <li>Update libXinerama, libXcursor and libXtst in the xenocara source tree.
        !           916: <li>Allow 4095 multicast group memberships per socket instead of 20.
        !           917: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>, allow state reuse if both sides are in FIN_WAIT_2 and a new SYN arrives.
        !           918: <li>Correctly track the E-bit of router LSA on config reloads for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a>.
        !           919: <!-- 2007/09/17 -->
        !           920: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendbug&sektion=1&format=html">sendbug(1)</a> do not treat dmesg lines with angle brackets &lt;...&gt; in them as comments.
        !           921: <li>Move ifmedia_baudrate to a 64-bit int.
        !           922: <li>Prevent out-of-bounds memory access in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tempnam&sektion=3&format=html">tempnam(3)</a>.
        !           923: <li>Implement the output_muted member to audio_info_t as found in original Sun audio.
        !           924: <!-- 2007/09/16 -->
        !           925: <li>Fixed memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tail&sektion=1&format=html">tail(1)</a>.
        !           926: <li>Updated xman, xmessage, xmodmap, xprop, xrbd, xset, xsetroot, xvinfo and xwininfo in the xenocara source tree.
        !           927: <li>Fixed a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>.
        !           928: <li>Fix for nexthop issues in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> when having multiple point-to-point links between two routers.
        !           929: <li>Various fixes and internal work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a>.
        !           930: <!-- 2007/09/15 -->
        !           931: <li>Allow pulling USB sticks out with mounted FFS file systems on them without crashing or deadlocking.
        !           932: <li>Updated xcursorgen, xdm, xdriinfo, xgamma, xhost, xinit, xload and xmag in the xenocara source tree.
        !           933: <!-- 2007/09/14 -->
        !           934: <li>Lots of work on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> driver.
        !           935: <!-- 2007/09/13 -->
        !           936: <li>Updated xconsole to 1.0.3 in xenocara.
        !           937: <li>Improvements in the common parser code generator for various OpenBSD daemons.
        !           938: <li>Plug memory leaks in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tail&sektion=1&format=html">tail(1)</a> command.
        !           939: <li>Add/sync AMD SB6/7/800 chipsets to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=piixpm&sektion=4&format=html">piixpm(4)</a> code.
        !           940: <li>Add the NVIDIA MCP73 SMBus controller to the list of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nviic&sektion=4&format=html">nviic(4)</a> devices.
        !           941: <li>Add -n option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> for testing the configuration file.
        !           942: <li>Added annotate support to OpenCVS for local and remote repositories.
        !           943: <!-- 2007/09/12 -->
        !           944: <li>Make the i386 boot loader not complain about missing apm support.
        !           945: <li>Add an option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd.conf&sektion=5&format=html">ntpd.conf(5)</a> to compensate for a reference clock in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> that is early or late.
        !           946: <li>Port the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pctr&arch=i386&sektion=4&format=html">pctr(4)</a> i386 performance counters to the amd64 platform.
        !           947: <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>, a driver for the Broadcom AirForce wireless devices.
        !           948: <li>Update setxkbmap, xcalc and xclock in the xenocara sources.
        !           949: <!-- 2007/09/11 -->
        !           950: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a>, use a TX interrupt to clean up the DMA ring if IFF_OACTIVE is set when starting it up.
        !           951: <li>Undo zero-copy RX path for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&sektion=4&format=html">uath(4)</a>, it still has issues.
        !           952: <li>Similar 64 bit baud rate fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&sektion=8&format=html">ripd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrpd&sektion=8&format=html">dvmrpd(8)</a>.
        !           953: <li>Some 64 bit fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1&format=html">netstat(1)</a>.
        !           954: <li>Move more of the baudrates in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> to 64 bit counters.
        !           955: <li>Speedups in the kernel arc4 crypto code.
        !           956: <li>Updated bdftopcf, iceauth, ico, sessreg and mkfontdir in xenocara.
        !           957: <li>Add PLX 9016 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a> devices.
        !           958: <!-- 2007/09/10 -->
        !           959: <li>Fix STAC9221-equipped Mac master volume and mute controls by binding the DAC volumes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>.
        !           960: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>, CMI9880 should work now.
        !           961: <li>Improve cylinder group selection in FFS when creating new directories.
        !           962: <li>Make sure vnodes are locked before calling ffs_unmount().
        !           963: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> for 802.11 headers with various sizes.
        !           964: <li>Fixes for mac68k interrupt handling.
        !           965: <li>Improvements in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> sensitivity handling code.
        !           966: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a> do not skip the code which sends QUIT to the CDDB server and validate returned track names.
        !           967: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a> for relaying DNS traffic. This adds an infrastructure to support UDP based protocols.
        !           968: <li>Fix crash in OpenCVS when parsing .cvsrc if an invalid cvs command has been specified.
        !           969: <li>Fix setting of multicast filter on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&arch=sparc&sektion=4&format=html">ie(4)</a>.
        !           970: <!-- 2007/09/09 -->
        !           971: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> tries 48KHz if 44.1KHz sample rate is not available.
        !           972: <li>Fix for cases where <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audioctl&sektion=1&format=html">audioctl(1)</a> would produce "set failed" errors on devices without master controls.
        !           973: <li>Various fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> for chipsets which solves no-sound problems for codecs using the generic functions.
        !           974: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2&format=html">ptrace(2)</a> cannot change any privileged bits in the Machine State Register on macppc.
        !           975: <li>Added support in OpenCVS for checkout -p with local repository.
        !           976: <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&sektion=1&format=html">rcs(1)</a> ident behavior with GNU RCS.
        !           977: <li>Disable page zeroing in the idle loop on SH-based machines.
        !           978: <!-- 2007/09/08 -->
        !           979: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=thmc&sektion=4&format=html">thmc(4)</a> to i386 GENERIC kernels.
        !           980: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uchcom&sektion=4&format=html">uchcom(4)</a> to alpha,amd64,armish,hppa,i386,landisk,macppc,sparc64 and zaurus GENERIC kernels.
        !           981: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=thmc&sektion=4&format=html">thmc(4)</a> driver for TI thmc50/adm1022/adm1028-based devices.
        !           982: <li>Fix some false negatives in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1&format=html">lint(1)</a> when dealing with unreachable code.
        !           983: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4&format=html">uaudio(4)</a> devices using signed mixer controls.
        !           984: <li>Update libXfont to 1.3.0 and freetype to 2.3.5 in xenocara.
        !           985: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adl&sektion=4&format=html">adl(4)</a> to amd64 and i386 GENERIC kernels.
        !           986: <!-- 2007/09/07 -->
        !           987: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&sektion=8&format=html">bioctl(8)</a> exit with a return code of 1 on error.
        !           988: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uchcom&sektion=4&format=html">uchcom(4)</a>, a driver for WinChipHead CH340 USB serial adapters.
        !           989: <li>Fix OpenCVS so checkout/update -p works in both local and server mode.
        !           990: <li>Do not recalculate TCP payload length in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>, since it is already cached.
        !           991: <li>Re-enable interrupt coalescing on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a>, it now properly ACKs interrupts.
        !           992: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> for the "multiple bus 0" problems.
        !           993: <li>Added support in OpenCVS for single file checkouts.
        !           994: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> pad the first segment of a TX descriptor if needed to make the length a multiple of 4.
        !           995: <li>Added initial driver <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adl&sektion=4&format=html">adl(4)</a> to handle Andigilog aSC7621 devices.
        !           996: <li>Fix potential uninitialized memory access in the routing socket code.
        !           997: <li>Add "show sessions" command to dump complete list of relay sessions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a>.
        !           998: <!-- 2007/09/06 -->
        !           999: <li>Tweak heuristics in the speedstep code to better detect compatible Mobile Intel Pentium 3 as found on Dell c610.
        !          1000: <li>Improvements in the PowerNow K7 power state code.
        !          1001: <li>Add an unsolicited event handler for the Apple Sigmatel codecs. Now speaker and line outputs will mute and unmute on headphone presence.
        !          1002: <li>Make ITM touchscreens return pressure as an absolute z axis in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uts&sektion=4&format=html">uts(4)</a> driver.
        !          1003: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> smarter when waiting for input for non-interactive scripts.
        !          1004: <li>Fix temperature sensors on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> devices.
        !          1005: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> driver for Intel Wireless WiFi Link 4965AGN. Needs non-free firmware (see man page).
        !          1006: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> do error checking correctly when packets enter a non-master interface.
        !          1007: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc&sektion=4&format=html">sdhc(4)</a>, do not try to disable bus power before setting the voltage on the controller.
        !          1008: <li>Fix buffer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>.
        !          1009: <!-- 2007/09/05 -->
        !          1010: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.6.9p5.
        !          1011: <li>Various internal changes in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qli&sektion=4&format=html">qli(4)</a> driver.
        !          1012: <li>Fixed newfile() algorithm in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=split&sektion=1&format=html">split(1)</a>.
        !          1013: <li>Add IPv6 support to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a> layer.
        !          1014: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> calls ERR trap before doing exit handling.
        !          1015: <li>Remove compat link to /usr/sbin/vnconfig. It is in /sbin only now.
        !          1016: <!-- 2007/09/04 -->
        !          1017: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eeprom&arch=sparc&sektion=8&format=html">eeprom(8)</a> for printing the derived tree from the OpenPROM, like "devinfo" and "prtconf".
        !          1018: <li>Remove FPU detection code on sparc64, all ultrasparc CPUs have one.
        !          1019: <li>Initial <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmn&sektion=4&format=html">lmn(4)</a> driver for lm93 sensors, common on IPMI machines.
        !          1020: <li>Reset the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sn&arch=mac68k&sektion=4&format=html">sn(4)</a> chip after internal memory exhaustion, makes the driver more solid with heavy NFS usage.
        !          1021: <li>Add the ability in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a> to specify a host header when using http(s) methods.
        !          1022: <li>In OpenCVS, handle Ctrl-D as a)bort in log message question.
        !          1023: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> ConnectTimeout option apply to both the TCP connection and the SSH banner exchange.
        !          1024: <li>Add support for chained SSL certificates in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a>.
        !          1025: <!-- 2007/09/03 -->
        !          1026: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> file descriptor code return an error rather than call fatal(), to make masters survive slaves failing to pass all stdio FDs.
        !          1027: <li>Fixes for mips64 signal handling.
        !          1028: <li>Change internal communication regarding routes to support 64 bit counters and routing table id in the headers of most routing messages.
        !          1029: <li>Add __cxa_atexit() support to gcc3, provides support for shared object destructors called at dlclose() time.
        !          1030: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memrchr&sektion=3&format=html">memrchr(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=recalloc&sektion=3&format=html">recalloc(3)</a> call to libc.
        !          1031: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> not fail if unsetting a non-existent variable.
        !          1032: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a>, make use of the preempt counter to signal number of transitions of any carp group to master status.
        !          1033: <!-- 2007/09/02 -->
        !          1034: <li>Add some more PCI ids to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> driver.
        !          1035: <li>Disable ROM search acceleration in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uow&sektion=4&format=html">uow(4)</a> for now.
        !          1036: <li>Handle quotation marks in .cvsrc correctly for OpenCVS.
        !          1037: <li>Make sure OpenCVS logs the 1.1 revision as "Initial revision" instead of 1.1.
        !          1038: <!-- 2007/09/01 -->
        !          1039: <li>Add support for Alltel UTStarcom PPC6700 in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uipac&sektion=4&format=html">uipac(4)</a> driver.
        !          1040: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bthidev&sektion=4&format=html">bthidev(4)</a> bluetooth device.
        !          1041: <li>Fix a use-after-free in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ccd&sektion=4&format=html">ccd(4)</a> device driver.
        !          1042: <li>Add VLAN reception support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4&format=html">vr(4)</a>.
        !          1043: <!-- 2007/08/31 -->
        !          1044: <li>Various fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xtsscale&sektion=1&format=html">xtsscale(1)</a>.
        !          1045: <li>Delay IPMI sensor creation until kernel goes multiuser, removes annoying delay during boot.
        !          1046: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qli&sektion=4&format=html">qli(4)</a> (qlogic iSCSI) initial driver, not usable yet.
        !          1047: <!-- 2007/08/30 -->
        !          1048: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uts&sektion=4&format=html">uts(4)</a> does not swap X and Y coordinates while in raw mode.
        !          1049: <li>Fix lock ordering when updating mount points.
        !          1050: <li>Remove old CVSROOT caching mechanisms in OpenCVS.
        !          1051: <li>Make OpenCVS handle sending of multiline commit messages properly.
        !          1052: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a> for address ranges like "from 10.1.2.50 - 10.1.3.75".
        !          1053: <!-- 2007/08/29 -->
        !          1054: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uberry&sektion=4&format=html">uberry(4)</a> handle new pearl-style devices which now attach their SD cards as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&sektion=4&format=html">umass(4)</a>.
        !          1055: <li>Add missing xfree() in the OpenCVS add code.
        !          1056: <li>Add AfriNIC whois server to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&sektion=1&format=html">whois(1)</a> so referrals are followed.
        !          1057: <!-- 2007/08/28 -->
        !          1058: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> send RSTs due to "block return" using the correct routing table.
        !          1059: <li>Back out change in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a> interface code, since the m_pulldown was not copying the header.
        !          1060: <li>Add -I option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> for printing the interfaces.
        !          1061: <li>Make OMRON BX35F not attach as a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&sektion=4&format=html">uhid(4)</a>, since it is an UPS.
        !          1062: <!-- 2007/08/27 -->
        !          1063: <!-- 2007/08/26 -->
        !          1064: <!-- 2007/08/25 -->
        !          1065: <li>Fix for sparc64 dmesg when printing more than 2G of memory.
        !          1066: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> version to 229.
        !          1067: <li>Move xenocara expat to 2.0.1.
        !          1068: <!-- 2007/08/24 -->
        !          1069: <li>Fix a bug leading to infinite recursion in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=AutoLoader&sektion=3p&apropos=0">AutoLoader(3p)</a>.
        !          1070: <li>Add new configuration directive to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8&format=html">httpd(8)</a>, RLimitNOFILE to set the number of open file descriptors.
        !          1071: <!-- 2007/08/23 -->
        !          1072: <li>Initial support for onboard Fast-Wide scsi on the 735 and 755 hppa machines in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4&format=html">siop(4)</a>.
        !          1073: <li>Remove need for hardcoded address of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sti&sektion=4&format=html">sti(4)</a> on hppa. Makes C180 models work.
        !          1074: <li>Add compatibility in X11 with the new XInput API.
        !          1075: <li>Continued development of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nxe&sektion=4&format=html">nxe(4)</a> driver.
        !          1076: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> allow RST packets with th_seq equal to seqlo +-1. Reduces amount of 'loose state' messages.
        !          1077: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=banner&sektion=1&format=html">banner(1)</a> check the result code from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fgets&sektion=3&format=html">fgets(3)</a> and do a proper newline strip.
        !          1078: <!-- 2007/08/22 -->
        !          1079: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> execute commands with $SHELL instead of /bin/sh.
        !          1080: <li>Support for "Banner=none" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5&format=html">sshd_config(5)</a>.
        !          1081: <li>Fix high-power charging on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uberry&sektion=4&format=html">uberry(4)</a> devices.
        !          1082: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a> RX code path which could block incoming traffic, only seen when running without WEP.
        !          1083: <li>Enable Xft support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdm&sektion=1&format=html">xdm(1)</a>.
        !          1084: <li>Update the time zone data files and libc time zone code to 2007g.
        !          1085: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4&format=html">com(4)</a> source compiles with KGDB enabled.
        !          1086: <!-- 2007/08/21 -->
        !          1087: <li>Fix in OpenSSL for CVE-2007-3108.
        !          1088: <li>Add a -s option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sort&sektion=1&format=html">sort(1)</a> in order to make the radix sort a stable sort.
        !          1089: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bbc&arch=sparc64&sektion=4&format=html">bbc(4)</a> on sparc64 does not repeat the device name on attach failure.
        !          1090: <li>Fix for sparc64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1&format=html">gdb(1)</a>.
        !          1091: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> does not access th_flags when it isn't available.
        !          1092: </ul>
        !          1093: <p>
        !          1094:
        !          1095: This list mentions mostly platform-independent changes.  For a list of changes
        !          1096: made in a particular platform, please check the page for that platform.  If you
        !          1097: find them not listed there, the changes are either (1) not being documented or
        !          1098: (2) are documented here.<br><br>
        !          1099:
        !          1100: <hr>
        !          1101: <p>
        !          1102: <h3>
        !          1103: For changes in other releases, click below:<br>
        !          1104: <a href="plus20.html">2.0</a>,
        !          1105: <a href="plus21.html">2.1</a>,
        !          1106: <a href="plus22.html">2.2</a>,
        !          1107: <a href="plus23.html">2.3</a>,
        !          1108: <a href="plus24.html">2.4</a>,
        !          1109: <a href="plus25.html">2.5</a>,
        !          1110: <a href="plus26.html">2.6</a>,
        !          1111: <a href="plus27.html">2.7</a>,
        !          1112: <a href="plus28.html">2.8</a>,
        !          1113: <a href="plus29.html">2.9</a>,
        !          1114: <a href="plus30.html">3.0</a>,
        !          1115: <a href="plus31.html">3.1</a>,
        !          1116: <a href="plus32.html">3.2</a>,
        !          1117: <a href="plus33.html">3.3</a>,
        !          1118: <a href="plus34.html">3.4</a>,
        !          1119: <a href="plus35.html">3.5</a>,
        !          1120: <a href="plus36.html">3.6</a>,
        !          1121: <a href="plus37.html">3.7</a>,
        !          1122: <a href="plus38.html">3.8</a>,
        !          1123: <a href="plus39.html">3.9</a>,
        !          1124: <a href="plus40.html">4.0</a>,
        !          1125: <a href="plus41.html">4.1</a>,
        !          1126: <a href="plus42.html">4.2</a>,
        !          1127: <a href="plus.html">current</a>.
        !          1128: <br>
        !          1129: </h3>
        !          1130:
        !          1131: <hr>
        !          1132: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
        !          1133: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
        !          1134: <br><small>$OpenBSD: plus.html,v 1.1096 2008/03/07 10:58:42 jj Exp $</small>
        !          1135:
        !          1136: </body>
        !          1137: </html>