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

Annotation of www/plus37.html, Revision 1.2

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD-current changes</title>
                      5: <link rev="made" href="mailto:www@openbsd.org">
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="OpenBSD-current changes">
                      8: <meta name="keywords" content="openbsd,current,changes">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 1996-2005 by OpenBSD.">
                     11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     14:
                     15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     16: <p>
                     17: <h2><font color="#e00000">OpenBSD 3.7 released (May 19, 2005)</font></h2>
                     18: <hr>
                     19:
                     20: <p>
                     21: This is a partial list of the major machine-independent changes
                     22: (i.e., these are the changes people ask about most often).  Port
                     23: specific changes have also been made, and are sometimes mentioned
                     24: in the pages for the specific <a href="plat.html">platforms</a>.
                     25:
                     26: <p>
                     27: Changes to the <a href="ports.html">ports</a> collection are documented
                     28: <a href="portsplus/index.html">here</a>.
                     29:
                     30: <p>
                     31: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
                     32:
                     33: <p>
                     34: <h3>
                     35: For changes in other releases, click below:<br>
                     36: <a href="plus20.html">2.0</a>,
                     37: <a href="plus21.html">2.1</a>,
                     38: <a href="plus22.html">2.2</a>,
                     39: <a href="plus23.html">2.3</a>,
                     40: <a href="plus24.html">2.4</a>,
                     41: <a href="plus25.html">2.5</a>,
                     42: <a href="plus26.html">2.6</a>,
                     43: <a href="plus27.html">2.7</a>,
                     44: <a href="plus28.html">2.8</a>,
                     45: <a href="plus29.html">2.9</a>,
                     46: <a href="plus30.html">3.0</a>,
                     47: <a href="plus31.html">3.1</a>,
                     48: <a href="plus32.html">3.2</a>,
                     49: <a href="plus33.html">3.3</a>,
                     50: <a href="plus34.html">3.4</a>,
                     51: <a href="plus35.html">3.5</a>,
                     52: <a href="plus36.html">3.6</a>,
                     53: <a href="plus.html">current</a>.
                     54: <br>
                     55: </h3>
                     56:
                     57: <p>
                     58: <h3><font color="#0000e0">Changes made between OpenBSD 3.6 and OpenBSD 3.7</font></h3><p>
1.2     ! cloder     59: The following list sums up (almost) all the changes made up to February 28.
1.1       deraadt    60: <p>
                     61:
                     62: <ul>
