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

Annotation of www/plus45.html, Revision 1.28

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 4.5 changes</title>
                      5: <meta name="description" content="OpenBSD 4.5 changes">
1.12      schwarze    6: <meta name="copyright" content="This document copyright 1996-2009 by OpenBSD.">
1.28    ! deraadt     7: <meta name="viewport" content="width=device-width, initial-scale=1">
        !             8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.22      sthen       9: <link rel="canonical" href="http://www.openbsd.org/plus45.html">
1.1       deraadt    10: </head>
                     11:
                     12: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     13:
1.28    ! deraadt    14: <h2>
        !            15: <a href="index.html">
        !            16: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
        !            17: <font color="#e00000">4.5 changelog</font>
1.1       deraadt    18: <hr>
1.28    ! deraadt    19: </h2>
1.1       deraadt    20:
                     21: <p>
                     22: This is a partial list of the major machine-independent changes
                     23: (i.e., these are the changes people ask about most often).  Machine
                     24: specific changes have also been made, and are sometimes mentioned
                     25: in the pages for the specific <a href="plat.html">platforms</a>.
                     26:
                     27: <p>
                     28: There is a separate <a href="portsplus/index.html">list of Changes to the ports collection</a>.
                     29:
                     30: <p>
                     31: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
                     32:
                     33: <p>
                     34: For changes in other releases, click below:<br>
                     35: <a href="plus20.html">2.0</a>,
                     36: <a href="plus21.html">2.1</a>,
                     37: <a href="plus22.html">2.2</a>,
                     38: <a href="plus23.html">2.3</a>,
                     39: <a href="plus24.html">2.4</a>,
                     40: <a href="plus25.html">2.5</a>,
                     41: <a href="plus26.html">2.6</a>,
                     42: <a href="plus27.html">2.7</a>,
                     43: <a href="plus28.html">2.8</a>,
                     44: <a href="plus29.html">2.9</a>,
                     45: <a href="plus30.html">3.0</a>,
                     46: <a href="plus31.html">3.1</a>,
                     47: <a href="plus32.html">3.2</a>,
                     48: <a href="plus33.html">3.3</a>,
                     49: <a href="plus34.html">3.4</a>,
                     50: <a href="plus35.html">3.5</a>,
                     51: <a href="plus36.html">3.6</a>,
                     52: <br>
                     53: <a href="plus37.html">3.7</a>,
                     54: <a href="plus38.html">3.8</a>,
                     55: <a href="plus39.html">3.9</a>,
                     56: <a href="plus40.html">4.0</a>,
                     57: <a href="plus41.html">4.1</a>,
                     58: <a href="plus42.html">4.2</a>,
                     59: <a href="plus43.html">4.3</a>,
                     60: <a href="plus44.html">4.4</a>,
1.6       deraadt    61: <a href="plus46.html">4.6</a>,
1.8       deraadt    62: <a href="plus47.html">4.7</a>,
1.9       deraadt    63: <a href="plus48.html">4.8</a>,
1.10      deraadt    64: <a href="plus49.html">4.9</a>,
1.11      nick       65: <a href="plus50.html">5.0</a>,
1.12      schwarze   66: <a href="plus51.html">5.1</a>,
1.13      nick       67: <a href="plus52.html">5.2</a>,
1.14      deraadt    68: <a href="plus53.html">5.3</a>,
1.15      deraadt    69: <a href="plus54.html">5.4</a>,
1.16      deraadt    70: <br>
1.18      deraadt    71: <a href="plus55.html">5.5</a>,
1.20      brett      72: <a href="plus56.html">5.6</a>,
1.21      deraadt    73: <a href="plus57.html">5.7</a>,
1.24      deraadt    74: <a href="plus58.html">5.8</a>,
1.25      deraadt    75: <a href="plus59.html">5.9</a>,
1.1       deraadt    76: <a href="plus.html">current</a>.
                     77: <br>
                     78:
                     79: <p>
1.19      deraadt    80: <h3><font color="#0000e0">Changes made between OpenBSD 4.4 and 4.5</font></h3>
1.1       deraadt    81: <p>
                     82:
                     83: <ul>
1.2       jj         84: <!-- 2009/02/27 -->
1.27      sthen      85: <li>Fix quick reuse of TCP states in <a href="http://man.openbsd.org/?query=pf&sektion=4&format=html">pf(4)</a>.
1.2       jj         86: <!-- 2009/02/26 -->
                     87: <li>Better NMI handling for m88k, without the AST and softintr parts.
1.27      sthen      88: <li>Fixed panic in the <a href="http://man.openbsd.org/?query=acx&sektion=4&format=html">acx(4)</a> driver.
                     89: <li>Added two ioctls to the <a href="http://man.openbsd.org/?query=apm&sektion=4&format=html">apm(4)</a> interface to give other parts a chance to act when a machine suspends, not just <a href="http://man.openbsd.org/?query=apmd&sektion=8&format=html">apmd(8)</a>.
1.2       jj         90: <!-- 2009/02/25 -->
1.27      sthen      91: <li>Make <a href="http://man.openbsd.org/?query=pfsync&sektion=4&format=html">pfsync(4)</a> bulk update code run under splsoftnet to prevent races.
                     92: <li>Fix multicast support in <a href="http://man.openbsd.org/?query=jme&sektion=4&format=html">jme(4)</a> and <a href="http://man.openbsd.org/?query=ale&sektion=4&format=html">ale(4)</a>.
1.2       jj         93: <!-- 2009/02/24 -->
1.27      sthen      94: <li>Enabled <a href="http://man.openbsd.org/?query=ale&sektion=4&format=html">ale(4)</a> on amd64 and i386 GENERIC and RAMDISK_CD kernels.
                     95: <li>Added <a href="http://man.openbsd.org/?query=ale&sektion=4&format=html">ale(4)</a>, a driver for the Atheros AR8121/8113/8114 Ethernet controllers.
                     96: <li>Fix <a href="http://man.openbsd.org/?query=pfsync&sektion=4&format=html">pfsync(4)</a> to make ipsec gateway failover work again.
                     97: <li>Fix issue with <a href="http://man.openbsd.org/?query=sis&sektion=4&format=html">sis(4)</a> chips that report VLAN tagged packets with an RX error even if everything is fine.
1.2       jj         98: <!-- 2009/02/23 -->
1.27      sthen      99: <li>Added hardware acceleration in <a href="http://man.openbsd.org/?query=gbe&sektion=4&format=html">gbe(4)</a> to SGI O2 framebuffers.
                    100: <li>Teach <a href="http://man.openbsd.org/?query=smtpctl&sektion=8&format=html">smtpctl(8)</a> how to reschedule a message even if the retry delay has not expired.
                    101: <li>Prevent <a href="http://man.openbsd.org/?query=pfsync&sektion=4&format=html">pfsync(4)</a> from putting packets on the wire if no syncdev is specified.
                    102: <li>Added SAS1078DE to the list of supported <a href="http://man.openbsd.org/?query=mfi&sektion=4&format=html">mfi(4)</a> devices.
1.2       jj        103: <!-- 2009/02/22 -->
1.27      sthen     104: <li>Better short frame detection in the <a href="http://man.openbsd.org/?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> pfsync decoder.
1.2       jj        105: <li>Moved OpenSSH to version 5.2.
                    106: <li>Reduce lower bound of uvm_km_pages for machines with less than 16M of physical memory.
                    107: <li>Stop enforcing a minimum size for nkmempages by default.
                    108: <li>When doing IPv6 MTU discovery, make sure the requested MTU is not less than the minimal v6 MTU minus the size of a frag header.
1.27      sthen     109: <li>Added yukon-2 FE+ to the list of supported <a href="http://man.openbsd.org/?query=msk&sektion=4&format=html">msk(4)</a> devices.
1.2       jj        110: <li>Limit the amount of file descriptors to create when passing fd's so it will fit the amount the receiver will allow.
                    111: <!-- 2009/02/21 -->
                    112: <li>Make sure OpenCVS properly convert dates between timezones before comparison.
                    113: <li>Reworked m88k MP lock logic, now allows for multiuser and parallel kernel builds on MVME197DP boards.
                    114: <li>Various OpenCVS improvements and fixes.
1.27      sthen     115: <li>Fix kernel crash in the <a href="http://man.openbsd.org/?query=uvideo&sektion=4&format=html">uvideo(4)</a> bulk device code when closing the video stream.
1.2       jj        116: <!-- 2009/02/20 -->
                    117: <li>Better atomic operations for m88k, makes 197DP machines almost reach multiuser.
                    118: <li>Fix for m88k to let M188 kernels compile again.
1.27      sthen     119: <li>Let the <a href="http://man.openbsd.org/?query=sdmmc&sektion=4&format=html">sdmmc(4)</a> adapters tell the sdmmc layer how many sectors they can transfer with one command. Speeds up some devices by 2.5 times.
1.2       jj        120: <!-- 2009/02/19 -->
1.27      sthen     121: <li>Make sure the <a href="http://man.openbsd.org/?query=bpf&sektion=4&format=html">bpf(4)</a> tap is always called with the same interrupt priority level as the <a href="http://man.openbsd.org/?query=tun&sektion=4&format=html">tun(4)</a> to prevent races.
1.2       jj        122: <li>Fix an rthreads race in the reaper.
1.27      sthen     123: <li>Reworked the Intra-Area-Prefix LSAs in <a href="http://man.openbsd.org/?query=ospf6d&sektion=8&format=html">ospf6d(8)</a> to be RFC5340 compliant.
                    124: <li>Make <a href="http://man.openbsd.org/?query=ospf6d&sektion=8&format=html">ospf6d(8)</a> send the correct nbr state to RDE.
1.2       jj        125: <!-- 2009/02/18 -->
                    126: <li>Disabled all IGPGART chipsets from the radeondrm driver, since all the tested ones have issues.
1.27      sthen     127: <li>Enabled <a href="http://man.openbsd.org/?query=zyd&sektion=4&format=html">zyd(4)</a> on socppc GENERIC and RAMDISK kernels.
1.2       jj        128: <!-- 2009/02/17 -->
                    129: <li>Fix installer so it accepts '&#92;' characters as password.
1.27      sthen     130: <li>Make the <a href="http://man.openbsd.org/?query=smtpd&sektion=8&format=html">smtpd(8)</a> newaliases read aliases path from <a href="http://man.openbsd.org/?query=smtpd.conf&sektion=5&format=html">smtpd.conf(5)</a>.
1.2       jj        131: <li>Fix crash related to incorrect initialization of queues in pfsync.
1.27      sthen     132: <li>Fix crash in libc <a href="http://man.openbsd.org/?query=mktemp&sektion=3&format=html">mktemp(3)</a> where there filename was all X characters.
1.4       miod      133: <li>Moved mvme68k ethernet buffers higher in memory in the bootblocks to allow for larger bsd.rds to load correctly.
1.27      sthen     134: <li>Make <a href="http://man.openbsd.org/?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> always run <a href="http://man.openbsd.org/?query=pwd_mkdb&sektion=8&format=html">pwd_mkdb(8)</a>, <a href="http://man.openbsd.org/?query=newaliases&sektion=1&format=html">newaliases(1)</a> and MAKEDEV(8).
                    135: <li><font color="#e00000"><strong>RELIABILITY FIX: <a href="http://man.openbsd.org/?query=bgpd&sektion=8&format=html">bgpd(8)</a> issue when attaching its own AS to an AS-PATH sequence of 255 elements.</strong></font><br>
1.2       jj        136: <a href="errata44.html#010_bgpd">A source code patch is available</a>.<br>
                    137: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1       deraadt   138: <!-- 2009/02/16 -->
1.27      sthen     139: <li>Fix <a href="http://man.openbsd.org/?query=pfctl&sektion=8&format=html">pfctl(8)</a> -v printing of anchors.
1.2       jj        140: <li>Various m88k 88110 SMP fixes.
                    141: <li>Disabled kernel memory pool debugging stuff for the release.
1.27      sthen     142: <li>Changed max username and password length for <a href="http://man.openbsd.org/?query=sppp&sektion=4&format=html">sppp(4)</a> to 255.
1.2       jj        143: <li>Fix for crashes on machines with Core i7 chips when trying to read MSR_TEMPERATURE_TARGET.
1.1       deraadt   144: <!-- 2009/02/15 -->
1.27      sthen     145: <li>Moved the <a href="http://man.openbsd.org/?query=pfsync&sektion=4&format=html">pfsync(4)</a> protocol to v5, which breaks compatibility with previous <a href="http://man.openbsd.org/?query=pfsync&sektion=4&format=html">pfsync(4)</a> versions. Improves performance and allows several types of updates in a single packet.
                    146: <li>Make <a href="http://man.openbsd.org/?query=rdist&sektion=1&format=html">rdist(1)</a> silently ignore special files which cannot be moved.
                    147: <li>Make sure <a href="http://man.openbsd.org/?query=chpass&sektion=1&format=html">chpass(1)</a> in a secure <a href="http://man.openbsd.org/?query=yp&sektion=8&format=html">yp(8)</a> context will not turn a users password into "*".
                    148: <li>Prevent display and saving of fsize/bsize fields for UNUSED partitions via the <a href="http://man.openbsd.org/?query=disklabel&sektion=8&format=html">disklabel(8)</a> 's' command.
1.1       deraadt   149: <li>Various DRM and dmamem related improvements in xenocara.
                    150: <li>Make xenocara libpciaccess domain-aware. Makes X capable of discovering PCI devices in other domains.
1.27      sthen     151: <li>Prevent <a href="http://man.openbsd.org/?query=rcs&sektion=1&format=html">rcs(1)</a> and OpenCVS leaving temporary files behind.
                    152: <li>Added support in <a href="http://man.openbsd.org/?query=rcs&sektion=1&format=html">rcs(1)</a> for "rlog -d".
                    153: <li>Fix issue in <a href="http://man.openbsd.org/?query=smtpd&sektion=8&format=html">smtpd(8)</a> where list of 6 MXs or more was not handled correctly.
1.1       deraadt   154: <!-- 2009/02/14 -->
1.27      sthen     155: <li>Make <a href="http://man.openbsd.org/?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> "chan" option list support channels and "scan" list access points or to list known stations in HostAP mode.
1.1       deraadt   156: <li>Limit HPPA physical memory to 2G maximum.
1.27      sthen     157: <li>Implemented "makemap -t" and "makemap -o" for <a href="http://man.openbsd.org/?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
                    158: <li>Added <a href="http://man.openbsd.org/?query=vsbic&sektion=4&format=html">vsbic(4)</a>, a driver for the MVMW327A SCSI and floppy controller on mvme88k machines. Only for SCSI so far.
                    159: <li>Enabled <a href="http://man.openbsd.org/?query=age&sektion=4&format=html">age(4)</a> on amd64 and i386 RAMDISK_CD kernels.
                    160: <li>Increase default snaplen in <a href="http://man.openbsd.org/?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> to 116, to allow capture of pflog+ipv6+tcp without tuning.
1.1       deraadt   161: <!-- 2009/02/13 -->
                    162: <li>Various MP fixes and improvements for mvme88k machines.
                    163: <li>Fix "boot -d" on amd64 MP kernels.
1.27      sthen     164: <li>Prevent <a href="http://man.openbsd.org/?query=sleep&sektion=1&format=html">sleep(1)</a> from trashing the argv space when parsing arguments.
1.1       deraadt   165: <!-- 2009/02/12 -->
1.27      sthen     166: <li>Fix for <a href="http://man.openbsd.org/?query=re&sektion=4&format=html">re(4)</a> problems, removed undocumented accesses to register 0x82 for earlier hardware.
1.1       deraadt   167: <!-- 2009/02/11 -->
1.27      sthen     168: <li>Add <a href="http://man.openbsd.org/?query=ssh&sektion=1&format=html">ssh(1)</a> support for remote port forwarding with a zero listen port to dynamically allocate one at runtime.
                    169: <li>Remove 'free list modified' panics in <a href="http://man.openbsd.org/?query=pf&sektion=4&format=html">pf(4)</a>.
                    170: <li>Fix alignment in <a href="http://man.openbsd.org/?query=bgpd&sektion=8&format=html">bgpd(8)</a> for 64bit architectures when dealing with sockaddr_in6 structs.
                    171: <li>Fix <a href="http://man.openbsd.org/?query=fts&sektion=3&format=html">fts(3)</a> level going negative on really deep directories.
1.1       deraadt   172: <li>Fix gcc bug that broke double -> unsigned long conversions on sparc64.
                    173: <!-- 2009/02/10 -->
