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

Annotation of www/plus.html, Revision 1.1080

1.863     naddy       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.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>,
1.1028    deraadt    54: <a href="plus39.html">3.9</a>,
1.1044    deraadt    55: <a href="plus40.html">4.0</a>,
1.1069    deraadt    56: <a href="plus41.html">4.1</a>,
                     57: <a href="plus42.html">4.2</a>.
1.422     deraadt    58: <br>
1.186     deraadt    59: </h3>
                     60:
                     61: <p>
1.1069    deraadt    62: <h3><font color="#0000e0">Changes made between OpenBSD 4.2 and OpenBSD 4.3</font></h3><p>
1.847     deraadt    63: <p>
                     64:
1.422     deraadt    65: <ul>
1.1079    jj         66: <!-- 2007/10/17 -->
                     67: <li>On sparc64 US-III cpus, spin up secondary CPU if running MP kernel.
                     68: <!-- 2007/10/16 -->
                     69: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.6.9p6.
                     70: <li>Replacement for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pctr&sektion=4&format=html">pctr(4)</a> codebase that can handle amd64 processors too.
                     71: <li>On sparc64, make lazy FPU context switching work for MP kernels.
                     72: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1&format=html">top(1)</a>, properly handle terminals consisting of only a few lines.
                     73: <!-- 2007/10/15 -->
                     74: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8&format=html">rc(8)</a> allow TCP NFS mounts too.
                     75: <li>Fix in xf86-video-nv driver for G80 displays if BIOS leaves it stuck.
                     76: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> to report the status of peers and sensors to syslog.
                     77: <!-- 2007/10/14 -->
                     78: <li>Switch kernel arc4random routine to use different arc4 code and rework <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spl&sektion=9&format=html">spl(9)</a> handling  so it goes to splhigh and back once per request instead of once per byte.
                     79: <li>Fix stream reset errors on ALC883 based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> devices by waiting 40 usecs for the run bit to clear before performing a reset.
                     80: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4&format=html">audio(4)</a>-compatible mixer items for ALC883 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>.
                     81: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wbng&sektion=4&format=html">wbng(4)</a> on amd64 and i386 GENERIC kernels.
                     82: <li>Provide a way on macppc to attach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spdmem&sektion=4&format=html">spdmem(4)</a> by faking an I2C bus with EEPROMs with content from OpenFirmware.
