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

Annotation of www/plus.html, Revision 1.1016

1.863     naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.14      deraadt     2: <html>
                      3: <head>
1.424     deraadt     4: <title>OpenBSD-current changes</title>
1.728     horacio     5: <link rev="made" href="mailto:www@openbsd.org">
1.14      deraadt     6: <meta name="resource-type" content="document">
1.716     deraadt     7: <meta name="description" content="OpenBSD-current changes">
                      8: <meta name="keywords" content="openbsd,current,changes">
1.14      deraadt     9: <meta name="distribution" content="global">
1.1010    deraadt    10: <meta name="copyright" content="This document copyright 1996-2006 by OpenBSD.">
1.14      deraadt    11: </head>
                     12:
1.728     horacio    13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.14      deraadt    14:
1.828     jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.64      downsj     16: <p>
1.1000    deraadt    17: <h2><font color="#e00000">Changes made between OpenBSD 3.9 and OpenBSD-current</font></h2>
1.863     naddy      18: <hr>
1.14      deraadt    19:
                     20: <p>
1.823     jsyn       21: This is a partial list of the major machine-independent changes
1.602     aaron      22: (i.e., these are the changes people ask about most often).  Port
1.29      deraadt    23: specific changes have also been made, and are sometimes mentioned
1.728     horacio    24: in the pages for the specific <a href="plat.html">platforms</a>.
1.14      deraadt    25:
1.17      deraadt    26: <p>
1.998     espie      27: There is a separate <a href="portsplus/index.html">list of Changes to the ports collection</a>.
1.725     naddy      28:
                     29: <p>
1.863     naddy      30: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
1.185     deraadt    31:
                     32: <p>
1.186     deraadt    33: <h3>
1.846     deraadt    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>,
1.868     deraadt    47: <a href="plus32.html">3.2</a>,
1.889     david      48: <a href="plus33.html">3.3</a>,
1.916     david      49: <a href="plus34.html">3.4</a>,
1.935     miod       50: <a href="plus35.html">3.5</a>,
1.941     deraadt    51: <a href="plus36.html">3.6</a>,
1.963     deraadt    52: <a href="plus37.html">3.7</a>,
1.999     deraadt    53: <a href="plus38.html">3.8</a>,
                     54: <a href="plus39.html">3.9</a>.
1.422     deraadt    55: <br>
1.186     deraadt    56: </h3>
                     57:
                     58: <p>
1.863     naddy      59: <h3><font color="#0000e0">We are working on OpenBSD-current.</font></h3><p>
1.847     deraadt    60: <p>
                     61:
1.422     deraadt    62: <ul>
1.1015    pvalchev   63: <!-- 2006/05/26 -->
                     64: <li>Large updates to the OpenCVS code. Basic checkout, update, status, diff and commit works in local mode.
                     65: <li>Add support for Option UMTS 3G+.
                     66: <!-- 2006/05/25 -->
                     67: <li>Add support for timedelta sensors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a>. Only <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&sektion=4&format=html">udcf(4)</a> at the moment.
                     68: <li>Enable optional handling of the u-area in pmap if defined. Currently used only on xscale arm.
                     69: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a>, figure out the refid to send to NTPv3 clients early and store it.
1.1016  ! pvalchev   70: <li>Add automatic rate control (AMRR) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a>.
1.1015    pvalchev   71: <!-- 2006/05/24 -->
                     72: <li>Switch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diff3&sektion=1&format=html">diff3(1)</a> to use mkstemp(), avoiding possible race conditions.
                     73: <li>Fix to allow alpha kernels to compile with gcc3.
                     74: <li>Add support in X11 for Intel 945GM chipset video.
                     75: <li>Fix for incomplete logic in the ipv6 input code.
                     76: <li>On i386, simplify the SpeedStep detection.
                     77: <!-- 2006/05/23 -->
                     78: <li>Make sure the kernel compiles without SYSVMSG support.
                     79: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=less&sektion=1&format=html">less(1)</a> remove trailing space in filenname completion list.
1.1016  ! pvalchev   80: <li>Add code to dissect Vlan Query Protocol in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>.
1.1015    pvalchev   81: <li>Allow OpenBGPD to request a route refresh from a neighbor if that neighbor has announced route refresh capabilities.
                     82: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a>, handle the case when member interface groups have no IP address.
                     83: <!-- 2006/05/22 -->
                     84: <li>Added support for Myrcicom Z8E.
                     85: <li>Attach TTTech MC322 using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> driver instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4&format=html">rl(4)</a>.
                     86: <li>Add support for RAID 10 and 50 in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a> bio.
                     87: <li>On USB1.0 shutdowns, make sure we only call the disestablish function if there actually is a shutdown function established.
                     88: <!-- 2006/05/21 -->
                     89: <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4&format=html">wdc(4)</a>, directly invoke the wdc_do_reset() instead of using the reset funtion pointer, this could cause NULL pointer dereference on some systems.
                     90: <li>Fix a possible endless loop situation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1&format=html">vi(1)</a>.
                     91: <li>Remove static buffer usage in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> and make sure item 0 in an array is set since it might be used in a loop even if unset before.
                     92: <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4&format=html">ami(4)</a>, allocate ccbs in the attach code instead of preallocating 126 of them in the softc.
                     93: <!-- 2006/05/20 -->
                     94: <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> bootp printout code, fix size checks for bootp packets.
                     95: <li>Recognize Perc4/DC firmware.
                     96: <li>Add BCM5706C and 5708C support.
                     97: <li>Make a copy of the sensor structs in the sysctl code so we don't get a use after free if the sensor is detached while it is being used.
                     98: <li>If packets arrive on inactive failover ports in a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> setup, do not increase the error count, just silently drop them.
                     99: <li>In the routing code, make sure the kernel doesn't panic if the address familiy is not found in the rt_tables.
1.1016  ! pvalchev  100: <li>Add show all pools command to inkernel ddb, listing all pools like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8&format=html">vmstat(8)</a> does.
1.1015    pvalchev  101: <li>In FFS code, make sure we dont mark a mount-point Read-Only if we are about to sync it.
                    102: <!-- 2006/05/19 -->
                    103: <li>Reimplement Enhanced SpeedStep CPU detection code. Makes a number of VIA C7-M and Pentium-M models work.
                    104: <li>Initial version of thermal zone support in ACPI.
                    105: <!-- 2006/05/18 -->
                    106: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a> on i386 and amd64 GENERIC.
                    107: <li>Add a shutdown hook for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&sektion=4&format=html">aue(4)</a> devices to reset and stop the device since they can do weird things on a warm reboot.
                    108: <li>Remove <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spppcontrol&sektion=8&format=html">spppcontrol(8)</a> now that ifconfig handles <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a>.
                    109: <li>Added a duplicate check to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> for our own advertisements, necessary for dumb non simplex interfaces.
                    110: <!-- 2006/05/17 -->
                    111: <li>Fix a SEGV in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bc&sektion=1&format=html">bc(1)</a> when reading erroneous syntax from the command line.
                    112: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> on i386 and amd64 to get feedback. Still in development.
                    113: <li>Make sure the scsi disk probing tests the state of the disk after spinning it up, and not before in order to handle stuff like empty USB card reader slots.
                    114: <li>Various fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a>.
                    115: <!-- 2006/05/16 -->
                    116: <li>Implemented support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>.