1.27      sthen     174: <li>Enable <a href="http://man.openbsd.org/?query=run&sektion=4&format=html">run(4)</a> on all arches where <a href="http://man.openbsd.org/?query=ural&sektion=4&format=html">ural(4)</a> and <a href="http://man.openbsd.org/?query=rum&sektion=4&format=html">rum(4)</a> exist.
1.1       deraadt   175: <!-- 2009/02/09 -->
                    176: <li>Prevent panic in the mbuf code path if m_copyback() is working on a M_READONLY mbuf.
1.27      sthen     177: <li>Initial <a href="http://man.openbsd.org/?query=bio&sektion=4&format=html">bio(4)</a> support for <a href="http://man.openbsd.org/?query=ips&sektion=4&format=html">ips(4)</a>.
1.1       deraadt   178: <li>Updated leapseconds time zone data to tzdata2009b.
                    179: <!-- 2009/02/08 -->
                    180: <li>Make libsndio ignore environment variables if the program is setuid or setgid.
                    181: <li>In the i915 intel graphic code, make sure vblank is not enabled if the pipe is disabled.
                    182: <li>Moved to 4.5-beta.
1.27      sthen     183: <li>Enabled <a href="http://man.openbsd.org/?query=ips&sektion=4&format=html">ips(4)</a> on amd64 and i386 CD RAMDISK kernels.
1.1       deraadt   184: <li>Fix cpu_hardclock() issues on HPPA machines.
                    185: <li>Initial 802.11 defragmentation code to handle reception of MSDU or MMPDU fragments.
                    186: <li>Added missing mux locators to non-USB keyboards and mice on sparc64 GENERIC kernels.
                    187: <!-- 2009/02/07 -->
                    188: <!-- 2009/02/06 -->
1.27      sthen     189: <li>Make <a href="http://man.openbsd.org/?query=ksh&sektion=1&format=html">ksh(1)</a> built-in 'echo' behave according to POSIX when "set -o posix" is in effect.
1.1       deraadt   190: <li>Bumped the number of /dev/sd* device nodes on all USB-capable architectures.
1.27      sthen     191: <li>New font selection logic on <a href="http://man.openbsd.org/?query=sti&sektion=4&format=html">sti(4)</a> frame buffer console.
1.1       deraadt   192: <li>Fix crash on zaurus when plugging in certain sd memory cards.
1.27      sthen     193: <li>Fix HW WEP support on <a href="http://man.openbsd.org/?query=run&sektion=4&format=html">run(4)</a>, and a few other fixes.
                    194: <li>Added Huawei E160G to the list of supported <a href="http://man.openbsd.org/?query=umsm&sektion=4&format=html">umsm(4)</a> devices.
                    195: <li>Fix kernel crash in <a href="http://man.openbsd.org/?query=uvideo&sektion=4&format=html">uvideo(4)</a> for devices with unsorted frame indexes.
1.1       deraadt   196: <!-- 2009/02/05 -->
                    197: <!-- 2009/02/04 -->
1.27      sthen     198: <li>If <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a> has too many connections, stop accepting new ones rather than exit()ing with a fatal error.
1.1       deraadt   199: <li>For some systems which claim ACPI 2.0 but still do not provide an XSDT address, fall back on the RSDT.
                    200: <li>Make intel xenocara Mesa code choose the right vblank pipe to sync to, in case there is only one.
                    201: <!-- 2009/02/03 -->
1.27      sthen     202: <li>Make <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a> daemonize when in server mode.
                    203: <li>Make <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a> in server mode create a /tmp/aucat-userid/ directory and create sockets in it to prevent eavesdropping.
                    204: <li>In <a href="http://man.openbsd.org/?query=ospf6d&sektion=8&format=html">ospf6d(8)</a>, set the LA-bit for all prefixes of 128-bit length in the Intra-Area-Prefix LSAs.
                    205: <li>Added Buffalo WLI-U2-SG54HG to the list of supported <a href="http://man.openbsd.org/?query=rum&sektion=4&format=html">rum(4)</a> devices.
1.1       deraadt   206: <!-- 2009/02/02 -->
1.27      sthen     207: <li>Better rate calculations in <a href="http://man.openbsd.org/?query=apmd&sektion=8&format=html">apmd(8)</a> for MP machines.
1.1       deraadt   208: <li>Enabled build in xenocara of kdrive/Xephyr for the gcc3 architectures.
                    209: <!-- 2009/02/01 -->
                    210: <li>Save VGA text mode color palette upon startup and restore it when switching consoles or when X11 exits.
1.27      sthen     211: <li>gcc2 fixes for <a href="http://man.openbsd.org/?query=dhclient&sektion=8&format=html">dhclient(8)</a>.
1.1       deraadt   212: <!-- 2009/01/31 -->
1.27      sthen     213: <li>Move mvme88k <a href="http://man.openbsd.org/?query=vs&sektion=4&format=html">vs(4)</a> driver to bus_dma.
1.1       deraadt   214: <li>Unbreak non-INET6 case in the pf code.
                    215: <!-- 2009/01/30 -->
1.27      sthen     216: <li>Make <a href="http://man.openbsd.org/?query=smtpd&sektion=8&format=html">smtpd(8)</a> handle connection descriptor limits better.
                    217: <li>Make <a href="http://man.openbsd.org/?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a> print out a warning if the <a href="http://man.openbsd.org/?query=ipsec.conf&sektion=5&format=html">ipsec.conf(5)</a> file changes the default peer configuration later in the file.
1.1       deraadt   218: <li>Mark routers as uninstalled after deleting the default route. Makes it possible to get a new default route by router advertisements after the old one got deleted or timed out.
                    219: <li>Make sure more of the IPv6 code runs under splnet() in certain places.
1.27      sthen     220: <li>Fix "target kvm" in <a href="http://man.openbsd.org/?query=gdb&sektion=1&format=html">gdb(1)</a> for powerpc.
1.1       deraadt   221: <!-- 2009/01/29 -->
1.27      sthen     222: <li>Fix <a href="http://man.openbsd.org/?query=ksh&sektion=1&format=html">ksh(1)</a> evaluation of '||' and '&amp;&amp;' in certain combinations.
1.1       deraadt   223: <li>Updated xdm to 1.1.8.
                    224: <li>Switch member names in struct stat timespec to the names from POSIX 1003.1-2008 with compatibility macros for the previous names.
                    225: <li>Make sure macppc laptops skip pmu commands if no adb device appears in the device tree.
1.27      sthen     226: <li>Make <a href="http://man.openbsd.org/?query=ospf6d&sektion=8&format=html">ospf6d(8)</a> originate Intra-Area-Prefix LSAs which reference a router LSA.
1.1       deraadt   227: <li>Updated xf86-input-elographics to 1.2.3.
1.27      sthen     228: <li>Initial STARTTLS support in the MTA part of <a href="http://man.openbsd.org/?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
1.1       deraadt   229: <li>For i386, only start using the rtc for statclock after we have received the first interrupt.
1.27      sthen     230: <li>Initial support for SSL in the MTA part of <a href="http://man.openbsd.org/?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
1.1       deraadt   231: <li>Always zero the IP checksum field for packets and packet fragments being passed down if using HW checksum offload.
1.27      sthen     232: <li>Make aldap anonymous binds work properly in <a href="http://man.openbsd.org/?query=ypldap&sektion=8&format=html">ypldap(8)</a>.
                    233: <li>Added -mplslabel to <a href="http://man.openbsd.org/?query=route&sektion=8&format=html">route(8)</a>, to allow IPv4/v6 packets enter MPLS clouds.
1.1       deraadt   234: <!-- 2009/01/28 -->
1.27      sthen     235: <li>Improved logging in <a href="http://man.openbsd.org/?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> for SA delete messages.
                    236: <li>Log warning when <a href="http://man.openbsd.org/?query=ntpd&sektion=8&format=html">ntpd(8)</a> can not read the drift file.
                    237: <li>Added support in <a href="http://man.openbsd.org/?query=mfi&sektion=4&format=html">mfi(4)</a> for the next generation Megaraid SAS Raid controllers.
                    238: <li>Added "show database intra" command to <a href="http://man.openbsd.org/?query=ospf6ctl&sektion=8&format=html">ospf6ctl(8)</a>.
                    239: <li>Teach <a href="http://man.openbsd.org/?query=ospf6d&sektion=8&format=html">ospf6d(8)</a> to originate Intra-Area-Prefix LSAs.
1.1       deraadt   240: <li>The MPLS code can now act as an edge node and allow IPv4 packets to enter a label switched path and not just forward MPLS packets.
1.27      sthen     241: <li>Remove undocumented support for -e in <a href="http://man.openbsd.org/?query=ex&sektion=1&format=html">ex(1)</a>.
                    242: <li>Implemented proper multicast support in <a href="http://man.openbsd.org/?query=tsec&sektion=4&format=html">tsec(4)</a> for the socppc platform.
                    243: <li>Re-added "Category" to the <a href="http://man.openbsd.org/?query=sendbug&sektion=1&format=html">sendbug(1)</a> template.
1.1       deraadt   244: <li>Fixed libstdc++ issues where ports would include &lt;math.h&gt; and expect C99 macros in that file to be available.
                    245: <li>Enable -d for the export command of OpenCVS.
1.27      sthen     246: <li>Fix <a href="http://man.openbsd.org/?query=sti&sektion=4&format=html">sti(4)</a> font selection.
                    247: <li>When printing the database with <a href="http://man.openbsd.org/?query=ospf6ctl&sektion=8&format=html">ospf6ctl(8)</a>, print the right header for Intra-Area-Prefix LSAs.
                    248: <li>Make <a href="http://man.openbsd.org/?query=dhclient&sektion=8&format=html">dhclient(8)</a> use the rtsock filters to restrict which messages it will get on the route socket.
1.1       deraadt   249: <li>Updated xf86-video-radeonhd to 1.2.4.
1.27      sthen     250: <li>Added loop detection support in <a href="http://man.openbsd.org/?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
1.1       deraadt   251: <li>Implemented basic routing socket filtering.
1.27      sthen     252: <li>Prevent <a href="http://man.openbsd.org/?query=hme&sektion=4&format=html">hme(4)</a> devices from mapping the full 16M PROM.
1.1       deraadt   253: <!-- 2009/01/27 -->
                    254: <li>Fix the way the flows are acquired for the "any" network in the ipsec code.
1.27      sthen     255: <li>Make <a href="http://man.openbsd.org/?query=ftp&sektion=1&format=html">ftp(1)</a> ignore pseudo-directories so recursive transfers do not cause a loop.
                    256: <li>Make <a href="http://man.openbsd.org/?query=ospf6d&sektion=8&format=html">ospf6d(8)</a> propagate the neighbours interface ID to the RDE.
1.1       deraadt   257: <li>Fix rare pager deadlock in the UVM code.
1.27      sthen     258: <li>Make <a href="http://man.openbsd.org/?query=trunk&sektion=4&format=html">trunk(4)</a> handle HW VLAN tags being passed down.
                    259: <li>Fix some integer overflows when accounting the used mbuf memory percentage in <a href="http://man.openbsd.org/?query=netstat&sektion=1&format=html">netstat(1)</a>.
                    260: <li>Improved error handling in <a href="http://man.openbsd.org/?query=ypldap&sektion=8&format=html">ypldap(8)</a>.
1.1       deraadt   261: <!-- 2009/01/26 -->
                    262: <li>Make cwm store group state in an X Atom.
                    263: <li>Updated libdrm to 2.4.3.
1.27      sthen     264: <li>Make sure <a href="http://man.openbsd.org/?query=bgpd&sektion=8&format=html">bgpd(8)</a> also does check for highest IP in host byte order.
                    265: <li>Make sure <a href="http://man.openbsd.org/?query=ospfd&sektion=8&format=html">ospfd(8)</a> converts IP addresses to host-byte order before checking which one is smallest.
1.1       deraadt   266: <li>Updated Xtrans to 1.2.3.
1.27      sthen     267: <li>Make <a href="http://man.openbsd.org/?query=netstat&sektion=1&format=html">netstat(1)</a> mark multipath routes with P.
                    268: <li>In <a href="http://man.openbsd.org/?query=route&sektion=8&format=html">route(8)</a>, mark multipath routes with P in the show command flags.
1.1       deraadt   269: <!-- 2009/01/25 -->
1.27      sthen     270: <li>Make <a href="http://man.openbsd.org/?query=ssh&sektion=1&format=html">ssh(1)</a> work around the CPNI-957037 Plaintext Recovery Attack by always reading 256k of data on packet size or HMAC errors.
1.1       deraadt   271: <!-- 2009/01/24 -->
                    272: <li>Removed /dev/drum and associated code.
1.27      sthen     273: <li>Added <a href="http://man.openbsd.org/?query=udfu&sektion=4&format=html">udfu(4)</a>, a driver to put dfu-capable devices in dfu-mode for later use with dfu-util.
1.1       deraadt   274: <li>Improved time granularity in the NFS code, helps with cache coherency.
                    275: <li>Make NFS propagate O_EXCL flag down to the file systems by setting VA_EXCLUSIVE.
                    276: <!-- 2009/01/23 -->
1.27      sthen     277: <li>Added <a href="http://man.openbsd.org/?query=schsio&sektion=4&format=html">schsio(4)</a>, a driver for SMSC SCH311x LPC SuperI/O ICs. Enabled on amd64 and i386 GENERIC kernels.
                    278: <li>Make <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a> catch SIGHUP and SIGTERM to ensure that recorded files are properly closed.
1.1       deraadt   279: <!-- 2009/01/22 -->
1.27      sthen     280: <li>Made <a href="http://man.openbsd.org/?query=re&sektion=4&format=html">re(4)</a> at <a href="http://man.openbsd.org/?query=pci&sektion=4&format=html">pci(4)</a> detachable.
1.1       deraadt   281: <li>Double the receive space in the nfs_socket code to reduce chance of retransmits.
1.27      sthen     282: <li>Added Moxa CP-104JU to the list of supported <a href="http://man.openbsd.org/?query=puc&sektion=4&format=html">puc(4)</a> devices.
1.1       deraadt   283: <!-- 2009/01/21 -->
                    284: <li>Make libkvm operations on live kernels use the sysctl interface.
1.27      sthen     285: <li>Make <a href="http://man.openbsd.org/?query=sysctl&sektion=8&format=html">sysctl(8)</a> change of the value of kern.clockrate set errno on failure.
1.3       jj        286: <li>Fix for Sun USB keyboard when getting layout information for Swedish and British country codes.
1.27      sthen     287: <li>Extended <a href="http://man.openbsd.org/?query=ifb&sektion=4&format=html">ifb(4)</a> code handle XVR-600 and XVR-1200 acceleration.
1.1       deraadt   288: <li>Updated time zone data to tzdata2009a.
1.27      sthen     289: <li>Added borderwidth as a <a href="http://man.openbsd.org/?query=cwmrc&sektion=5&format=html">cwmrc(5)</a> keyword.
1.1       deraadt   290: <!-- 2009/01/20 -->
1.27      sthen     291: <li>Added <a href="http://man.openbsd.org/?query=softraid&sektion=4&format=html">softraid(4)</a> to macppc RAMDISK kernels.
1.1       deraadt   292: <li>For i386, install ACPI S3 resume trampoline code in a lowmem page. First part of ACPI S3 suspend/resume support.
1.27      sthen     293: <li>Add support in <a href="http://man.openbsd.org/?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> and <a href="http://man.openbsd.org/?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a> to install SAs with a different source network than we have negotiated with a peer.
1.1       deraadt   294: <!-- 2009/01/19 -->
                    295: <li>Make Sparc64 XVR-600 and XVR-1200 devices revert to software routines if acceleration code will not work.
                    296: <!-- 2009/01/18 -->
1.27      sthen     297: <li>Added support in <a href="http://man.openbsd.org/?query=umsm&sektion=4&format=html">umsm(4)</a> for Novatel Wireless Ovation U727 devices.
1.4       miod      298: <li>Move HEAP_START on mvme88k bootblocks to allocate space below it for ethernet buffers.
1.1       deraadt   299: <!-- 2009/01/17 -->
                    300: <li>Make sure the NFS attribute set operations perform the same checks as open/read/write.
1.27      sthen     301: <li>Added NFS hooks to <a href="http://man.openbsd.org/?query=ddb&sektion=4&format=html">ddb(4)</a> to print outstanding nfsreq's and the struct nfsreq.
                    302: <li>Enable <a href="http://man.openbsd.org/?query=atphy&sektion=4&format=html">atphy(4)</a> for <a href="http://man.openbsd.org/?query=age&sektion=4&format=html">age(4)</a> on amd64 and i386 GENERIC kernels.
                    303: <li>Added support for DS1822 devices in <a href="http://man.openbsd.org/?query=owtemp&sektion=4&format=html">owtemp(4)</a>.
                    304: <li>Enabled <a href="http://man.openbsd.org/?query=vrng&sektion=4&format=html">vrng(4)</a> for sparc64 GENERIC kernels.