1.1080  ! cnst       83: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wbng&sektion=4&format=html">wbng(4)</a> driver for Winbond W83793G Hardware Monitor.
1.1079    jj         84: <li>On sgi machines, disable timer/compare interrupts on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=macebus&sektion=4&format=html">macebus(4)</a>, prevents interrupt storms on IRQ 6.
                     85: <li>Add Planex GW-US54GD to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> devices.
                     86: <!-- 2007/10/13 -->
                     87: <li>Add an "include" directive to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a>, and make sure the included file have the same strict permissions like the main configuration file.
                     88: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a> does not trash errno in the signal handler.
                     89: <li>Remove unused kerberos authentication code from the NFS code base, and make sure we never generate a zero xid.
                     90: <li>Add support for the BCM5906 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> device.
                     91: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nmeaattach&sektion=8&format=html">nmeaattach(8)</a> to turn off timestamping by calling it without the -t option.
                     92: <!-- 2007/10/12 -->
                     93: <!-- 2007/10/11 -->
                     94: <li>Add support for channel setting on newer Atheros AR5424 and AR2423 etc.
                     95: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6ctl&sektion=8&format=html">ospf6ctl(8)</a>, a controller for the recently imported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&sektion=8&format=html">ospf6d(8)</a> daemon.
                     96: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>, make BGE_JUMBO_FRAMELEN big enough to include a vlan tag.
                     97: <li>Serialize <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> probing and attachments.
                     98: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a> on armish GENERIC kernels.
                     99: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a>, when walking the acpi tree to find _PRT methods, check whether device is actually enabled and functioning.
                    100: <li><font color="#e00000"><strong>SECURITY FIX: The SSL_get_shared_ciphers() function in OpenSSL contains an off-by-one overflow.</a></strong></font><br>
                    101: <a href="errata42.html#002_openssl">A source code patch is available</a>.<br>
                    102: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    103: <!-- 2007/10/10 -->
                    104: <li>Fix for macppc when using the new context switching code.
                    105: <li>Reworked the context switching code to a more machine-independant design. Allows MD context switching without spls or locks, and sleep queue wakeup goes from O(n^2) to O(n).
                    106: <!-- 2007/10/09 -->
                    107: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgplg&sektion=8&format=html">bgplg(8)</a>, limit the number of allowable characters in a request to prevent cross-site scripting issues.
                    108: <li>Add support for RTL8211B PHY devices in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rgephy&sektion=4&format=html">rgephy(4)</a>.
                    109: <li>Rework the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> debug dmesg to perform a more complete codec dump.
                    110: <li>Fix range check for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> vhid in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>, vhid 0 is not valid.
                    111: <li>Do not skip i2c scanning for IPMI machines, as done previously, but only use it for non-sensor devices like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spdmem&sektion=4&format=html">spdmem(4)</a>.
                    112: <li>Add proper support for branch revisions in annotate for OpenCVS.
                    113: <li>Make the OpenCVS rcs code properly resolve branches when given base revisions.
                    114: <!-- 2007/10/08 -->
                    115: <li><font color="#e00000"><strong>SECURITY FIX: Malicious DHCP clients could cause <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a> to corrupt its stack.</a></strong></font><br>
                    116: <a href="errata42.html#001_dhcpd">A source code patch is available</a>.<br>
                    117: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    118: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a> work with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> also.
                    119: <li>On arm, align the suspend save data to a cache line boundary, prevents issues upon resume.
                    120: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> on 802.11 devices.
                    121: <li>Fix segfault in OpenCVS when committing new files.
                    122: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spdmem&sektion=4&format=html">spdmem(4)</a> on alpha, amd64, armish, i386, macppc and sparc64 GENERIC kernels.
                    123: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd6&sektion=8&format=html">ospfd6(8)</a>, an OSPFv3 daemon to support OSPF for IPv6. Not useful yet.
                    124: <!-- 2007/10/07 -->
                    125: <li>Add support for 230400 bps speed in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uslcom&sektion=4&format=html">uslcom(4)</a>.
                    126: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spdmem&sektion=4&format=html">spdmem(4)</a> indicate if the memory module is registered.
                    127: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amdpcib&sektion=4&format=html">amdpcib(4)</a> driver for the AMD 8111 series LPC bridge and HPET.
                    128: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spdmem&sektion=4&format=html">spdmem(4)</a> print CAS latency for DDR/DDR2 memory.
                    129: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spdmem&sektion=4&format=html">spdmem(4)</a> driver for Serial Presence Detect memory information.
                    130: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glxpcib&sektion=4&format=html">glxpcib(4)</a> support in the i386 architecture for PCI-ISA bridge, timecounter and watchdog found in the CS5536 companion chip to the AMD Geode LX-800 processor.
                    131: <!-- 2007/10/06 -->
                    132: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a> to operate the various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> table actions independently.
                    133: <!-- 2007/10/05 -->
                    134: <li>Make the UFS dirhash code correctly allocate cleared memory, fixes edge cases.
                    135: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a> for non-SSL relays.
                    136: <!-- 2007/10/04 -->
                    137: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eephy&sektion=4&format=html">eephy(4)</a>, disable fiber/copper auto-selection on the 88E1111 to work around some cards that in fact only have copper connectors.
                    138: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> for devices found on Acer TravelMate 3010.
                    139: <li>Update libc date code and timezone data to tz2007h.
                    140: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> handle CARP over IPv6 in the printing routine.
                    141: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>, when inserting blackhole or reject routes, set the gateway address to 127.0.0.1 / ::1 unconditionally.
                    142: <!-- 2007/10/03 -->
                    143: <li>Merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> firmware into a single file, requires update of the firmware package to v1.3.
                    144: <li>Added two new ioctl()s to the audio layer, AUDIO_GETPRINFO and AUDIO_GETRRINFO to help porting non-native audio applications and the OSS emulation.
                    145: <li>Added libpixman to xenocara.
                    146: <li>Make OpenCVS reset the default branch early, so rcs_head_get() does not return a possibly wrong revision as 'current'.
                    147: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1&format=html">gdb(1)</a> distinguish states saved by normal context switches and states saved by satectx(). Makes backtraces from kernel crash dumps work much better.
                    148: <!-- 2007/10/02 -->
                    149: <li>Merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xfs&sektion=1&format=html">xfs(1)</a> 1.0.5 into xenocara, contains security fixes for heap overflow and corruption vulnerabilities.
                    150: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&sektion=1&format=html">grep(1)</a> for patterns containing $ and ^ but not as the last or first char.
                    151: <li>In libc, fix a libpthread panic regarding <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=seekdir&sektion=3&format=html">seekdir(3)</a>.
                    152: <li>Added initial support for the Marvell PCIe Yukon FE+ Fast Ethernet chipsets to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a>.
                    153: <!-- 2007/10/01 -->
                    154: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4&format=html">vr(4)</a> to handle I/O accesses chipsets which do not have PCI power management capabilities.
                    155: <li>Added new Intel E1000 and 10Gb PCIe PCI ids.
                    156: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>, fix 'bogus xmit rate setup' panic seen while associating with an 11b AP.
                    157: <!-- 2007/09/30 -->
                    158: <li>Add support for the high-resolution timer found in GPS170PCI cards to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&sektion=4&format=html">mbg(4)</a>.
                    159: <li>Updated xf86-video-nsc in xenocara.
                    160: <li>On i386, only call amd64_errata() on amd64 processors. (family 0xf).
                    161: <li>Fix unaligned access in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> for strict-alignment architectures.
                    162: <li>Updated libXaw, xf86-video-savage and xf86-video-nv in xenocara.
                    163: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> always include interface IP address when printing the config.
                    164: <li>Updated libICE and libX11 in xenocara.
                    165: <!-- 2007/09/29 -->
                    166: <li>Updated libXcomposite, libXrender, libxtrans and libXdamage in xenocara.
                    167: <li>Fix two panics in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> on macppc.
                    168: <!-- 2007/09/28 -->
                    169: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makedepend&sektion=1&format=html">makedepend(1)</a>, libXxf86dga and xf86dgaproto in the xenocara source tree.
                    170: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4&format=html">vnd(4)</a> work on block devices.
                    171: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=startx&sektion=1&format=html">startx(1)</a> use /dev/arandom to generate the cookie.
                    172: <!-- 2007/09/27 -->
                    173: <li>Implement SNDCTL_DSP_[G|S]ETTRIGGER to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ossaudio&sektion=3&format=html">ossaudio(3)</a> code.
                    174: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>, add loginterface support for groups, and modify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a> to allow a groupname of "all" to see overall statistics.
                    175: <li>Added automatic rate control (AMRR) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>.
                    176: <li>Fix off-by-one overflow in SSL_get_shared_ciphers, backported from the OpenSSL_0_9_8 branch.
                    177: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a>, move SSL context creation to after privs are dropped, one more step towards graceful L7 reloads.
