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

Annotation of www/plus.html, Revision 1.1128

1.1092    jj          1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.14      deraadt     2: <html>
                      3: <head>
1.1045    david       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.1045    david       7: <meta name="description" content="OpenBSD -current changes">
1.1044    deraadt     8: <meta name="keywords" content="openbsd,changes">
1.14      deraadt     9: <meta name="distribution" content="global">
1.1046    jsg        10: <meta name="copyright" content="This document copyright 1996-2007 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.1044    deraadt    17: <h2><font color="#e00000">OpenBSD -current changelog</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.1127    sobrado    22: (i.e., these are the changes people ask about most often).  Machine
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.1118    deraadt    52: <br>
1.963     deraadt    53: <a href="plus37.html">3.7</a>,
1.999     deraadt    54: <a href="plus38.html">3.8</a>,
1.1028    deraadt    55: <a href="plus39.html">3.9</a>,
1.1044    deraadt    56: <a href="plus40.html">4.0</a>,
1.1069    deraadt    57: <a href="plus41.html">4.1</a>,
1.1097    deraadt    58: <a href="plus42.html">4.2</a>,
1.1118    deraadt    59: <a href="plus43.html">4.3</a>,
                     60: <a href="plus44.html">4.4</a>.
1.422     deraadt    61: <br>
1.186     deraadt    62: </h3>
                     63:
                     64: <p>
1.1118    deraadt    65: <h3><font color="#0000e0">Changes made between OpenBSD 4.4 and OpenBSD 4.5</font></h3><p>
1.847     deraadt    66: <p>
                     67:
1.422     deraadt    68: <ul>
1.1126    jj         69: <!-- 2008/11/16 -->
                     70: <li>Make sure <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> clear pending interrupts in the driver attach routine.
                     71: <!-- 2008/11/15 -->
                     72: <!-- 2008/11/14 -->
                     73: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a> differ between IPV4_ADDR and IPV4_ADDR_SUBNET depending on if you add a "/32" on the address or not to help interop with other IKE implementations.
                     74: <li>Upgraded <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.7.
                     75: <!-- 2008/11/13 -->
                     76: <li>Add support for ST's chips in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdtemp&sektion=4&format=html">sdtemp(4)</a> driver.
                     77: <li>Help the 802.11 code to mitigate the MIC failure notification attack to guess the CRC.
                     78: <!-- 2008/11/12 -->
                     79: <!-- 2008/11/11 -->
                     80: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> for Position Independent Executables, PIE. Adds -fpie and -fPIE flags.
                     81: <li>Enabled support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1&format=html">gdb(1)</a> for debugging PIE programs.
                     82: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> expose the volume knob in server mode too.
                     83: <li>Use RFC2409-compliant notification messages in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> when client identities are not valid during phase 2.
                     84: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> in non-server mode terminate when it is idle.
                     85: <!-- 2008/11/10 -->
                     86: <li>Make sure any kernel operations done with a process's directories are atomic and not after sleeping.
                     87: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a>, add a per-stream "soft volume".
                     88: <li>Fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=monop&sektion=6&format=html">monop(6)</a> rules when buying hotels.
                     89: <!-- 2008/11/09 -->
                     90: <li>Added eMPIA Technology 2761 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> devices.
                     91: <li>Added BULK xfer support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a>.
                     92: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> stop the audio device if it is idle when in server mode.
                     93: <li>Prevent apps that poll a stopped sndio device from using 100% CPU.
                     94: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&sektion=4&format=html">agp(4)</a> attach code, similar to how <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4&format=html">audio(4)</a> attaches.
                     95: <!-- 2008/11/08 -->
                     96: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4&format=html">bpf(4)</a> code to create VLAN encapsulation from the tag stored in the mbuf header.
                     97: <li>Make the kernel fork code allocate required space for systrace early so we are sure the activation code wont sleep in sensitive places.
                     98: <li>Major overhaul of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a> to bring in HW CCMP encryption/decryption among other things. Requires new wpi-firmware.
1.1125    jj         99: <!-- 2008/11/07 -->
1.1126    jj        100: <li>Add malloc and bucket views to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a>.
                    101: <li>Added new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8&format=html">sysctl(8)</a> ddb.trigger to take the OS into the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> debugger if ddb.console=1 and the write comes from the actual console tty.
                    102: <li>Fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> LACP code to help it work with Catalyst 3500s.
                    103: <li>Better initialization for BCM5906 based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> devices.
                    104: <li>Set default coalescence factor to 64 for both RX and TX on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&sektion=4&format=html">jme(4)</a> devices.
                    105: <li>Make libsndio expose the block size in the sndio API.
                    106: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&format=html">gem(4)</a> TX FIFO treshold underruns.