1.1       deraadt   305: <li>Make alpha ES40 machines recognize environmental change machine checks.
                    306: <!-- 2009/01/16 -->
1.27      sthen     307: <li>32-bit fixes for <a href="http://man.openbsd.org/?query=savecore&sektion=8&format=html">savecore(8)</a>.
                    308: <li>Fix state leak in <a href="http://man.openbsd.org/?query=pf&sektion=4&format=html">pf(4)</a> triggered by certain icmp types matching a NAT rule.
                    309: <li>Make it possible for sparc64 to boot from <a href="http://man.openbsd.org/?query=vdsk&sektion=4&format=html">vdsk(4)</a> devices.
                    310: <li>Make <a href="http://man.openbsd.org/?query=azalia&sektion=4&format=html">azalia(4)</a> support 20 and 24-bit sample formats.
                    311: <li>Fix <a href="http://man.openbsd.org/?query=audio&sektion=4&format=html">audio(4)</a> so it can deal with sample precisions that are not a power of 2.
                    312: <li>Make sure <a href="http://man.openbsd.org/?query=vdsk&sektion=4&format=html">vdsk(4)</a> transfers larger than PAGE_SIZE work on sparc64.
                    313: <li>Improved the VIO state machine in the <a href="http://man.openbsd.org/?query=vnet&sektion=4&format=html">vnet(4)</a> driver on sparc64.
1.1       deraadt   314: <!-- 2009/01/15 -->
1.27      sthen     315: <li>Fix double free and other memory leaks in <a href="http://man.openbsd.org/?query=ypldap&sektion=8&format=html">ypldap(8)</a>.
                    316: <li>Add support for IT8720F devices in the <a href="http://man.openbsd.org/?query=it&sektion=4&format=html">it(4)</a> drivers.
                    317: <li>Initial version of <a href="http://man.openbsd.org/?query=age&sektion=4&format=html">age(4)</a>, a driver for the Attansic L1 gigabit ethernet adapter.
1.1       deraadt   318: <li>Fix memory leak in the SysV semaphore code.
                    319: <li>Fix macppc installs over serial consoles.
                    320: <!-- 2009/01/14 -->
                    321: <li>Removed support for krb4 '.' instance separator in the libc authentication code.
1.27      sthen     322: <li>Add "ESMTP" to the <a href="http://man.openbsd.org/?query=smtpd&sektion=8&format=html">smtpd(8)</a> banner now that it does support some extensions.
                    323: <li><font color="#e00000"><strong>SECURITY FIX: DNSSEC signature validation error in <a href="http://man.openbsd.org/?query=named&sektion=8&format=html">named(8)</a>.</strong></font><br>
1.1       deraadt   324: <a href="errata44.html#008_bind">A source code patch is available</a>.<br>
                    325: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    326: <li>Re-enabled PIE support for powerpc platforms.
1.27      sthen     327: <li>Enable <a href="http://man.openbsd.org/?query=vdsk&sektion=4&format=html">vdsk(4)</a> on sparc64 RAMDISK kernels.
                    328: <li>Added <a href="http://man.openbsd.org/?query=uaudio&sektion=4&format=html">uaudio(4)</a> support to sgi GENERIC kernels.
1.1       deraadt   329: <!-- 2009/01/13 -->
1.27      sthen     330: <li>Make <a href="http://man.openbsd.org/?query=ssh&sektion=1&format=html">ssh(1)</a> support the SOCKS4A protocol.
                    331: <li>Added option 150 to <a href="http://man.openbsd.org/?query=dhclient&sektion=8&format=html">dhclient(8)</a>, voip-configuration-server as an array of IP addresses.
                    332: <li>Added <a href="http://man.openbsd.org/?query=wcstoimax&sektion=3&format=html">wcstoimax(3)</a>, <a href="http://man.openbsd.org/?query=wcstoumax&sektion=3&format=html">wcstoumax(3)</a>, <a href="http://man.openbsd.org/?query=wcstof&sektion=3&format=html">wcstof(3)</a> and <a href="http://man.openbsd.org/?query=wcstold&sektion=3&format=html">wcstold(3)</a> to libc.
                    333: <li>For amd64 and i386, turn <a href="http://man.openbsd.org/?query=mpbios&sektion=4&format=html">mpbios(4)</a> into a real device so people can disable it.
1.1       deraadt   334: <!-- 2009/01/12 -->
1.27      sthen     335: <li>Make <a href="http://man.openbsd.org/?query=ypldap&sektion=8&format=html">ypldap(8)</a> check the <a href="http://man.openbsd.org/?query=ypldap.conf&sektion=5&format=html">ypldap.conf(5)</a> permissions, since it may contain secrets.
                    336: <li>Enabled <a href="http://man.openbsd.org/?query=wscons&sektion=4&format=html">wscons(4)</a> RAWKBD support on sparc64 GENERIC kernels.
                    337: <li>Make the vt100 <a href="http://man.openbsd.org/?query=wscons&sektion=4&format=html">wscons(4)</a> code recognize CAN and SUB characters.
1.1       deraadt   338: <li>Updated xserver to 1.5.3 plus some patches.
                    339: <li>Initial version of sparc64 virtual disk support for sun4v logical domains.
                    340: <li>Remapped the sun type 5 audio mute key to prevent collisions with keypad-equal key on type 4 keyboards.
                    341: <!-- 2009/01/11 -->
1.27      sthen     342: <li>Make macppc <a href="http://man.openbsd.org/?query=disklabel&sektion=8&format=html">disklabel(8)</a> walk the Apple partition map to find out the bounds of the OpenBSD area.
                    343: <li>Added RAWKBD support in <a href="http://man.openbsd.org/?query=wscons&sektion=4&format=html">wscons(4)</a> for sun serial keyboards.
1.1       deraadt   344: <li>Revert earlier VFS commit to fix DVD playback.
                    345: <!-- 2009/01/10 -->
1.27      sthen     346: <li>Added loopback mode to <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a>.
                    347: <li>Enabled <a href="http://man.openbsd.org/?query=cbus&sektion=4&format=html">cbus(4)</a> and <a href="http://man.openbsd.org/?query=vnet&sektion=4&format=html">vnet(4)</a> on sparc64 GENERIC and RAMDISK kernels.
                    348: <li>Updated <a href="http://man.openbsd.org/?query=xterm&sektion=1&format=html">xterm(1)</a> to version 239.
1.1       deraadt   349: <li>Add support on apple laptops for the volume and CD eject buttons.
1.27      sthen     350: <li>In <a href="http://man.openbsd.org/?query=dhclient&sektion=8&format=html">dhclient(8)</a>, use the kernel to set ifam_hdrlen so ABI changes will not cause older clients to stop working.
                    351: <li>Added multicast support to <a href="http://man.openbsd.org/?query=vnet&sektion=4&format=html">vnet(4)</a>.
1.1       deraadt   352: <!-- 2009/01/09 -->
                    353: <li>Make sure to enable support for RFC2546 TLS extensions to allow for multihomed TLS servers.
                    354: <li><font color="#e00000"><strong>SECURITY FIX: OpenSSL libraries did not correctly check the return value from certain verification functions.</strong></font><br>
                    355: <a href="errata44.html#007_openssl">A source code patch is available</a>.<br>
                    356: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    357: <li>Updated OpenSSL to 0.9.8j.
                    358: <!-- 2009/01/08 -->
1.27      sthen     359: <li>Add support for SDHC cards in the <a href="http://man.openbsd.org/?query=sdmmc&sektion=4&format=html">sdmmc(4)</a>.
1.1       deraadt   360: <li>Fix egress group matching for IPv6 in the interface code.
1.27      sthen     361: <li>Make sure <a href="http://man.openbsd.org/?query=sudo&sektion=8&format=html">sudo(8)</a> does not try to set the close-on-exec flag on sudoers if we didn't actually open it.
1.1       deraadt   362: <!-- 2009/01/07 -->
1.27      sthen     363: <li>Added full stub area support in <a href="http://man.openbsd.org/?query=ospfd&sektion=8&format=html">ospfd(8)</a>.
                    364: <li>Added <a href="http://man.openbsd.org/?query=urlphy&sektion=4&format=html">urlphy(4)</a> support on amd64 and i386 RAMDISK kernels.
                    365: <li>Added Linksys WUS600N to the list of supported <a href="http://man.openbsd.org/?query=run&sektion=4&format=html">run(4)</a> devices.
1.1       deraadt   366: <!-- 2009/01/06 -->
1.27      sthen     367: <li>Enabled <a href="http://man.openbsd.org/?query=ipgphy&sektion=4&format=html">ipgphy(4)</a> on all arches where <a href="http://man.openbsd.org/?query=stge&sektion=4&format=html">stge(4)</a> is supported.
1.1       deraadt   368: <li>Added GeForce 9300 GE to the list of supported NVidia chipsets.
                    369: <li>Send broadcast and multicast traffic up to the network stack on all bridge interfaces.
1.27      sthen     370: <li>Updated <a href="http://man.openbsd.org/?query=xterm&sektion=1&format=html">xterm(1)</a> to version 238.
1.1       deraadt   371: <!-- 2009/01/05 -->
1.27      sthen     372: <li>Make <a href="http://man.openbsd.org/?query=authpf&sektion=8&format=html">authpf(8)</a> support group and login class in authpf.allow.
1.1       deraadt   373: <li>Updated OpenSSL to 0.9.8i.
                    374: <li>Add 2 missing chunks from the 2.1.12 update of xf86-video-nv, adds support for a bunch of new chipsets.
                    375: <!-- 2009/01/04 -->
                    376: <li>Fix various off-by-one errors in the MSDOS file system code by leaving the fsinxtfree field untouched.
1.27      sthen     377: <li>Make the runner process of <a href="http://man.openbsd.org/?query=smtpd&sektion=8&format=html">smtpd(8)</a> able to pause/resume scheduling of deliveries for both mda and mta, also <a href="http://man.openbsd.org/?query=smtpctl&sektion=8&format=html">smtpctl(8)</a> can be used to enable/disable deliveries.
                    378: <li>Initial version of <a href="http://man.openbsd.org/?query=vnet&sektion=4&format=html">vnet(4)</a>, a virtual network device for sun4v logical domains on sparc64.
                    379: <li>Added support for CS5535 IDE controllers to <a href="http://man.openbsd.org/?query=pciide&sektion=4&format=html">pciide(4)</a>.
1.1       deraadt   380: <!-- 2009/01/03 -->
1.27      sthen     381: <li>Make <a href="http://man.openbsd.org/?query=smtpd&sektion=8&format=html">smtpd(8)</a> do aliases/forwards expansion better, removing a race condition.
                    382: <li>Fixed memory leak in <a href="http://man.openbsd.org/?query=ypldap&sektion=8&format=html">ypldap(8)</a>.
                    383: <li>Make it possible to boot sparc64 from devices on <a href="http://man.openbsd.org/?query=cbus&sektion=4&format=html">cbus(4)</a>.
                    384: <li>Enabled <a href="http://man.openbsd.org/?query=run&sektion=4&format=html">run(4)</a> on amd64 and i386 GENERIC kernels.
                    385: <li>Initial version of <a href="http://man.openbsd.org/?query=run&sektion=4&format=html">run(4)</a>, a driver for Ralink RT2700U/2800U/3000U USB 802.11n devices.
1.1       deraadt   386: <!-- 2009/01/02 -->
1.27      sthen     387: <li>Updated the microcode for RT2870/3070-based <a href="http://man.openbsd.org/?query=rum&sektion=4&format=html">rum(4)</a> devices.
                    388: <li>Add support in <a href="http://man.openbsd.org/?query=ospf6d&sektion=8&format=html">ospf6d(8)</a> for originating router LSAs over point-to-point links.
                    389: <li>Accelerate solid fills and inverted cursor on <a href="http://man.openbsd.org/?query=ifb&sektion=4&format=html">ifb(4)</a> for sparc64.
                    390: <li>Make <a href="http://man.openbsd.org/?query=savecore&sektion=8&format=html">savecore(8)</a> handle core files larger than 2G.
1.1       deraadt   391: <!-- 2009/01/01 -->
                    392: <li>Added support in the openmoko platform for the display found on GTA01.
1.27      sthen     393: <li>Fix <a href="http://man.openbsd.org/?query=ssh&sektion=1&format=html">ssh(1)</a> KEXGEX hash calculations.
                    394: <li>Fix hangs in <a href="http://man.openbsd.org/?query=ssh&sektion=1&format=html">ssh(1)</a> when connecting to a server that has MaxSessions=0.
                    395: <li>Changed the ISO week number calculations in <a href="http://man.openbsd.org/?query=cal&sektion=1&format=html">cal(1)</a>.
                    396: <li>Initial version of <a href="http://man.openbsd.org/?query=ifb&sektion=4&format=html">ifb(4)</a>, a driver for sparc64 wildcat-based framebuffers.
1.1       deraadt   397: <li>Updated mkfontscale to 1.0.6 and xedit to 1.1.2.
                    398: <!-- 2008/12/31 -->
                    399: <!-- 2008/12/30 -->
1.27      sthen     400: <li>Added <a href="http://man.openbsd.org/?query=cbus&sektion=4&format=html">cbus(4)</a> to sparc64, a virtual bus for devices that use logical domain channels as found on sun4v.
                    401: <li>Make <a href="http://man.openbsd.org/?query=man&sektion=1&format=html">man(1)</a> -S option case insensitive.
1.1       deraadt   402: <!-- 2008/12/29 -->
1.27      sthen     403: <li>Initialize the sample rate converter on ES1371-based <a href="http://man.openbsd.org/?query=ac97&sektion=4&format=html">ac97(4)</a> chips to 48KHz.
                    404: <li>Added extra paranoia for <a href="http://man.openbsd.org/?query=malloc&sektion=3&format=html">malloc(3)</a> by protecting the main bookkeeping data.
                    405: <li>Handle cases in <a href="http://man.openbsd.org/?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a> where remsize can go negative and cause SEGVs.
                    406: <li>Fix compiling i386 kernels without <a href="http://man.openbsd.org/?query=apm&sektion=4&format=html">apm(4)</a>.
1.1       deraadt   407: <li>Updated root.hint, added IPv6 address for the L-root server.
                    408: <!-- 2008/12/28 -->
1.27      sthen     409: <li>Plug some memory leakage in the <a href="http://man.openbsd.org/?query=ypldap&sektion=8&format=html">ypldap(8)</a> parser.
                    410: <li>Make <a href="http://man.openbsd.org/?query=cdio&sektion=1&format=html">cdio(1)</a> work with <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a> regardless of the buffer size used.
1.1       deraadt   411: <!-- 2008/12/27 -->
                    412: <li><font color="#e00000"><strong>RELIABILITY FIX: Reception of an invalid update with 4-byte AS attributes allows a third party to close remote BGP sessions.</strong></font><br>
                    413: <a href="errata44.html#009_bgpd">A source code patch is available</a>.<br>
                    414: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.27      sthen     415: <li>Added <a href="http://man.openbsd.org/?query=ifb&sektion=4&format=html">ifb(4)</a> to sparc64 GENERIC kernels.
                    416: <li>Use hardware acceleration for scrolling in <a href="http://man.openbsd.org/?query=ifb&sektion=4&format=html">ifb(4)</a> on sparc64, avoids overlay artifacts.
1.1       deraadt   417: <!-- 2008/12/26 -->
                    418: <li>Fix libc file descriptor leak in fts_children().
                    419: <!-- 2008/12/25 -->
                    420: <!-- 2008/12/24 -->
1.27      sthen     421: <li>Added accelerated putchar routines for sparc <a href="http://man.openbsd.org/?query=tcx&sektion=4&format=html">tcx(4)</a> consoles.
                    422: <li>Fix race condition in <a href="http://man.openbsd.org/?query=ls&sektion=1&format=html">ls(1)</a>.
                    423: <li>Added support in <a href="http://man.openbsd.org/?query=softraid&sektion=4&format=html">softraid(4)</a> for non-disk devices.
                    424: <li>Plugged a couple of memory leaks in <a href="http://man.openbsd.org/?query=netstat&sektion=1&format=html">netstat(1)</a>.
1.1       deraadt   425: <li>Make tty EVFILT_WRITE filters return the amount of space remaining in the write buffer.
1.27      sthen     426: <li>Added -S and -s options to <a href="http://man.openbsd.org/?query=apropos&sektion=1&format=html">apropos(1)</a>.
1.1       deraadt   427: <li>Fix two mbuf leaks in the arpresolve code.
                    428: <!-- 2008/12/23 -->