1.1078    jj        178: <!-- 2007/09/26 -->
                    179: <li>Cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs_msdos&sektion=8&format=html">newfs_msdos(8)</a>.
                    180: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&sektion=4&format=html">ep(4)</a> packet header initialization.
                    181: <li>Cleanup of the STAC7661 codec for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>.
                    182: <!-- 2007/09/25 -->
                    183: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a> handle protocol reject packets, now that it has more than one protocol.
                    184: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, when updating a key that already exists, update the properties instead of discarding them.
                    185: <li>Fix emulated encodings in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4&format=html">uaudio(4)</a>.
                    186: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&sektion=4&format=html">tht(4)</a> microcode to SNIC 0xf. Fixes UDP reception issues.
                    187: <li>Last piece for equal cost multipath support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a>. Enabled via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8&format=html">sysctl(8)</a>.
                    188: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=split&sektion=1&format=html">split(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&sektion=8&format=html">authpf(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8&format=html">ppp(8)</a> correctly handle empty strings returned from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fgets&sektion=3&format=html">fgets(3)</a>.
                    189: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8&format=html">route(8)</a> obey rtable ID when doing "route flush".
                    190: <li>First step in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a> for reloading layer-7 configurations, two new functions to load certificates while chrooted and with privileges dropped.
                    191: <!-- 2007/09/24 -->
                    192: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> to amd64 and i386 GENERIC kernels, but disabled for now.
                    193: <li>Add radio tap support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>.
                    194: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audioctl&sektion=1&format=html">audioctl(1)</a> returning bogus values for 'output_muted'.
                    195: <li>Add support in OpenCVS to commit modified files to branches.
                    196: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> code does not crash when dealing with multicast packets.
                    197: <!-- 2007/09/23 -->
                    198: <li>Fix crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> when changing media and device is up.
                    199: <li>Fix atime updating issues in the file system code.
                    200: <li>Properly handle physical address in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>, now usable enough to ssh over.
                    201: <li>Make sure OpenCVS overwrites the sticky directory tag if update is given -r, since -r gets priority.
                    202: <!-- 2007/09/22 -->
                    203: <li>Make sure OpenCVS does not litter /tmp with 0-sized files on the server when client sends info about a file that is up to date.
                    204: <li>Add support in OpenCVS for checking out with a local repository already in place.
                    205: <!-- 2007/09/21 -->
                    206: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>, when printing pfsync packets, print hexdump and not pcap header.
                    207: <!-- 2007/09/20 -->
                    208: <li>Add ASUS WL-138g to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> devices.
                    209: <li>Add mixer items, master volume and DACgroup init for Analog Devices AD1984 to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> driver.
                    210: <!-- 2007/09/19 -->
                    211: <li>Make "mount -a" on sparc and sparc64 recognize Linux ext2 labels.
                    212: <li>Add CrystalFontz CFA 635 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uftdi&sektion=4&format=html">uftdi(4)</a> devices.
                    213: <li>Improve parsing of .cvsrc and allow longer command arguments in OpenCVS.
                    214: <li>Various fixes for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exphy&sektion=4&format=html">exphy(4)</a> driver.
                    215: <!-- 2007/09/18 -->
                    216: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&sektion=4&format=html">ixgb(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&sektion=4&format=html">xge(4)</a> use the proper baudrate for 10Gbit now that it can fit.
                    217: <li>Update libXinerama, libXcursor and libXtst in the xenocara source tree.
                    218: <li>Allow 4095 multicast group memberships per socket instead of 20.
                    219: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>, allow state reuse if both sides are in FIN_WAIT_2 and a new SYN arrives.
                    220: <li>Correctly track the E-bit of router LSA on config reloads for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a>.
                    221: <!-- 2007/09/17 -->
                    222: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendbug&sektion=1&format=html">sendbug(1)</a> do not treat dmesg lines with angle brackets &lt;...&gt; in them as comments.
                    223: <li>Move ifmedia_baudrate to a 64-bit int.
                    224: <li>Prevent out-of-bounds memory access in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tempnam&sektion=3&format=html">tempnam(3)</a>.
                    225: <li>Implement the output_muted member to audio_info_t as found in original Sun audio.
                    226: <!-- 2007/09/16 -->
                    227: <li>Fixed memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tail&sektion=1&format=html">tail(1)</a>.
                    228: <li>Updated xman, xmessage, xmodmap, xprop, xrbd, xset, xsetroot, xvinfo and xwininfo in the xenocara source tree.
                    229: <li>Fixed a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>.
                    230: <li>Fix for nexthop issues in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> when having multiple point-to-point links between two routers.
                    231: <li>Various fixes and internal work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a>.
                    232: <!-- 2007/09/15 -->
                    233: <li>Allow pulling USB sticks out with mounted FFS file systems on them without crashing or deadlocking.
                    234: <li>Updated xcursorgen, xdm, xdriinfo, xgamma, xhost, xinit, xload and xmag in the xenocara source tree.
1.1076    jj        235: <!-- 2007/09/14 -->
1.1078    jj        236: <li>Lots of work on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a> driver.
1.1076    jj        237: <!-- 2007/09/13 -->
                    238: <li>Updated xconsole to 1.0.3 in xenocara.
                    239: <li>Improvements in the common parser code generator for various OpenBSD daemons.
                    240: <li>Plug memory leaks in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tail&sektion=1&format=html">tail(1)</a> command.
                    241: <li>Add/sync AMD SB6/7/800 chipsets to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=piixpm&sektion=4&format=html">piixpm(4)</a> code.
                    242: <li>Add the NVIDIA MCP73 SMBus controller to the list of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nviic&sektion=4&format=html">nviic(4)</a> devices.
                    243: <li>Add -n option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> for testing the configuration file.
                    244: <li>Added annotate support to OpenCVS for local and remote repositories.
                    245: <!-- 2007/09/12 -->
                    246: <li>Make the i386 boot loader not complain about missing apm support.
                    247: <li>Add an option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd.conf&sektion=5&format=html">ntpd.conf(5)</a> to compensate for a reference clock in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> that is early or late.
                    248: <li>Port the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pctr&arch=i386&sektion=4&format=html">pctr(4)</a> i386 performance counters to the amd64 platform.
                    249: <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>, a driver for the Broadcom AirForce wireless devies.
                    250: <li>Update setxkbmap, xcalc and xclock in the xenocara sources.
1.1075    jj        251: <!-- 2007/09/11 -->
1.1076    jj        252: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a>, use a TX interrupt to clean up the DMA ring if IFF_OACTIVE is set when starting it up.
1.1075    jj        253: <li>Undo zero-copy RX path for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&sektion=4&format=html">uath(4)</a>, it still has issues.
                    254: <li>Similar 64 bit baud rate fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&sektion=8&format=html">ripd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrpd&sektion=8&format=html">dvmrpd(8)</a>.
                    255: <li>Some 64 bit fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1&format=html">netstat(1)</a>.
                    256: <li>Move more of the baudrates in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> to 64 bit counters.
                    257: <li>Speedups in the kernel arc4 crypto code.
                    258: <li>Updated bdftopcf, iceauth, ico, sessreg and mkfontdir in xenocara.
                    259: <li>Add PLX 9016 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a> devices.
1.1074    jj        260: <!-- 2007/09/10 -->
1.1075    jj        261: <li>Fix STAC9221-equipped Mac master volume and mute controls by binding the DAC volumes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>.
1.1074    jj        262: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>, CMI9880 should work now.
                    263: <li>Improve cylinder group selection in FFS when creating new directories.
                    264: <li>Make sure vnodes are locked before calling ffs_unmount().
                    265: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> for 802.11 headers with various sizes.
1.1077    martin    266: <li>Fixes for mac68k interrupt handling.
1.1074    jj        267: <li>Improvements in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> sensitivity handling code.
                    268: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a> do not skip the code which sends QUIT to the CDDB server and validate returned track names.
                    269: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a> for relaying DNS traffic. This adds an infrastructure to support UDP based protocols.
                    270: <li>Fix crash in OpenCVS when parsing .cvsrc if an invalid cvs command has been specified.
                    271: <li>Fix setting of multicast filter on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&arch=sparc&sektion=4&format=html">ie(4)</a>.
                    272: <!-- 2007/09/09 -->
                    273: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> tries 48KHz if 44.1KHz sample rate is not available.
                    274: <li>Fix for cases where <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audioctl&sektion=1&format=html">audioctl(1)</a> would produce "set failed" errors on devices without master controls.
                    275: <li>Various fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> for chipsets which solves no-sound problems for codecs using the generic functions.
                    276: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2&format=html">ptrace(2)</a> cannot change any privileged bits in the Machine State Register on macppc.
                    277: <li>Added support in OpenCVS for checkout -p with local repository.
                    278: <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&sektion=1&format=html">rcs(1)</a> ident behavior with GNU RCS.
                    279: <li>Disable page zeroing in the idle loop on SH-based machines.
                    280: <!-- 2007/09/08 -->
                    281: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=thmc&sektion=4&format=html">thmc(4)</a> to i386 GENERIC kernels.
                    282: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uchcom&sektion=4&format=html">uchcom(4)</a> to alpha,amd64,armish,hppa,i386,landisk,macppc,sparc64 and zaurus GENERIC kernels.
                    283: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=thmc&sektion=4&format=html">thmc(4)</a> driver for TI thmc50/adm1022/adm1028-based devices.
                    284: <li>Fix some false negatives in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1&format=html">lint(1)</a> when dealing with unreachable code.
                    285: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4&format=html">uaudio(4)</a> devices using signed mixer controls.
                    286: <li>Update libXfont to 1.3.0 and freetype to 2.3.5 in xenocara.
                    287: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adl&sektion=4&format=html">adl(4)</a> to amd64 and i386 GENERIC kernels.
                    288: <!-- 2007/09/07 -->
                    289: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&sektion=8&format=html">bioctl(8)</a> exit with a return code of 1 on error.
                    290: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uchcom&sektion=4&format=html">uchcom(4)</a>, a driver for WinChipHead CH340 USB serial adapters.
                    291: <li>Fix OpenCVS so checkout/update -p works in both local and server mode.
                    292: <li>Do not recalculate TCP payload length in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>, since it is already cached.
                    293: <li>Re-enable interrupt coalescing on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a>, it now properly ACKs interrupts.
                    294: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> for the "multiple bus 0" problems.
                    295: <li>Added support in OpenCVS for single file checkouts.
                    296: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> pad the first segemnt of a TX descriptor if needed to make the length a multiple of 4.
                    297: <li>Added initial driver <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adl&sektion=4&format=html">adl(4)</a> to handle Andigilog aSC7621 devices.
                    298: <li>Fix potential uninitialized memory access in the routing socket code.
                    299: <li>Add "show sessions" command to dump complete list of relay sessions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a>.
                    300: <!-- 2007/09/06 -->
                    301: <li>Tweak heuristics in the speedstep code to better detect compatible Mobile Intel Pentium 3 as found on Dell c610.
                    302: <li>Improvements in the PowerNow K7 power state code.
                    303: <li>Add an unsolicited event handler for the Apple Sigmatel codecs. Now speaker and line outputs will mute and unmute on headphone presence.
                    304: <li>Make ITM touchscreens return pressure as an absolut z axis in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uts&sektion=4&format=html">uts(4)</a> driver.
                    305: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> smarter when waiting for input for non-interactive scripts.
                    306: <li>Fix temperature sensors on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> devices.
                    307: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwm&sektion=4&format=html">iwm(4)</a> driver for Intel Wireless WiFi Link 4965AGN. Needs non-free firmware (see man page).
                    308: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> do error checking correctly when packets enter a non-master interface.
                    309: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc&sektion=4&format=html">sdhc(4)</a>, do not try to disable bus power before setting the voltage on the controller.
                    310: <li>Fix buffer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>
                    311: <!-- 2007/09/05 -->
                    312: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.6.9p5.
                    313: <li>Various internal changes in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qli&sektion=4&format=html">qli(4)</a> driver.
                    314: <li>Fixed newfile() algorithm in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=split&sektion=1&format=html">split(1)</a>.
                    315: <li>Add IPv6 support to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a> layer.
                    316: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> calls ERR trap before doing exit handling.
                    317: <li>Remove compat link to /usr/sbin/vnconfig. It is in /sbin only now.
                    318: <!-- 2007/09/04 -->
                    319: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eeprom&arch=sparc&sektion=8&format=html">eeprom(8)</a> for printing the derivated tree from the OpenPROM, like "devinfo" and "prtconf".
                    320: <li>Remove FPU detection code on sparc64, all ultrasparc CPUs have one.
                    321: <li>Initial <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmn&sektion=4&format=html">lmn(4)</a> driver for lm93 sensors, common on IPMI machines.
                    322: <li>Reset the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sn&arch=mac68k&sektion=4&format=html">sn(4)</a> chip after internal memory exhaustion, makes the driver more solid with heavy NFS usage.
                    323: <li>Add the ability in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a> to specify a host header when using http(s) methods.
                    324: <li>In OpenCVS, handle Ctrl-D as a)bort in log message question.
                    325: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> ConnectTimeout option apply to both the TCP connection and the SSH banner exchange.
                    326: <li>Add support for chained SSL certificates in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&sektion=8&format=html">hoststated(8)</a>.
                    327: <!-- 2007/09/03 -->
                    328: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> file descriptor code return an error rather than call fatal(), to make masters survive slaves failing to pass all stdio FDs.
                    329: <li>Fixes for mips64 signal handling.
                    330: <li>Change internal communication regarding routes to support 64 bit counters and routing table id in the headers of most routing messages.
                    331: <li>Add __cxa_atexit() support to gcc3, provides support for shared object destructors called at dlclose() time.
                    332: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memrchr&sektion=3&format=html">memrchr(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=recalloc&sektion=3&format=html">recalloc(3)</a> call to libc.
                    333: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> not fail if unsetting a non-existant variable.
                    334: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a>, make use of the preempt counter to signal number of transitions of any carp group to master status.
                    335: <!-- 2007/09/02 -->
                    336: <li>Add some more PCI ids to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> driver.
                    337: <li>Disable ROM search acceleration in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uow&sektion=4&format=html">uow(4)</a> for now.
                    338: <li>Handle quotation marks in .cvsrc correctly for OpenCVS.
                    339: <li>Make sure OpenCVS logs the 1.1 revision as "Initial revision" instead of 1.1.
                    340: <!-- 2007/09/01 -->
                    341: <li>Add support for Alltel UTStarcom PPC6700 in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uipac&sektion=4&format=html">uipac(4)</a> driver.
                    342: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bthidev&sektion=4&format=html">bthidev(4)</a> bluetooth device.
                    343: <li>Fix a use-after-free in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ccd&sektion=4&format=html">ccd(4)</a> device driver.
                    344: <li>Add VLAN reception support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vl&sektion=4&format=html">vl(4)</a>.
                    345: <!-- 2007/08/31 -->
                    346: <li>Various fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xtsscale&sektion=1&format=html">xtsscale(1)</a>.
                    347: <li>Delay IPMI sensor creation until kernel goes multiuser, removes annoying delay during boot.
                    348: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qli&sektion=4&format=html">qli(4)</a> (qlogic iSCSI) initial driver, not usable yet.
                    349: <!-- 2007/08/30 -->
                    350: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uts&sektion=4&format=html">uts(4)</a> does not swap X and Y coordinates while in raw mode.
                    351: <li>Fix lock ordering when updating mount points.
                    352: <li>Remove old CVSROOT caching mechanisms in OpenCVS.
                    353: <li>Make OpenCVS handle sending of multiline commit messages properly.
                    354: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a> for address ranges like "from 10.1.2.50 - 10.1.3.75".
                    355: <!-- 2007/08/29 --><
                    356: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uberry&sektion=4&format=html">uberry(4)</a> handle new pearl-style devices which now attach their SD cards as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&sektion=4&format=html">umass(4)</a>.
                    357: <li>Add missing xfree() in the OpenCVS add code.
                    358: <li>Add AfriNIC whois server to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&sektion=1&format=html">whois(1)</a> so referrals are followed.
                    359: <!-- 2007/08/28 -->
                    360: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> send RSTs due to "block return" using the correct routing table.
                    361: <li>Back out change in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a> interface code, since the m_pulldown was not copying the header.
                    362: <li>Add -I option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> for printing the interfaces.
                    363: <li>Make OMRON BX35F not attach as a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&sektion=4&format=html">uhid(4)</a>, since it is an UPS.