1.1016  ! pvalchev  117: <li>Add network bootloader for AV400 Aviion systems.
1.1015    pvalchev  118: <li>Add https URL support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>.
                    119: <!-- 2006/05/15 -->
                    120: <li>Attach 8139s capable of C+ mode to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4&format=html">rl(4)</a>.
                    121: <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> driver, only allow Jumbo MTU frames if the chipset is 8169.
                    122: <li>Initial implementation of IP Roaming in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&sektion=8&format=html">hostapd(8)</a>.
                    123: <li>Add -h option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8&format=html">spamd(8)</a> to override the hostname that is reported in the SMTP banner.
                    124: <li>Permit proto 0 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a>.
                    125: <li>On i386, add support for Intel 945G/GM video chipsets.
                    126: <!-- 2006/05/14 -->
                    127: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&sektion=4&format=html">xge(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&sektion=4&format=html">clcs(4)</a> to amd64 GENERIC.
                    128: <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a>, a blob-free driver for Intel PRO/Wireless 3945ABG, found in Centrino Duo laptops.
                    129: <li>Let Aviion deal with arbitrary load addresses needed for later boot code.
1.1016  ! pvalchev  130: <li>Fix for corrupted graphics when using X.Org on some Intel PCI bridges, which misreport themselves as normal bridges when they are transparent.
1.1015    pvalchev  131: <li>Fix for unwanted int to unsigned short conversions in libcurses.
                    132: <li>Add -hex option to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openssl&sektion=1&format=html">openssl(1)</a> rand command to produce hexadecimal output.
                    133: <!-- 2006/05/13 -->
                    134: <li>Add support for the usb-attached MetaGeek Wi-Spy.
                    135: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&sektion=4&format=html">twe(4)</a> on amd64.
                    136: <li>Add ALTQ support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=san&sektion=4&format=html>san(4)</a> devices too.
                    137: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&sektion=8&format=html">hostapd(8)</a> sets the correct timezone before writing to syslog.
                    138: <!-- 2006/05/12 -->
                    139: <li>Allow hotspare disk to be used on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4&format=html">ami(4)</a> even if the firmware sometimes misreports what SCSI type this device is.
                    140: <!-- 2006/05/11 -->
                    141: <li>Fix for pim register corruption in the multicast routing code.
                    142: <li>Handle malloc() failure in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=df&sektion=1&format=html">df(1)</a>.
                    143: <li>Add -x and -X options to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&sektion=1&format=html">kdump(1)</a> to print output in hex.
                    144: <!-- 2006/05/10 -->
                    145: <li>Add support for listing interfaces as arguments to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a> and traverse the list, ignoring all other interfaces for which no entry was given.
                    146: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zzz&sektion=8&arch=i386&format=html">zzz(8)</a> fails with a reasonable error message if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&sektion=8&arch=i386&format=html">apmd(8)</a> is not running.
                    147: <!-- 2006/05/09 -->
                    148: <li>Added support for the Aviion platform, a Data General m88k based machine.
                    149: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=alipm&sektion=4&format=html">alipm(4)</a> on sparc64 again, and sprinkle some bus_space_barriers around the driver to help debugging it.
1.1016  ! pvalchev  150: <li>Import global ACPI interrupt code to i386 from the amd64 platform.
1.1015    pvalchev  151: <li>Do not allow delay times of 0 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a>.
                    152: <li>On i386, avoid estimating pentium mhz too low, resulting in non-monolithic time.
                    153: <!-- 2006/05/08 -->
                    154: <li>Add 'link-timeout n' support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a>. Default remains at 10 seconds.
1.1016  ! pvalchev  155: <li>Removed unsafe setjmp/longjmp calls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&sektion=8&format=html">tftpd(8)</a> that were used in signal handlers.
1.1015    pvalchev  156: <!-- 2006/05/07 -->
1.1016  ! pvalchev  157: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> audio driver added to i386 and amd64 GENERIC, though commented out.
1.1015    pvalchev  158: <li>Endian fix for getservbyport(), which wants network byte order.
                    159: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bio&sektion=4&format=html">bio(4)</a> framework to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&sektion=4&format=html">gdt(4)</a>.
                    160: <li>Remove the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&sektion=9&format=html">pool(9)</a> draining hooks. Probably never used in a meaningful way
                    161: anyhow.
                    162: <li>Fixes for sgi debug code, unbreaks builds with DEBUG defined.
                    163: <li>Move the userland stack on m88k to the top of userland address space.
                    164: <li>Make sure MVME188 machines dont panic if the abort switch is pressed while at ipl 7.
                    165: <!-- 2006/05/06 -->
                    166: <li>On m88k, decide whether we are running a 88100 or 88110 by reading the processor identification register instead of basing it on the MVME board number.
                    167: <li>Endian fix for pfsync code.
                    168: <li>Fix for pfkey, allowing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sasyncd&sektion=8&format=html">sasyncd(8)</a> to reliably set up pfkey promiscous mode.
1.1016  ! pvalchev  169: <li>Some pmap fixes for the m88k platform regarding obio on 88100-based system.
1.1015    pvalchev  170: <!-- 2006/05/05 -->
                    171: <li>Added various ethernet devices to Alpha GENERIC and RAMDISKBIG kernel images.
                    172: <li>Restore ALTQ support which was lost on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&sektion=4&format=html">de(4)</a>.
                    173: <li>Fix two SEGVs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1&format=html">lint(1)</a>.