1.27      sthen     429: <li>Added basic acceleration code for sparc <a href="http://man.openbsd.org/?query=tcx&sektion=4&format=html">tcx(4)</a> graphics.
1.1       deraadt   430: <li>Fixed double brightness increments on some newer Thinkpads.
                    431: <li>Removed deprecated xf86-video-i810 and xf86-video-nsc.
                    432: <li>Reenabled xf86-video-i740 and xf86-video-voodoo.
                    433: <!-- 2008/12/22 -->
1.27      sthen     434: <li>Make <a href="http://man.openbsd.org/?query=bge&sektion=4&format=html">bge(4)</a> schedule a timeout if it can't put enough packets on the RX ring.
                    435: <li>Add firmware load for iSight first generation devices to <a href="http://man.openbsd.org/?query=uvideo&sektion=4&format=html">uvideo(4)</a>.
1.1       deraadt   436: <!-- 2008/12/21 -->
1.27      sthen     437: <li>Use the RXO (RX Overflow) interrupt in <a href="http://man.openbsd.org/?query=em&sektion=4&format=html">em(4)</a> to try to refill the RX ring.
                    438: <li>On amd64 and i386, let ctrl-alt-del enter <a href="http://man.openbsd.org/?query=ddb&sektion=4&format=html">ddb(4)</a> if ddb.console=1 and machdep.kbdreset=2.
                    439: <li>Make the "machine xir" <a href="http://man.openbsd.org/?query=ddb&sektion=4&format=html">ddb(4)</a> command work on <a href="http://man.openbsd.org/?query=pyro&sektion=4&format=html">pyro(4)</a>-equipped machines.
1.1       deraadt   440: <!-- 2008/12/20 -->
                    441: <!-- 2008/12/19 -->
1.27      sthen     442: <li>Imported first bits of SMTP AUTH support in <a href="http://man.openbsd.org/?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
                    443: <li>Sync some bits in <a href="http://man.openbsd.org/?query=sudo&sektion=8&format=html">sudo(8)</a> with 1.7.0.
1.1       deraadt   444: <!-- 2008/12/18 -->
1.27      sthen     445: <li>Make <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a> use simple linear interpolation in the resampling code.
                    446: <li>Various fixes for <a href="http://man.openbsd.org/?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
                    447: <li>Make <a href="http://man.openbsd.org/?query=systat&sektion=1&format=html">systat(1)</a> print interface livelocks if non-zero.
1.1       deraadt   448: <!-- 2008/12/17 -->
1.27      sthen     449: <li>Make <a href="http://man.openbsd.org/?query=acpi&sektion=4&format=html">acpi(4)</a> code a bit smarter when picking IRQs from the list of possible IRQs.
                    450: <li>Added support in <a href="http://man.openbsd.org/?query=ripd&sektion=8&format=html">ripd(8)</a> for demotion counters.
                    451: <li>Rewrote the <a href="http://man.openbsd.org/?query=systat&sektion=1&format=html">systat(1)</a> mbuf page to display mbuf usage information from system pools.
1.1       deraadt   452: <!-- 2008/12/16 -->
1.27      sthen     453: <li>Make it possible to edit a merged file in <a href="http://man.openbsd.org/?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> with an external editor.
1.1       deraadt   454: <!-- 2008/12/15 -->
                    455: <!-- 2008/12/14 -->
1.27      sthen     456: <li>Implemented a "machine xir" command for <a href="http://man.openbsd.org/?query=ddb&sektion=4&format=html">ddb(4)</a> for sparc64.
1.1       deraadt   457: <!-- 2008/12/13 -->
                    458: <li>Fix sparc64 IPI-related panics when returning from send_softint().
                    459: <!-- 2008/12/12 -->
1.27      sthen     460: <li>Made <a href="http://man.openbsd.org/?query=ospfd&sektion=8&format=html">ospfd(8)</a> and <a href="http://man.openbsd.org/?query=bgpd&sektion=8&format=html">bgpd(8)</a> routing priority aware.
                    461: <li>Added support in <a href="http://man.openbsd.org/?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> to set an interface priority.
1.1       deraadt   462: <li>Introduced an if_priority that will be added to static routes without an explicit priority. Allows to specify less preferred interfaces that take over if the primary interface loses link.
1.27      sthen     463: <li>Fix HW crypto on <a href="http://man.openbsd.org/?query=ral&sektion=4&format=html">ral(4)</a> devices.
1.1       deraadt   464: <!-- 2008/12/11 -->
1.27      sthen     465: <li>Bumped the <a href="http://man.openbsd.org/?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> RSA host key size to 2048 bits.
                    466: <li>Prevent <a href="http://man.openbsd.org/?query=cdio&sektion=1&format=html">cdio(1)</a> from faulting when /dev/audio is busy.
                    467: <li>Added Qualcomm AC8700 modem to the list of supported <a href="http://man.openbsd.org/?query=ubsa&sektion=4&format=html">ubsa(4)</a> devices.
1.1       deraadt   468: <!-- 2008/12/10 -->
1.27      sthen     469: <li>Convert <a href="http://man.openbsd.org/?query=bgpctl&sektion=8&format=html">bgpctl(8)</a> aggregator AS number into host byte order when diplayed in "show rib detail".
1.1       deraadt   470: <li>When booting from a CD on amd64 and i386, assume the root filesystem is on the CD instead of asking for it every time.
                    471: <!-- 2008/12/09 -->
                    472: <li>libstdc++ bump to handle integer argument for the math functions.
                    473: <li>Added 80-bit and quad precision trigonometric functions to libm.
                    474: <li>Libc work on long doubles and 3BSD-versions of finite().
1.27      sthen     475: <li>Added non-blocking support for xdrrecs in the <a href="http://man.openbsd.org/?query=xdr&sektion=3&format=html">xdr(3)</a> code.
1.1       deraadt   476: <!-- 2008/12/08 -->
1.27      sthen     477: <li>Disable ~C escape handling on multiplexed <a href="http://man.openbsd.org/?query=ssh&sektion=1&format=html">ssh(1)</a> sessions.
                    478: <li>Rewrote <a href="http://man.openbsd.org/?query=renice&sektion=8&format=html">renice(8)</a> to be POSIX compliant.
                    479: <li>Added ability in <a href="http://man.openbsd.org/?query=uvideo&sektion=4&format=html">uvideo(4)</a> to load firmware for devices which require it.
1.1       deraadt   480: <!-- 2008/12/07 -->
1.27      sthen     481: <li>Change handling of redirections in <a href="http://man.openbsd.org/?query=relayd&sektion=8&format=html">relayd(8)</a> with the sticky-address option set.
                    482: <li>When resampling in <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a>, do not require the sample frequency to be an integer.
1.1       deraadt   483: <!-- 2008/12/06 -->
1.27      sthen     484: <li>Make <a href="http://man.openbsd.org/?query=acpiprt&sektion=4&format=html">acpiprt(4)</a> handle interrupt routing better and delay re-routing until a handler for it is established.
                    485: <li>Added option to <a href="http://man.openbsd.org/?query=systat&sektion=1&format=html">systat(1)</a> to order the pool view by size and number of pages.
1.1       deraadt   486: <!-- 2008/12/05 -->
1.27      sthen     487: <li>Added ability in <a href="http://man.openbsd.org/?query=smtpd&sektion=8&format=html">smtpd(8)</a> to specify an interface instead of an address to listen on.
                    488: <li>Changed the way <a href="http://man.openbsd.org/?query=relayd&sektion=8&format=html">relayd(8)</a> reports errors.
1.1       deraadt   489: <!-- 2008/12/04 -->
1.27      sthen     490: <li>New <a href="http://man.openbsd.org/?query=smtpctl&sektion=8&format=html">smtpctl(8)</a> app to control smtpd.
                    491: <li>Added ethertype 0x88a8 to <a href="http://man.openbsd.org/?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> for stacked VLAN packets.
                    492: <li>For <a href="http://man.openbsd.org/?query=vic&sektion=4&format=html">vic(4)</a>, enable 9k frames again, new mbuf allocator in place that works.
1.1       deraadt   493: <!-- 2008/12/03 -->
1.27      sthen     494: <li>Added support in <a href="http://man.openbsd.org/?query=em&sektion=4&format=html">em(4)</a> for ICH9 IGP M and IGP M AMT chipsets.
                    495: <li>Initial import of the <a href="http://man.openbsd.org/?query=vscsi&sektion=4&format=html">vscsi(4)</a> device, somewhat like a <a href="http://man.openbsd.org/?query=tun&sektion=4&format=html">tun(4)</a> devices which sends scsi commands up to userland for handling.
                    496: <li>Initial versions of newaliases/makemap application to be used with <a href="http://man.openbsd.org/?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
                    497: <li>Allow <a href="http://man.openbsd.org/?query=iwn&sektion=4&format=html">iwn(4)</a> and <a href="http://man.openbsd.org/?query=wpi&sektion=4&format=html">wpi(4)</a> users to select a fixed rate.
1.1       deraadt   498: <!-- 2008/12/02 -->
1.27      sthen     499: <li>Fix USB packet size handling in <a href="http://man.openbsd.org/?query=uvideo&sektion=4&format=html">uvideo(4)</a>.
                    500: <li>Make <a href="http://man.openbsd.org/?query=ssh&sektion=1&format=html">ssh(1)</a> follow RFC 4254 instead of triggering 'Non-public channel' error messages on some sshd systems.
                    501: <li>Preliminary support in <a href="http://man.openbsd.org/?query=iwn&sektion=4&format=html">iwn(4)</a> for Intel WiFi Link 5150.
1.1       deraadt   502: <!-- 2008/12/01 -->
1.27      sthen     503: <li>Initial support for neighbor expiry in <a href="http://man.openbsd.org/?query=dvmrpd&sektion=8&format=html">dvmrpd(8)</a>.
                    504: <li>Added Huawei E510 to the list of supported <a href="http://man.openbsd.org/?query=umsm&sektion=4&format=html">umsm(4)</a> devices.
1.1       deraadt   505: <li>Updated xf86-video-intel to 2.4.3.
1.27      sthen     506: <li>Initial version of the <a href="http://man.openbsd.org/?query=bt.conf&sektion=5&format=html">bt.conf(5)</a> file.
                    507: <li>In <a href="http://man.openbsd.org/?query=jme&sektion=4&format=html">jme(4)</a>, configure clock source for TX mac/offload engines. Required for JMC261-based devices.
1.1       deraadt   508: <!-- 2008/11/30 -->
                    509: <li>Remove ukbd support for keyboard/mouse over bluetooth on landisk GENERIC kernels.
1.27      sthen     510: <li>Make <a href="http://man.openbsd.org/?query=uvideo&sektion=4&format=html">uvideo(4)</a> set up three isoc transfers at a time to not miss frames.
1.1       deraadt   511: <!-- 2008/11/29 -->
1.27      sthen     512: <li>Added initial support in <a href="http://man.openbsd.org/?query=re&sektion=4&format=html">re(4)</a> for 8168D/8111D-based devices.
1.1       deraadt   513: <!-- 2008/11/28 -->
1.27      sthen     514: <li>Added sndio support to <a href="http://man.openbsd.org/?query=cdio&sektion=1&format=html">cdio(1)</a>.
                    515: <li>Fix for 64-bit high-speed isoc USB transfers in <a href="http://man.openbsd.org/?query=ehci&sektion=4&format=html">ehci(4)</a>.
                    516: <li>Initial <a href="http://man.openbsd.org/?query=gpiodcf&sektion=4&format=html">gpiodcf(4)</a> driver that attaches to a GPIO pin, decodes the signal from an attached DCF77, HG or TDF receiver and provides a timedelta.
1.1       deraadt   517: <!-- 2008/11/27 -->
1.27      sthen     518: <li>Make <a href="http://man.openbsd.org/?query=growfs&sektion=8&format=html">growfs(8)</a> refuse to work on dirty filesystems, and set the filesystem to dirty when done, to force fsck afterwards.
                    519: <li>Initial driver for the Netgear WG1111v2 RTL8187-based devices in <a href="http://man.openbsd.org/?query=urtw&sektion=4&format=html">urtw(4)</a>.
1.1       deraadt   520: <!-- 2008/11/26 -->
                    521: <li>Enabled bluetooth on alpha, amd64, armish, hppa, i386, landisk, macppc, sparc64 and zaurus GENERIC kernels.
                    522: <li>Better avoid network livelock by adding a timeout that will reduce high water marks on network interfaces if we never get below softclock.
1.27      sthen     523: <li>Fix <a href="http://man.openbsd.org/?query=pf&sektion=4&format=html">pf(4)</a> state linking for v6-over-v4 <a href="http://man.openbsd.org/?query=gif&sektion=4&format=html">gif(4)</a> tunnels.
                    524: <li>Only allow to set <a href="http://man.openbsd.org/?query=gpio&sektion=4&format=html">gpio(4)</a> pin configuration on securelevel 0. Also allows to give the pin names.
1.1       deraadt   525: <!-- 2008/11/25 -->
                    526: <li>Initial port of the xscale based gumstix platform and the ARM based OpenMoko.
1.27      sthen     527: <li>Implemented <a href="http://man.openbsd.org/?query=btd&sektion=8&format=html">btd(8)</a> config reloading.
                    528: <li>Move <a href="http://man.openbsd.org/?query=em&sektion=4&format=html">em(4)</a> RX ring allocation to have 4 mbufs and then allocate more on demand.
                    529: <li>Switch buffer usage in <a href="http://man.openbsd.org/?query=wd&sektion=4&format=html">wd(4)</a> to a simple m_devget() call to copy a packet from the RX DMA ring.
1.1       deraadt   530: <!-- 2008/11/24 -->
1.27      sthen     531: <li>Imported <a href="http://man.openbsd.org/?query=btd&sektion=8&format=html">btd(8)</a> and <a href="http://man.openbsd.org/?query=btctl&sektion=8&format=html">btctl(8)</a>, Bluetooth daemon and control utility.
                    532: <li>Fix panic at attach in <a href="http://man.openbsd.org/?query=uvideo&sektion=4&format=html">uvideo(4)</a> by sanitizing wrong bDefaultFrameIndex values.
                    533: <li>Imported <a href="http://man.openbsd.org/?query=btsco&sektion=4&format=html">btsco(4)</a> into the Bluetooth stack.
                    534: <li>Introduced route hold down in <a href="http://man.openbsd.org/?query=dvmrpd&sektion=8&format=html">dvmrpd(8)</a>.
                    535: <li>Move <a href="http://man.openbsd.org/?query=vic&sektion=4&format=html">vic(4)</a> from the 4k to the 9k jumbo allocator.
1.1       deraadt   536: <li>Enable the 8, 9, 12, 16 and 64k backend allocators for mbuf clusters.
1.27      sthen     537: <li>Initial support in <a href="http://man.openbsd.org/?query=ospfd&sektion=8&format=html">ospfd(8)</a> for stub areas.
1.1       deraadt   538: <li>Make the kernel allow allocations larger than PAGE_SIZE from pools.
                    539: <li>Queue tc randomness when available, to improve the early arc4random() calls.
                    540: <li>Allow entropy to be queued before randomattach() is called.
1.27      sthen     541: <li>Fix old <a href="http://man.openbsd.org/?query=make&sektion=1&format=html">make(1)</a> bug.
                    542: <li>Move <a href="http://man.openbsd.org/?query=vic&sektion=4&format=html">vic(4)</a> jumbo frame allocator to use the second RX ring and populate it with 4k frames.
1.1       deraadt   543: <li>Move the cardbus code use workq.
1.27      sthen     544: <li>Add -A and -D to <a href="http://man.openbsd.org/?query=gpioctl&sektion=8&format=html">gpioctl(8)</a> to attach and detach gpio devices at runtime.
                    545: <li>Move <a href="http://man.openbsd.org/?query=vic&sektion=4&format=html">vic(4)</a> to the new cluster allocator so it can start out with 4 mbufs on the ring and allocate more on demand.
1.1       deraadt   546: <li>Add several backend pools to allocate kernel mbuf clusters of various sizes out of.
                    547: <li>Implemented link-state tracking on the routing table.
                    548: <!-- 2008/11/23 -->
                    549: <li>Make the random pool seed with the dmesg buffer at randomattach() so early arc4random() calls return something unique on different machines.
1.27      sthen     550: <li>Prevent infinite loop in <a href="http://man.openbsd.org/?query=bc&sektion=1&format=html">bc(1)</a>.
                    551: <li>Reworked <a href="http://man.openbsd.org/?query=sdmmc&sektion=4&format=html">sdmmc(4)</a> locking to remove recursion.