1.2     ! cloder     63: <!-- ^20050301 -->
        !            64: <li>Shrink Zaurus kernel significantly by removing inlines.
        !            65: <li>Add radiotap, monitor, and promiscuous mode support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4">ral(4)</a>.
        !            66: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4">ral(4)</a> do per-node rate adaptation.  Paves the way for ibss support.
        !            67: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perlpod&sektion=1">perlpod(1)</a>-style documentation for package-management APIs.
        !            68: <!-- ^20050228 -->
        !            69: <li>Document timeout on untrusted x11 forwarding sessions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&sektion=5">ssh_config(5)</a>.
        !            70: <li>Allow SGC frame buffers to be used as console on hp300.  Also allow serial console mode to be forced by hardware switch on 425e models.
        !            71: <li>Support 'tagged' keyword in translation rules in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>
        !            72: <li>Improve RTT calculation code in TCP packet handling.
        !            73: <li>Add shortest path calculation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8">ospfd(8)</a>.
        !            74: <!-- ^20050227 -->
        !            75: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4">sd(4)</a> support for Hitachi DK23DA drives.
        !            76: <li>Improve RCS support in OpenCVS.
        !            77: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a> privsep code quieter and more reliable in case of EINTR/EAGAIN.
        !            78: <li>Fix memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a> parser.
        !            79: <!-- ^20050226 -->
        !            80: <li>Support atheros ar5211 802.11A/B/g wireless chipset in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4">ath(4)</a>.
        !            81: <li>Get rid of -P option for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>, which was never useful.
        !            82: <li>Correct bus_dma usage in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4">re(4)</a> which fixes alpha.  Enable re(4) on alpha now.
        !            83: <li>Support software WEP in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&sektion=4">rtw(4)</a>.
        !            84: <li>Support integrated s3 video components from via.
        !            85: <!-- ^20050225 -->
        !            86: <li>Be precise in libc man pages when talking about nul ('\0') vs. NULL.
        !            87: <li>Import some fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&sektion=4">atu(4)</a> from NetBSD.
        !            88: <li>Support Zoltrix TV/FM in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&sektion=4">bktr(4)</a>.
        !            89: <li>Reliability fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ccd&sektion=4">ccd(4)</a> mirroring.
        !            90: <li>Add new -N option for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> to select port for udpencap.  Allows multiple NAT-T isakmpd instances on a single machine.
        !            91: <li>Continue auditing tree for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snprintf&sektion=3">snprintf(3)</a> return value handling: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apply&sektion=1">apply(1)</a> is now clean.  You will thank us for it.
        !            92: <!-- ^20050224 -->
        !            93: <li>Add regression tests for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=copystr&sektion=9">copystr(9)</a> bounds-checking.
        !            94: <li>Fix a rare panic during <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=init&sektion=8">init(8)</a> seen under VMWare. (PR#4036)
        !            95: <li>Document the 'source-track' stateful tracking option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5">pf.conf(5)</a>.
        !            96: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> from responding to 0-length packets.  Makes ISAKMP quieter to port scanners.
        !            97: <!-- ^20050223 -->
        !            98: <li>Initial support for suspend/resume on zaurus.
        !            99: <li>Better error messages in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
        !           100: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4">hme(4)</a> on sparc to take advantage of TCP/UDP checksumming in hardware.
        !           101: <li>Automatically blank screen on zaurus when hinge closes.  Still need hysteresis to avoid rapid on/off cycles when bouncing.
        !           102: <li>More OpenCVS progress: privsep cvsd, handle noop, support -c and -s for checkout, send server stderr output to client.
        !           103: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> realize quickly when no network is available, so we wait less time when booting disconnected.
        !           104: <li>Call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tzset&sektion=3">tzset(3)</a> before <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&sektion=2">chroot(2)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&sektion=8">tftpd(8)</a>.
        !           105: <li>Reliability fix: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4">rl(4)</a> was improperly handling unaligned packets in IP input for architectures that care about alignment.
        !           106: <!-- ^20050222 -->
        !           107: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4">ral(4)</a> in i386 by default.
        !           108: <li>Support more Intel 6300ESB SATA controllers.
        !           109: <!-- ^20050221 -->
        !           110: <li>Enable memory-mapped I/O on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc(4)</a> SCSI controllers on macppc, resulting in more supported controllers and better performance.
        !           111: <li>Automatically enable SSH batch mode when in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a> batch mode.
        !           112: <li>Make reboot from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4">ddb(4)</a> work properly on sgi.
        !           113: <li>Change CPU target on m68k to -m68020-60, which improves best-case performance without penalizing 68040 processors and below.
        !           114: <!-- ^20050220 -->
        !           115: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=df&sektion=1">df(1)</a> deal better with large filesystems.
        !           116: <li>New tool <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcap&sektion=1">getcap(1)</a> for querying capabilities databases.
        !           117: <li>Double the default value of MAX_KMAPENT to 2000 (more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9">uvm</a> for heavily loaded systems).
        !           118: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4">iwi(4)</a> driver for Intel PRO/Wireless 2225BG wireless PCI adapters.
        !           119: <!-- ^20050219 -->
        !           120: <li>Program the LEDs on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&sektion=4">rtw(4)</a> devices based on activity (from NetBSD).
        !           121: <li>Create new man page for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mutex&sektion=9">mutex(9)</a> set of functions.
        !           122: <li>Remove embedded compilation dates from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amd&sektion=8">amd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1">perl(1)</a> so that binaries don't change all the time.
        !           123: <!-- ^20050218 -->
        !           124: <li>Support internal USB wireless adapters on PCChips A535 notebooks.
        !           125: <li>New, less restrictive license for the new ieee80211 framework and new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4&arch=i386">ath(4)</a> driver.
1.1       deraadt   126: <li>Better error messages for getnameinfo failures in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    127: <li>New USB driver for zaurus.
                    128: <li>Make ieee80211 framework do a best-match instead of perfect-match when finding a node for a beacon; from NetBSD.
                    129: <li>Cleanup in the new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4">ral(4)</a> driver, add software WEP.
                    130: <li>Print interface names in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>'s monitor mode when they go up and down.
                    131: <li>Reenable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4">ehci(4)</a> on macppc.
                    132: <li>Fix scoping errors in Apache's SSL engine, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timed&sektion=8">timed(8)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bad144&sektion=8">bad144(8)</a>.
                    133: <!-- ^20050217 -->
                    134: <li>Support enabling amp power on certain <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ac97&sektion=4">ac97(4)</a> chips.
                    135: <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> shutdown, send delete messages for isakmp SAs.
                    136: <li>New X11 pointing device driver for zaurus' touchscreen.
                    137: <li>Remove useless always-changing compilation timestamps that are put into various binaries such as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8">named(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1">lynx(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a>, and others.
                    138: <li>More progress on OpenCVS; basic repository handling code.
                    139: <li>Support point-to-point links in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8">ospfd(8)</a>.
                    140: <li>Fix scoping errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4">ath(4)</a> and macppc's macintr code.
                    141: <li>Provide better diagnostics when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> identity files are not accessible.
                    142: <!-- ^20050216 -->
                    143: <li>Add /usr/X11R6/bin to the default $PATH in the skeleton .cshrc and .profile files.
                    144: <li>For installations and upgrades, allow the user to complete the process without installing all required sets.
                    145: <li>Fix a kernel panic related to setting interface media; from NetBSD. (PR#4088)
                    146: <li>Fix a bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4">pfsync(4)</a> that could cause some states to be erroneously purged.
                    147: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4">ral(4)</a> driver for Ralink Technology RT2500 wireless adapters; not yet enabled.
                    148: <li>Add a manual transmit power option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>; supported by some Prism2/2.5/3 cards in hostap mode.
                    149: <li>More work and bug fixes on OpenCVS.
                    150: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_mklocatedb&sektion=1">pkg_mklocatedb(1)</a> command to create <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=locate&sektion=1">locate(1)</a> -style databases for packages.
                    151: <!-- ^20050215 -->
                    152: <li>Import some new features for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&sektion=4">rtw(4)</a> from NetBSD.
                    153: <!-- ^20050214 -->
                    154: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&sektion=4">atu(4)</a> on macppc.
                    155: <li>Fix a potential kernel panic in hp300's serial port interrupt handlers.
                    156: <li>Eliminate a race condition in hp300's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppi&sektion=4">ppi(4)</a>.
                    157: <!-- ^20050213 -->
                    158: <li>Don't close Apache's SSL cache dbm before reading from it.
                    159: <li>Don't crash during <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc(4)</a> probe routines.
                    160: <li>Import X11R6.8.2.
                    161: <!-- ^20050212 -->
                    162: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&sektion=4">bktr(4)</a> on amd64.
                    163: <li>Fix '-d' option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkill&sektion=1">pkill(1)</a>.
                    164: <!-- ^20050211 -->
                    165: <!-- ^20050210 -->
                    166: <li>More hacking on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8">ospfd(8)</a>.
                    167: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8">httpd(8)</a> code cleanup.
                    168: <!-- ^20050209 -->
                    169: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xsystrace&sektion=1">xsystrace(1)</a> gets a policy destructor.
                    170: <li>Plug some memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pstat&sektion=8">pstat(8)</a>.
                    171: <!-- ^20050208 -->
                    172: <li>For amd64, build bn routines in libcrypto with the amd64-specific file to give a significant speedup for RSA.
                    173: <li>Support Billionton Systems CFLT2 Compact Flash adapter in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4">ne(4)</a>.
                    174: <li>Truncate levels set with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mixerctl&sektion=1">mixerctl(1)</a> to be within the minimum and maximum values.
                    175: <li>Repair seekability of a gzstream in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&sektion=1">grep(1)</a>.
                    176: <!-- ^20050207 -->
                    177: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> from attaching to other <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> interfaces.
                    178: <li>Fix a panic-causing merge error in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&sektion=4">rtw(4)</a>.
                    179: <!-- ^20050206 -->
                    180: <li>Import sudo-1.6.8p7.
                    181: <!-- ^20050205 -->
                    182: <li>Support for Seeq 80225 PHY in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sqphy&sektion=4">sqphy(4)</a>.
                    183: <li>Attach 3com 3c905C PHY with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bmtphy&sektion=4">bmtphy(4)</a>.
                    184: <!-- ^20050204 -->
                    185: <li>Add some sanity checks to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8">ospfd(8)</a>.
                    186: <li>Add RX TCP/UDP checksum offloading to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4">hme(4)</a>.
                    187: <li>Fix setting 128-bit WEP keys on big endian archs.
                    188: <li>Import and merge X.org X11R6.8.2rc4.
                    189: <li>Simplify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifstated&sektion=8">ifstated(8)</a> syntax.
                    190: <li>Import libarch for arm to allow for cache flushing, use it in the X11 loader.
                    191: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4">siop(4)</a> on amd64.
                    192: <!-- ^20050203 -->
                    193: <li>Limit PERLIO_DEBUG environment variable to a sane length and ignore if setuid in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1">perl(1)</a>.
                    194: <li>Fix a few memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mixerctl&sektion=1">mixerctl(1)</a>.
                    195: <li>Introduce POSIX hex and octal constants in arithmetic expressions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a>.
                    196: <!-- ^20050202 -->
                    197: <li>More work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8">ospfd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.
                    198: <li>Replace broken <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=frexp&sektion=3">frexp(3)</a> with a working one from FreeBSD; share across platforms.
                    199: <li>Backout previous NFS time warnings change; too close to release.
                    200: <li>Proper permission enforcement in NTFS mount requests.
                    201: <!-- ^20050201 -->
                    202: <li>Sprinkle more paranoia on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a>'s currently-acked lease database.
                    203: <li>Use the Ethernet source address of a DHCP request instead of the one included in the DHCP packet in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a>.
                    204: <li>Add OpenEXR image support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&sektion=1">file(1)</a>.
                    205: <!-- ^20050131 -->
                    206: <li>Steady progress on OpenCVS.
                    207: <li>Make zaurus' LCD brightness adjustable by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsconsctl&sektion=1">wsconsctl(1)</a>.
                    208: <li>Add mouse button emulation to zaurus.
                    209: <li>Detect and warn about editors that move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crontab&sektion=1">crontab(1)</a>'s edited file out from underneath it.
                    210: <li>Fix DontVTSwitch option in X11 when not using XKB.
                    211: <li>Fix X11 breakage on vax and other archs without shared libs.
                    212: <li>Avoid a null pointer dereference when deleting non-fully-established SAs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
                    213: <!-- ^20050130 -->
                    214: <li>Add more reason counters in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>, altering <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>.
                    215: <li>Fix a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a>.
                    216: <li>Check the carpdev link state when attaching a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> device to it to avoid preempting after a reboot.
                    217: <!-- ^20050129 -->
                    218: <li>Fix a broken <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uplcom&sektion=4">uplcom(4)</a> driver resulting from a previous merge error.
                    219: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zts&sektion=4">zts(4)</a>, a touch screen driver for zaurus.
                    220: <li>Widen the columns in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=df&sektion=1">df(1)</a> to accomodate modern large filesystems.
                    221: <li>Import <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8">ospfd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfctl&sektion=8">ospfctl(8)</a>, an OSPF daemon and its controller.
                    222: <li>Make network unreachable errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> non-fatal.
                    223: <!-- ^20050128 -->
                    224: <li>Import and merge X.org X11R6.8.2rc3.
                    225: <li>Fix a bug in the rnd device which caused it to block on reads from srandom.
                    226: <!-- ^20050127 -->
                    227: <li>Add X.org support pieces for hp300 using the wsfb video driver and drop kick the old hp300 X11R5 server out of the XF4 tree.
                    228: <li>Fix a denial of service in the validator code in the BIND resolution library.
                    229: <!-- ^20050126 -->
                    230: <li>Add a new device for the dedicated SSP unit on zaurus to report battery information to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&sektion=8">apmd(8)</a>.
                    231: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mavb&sektion=4">mavb(4)</a> on sgi.
                    232: <!-- ^20050125 -->
                    233: <li>Switch hp300 wscons code to rasops for DIO frame buffers.
                    234: <li>Import a new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=moduli&sektion=5">moduli(5)</a> file.
                    235: <!-- ^20050124 -->
                    236: <li>Fix preposterous time warnings in the NFS client caused by false hits in the attribute cache.
                    237: <li>Avoid a signal race condition in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&sektion=8">dump(8)</a>.
                    238: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sgc&sektion=4">sgc(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sti&sektion=4">sti(4)</a> devices on hp300.
                    239: <!-- ^20050123 -->
                    240: <li>Log source of connections denied by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>'s AllowUsers, DenyUsers, AllowGroups and DenyGroups options.
                    241: <!-- ^20050122 -->
                    242: <li>Warn in advance in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> for password and account expiry.
                    243: <!-- ^20050121 -->
                    244: <li>Enable zaurus apm/scoop drivers and report A/C power status correctly.
                    245: <li>Fix i386 disassembler in binutils.
                    246: <li>Use a packet's address family instead of the rule's when selecting a replacement address for an rdr rule in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.
                    247: <li>Change 'syncif' to 'syncdev' in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a> and pfsyncreq ioctl struct.
                    248: <li>Expire ipforward_rt cache in ip_slowtimeo. (PR#1967)
                    249: <!-- ^20050120 -->
                    250: <li>Fix the '-S' flag for non-root in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&sektion=8">ftp-proxy(8)</a>. (PR#4066)
                    251: <li>Fix the '-I' option with '-D', '-T', and '-t' in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping&sektion=8">ping(8)</a>.
                    252: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> keyboard-interactive code call the authentication drivers even for responses to invalid logins.
                    253: <!-- ^20050119 -->
                    254: <li>APM emulation framework for zaurus, as well as a scoop driver.
                    255: <li>Use the correct source address for ICMP errors generated from packets that were not addressed to the machine.
                    256: <li>Drop more privileges in popa3d.
                    257: <li>Support hotplug on zaurus.
                    258: <!-- ^20050118 -->
                    259: <li>Add support for zaurus LCD controller.
                    260: <!-- ^20050117 -->
                    261: <li>Support Microsoft PCI/CardBus and Hawking CardBus adapters in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc(4)</a>.
                    262: <!-- ^20050116 -->
                    263: <li>Zaurus X11 support.
                    264: <li>Import and merge perl-5.8.6.
                    265: <li>Support the nForce2 Ultra 400 IDE controller.
                    266: <li>Import and merge X.org X11R6.8.2rc2.
                    267: <!-- ^20050115 -->
                    268: <li>Make sure a given interface is running before touching the multicast filters; from NetBSD.
                    269: <li>Support the Psion Dacom Gold Port Ethernet device in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&sektion=4">kue(4)</a>.
                    270: <li>Add screen rotation support to the X.org wsfb driver.
                    271: <li>Switch hp300 port to wscons, still using on-board ROM fonts for now.
                    272: <li>Use PCI Memory Write and Invalidate in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a>.
                    273: <li>Add Protocol Independent Multicast (PIM) support.
                    274: <li>Add Bluetooth protocol stack and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubt&sektion=4">ubt(4)</a> USB driver support adopted from FreeBSD and de-netgraph-ified.
                    275: <li>Remove old, unused ifgroups ioctls.
                    276: <!-- ^20050114 -->
                    277: <li>Support bounds checking for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=copystr&sektion=9">copystr(9)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=copyin&sektion=9">copyin(9)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=copyinstr&sektion=9">copyinstr(9)</a>.
                    278: <li>Cardbus <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4">re(4)</a> support.
                    279: <li>Sentinal support in gcc, taken from gcc 4.
                    280: <li>Fix a kernel panic when pushing heavy traffic through <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&sektion=4">ipw(4)</a>.
                    281: <li>More progress on the zaurus port including keyboard, USB serial, wscons, reboot and powerdown support.
                    282: <!-- ^20050113 -->
                    283: <li>Fix i830 crash during startup in the X.org driver.
                    284: <li>Import Sendmail-8.13.3.
                    285: <!-- ^20050112 -->
                    286: <li>Fix an off-by-one in the critical section clearing code of the aic7xxx driver; from FreeBSD.
                    287: <li>Remove an annoyance in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a> when editing files where the working directory is not readable.
                    288: <!-- ^20050111 -->
                    289: <li>Reliability fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hil&sektion=4">hil(4)</a>.
                    290: <li>Make sure bogus values don't make their way into tcp_xmit_timer() calculations by converting them to valid ones.<br>
                    291:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    292: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uplcom&sektion=4">uplcom(4)</a> for CTS modemsignal; from FreeBSD.
                    293: <!-- ^20050110 -->
                    294: <li>Add zaurus bootblocks.
                    295: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4">iwi(4)</a> for 2.2 firmware and other minor fixes.
                    296: <!-- ^20050109 -->
                    297: <li>Add new shortcuts for device and debug commands in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1">cdio(1)</a>.
                    298: <li>Increase the maximum username size for the in-kernel PPPoE driver.
                    299: <!-- ^20050108 -->
                    300: <li>Read MAC addresses correctly when initializing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc(4)</a> interfaces.
                    301: <li>Fix an infinite loop problem in certain options in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1">vi(1)</a>.
                    302: <li>Fix a potential buffer overflow with escaped characters in Apache's mod_include.<br>
                    303:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    304: <li>Handle symlinks correctly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=savecore&sektion=8">savecore(8)</a> when determining if /var/crash has enough free space to dump.
                    305: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> traffic always appear on the physical (carpdev) interface from pf's perspective.
                    306: <li>Add BIOCGDLTLIST and BIOCSDLT ioctl support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a>.
                    307: <!-- ^20050107 -->
                    308: <li>Fix profiled kernel builds on i386.
                    309: <li>Add a preliminary display console for zaurus.
                    310: <li>Turn off the GPL_MATH_EMULATE kernel option by default.
                    311: <li>Improved import code for OpenCVS.
                    312: <!-- ^20050106 -->
                    313: <li>Add new IPv6 manpages written from scratch.
                    314: <li>Make Ethernet packets sent via a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> interface have a source MAC address of the virtual MAC.
                    315: <li>Fix a very longstanding bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&sektion=3">getcwd(3)</a> to allow returning very long paths.<br>
                    316:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    317: <li>Make pfctl 'set' options no longer sticky.
                    318: <li>Cleanup of the Zaurus display code.
                    319: <!-- ^ 20050105 -->
                    320: <li>Restrict forwarding to IPsec traffic when ip.forwarding is set to 2.
                    321: <li>Enable ARP table manipulation on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> interfaces.
                    322: <li>Move processing of ARP packets to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> interfaces when using them so ARP packets are sent with the virtual MAC address.
                    323: <!-- ^ 20050104 -->
                    324: <li>A bit more whacking zaurus into shape including USB support for the C3000.
                    325: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsa&sektion=4">ubsa(4)</a> for the Vodafone Mobile Connect 3G adapter.
                    326: <li>Plug a memory leak in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=regex&sektion=3">regex(3)</a> engine; from FreeBSD.
                    327: <li>Add a "show panic" command to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4">ddb(4)</a>.
                    328: <!-- ^ 20050103 -->
                    329: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mavb&sektion=4">mavb(4)</a>, a Moosehead A/V board audio driver, to enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4">audio(4)</a> on sgi.
                    330: <!-- ^ 20050102 -->
                    331: <li>Speed up dhclient on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk(4)</a> interfaces.
                    332: <!-- ^ 20050101 -->
                    333: <li>Grok VLAN-sized frames on am7990 devices.
                    334: <li>Fix some races on filesystems that don't have locks, such as NFS.
                    335: <!-- ^ 20041231 -->
                    336: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&sektion=4">rtw(4)</a> driver in i386 GENERIC.
                    337: <li>Import zaurus port, currently supported on the C860.
                    338: <li>Preliminary support for the arm pxa270, pxa interrupt controller, pxa serial port, pxa PCMCIA (CF) adapter, and xscale.
                    339: <li>Flag day! Switch i386 to gcc3.
                    340: <li>Add a copy of the stripcom routine to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8">netstart(8)</a> so it can run standalone again.
                    341: <li>Import M_CANFAIL support from NetBSD to remove a nasty panic during low-memory scenarios.
                    342: <!-- ^ 20041230 -->
                    343: <li>Import awk-20041222.
                    344: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&sektion=1">md5(1)</a> for using multiple algorithms.
                    345: <!-- ^ 20041229 -->
                    346: <li>Add an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&sektion=4">rtw(4)</a> driver for Realtek 802.11 devices; from NetBSD.
                    347: <li>Sync ieee80211 infrastructure with NetBSD to simplify logic and fix some bugs.
                    348: <li>Fix a bug that caused vinvalbuf() panics.
                    349: <li>More work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> conflict handling.
                    350: <!-- ^ 20041228 -->
                    351: <li>Fix tag handling for non-U320/packetized <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&sektion=4">ahd(4)</a> devices.
                    352: <li>Import and merge gdb-6.3, and add sgi support.
                    353: <li>Fix broken pointer arithmetic when receiving an RSA key from the kernel in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
                    354: <!-- ^ 20041227 -->
                    355: <li>Sprinkle list and queue macros on various drivers where applicable to make code easier to read.
                    356: <!-- ^ 20041226 -->
                    357: <li>Resolve some longstanding issues and reduce verbosity while debugging with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4">ami(4)</a>.
                    358: <li>Add minimal USB support to the RAMDISKC image.
                    359: <li>Introduce a -DSMALL variant of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a> for installation media.
                    360: <!-- ^ 20041225 -->
                    361: <li>Import and merge gcc-3.3.5.
                    362: <!-- ^ 20041224 -->
                    363: <li>Support AddressFamily in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5">sshd_config(5)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
                    364: <li>Reliability fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4">wscons(4)</a>; from NetBSD.
                    365: <li>Make com1, 2, and 3 work as a console on i386.
                    366: <li>Lower latency in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> by processing no more than 25 messages at once for each peer.
                    367: <!-- ^ 20041223 -->
                    368: <li>Fix a few core dumps in ksh.
                    369: <li>Avoid a null dereference when using membufs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&sektion=8">syslogd(8)</a>.
                    370: <li>Introduce 'set sip on &lt;ifspec&gt;' in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> to avoid filtering on interfaces.
                    371: <!-- ^ 20041222 -->
                    372: <li>Support filesystem firmware loading in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a>.
                    373: <li>Do more in the watchdog reset on Prism <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> cards to help recover from a wedged firmware.
                    374: <li>Remove fallback AES support for old OpenSSL in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    375: <li>Add support for more commands in OpenCVS.
                    376: <li>Add powerhooks to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&sektion=4">ipw(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4">iwi(4)</a>.
                    377: <!-- ^ 20041221 -->
                    378: <li>Create new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&sektion=4">icmp6(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gai_strerror&sektion=3">gai_strerror(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&sektion=3">getaddrinfo(3)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getnameinfo&sektion=3">getnameinfo(3)</a> man pages from new or free sources.
                    379: <li>Discard unnecessary trailing space characters in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&sektion=1">ps(1)</a>.
                    380: <li>Support filesystem firmware loading in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&sektion=4">yds(4)</a>.
                    381: <li>Add support for displaying Shared Spanning Tree Protocol frames in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>.
                    382: <!-- ^ 20041220 -->
                    383: <li>Remove various man pages and other documents that were based on RFCs due to licensing problems.
                    384: <li>Import X.org 6.8.2 RC1.
                    385: <li>Add a gzip handler to OpenCVS; not yet enabled.
                    386: <li>Allow comments in the myname, mygate, and defaultdomain files from within <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8">netstart(8)</a>.
                    387: <li>Support filesystem firmware loading in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uyap&sektion=4">uyap(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&sektion=4">clcs(4)</a>.
                    388: <li>Block SIGALRM during writes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=script&sektion=1">script(1)</a>.
                    389: <!-- ^ 20041219 -->
                    390: <li>Make it possible for carp to work on fddi and token ring again.
                    391: <li>Cleanup <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a> and remove unused #ifdef'd code.
                    392: <!-- ^ 20041218 -->
                    393: <li>Fix an off-by-one error in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sail&sektion=6">sail(6)</a>.
                    394: <li>Fix a bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> where a NATed LAN client could lock up the kernel.<br>
                    395:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    396: <li>Reorder code to make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=CARP&sektion=4">CARP(4)</a> operate correctly on physical interfaces that are participating in a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a>.
                    397: <!-- ^ 20041217 -->
                    398: <li>More progress on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a>.
                    399: <!-- ^ 20041216 -->
                    400: <li>Import Sendmail-8.13.2.
                    401: <!-- ^ 20041215 -->
                    402: <li>Polled servers that resulted in an error are dropped to the maximum poll interval in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.
                    403: <li>Fix an off-by-one in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk(4)</a>; from FreeBSD.
                    404: <li>Fix a double-free crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a>.<br>
                    405:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    406: <li>Support the 'tag' command in OpenCVS.
                    407: <li>Allow the Address, Network, or Netmask values of the &lt;IPsec-ID&gt; to be specified with an interface name or the keyword "default" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
                    408: <!-- ^ 20041214 -->
                    409: <li>Prevent a possible endless loop in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.<br>
                    410:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    411: <li>Support filesystem firmware loading in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&sektion=4">txp(4)</a>.
                    412: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&sektion=4">yds(4)</a> on amd64.
                    413: <li>Only warn in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cp&sektion=1">cp(1)</a> when copying a socket to make moving trees containing sockets across filesystems much smoother.
                    414: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mc&sektion=4">mc(4)</a> on mac68k start working.
                    415: <li>Discard replies with an invalid stratum in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> client code.
                    416: <li>Fix a panic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&sektion=4">atu(4)</a> on sparc64.
                    417: <!-- ^ 20041213 -->
                    418: <li>Permit long protocol names in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>.
                    419: <li>Support more Buffalo PCMCIA NS2K devices.
                    420: <!-- ^ 20041212 -->
                    421: <li>Support csh-style ! history completion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a>.
                    422: <li>Support the nForce3-250 IDE controller.
                    423: <li>Correct an error in a compare function in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8">disklabel(8)</a>.
                    424: <!-- ^ 20041211 -->
                    425: <li>Fix a bus hanging problem on fast systems with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4">bge(4)</a>.
                    426: <li>Fix a rare command ordering problem in the aic79xx driver; from FreeBSD.
                    427: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> to filter on route labels
                    428: <li>Handle GNU-style checklist files for files with spaces in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&sektion=1">md5(1)</a>.
                    429: <li>Fix an IPsec crash. (PR#4025)<br>
                    430:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    431: <!-- ^ 20041210 -->
                    432: <li>Fix ls globbing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>.
                    433: <li>Support for jumbo frames and a bus hang fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4">bge(4)</a>.
                    434: <li>Plug a memory leak on mount failure in the ntfs driver.
                    435: <li>Support the annotate command in OpenCVS.
                    436: <li>More work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> package replacement.
                    437: <li>Fix a soft dependencies problem that caused processes to get stuck.
                    438: <!-- ^ 20041209 -->
                    439: <li>Fix a race condition that could cause random pool corruption when reconfiguring <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a> interfaces under heavy network load.
                    440: <li>Fix serial interrupt registration on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zs&sektion=4">zs(4)</a> on mac68k; from NetBSD.
                    441: <li>Crank maxusers to 32 in mac68k's GENERIC.
                    442: <li>Fix a Perl IO bug to avoid duplicating file descriptors when closing handles.
                    443: <li>Allow ToS to be set on raw IP packets.
                    444: <li>Fix a NAT/T bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> to avoid sending DPD messages to the wrong port.
                    445: <li>Add powerhooks to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4">em(4)</a>.
                    446: <li>Add a powerhook to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4">pci(4)</a> to save and restore configuration space.
                    447: <!-- ^ 20041208 -->
                    448: <li>Support Falcom Twist-USB GSM/GPRS modems in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uftdi&sektion=4">uftdi(4)</a>.
                    449: <li>Enable jumbo frames on Yukon <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk(4)</a> variants.
                    450: <li>Add a 'carpdev' option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a> to set a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> device's physical interface.
                    451: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> behave more like a regular interface like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4">vlan(4)</a>.
                    452: <li>Lots of various work on OpenCVS.
                    453: <!-- ^ 20041207 -->
                    454: <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4">ohci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4">ehci(4)</a> at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4">cardbus(4)</a>; from NetBSD.
                    455: <li>Change the default for 'overload &lt;table&gt; flush' to flush only states from the offending source created by the rule in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.
                    456: <li>Revert previous soft dependencies merge that could lead to inode wait deadlock.
                    457: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a> default to printing interfaces in the absence of arguments.
                    458: <li>Do not log tiny local clock drifting in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.
                    459: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&sektion=4">emu(4)</a> in GENERIC on amd64.
                    460: <li>Fix a memory access bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=as&sektion=1">as(1)</a>.
                    461: <li>Use correct source address for relayed DHCP packets in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a>.
                    462: <li>Discard over-sized authorized_keys entries in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a> rather than complaining about them.
                    463: <li>Support mice that have more than 7 buttons in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&sektion=4">ums(4)</a>.
                    464: <li>Create a separate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gai_strerror&sektion=3">gai_strerror(3)</a> man page.
                    465: <!-- ^ 20041206 -->
                    466: <li>Consider NFS_PORT to be a reserved port as it was before.
                    467: <li>Import OpenCVS--a work in progress.
                    468: <li>Fixed a bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> where IPv6 packets with certain headers were silently dropped.<br>
                    469:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    470: <!-- ^ 20041205 -->
                    471: <li>Add kernel tracking for completed 3-way TCP connections to support connection rate and count limiting code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.
                    472: <!-- ^ 20041204 -->
                    473: <li>Fix a signal race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8">spamd(8)</a>.
                    474: <li>Remove "route $hostname 127.0.0.1" from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8">netstart(8)</a>.
                    475: <li>Fix auto-repeat in new X.org keyboard driver.
                    476: <!-- ^ 20041203 -->
                    477: <li>Import zlib-1.22.
                    478: <li>Default to A/UX partition types on newly created partitions on mac68k <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pdisk&sektion=8">pdisk(8)</a>.
                    479: <li>The Great Apache Cleanup of 2004 to remove code we don't use.
                    480: <li>Make BUFCACHEPERCENT adjustable through UKC on hp300, mac68k and sgi.
                    481: <!-- ^ 20041202 -->
                    482: <li>Fix 10mbit mode on ZNYX ZX346Q and 21143-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc(4)</a> cards; from FreeBSD.
                    483: <li>Change spl locking in pfioctl() to fix panics during heavy ioctl operations.<br>
                    484:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    485: <li>Fix dlsym() when called from the last shared object loaded.
                    486: <li>Plug memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=units&sektion=1">units(1)</a>.
                    487: <li>Fix stop condition for sqrt in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=1">dc(1)</a>.
                    488: <!-- ^ 20041201 -->
                    489: <li>Import a driver for the VIA VT612x PCI Gigabit Ethernet adapter from FreeBSD.
                    490: <li>Import a driver for the Cicada CS8201 Ethernet PHY from FreeBSD.
                    491: <li>Make Sun type 6 USB keyboards return extended keycodes for 'L' keys.
                    492: <li>Make the default X.org Xkb model pc105 like it used to be.
                    493: <li>No longer require write permissions for read-only SCSI ioctl commands.
                    494: <!-- ^ 20041130 -->
                    495: <li>Plug a memory leak in libpthread.
                    496: <li>Port <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tvtwo&sektion=4">tvtwo(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vigra&sektion=4">vigra(4)</a> sbus framebuffer drivers to sparc64.
                    497: <li>Import sudo-1.6.8p5.
                    498: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&sektion=1">pax(1)</a> to build the table of created directories in-memory to avoid requiring a tmp file.
                    499: <!-- ^ 20041129 -->
                    500: <li>Introduce an IPv4-only in-kernel PPPoE driver; ported from NetBSD and modified to match our SPPP implementation.
                    501: <li>Support Garmin Palm devices in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&sektion=8">uvisor(8)</a>.
                    502: <li>Privilege separate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a>.
                    503: <li>Prevent ADB devices other than mice from generating extended events to help some iBooks.
                    504: <!-- ^ 20041128 -->
                    505: <li>Fix a bug in RAIDFrame reconstruction. (PR#3968)<br>
                    506:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    507: <li>Remove a too-paranoid test in libXpm that made writing an XPM with an absolute pathname impossible.
                    508: <!-- ^ 20041127 -->
                    509: <li>Introduce pfkey sysctl subtree and use it in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecadm&sektion=8">ipsecadm(8)</a>.
                    510: <!-- ^ 20041126 -->
                    511: <li>Fix a memory leak in SFTP.
                    512: <li>Use the TTL from setsockopt() in IP code similar to BSD/OS.
                    513: <li>Move mac68k towards a more flexible and generic interrupt system; from NetBSD.
                    514: <li>Fix a race between TCP timers.
                    515: <li>Fix a dhclient exiting problem by ignoring certain messages sent by dhclient iself.
                    516: <!-- ^ 20041125 -->
                    517: <li>Various fixes and tweaks for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&sektion=4">ipw(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4">iwi(4)</a>.
                    518: <li>Add a CPU number to the STAT field in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&sektion=1">ps(1)</a>.
                    519: <li>Disable kernfs in GENERIC because nothing uses it and it is not very safe due to the buffer cache.
                    520: <li>Fix false positives when testing valid databases in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm_mkdb&sektion=8">kvm_mkdb(8)</a> on certain machines.
                    521: <li>Enable Kerberos 5 authentication and encryption in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnetd&sektion=8">telnetd(8)</a>.
                    522: <!-- ^ 20041124 -->
                    523: <li>Fix a crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> that occured when using certain binat rules.<br>
                    524:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    525: <li>Disable the layer filesystems by default in GENERIC kernels.
                    526: <li>Support Intel PRO/Wireless 2915ABG in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4">iwi(4)</a>.
                    527: <li>Change init process to allow certain umass devices to attach properly; from NetBSD.
                    528: <li>Use a prefixlen of 64 on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&sektion=4">tun(4)</a> interfaces; from FreeBSD.
                    529: <li>Support multiple communities in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> to eventually support better filters.
                    530: <li>Support the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpio&sektion=4">gpio(4)</a> found on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4">ath(4)</a> devices.
                    531: <!-- ^ 20041123 -->
                    532: <li>Support Adaptec ASR2200S U320 RAID in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aac&sektion=4">aac(4)</a>.
                    533: <li>Flat file firmware loading for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4">iwi(4)</a>.
                    534: <li>Flat file firmware loading and relaxed warmboot detection for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&sektion=4">kue(4)</a>.
                    535: <li>Support hotpluggable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gpio&sektion=4">gpio(4)</a>'s.
                    536: <li>Support setting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mixerctl&sektion=1">mixerctl(1)</a> values via mixerctl.conf(5) in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a> infrastructure.
                    537: <!-- ^ 20041122 -->
                    538: <li>Extract the firmware into flat files from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4">ti(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&sektion=4">neo(4)</a>.
                    539: <li>Fix some core dumps on malformed format strings in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hexdump&sektion=1">hexdump(1)</a>.
                    540: <li>Revert part of a previous change in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtl&sektion=4">rtl(4)</a> which was causing a performance
                    541: drop.
                    542: <li>Accept VLAN-sized frames in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&sektion=4">ste(4)</a>.
                    543: <!-- ^ 20041121 -->
                    544: <li>Add net80211 framework to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&sektion=4">atu(4)</a> driver.
                    545: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpt&sektion=4">mpt(4)</a> driver for amd64 machines and VMware.
                    546: <li>Restore old aperture code in the i386 X.org video code.
                    547: <!-- ^ 20041120 -->
                    548: <li>Reliability fix for sysex stop packets in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umidi&sektion=4">umidi(4)</a>.
                    549: <li>Better Raven PREP initialization for mvmeppc.
                    550: <li>Better i8259 slave handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=openpic&sektion=4">openpic(4)</a> device on mvmeppc.
                    551: <li>Write reject files in unified format for unified diffs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=patch&sektion=1">patch(1)</a>.
                    552: <li>Allow spaces and other characters in path names in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=patch&sektion=1">patch(1)</a>.
                    553: <li>Repair display.focus functionality in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsconsctl&sektion=8">wsconsctl(8)</a>. (PR#3990)
                    554: <li>Unbreak chroot() code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8">named(8)</a>.
                    555: <li>Plug a memory leak in PFKEYv2 code.
                    556: <!-- ^ 20041119 -->
                    557: <li>Support wantlib in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> framework.
                    558: <li>Use the filesystem firmware loader in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&sektion=4">ipw(4)</a>.
                    559: <li>Fix NAT-D interoperability problems in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.<br>
                    560:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    561: <li>Support a few more codecs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ac97&sektion=4">ac97(4)</a>; from NetBSD.
                    562: <li>Handle SONPROC in ps, w, and the kernel.
                    563: <li>Enable receive() accounting in the kernel.
                    564: <li>Announce IPv6 Unicast support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.
                    565: <li>Supress multiple connect() failure logging in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.
                    566: <!-- ^ 20041118 -->
                    567: <li>Merge X.org integer and buffer overflow fixes for libXpm.<br>
                    568:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    569: <li>Import sudo-1.6.8p4.
                    570: <li>Fix the QUIT command and implement RSET in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8">spamd(8)</a>.
                    571: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&sektion=4">atu(4)</a> by default on i386 and load its firmware with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=loadfirmware&sektion=9">loadfirmware(9)</a>.
                    572: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=loadfirmware&sektion=9">loadfirmware(9)</a> framework for loading device firmware out of the newly created /etc/firmware directory.
                    573: <li>Added IPv6 support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=enc&sektion=4">enc(4)</a> devices.
                    574: <li>Documented the new update framework for bulk builds in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ports&sektion=7">ports(7)</a>.
                    575: <li>Fix memory display in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1">top(1)</a>
                    576: <!-- ^ 20041117 -->
                    577: <li>Improve logging for advertisement failures from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a>
                    578: <li>Remove non-standard NI_WITHSCOPEID from libc and utilities that used it.
                    579: <li>Add missing counters to netstat carp statistics.
                    580: <li>Extract firmware from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atmel&sektion=4">atmel(4)</a> driver to create and install flat files.
                    581: <li>Add a PFSTATE_STALE flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4">pfsync(4)</a> to prevent stale state updates from generating updates themselves. (PR#3983)
                    582: <li>Decrease latency in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk(4)</a> by lowering interrupt modulation; from NetBSD.
                    583: <li>Re-implement LQM in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8">ppp(8)</a> according to the RFC; from FreeBSD.
                    584: <li>Fix transmit queue in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk(4)</a> to fix the onboard interface on some Asus amd64 motherboards; from NetBSD.
                    585: <li>Fix a jumbo frame issue with 82547 chips in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4">em(4)</a>; from FreeBSD.
                    586: <li>Receive VLAN-sized frames in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4">bge(4)</a>; from FreeBSD.
                    587: <li>Work around an Intel 21143 chip bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc(4)</a>; from FreeBSD.
                    588: <li>Print network interface stats with the 'ifstat' command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1">systat(1)</a>.
                    589: <!-- ^ 20041116 -->
                    590: <li>Add the output of the kern.version sysctl to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daily&sektion=8">daily(8)</a> report.
                    591: <li>Add a -E option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_info&sektion=1">pkg_info(1)</a> to search all packages for a given filename.
                    592: <!-- ^ 20041115 -->
                    593: <li>Enable the progress meter by default in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a>; use -x to disable it.
                    594: <!-- ^ 20041114 -->
                    595: <li>Fix a timeout bug in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dart&sektion=4">dart(4)</a> device on mvme88k.
                    596: <!-- ^ 20041113 -->
                    597: <li>Fix a bug when filtering the ACK of packets from synproxy in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.
                    598: <li>Import sudo-1.6.8p2.
                    599: <li>Support more 802.11B ioctl's in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&sektion=4">atu(4)</a>.
                    600: <!-- ^ 20041112 -->
                    601: <li>Import queue timing fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk(4)</a> from NetBSD.
                    602: <li>First attempt at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmdb&sektion=1">pmdb(1)</a> support for mips64.
                    603: <li>Import some link change fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4">bge(4)</a> from FreeBSD.
                    604: <li>Add support for the Amtel AT76c503a and the Linksys WUSB11 v2.8 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&sektion=4">atu(4)</a>.
                    605: <li>Various fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&sektion=4">axe(4)</a> from NetBSD.
                    606: <li>More bug fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a>.
                    607: <li>Add an "rde route-age" configuration statement to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> to evaluate or ignore prefix ages when doing best path selection; defaults to "ignore".
                    608: <li>Remove unncessary locking in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nvram&sektion=4">nvram(4)</a>.
                    609: <li>Add a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&sektion=4">umass(4)</a> quirk for iRiver 3xx.
                    610: <!-- ^ 20041111 -->
                    611: <li>Create a safer IF_INPUT_ENQUEUE macro in if.h.
                    612: <li>Add support for the Conceptronic SnapPort USB 2.0 LAN adapter in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&sektion=4">axe(4)</a>.
                    613: <li>More paranoia to avoid errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeclock&sektion=9">timeclock(9)</a>.
                    614: <li>Add PKGPATH support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_info&sektion=1">pkg_info(1)</a> for more useful reporting.
                    615: <!-- ^ 20041110 -->
                    616: <li>Create a cats install CD image.
                    617: <li>Cleanup and KNF in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&sektion=4">tun(4)</a> driver.
                    618: <li>More work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> internals; make progress meter useful during package replacement.
                    619: <!-- ^ 20041109 -->
                    620: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&sektion=4">atu(4)</a> USB wireless LAN driver for Amtel AT76c503, AT76c503a, AT76c505, and AT76c505a devices.  Not enabled by default yet.
                    621: <li>Add support for USB devices to do a full reset of a port during attach.
                    622: <li>Cleanup and a bug fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sgivol&sektion=8">sgivol(8)</a>.
                    623: <li>Fix a logic error when using wscons with the standard kbd protocol in Xorg.
                    624: <li>Various cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
                    625: <!-- ^ 20041108 -->
                    626: <li>Add inject support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&sektion=4">systrace(4)</a> for argument replacement.
                    627: <li>Use cc's -pipe flag by default on most architectures when building the tree.
                    628: <li>More work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> internals.
                    629: <li>Fix subshell handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tip&sektion=1">tip(1)</a>/cu(1)<br>
                    630:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    631: <!-- ^ 20041107 -->
                    632: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4">ath(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4">iwi(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&sektion=4">ipw(4)</a> by default on i386 if firmware images are installed.
                    633: <li>Fix the Raptor workaround in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>.<br>
                    634:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    635: <li>Add basic control of a running multiplex master connection to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
                    636: <li>Save space in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8">fdisk(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8">disklabel(8)</a> by gzipping embedded man pages.
                    637: <!-- ^ 20041106 -->
                    638: <li>Add a "bssid" command to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8">ifconfig(8)</a>.
                    639: <li>Plug memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.
                    640: <!-- ^ 20041105 -->
                    641: <li>Add libedit command editing and history support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1">sftp(1)</a>.
                    642: <li>Support more bash-style \letter expansion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a> prompt variables.
                    643: <li>Adjust RTT estimates in the BIND resolver to fix an IPv6 problem.<br>
                    644:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    645: <li>Fix a memory leak when deleting a screen in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&sektion=4">vga(4)</a>.
                    646: <!-- ^ 20041104 -->
                    647: <li>Add spamlogd_flags to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a> infrastructure.
                    648: <li>Various panic and memory leak fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&sektion=4">ipw(4)</a>.
                    649: <!-- ^ 20041103 -->
                    650: <li>Fix a potential denial of service in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppd&sektion=8">pppd(8)</a>.<br>
                    651:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    652: <li>Revert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpt&sektion=4">mpt(4)</a> driver to cope with IBM onboard mpt's.
                    653: <li>Initial import and merge of X.Org 6.8.1.
                    654: <li>Change the default command history in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1">ksh(1)</a> to 500.
                    655: <li>Add a manpage for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=evcount&sektion=9">evcount(9)</a> API.
                    656: <li>Disable -fdelete-null-pointer-checks at -O2 by default.
                    657: <li>Import and merge binutils-2.15.
                    658: <li>Handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> interfaces in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8">bgpctl(8)</a>.
                    659: <li>Remove repeated state change logging and fix a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.
                    660: <li>Memory leak fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=passwd&sektion=1">passwd(1)</a>.
                    661: <!-- ^ 20041102 -->
                    662: <li>Reliability fix for a panic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&sektion=4">ipw(4)</a>.
                    663: <!-- ^ 20041101 -->
                    664: <li>Compatibility tweaks to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugen&sektion=4">ugen(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&sektion=4">uhid(4)</a> from NetBSD.
                    665: <li>Some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4">ehci(4)</a> fixes from NetBSD.
                    666: <li>Add BCM5705K and BCM5750/5751 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4">bge(4)</a>. From FreeBSD.
                    667: <!-- ^ 20041031 -->
                    668: <!-- ^ 20041030 -->
                    669: <li>Handle more gracefully corrupt keys in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> authorised_keys files.
                    670: <li>Fix SIGWINCH handling for multiplexed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> connections.
                    671: <li>Switch powerpc to use GCC 3.x.
                    672: <li>Import and merge heimdal-0.6.3.
                    673: <li>A couple of reliability fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc(4)</a>. From FreeBSD.
                    674: <!-- ^ 20041029 -->
                    675: <li>Give <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> interfaces their own type, IFT_CARP.
                    676: <li>Pass the right type to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snprintf&sektion=3">snprintf(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asctime&sektion=3">asctime(3)</a> (PR#3970).
                    677: <li>Modulate the TCP timestamp by a random value for each connection.
                    678: <li>Remove assumption that a destination is on-link if the default router list is empty (RFC2461 &sect;5.2).
                    679: <!-- ^ 20041028 -->
                    680: <li>Updates and fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&sektion=4">ipw(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4">iwi(4)</a>.
                    681: <li>Add DWARF-based exception handling support for shlibs and dynamic executables in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1">gcc(1)</a>.
                    682: <li>Add support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setreuid&sektion=2">setre[gu]id(2)</a> under Linux emulation.
                    683: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clock_getres&sektion=2">clock_getres(2)</a> to calculate the precision in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>, and fill in the precision field when sending server-mode responses.
                    684: <!-- ^ 20041027 -->
                    685: <li>In crtbegin, make __register_frame_info() a weak symbol.
                    686: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8">bgpctl(8)</a>, try to show the peer description instead of the IP address in 'show summary' view. Revert to IPs with new -n option.
                    687: <li>More work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpt&sektion=4">mpt(4)</a>.
                    688: <!-- ^ 20041026 -->
                    689: <li>In the ffs code, don't assume a block is allocated if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bread&sektion=9">bread(9)</a> or cg_chkmagic() fails.
                    690: <li>Change the new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getprotoent_r&sektion=3">getproto*_r(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getservent_r&sektion=3">getserv*_r(3)</a> functions' return value to match the IBM/Digital API.
                    691: <!-- ^ 20041025 -->
                    692: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdate&sektion=8">rdate(8)</a> to accept replies with an NTP version less than 4.
                    693: <li>Minimise the delta with FreeBSD for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&sektion=4">aic(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&sektion=4">ahd(4)</a>.
                    694: <!-- ^ 20041024 -->
                    695: <li>Start work on update support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a>.
                    696: <li>Correct some missing braces after an 'if' statement in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4">xl(4)</a>.
                    697: <!-- ^ 20041023 -->
                    698: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> server mode return the stratum of the currently preferred peer plus one.
                    699: <li>Add neighbor solicitation/advertisement messages into/out of the default IPv6 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> rulebase loaded by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a>.
                    700: <!-- ^ 20041022 -->
                    701: <li>Backout the change of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amd&sektion=8">amd(8)</a> from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&sektion=2">select(2)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&sektion=2">poll(2)</a> due to problems.
                    702: <li>Backport some fixes from lynx-2.8.6dev.7b preventing crashes due to memory exhaustion.<br>
                    703:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    704: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdm&sektion=1">xdm(1)</a> greeter able to use non-default login classes (X.Org bugzilla #1676).
                    705: <!-- ^ 20041021 -->
                    706: <li>Change all the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a> commands in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8">netstart(8)</a> to use -qn and so not do DNS lookups.
                    707: <li>Memleak fixes and cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
                    708: <li>Merge changes from mod_ssl 2.8.20, fixing CAN-2004-0885.<br>
                    709:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    710: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&sektion=4">ipw(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4">iwi(4)</a> drivers, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipwcontrol&sektion=8">ipwcontrol(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwicontrol&sektion=8">iwicontrol(8)</a> tools, supporting Intel 2100/2200BG/2915ABG wireless devices. Disabled and non-operational due to silly distribution restrictions on the device firmware files.
                    711: <li>Support interrupt transfers on USB 2 controllers, allowing the use of USB 2 hubs with USB 2 hardware.
                    712: <li>Disconnect <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> sessions on out-of-range message types.
                    713: <!-- ^ 20041020 -->
                    714: <li>Pretty up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>'s display of groups.
                    715: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> neighbor definitions to be dependent on interface state. If used with a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> interface, for example, this can be used to reduce failover time.
                    716: <li>Add suspend/resume support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4">ehci(4)</a>.
                    717: <li>Add -e command-line expression support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bc&sektion=1">bc(1)</a>.
                    718: <li>Only set up the default IPv6 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> rules on IPv6-enabled systems.
                    719: <!-- ^ 20041019 -->
                    720: <li>Update timezone data to tz(code|data)2004e from ftp://elsie.nci.nih.gov/.
                    721: <li>Add a progress meter to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a>.
                    722: <li>Reduce the amount of information <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> displays by default.
                    723: <li>Add -e option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=1">dc(1)</a> to evaluate expressions on the command line.
                    724: <li>Defer the IP TTL decrement so that an ICMP error with the IP header embedded doesn't have a bad checksum.
                    725: <!-- ^ 20041018 -->
                    726: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strnunvis&sektion=3">strnunvis(3)</a>, a bounded version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strunvis&sektion=3">strunvis(3)</a>.
                    727: <li>Add reentrant <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getprotoent_r&sektion=3">getproto*_r(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getservent_r&sektion=3">getserv*_r(3)</a> functions. Adapted from NetBSD.
                    728: <li>Much cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide(4)</a>, and some SATA fixups.
                    729: <li>Only delete users and groups with -c in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_delete&sektion=1">pkg_delete(1)</a>.
                    730: <li>Implement -q and tidy up ICMP support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>.
                    731: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a>, better handle current directory searches listed in LD_LIBRARY_PATH.
                    732: <li>Add support for the HTTP proxy CONNECT method to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&sektion=1">nc(1)</a>.
                    733: <!-- ^ 20041017 -->
                    734: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&sektion=4">st(4)</a>, fix bogus 'Tape block size...' errors from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=restore&sektion=8">restore(8)</a> and look for the SDEV_OPEN flag in the right place.
                    735: <!-- ^ 20041016 -->
                    736: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1">netstat(1)</a> -r, show only 0.0.0.0/0 as the default route, i.e. stop ignoring the netmask.
                    737: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=df&sektion=1">df(1)</a>, don't display the header line if no usage lines are shown.
                    738: <li>Display the ip_len field in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> with the -v option.
                    739: <li>Support some new device types in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&sektion=4">bktr(4)</a>. From FreeBSD and NetBSD.
                    740: <li>Only use IPTOS_LOWDELAY on IPv4 sockets in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.
                    741: <li>Parse <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> anchor names in tables the same way as anchor names in rules.
                    742: <!-- ^ 20041015 -->
                    743: <li>Use the arch-dependent MAXSSIZ instead of an arbitrary fixed value as the upper limit for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8">sysctl(8)</a> kern.stackgap_random.
                    744: <li>Performance fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc(4)</a>. From FreeBSD.
                    745: <li>Handle gracefully a missing EEPROM in an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk(4)</a> device.
                    746: <li>Fix a missing brace following an 'if' statement in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8">named(8)</a>'s libdns (ISC #1744).
                    747: <li>Use IPTOS_LOWDELAY in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.
                    748: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs&sektion=8">newfs(8)</a> to create valid filesystems with any legal combination of block and fragment sizes.
                    749: <!-- ^ 20041014 -->
                    750: <li>Print the expire route metric as a signed value in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>.
                    751: <li>Let cardbus RealTek 8138 devices attach to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4">rl(4)</a>. More work to do.
                    752: <li>New @sysctl keyword for packing lists.
                    753: <li>Set the rootdelay in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> server replies.
                    754: <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>'s compatiblity with NTP v3 and earlier.
                    755: <li>A number of fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.
                    756: <!-- ^ 20041013 -->
                    757: <li>Sync the installer's install-from-tape code with reality, add a few user interface and error-checking enhancements.
                    758: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&sektion=8">dhcrelay(8)</a> to use a UDP socket for communication with the DHCP servers. The old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a> method was forwarding packets out of the wrong interface.
                    759: <!-- ^ 200401012 -->
                    760: <li>Defer display of MESSAGE files until all packages have been installed.
                    761: <li>Many fixes and cleanups in the package tools.
                    762: <li>Add support for an 'UNMESSAGE' file to the package tools, used to show the information a package would display on uninstallation without actually uninstalling it.
                    763: <li>Rewrite interface groups code, placing all groups on a tail queue, and internally referring to a group by pointer instead of by name.
                    764: <li>Remove obsolete -P, -C options and the unimplemented mtree options from the package tools.
                    765: <!-- ^ 20041011 -->
                    766: <li>Add support for DWARF2 exception handling to libc.
                    767: <li>Work around an 'overlapped command' issue on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&sektion=4">ahd(4)</a>-attached devices slower than Ultra-320.
                    768: <li>Inform the softdep code when the mode of an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inode&sektion=5">inode(5)</a>'s mode changes. From FreeBSD.
                    769: <li>Fix a busted API call when opening a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=midi&sektion=4">midi(4)</a> sequencer device.
                    770: <!-- ^ 20041010 -->
                    771: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nm&sektion=1">nm(1)</a> to work on cross targets of different sizes as well as endianness.
                    772: <li>Don't use 64-bit tests on 32-bit values when testing for void PCI memory regions.
                    773: <li>Add another 500 microseconds of delay after a PHY reset, the DP83840A needs it.
                    774: <li>Add 1000base*X autonegotiation and 1000baseT master-mode support. From NetBSD.
                    775: <!-- ^ 20041009 -->
                    776: <li>Update the tail pointer correctly when the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hotplug&sektion=4">hotplug(4)</a> queue is full.
                    777: <li>Remove a null dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.
                    778: <li>Fix a couple of buffer overruns in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kbd&sektion=8">kbd(8)</a>.
                    779: <li>Don't ever increment past the end of a message in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecadm&sektion=8">ipsecadm(8)</a>'s monitor command.
                    780: <!-- ^ 20041008 -->
                    781: <li>Add a generic driver, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gentbi&sektion=4">gentbi(4)</a>, for Gigabit Ethernet ten-bit interfaces. From NetBSD.
                    782: <li>Add constants to mii.h for 1000base*X autonegotiation, and a constant for 1000baseT nic-to-nic master mode to if_media.h.
                    783: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&sektion=1">ssh-agent(1)</a>, don't unlink the agent socket if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bind&sektion=2">bind(2)</a> fails.
                    784: <li>New -p option and 'p' command to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1">top(1)</a>, to show just a single process.
                    785: <!-- ^ 20041007 -->
                    786: <li>On Intel-chipped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc(4)</a> devices, share the bus evenly between receive and transmit, improving forwarding performance under heavy load.
                    787: <li>Set the TCP congestion window to two segments instead of one, matching the window size when entering the ESTABLISHED state.
                    788: <li>Unshadow a variable and unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> interfaces.
                    789: <!-- ^ 20041006 -->
                    790: <li>Call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vsyslog&sektion=3">vsyslog(3)</a> with a priority, not a facility in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifstated&sektion=8">ifstated(8)</a>.
                    791: <li>Drop the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8">spamd(8)</a> default passtime to 25 minutes, so that mailers with a quadratic retry schedule that causes a retry at 26 minutes are allowed through.
                    792: <li>Lots of work on the package tools' new object system.
                    793: <li>Don't reset the chip when attaching an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&sektion=4">it(4)</a> hardware monitor, stopping the fans going into jet engine mode.
                    794: <li>When sending <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4">carp(4)</a> advertisements, protect the call to ip_output() with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=splsoftnet&sektion=9">splsoftnet(9)</a>.<br>
                    795:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    796: <li>Change the default return code from the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8">spamd(8)</a> greylister from 450 to 451. The latter code works better with mailer clusters, making them more likely to retry from the same IP address the next time.
                    797: <li>Fix a buffer overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tput&sektion=1">tput(1)</a> with the -S option.
                    798: <li>Don't allow a peer ID of zero in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.
                    799: <li>Handle connection failures more gracefully in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> client.
                    800: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&sektion=4">udav(4)</a> driver for Davicom USB DM960-based Ethernet devices. From NetBSD.
                    801: <!-- ^ 20041005 -->
                    802: <li>Change the doff_t field in struct iso_dnode to u_quad_t, so that DVDs and other ISO filesystems larger than 2GB can be read.
                    803: <li>Stacks of manpage cleanup.
                    804: <li>Switch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amd&sektion=8">amd(8)</a> from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&sektion=2">select(2)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=poll&sektion=2">poll(2)</a>.
                    805: <li>Allow for an additional character in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8">disklabel(8)</a> fstype, so that type ISO9660 isn't truncated.
                    806: <li>Reorganise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> etc.'s packing list items code into a basic class hierarchy.
                    807: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>, take the median value for the offset instead of taking an average.
                    808: <!-- ^ 20041004 -->
                    809: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nvram&sektion=4&arch=i386">nvram(4)</a> driver for i386, read-only for now.
                    810: <li>Remove a marginal <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&sektion=2">mmap(2)</a> optimisation from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&sektion=1">grep(1)</a> that was causing some newline problems (PR#3940, PR#3941).
                    811: <!-- ^ 20041003 -->
                    812: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diff&sektion=1">diff(1)</a> continually retry <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdirentries&sektion=2">getdirentries(2)</a> until our buffer is large enough to store it all.
                    813: <li>Unbust &lt;stdbool.h&gt; for newer <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1">gcc(1)</a> versions.
                    814: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fseek&sektion=3">fseek(3)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftell&sektion=3">ftell(3)</a> and other cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msgs&sektion=1">msgs(1)</a>.
                    815: <!-- ^ 20041002 -->
                    816: <li>Fix an off-by-one when calculating IO space for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4">em(4)</a>.
                    817: <li>Don't die in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=socket&sektion=2">socket(2)</a> fails with ENOPROTOSUPPORT for a default listener.
                    818: <li>Fix memory corruption in libdb <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hash&sektion=3">hash(3)</a> when the cursor page becomes the LRU page.
                    819: <!-- ^ 20041001 -->
                    820: <li>Check for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=accept&sektion=2">accept(2)</a> errors before <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&sektion=2">fork(2)</a>ing the child process in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a>. From FreeBSD.
                    821: <li>Fix a segfault and an off-by-one in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpc&sektion=8">lpc(8)</a>.
                    822: <li>Get the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4">rl(4)</a> MAC address right on big-endian architectures.
                    823: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_dma&sektion=9">bus_dma(9)</a> magic to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4">rl(4)</a>.
                    824: <li>Helpfully display the bogus netmask that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a> is busy choking on.
                    825: <li>If the YP marker is present in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=master.passwd&sektion=5">master.passwd(5)</a> file, have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adduser&sektion=8">adduser(8)</a> insert new users before it (PR#3727).
                    826: <li>Ethernet autonegotiation fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4">rl(4)</a>. From FreeBSD.
                    827: <li>Add ECONNREFUSED to the list of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=recvfrom&sektion=2">recvfrom(2)</a> errors that don't kill <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>'s client dispatch function, now that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=connect&sektion=2">connect(2)</a> is used on the client socket.
                    828: <li>Don't pretend to have an ifmedia structure in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4&arch=i386">le(4)</a>, fixing some panics (PR#3407, PR#3661).
                    829: <!-- ^ 20040930 -->
                    830: <li>Add back some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snprintf&sektion=3">snprintf(3)</a> string cleaning lost in the BIND 9.3.0 merge.
                    831: <li>Correct a missing NULLification in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>, stopping <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflog&sektion=4">pflog(4)</a> incorrectly attributing states to anchors, and fixing state counter display for pfctl -vvs[nr].<br>
                    832:        <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    833: <li>Some refactoring and shrinkage in the installer.
                    834: <!-- ^ 20040929 -->
                    835: <li>Fix a buffer overrun in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xman&sektion=1">xman(1)</a> when reading the search string (X.Org bugzilla #1481).
                    836: <li>Clean up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8">disklabel(8)</a> output for modern large disks (based on PR#3847).
                    837: <li>Import and merge ISC BIND 9.3.0, keeping local changes.
                    838: <li>Fix memory leaks in a few <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpr&sektion=1">lpr(1)</a> error paths.
                    839: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8">sudo(8)</a> to version 1.6.8p1.
                    840: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login_tis&sektion=8">login_tis(8)</a>, supporting TIS Firewall Toolkit authentication.
                    841: <li>Add 'prepend-neighbor' feature to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>.
                    842: <li>Fix unaligned accesses in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4">rl(4)</a> that were crashing on alphas (PR#3795).
                    843: <!-- ^ 20040928 -->
                    844: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4">gem(4)</a> handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4">vlan(4)</a>-sized frames.
                    845: <!-- ^ 20040927 -->
                    846: <li>Reorganise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&sektion=4">mii(4)</a> to use a structure of standard entry points instead of separate function pointers, and add a 'reset' entry point. From NetBSD.
                    847: <!-- ^ 20040926 -->
                    848: <li>Remove kx(1) from the tree.
                    849: <li>Nicer buffer size allocation for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&sektion=1">file(1)</a> (PR#3924).
                    850: <li>Add X support for OpenBSD/sgi.
                    851: <!-- ^20040925 -->
                    852: <li>Correct an off-by-one in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfprintf&sektion=3">vfprintf(3)</a>.
                    853: <li>Fix a crash on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&sektion=3">free(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=which&sektion=1">which(1)</a>.
                    854: <li>Add Path MTU Discovery support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4">ipsec(4)</a>-in-UDP.
                    855: <li>Pass the TCP segment size up to userland for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trpt&sektion=8">trpt(8)</a> to use.
                    856: <li>Do a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=connect&sektion=2">connect(2)</a> on client-side sockets in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.
                    857: <li>Don't process NAT-T keepalives in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.<br>
                    858:     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    859: <li>Round off package tools @newuser/@newgroup support by making <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_delete&sektion=1">pkg_delete(1)</a> delete the user/group if no longer needed.
                    860: <li>Drop osi and mask keywords from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>.
                    861: <!-- ^ 20040924 -->
                    862: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a> KERN_INTRCNT_CNT to return a quad instead of an int.
                    863: <li>Add some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=read&sektion=2">read(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=write&sektion=2">write(2)</a> error checks to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>.
                    864: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>'s handling of the -n option in multiplex client mode.
                    865: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a>'s <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kqueue&sektion=2">kqueue(2)</a> code fill in kn_data with the number of available bytes, like FreeBSD and NetBSD.
                    866: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> never send signals to their child processes after handling a SIGCHLD for them.
                    867: <!-- ^ 20040923 -->
                    868: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=midi&sektion=4">midi(4)</a> UARTs that don't support interrupts on output to write blocks larger than MIDI_MAXWRITE.
                    869: <li>Add code (#ifdef'd out by default) to allow 32-bit code using libsa to print 64-bit int values.
                    870: <li>Allow for the link-layer header when deciding whether or not to allocate a cluster in the syncache.
                    871: <li>Add libexpat 1.95.6, an XML parser library, to the tree.
                    872: <li>Remove source-routing support from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>.
                    873: <!-- ^ 20040922 -->
                    874: <li>Initial support for @newuser and @newgroup packing elements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_create&sektion=1">pkg_create(1)</a> and friends.
                    875: <li>If X is running, stop the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsdisplay&sektion=4">wsdisplay(4)</a> screen blanker firing when its settings are changed.
                    876: <li>Add 'no-scrub' <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5">pf.conf(5)</a> keyword, allowing specific traffic to bypass the normaliser.
                    877: <li>Iconify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xconsole&sektion=1">xconsole(1)</a> in the standard <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xinit&sektion=1">xinit(1)</a> rc file.
                    878: <li>Display route labels with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8">route(8)</a>'s show command.
                    879: <!-- ^ 20040921 -->
                    880: <li>Get parameters to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m_gethdr&sektion=9">m_gethdr(9)</a> the right way round in IPX-in-IP code.
                    881: <li>Fix the no-route <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> keyword for IPv6.
                    882: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gzip&sektion=1">gzip(1)</a>, look for the last instead of the first dot in a filename before tacking on a '.gz' extension, so foo.bar.gz is tried if foo.bar is given on the command line but doesn't exist.
                    883: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=splx&sektion=9">splx(9)</a> later in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brelse&sektion=9">brelse(9)</a> to protect flags being set on the buffer.
                    884: <li>Disable dynamic standby on 82550-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp(4)</a> cards.
                    885: <!-- ^ 20040920 -->
                    886: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnode&sektion=9">vnode(9)</a>-related manual pages for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vflushbuf&sektion=9">vflushbuf(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vwakeup&sektion=9">vwakeup(9)</a>.
                    887: <li>Check for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=waitpid&sektion=2">waitpid(2)</a> errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8">disklabel(8)</a>.
                    888: <li>Fix an off-by-one in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awi&sektion=4">awi(4)</a>'s WEP algorithm selection code.
                    889: <li>Install PostScript docs for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yacc&sektion=1">yacc(1)</a>.
                    890: <li>Set NOLINT for GNU code, there's just no way it's ever going to work.
                    891: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> with -s, only call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=settimeofday&sektion=2">settimeofday(2)</a> if the offset is larger than 180 seconds. Otherwise, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adjtime&sektion=2">adjtime(2)</a> can cope with the offset sensibly.
                    892: <li>Move the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a> startup earlier in /etc/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a>, and use the -s flag unconditionally.
                    893: <li>New -s flag for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>, which sets the time using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=settimeofday&sektion=2">settimeofday(2)</a> before daemonizing. This removes the need to run <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdate&sektion=8">rdate(8)</a> early in /etc/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a>.
                    894: <li>In libpthread, allow a thread in the FD[RW]_WAIT states to be suspended.
                    895: <li>Fix the build process for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc(4)</a> microcode.
                    896: <li>New %z and %t modifiers to *<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&sektion=3">printf(3)</a> for displaying size_t and ptrdiff_t respectively.
                    897: <li>Add a framework in the package tools to distinguish packages added manually by the user from those added as dependencies for other packages.
                    898: <li>Enable @shell keyword in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> etc., adding and removing an /etc/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=shells&sektion=5">shells(5)</a> entry as required.
                    899: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamlogd&sektion=8">spamlogd(8)</a> respect the -I option, and change its <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4">bpf(4)</a> filter so that it only looks at TCP S/SA packets. From PR#3914.
                    900: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8">sendmail(8)</a> to version 8.13.1.
                    901: <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4">pcmcia(4)</a> CIS fixes. From NetBSD.
                    902: <!-- ^ 20040918 -->
                    903: <li>Set the keyboard encoding earlier in /etc/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a>.
                    904: <li>Clean up state creation and destruction reference counting in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4">pfsync(4)</a>, fixing problems with adaptive timeouts, max-states limits and rule leaks.
                    905: <li>Fix a segfault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hack&sektion=6">hack(6)</a> (PR#3923).
                    906: <li>Reset MINCLSIZE back to the old value so that clusters are created as soon as the packet is bigger than the standard header size. This is a conservative measure for this release.
                    907: <li>More signal flag race fixes, in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a> this time.
                    908: <li>Don't ignore next-payload type NAT-OA in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>.
                    909: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> etc. warn about use of the deprecated @dirrm keyword.
                    910: <!-- ^ 20040917 -->
                    911: <li>Handle route labels in RTM_CHANGE messages.
                    912: <li>In the installer, set the console device speed before selecting it as the console, unbreaking Soekris boxes when booted without a cable attached.
                    913: <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a> calling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet_ntoa&sektion=3">inet_ntoa(3)</a> twice per log message.
                    914: <li>Handle '%ll' with positional arguments correctly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&sektion=3">*printf(3)</a>.
                    915: <li>Don't remove a cloned peer immediately when it goes back to IDLE, keep it around for a while. That way, if it went away because a capabilities negotiation failed, it doesn't come back later with the same (incompatible) capabilities and so fail again.
                    916: <li>Unbreak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=MD5FileChunk&sektion=3">MD5FileChunk(3)</a> when passed a zero length, and so make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=MD5File&sektion=3">MD5File(3)</a> work again.
                    917: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> print the th_seq field from truncated TCP headers, e.g. in an icmp frag-needed-but-DF-set error.
                    918: <li>Give TCP some extra smarts (SS_ISSENDING) so that it doesn't send partial segments when the socket layer is still busy sending to it. Inspired by FreeBSD and NetBSD.
                    919: <li>New '-T tcp' button for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> to force interpretation as TCP.
                    920: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> about NFSv3.
                    921: <li>Correct an off-by-one in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fmt_scaled&sektion=3">fmt_scaled(3)</a>, allowing it to show 1099512676352 == 2.0T properly.
                    922: <li>Fix more signal flag races, this time in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=comsat&sektion=8">comsat(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.rstatd&sektion=8">rpc.rstatd(8)</a>.
                    923: <li>Drop the 'fallback interface' code from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8">dhcpd(8)</a>, and store enough state to send a relayed request back to the right place.
                    924: <li>Fix an off_t-&gt;int truncation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rwhod&sektion=8">rwhod(8)</a>, found by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1">lint(1)</a>.
                    925: <li>Add some additional <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4">pcmcia(4)</a> CIS sanity checks.
                    926: <!-- ^ 20040916 -->
                    927: <li>Several manual page fixes.
                    928: <li>Fix a stack of compiler warnings in libkvm.
                    929: <li>Restore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hotplugd&sektion=8">hotplugd(8)</a>'s ability to handle events queued before the daemon starts.
                    930: <li>New -Dvar=value option for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_create&sektion=1">pkg_create(1)</a>.
                    931: <li>Don't use a double where an int will do in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>.
                    932: <li>Add a negative index check in the hardware sensor <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a> handler.
                    933: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&sektion=8">mount(8)</a> dump attribute caching parameters in verbose mode.
                    934: <li>Fix races on the signal flags in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&sektion=8">inetd(8)</a>.
                    935: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_nfs&sektion=8">mount_nfs(8)</a>'s noac option turn attribute caching off instead of on.
                    936: <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdate&sektion=8">rdate(8)</a> accept NTP responses with stratum 0.
                    937: <li>A bunch of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1">lint(1)</a>-inspired cleanup in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8">ntpd(8)</a>.
                    938: <!-- ^ 20040915 -->
                    939: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> etc. about GNU info directories.
                    940: <li>Remove all use of system() in favour of System()/VSystem() in the package tools.
                    941: <li>Fix a file descriptor leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=df&sektion=1">df(1)</a>.
                    942: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> complain when configuration files can't be installed.
                    943: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> etc., use the uid/gid cache module and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1">perl(1)</a>'s own chown() function instead of system('chown',...).
                    944: <li>Change arg 4 of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm_openfiles&sektion=3">kvm_openfiles(3)</a> to unsigned so that KVM_NO_FILES is in range.
                    945: <li>Add mtree and uid/gid cache modules and an error wrapper to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> etc.
                    946: <li>Remove a gcc-specific constructs from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inetd&sektion=8">inetd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&sektion=8">syslogd(8)</a>.
                    947: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>, treat ENOBUFS from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmsg&sektion=2">sendmsg(2)</a> like EAGAIN and retry later.
                    948: <li>Add support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtree&sektion=8">mtree(8)</a> to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1">pkg_add(1)</a> framework.
                    949: <li>A bunch of de<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1">lint(1)</a>ing, especially signal handlers with unused signo, and other unused variables.
                    950: <li>3.6 -&gt; 3.6-current.
                    951: <!-- ^ 20040914 -->
                    952: </ul>
                    953: <p>
                    954:
                    955: This list mentions mostly platform-independent changes.  For a list of changes
                    956: made in a particular platform, please check the page for that platform.  If you
                    957: find them not listed there, the changes are either (1) not being documented or
                    958: (2) are documented here.<br><br>
                    959:
                    960: <hr>
                    961: <p>
                    962: <h3>
                    963: For changes in other releases, click below:<br>
                    964: <a href="plus20.html">2.0</a>,
                    965: <a href="plus21.html">2.1</a>,
                    966: <a href="plus22.html">2.2</a>,
                    967: <a href="plus23.html">2.3</a>,
                    968: <a href="plus24.html">2.4</a>,
                    969: <a href="plus25.html">2.5</a>,
                    970: <a href="plus26.html">2.6</a>,
                    971: <a href="plus27.html">2.7</a>,
                    972: <a href="plus28.html">2.8</a>,
                    973: <a href="plus29.html">2.9</a>,
                    974: <a href="plus30.html">3.0</a>,
                    975: <a href="plus31.html">3.1</a>,
                    976: <a href="plus32.html">3.2</a>,
                    977: <a href="plus33.html">3.3</a>,
                    978: <a href="plus34.html">3.4</a>,
                    979: <a href="plus35.html">3.5</a>,
                    980: <a href="plus36.html">3.6</a>,
                    981: <a href="plus.html">current</a>.
                    982: <br>
                    983: </h3>
                    984:
                    985: <hr>
                    986: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
                    987: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.2     ! cloder    988: <br><small>$OpenBSD: plus37.html,v 1.1 2005/03/24 13:09:56 deraadt Exp $</small>
1.1       deraadt   989:
                    990: </body>
                    991: </html>