1.1014    pvalchev  174: <!-- 2006/05/04 -->
                    175: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> also check for such degenerate Diffie-Hellman public exponents.
                    176: <li>Backport checks for degenerate Diffie-Hellman public exponents from OpenSSL 0.9.8a.
                    177: <!-- 2006/05/03 -->
                    178: <li>Remove potential overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a> when doing file I/O and len == 0.
                    179: <li>Add 88110 instruction support to the m88k in-kernel debugger.
                    180: <li>Initial code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a> for prebinding binaries without compromising the security of randomized library linking. Still under development.
                    181: <li>Make sure OpenRCS diff3 respects the TMPDIR environment variable.
                    182: <!-- 2006/05/02 -->
                    183: <li>Add Neterion Xframe-II 10GbE id to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&sektion=4&format=html">xge(4)</a> pcidevs.
                    184: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a>, have each buffer store their own working directory.
                    185: <li>Plug possible memory leak if AMD K7 powernow init fails.
1.1016  ! pvalchev  186: <li>Repair creation of subanchors with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a>, and loading of subanchors from file.
1.1014    pvalchev  187: <!-- 2006/05/01 -->
                    188: <li>Add Rx/Tx FIFO flush support to Yukon based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4&format=html">sk(4)</a> cards.
1.1016  ! pvalchev  189: <li>Fix for broken mpbioses on VT8237 and nForce4 chipsets. This fixes interrupt routing for several integrated devices on those chipsets in GENERIC.MP.
1.1014    pvalchev  190: <li>Increase Tx ring count on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a> from 64 to 256.
1.1016  ! pvalchev  191: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a>, add support for "tagged {}" lists.
1.1013    pvalchev  192: <!-- 2006/04/30 -->
1.1014    pvalchev  193: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4&format=html">iwi(4)</a> get initialized correctly, fixes a firmware panic if the same WEP key is entered multiple times.
                    194: <li>Initial import of the Neterion Xframe-I 10GigE <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&sektion=4&format=html">xge(4)</a> driver.
                    195: <li>On macppc, add support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4&format=html">fxp(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4&format=html">rl(4)</a> on Cardbus on GENERIC and RAMDISK kernels, and add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4&format=html">dc(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4&format=html">wdc(4)</a> to RAMDISK too.
1.1013    pvalchev  196: <!-- 2006/04/29 -->
                    197: <!-- 2006/04/28 -->
                    198: <li>Added a driver for the Silicon Laboratories CP2101/CP2102 usb serial adapters.
                    199: <li>On macppc, allow the nv X driver to mmap() as on i386 when running in mapped mode and allowaperture is non-zero.
                    200: <li>Added support for the National Instruments PCI-GPIB card.
                    201: <!-- 2006/04/27 -->
                    202: <li>Cleanup of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pdisk&sektion=8&arch=mac68k&format=html">pdisk(8)</a> for mac68k.
                    203: <li>Implemented separate pmap for PAE i386 machines, allows for support for machines with more than 4G RAM. Not enabled by default.
                    204: <li>Support for HBG and DCF77 time sources in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&sektion=4&format=html">udcf(4)</a> device.
                    205: <!-- 2006/04/26 -->
                    206: <li>Added support for the ICH7-M DH controller in RAID mode.
                    207: <li>Fixed NULL pointer access in error path for kernel routing code.
                    208: <li>Initial framework for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> audio driver added.
                    209: <li>Added support for ATI IXP 600 IDE/SATA controllers.
                    210: <!-- 2006/04/25 -->
                    211: <li>Rewrite setjmp()/alarm() code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&sektion=8&format=html">tftpd(8)</a> with poll() to avoid signal races.
                    212: <li>Remove virtual tunnel support from the mrouting code. It breaks multicast on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4&format=html">gif(4)</a> interfaces and a real <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4&format=html">gif(4)</a>-tunnel is more manageable than a multicast tunnel.
                    213: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> tries only once to open private keys, and not ask for passphrases if the keys cant be opened later anyhow.
                    214: <!-- 2006/04/24 -->
                    215: <li>Fix endian issue in netatalk code.
                    216: <li>Fixes in libc regarding malloc() when allocation of the region succeeds but the allocation of a required page dir fail. Could leave holes in the directory list.
                    217: <li>Enable asm profiling for i386 if either PROF or GPROF is enabled.
                    218: <li>Add pci ID for 82801GBM SATA in AHCI mode, found on X60/T60 Thinkpads.
                    219: <!-- 2006/04/23 -->
                    220: <li>Endian-safe codepath for AMDtek variants, fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4&format=html">dc(4)</a> on macppc.
                    221: <li>Add support for Dell Bluetoot 350 USB module.
                    222: <li>Allow Intel SATA to map compatibility interrupts, makes a lot of ICH6M/ICH7M systems work.
                    223: <li>Add support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a> and com on macppc.
                    224: <!-- 2006/04/22 -->
                    225: <li>Rework the signal handler code in the privsep part of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>.
                    226: <li>Repair MVME147.
                    227: <!-- 2006/04/21 -->
                    228: <li>Add support for Adaptec 2130S and 2230SLP raid adapters.
                    229: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&sektion=4&format=html">udcf(4)</a> devices work as a SENSOR_TIMEDELTA type sensor.
                    230: <li>Implement outgoing interrupt pipes in uhci USB, makes Creative Voip Blaster work.
                    231: <li>Add support for Encore ENL832-TX-ICNT device in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&sektion=4&format=html">ste(4)</a> driver.
                    232: <!-- 2006/04/20 -->
                    233: <li>Add support for BCM5752 A2 devices in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> driver.
                    234: <li>Switch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> pipe usage to socketpairs. Saves a file descriptor and makes userland ppp over ssh work.
                    235: <li>Add a few more integrated devices on nForce4 amd64s.
                    236: <li>Add support for Belkin F5D6020 802.11b Wlan card.
                    237: <!-- 2006/04/19 -->
                    238: <li>Fix off-by-one read in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yacc&sektion=1&format=html">yacc(1)</a>.
                    239: <li>Fix some signal races in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ext2fs&sektion=8&format=html">fsck_ext2fs(8)</a> too.
                    240: <li>Initial driver to decode DCF77 time codes.
                    241: <li>Add hostname resolving and support for interface groups to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&sektion=5&format=html">ipsec.conf(5)</a> parser.
                    242: <li>Make sure we dont leak other processes execution history when restoring fpu state on the i386 and amd64 platforms.
                    243: <!-- 2006/04/18 -->
                    244: <li>Backport a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> bug fix for code generation which appeared when compiling htons() with -march=686 -O2 flags.
                    245: <li>Added some more Intel GigE pci IDs.
                    246: <li>In the kernel watchdog, make sure the parameters are reset to defaults when it is shut down.
                    247: <li>Move bignum functions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> to a file of its own, now <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> and the sftp server don't have to link with libcrypto.
                    248: <!-- 2006/04/17 -->
                    249: <li>Display logical disk status in sysctl for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4&format=html">ami(4)</a>. Now you can use sensorsd to monitor disks on ami.
                    250: <li>Better detection between K7 powernow and Cool-n-Quiet for amd cpus.
                    251: <li>Several signal race issues in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a>.
                    252: <!-- 2006/04/16 -->
                    253: <li>Fix two NULL dereferences in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4&format=html">sk(4)</a> driver.
                    254: <li>Support for ICH7R SATA in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a>.
                    255: <li>Preliminary support for Colorgraphic VoyagerVGA pcmcia frame buffer.