1.1       deraadt   552: <li>Make sure we handle ext2fs with big inodes.
1.27      sthen     553: <li>Added <a href="http://man.openbsd.org/?query=softraid&sektion=4&format=html">softraid(4)</a> support for <a href="http://man.openbsd.org/?query=aoe&sektion=4&format=html">aoe(4)</a>.
1.1       deraadt   554: <li>Move inteldrm vblank data allocations to attach, not at irq enable.
1.27      sthen     555: <li>Removed the final bits of <a href="http://man.openbsd.org/?query=pccom&sektion=4&format=html">pccom(4)</a>.
                    556: <li>Enable <a href="http://man.openbsd.org/?query=bio&sektion=4&format=html">bio(4)</a> on <a href="http://man.openbsd.org/?query=mpi&sektion=4&format=html">mpi(4)</a>.
1.1       deraadt   557: <li>Fix IPv6 related crashes by checking cached v6 routes to make sure they are still valid.
                    558: <!-- 2008/11/22 -->
1.27      sthen     559: <li>In the installer scripts, create new <a href="http://man.openbsd.org/?query=bpf&sektion=4&format=html">bpf(4)</a> device files whenever a dhclient is started to allow for multiple interfaces being configured with DHCP during install and upgrades.
                    560: <li>Move the DRM drivers from attaching to the VGA bus to a similar scheme as the <a href="http://man.openbsd.org/?query=audio&sektion=4&format=html">audio(4)</a> interfaces, making it essentially bus independent.
                    561: <li>Make <a href="http://man.openbsd.org/?query=bge&sektion=4&format=html">bge(4)</a> perform bus_dmamap_syncs on the RX mbufs.
1.1       deraadt   562: <li>Allow wired memory on i386 to be accounted. Users are now allowed to call mlock, while the limit is imposed by the current MLIMIT_MEMLOCK.
                    563: <li>Move i386, amd64 and sparc64 to cpu_unidle, to replace what signotify used to do.
                    564: <li>Enabled a use-after-free protection for kernel memory pools.
1.27      sthen     565: <li>Fix in <a href="http://man.openbsd.org/?query=ahci&sektion=4&format=html">ahci(4)</a> for some NVidia MCP77 AHCI controllers.
1.1       deraadt   566: <li>Re-enabled ACPI PDC support for amd64 machines.
1.27      sthen     567: <li>Make <a href="http://man.openbsd.org/?query=config&sektion=8&format=html">config(8)</a> enable selected by attribute work.
1.1       deraadt   568: <!-- 2008/11/21 -->
                    569: <li>Synced the bluetooth code with NetBSD.
                    570: <li>Relax FAT sanity checks so any two-byte jmp followed by a NOP or a three-byte jmp will be acceptable as preamble to a FAT boot sector.
1.27      sthen     571: <li>Moved Option Globetrotter GT Fusion from <a href="http://man.openbsd.org/?query=ubsa&sektion=4&format=html">ubsa(4)</a> to <a href="http://man.openbsd.org/?query=umsm&sektion=4&format=html">umsm(4)</a>.
1.1       deraadt   572: <li>Reverted -fpie for powerpc.
1.27      sthen     573: <li>Make <a href="http://man.openbsd.org/?query=bgpd&sektion=8&format=html">bgpd(8)</a> track nexthops when the underlying route is changing.
1.1       deraadt   574: <li>Backout the new powerpc interrupt subsystem, some bug still left to find.
                    575: <!-- 2008/11/20 -->
1.27      sthen     576: <li>Make <a href="http://man.openbsd.org/?query=ssh&sektion=1&format=html">ssh(1)</a> disconnect on padding errors too.
                    577: <li>In <a href="http://man.openbsd.org/?query=dvmrpd&sektion=8&format=html">dvmrpd(8)</a>, introduce support for flash updates.
                    578: <li>Make both <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a> and <a href="http://man.openbsd.org/?query=audio&sektion=4&format=html">audio(4)</a> backends use the AUDIODEVICE environment variable to determine the sockets or device to use.
1.1       deraadt   579: <!-- 2008/11/19 -->
                    580: <li>Move allocations between half a page and a page as close to the end of the page as possible.
1.27      sthen     581: <li>Reduce the leeway <a href="http://man.openbsd.org/?query=malloc&sektion=3&format=html">malloc(3)</a> allows when moving allocations to the end of a page to 0.
                    582: <li>Do not reset the TX threshold value in <a href="http://man.openbsd.org/?query=xl&sektion=4&format=html">xl(4)</a> when xl_init() is called, also make sure the TX queue is empty before clearing the watchdog timer.
1.1       deraadt   583: <!-- 2008/11/18 -->
1.27      sthen     584: <li>Make <a href="http://man.openbsd.org/?query=azalia&sektion=4&format=html">azalia(4)</a> jack sensors available as read-only mixer items.
1.1       deraadt   585: <!-- 2008/11/17 -->
                    586: <!-- 2008/11/16 -->
1.27      sthen     587: <li>Add HP P711m and P721m to the list of supported <a href="http://man.openbsd.org/?query=ciss&sektion=4&format=html">ciss(4)</a> devices.
                    588: <li>Use the generic <a href="http://man.openbsd.org/?query=azalia&sektion=4&format=html">azalia(4)</a> mixer configuration for Realtek ALC codecs. Adds output.master to ALC885 and ALC888.
                    589: <li>Allow <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a> to listen on multiple sockets.
                    590: <li>In <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a>, make clients inherit the volume parameter when the -v option is used in server mode.
                    591: <li>Make sure <a href="http://man.openbsd.org/?query=wpi&sektion=4&format=html">wpi(4)</a> and <a href="http://man.openbsd.org/?query=iwn&sektion=4&format=html">iwn(4)</a> clear pending interrupts in the driver attach routine.
1.1       deraadt   592: <!-- 2008/11/15 -->
                    593: <!-- 2008/11/14 -->
1.27      sthen     594: <li>Make <a href="http://man.openbsd.org/?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.
                    595: <li>Upgraded <a href="http://man.openbsd.org/?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.7.
1.1       deraadt   596: <!-- 2008/11/13 -->
1.27      sthen     597: <li>Add support for ST's chips in the <a href="http://man.openbsd.org/?query=sdtemp&sektion=4&format=html">sdtemp(4)</a> driver.
1.1       deraadt   598: <li>Help the 802.11 code to mitigate the MIC failure notification attack to guess the CRC.
                    599: <!-- 2008/11/12 -->
                    600: <!-- 2008/11/11 -->
1.27      sthen     601: <li>Added support in <a href="http://man.openbsd.org/?query=gcc&sektion=1&format=html">gcc(1)</a> for Position Independent Executables, PIE. Adds -fpie and -fPIE flags.
                    602: <li>Enabled support in <a href="http://man.openbsd.org/?query=gdb&sektion=1&format=html">gdb(1)</a> for debugging PIE programs.
                    603: <li>Make <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a> expose the volume knob in server mode too.
                    604: <li>Use RFC2409-compliant notification messages in <a href="http://man.openbsd.org/?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> when client identities are not valid during phase 2.
                    605: <li>Make <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a> in non-server mode terminate when it is idle.
1.1       deraadt   606: <!-- 2008/11/10 -->
                    607: <li>Make sure any kernel operations done with a process's directories are atomic and not after sleeping.
1.27      sthen     608: <li>In <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a>, add a per-stream "soft volume".
                    609: <li>Fixes for <a href="http://man.openbsd.org/?query=monop&sektion=6&format=html">monop(6)</a> rules when buying hotels.
1.1       deraadt   610: <!-- 2008/11/09 -->
1.27      sthen     611: <li>Added eMPIA Technology 2761 to the list of supported <a href="http://man.openbsd.org/?query=uvideo&sektion=4&format=html">uvideo(4)</a> devices.
                    612: <li>Added BULK xfer support to <a href="http://man.openbsd.org/?query=uvideo&sektion=4&format=html">uvideo(4)</a>.
                    613: <li>Make <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a> stop the audio device if it is idle when in server mode.
1.1       deraadt   614: <li>Prevent apps that poll a stopped sndio device from using 100% CPU.
1.27      sthen     615: <li>New <a href="http://man.openbsd.org/?query=agp&sektion=4&format=html">agp(4)</a> attach code, similar to how <a href="http://man.openbsd.org/?query=audio&sektion=4&format=html">audio(4)</a> attaches.
1.1       deraadt   616: <!-- 2008/11/08 -->
1.27      sthen     617: <li>New <a href="http://man.openbsd.org/?query=bpf&sektion=4&format=html">bpf(4)</a> code to create VLAN encapsulation from the tag stored in the mbuf header.
1.1       deraadt   618: <li>Make the kernel fork code allocate required space for systrace early so we are sure the activation code wont sleep in sensitive places.
1.27      sthen     619: <li>Major overhaul of <a href="http://man.openbsd.org/?query=wpi&sektion=4&format=html">wpi(4)</a> to bring in HW CCMP encryption/decryption among other things. Requires new wpi-firmware.
1.1       deraadt   620: <!-- 2008/11/07 -->
1.27      sthen     621: <li><font color="#e00000"><strong>RELIABILITY FIX: Problems with DH0_DHCP_OPTIONS_OVERLOAD in <a href="http://man.openbsd.org/?query=dhcpd&sektion=8&format=html">dhcpd(8)</a>.</strong></font><br>
1.1       deraadt   622: <a href="errata44.html#006_dhcpd">A source code patch is available</a>.<br>
                    623: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.27      sthen     624: <li>Add malloc and bucket views to <a href="http://man.openbsd.org/?query=systat&sektion=1&format=html">systat(1)</a>.
                    625: <li>Added new <a href="http://man.openbsd.org/?query=sysctl&sektion=8&format=html">sysctl(8)</a> ddb.trigger to take the OS into the <a href="http://man.openbsd.org/?query=ddb&sektion=4&format=html">ddb(4)</a> debugger if ddb.console=1 and the write comes from the actual console tty.
                    626: <li>Fixes for <a href="http://man.openbsd.org/?query=trunk&sektion=4&format=html">trunk(4)</a> LACP code to help it work with Catalyst 3500s.
                    627: <li>Better initialization for BCM5906 based <a href="http://man.openbsd.org/?query=bge&sektion=4&format=html">bge(4)</a> devices.
                    628: <li>Set default coalescence factor to 64 for both RX and TX on <a href="http://man.openbsd.org/?query=jme&sektion=4&format=html">jme(4)</a> devices.
1.1       deraadt   629: <li>Make libsndio expose the block size in the sndio API.
1.27      sthen     630: <li>Fix for <a href="http://man.openbsd.org/?query=gem&sektion=4&format=html">gem(4)</a> TX FIFO threshold underruns.
1.1       deraadt   631: <!-- 2008/11/06 -->
                    632: <li>Set default acceleration for i830 graphic chips to EXA.
                    633: <!-- 2008/11/05 -->
1.27      sthen     634: <li>Set the IFCAP_VLAN_MTU for <a href="http://man.openbsd.org/?query=aue&sektion=4&format=html">aue(4)</a>, <a href="http://man.openbsd.org/?query=axe&sektion=4&format=html">axe(4)</a>, <a href="http://man.openbsd.org/?query=mos&sektion=4&format=html">mos(4)</a> and <a href="http://man.openbsd.org/?query=url&sektion=4&format=html">url(4)</a> so they are allowed to transmit full sized VLAN tagged frames.
                    635: <li>Added support for iso8859-13 in <a href="http://man.openbsd.org/?query=lynx&sektion=1&format=html">lynx(1)</a>.
1.1       deraadt   636: <!-- 2008/11/04 -->
1.27      sthen     637: <li>Various <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a> CPU usage reductions.
                    638: <li>Added support for the J-PAKE password protocol to <a href="http://man.openbsd.org/?query=ssh&sektion=1&format=html">ssh(1)</a>, not enabled by default.
1.1       deraadt   639: <!-- 2008/11/03 -->
1.27      sthen     640: <li>Various <a href="http://man.openbsd.org/?query=make&sektion=1&format=html">make(1)</a> improvements.
                    641: <li>Reduce <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a> CPU usage when only channel conversion are required.
1.1       deraadt   642: <li>Updated xf86-video-nv to 2.1.12 and xf86-video-openchrome to 0.2.903.
1.27      sthen     643: <li>For <a href="http://man.openbsd.org/?query=iwn&sektion=4&format=html">iwn(4)</a> devices, add HW CCMP encryption/decryption support of unicast frames.
                    644: <li>Added ~x support to <a href="http://man.openbsd.org/?query=mail&sektion=1&format=html">mail(1)</a>.
1.1       deraadt   645: <!-- 2008/11/02 -->
                    646: <li>Updated xf86-video-sunffb to 1.2.0.
                    647: <li>Added support for w83627dhg devices in the i2c driver.
                    648: <li>Updated xserver to 1.5.2 in the xenocara tree.
                    649: <li>Updated Mesa to 7.2 in the xenocara tree.
                    650: <!-- 2008/11/01 -->
1.27      sthen     651: <li>Added a view in <a href="http://man.openbsd.org/?query=systat&sektion=1&format=html">systat(1)</a> that shows <a href="http://man.openbsd.org/?query=pool&sektion=9&format=html">pool(9)</a> information.
1.1       deraadt   652: <li>Disabled portalfs in the GENERIC kernels.
1.27      sthen     653: <li>Initial version of <a href="http://man.openbsd.org/?query=smtpd&sektion=8&format=html">smtpd(8)</a>, an smtp server implementation.
1.1       deraadt   654: <li>Updated xf86-video-radeonhd to 1.2.3.
                    655: <!-- 2008/10/31 -->
1.27      sthen     656: <li>For <a href="http://man.openbsd.org/?query=systat&sektion=1&format=html">systat(1)</a>, improve reporting of cache misses in the vmstat view.
1.1       deraadt   657: <!-- 2008/10/30 -->
1.27      sthen     658: <li>In <a href="http://man.openbsd.org/?query=azalia&sektion=4&format=html">azalia(4)</a>, add support for converter groups where members have non-identical sample size and rate capabilities.
                    659: <li>Fix building of <a href="http://man.openbsd.org/?query=trunk&sektion=4&format=html">trunk(4)</a> for non-INET6 kernels.
1.1       deraadt   660: <li>Use msleep() in the reaper code, to prevent it from losing events.
                    661: <li>Make arp resolving less prone to loose packets by queueing small burst of packets.
                    662: <!-- 2008/10/29 -->
1.27      sthen     663: <li>Added support in <a href="http://man.openbsd.org/?query=emu&sektion=4&format=html">emu(4)</a> for Audigy 2 Value based devices.
                    664: <li>Add <a href="http://man.openbsd.org/?query=bio&sektion=4&format=html">bio(4)</a> support to <a href="http://man.openbsd.org/?query=cac&sektion=4&format=html">cac(4)</a>.
1.1       deraadt   665: <!-- 2008/10/28 -->
1.27      sthen     666: <li>In <a href="http://man.openbsd.org/?query=pf&sektion=4&format=html">pf(4)</a>, skip 'urpf-failed' test for IPv6 link local addresses.
                    667: <li>Avoid infinite recursion in the <a href="http://man.openbsd.org/?query=gcc&sektion=1&format=html">gcc(1)</a> stack protection code.
                    668: <li>Added support for multiple <a href="http://man.openbsd.org/?query=pflow&sektion=4&format=html">pflow(4)</a> interfaces.
                    669: <li>Do DNS resolution in a separate process for <a href="http://man.openbsd.org/?query=ypldap&sektion=8&format=html">ypldap(8)</a>.
                    670: <li>Various updates to the <a href="http://man.openbsd.org/?query=bio&sektion=4&format=html">bio(4)</a> support in <a href="http://man.openbsd.org/?query=ami&sektion=4&format=html">ami(4)</a>.
                    671: <li>Added beginnings of <a href="http://man.openbsd.org/?query=bio&sektion=4&format=html">bio(4)</a> support for <a href="http://man.openbsd.org/?query=mpi&sektion=4&format=html">mpi(4)</a>.
                    672: <li>Feed IPv6 flow label in <a href="http://man.openbsd.org/?query=trunk&sektion=4&format=html">trunk(4)</a> hash calculation.
                    673: <li>for <a href="http://man.openbsd.org/?query=trunk&sektion=4&format=html">trunk(4)</a>, show the ACTIVE flag in <a href="http://man.openbsd.org/?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> for the single interface that is active in failover mode.
1.1       deraadt   674: <!-- 2008/10/27 -->
1.27      sthen     675: <li>Re-added TX Vlan tag insertion on <a href="http://man.openbsd.org/?query=nge&sektion=4&format=html">nge(4)</a>, and RX Vlan tag stripping for <a href="http://man.openbsd.org/?query=nfe&sektion=4&format=html">nfe(4)</a>.
                    676: <li>Fix for 4-channel output on <a href="http://man.openbsd.org/?query=auich&sektion=4&format=html">auich(4)</a> for SiS 7012-based devices.
1.1       deraadt   677: <li>Try harder to use ACPI on i386 machines.
                    678: <li>Updated Time Zone data to tzdata2008i.
                    679: <!-- 2008/10/26 -->