1.1073    jj        364: <!-- 2007/08/27 -->
                    365: <!-- 2007/08/26 -->
                    366: <!-- 2007/08/25 -->
                    367: <li>Fix for sparc64 dmesg when printing more than 2G of memory.
                    368: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> version to 229.
                    369: <li>Move xenocara expat to 2.0.1.
                    370: <!-- 2007/08/24 -->
                    371: <li>Fix a bug leading to infinite recursion in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=AutoLoader&sektion=3p&apropos=0">AutoLoader(3p)</a>.
                    372: <li>Add new configuration directive to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8&format=html">httpd(8)</a>, RLimitNOFILE to set the number of open file descriptors.
1.1070    jj        373: <!-- 2007/08/23 -->
1.1073    jj        374: <li>Initial support for onboard Fast-Wide scsi on the 735 and 755 hppa machines in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4&format=html">siop(4)</a>.
                    375: <li>Remove need for hardcoded address of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sti&sektion=4&format=html">sti(4)</a> on hppa. Makes C180 models work.
                    376: <li>Add compatibility in X11 with the new XInput API.
                    377: <li>Continued development of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nxe&sektion=4&format=html">nxe(4)</a> driver.
                    378: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> allow RST packets with th_seq equal to seqlo +-1. Reduces amount of 'loose state' messages.
                    379: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=banner&sektion=1&format=html">banner(1)</a> check the result code from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fgets&sektion=3&format=html">fgets(3)</a> and do a proper newline strip.