1.1012    pvalchev  256: <!-- 2006/04/15 -->
1.1013    pvalchev  257: <li>Add support for Asus MyPal A730 PocketPC.
                    258: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&sektion=1&format=html">awk(1)</a> handles / inside []'s correctly.
                    259: <li>Fix problem in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> when input buffers becomes too large.
                    260: <li>Produce missing caps lock key event on hp300.
                    261: <li>Add support for the VT8363 PCI-PCI bridge found in Sony Vaio FS201s.
                    262: <li>Fix for Kerberos5 code on static arches.
                    263: <li>On i386 and amd64, enable 3DNow! and SSE support in X11, and enable the via driver for amd64.
                    264: <li>Added another nForce4 ISA bridge PCI device ID to amd64.
1.1012    pvalchev  265: <!-- 2006/04/14 -->
                    266: <li>Various fixes for AMD K7-powernow code on i386.
                    267: <li>Add support for non-RAID part of the ITExpress IT8212F.
                    268: <li>Remove all of the i386 DUMMY_NOPS code for good.
                    269: <li>Initial support for HP98705 "Tigershark" framebuffer for hp300. Text console and X11 are supported.
                    270: <li>Update Heimdal Kerberos 5 to release 0.7.2.
                    271: <!-- 2006/04/13 -->
                    272: <li>Show cpu time spent in interrupts on the vmstat page in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a>.
                    273: <li>File descriptor leak in httpd/mod_ssl code fixed.
                    274: <li>Various fixes and updates for both OpenCVS and OpenRCS.
                    275: <li>Free up memory in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&sektion=4&format=html">axe(4)</a> if attach fails.
                    276: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a>, add support for "local" to ike rules for multihomed machines.
                    277: <!-- 2006/04/12 -->
                    278: <li>Fix signal races in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping&sektion=8&format=html">ping(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&sektion=8&format=html">ping6(8)</a>.
1.1016  ! pvalchev  279: <li>Rewrite attribute changing code to remove+add instead. Fixes "equal attributes encountered" errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>.
1.1012    pvalchev  280: <li>Make rthreads code compile again after header change.
1.1016  ! pvalchev  281: <li>Fixes for spl and interrupt counting in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> when dealing with half-completed work queues.
1.1012    pvalchev  282: <!-- 2006/04/11 -->
                    283: <li>Fix some memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfig&sektion=8&format=html">ldconfig(8)</a>.
                    284: <li>In the vlan interface code, make sure we copy the baudrate (link speed) on link state changes from the parent device.
                    285: <!-- 2006/04/10 -->
                    286: <li>Switch to OpenRCS, even though some features are still lacking.
                    287: <li>Add Intrepid 2 GMAC support to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&format=html">gem(4)</a> driver.
                    288: <!-- 2006/04/09 -->
                    289: <li>Added some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4&format=html">wi(4)</a> reset code since some cards freeze up sometimes.
                    290: <li>On macppc and sparc64, if allowaperture=0 only allow mmap()-ing of
                    291: the framebuffer memory in WSDISPLAYIO_MODE_DUMBFB mode.
                    292: <li>Do not honor the address split scheme on MVME188 systems with more than two CMMUs per CPU when operating on caches, since it doesn't work.
                    293: <li>Fix for sparc64 bus attachment code to better detect which driver to attach. Allows <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&format=html">gem(4)</a> netbooted machines to detect their root device.
                    294: <!-- 2006/04/08 -->
                    295: <li>Don't panic in apic code for i386 if an interrupt isn't shareable and is already taken.
                    296: <!-- 2006/04/07 -->
                    297: <li>Plug simple memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpr&sektion=1&format=html">lpr(1)</a> too.
                    298: <li>Fix memory leak on fork failure in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&sektion=8&format=html">mount(8)</a>.
                    299: <li>Improvements for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umidi&sektion=4&format=html">umidi(4)</a> USB MIDI interface.
                    300: <li>Add workaround for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a> mbuf leak.
                    301: <li>Superblock sanity checking code added to ffs vfsops.
                    302: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> to version 211.
                    303: <li>Revert pci access method for xfree code on amd64 since the /dev/pci could cause problems on some machines.
1.1011    pvalchev  304: <!-- 2006/04/06 -->
1.1012    pvalchev  305: <li>Allow lists inside lists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a>.
1.1016  ! pvalchev  306: <li>When running emulated binaries, release kernel lock after the exit hook to protect possible free()s.
        !           307: <li>Fix a process datasize leak in UVM when doing mmap with MAP_FIXED.
1.1012    pvalchev  308: <li>Add skeleton driver for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a> MegaRAID SAS cards.
                    309: <li>Fixes for floating point state saving in threads code for i386.
                    310: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8&format=html">bgpctl(8)</a> where it would show only the first announced prefix when doing "show rib det source-as #nr".
1.1011    pvalchev  311: <!-- 2006/04/05 -->
1.1012    pvalchev  312: <li>Fix a bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a> when writing buffers sharing the same basename.
1.1011    pvalchev  313: <li>Update to BIND 9.3.2
                    314: <li>Endian fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&sektion=4&format=html">an(4)</a>, now also enabled on hppa, hppa64 and macppc.
                    315: <li>Reap child processes asynchronously in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hotplugd&sektion=8&arch=i386&format=html">hotplugd(8)</a>.
                    316: <!-- 2006/04/04 -->
                    317: <li>Add power hook to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>.
                    318: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tqphy&sektion=4&format=html">tqphy(4)</a> for macppc found on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4&format=html">xl(4)</a> cards.
                    319: <li>Add "set nexthop self" support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>.
                    320: <li>DMA fixes for xscale ARM when changing DMA completion handler.
                    321: <li>Remove bundled dbm and regex lib from httpd, it picks up our dbm anyhow.
                    322: <!-- 2006/04/03 -->
                    323: <li>Installation fixes for Zaurus C3200, avoids a known problem in zbsdmod.
                    324: <li>When parsing file urls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>, ignore http_proxy.
                    325: <li>Don't nul-terminate GSSAPI buffers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
                    326: <!-- 2006/04/02 -->
                    327: <li>Fix interactivity issues in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4&format=html">ami(4)</a> and remove a busywait.
                    328: <li>Prevent panic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4&format=html">iwi(4)</a> if pre-3.0 firmware is being loaded.
                    329: <li>Fix for timestamp setting problem over nfs.
                    330: <li>Fix for ctrl-W in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a>.
                    331: <li>Lots of small non-invasive changes in preparation for FFS2.
                    332: <li>Allow 32-bit session-ids in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> now that sha256 kex is used.