1.27      sthen     680: <li>In <a href="http://man.openbsd.org/?query=azalia&sektion=4&format=html">azalia(4)</a> for AD1984 based devices, connect headphones to the proper DAC.
1.1       deraadt   681: <li>Plug mbuf leak in the NFS RPC record error case.
1.27      sthen     682: <li>Added minimal audio server capability to <a href="http://man.openbsd.org/?query=aucat&sektion=1&format=html">aucat(1)</a>.
1.1       deraadt   683: <!-- 2008/10/25 -->
                    684: <!-- 2008/10/24 -->
1.27      sthen     685: <li>Make <a href="http://man.openbsd.org/?query=pkg_create&sektion=1&format=html">pkg_create(1)</a> default to sha256.
                    686: <li>Added <a href="http://man.openbsd.org/?query=auacer&sektion=4&format=html">auacer(4)</a> to amd64 and i386 GENERIC kernels.
1.1       deraadt   687: <!-- 2008/10/23 -->
                    688: <li>Fix for "uvm_km thread out of memory" situation.
1.27      sthen     689: <li>Added S/PDIF output support for <a href="http://man.openbsd.org/?query=ac97&sektion=4&format=html">ac97(4)</a>, <a href="http://man.openbsd.org/?query=auich&sektion=4&format=html">auich(4)</a> and <a href="http://man.openbsd.org/?query=auvia&sektion=4&format=html">auvia(4)</a>.
                    690: <li>Enabled 4 and 6 channel support in <a href="http://man.openbsd.org/?query=auich&sektion=4&format=html">auich(4)</a>.
                    691: <li>Added <a href="http://man.openbsd.org/?query=mos&sektion=4&format=html">mos(4)</a> to amd64, i386, macppc and sparc64 GENERIC and RAMDISK kernels.
                    692: <li>Initial version of a <a href="http://man.openbsd.org/?query=mos&sektion=4&format=html">mos(4)</a> driver for MOSCHIP MCS7x30 USB Ethernet chips.
                    693: <li>For older IT8712 based <a href="http://man.openbsd.org/?query=it&sektion=4&format=html">it(4)</a> chips, round up to nearest minute 16-bit timeout.
1.1       deraadt   694: <!-- 2008/10/22 -->
1.27      sthen     695: <li>Make <a href="http://man.openbsd.org/?query=azalia&sektion=4&format=html">azalia(4)</a> power down the codec if it has no audio functions groups.
                    696: <li>Make <a href="http://man.openbsd.org/?query=pflogd&sektion=8&format=html">pflogd(8)</a> log pcap stats upon SIGUSR1.
1.1       deraadt   697: <!-- 2008/10/21 -->
1.27      sthen     698: <li>Added FAN4 and FAN5 support to IT87(16,18,26) based <a href="http://man.openbsd.org/?query=it&sektion=4&format=html">it(4)</a> devices.
                    699: <li>Add TX vlan tag insertion and RX vlan tag stripping to <a href="http://man.openbsd.org/?query=stge&sektion=4&format=html">stge(4)</a> and <a href="http://man.openbsd.org/?query=vge&sektion=4&format=html">vge(4)</a>.
                    700: <li>Added bpf/tcpdump support to <a href="http://man.openbsd.org/?query=pflow&sektion=4&format=html">pflow(4)</a>.
1.1       deraadt   701: <!-- 2008/10/20 -->
1.27      sthen     702: <li>RX vlan stripping for <a href="http://man.openbsd.org/?query=xge&sektion=4&format=html">xge(4)</a>.
                    703: <li>Re-added TX vlan insertion and RX vlan stripping for <a href="http://man.openbsd.org/?query=ixgb&sektion=4&format=html">ixgb(4)</a> interfaces.
                    704: <li>For <a href="http://man.openbsd.org/?query=jme&sektion=4&format=html">jme(4)</a>, enable support for RX checksum offload, RX vlan stripping and TX vlan insertion.
1.1       deraadt   705: <!-- 2008/10/19 -->
1.27      sthen     706: <li>RX vlan stripping for <a href="http://man.openbsd.org/?query=ti&sektion=4&format=html">ti(4)</a> and <a href="http://man.openbsd.org/?query=bnx&sektion=4&format=html">bnx(4)</a>.
1.1       deraadt   707: <!-- 2008/10/18 -->
                    708: <!-- 2008/10/17 -->
1.27      sthen     709: <li>Re-added RX vlan tag stripping to <a href="http://man.openbsd.org/?query=bge&sektion=4&format=html">bge(4)</a>, and <a href="http://man.openbsd.org/?query=em&sektion=4&format=html">em(4)</a>, and TX vlan insertion for <a href="http://man.openbsd.org/?query=em&sektion=4&format=html">em(4)</a>.
                    710: <li>In <a href="http://man.openbsd.org/?query=mpe&sektion=4&format=html">mpe(4)</a>, prevent users from assigning reserved labels to interfaces.
1.1       deraadt   711: <!-- 2008/10/16 -->
1.27      sthen     712: <li>Make <a href="http://man.openbsd.org/?query=ftp&sektion=1&format=html">ftp(1)</a> handle resume when local file does not exist.
                    713: <li>Added S/PDIF support in <a href="http://man.openbsd.org/?query=azalia&sektion=4&format=html">azalia(4)</a>.
                    714: <li>Make <a href="http://man.openbsd.org/?query=bridge&sektion=4&format=html">bridge(4)</a> handle interfaces with and without hardware vlan tag support and forward packets inbetween.
                    715: <li>Make -a default for <a href="http://man.openbsd.org/?query=usbhidctl&sektion=1&format=html">usbhidctl(1)</a>.
                    716: <li>Make the <a href="http://man.openbsd.org/?query=vlan&sektion=4&format=html">vlan(4)</a> code drop promiscuously received packets if the vlan interface is not in promiscuous mode itself.
                    717: <li>Added support in <a href="http://man.openbsd.org/?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> for IEEE LACP and MARKER protocols as per 802.3ad.
1.1       deraadt   718: <!-- 2008/10/15 -->
                    719: <li>Make PPPoE sessions IDs unique per receiving interface so interfaces can reuse it on different networks.
1.27      sthen     720: <li>Added <a href="http://man.openbsd.org/?query=ichiic&sektion=4&format=html">ichiic(4)</a> driver for ICH10.
                    721: <li>Make -a default for <a href="http://man.openbsd.org/?query=radioctl&sektion=1&format=html">radioctl(1)</a>.
                    722: <li>In the <a href="http://man.openbsd.org/?query=azalia&sektion=4&format=html">azalia(4)</a> driver, remove unconnected pins from connection and mixer lists.
                    723: <li>Make <a href="http://man.openbsd.org/?query=random&sektion=9&format=html">random(9)</a> return per-cpu values.
1.1       deraadt   724: <li>Enabled inteldrm and radeondrm on both amd64 and i386 GENERIC kernels.
                    725: <!-- 2008/10/14 -->
                    726: <li>Make the kernel random device yield between copying out large chunks of random data to userspace.
1.27      sthen     727: <li>Enabled <a href="http://man.openbsd.org/?query=ypldap&sektion=8&format=html">ypldap(8)</a> in normal builds.
                    728: <li>Added support for referrals and lists of attributes to <a href="http://man.openbsd.org/?query=ypldap&sektion=8&format=html">ypldap(8)</a>.
1.1       deraadt   729: <li>Make MPLS handle IPv4 and IPv6 explicit null labels.
1.27      sthen     730: <li>Try to get MAC address from <a href="http://man.openbsd.org/?query=jme&sektion=4&format=html">jme(4)</a> devices even though the imported driver was trying to randomize one for us.
1.1       deraadt   731: <!-- 2008/10/13 -->
                    732: <li>Added a method in libpciaccess to read the legacy BIOS region on alpha/amd64/i386.
                    733: <li>Updated xedit to 1.1.1 and xf86-input-mutouch to 1.2.1.
1.27      sthen     734: <li>Rewrite of <a href="http://man.openbsd.org/?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.
1.1       deraadt   735: <li>Disabled IPv6 PCB linking for UDP packets.
                    736: <li>Updated Time Zone data to tzdata2008g.
                    737: <!-- 2008/10/12 -->
                    738: <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.
                    739: <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.
                    740: <li>Updated xf86-video-i128 to 1.3.1, xf86-video-i740 to 1.2.0 and xf86-video-rendition to 4.2.0.
                    741: <li>Updated xf86-video-vesa to 2.0.0, xf86-video-intel to 2.4.2 and xf86-video-glint to 1.2.1.
                    742: <li>Adjusted the socppc platform to the redesigned powerpc interrupt architecture.
                    743: <!-- 2008/10/11 -->
1.27      sthen     744: <li>Make <a href="http://man.openbsd.org/?query=vcons&manpath=OpenBSD+Current&arch=sparc64&sektion=0&format=html">vcons(4)</a> on sparc64 interrupt driven.
                    745: <li>For <a href="http://man.openbsd.org/?query=re&sektion=4&format=html">re(4)</a> devices, use hardware timer to simulate interrupt moderation.
1.1       deraadt   746: <li>Fix kernel internal pool allocator to check for PR_WAITOK instead of M_NOWAIT.
                    747: <!-- 2008/10/10 -->
                    748: <li>Removed /dev/prandom.
1.27      sthen     749: <li>Improve -X output in <a href="http://man.openbsd.org/?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> for PPP packets.
                    750: <li>Added <a href="http://man.openbsd.org/?query=rum&sektion=4&format=html">rum(4)</a> to the mips64 GENERIC kernel.
                    751: <li>Added missing <a href="http://man.openbsd.org/?query=spl&sektion=9&format=html">spl(9)</a> in the <a href="http://man.openbsd.org/?query=azalia&sektion=4&format=html">azalia(4)</a> driver for codec command setting/retrieval.
1.1       deraadt   752: <!-- 2008/10/09 -->
1.27      sthen     753: <li>Teach <a href="http://man.openbsd.org/?query=rcs&sektion=1&format=html">rcs(1)</a> about &#36;OpenBSD&#36; expansions.
                    754: <li>When adding a new user with <a href="http://man.openbsd.org/?query=user&sektion=8&format=html">user(8)</a>, do not move YP lines to the end of the file.
1.1       deraadt   755: <li>For amd64 and i386, skip memory areas smaller than 1 MB above the 16 MB boundary to deal with buggy ACPI BIOSes.
                    756: <li>Prevent crash in socket timeout code by handling HZ calculations with unsigned numbers to prevent negative results.
1.27      sthen     757: <li>Plug memory leak in <a href="http://man.openbsd.org/?query=snmpd&sektion=8&format=html">snmpd(8)</a> after sending a trap.
1.1       deraadt   758: <!-- 2008/10/08 -->
1.27      sthen     759: <li>Support setting PermitEmptyPasswords in a Match block in <a href="http://man.openbsd.org/?query=sshd_config&sektion=5&format=html">sshd_config(5)</a>.
                    760: <li>Added an -y option to <a href="http://man.openbsd.org/?query=ssh&sektion=1&format=html">ssh(1)</a> to force logging via syslog rather than stderr.
                    761: <li>Make <a href="http://man.openbsd.org/?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.
                    762: <li>Make <a href="http://man.openbsd.org/?query=vmstat&sektion=8&format=html">vmstat(8)</a> handle interrupt rate calculations over 2 billions.
                    763: <li>Make <a href="http://man.openbsd.org/?query=sed&sektion=1&format=html">sed(1)</a> handle arbitrarily long lines. Also plug a memory leak.
1.1       deraadt   764: <li>For "gunzip -N", store the extracted file if the header has no directory as if the -N was not specified.
1.27      sthen     765: <li>Make <a href="http://man.openbsd.org/?query=systat&sektion=1&format=html">systat(1)</a> in pftop mode print child queues right under their respective interface root queues.
                    766: <li>Make <a href="http://man.openbsd.org/?query=mtree&sektion=8&format=html">mtree(8)</a> return the correct exit codes for extra files.
1.1       deraadt   767: <!-- 2008/10/07 -->
                    768: <li>Enabled GL for libraries but not the X server on SGI mips64 machines.
1.27      sthen     769: <li>Added <a href="http://man.openbsd.org/?query=uhci&sektion=4&format=html">uhci(4)</a> at <a href="http://man.openbsd.org/?query=cardbus&sektion=4&format=html">cardbus(4)</a> on amd64 and i386 GENERIC kernels.
1.1       deraadt   770: <li>Fix alpha ieeefp emulation code when converting doubles to unsigned long ints.
1.27      sthen     771: <li>Prevent <a href="http://man.openbsd.org/?query=sed&sektion=1&format=html">sed(1)</a> 'l' command from encoding newlines.
                    772: <li>Make sure page 0 is selected when initializing the <a href="http://man.openbsd.org/?query=eephy&sektion=4&format=html">eephy(4)</a>.
                    773: <li>Fix memory leak in the <a href="http://man.openbsd.org/?query=acpi&sektion=4&format=html">acpi(4)</a> dsdt scope evaluation code.
                    774: <li>Better signal protection against races in <a href="http://man.openbsd.org/?query=authpf&sektion=8&format=html">authpf(8)</a>.
                    775: <li>If <a href="http://man.openbsd.org/?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.
                    776: <li>If <a href="http://man.openbsd.org/?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.
1.1       deraadt   777: <!-- 2008/10/06 -->
1.27      sthen     778: <li>Make <a href="http://man.openbsd.org/?query=pcidump&sektion=8&format=html">pcidump(8)</a> dump PCI devices from all the domains available in the system.
                    779: <li>Make <a href="http://man.openbsd.org/?query=fstat&sektion=1&format=html">fstat(1)</a>, <a href="http://man.openbsd.org/?query=pstat&sektion=8&format=html">pstat(8)</a> and some <a href="http://man.openbsd.org/?query=sysctl&sektion=8&format=html">sysctl(8)</a> entries hide file offsets and other information unless the user is the owner or superuser.
                    780: <li>Do not exit in <a href="http://man.openbsd.org/?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.
                    781: <li>Updated <a href="http://man.openbsd.org/?query=awk&sektion=1&format=html">awk(1)</a> to version 20071023.
                    782: <li>In <a href="http://man.openbsd.org/?query=ehci&sektion=4&format=html">ehci(4)</a>, don't force multi transaction endpoints down to single transactions.
                    783: <li>Add missing checks for sc_focus in the <a href="http://man.openbsd.org/?query=wscons&sektion=4&format=html">wscons(4)</a> driver.
1.1       deraadt   784: <!-- 2008/10/05 -->
                    785: <li>Updated Time Zone data to tzdata2008g and code to tzcode2008g.
1.27      sthen     786: <li>Make <a href="http://man.openbsd.org/?query=sendbug&sektion=1&format=html">sendbug(1)</a> parse all arguments before it starts working.
                    787: <li>Fix for <a href="http://man.openbsd.org/?query=em&sektion=4&format=html">em(4)</a> link state getting stuck in LINK_STATE_UNKNOWN.
1.1       deraadt   788: <!-- 2008/10/04 -->
                    789: <li>Added a pciutils like pci.ids file in xenocara for libpciaccess.
1.27      sthen     790: <li>When closing the video stream in <a href="http://man.openbsd.org/?query=uvideo&sektion=4&format=html">uvideo(4)</a>, switch back to the default interface as a last action.
1.1       deraadt   791: <!-- 2008/10/03 -->
1.27      sthen     792: <li>Make libc <a href="http://man.openbsd.org/?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.
1.1       deraadt   793: <li>For amd64 DDB, make extra CPUs 'hlt' instead of spin in a tight loop.
1.27      sthen     794: <li>Added new -D option to <a href="http://man.openbsd.org/?query=spamd-setup&sektion=8&format=html">spamd-setup(8)</a> to daemonize on early startup.
                    795: <li>In <a href="http://man.openbsd.org/?query=quiz&sektion=6&format=html">quiz(6)</a>, fix long group handling.
                    796: <li>64-bit fix for <a href="http://man.openbsd.org/?query=adventure&sektion=6&format=html">adventure(6)</a> save files.