1.1070    jj        380: <!-- 2007/08/22 -->
1.1071    jj        381: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> execute commands with $SHELL instead of /bin/sh.
1.1070    jj        382: <li>Support for "Banner=none" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5&format=html">sshd_config(5)</a>.
                    383: <li>Fix high-power charging on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uberry&sektion=4&format=html">uberry(4)</a> devices.
                    384: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a> RX code path which could block incoming traffic, only seen when running without WEP.
                    385: <li>Enable Xft support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdm&sektion=1&format=html">xdm(1)</a>.
                    386: <li>Update the time zone data files and libc time zone code to 2007g.
1.1072    jj        387: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4&format=html">com(4)</a> source compiles with KGDB enabled.
1.1070    jj        388: <!-- 2007/08/21 -->
                    389: <li>Fix in OpenSSL for CVE-2007-3108.
                    390: <li>Add a -s option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sort&sektion=1&format=html">sort(1)</a> in order to make the radix sort a stable sort.
                    391: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bbc&arch=sparc64&sektion=4&format=html">bbc(4)</a> on sparc64 does not repeat the device name on attach failure.
                    392: <li>Fix for sparc64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1&format=html">gdb(1)</a>.
                    393: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> does not access th_flags when it isn't available.
1.422     deraadt   394: </ul>
                    395: <p>