1.1125    jj        107: <!-- 2008/11/06 -->
                    108: <li>Set default acceleration for i830 graphic chips to EXA.
                    109: <!-- 2008/11/05 -->
                    110: <li>Set the IFCAP_VLAN_MTU for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&sektion=4&format=html">aue(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&sektion=4&format=html">axe(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mos&sektion=4&format=html">mos(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&sektion=4&format=html">url(4)</a> so they are allowed to transmit full sized VLAN tagged frames.
                    111: <li>Added support for iso8859-13 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1&format=html">lynx(1)</a>.
                    112: <!-- 2008/11/04 -->
                    113: <li>Various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> CPU usage reductions.
                    114: <li>Added support for the J-PAKE password protocol to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, not enabled by default.
                    115: <!-- 2008/11/03 -->
                    116: <li>Various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a> improvements.
                    117: <li>Reduce <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> CPU usage when only channel conversion are required.
                    118: <li>Updated xf86-video-nv to 2.1.12 and xf86-video-openchrome to 0.2.903.
                    119: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> devices, add HW CCMP encryption/decryption support of unicast frames.
1.1126    jj        120: <li>Added ~x support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail&sektion=1&format=html">mail(1)</a>.
1.1125    jj        121: <!-- 2008/11/02 -->
                    122: <li>Updated xf86-video-sunffb to 1.2.0.
                    123: <li>Added support for w83627dhg devices in the i2c driver.
                    124: <li>Updated xserver to 1.5.2 in the xenocara tree.
                    125: <li>Updated Mesa to 7.2 in the xenocara tree.
                    126: <!-- 2008/11/01 -->
                    127: <li>Added a view in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a> that shows <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&sektion=9&format=html">pool(9)</a> information.
                    128: <li>Disabled portalfs in the GENERIC kernels.
                    129: <li>Initial version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, an smtp server implementation.
                    130: <li>Updated xf86-video-radeonhd to 1.2.3.
                    131: <!-- 2008/10/31 -->
                    132: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a>, improve reporting of cache misses in the vmstat view.
                    133: <!-- 2008/10/30 -->
                    134: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>, add support for converter groups where members have non-identical sample size and rate capabilities.
                    135: <li>Fix building of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> for non-INET6 kernels.
                    136: <li>Use msleep() in the reaper code, to prevent it from losing events.
                    137: <li>Make arp resolving less prone to loose packets by queueing small burst of packets.
                    138: <!-- 2008/10/29 -->
                    139: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&sektion=4&format=html">emu(4)</a> for Audigy 2 Value based devices.
                    140: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bio&sektion=4&format=html">bio(4)</a> support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cac&sektion=4&format=html">cac(4)</a>.
                    141: <!-- 2008/10/28 -->
                    142: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>, skip 'urpf-failed' test for IPv6 link local addresses.
                    143: <li>Avoid infinite recursion in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> stack protection code.
                    144: <li>Added support for multiple <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&sektion=4&format=html">pflow(4)</a> interfaces.
                    145: <li>Do DNS resolution in a separate process for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&sektion=8&format=html">ypldap(8)</a>.
                    146: <li>Various updates to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bio&sektion=4&format=html">bio(4)</a> support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4&format=html">ami(4)</a>.
                    147: <li>Added beginnings of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bio&sektion=4&format=html">bio(4)</a> support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a>.
                    148: <li>Feed IPv6 flow label in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> hash calculation.
                    149: <li>for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a>, show the ACTIVE flag in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> for the single interface that is active in failover mode.
                    150: <!-- 2008/10/27 -->
                    151: <li>Readded TX Vlan tag insertion on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nge&sektion=4&format=html">nge(4)</a>, and RX Vlan tag stripping for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a>.
                    152: <li>Fix for 4-channel output on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4&format=html">auich(4)</a> for SiS 7012-based devices.
                    153: <li>Try harder to use ACPI on i386 machines.
                    154: <li>Updated Time Zone data to tzdata2008i.
                    155: <!-- 2008/10/26 -->
                    156: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> for AD1984 based devices, connect headphones to the proper DAC.
                    157: <li>Plug mbuf leak in the NFS RPC record error case.
                    158: <li>Added minimal audio server capability to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a>.
                    159: <!-- 2008/10/25 -->
                    160: <!-- 2008/10/24 -->
                    161: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_create&sektion=1&format=html">pkg_create(1)</a> default to sha256.
                    162: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auacer&sektion=4&format=html">auacer(4)</a> to amd64 and i386 GENERIC kernels.
                    163: <!-- 2008/10/23 -->
                    164: <li>Fix for "uvm_km thread out of memory" situation.
                    165: <li>Added S/PDIF output support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ac97&sektion=4&format=html">ac97(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4&format=html">auich(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&sektion=4&format=html">auvia(4)</a>.
                    166: <li>Enabled 4 and 6 channel support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4&format=html">auich(4)</a>.
                    167: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mos&sektion=4&format=html">mos(4)</a> to amd64, i386, macppc and sparc64 GENERIC and RAMDISK kernels.
                    168: <li>Initial version of a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mos&sektion=4&format=html">mos(4)</a> driver for MOSCHIP MCS7x30 USB Ethernet chips.
                    169: <li>For older IT8712 based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&sektion=4&format=html">it(4)</a> chips, round up to nearest minute 16-bit timeout.
1.1124    jj        170: <!-- 2008/10/22 -->
1.1125    jj        171: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> power down the codec if it has no audio functions groups.
                    172: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&sektion=8&format=html">pflogd(8)</a> log pcap stats upon SIGUSR1.
1.1124    jj        173: <!-- 2008/10/21 -->
                    174: <li>Added FAN4 and FAN5 support to IT87(16,18,26) based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&sektion=4&format=html">it(4)</a> devices.
                    175: <li>Add TX vlan tag insertion and RX vlan tag stripping to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stge&sektion=4&format=html">stge(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&sektion=4&format=html">vge(4)</a>.
                    176: <li>Added bpf/tcpdump support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&sektion=4&format=html">pflow(4)</a>.
                    177: <!-- 2008/10/20 -->
                    178: <li>RX vlan stripping for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&sektion=4&format=html">xge(4)</a>.
                    179: <li>Re-added TX vlan insertion and RX vlan stripping for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&sektion=4&format=html">ixgb(4)</a> interfaces.
                    180: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&sektion=4&format=html">jme(4)</a>, enable support for RX checksum offload, RX vlan stripping and TX vlan insertion.
                    181: <!-- 2008/10/19 -->
                    182: <li>RX vlan stripping for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4&format=html">ti(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&sektion=4&format=html">bnx(4)</a>.
                    183: <!-- 2008/10/18 -->
                    184: <!-- 2008/10/17 -->
                    185: <li>Readded RX vlan tag stripping to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a>, and TX vlan insertion for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a>.
                    186: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpe&sektion=4&format=html">mpe(4)</a>, prevent users from assigning reserved labels to interfaces.
                    187: <li>Permit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tail&sektion=1&format=html">tail(1)</a> -f to follow multiple files.
                    188: <!-- 2008/10/16 -->
                    189: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> handle resume when local file does not exist.
                    190: <li>Added S/PDIF support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>.
                    191: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4&format=html">bridge(4)</a> handle interfaces with and without hardware vlan tag support and forward packets inbetween.
                    192: <li>Make -a default for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbhidctl&sektion=1&format=html">usbhidctl(1)</a>.
                    193: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4&format=html">vlan(4)</a> code drop promiscuously received packets if the vlan interface is not in promiscuous mode itself.
                    194: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> for IEEE LACP and MARKER protocols as per 802.3ad.
                    195: <!-- 2008/10/15 -->
                    196: <li>Make PPPoE sessions IDs unique per receiving interface so interfaces can reuse it on different networks.
                    197: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ichiic&sektion=4&format=html">ichiic(4)</a> driver for ICH10.
                    198: <li>Make -a default for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radioctl&sektion=1&format=html">radioctl(1)</a>.
                    199: <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> driver, remove unconnected pins from connection and mixer lists.
                    200: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&sektion=9&format=html">random(9)</a> return per-cpu values.
                    201: <li>Enabled inteldrm and radeondrm on both amd64 and i386 GENERIC kernels.
1.1123    jj        202: <!-- 2008/10/14 -->
1.1124    jj        203: <li>Make the kernel random device yield between copying out large chunks of random data to userspace.
                    204: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&sektion=8&format=html">ypldap(8)</a> in normal builds.
                    205: <li>Added support for referrals and lists of attributes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&sektion=8&format=html">ypldap(8)</a>.
                    206: <li>Make MPLS handle IPv4 and IPv6 explicit null labels.
                    207: <li>Try to get MAC address from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&sektion=4&format=html">jme(4)</a> devices even though the imported driver was trying to randomize one for us.
1.1123    jj        208: <!-- 2008/10/13 -->
                    209: <li>Added a method in libpciaccess to read the legacy BIOS region on alpha/amd64/i386.
                    210: <li>Updated xedit to 1.1.1 and xf86-input-mutouch to 1.2.1.
                    211: <li>Rewrite of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a>, added support for Intel WiFi Link 5000 series adapters. Requires an iwn-firmware upgrade, even for 4965AGN devices.
                    212: <li>Disabled IPv6 PCB linking for UDP packets.
                    213: <li>Updated Time Zone data to tzdata2008g.
                    214: <!-- 2008/10/12 -->
                    215: <li>Updated xf86-video-tseng to 1.2.0, xf86-video-tdfx to 1.4.0, xf86-video-voodoo to 1.2.0 and xf86-video-vmware to 10.16.5.
                    216: <li>Updated xf86-video-s3 to 0.6.0, xf86-video-s3virge to 1.10.1, xf86-video-savage to 2.2.1 and xf86-video-trident to 1.3.0.
                    217: <li>Updated xf86-video-i128 to 1.3.1, xf86-video-i740 to 1.2.0 and xf86-video-rendition to 4.2.0.
                    218: <li>Updated xf86-video-vesa to 2.0.0, xf86-video-intel to 2.4.2 and xf86-video-glint to 1.2.1.
                    219: <li>Adjusted the socppc platform to the redesigned powerpc interrupt architecture.
                    220: <!-- 2008/10/11 -->
                    221: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vcons&manpath=OpenBSD+Current&arch=sparc64&sektion=0&format=html">vcons(4)</a> on sparc64 interrupt driven.
                    222: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> devices, use hardware timer to simulate interrupt moderation.
                    223: <li>Fix kernel internal pool allocator to check for PR_WAITOK instead of M_NOWAIT.
                    224: <!-- 2008/10/10 -->
                    225: <li>Removed /dev/prandom.
                    226: <li>Improve -X output in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> for PPP packets.
                    227: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a> to the mips64 GENERIC kernel.
                    228: <li>Added missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spl&sektion=9&format=html">spl(9)</a> in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> driver for codec command setting/retrieval.
                    229: <!-- 2008/10/09 -->
                    230: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&sektion=1&format=html">rcs(1)</a> about &#36;OpenBSD&#36; expansions.
                    231: <li>When adding a new user with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=user&sektion=8&format=html">user(8)</a>, do not move YP lines to the end of the file.
                    232: <li>For amd64 and i386, skip memory areas smaller than 1 MB above the 16 MB boundary to deal with buggy ACPI BIOSes.
                    233: <li>Prevent crash in socket timeout code by handling HZ calculations with unsigned numbers to prevent negative results.
                    234: <li>Plug memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a> after sending a trap.
                    235: <!-- 2008/10/08 -->
                    236: <li>Support setting PermitEmptyPasswords in a Match block in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5&format=html">sshd_config(5)</a>.
                    237: <li>Added an -y option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> to force logging via syslog rather than stderr.
                    238: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppd&sektion=8&format=html">pppd(8)</a> report both IP addresses if the setup fails due to either the local or the destination address already exists.
                    239: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8&format=html">vmstat(8)</a> handle interrupt rate calculations over 2 billions.
                    240: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sed&sektion=1&format=html">sed(1)</a> handle arbitrarily long lines. Also plug a memory leak.
                    241: <li>For "gunzip -N", store the extracted file if the header has no directory as if the -N was not specified.
                    242: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a> in pftop mode print child queues right under their respective interface root queues.
                    243: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtree&sektion=8&format=html">mtree(8)</a> return the correct exit codes for extra files.
                    244: <!-- 2008/10/07 -->
                    245: <li>Enabled GL for libraries but not the X server on SGI mips64 machines.
                    246: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&sektion=4&format=html">uhci(4)</a> at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4&format=html">cardbus(4)</a> on amd64 and i386 GENERIC kernels.
                    247: <li>Fix alpha ieeefp emulation code when converting doubles to unsigned long ints.
                    248: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sed&sektion=1&format=html">sed(1)</a> 'l' command from encoding newlines.
                    249: <li>Make sure page 0 is selected when initializing the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eephy&sektion=4&format=html">eephy(4)</a>.
                    250: <li>Fix memory leak in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> dsdt scope evaluation code.
                    251: <li>Better signal protection against races in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&sektion=8&format=html">authpf(8)</a>.
                    252: <li>If <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lii&sektion=4&format=html">lii(4)</a> driver fails to read the MAC address from the eeprom, fallback to reading the MAC address registers.
                    253: <li>If <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> fails to fetch a config page for a SAS target, let the scsi midlayer try to probe it again.
                    254: <!-- 2008/10/06 -->
                    255: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcidump&sektion=8&format=html">pcidump(8)</a> dump PCI devices from all the domains available in the system.
                    256: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstat&sektion=1&format=html">fstat(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pstat&sektion=8&format=html">pstat(8)</a> and some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8&format=html">sysctl(8)</a> entries hide file offsets and other information unless the user is the owner or superuser.
                    257: <li>Do not exit in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8&format=html">httpd(8)</a> if the logfile specified on the command line can not be created due to a path component not existing.
                    258: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&sektion=1&format=html">awk(1)</a> to version 20071023.
                    259: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a>, don't force multi transaction endpoints down to single transactions.
                    260: <li>Add missing checks for sc_focus in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4&format=html">wscons(4)</a> driver.
1.1122    jj        261: <!-- 2008/10/05 -->
1.1123    jj        262: <li>Updated Time Zone data to tzdata2008g and code to tzcode2008g.
                    263: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendbug&sektion=1&format=html">sendbug(1)</a> parse all arguments before it starts working.
                    264: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> link state getting stuck in LINK_STATE_UNKNOWN.
1.1122    jj        265: <!-- 2008/10/04 -->
                    266: <li>Added a pciutils like pci.ids file in xenocara for libpciaccess.
                    267: <li>When closing the video stream in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a>, switch back to the default interface as a last action.
                    268: <!-- 2008/10/03 -->
                    269: <li>Make libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3&format=html">malloc(3)</a> avoid splitting up regions when purging stuff from the cache and also, when increasing the size of an allocation, try mapping the region next to the existing one first.
                    270: <li>For amd64 DDB, make extra CPUs 'hlt' instead of spin in a tight loop.
                    271: <li>Added new -D option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd-setup&sektion=8&format=html">spamd-setup(8)</a> to daemonize on early startup.
                    272: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=quiz&sektion=6&format=html">quiz(6)</a>, fix long group handling.
                    273: <li>64-bit fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adventure&sektion=6&format=html">adventure(6)</a> save files.
                    274: <!-- 2008/10/02 -->
                    275: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sigwait&sektion=3&format=html">sigwait(3)</a> work correctly for some cases where the signal could be diverted but <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sigwait&sektion=3&format=html">sigwait(3)</a> would still block.
                    276: <li>Repair <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8&format=html">ppp(8)</a> "set reconnect random 0".
                    277: <li>Cleanup of ethernet <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&sektion=2&format=html">ioctl(2)</a> handling, also makes drivers return the correct errno of ENOTTY instead of EINVAL/ENXIO when encountering unknown ioctl's.
                    278: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&sektion=2&format=html">mmap(2)</a> error checking to be correct 64-bit addresses.
                    279: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&sektion=4&format=html">auvia(4)</a> ring descriptor problem by not using the 256th descriptor.
                    280: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=huntd&sektion=6&format=html">huntd(6)</a> and add -b option to allow it to run in the background.
                    281: <li>Added the IBM 4810 SCC 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.
                    282: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> when using sticky-address and a matching pass rule uses reply-to.
                    283: <li>Make closed, disconnected or otherwise failed sockets still return stat information.
                    284: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a> "set state-defaults X" to list state options to apply to all rules which do not have explicit "keep state" rules.
                    285: <!-- 2008/10/01 -->
                    286: <li>Added POSIX character class support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fnmatch&sektion=3&format=html">fnmatch(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&sektion=3&format=html">glob(3)</a>.
                    287: <li>Make sure received IPv6 neighbor solicitations which isn't from the unspecified address match one of the interfaces address prefixes.
                    288: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lockspool&sektion=1&format=html">lockspool(1)</a> use the real uid instead of getlogin().
                    289: <li>Fix in the libc DB code for sequential retrieval failures when using large key/data pairs.
                    290: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpiasus&sektion=4&format=html">acpiasus(4)</a> handle the two ACPI events sent from the display cycle key.
                    291: <li>Better stability for hppa machines by more aggressive cache flushing.
                    292: <!-- 2008/09/30 -->
                    293: <li>Provide a scsi probe hook in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> that checks if an atapi device is plugged into SAS <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> variants.
                    294: <li>Make the macppc properly count memory where OpenFirmware reports zero-sized entries in between filled memory banks.
                    295: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=w&sektion=1&format=html">w(1)</a> properly display files with embedded colons being transferred via ftp.
                    296: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8&format=html">ftpd(8)</a> always say "User %s access denied" in all cases to avoid problems when parsing the results. Also do not close the connection on 530 results.
                    297: <li>Fix "-m mode" in conjunction with the -p flag for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkdir&sektion=1&format=html">mkdir(1)</a>.
                    298: <li>Fix occasional mfs-related panic on reboot.
                    299: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1&format=html">lynx(1)</a> gopher code.
                    300: <!-- 2008/09/29 -->
                    301: <li>Added Xinerama and XRandR dual head support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>.
                    302: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&sektion=4&format=html">jme(4)</a> to sparc64 GENERIC and RAMDISK kernels.
                    303: <li>Added I-O DATA PCET/TX-R to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4&format=html">ne(4)</a> devices.
                    304: <li>When running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&sektion=8&format=html">syslogd(8)</a> in debug mode, prevent closing of random file descriptor.
                    305: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a> to 5.10.0.
                    306: <li>Fix logic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> where IPv6 prefixes would match on a simple "deny from any prefix 0.0.0.0/0".
                    307: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&sektion=4&format=html">jme(4)</a> JMicron Ethernet on amd64 and i386 GENERIC and RAMDISK kernels.
                    308: <li>Use pools to do memory allocations for all sizes that are less or equal to the page size.
                    309: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> to listen on a port range for redirections.
                    310: <li>Make it possible for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> to learn new interfaces during runtime.
                    311: <!-- 2008/09/28 -->
                    312: <li>Make sure we clear the PF state key when a IP (v4 or v6) exits a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4&format=html">gif(4)</a> tunnel.
                    313: <!-- 2008/09/27 -->
                    314: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> 12160 firmware from 10.04.32 to 10.04.41.
                    315: <li>Initial implementation of 802.11x PMKSA caching and pre-authentication.
1.1121    jj        316: <!-- 2008/09/26 -->
1.1122    jj        317: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&sektion=4&format=html">agp(4)</a> to attach Intel Q35 integrated video.
1.1121    jj        318: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a> to add an additional restricted control socket.
                    319: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> for proxies with password.
                    320: <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&sektion=4&format=html">jme(4)</a> driver for the JMicron JMC250/260 Ethernet controllers.
                    321: <!-- 2008/09/25 -->
                    322: <li>Added a driver for the Attansic F1 PHY.
                    323: <!-- 2008/09/24 -->
                    324: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4&format=html">vr(4)</a> panic seen under high load.
                    325: <!-- 2008/09/23 -->
                    326: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> to version 237 and pixman to 0.12.0.
                    327: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> from merging userland map entries.
                    328: <!-- 2008/09/22 -->
                    329: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&sektion=4&format=html">uath(4)</a> for Philips SNU6500.
                    330: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> display the current window title, not a previous one in the case of "show all" in the window search dialogue.
                    331: <!-- 2008/09/21 -->
                    332: <!-- 2008/09/20 -->
                    333: <li>Make X on sparc64 stop messing with the PCI BARs. Makes the ATI driver work again on Ultra5/10.
                    334: <!-- 2008/09/19 -->
                    335: <li>Perform mvme197 latency timer reprogramming on the boot blocks, in addition to the kernel.
                    336: <li>Fix problems and races with POSIX file locking.
                    337: <!-- 2008/09/18 -->
1.1128  ! deraadt   338: <li>Increase the maximum length of the #! interpreter path from 64 to 128.
1.1121    jj        339: <li>Initial infrastructure to support hardware VLAN tag stripping.
                    340: <li>Reworked drm locking in xenocara.
                    341: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> for gcc2 architectures.
                    342: <li>Added a flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=procmap&sektion=1&format=html">procmap(1)</a> to print amap usage.
                    343: <!-- 2008/09/17 -->
                    344: <li>Redesigned powerpc interrupt architecture.
                    345: <li>Fix crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&sektion=4&format=html">pflow(4)</a> on a not correctly configured pflow interface.
                    346: <li>Added a key in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> to see a diff between the merged file and the new or old file.
                    347: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&sektion=1&format=html">rcs(1)</a> and OpenCVS use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getlogin&sektion=2&format=html">getlogin(2)</a> when committing as root (or via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=su&sektion=1&format=html">su(1)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a>).
                    348: <!-- 2008/09/16 -->
                    349: <li>Fix probing on SGI machines for com@ioc.
                    350: <li>Updated xf86-video-cirrus to 1.2.1.
                    351: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1&format=html">gdb(1)</a> for reading auxilliary vectors.
                    352: <li>Make it possible to get the ELF auxilliary vector through <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2&format=html">ptrace(2)</a>.
                    353: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=8&format=html">netstat(8)</a> statistics for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&sektion=4&format=html">pflow(4)</a>.
                    354: <!-- 2008/09/15 -->
                    355: <li>Added support in DDB for SMP powerpc machines.
                    356: <li>Enabled dirty buffer detection in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a>.
                    357: <li>Updated timezone data files to tzdata2008f.
                    358: <!-- 2008/09/14 -->
                    359: <li>Removed deprecated applications from xenocara, including lbxproxy, xphelloworld, xplsprinters and xprehashprinterlist.
                    360: <!-- 2008/09/13 -->
                    361: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xcompmgr&sektion=1&format=html">xcompmgr(1)</a> to xenocara.
                    362: <!-- 2008/09/12 -->
                    363: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8&format=html">ftpd(8)</a> not split large commands into multiple commands on a 512-byte boundary. Prevents some attacks.
                    364: <li>Allow a user defined MERGE_CMD to be used in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a>.
                    365: <li>Plugged two memory leaks in OpenCVS while using -r argument with various CVS commands.
                    366: <li>Make OpenCVS be very conservative about state changes with "admin -s".
                    367: <li>Make sure the IPv6 icmp mbuf recycle code clears the recorded <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> state information.
                    368: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpitz&sektion=4&format=html">acpitz(4)</a>, try to send fan commands to "power resources" objects, makes some HP laptops run cooler and quieter.
                    369: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a>, move DNS lookups to its own process so it will not block ntp.
                    370: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> waste less memory for amaps.
                    371: <!-- 2008/09/11 -->
                    372: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4&format=html">dc(4)</a> watchdog timer, and make sure we don't clear IFF_OACTIVE unless there are at least 6 free TX descriptors available.
                    373: <!-- 2008/09/10 -->
                    374: <li>Make the NFS kq code issue a NOTE_TRUNCATE if the file size has shrunk.
                    375: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpitz&sektion=4&format=html">acpitz(4)</a> Thermal Zone entities parsing when they are named object references instead of direct object references.
                    376: <li>Make some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4&format=html">dc(4)</a> devices with broken DC_ISR_RX_STATE poll for RX packets, fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> usage on affected interfaces.
                    377: <li>Added support for the ARM9e core to the ARM platform.
                    378: <li>Added support for 16-pin PCA9555 devices in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcagpio&sektion=4&format=html">pcagpio(4)</a>.
                    379: <li>Fix memory free error in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> when carp_demote_get encounters an error.
                    380: <li>64-bit fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpidump&sektion=1&format=html">acpidump(1)</a>.
                    381: <!-- 2008/09/09 -->
                    382: <li>When waking a specific process sleeping on a unique address, don't traverse the full wakeup queue.
                    383: <li>Reenabled PF state key linking.
                    384: <li>Added 40-bit GART support for PCIE devices in the ATI drm code.
                    385: <li>Fix possible incorrect option handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a>.
                    386: <li>Added SparkLAN WCFM-100 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a> devices.
                    387: <!-- 2008/09/08 -->
                    388: <li>Fix printing by group name in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>.
                    389: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&sektion=4&format=html">pflow(4)</a>, a NetFlow v5 compatible flow export interface.
                    390: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eephy&sektion=4&format=html">eephy(4)</a> recognize Marvell 88E1116R Gig PHY.
1.1122    jj        391: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> option so it can get only newer files (-n) and specify maxdepth (-d) of recurrence.
1.1121    jj        392: <li>Enable support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&sektion=1&format=html">printf(1)</a> for %a, %A and %F.
                    393: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=1&format=html">vmstat(1)</a> show InUse rather than Releases for pools.
                    394: <li>Fixed link state issue in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>.
                    395: <!-- 2008/09/07 -->
                    396: <li>Update code for relative priorities of 802.3 Selector Field value so 100Base-T4 does not have higher priority than 100Base-TX Full duplex.
                    397: <li>Major libm overhaul.
1.1122    jj        398: <li>Updated inputproto to 1.4.4 and xinput to 1.3.0.
1.1121    jj        399: <!-- 2008/09/06 -->
                    400: <li>Allow some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> set-style commands to have zero arguments.
                    401: <li>Updated OpenSSL to 0.9.8h.
                    402: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg-config&sektion=1&format=html">pkg-config(1)</a> exit with a 0 return code when started with --help.
                    403: <!-- 2008/09/05 -->
                    404: <!-- 2008/09/04 -->
                    405: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> ignore unknown SAFIs in the MP capabilities.
                    406: <!-- 2008/09/03 -->
                    407: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&sektion=1&format=html">ls(1)</a> -ln and -nl combination behave identically, same for -gn and -ng. Also allow -m and -x to override -1Cgln if specified last.
                    408: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_vnd&sektion=8&format=html">mount_vnd(8)</a>, replace -s (sector size) option with more general -t (disktype) option which makes the vnd device emulate the geometry of the specified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disktab&sektion=5&format=html">disktab(5)</a> entry.
                    409: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=restore&sektion=8&format=html">restore(8)</a> start with a max tape buffer rather than 1/2 of the max, allows for automatic recognition of dumps written with 64k buffers.
                    410: <!-- 2008/09/02 -->
                    411: <li>Prevent possible overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> when the sum of all demotion counters gets bigger than 255.
                    412: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> keep exec menu entries sorted.
                    413: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> leaves no leftovers from sendmail in src when it stops unexpectedly.
                    414: <!-- 2008/09/01 -->
                    415: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&sektion=8&format=html">lpd(8)</a> more careful in checking disk space.
                    416: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a> pftop mode display direction In/Out/Any for rule display, not just In/Out.
                    417: <li>Add interrupt mitigation for Intel i9xx user_irq, should save a bit of power.
                    418: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet_pton&sektion=3&format=html">inet_pton(3)</a> does not overflow for large prefixes.
                    419: <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4&format=html">ath(4)</a> to softcrypto to enable support for WPA/WPA2.
                    420: <!-- 2008/08/31 -->
                    421: <!-- 2008/08/30 -->
                    422: <!-- 2008/08/29 -->
                    423: <li>Make sure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> driver takes the PHY out of power down mode before probing for PHY.
                    424: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1&format=html">vi(1)</a> cscope support in the case that someone provided a filename without a directory.
                    425: <!-- 2008/08/28 -->
                    426: <li>Added support for AMD Family 11h (Turion X2 Ultra et al) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=km&sektion=4&format=html">km(4)</a>.
                    427: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> multicast/promiscous handling.
                    428: <li>Added WPA support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4&format=html">iwi(4)</a>.
                    429: <li>Make sure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> driver does not try to attach rev 2 BCM431[1-2] chipsets, as they require v4 firmware and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> currently uses v3.
                    430: <li>Added WPA support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&sektion=4&format=html">ipw(4)</a>.
                    431: <li>Fix for xf86-input-elographics, would get stuck in an infinite loop.
                    432: <li>Initial driver <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auacer&sektion=4&format=html">auacer(4)</a> added to sparc64 GENERIC, for Acer Laber M5455 integrated sound found on recent Ultra workstations.
                    433: <!-- 2008/08/27 -->
                    434: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> on sgi GENERIC kernels.
                    435: <li>Updated xf86-input-keyboard to 1.3.1.
                    436: <li>Updated xwd to 1.0.2, xwininfo to 1.0.4 and libXau to 1.0.4.
                    437: <li>Fix length check in PPPoE when parsing discovery phase packets.
1.1120    jj        438: <!-- 2008/08/26 -->
1.1121    jj        439: <li>Added C-c target to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a> so you can bind ctrl-c ctrl-c in your ~/.mg file.
                    440: <li>Fixed 128-bit divisions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> for amd64.
                    441: <li>Fix an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> panic on sparc64 by aligning data in a struct better.
                    442: <li>Fixed a couple of problems in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&format=html">gem(4)</a> driver that make the devices to get stuck.
1.1120    jj        443: <li>Updated libdrm to 2.3.1.
                    444: <li>Plug potential memory leak in the uvm_amap code.
                    445: <!-- 2008/08/25 -->
                    446: <li>Updated xterm to update 236.
                    447: <li>SGI machines now get an installXX.iso image to install from.
                    448: <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> devices on sgi.
                    449: <!-- 2008/08/24 -->
                    450: <li>Make NFS correctly invalidate attribute cache entries in case the vnode mode changes.
                    451: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> for processing unit controls.
                    452: <li>Stop making <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a> report CHS information, since it mostly is lies.
                    453: <!-- 2008/08/23 -->
                    454: <li>Updated xf86-video-chips to 1.2.0 and xf86-input-mouse to 1.3.0.
                    455: <li>Added support for Gunze touchpanels, found on Panasonic Toughbook CF-27.
                    456: <li>Updated xf86-video-ark to 0.7.0 and xf86-video-ast to 0.85.0.
                    457: <li>Make xf86-video-sunffb build on sparc64 machines.
                    458: <li>Updated the xenocara input code for: magellan, microtouch, mutouch, palmax, penmount, summa, tek4957, ur98 and vmmouse.
                    459: <li>Updated the xenocara input code for: acecad, calcomp, citron, digitaledge, dmc, dynapro, elo2300, elographics, fpit, hyperpen, jamstudio and xf86-input-joystick.
                    460: <li>Make mbstowcs() return the correct length of the wchar_t string in some cases.
                    461: <!-- 2008/08/22 -->
                    462: <li>Fixed the libc wcschr() function.
                    463: <li>For Vax machines, let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lkms&sektion=4&format=html">lkms(4)</a> support VSXXX-AB tables in addition to the mice already supported.
                    464: <li>Smarter implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=calloc&sektion=3&format=html">calloc(3)</a>, based on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&sektion=2&format=html">mmap(2)</a> returning zero filled pages.
                    465: <li>Merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crunchgen&sektion=1&format=html">crunchgen(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crunchide&sektion=1&format=html">crunchide(1)</a> into one, and move to usr.sbin.
                    466: <li>Make sure OpenBSD sets _POSIX_JOB_CONTROL and _POSIX_SAVED_IDS to the correct values.
                    467: <li>Set the PIE address range on hppa, mips and sh to minimize mmap pressure.
                    468: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> commands which toggle settings take an explicit on or off argument.
                    469: <!-- 2008/08/21 -->
                    470: <li>In the libc getgrouplist code, after spotting a + record, continue scanning and pick up later groups in the file.
                    471: <li>Added sbus support code to xenocara to be able to support the sunffb driver.
                    472: <li>Updated the xf86-video-siliconmotion driver to 1.6.0.
                    473: <!-- 2008/08/20 -->
                    474: <li>Updated freetype in xenocara to 2.3.7.
                    475: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> allow ForceCommand internal-sftp with arguments.
                    476: <li>Initial minimal graphics driver for VAXstation 3[58}x0 LEGSS option. Limited to 8 bit and no acceleration.
                    477: <li>Enabled support for socket maps in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8&format=html">sendmail(8)</a>.
                    478: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gzip&sektion=1&format=html">gzip(1)</a> use and report errors the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inflate&sektion=3&format=html">inflate(3)</a> can return.
                    479: <!-- 2008/08/19 -->
                    480: <li>Allow devices attaching at boot to be disabled in UKC.
                    481: <li>Made it possible to enter DDB on macppc from a serial console.
                    482: <li>Added DLink DWA-110 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.
                    483: <!-- 2008/08/18 -->
                    484: <li>Added support for the "Firefox" VAXstation 3[58][24]0 workstation machines.
                    485: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stge&sektion=4&format=html">stge(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gentbi&sektion=4&format=html">gentbi(4)</a> to hppa GENERIC and RAMDISK kernels.
                    486: <li>Updated pcc from the master repo. Can now compile both userland and kernel (with some patches).
                    487: <!-- 2008/08/17 -->
                    488: <!-- 2008/08/16 -->
                    489: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1&format=html">m4(1)</a> be more liberal in include handling and stop skipping spaces outside of paranthesis.
                    490: <!-- 2008/08/15 -->
                    491: <li>Added an option to force TCP lookups in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&sektion=5&format=html">resolv.conf(5)</a> and extend nameserver declaration syntax to support port numbers.
1.1119    jj        492: <!-- 2008/08/14 -->
1.1120    jj        493: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> dsdt parsing causing panics on the Asus eeePC 1000H when attaching the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpiasus&sektion=4&format=html">acpiasus(4)</a> driver.
1.1119    jj        494: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_vnd&sektion=8&format=html">mount_vnd(8)</a> accept a sector size to be specified by the user when configuring a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4&format=html">vnd(4)</a> device.
                    495: <!-- 2008/08/13 -->
                    496: <li>Added a VIDIOC_ENUM_FRAMESIZES ioctl to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> so applications can query the available formats and resolutions of a device.
                    497: <li>Initial import of a driver for the integrated random number generator of the UltraSPARC T2.
                    498: <!-- 2008/08/12 -->
                    499: <li>For amd64 and i386 on some newer Turion CPUs with the C1E 'feature', running a hlt instruction with both cores kills the timer. Disable that 'feature'.
                    500: <li>Added the 8139D PCI id to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4&format=html">rl(4)</a> device list.
                    501: <li>Fix out-of-bounds memory access in Mesa.
                    502: <li>Fix multiple addition errors for amd64 and i386 when extended partitions are just before an OpenBSD partition in an MBR.
                    503: <li>Added BIP, Broadcast/Multicast Integrity Protocol defined in P802.11w to provide integrity and replay protection for broadcast/multicast management frames.
                    504: <li>Make the 802.11 code maintain a count of TKIP and CCMP replayed frames.
                    505: <li>Initial implementation of the HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC and AES Key Wrap algorithms.
                    506: <li>Basic ELF header bounds check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8&format=html">config(8)</a> to avoid crashes on truncated kernels.
                    507: <!-- 2008/08/11 -->
                    508: <li>Add support for RX/TX checksum offload on newer <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> chipsets.
                    509: <li>Plug a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> when freeing I/O redirection in commands.
                    510: <li>Added hw.cpuspeed for all sparc64 CPU types.
                    511: <li>Added hw.setperf support for UltraSPARC-IIe-based sparc64 machines.
                    512: <li>Prevent buffer underrun in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fingerd&sektion=8&format=html">fingerd(8)</a>.
                    513: <!-- 2008/08/10 -->
                    514: <li>Stop demoting USB2 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> devices to USB1, instead let them attach to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a> since we have isoc support.
                    515: <li>Add support for VAXstation 3[58][24]0 to the bootlocks, currently limited to serial console.
                    516: <li>Use STICK logic on UltraSPARC-IIe-based sparc64 machines to generate clock interrupts.
                    517: <li>Add hypervisor calls on sparc64 for the Sun4v random number generator interface.
                    518: <!-- 2008/08/09 -->
                    519: <li>Added support for isochronous xfer support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a>.
                    520: <li>Add Jumbo support flag to MCP79-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a> devices.
                    521: <li>Added fr-dvorak-be'po layout as fr.dvorak for PS/2 and USB keyboards.
                    522: <!-- 2008/08/08 -->
                    523: <li>Allow creation and use of ffs filesystems on non-512 byte sectorsize devices. Only i386 and sgi for now.
                    524: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> add a $SERVER_NAME variable which is "OpenBSD relayd" by default.
                    525: <li>Fix possible memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> chunked encoding handler.
                    526: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a>, support HTTP responses that neither specify a Content-Length header nor chunked encoding.
                    527: <li>Do not latch the IPSec tdb to the inpcb unconditionally, since packets could get encrypted unintentionally.
                    528: <li>Add Longshine LCS-8031N to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a> devices.
                    529: <li>Increment if_ierrors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a> if we fail to extract the mbuf in the RX routine.
                    530: <li>Plug memory leak in m_pullup2().
                    531: <!-- 2008/08/07 -->
                    532: <li>Reenabled the routing priority again.
                    533: <li>Make sparc64 use %sys_tick to generate clock interrupts on systems that have it.
                    534: <li>Fix sparc64 SMP %tick interrupt handling. Sometimes clock would stop ticking on some CPUs because of lost ticks.
                    535: <li>Make sure the spanning tree <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4&format=html">bridge(4)</a> code account for STP frames in if_obytes and if_omcasts.
                    536: <li>Enabled ALTQ and VLAN on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsec&sektion=4&format=html">tsec(4)</a> for the socppc platform.
                    537: <li>Do not wait in the socket code for a free buffer in sosend(). Fixes userland hangs if the system runs out of mbuf clusters.
1.422     deraadt   538: </ul>
                    539: <p>
1.203     deraadt   540:
1.95      deraadt   541: This list mentions mostly platform-independent changes.  For a list of changes
                    542: made in a particular platform, please check the page for that platform.  If you
                    543: find them not listed there, the changes are either (1) not being documented or
                    544: (2) are documented here.<br><br>
1.14      deraadt   545:
                    546: <hr>
1.424     deraadt   547: <p>
                    548: <h3>
1.846     deraadt   549: For changes in other releases, click below:<br>
                    550: <a href="plus20.html">2.0</a>,
                    551: <a href="plus21.html">2.1</a>,
                    552: <a href="plus22.html">2.2</a>,
                    553: <a href="plus23.html">2.3</a>,
                    554: <a href="plus24.html">2.4</a>,
                    555: <a href="plus25.html">2.5</a>,
                    556: <a href="plus26.html">2.6</a>,
                    557: <a href="plus27.html">2.7</a>,
                    558: <a href="plus28.html">2.8</a>,
                    559: <a href="plus29.html">2.9</a>,
                    560: <a href="plus30.html">3.0</a>,
                    561: <a href="plus31.html">3.1</a>,
1.868     deraadt   562: <a href="plus32.html">3.2</a>,
1.889     david     563: <a href="plus33.html">3.3</a>,
1.916     david     564: <a href="plus34.html">3.4</a>,
1.935     miod      565: <a href="plus35.html">3.5</a>,
1.941     deraadt   566: <a href="plus36.html">3.6</a>,
1.1118    deraadt   567: <br>
1.1044    deraadt   568: <a href="plus37.html">3.7</a>,
1.999     deraadt   569: <a href="plus38.html">3.8</a>,
1.1028    deraadt   570: <a href="plus39.html">3.9</a>,
1.1044    deraadt   571: <a href="plus40.html">4.0</a>,
1.1069    deraadt   572: <a href="plus41.html">4.1</a>,
1.1097    deraadt   573: <a href="plus42.html">4.2</a>,
1.1118    deraadt   574: <a href="plus43.html">4.3</a>,
                    575: <a href="plus44.html">4.4</a>.
1.424     deraadt   576: <br>
                    577: </h3>
                    578:
                    579: <hr>
1.1016    pvalchev  580: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
1.729     horacio   581: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1128  ! deraadt   582: <br><small>$OpenBSD: plus.html,v 1.1127 2008/12/09 15:27:42 sobrado Exp $</small>
1.14      deraadt   583:
                    584: </body>
                    585: </html>