1.1       deraadt   797: <!-- 2008/10/02 -->
1.27      sthen     798: <li>Make <a href="http://man.openbsd.org/?query=sigwait&sektion=3&format=html">sigwait(3)</a> work correctly for some cases where the signal could be diverted but <a href="http://man.openbsd.org/?query=sigwait&sektion=3&format=html">sigwait(3)</a> would still block.
                    799: <li>Repair <a href="http://man.openbsd.org/?query=ppp&sektion=8&format=html">ppp(8)</a> "set reconnect random 0".
                    800: <li>Cleanup of ethernet <a href="http://man.openbsd.org/?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.
                    801: <li>Fix <a href="http://man.openbsd.org/?query=ld.so&sektion=1&format=html">ld.so(1)</a> <a href="http://man.openbsd.org/?query=mmap&sektion=2&format=html">mmap(2)</a> error checking to be correct 64-bit addresses.
                    802: <li>Fix <a href="http://man.openbsd.org/?query=auvia&sektion=4&format=html">auvia(4)</a> ring descriptor problem by not using the 256th descriptor.
                    803: <li>Fix for <a href="http://man.openbsd.org/?query=huntd&sektion=6&format=html">huntd(6)</a> and add -b option to allow it to run in the background.
                    804: <li>Added the IBM 4810 SCC to the list of supported <a href="http://man.openbsd.org/?query=puc&sektion=4&format=html">puc(4)</a> devices.
                    805: <li>Fix in <a href="http://man.openbsd.org/?query=pf&sektion=4&format=html">pf(4)</a> when using sticky-address and a matching pass rule uses reply-to.
1.1       deraadt   806: <li>Make closed, disconnected or otherwise failed sockets still return stat information.
1.27      sthen     807: <li>Implemented <a href="http://man.openbsd.org/?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.
1.1       deraadt   808: <!-- 2008/10/01 -->
1.27      sthen     809: <li>Added POSIX character class support for <a href="http://man.openbsd.org/?query=fnmatch&sektion=3&format=html">fnmatch(3)</a> and <a href="http://man.openbsd.org/?query=glob&sektion=3&format=html">glob(3)</a>.
1.1       deraadt   810: <li>Make sure received IPv6 neighbor solicitations which isn't from the unspecified address match one of the interfaces address prefixes.
1.27      sthen     811: <li>Make <a href="http://man.openbsd.org/?query=lockspool&sektion=1&format=html">lockspool(1)</a> use the real uid instead of getlogin().
1.1       deraadt   812: <li>Fix in the libc DB code for sequential retrieval failures when using large key/data pairs.
1.27      sthen     813: <li>Make <a href="http://man.openbsd.org/?query=acpiasus&sektion=4&format=html">acpiasus(4)</a> handle the two ACPI events sent from the display cycle key.
1.1       deraadt   814: <li>Better stability for hppa machines by more aggressive cache flushing.
                    815: <!-- 2008/09/30 -->
1.27      sthen     816: <li>Provide a scsi probe hook in <a href="http://man.openbsd.org/?query=mpi&sektion=4&format=html">mpi(4)</a> that checks if an atapi device is plugged into SAS <a href="http://man.openbsd.org/?query=mpi&sektion=4&format=html">mpi(4)</a> variants.
1.1       deraadt   817: <li>Make the macppc properly count memory where OpenFirmware reports zero-sized entries in between filled memory banks.
1.27      sthen     818: <li>Make <a href="http://man.openbsd.org/?query=w&sektion=1&format=html">w(1)</a> properly display files with embedded colons being transferred via ftp.
                    819: <li>Make <a href="http://man.openbsd.org/?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.
                    820: <li>Fix "-m mode" in conjunction with the -p flag for <a href="http://man.openbsd.org/?query=mkdir&sektion=1&format=html">mkdir(1)</a>.
1.1       deraadt   821: <li>Fix occasional mfs-related panic on reboot.
1.27      sthen     822: <li>Fix in <a href="http://man.openbsd.org/?query=lynx&sektion=1&format=html">lynx(1)</a> gopher code.
1.1       deraadt   823: <!-- 2008/09/29 -->
1.27      sthen     824: <li>Added Xinerama and XRandR dual head support in <a href="http://man.openbsd.org/?query=cwm&sektion=1&format=html">cwm(1)</a>.
                    825: <li>Added <a href="http://man.openbsd.org/?query=jme&sektion=4&format=html">jme(4)</a> to sparc64 GENERIC and RAMDISK kernels.
                    826: <li>Added I-O DATA PCET/TX-R to the list of supported <a href="http://man.openbsd.org/?query=ne&sektion=4&format=html">ne(4)</a> devices.
                    827: <li>When running <a href="http://man.openbsd.org/?query=syslogd&sektion=8&format=html">syslogd(8)</a> in debug mode, prevent closing of random file descriptor.
                    828: <li>Updated <a href="http://man.openbsd.org/?query=perl&sektion=1&format=html">perl(1)</a> to 5.10.0.
                    829: <li>Fix logic in <a href="http://man.openbsd.org/?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".
                    830: <li>Enabled <a href="http://man.openbsd.org/?query=jme&sektion=4&format=html">jme(4)</a> JMicron Ethernet on amd64 and i386 GENERIC and RAMDISK kernels.
1.1       deraadt   831: <li>Use pools to do memory allocations for all sizes that are less or equal to the page size.
1.27      sthen     832: <li>Allow <a href="http://man.openbsd.org/?query=relayd&sektion=8&format=html">relayd(8)</a> to listen on a port range for redirections.
                    833: <li>Make it possible for <a href="http://man.openbsd.org/?query=ospfd&sektion=8&format=html">ospfd(8)</a> to learn new interfaces during runtime.
1.1       deraadt   834: <!-- 2008/09/28 -->
1.27      sthen     835: <li>Make sure we clear the PF state key when a IP (v4 or v6) exits a <a href="http://man.openbsd.org/?query=gif&sektion=4&format=html">gif(4)</a> tunnel.
1.1       deraadt   836: <!-- 2008/09/27 -->
1.27      sthen     837: <li>Updated <a href="http://man.openbsd.org/?query=isp&sektion=4&format=html">isp(4)</a> 12160 firmware from 10.04.32 to 10.04.41.
1.1       deraadt   838: <li>Initial implementation of 802.11x PMKSA caching and pre-authentication.
                    839: <!-- 2008/09/26 -->
1.27      sthen     840: <li>Add support in <a href="http://man.openbsd.org/?query=agp&sektion=4&format=html">agp(4)</a> to attach Intel Q35 integrated video.
                    841: <li>Added support in <a href="http://man.openbsd.org/?query=snmpd&sektion=8&format=html">snmpd(8)</a> to add an additional restricted control socket.
                    842: <li>Added support in <a href="http://man.openbsd.org/?query=ftp&sektion=1&format=html">ftp(1)</a> for proxies with password.
                    843: <li>Added a <a href="http://man.openbsd.org/?query=jme&sektion=4&format=html">jme(4)</a> driver for the JMicron JMC250/260 Ethernet controllers.
1.1       deraadt   844: <!-- 2008/09/25 -->
                    845: <li>Added a driver for the Attansic F1 PHY.
                    846: <!-- 2008/09/24 -->
1.27      sthen     847: <li>Fix <a href="http://man.openbsd.org/?query=vr&sektion=4&format=html">vr(4)</a> panic seen under high load.
1.1       deraadt   848: <!-- 2008/09/23 -->
1.27      sthen     849: <li>Updated <a href="http://man.openbsd.org/?query=xterm&sektion=1&format=html">xterm(1)</a> to version 237 and pixman to 0.12.0.
                    850: <li>Stop <a href="http://man.openbsd.org/?query=uvm&sektion=9&format=html">uvm(9)</a> from merging userland map entries.
1.1       deraadt   851: <!-- 2008/09/22 -->
1.27      sthen     852: <li>Added support in <a href="http://man.openbsd.org/?query=uath&sektion=4&format=html">uath(4)</a> for Philips SNU6500.
                    853: <li>Make <a href="http://man.openbsd.org/?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.
1.1       deraadt   854: <!-- 2008/09/21 -->
                    855: <!-- 2008/09/20 -->
                    856: <li>Make X on sparc64 stop messing with the PCI BARs. Makes the ATI driver work again on Ultra5/10.
                    857: <!-- 2008/09/19 -->
                    858: <li>Perform mvme197 latency timer reprogramming on the boot blocks, in addition to the kernel.
                    859: <li>Fix problems and races with POSIX file locking.
                    860: <!-- 2008/09/18 -->
                    861: <li>Increase the maximum length of the #! interpreter path from 64 to 128.
                    862: <li>Initial infrastructure to support hardware VLAN tag stripping.
                    863: <li>Reworked drm locking in xenocara.
1.27      sthen     864: <li>Fix <a href="http://man.openbsd.org/?query=ftp&sektion=1&format=html">ftp(1)</a> for gcc2 architectures.
                    865: <li>Added a flag to <a href="http://man.openbsd.org/?query=procmap&sektion=1&format=html">procmap(1)</a> to print amap usage.
1.1       deraadt   866: <!-- 2008/09/17 -->
                    867: <li>Redesigned powerpc interrupt architecture.
1.27      sthen     868: <li>Fix crash in <a href="http://man.openbsd.org/?query=pflow&sektion=4&format=html">pflow(4)</a> on a not correctly configured pflow interface.
                    869: <li>Added a key in <a href="http://man.openbsd.org/?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> to see a diff between the merged file and the new or old file.
                    870: <li>Make <a href="http://man.openbsd.org/?query=rcs&sektion=1&format=html">rcs(1)</a> and OpenCVS use <a href="http://man.openbsd.org/?query=getlogin&sektion=2&format=html">getlogin(2)</a> when committing as root (or via <a href="http://man.openbsd.org/?query=su&sektion=1&format=html">su(1)</a>/<a href="http://man.openbsd.org/?query=sudo&sektion=8&format=html">sudo(8)</a>).
1.1       deraadt   871: <!-- 2008/09/16 -->
                    872: <li>Fix probing on SGI machines for com@ioc.
                    873: <li>Updated xf86-video-cirrus to 1.2.1.
1.27      sthen     874: <li>Added support in <a href="http://man.openbsd.org/?query=gdb&sektion=1&format=html">gdb(1)</a> for reading auxiliary vectors.
                    875: <li>Make it possible to get the ELF auxiliary vector through <a href="http://man.openbsd.org/?query=ptrace&sektion=2&format=html">ptrace(2)</a>.
                    876: <li>Added <a href="http://man.openbsd.org/?query=netstat&sektion=8&format=html">netstat(8)</a> statistics for <a href="http://man.openbsd.org/?query=pflow&sektion=4&format=html">pflow(4)</a>.
1.1       deraadt   877: <!-- 2008/09/15 -->
                    878: <li>Added support in DDB for SMP powerpc machines.
1.27      sthen     879: <li>Enabled dirty buffer detection in <a href="http://man.openbsd.org/?query=mg&sektion=1&format=html">mg(1)</a>.
1.1       deraadt   880: <li>Updated timezone data files to tzdata2008f.
                    881: <!-- 2008/09/14 -->
                    882: <li>Removed deprecated applications from xenocara, including lbxproxy, xphelloworld, xplsprinters and xprehashprinterlist.
                    883: <!-- 2008/09/13 -->
1.27      sthen     884: <li>Added <a href="http://man.openbsd.org/?query=xcompmgr&sektion=1&format=html">xcompmgr(1)</a> to xenocara.
1.1       deraadt   885: <!-- 2008/09/12 -->
1.27      sthen     886: <li>Make <a href="http://man.openbsd.org/?query=ftpd&sektion=8&format=html">ftpd(8)</a> not split large commands into multiple commands on a 512-byte boundary. Prevents some attacks.
                    887: <li>Allow a user defined MERGE_CMD to be used in <a href="http://man.openbsd.org/?query=sysmerge&sektion=8&format=html">sysmerge(8)</a>.
1.1       deraadt   888: <li>Plugged two memory leaks in OpenCVS while using -r argument with various CVS commands.
                    889: <li>Make OpenCVS be very conservative about state changes with "admin -s".
1.27      sthen     890: <li>Make sure the IPv6 icmp mbuf recycle code clears the recorded <a href="http://man.openbsd.org/?query=pf&sektion=4&format=html">pf(4)</a> state information.
                    891: <li>In <a href="http://man.openbsd.org/?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.
                    892: <li>For <a href="http://man.openbsd.org/?query=ntpd&sektion=8&format=html">ntpd(8)</a>, move DNS lookups to its own process so it will not block ntp.
                    893: <li>Make the <a href="http://man.openbsd.org/?query=uvm&sektion=9&format=html">uvm(9)</a> waste less memory for amaps.
1.1       deraadt   894: <!-- 2008/09/11 -->
1.27      sthen     895: <li>Fix for <a href="http://man.openbsd.org/?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.
1.1       deraadt   896: <!-- 2008/09/10 -->
                    897: <li>Make the NFS kq code issue a NOTE_TRUNCATE if the file size has shrunk.
1.27      sthen     898: <li>Fix <a href="http://man.openbsd.org/?query=acpitz&sektion=4&format=html">acpitz(4)</a> Thermal Zone entities parsing when they are named object references instead of direct object references.
                    899: <li>Make some <a href="http://man.openbsd.org/?query=dc&sektion=4&format=html">dc(4)</a> devices with broken DC_ISR_RX_STATE poll for RX packets, fixes <a href="http://man.openbsd.org/?query=trunk&sektion=4&format=html">trunk(4)</a> usage on affected interfaces.
1.1       deraadt   900: <li>Added support for the ARM9e core to the ARM platform.
1.27      sthen     901: <li>Added support for 16-pin PCA9555 devices in <a href="http://man.openbsd.org/?query=pcagpio&sektion=4&format=html">pcagpio(4)</a>.
                    902: <li>Fix memory free error in <a href="http://man.openbsd.org/?query=bgpd&sektion=8&format=html">bgpd(8)</a> when carp_demote_get encounters an error.
                    903: <li>64-bit fixes for <a href="http://man.openbsd.org/?query=acpidump&sektion=1&format=html">acpidump(1)</a>.
1.1       deraadt   904: <!-- 2008/09/09 -->
                    905: <li>When waking a specific process sleeping on a unique address, don't traverse the full wakeup queue.
                    906: <li>Reenabled PF state key linking.
                    907: <li>Added 40-bit GART support for PCIE devices in the ATI drm code.
1.27      sthen     908: <li>Fix possible incorrect option handling in <a href="http://man.openbsd.org/?query=dhcpd&sektion=8&format=html">dhcpd(8)</a>.
                    909: <li>Added SparkLAN WCFM-100 to the list of supported <a href="http://man.openbsd.org/?query=malo&sektion=4&format=html">malo(4)</a> devices.
1.1       deraadt   910: <!-- 2008/09/08 -->
1.27      sthen     911: <li>Fix printing by group name in <a href="http://man.openbsd.org/?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>.
                    912: <li>Added <a href="http://man.openbsd.org/?query=pflow&sektion=4&format=html">pflow(4)</a>, a NetFlow v5 compatible flow export interface.
                    913: <li>Make <a href="http://man.openbsd.org/?query=eephy&sektion=4&format=html">eephy(4)</a> recognize Marvell 88E1116R Gig PHY.
                    914: <li>Added <a href="http://man.openbsd.org/?query=ftp&sektion=1&format=html">ftp(1)</a> option so it can get only newer files (-n) and specify maxdepth (-d) of recurrence.
                    915: <li>Enable support in <a href="http://man.openbsd.org/?query=printf&sektion=1&format=html">printf(1)</a> for %a, %A and %F.
                    916: <li>Make <a href="http://man.openbsd.org/?query=vmstat&sektion=1&format=html">vmstat(1)</a> show InUse rather than Releases for pools.
                    917: <li>Fixed link state issue in <a href="http://man.openbsd.org/?query=bge&sektion=4&format=html">bge(4)</a>.
1.1       deraadt   918: <!-- 2008/09/07 -->
                    919: <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.
                    920: <li>Major libm overhaul.
                    921: <li>Updated inputproto to 1.4.4 and xinput to 1.3.0.
                    922: <!-- 2008/09/06 -->
1.27      sthen     923: <li>Allow some <a href="http://man.openbsd.org/?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> set-style commands to have zero arguments.
1.1       deraadt   924: <li>Updated OpenSSL to 0.9.8h.
1.27      sthen     925: <li>Make <a href="http://man.openbsd.org/?query=pkg-config&sektion=1&format=html">pkg-config(1)</a> exit with a 0 return code when started with --help.
1.1       deraadt   926: <!-- 2008/09/05 -->
                    927: <!-- 2008/09/04 -->
1.27      sthen     928: <li>Make <a href="http://man.openbsd.org/?query=bgpd&sektion=8&format=html">bgpd(8)</a> ignore unknown SAFIs in the MP capabilities.
1.1       deraadt   929: <!-- 2008/09/03 -->
1.27      sthen     930: <li>Make <a href="http://man.openbsd.org/?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.
                    931: <li>For <a href="http://man.openbsd.org/?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://man.openbsd.org/?query=disktab&sektion=5&format=html">disktab(5)</a> entry.
                    932: <li>Make <a href="http://man.openbsd.org/?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.