1.1008    pvalchev  333: <!-- 2006/04/01 -->
1.1011    pvalchev  334: <li>Make som channels in ICH IDE/SATA controllers native to be able to use the maximum number of disks.
                    335: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sensorsd&sektion=8&format=html">sensorsd(8)</a>, it will now probe all sensors even if gaps are found in the list.
                    336: <li>Plug huge memleak in libc regarding how the semantics around telldir() works.
1.1008    pvalchev  337: <!-- 2006/03/31 -->
1.1010    deraadt   338: <li>Fix memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sasyncd&amp;sektion=8&amp;format=html">sasyncd(8)</a>.
1.1008    pvalchev  339: <li>Add sysctl to retrieve routing table statistics.
                    340: <li>Small steps taken in preparation for FFS2.
                    341: <!-- 2006/03/30 -->
                    342: <li>Add support for GSM modem SIEMENS ES75 on usb.
1.1010    deraadt   343: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iop&amp;sektion=4&amp;format=html">iop(4)</a> to amd64 GENERIC.
                    344: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1&amp;format=html">ssh(1)</a>, make sure we handle truncated files while converting keys, and also prevent duplicate log messages when privsep=yes.
                    345: <li>Add percent escape chars to the IdentityFile option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;sektion=5&amp;format=html">ssh_config(5)</a>.
1.1008    pvalchev  346: <!-- 2006/03/29 -->
1.1010    deraadt   347: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck&amp;sektion=8&amp;format=html">fsck(8)</a> asks y/n, it will now also accept "F" to force yes to all further questions.
                    348: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&amp;sektion=1&amp;format=html">ftp(1)</a>, allow fetching zero-length files, and also fix progress-meter for &gt;2G files.
                    349: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;sektion=4&amp;format=html">it(4)</a> detection on newer ASUS boards for i386 and amd64.
                    350: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&amp;sektion=4&amp;format=html">ami(4)</a> sync_cache command so it can run asynchronously.
1.1008    pvalchev  351: <!-- 2006/03/28 -->
                    352: <li>Enable MPI-401 MIDI UART on amd64 GENERIC.
                    353: <li>Imported Perl 5.8.8
1.1010    deraadt   354: <li>Add simple printer for IEEE 802.1AB LLDP to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=8&amp;format=html">tcpdump(8)</a>.
                    355: <li>Add Intel 82801GB SATA support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4&amp;format=html">pciide(4)</a>.
                    356: <li>Add more space to memory columns in the vm page for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&amp;sektion=1&amp;format=html">systat(1)</a>.
1.1008    pvalchev  357: <!-- 2006/03/27 -->
1.1010    deraadt   358: <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4&amp;format=html">em(4)</a> with Intels FreeBSD em (5.1.5) driver, adds support for 82563 PCI Express chipsets and a few fixes.
1.1008    pvalchev  359: <li>Added some HiFn, Safenet and Bluesteel crypto cards to GENERIC on alpha.
1.1010    deraadt   360: <li>Rework of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;sektion=4&amp;format=html">iwi(4)</a>, enabling s/w antenna diversity, upgrade firmware to v3.0 layout and reworked rings allocation.
                    361: <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&amp;sektion=4&amp;format=html">ixgb(4)</a> with Intels FreeBSD ixgb (5.0.1) driver.
1.1008    pvalchev  362: <li>Add support for Realtek RT8111B PCI Express Gbit MAC.
1.1010    deraadt   363: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pstat&amp;sektion=8&amp;format=html">pstat(8)</a>, check for syncer vnodes before calling fs specific routines, so NFS and ext2fs gets correctly handled.
1.1008    pvalchev  364: <!-- 2006/03/26 -->
1.1010    deraadt   365: <li>Split serial on macppc so zs devices are ttya and tty00 supports <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4&amp;format=html">com(4)</a> devices.
1.1008    pvalchev  366: <li>Sync libpcap with tcpdump.org's 0.9 APIs.
1.1010    deraadt   367: <li>Added support for accessing 8-bit ISA I/O through the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpio&amp;sektion=4&amp;format=html">gpio(4)</a> framework. Makes Acrosser AR-B1662 boards work.
                    368: <li>Added support for Falcom Samba GPRS modem in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uftdi&amp;sektion=4&amp;format=html">uftdi(4)</a> driver.
1.1012    pvalchev  369: <li>Don't allow gpio ping change if /dev/gpio was opened in read-only mode.
1.1010    deraadt   370: <li>Per-file I/O accounting is now possible to show in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstat&amp;sektion=1&amp;format=html">fstat(1)</a>.
1.1008    pvalchev  371: <!-- 2006/03/25 -->
1.1010    deraadt   372: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&amp;sektion=4&amp;format=html">bpf(4)</a> to ignore packets based on their direction.
                    373: <li>Fixup IP checksum when modifying IP header fields in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4&amp;format=html">pf(4)</a>.
1.1008    pvalchev  374: <!-- 2006/03/24 -->
1.1010    deraadt   375: <li>Fixes for the receive filter in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&amp;sektion=4&amp;format=html">sis(4)</a> when enabling/disabling promiscous mode.
                    376: <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=1&amp;format=html">dc(1)</a>, show error message if the argument is a directory.
                    377: <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&amp;sektion=4&amp;format=html">umsm(4)</a> serial interface for Qualcomm MSM EVDO modems. Enabled on amd64, hppa, hppa64, i386 and macppc.
1.1008    pvalchev  378: <!-- 2006/03/23 -->
                    379: <li>Turn on PCI parity checking on sparc64, and set the PCI latency timer for bus master devices.
                    380: <li>Fix for adb keyboard caps key problem, if remapped to a dead key.
                    381: <!-- 2006/03/22 -->