1.203     deraadt   396:
1.95      deraadt   397: This list mentions mostly platform-independent changes.  For a list of changes
                    398: made in a particular platform, please check the page for that platform.  If you
                    399: find them not listed there, the changes are either (1) not being documented or
                    400: (2) are documented here.<br><br>
1.14      deraadt   401:
                    402: <hr>
1.424     deraadt   403: <p>
                    404: <h3>
1.846     deraadt   405: For changes in other releases, click below:<br>
                    406: <a href="plus20.html">2.0</a>,
                    407: <a href="plus21.html">2.1</a>,
                    408: <a href="plus22.html">2.2</a>,
                    409: <a href="plus23.html">2.3</a>,
                    410: <a href="plus24.html">2.4</a>,
                    411: <a href="plus25.html">2.5</a>,
                    412: <a href="plus26.html">2.6</a>,
                    413: <a href="plus27.html">2.7</a>,
                    414: <a href="plus28.html">2.8</a>,
                    415: <a href="plus29.html">2.9</a>,
                    416: <a href="plus30.html">3.0</a>,
                    417: <a href="plus31.html">3.1</a>,
1.868     deraadt   418: <a href="plus32.html">3.2</a>,
1.889     david     419: <a href="plus33.html">3.3</a>,
1.916     david     420: <a href="plus34.html">3.4</a>,
1.935     miod      421: <a href="plus35.html">3.5</a>,
1.941     deraadt   422: <a href="plus36.html">3.6</a>,
1.1044    deraadt   423: <a href="plus37.html">3.7</a>,
1.999     deraadt   424: <a href="plus38.html">3.8</a>,
1.1028    deraadt   425: <a href="plus39.html">3.9</a>,
1.1044    deraadt   426: <a href="plus40.html">4.0</a>,
1.1069    deraadt   427: <a href="plus41.html">4.1</a>,
                    428: <a href="plus42.html">4.2</a>.
1.424     deraadt   429: <br>
                    430: </h3>
                    431:
                    432: <hr>
1.1016    pvalchev  433: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
1.729     horacio   434: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1080  ! cnst      435: <br><small>$OpenBSD: plus.html,v 1.1079 2007/10/18 14:28:13 jj Exp $</small>
1.14      deraadt   436:
                    437: </body>
                    438: </html>