1.1       deraadt   933: <!-- 2008/09/02 -->
1.27      sthen     934: <li>Prevent possible overflow in <a href="http://man.openbsd.org/?query=carp&sektion=4&format=html">carp(4)</a> when the sum of all demotion counters gets bigger than 255.
                    935: <li>Make <a href="http://man.openbsd.org/?query=cwm&sektion=1&format=html">cwm(1)</a> keep exec menu entries sorted.
                    936: <li>Make sure <a href="http://man.openbsd.org/?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> leaves no leftovers from sendmail in src when it stops unexpectedly.
1.1       deraadt   937: <!-- 2008/09/01 -->
1.27      sthen     938: <li>Make <a href="http://man.openbsd.org/?query=lpd&sektion=8&format=html">lpd(8)</a> more careful in checking disk space.
                    939: <li>Make <a href="http://man.openbsd.org/?query=systat&sektion=1&format=html">systat(1)</a> pftop mode display direction In/Out/Any for rule display, not just In/Out.
1.1       deraadt   940: <li>Add interrupt mitigation for Intel i9xx user_irq, should save a bit of power.
1.27      sthen     941: <li>Make sure <a href="http://man.openbsd.org/?query=inet_pton&sektion=3&format=html">inet_pton(3)</a> does not overflow for large prefixes.
                    942: <li>Switched <a href="http://man.openbsd.org/?query=ath&sektion=4&format=html">ath(4)</a> to softcrypto to enable support for WPA/WPA2.
1.1       deraadt   943: <!-- 2008/08/31 -->
                    944: <!-- 2008/08/30 -->
                    945: <!-- 2008/08/29 -->
1.27      sthen     946: <li>Make sure the <a href="http://man.openbsd.org/?query=re&sektion=4&format=html">re(4)</a> driver takes the PHY out of power down mode before probing for PHY.
                    947: <li>Fix <a href="http://man.openbsd.org/?query=vi&sektion=1&format=html">vi(1)</a> cscope support in the case that someone provided a filename without a directory.
1.1       deraadt   948: <!-- 2008/08/28 -->
1.27      sthen     949: <li>Added support for AMD Family 11h (Turion X2 Ultra et al) in <a href="http://man.openbsd.org/?query=km&sektion=4&format=html">km(4)</a>.
                    950: <li>Fix <a href="http://man.openbsd.org/?query=re&sektion=4&format=html">re(4)</a> multicast/promiscuous handling.
                    951: <li>Added WPA support to <a href="http://man.openbsd.org/?query=iwi&sektion=4&format=html">iwi(4)</a>.
                    952: <li>Make sure the <a href="http://man.openbsd.org/?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://man.openbsd.org/?query=bwi&sektion=4&format=html">bwi(4)</a> currently uses v3.
                    953: <li>Added WPA support for <a href="http://man.openbsd.org/?query=ipw&sektion=4&format=html">ipw(4)</a>.
1.1       deraadt   954: <li>Fix for xf86-input-elographics, would get stuck in an infinite loop.
1.27      sthen     955: <li>Initial driver <a href="http://man.openbsd.org/?query=auacer&sektion=4&format=html">auacer(4)</a> added to sparc64 GENERIC, for Acer Laber M5455 integrated sound found on recent Ultra workstations.
1.1       deraadt   956: <!-- 2008/08/27 -->
1.27      sthen     957: <li>Enabled <a href="http://man.openbsd.org/?query=uvideo&sektion=4&format=html">uvideo(4)</a> on sgi GENERIC kernels.
1.1       deraadt   958: <li>Updated xf86-input-keyboard to 1.3.1.
                    959: <li>Updated xwd to 1.0.2, xwininfo to 1.0.4 and libXau to 1.0.4.
                    960: <li>Fix length check in PPPoE when parsing discovery phase packets.
                    961: <!-- 2008/08/26 -->
1.27      sthen     962: <li>Added C-c target to <a href="http://man.openbsd.org/?query=mg&sektion=1&format=html">mg(1)</a> so you can bind ctrl-c ctrl-c in your ~/.mg file.
                    963: <li>Fixed 128-bit divisions in <a href="http://man.openbsd.org/?query=gcc&sektion=1&format=html">gcc(1)</a> for amd64.
                    964: <li>Fix an <a href="http://man.openbsd.org/?query=uvideo&sektion=4&format=html">uvideo(4)</a> panic on sparc64 by aligning data in a struct better.
                    965: <li>Fixed a couple of problems in the <a href="http://man.openbsd.org/?query=gem&sektion=4&format=html">gem(4)</a> driver that make the devices to get stuck.
1.1       deraadt   966: <li>Updated libdrm to 2.3.1.
                    967: <li>Plug potential memory leak in the uvm_amap code.
                    968: <!-- 2008/08/25 -->
1.27      sthen     969: <li>Updated <a href="http://man.openbsd.org/?query=xterm&sektion=1&format=html">xterm(1)</a> to update 236.
1.1       deraadt   970: <li>SGI machines now get an installXX.iso image to install from.
1.27      sthen     971: <li>Added support for <a href="http://man.openbsd.org/?query=usb&sektion=4&format=html">usb(4)</a> devices on sgi.
1.1       deraadt   972: <!-- 2008/08/24 -->
                    973: <li>Make NFS correctly invalidate attribute cache entries in case the vnode mode changes.
1.27      sthen     974: <li>Added support in <a href="http://man.openbsd.org/?query=uvideo&sektion=4&format=html">uvideo(4)</a> for processing unit controls.
                    975: <li>Stop making <a href="http://man.openbsd.org/?query=sd&sektion=4&format=html">sd(4)</a> report CHS information, since it mostly is lies.
1.1       deraadt   976: <!-- 2008/08/23 -->
                    977: <li>Updated xf86-video-chips to 1.2.0 and xf86-input-mouse to 1.3.0.
                    978: <li>Added support for Gunze touchpanels, found on Panasonic Toughbook CF-27.
                    979: <li>Updated xf86-video-ark to 0.7.0 and xf86-video-ast to 0.85.0.
                    980: <li>Make xf86-video-sunffb build on sparc64 machines.
                    981: <li>Updated the xenocara input code for: magellan, microtouch, mutouch, palmax, penmount, summa, tek4957, ur98 and vmmouse.
                    982: <li>Updated the xenocara input code for: acecad, calcomp, citron, digitaledge, dmc, dynapro, elo2300, elographics, fpit, hyperpen, jamstudio and xf86-input-joystick.
                    983: <li>Make mbstowcs() return the correct length of the wchar_t string in some cases.
                    984: <!-- 2008/08/22 -->
                    985: <li>Fixed the libc wcschr() function.
1.27      sthen     986: <li>For Vax machines, let <a href="http://man.openbsd.org/?query=lkms&sektion=4&format=html">lkms(4)</a> support VSXXX-AB tablets in addition to the mice already supported.
                    987: <li>Smarter implementation of <a href="http://man.openbsd.org/?query=calloc&sektion=3&format=html">calloc(3)</a>, based on <a href="http://man.openbsd.org/?query=mmap&sektion=2&format=html">mmap(2)</a> returning zero filled pages.
                    988: <li>Merge <a href="http://man.openbsd.org/?query=crunchgen&sektion=1&format=html">crunchgen(1)</a> and <a href="http://man.openbsd.org/?query=crunchide&sektion=1&format=html">crunchide(1)</a> into one, and move to usr.sbin.
1.1       deraadt   989: <li>Make sure OpenBSD sets _POSIX_JOB_CONTROL and _POSIX_SAVED_IDS to the correct values.
                    990: <li>Set the PIE address range on hppa, mips and sh to minimize mmap pressure.
1.27      sthen     991: <li>Make <a href="http://man.openbsd.org/?query=ftp&sektion=1&format=html">ftp(1)</a> commands which toggle settings take an explicit on or off argument.
1.1       deraadt   992: <!-- 2008/08/21 -->
                    993: <li>In the libc getgrouplist code, after spotting a + record, continue scanning and pick up later groups in the file.
                    994: <li>Added sbus support code to xenocara to be able to support the sunffb driver.
                    995: <li>Updated the xf86-video-siliconmotion driver to 1.6.0.
                    996: <!-- 2008/08/20 -->
                    997: <li>Updated freetype in xenocara to 2.3.7.
1.27      sthen     998: <li>Make <a href="http://man.openbsd.org/?query=ssh&sektion=1&format=html">ssh(1)</a> allow ForceCommand internal-sftp with arguments.
1.1       deraadt   999: <li>Initial minimal graphics driver for VAXstation 3[58}x0 LEGSS option. Limited to 8 bit and no acceleration.
1.27      sthen    1000: <li>Enabled support for socket maps in <a href="http://man.openbsd.org/?query=sendmail&sektion=8&format=html">sendmail(8)</a>.
                   1001: <li>Make <a href="http://man.openbsd.org/?query=gzip&sektion=1&format=html">gzip(1)</a> use and report errors the <a href="http://man.openbsd.org/?query=inflate&sektion=3&format=html">inflate(3)</a> can return.
1.1       deraadt  1002: <!-- 2008/08/19 -->
                   1003: <li>Allow devices attaching at boot to be disabled in UKC.
                   1004: <li>Made it possible to enter DDB on macppc from a serial console.
1.27      sthen    1005: <li>Added DLink DWA-110 to the list of supported <a href="http://man.openbsd.org/?query=rum&sektion=4&format=html">rum(4)</a> devices.
1.1       deraadt  1006: <!-- 2008/08/18 -->
                   1007: <li>Added support for the "Firefox" VAXstation 3[58][24]0 workstation machines.
1.27      sthen    1008: <li>Added <a href="http://man.openbsd.org/?query=stge&sektion=4&format=html">stge(4)</a> and <a href="http://man.openbsd.org/?query=gentbi&sektion=4&format=html">gentbi(4)</a> to hppa GENERIC and RAMDISK kernels.
1.1       deraadt  1009: <li>Updated pcc from the master repo. Can now compile both userland and kernel (with some patches).
                   1010: <!-- 2008/08/17 -->
                   1011: <!-- 2008/08/16 -->
1.27      sthen    1012: <li>Let <a href="http://man.openbsd.org/?query=m4&sektion=1&format=html">m4(1)</a> be more liberal in include handling and stop skipping spaces outside of parentheses.
1.1       deraadt  1013: <!-- 2008/08/15 -->
1.27      sthen    1014: <li>Added an option to force TCP lookups in <a href="http://man.openbsd.org/?query=resolv.conf&sektion=5&format=html">resolv.conf(5)</a> and extend nameserver declaration syntax to support port numbers.
1.1       deraadt  1015: <!-- 2008/08/14 -->
1.27      sthen    1016: <li>Fix <a href="http://man.openbsd.org/?query=acpi&sektion=4&format=html">acpi(4)</a> dsdt parsing causing panics on the Asus eeePC 1000H when attaching the <a href="http://man.openbsd.org/?query=acpiasus&sektion=4&format=html">acpiasus(4)</a> driver.
                   1017: <li>Make <a href="http://man.openbsd.org/?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://man.openbsd.org/?query=vnd&sektion=4&format=html">vnd(4)</a> device.
1.1       deraadt  1018: <!-- 2008/08/13 -->
1.27      sthen    1019: <li>Added a VIDIOC_ENUM_FRAMESIZES ioctl to <a href="http://man.openbsd.org/?query=uvideo&sektion=4&format=html">uvideo(4)</a> so applications can query the available formats and resolutions of a device.
1.1       deraadt  1020: <li>Initial import of a driver for the integrated random number generator of the UltraSPARC T2.
                   1021: <!-- 2008/08/12 -->
                   1022: <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'.
1.27      sthen    1023: <li>Added the 8139D PCI id to the <a href="http://man.openbsd.org/?query=rl&sektion=4&format=html">rl(4)</a> device list.
1.1       deraadt  1024: <li>Fix out-of-bounds memory access in Mesa.
                   1025: <li>Fix multiple addition errors for amd64 and i386 when extended partitions are just before an OpenBSD partition in an MBR.
                   1026: <li>Added BIP, Broadcast/Multicast Integrity Protocol defined in P802.11w to provide integrity and replay protection for broadcast/multicast management frames.
                   1027: <li>Make the 802.11 code maintain a count of TKIP and CCMP replayed frames.
                   1028: <li>Initial implementation of the HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC and AES Key Wrap algorithms.
1.27      sthen    1029: <li>Basic ELF header bounds check in <a href="http://man.openbsd.org/?query=config&sektion=8&format=html">config(8)</a> to avoid crashes on truncated kernels.
1.1       deraadt  1030: <!-- 2008/08/11 -->
1.27      sthen    1031: <li>Add support for RX/TX checksum offload on newer <a href="http://man.openbsd.org/?query=re&sektion=4&format=html">re(4)</a> chipsets.
                   1032: <li>Plug a memory leak in <a href="http://man.openbsd.org/?query=ksh&sektion=1&format=html">ksh(1)</a> when freeing I/O redirection in commands.
1.1       deraadt  1033: <li>Added hw.cpuspeed for all sparc64 CPU types.
                   1034: <li>Added hw.setperf support for UltraSPARC-IIe-based sparc64 machines.
1.27      sthen    1035: <li>Prevent buffer underrun in <a href="http://man.openbsd.org/?query=fingerd&sektion=8&format=html">fingerd(8)</a>.
1.1       deraadt  1036: <!-- 2008/08/10 -->
1.27      sthen    1037: <li>Stop demoting USB2 <a href="http://man.openbsd.org/?query=uvideo&sektion=4&format=html">uvideo(4)</a> devices to USB1, instead let them attach to <a href="http://man.openbsd.org/?query=ehci&sektion=4&format=html">ehci(4)</a> since we have isoc support.
1.1       deraadt  1038: <li>Add support for VAXstation 3[58][24]0 to the bootlocks, currently limited to serial console.
                   1039: <li>Use STICK logic on UltraSPARC-IIe-based sparc64 machines to generate clock interrupts.
                   1040: <li>Add hypervisor calls on sparc64 for the Sun4v random number generator interface.
                   1041: <!-- 2008/08/09 -->
1.27      sthen    1042: <li>Added support for isochronous xfer support for <a href="http://man.openbsd.org/?query=ehci&sektion=4&format=html">ehci(4)</a>.
                   1043: <li>Add Jumbo support flag to MCP79-based <a href="http://man.openbsd.org/?query=nfe&sektion=4&format=html">nfe(4)</a> devices.
1.1       deraadt  1044: <li>Added fr-dvorak-be'po layout as fr.dvorak for PS/2 and USB keyboards.
                   1045: <!-- 2008/08/08 -->
                   1046: <li>Allow creation and use of ffs filesystems on non-512 byte sectorsize devices. Only i386 and sgi for now.
1.27      sthen    1047: <li>Make <a href="http://man.openbsd.org/?query=relayd&sektion=8&format=html">relayd(8)</a> add a $SERVER_NAME variable which is "OpenBSD relayd" by default.
                   1048: <li>Fix possible memory leaks in <a href="http://man.openbsd.org/?query=relayd&sektion=8&format=html">relayd(8)</a> chunked encoding handler.
                   1049: <li>In <a href="http://man.openbsd.org/?query=relayd&sektion=8&format=html">relayd(8)</a>, support HTTP responses that neither specify a Content-Length header nor chunked encoding.
1.1       deraadt  1050: <li>Do not latch the IPSec tdb to the inpcb unconditionally, since packets could get encrypted unintentionally.
1.27      sthen    1051: <li>Add Longshine LCS-8031N to the list of supported <a href="http://man.openbsd.org/?query=ral&sektion=4&format=html">ral(4)</a> devices.
                   1052: <li>Increment if_ierrors in <a href="http://man.openbsd.org/?query=upgt&sektion=4&format=html">upgt(4)</a> if we fail to extract the mbuf in the RX routine.
1.1       deraadt  1053: <li>Plug memory leak in m_pullup2().
                   1054: <!-- 2008/08/07 -->
                   1055: <li>Reenabled the routing priority again.
                   1056: <li>Make sparc64 use %sys_tick to generate clock interrupts on systems that have it.
                   1057: <li>Fix sparc64 SMP %tick interrupt handling. Sometimes clock would stop ticking on some CPUs because of lost ticks.
1.27      sthen    1058: <li>Make sure the spanning tree <a href="http://man.openbsd.org/?query=bridge&sektion=4&format=html">bridge(4)</a> code account for STP frames in if_obytes and if_omcasts.
                   1059: <li>Enabled ALTQ and VLAN on <a href="http://man.openbsd.org/?query=tsec&sektion=4&format=html">tsec(4)</a> for the socppc platform.
1.1       deraadt  1060: <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.
                   1061: <!-- XXX jj needs to add a bit more here, up to the close of 4.5 -->
                   1062: </ul>
                   1063: <p>
                   1064:
                   1065: </body>
                   1066: </html>