1.1016  ! pvalchev  382: <li>Fix for broken amd64 mpbios'es on VT8237 and nForce4 chipsets. Fixes interrupt routing for SATA on those when running GENERIC.MP.
1.1008    pvalchev  383: <li>Various fixes from the NetBSD coverity runs.
1.1010    deraadt   384: <li>Add support for macros in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&amp;sektion=5&amp;format=html">ipsec.conf(5)</a>.
                    385: <li>Change the way <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8&amp;format=html">bgpd(8)</a> selects nexthops. Required for complex setups e.g. where an additional IGP is running.
                    386: <li>Add a new SHOW imsg to send optional attributes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a> - used to show communities in bgpctl output.
                    387: <li>Rework signal handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&amp;sektion=8">ftp-proxy(8)</a>.
                    388: <li>Add a helper pci_find_device() function to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&amp;sektion=4">pci(4)</a> to enumerate the PCI bus.
                    389: <li>Plug a memory leak and fix a possible crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbhid&amp;sektion=3">usbhid(3)</a>.
1.1006    pvalchev  390: <li>In the /etc/security script, deal with the fact that some shell scripts may contain binary characters.
1.1010    deraadt   391: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&amp;sektion=1">pkg_add(1)</a>, fix an infinite loop in case of an error in the archive header.
1.1006    pvalchev  392: <li>Implement the Michael MIC as defined in IEEE 802.11i for TKIP.  This generates a weak 64-bit digest protected by an additional key - required for future IEEE 802.11i/WPA support.
1.1010    deraadt   393: <li>Better error checking in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a>.
                    394: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;sektion=4">ural(4)</a> read and show real MAC/BBP rev as determined, instead of the hardcoded RT2570.
                    395: <li>Fix panic on iMac G5 (iSight) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smu&amp;apropos=0&amp;sektion=0&amp;manpath=OpenBSD+Current&amp;arch=macppc&amp;format=html">smu(4)</a> due to a missing kernel unlock.
                    396: <li>Fix an out-of-bounds memory access in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&amp;sektion=1">ksh(1)</a>.
                    397: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&amp;sektion=1">m4(1)</a>, add limited support for format builtin in gnu-m4 mode. This is used by some autoconf scripts.
                    398: <li>Allow the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&amp;sektion=4">wscons(4)</a> wsfb X server to run without the need for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xf86&amp;sektion=4">xf86(4)</a> aperture to be set.
1.1007    ian       399: <li>In the X server, use /dev/pci to access the PCI configuration space on i386 and amd64, instead of directly accessing the addresses from userland.
1.1006    pvalchev  400: <li>A large amount of memory leak plugging in various system utilities inspired by Coverity reports, as well as ruling out of hypothetical NULL dereferences.
1.1010    deraadt   401: <li>Many changes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a> to be more careful with types.
                    402: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a>, make sure the command fifo is ready before returning - fixes a startup race when interacting with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&amp;sektion=8">ipsecctl(8)</a>.
                    403: <li>Improve  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&amp;sektion=1">lint(1)</a> to reduce more false positives and thus make the output more useful.
                    404: <li>Fix some memory leaks in ssh's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gssapi&amp;sektion=3">gssapi(3)</a> code.
1.1006    pvalchev  405: <li>Change powerpc's BLKDEV_IOSIZE down to 2KB like on all other platforms.
1.1010    deraadt   406: <li>Recognize more Intel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&amp;sektion=4">pci(4)</a> devices as found on the Acer Travelmate 3012WTMi laptop.
                    407: <li>Plug memory leak and potential NULL dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hash&amp;sektion=3">hash(3)</a>.
                    408: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asa&amp;sektion=1">asa(1)</a> use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getopt&amp;sektion=3">getopt(3)</a>.
                    409: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=init&amp;sektion=8">init(8)</a>, plug potential memory leaks in error path.
                    410: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcn&amp;sektion=4">pcn(4)</a> to recognize Am79c976 and Am79c978.
1.1005    cloder    411: <li>On sparc64, use OFW nodes to enumerate the PCI bus. This makes detection of devices hiding behind bridges more reliable.
                    412: <li>Extend PCI bus enumeration to allow architecture-specific hooks.
1.1010    deraadt   413: <li>Plug potential memory and descriptor leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&amp;sektion=1">sftp(1)</a>.
                    414: <li>Provide new amd64-specific implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exp&amp;sektion=3">exp(3)</a>.
                    415: <li>Plug memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=revnetgroup&amp;sektion=8">revnetgroup(8)</a>.
                    416: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;sektion=4">it(4)</a> to probe IT8712F-a and SiS950 devices.
                    417: <li>Rework tty handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bc&amp;sektion=1">bc(1)</a> so that things get cleaned up reliably on abort.
                    418: <li>Place reasonable bounds on memory usage of bufferevents in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=event&amp;sektion=3">libevent</a>.
                    419: <li>Provide implementations of the C99 math functions <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunc&amp;sektion=3">trunc(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=truncf&amp;sektion=3">truncf(3)</a>.
                    420: <li>Plug memory leaks and a possible NULL dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&amp;sektion=1">systrace(1)</a>.
1.1005    cloder    421: <li>Make isadma happier on alpha by honoring the 'high' parameter in _bus_dmamem_alloc_range.
1.1010    deraadt   422: <li>Change implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=delay&amp;sektion=9">delay(9)</a> on alpha to use rpcc instruction.
                    423: <li>Plug memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbhid&amp;sektion=3">usbhid(3)</a>.
                    424: <li>Clean up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&amp;sektion=3">fts(3)</a> leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cp&amp;sektion=1">cp(1)</a>.
                    425: <li>Clean up file descriptor leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&amp;sektion=8">authpf(8)</a>.
                    426: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&amp;sektion=2">ptrace(2)</a> single-stepping work on alpha.
                    427: <li>Fix an off-by-one error in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=csh&amp;sektion=1">csh(1)</a> error handling.
                    428: <li>Simplify descriptor cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&amp;sektion=1">ksh(1)</a>, helping us to avoid any descriptor leaks that may have existed.
                    429: <li>Fix an off-by-one error in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&amp;sektion=8">ping6(8)</a>.
                    430: <li>Drastically simplify handling of SCSI vs. AMI commands in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&amp;sektion=4">ami(4)</a> driver.  This is the first step to supporting more RAID features.
                    431: <li>Correctly deal with -I (interactive) option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&amp;sektion=1">rcs(1)</a> co command.
1.1005    cloder    432: <li>Improve clarity of messages in SGI installer.
1.1010    deraadt   433: <li>Fix some off-by-one errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=talkd&amp;sektion=8">talkd(8)</a>.
                    434: <li>Delint various size_t/ssize_t/int mismatches in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1">cvs(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&amp;sektion=1">rcs(1)</a>.
                    435: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&amp;sektion=1">rcs(1)</a>, set exit code when checking out a specific revisions fails.
                    436: <li>Fix value of hw.cpuspeed sysctl on certain Pentium III models (early stepping 1 Coppermines).  (<a href="http://cvs.openbsd.org/cgi-bin/query-pr-wrapper?full=yes&amp;numbers=4966">PR 4966</a>).
1.1005    cloder    437: <li>Turn EXTENT_ALIGN into an inline function, shaves 100 bytes from RISC kernels.
1.1010    deraadt   438: <li>Remove unused code from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop(4)</a>, shaves half a KB from kernel.
                    439: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mincore&amp;sektion=2">mincore(2)</a> to pass byte count to UVM functions, rather than page count.
                    440: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&amp;sektion=4">lmc(4)</a> driver, consolidate error message array to shrink kernel by about 1KB.
                    441: <li>Clean up and ANSIfy <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tip&amp;sektion=1">tip(1)</a> code and fix some latent bugs.
                    442: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&amp;sektion=1">rcs(1)</a> co command honor the -q option.
                    443: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&amp;sektion=1">scp(1)</a>, display error messages even when remote stdout is not initialized.
                    444: <li>Optimize <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&amp;sektion=4">tun(4)</a> by using mbuf clusters instead of mbuf chains for large packets.
                    445: <li>Fix some "reload" bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifstated&amp;sektion=8">ifstated(8)</a>.
1.1002    deraadt   446: <li>Make AMD PowerNow speed control stuff print nice dmesg lines.
1.1010    deraadt   447: <li>Fix a quirk of ^C in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&amp;sektion=1">vi(1)</a>.
1.1002    deraadt   448: <li>Add sysctl_int_lower() API, consequence of which is that root can now lower the machdep.allowaperture variable without rebooting.
                    449: <li>Some i386 laptops need more physmem segments (consequence of the kernel moving up by 1MB).
1.1010    deraadt   450: <li>A few small fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a>.
                    451: <li>If <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&amp;sektion=2">poll(2)</a> is interrupted, remember to clear the pollfds array.
                    452: <li>The zaurus no longer needs to use the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xf86&amp;sektion=4">xf86(4)</a> aperture.
                    453: <li>Fix %A printing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&amp;sektion=8">spamd(8)</a>.
                    454: <li>Move parsing of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsconctl.conf&amp;sektion=5">wsconctl.conf(5)</a> to earlier in the /etc/rc sequence, so that people can use their remapped control key earlier.
                    455: <li>Install <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;sektion=4">apm(4)</a> utilities on amd64 so that the hw.setperf sysctl for CPU speed can be conveniently manipulated through them.
                    456: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=BN_is_prime&amp;sektion=3">BN_is_prime(3)</a> to realize that 2 is prime.  It took the OpenSSL people what... 8 years to fix this?
                    457: <li>Fix amd64's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exp&amp;sektion=3">exp(3)</a> implementation which was broken in certain cases by switching to the C version.
                    458: <li>Repair anonymous logins without passwords in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&amp;sektion=8">ftpd(8)</a>.
                    459: <li>Some churn in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&amp;sektion=4">ami(4)</a>, heading towards improvements...
                    460: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>, implement Unicast Reverse Path Forwarding (uRPF) which optionally verifies that a packet is received on the interface that holds the route back to the packet's source address. This makes it an automatic ingress filter, but only when routing is fully symmetric.
                    461: <li>Add support for Sony CLIE PEG-T625 (and other new) devices in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&amp;sektion=4">uvisor(4)</a>.
                    462: <li>Move the i386 kernel up 1MB in virtual address space to provide more space for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isadma&amp;sektion=4">isadma(4)</a>.
                    463: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&amp;sektion=1">pkg_add(1)</a> to work with stdin input (pkg_add -).
1.1002    deraadt   464: <li>On alpha, protect sgmap extents with splvm().
                    465: <li>On i386, use pause instructions during IPI lock spinning.
1.1010    deraadt   466: <li>Slightly improve the situation with multi-function <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&amp;sektion=4">pcmcia(4)</a> cards.
                    467: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compress&amp;sektion=1">compress(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gzip&amp;sektion=1">gzip(1)</a> work without /dev/stdin and /dev/stdout.
                    468: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>, allow configuration directives to contain spaces, if wrapped in double quotes.
                    469: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>, set TCP_NODELAY flag for all connections not just interactive ones - fixes poor network performance and protocol stalls under some network conditions.
1.1016  ! pvalchev  470: <li>On the i386, fix userldt handling (consequence of recent i386 W^X changes) which causes a crash if a LDT-using process does an execve().
1.1010    deraadt   471: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&amp;sektion=8">mount(8)</a>, add -s flag which skips a mount if the file system is already mounted, handy for MFS partitions.
                    472: <li>Switch from using PCI <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4">le(4)</a> driver to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcn&amp;sektion=4">pcn(4)</a>.
                    473: <li>Handle emc6d100 and emc6w201 in the i2c <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;sektion=4">adt(4)</a> driver.
                    474: <li>Fix local arbitrary command execution vulnerability on local/local and remote/remote copies in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcp&amp;sektion=1">rcp(1)</a>.
1.1001    pvalchev  475: <li>Change the install script question 'Do you expect to run the X Window System?' to have 'no' as a default answer, to prevent people accidentially hitting return on the prompt on machines that don't need it.
1.1010    deraadt   476: <li>Fix a few subtle bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&amp;sektion=1">vi(1)</a>.
                    477: <li>Support IAPP pre-standard port 2313 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&amp;sektion=8">hostapd(8)</a>.
                    478: <li>A output formatting bug (missing space in command line printing) was recently introduced into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&amp;sektion=1">ps(1)</a>.
1.1002    deraadt   479: <li>Grok %z in the format string warning code for the older gcc we have in the tree.
1.1010    deraadt   480: <li>Foil potential <a href="http://en.wikipedia.org/wiki/Timing_attack">timing attacks</a> in login by using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcrypt&amp;sektion=3">bcrypt(3)</a> on non-existent users as well, instead of DES.
1.1002    deraadt   481: <li>On amd64, properly route ISA interrupts through ioapics.
1.1010    deraadt   482: <li>Some obscure fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&amp;sektion=8">ospfd(8)</a>.
                    483: <li>Support the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iic&amp;sektion=4">iic(4)</a> controller found in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amdpm&amp;sektion=4">amdpm(4)</a>.
1.1002    deraadt   484: <li>Now AMD PowerNow K8 support works on i386 and amd64, so that hw.setperf can adjust the processor speed.
                    485: <li>Serial port support on the Zaurus was busted by the recent clock changes because of an interrupt mask mistake.
1.1010    deraadt   486: <li>Improve the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iic&amp;sektion=4">iic(4)</a> scanning for ADM1030 and ADM1031 devices (supported by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtmp&amp;sektion=4">admtemp(4)</a>).
                    487: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&amp;sektion=1">grep(1)</a> do proper handling for patterns which include newlines.
                    488: <li>Using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcibios&amp;sektion=4&amp;arch=i386">pcibios(4)</a> information, properly initialize the VIA VT8233, and support SiS 962.
                    489: <li>Fix the long delay probe for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adb&amp;sektion=4&amp;arch=macppc">adb(4)</a> on some machines (in particular, the powerpc Mac Mini).
                    490: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&amp;sektion=8">bgpd(8)</a>, group block parameters were reset to default (duh, that is wrong).
                    491: <li>Repair a really stupid (and old) bug in spanning-tree <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&amp;sektion=4">bridge(4)</a> support.
                    492: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&amp;sektion=1">pkg_add(1)</a> work with scp (see PKG_PATH).
                    493: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>, implement diffie-hellman-group-exchange-sha256 key exchange method (which is now default when client/server support it).
                    494: <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com(4)</a> driver, add support for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&amp;sektion=4">cardbus(4)</a> Sony Ericsson GC89 UMTS/GPRS/GSM modem.
                    495: <li>For all you Road Warriors in need of more dynamic IPSEC, in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&amp;sektion=8">ipsecctl(8)</a>, add dynamic option ("ike dynamic esp") which uses the system hostname as source identifier instead of the IP address. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&amp;sektion=5">ipsec.conf(5)</a>.
                    496: <li>Repair UDMA for the Via VT8237 in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide(4)</a> driver.
                    497: <li>Fix a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&amp;sektion=2">mmap(2)</a> related panic.
                    498: <li>Fit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mt&amp;sektion=1">mt(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eject&amp;sektion=1">eject(1)</a> onto all the install media.
                    499: <li>Add some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&amp;sektion=4">acpi(4)</a> debugging support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&amp;sektion=4">ddb(4)</a>.
                    500: <li>Move remaining bits of the network stack to use splnet instead of splimp, see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spl&amp;sektion=9">spl(9)</a>.
1.1001    pvalchev  501: <li>OpenCVS development continues with new energy.
1.1002    deraadt   502: <li>Stop trying to allocate rotationally optimal blocks in FFS, since modern disks don't care.
1.1010    deraadt   503: <li>Repair stdin handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdiff&amp;sektion=1">sdiff(1)</a>.
                    504: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&amp;sektion=4">tun(4)</a> is not a point-to-point interface, but a tunnel.
                    505: <li>Fix a buffer cache race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&amp;sektion=4">vnd(4)</a>.
                    506: <li>Fix a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cap_mkdb&amp;sektion=1">cap_mkdb(1)</a>.
                    507: <li>Fix a bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tar&amp;sektion=1">tar(1)</a> that cut short our filename lengths by one miserable character.
                    508: <li>Initial 1-Wire <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=onewire&amp;sektion=4">onewire(4)</a> bus support, including drivers for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpioow&amp;sektion=4">gpioow(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=owid&amp;sektion=4">owid(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=owtemp&amp;sektion=4">owtemp(4)</a>.
                    509: <li>More churn in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&amp;sektion=1">pkg_add(1)</a>.
1.1002    deraadt   510: <li>In X11, support 10-bit color DAC video cards on Alpha TGA2 cards.
1.1010    deraadt   511: <li>Do underlining in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zx&amp;sektion=1&amp;arch=sparc">zx(4)</a> sparc/sparc64 video driver.
1.1002    deraadt   512: <li>Fix an old bug on ARM-based machines, that would very rarely and very randomly deliver a SIGBUS that was not expected or wanted by anyone.
1.1010    deraadt   513: <li>Display cpu states right away (not delayed) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&amp;sektion=1">top(1)</a>.
1.1016  ! pvalchev  514: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=art&amp;sektion=4">art(4)</a> now works on sparc64 as well.
1.1010    deraadt   515: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&amp;sektion=4">ami(4)</a>, support a few more re-licensed parts by ACER, FSC, Intel and NEC.
                    516: <li>Support Compaq Flash Socket CF 10/100 card in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne(4)</a>.
                    517: <li>Support National Semiconductor DP83847 DsPHYTER PHY in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsphyter&amp;sektion=4">nsphyter(4)</a>.
                    518: <li>Some repair to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vic&amp;sektion=4">vic(4)</a> so that it might soon work for VMWARE.
                    519: <li>Handle National Semicondutor lm96000 in the i2c <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;sektion=4">adt(4)</a> driver.
1.422     deraadt   520: </ul>
                    521: <p>
1.203     deraadt   522:
1.95      deraadt   523: This list mentions mostly platform-independent changes.  For a list of changes
                    524: made in a particular platform, please check the page for that platform.  If you
                    525: find them not listed there, the changes are either (1) not being documented or
                    526: (2) are documented here.<br><br>
1.14      deraadt   527:
                    528: <hr>
1.424     deraadt   529: <p>
                    530: <h3>
1.846     deraadt   531: For changes in other releases, click below:<br>
                    532: <a href="plus20.html">2.0</a>,
                    533: <a href="plus21.html">2.1</a>,
                    534: <a href="plus22.html">2.2</a>,
                    535: <a href="plus23.html">2.3</a>,
                    536: <a href="plus24.html">2.4</a>,
                    537: <a href="plus25.html">2.5</a>,
                    538: <a href="plus26.html">2.6</a>,
                    539: <a href="plus27.html">2.7</a>,
                    540: <a href="plus28.html">2.8</a>,
                    541: <a href="plus29.html">2.9</a>,
                    542: <a href="plus30.html">3.0</a>,
                    543: <a href="plus31.html">3.1</a>,
1.868     deraadt   544: <a href="plus32.html">3.2</a>,
1.889     david     545: <a href="plus33.html">3.3</a>,
1.916     david     546: <a href="plus34.html">3.4</a>,
1.935     miod      547: <a href="plus35.html">3.5</a>,
1.941     deraadt   548: <a href="plus36.html">3.6</a>,
                    549: <a href="plus37.html">3.7</a>.
1.999     deraadt   550: <a href="plus38.html">3.8</a>,
                    551: <a href="plus39.html">3.9</a>.
1.424     deraadt   552: <br>
                    553: </h3>
                    554:
                    555: <hr>
1.1016  ! pvalchev  556: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
1.729     horacio   557: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1016  ! pvalchev  558: <br><small>$OpenBSD: plus.html,v 1.1015 2006/07/10 20:47:53 pvalchev Exp $</small>
1.14      deraadt   559:
                    560: </body>
                    561: </html>