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

Annotation of www/plus43.html, Revision 1.53

1.42      bentley     1: <!doctype html>
                      2: <html lang=en id=plus>
                      3: <meta charset=utf-8>
1.33      tj          4: <title>OpenBSD 4.3 Changelog</title>
1.2       deraadt     5: <meta name="description" content="OpenBSD 4.3 changes">
1.31      deraadt     6: <meta name="viewport" content="width=device-width, initial-scale=1">
                      7: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.35      tb          8: <link rel="canonical" href="https://www.openbsd.org/plus43.html">
1.42      bentley     9: <style>
                     10: a[href="stable.html"] {
                     11:        color: var(--green);
                     12: }
1.1       deraadt    13:
1.42      bentley    14: strong {
                     15:        color: var(--red);
                     16: }
1.1       deraadt    17:
1.42      bentley    18: h3 {
                     19:        color: var(--blue);
                     20: }
                     21:
                     22: p strong {
                     23:        font-weight: normal;
                     24: }
                     25: </style>
                     26:
                     27: <h2 id=OpenBSD>
1.31      deraadt    28: <a href="index.html">
1.42      bentley    29: <i>Open</i><b>BSD</b></a>
                     30: 4.3 Changelog
1.33      tj         31: </h2>
1.1       deraadt    32: <hr>
                     33:
                     34: <p>
                     35: This is a partial list of the major machine-independent changes
1.7       sobrado    36: (i.e., these are the changes people ask about most often).  Machine
1.1       deraadt    37: specific changes have also been made, and are sometimes mentioned
                     38: in the pages for the specific <a href="plat.html">platforms</a>.
                     39:
                     40: <p>
1.42      bentley    41: Note: <strong>Problems for which patches exist are marked in red</strong>.
1.1       deraadt    42:
                     43: <p>
                     44: For changes in other releases, click below:<br>
                     45: <a href="plus20.html">2.0</a>,
                     46: <a href="plus21.html">2.1</a>,
                     47: <a href="plus22.html">2.2</a>,
                     48: <a href="plus23.html">2.3</a>,
                     49: <a href="plus24.html">2.4</a>,
                     50: <a href="plus25.html">2.5</a>,
                     51: <a href="plus26.html">2.6</a>,
                     52: <a href="plus27.html">2.7</a>,
                     53: <a href="plus28.html">2.8</a>,
                     54: <a href="plus29.html">2.9</a>,
                     55: <a href="plus30.html">3.0</a>,
                     56: <a href="plus31.html">3.1</a>,
                     57: <a href="plus32.html">3.2</a>,
                     58: <a href="plus33.html">3.3</a>,
                     59: <a href="plus34.html">3.4</a>,
                     60: <a href="plus35.html">3.5</a>,
                     61: <a href="plus36.html">3.6</a>,
1.6       deraadt    62: <br>
1.1       deraadt    63: <a href="plus37.html">3.7</a>,
                     64: <a href="plus38.html">3.8</a>,
                     65: <a href="plus39.html">3.9</a>,
                     66: <a href="plus40.html">4.0</a>,
                     67: <a href="plus41.html">4.1</a>,
                     68: <a href="plus42.html">4.2</a>,
1.6       deraadt    69: <a href="plus44.html">4.4</a>,
1.8       deraadt    70: <a href="plus45.html">4.5</a>,
1.9       deraadt    71: <a href="plus46.html">4.6</a>,
1.10      deraadt    72: <a href="plus47.html">4.7</a>,
1.11      deraadt    73: <a href="plus48.html">4.8</a>,
1.12      deraadt    74: <a href="plus49.html">4.9</a>,
1.14      nick       75: <a href="plus50.html">5.0</a>,
1.15      schwarze   76: <a href="plus51.html">5.1</a>,
1.16      nick       77: <a href="plus52.html">5.2</a>,
1.17      deraadt    78: <a href="plus53.html">5.3</a>,
1.18      deraadt    79: <a href="plus54.html">5.4</a>,
1.19      deraadt    80: <br>
1.21      deraadt    81: <a href="plus55.html">5.5</a>,
1.23      brett      82: <a href="plus56.html">5.6</a>,
1.24      deraadt    83: <a href="plus57.html">5.7</a>,
1.27      deraadt    84: <a href="plus58.html">5.8</a>,
1.28      deraadt    85: <a href="plus59.html">5.9</a>,
1.34      deraadt    86: <a href="plus60.html">6.0</a>,
1.36      deraadt    87: <a href="plus61.html">6.1</a>,
1.38      deraadt    88: <a href="plus62.html">6.2</a>,
1.39      deraadt    89: <a href="plus63.html">6.3</a>,
1.40      deraadt    90: <a href="plus64.html">6.4</a>,
1.41      pamela     91: <a href="plus65.html">6.5</a>,
1.44      pamela     92: <a href="plus66.html">6.6</a>,
1.45      deraadt    93: <a href="plus67.html">6.7</a>,
1.47      pamela     94: <a href="plus68.html">6.8</a>,
                     95: <a href="plus69.html">6.9</a>,
1.48      deraadt    96: <a href="plus70.html">7.0</a>,
1.49      deraadt    97: <a href="plus71.html">7.1</a>,
1.51      deraadt    98: <br>
1.50      deraadt    99: <a href="plus72.html">7.2</a>,
1.52      tj        100: <a href="plus73.html">7.3</a>,
1.53    ! tj        101: <a href="plus74.html">7.4</a>,
1.1       deraadt   102: <a href="plus.html">current</a>.
                    103: <br>
                    104:
                    105: <p>
1.42      bentley   106: <h3>Changes made between OpenBSD 4.2 and 4.3</h3>
1.1       deraadt   107: <p>
                    108:
                    109: <ul>
1.4       jj        110: <!-- 2008/03/12 -->
1.42      bentley   111: <li>Fix the RX FIFO problem for <a href="https://man.openbsd.org/re.4">re(4)</a> devices, especially visible when using them at gig speeds.
1.1       deraadt   112: <!-- 2008/03/06 -->
1.42      bentley   113: <li><a href="https://man.openbsd.org/ral.4">ral(4)</a> RT2860 microcode is now included.
1.1       deraadt   114: <!-- 2008/03/05 -->
                    115: <li>Make the alpha CD ISO image contain a bsd.rd called 'bsd' to avoid need for PROM commandline options to get to the kernel.
1.42      bentley   116: <li>On zaurus X11, remove SunPaste symbol from the Fn+v key combination to avoid <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> from calling insert-selection() when v alone is pressed.
1.1       deraadt   117: <!-- 2008/03/04 -->
                    118: <li>Move hppa bootblocks in memory so bsd.rd fits.
1.42      bentley   119: <li>Work around NULL pointer dereference in the <a href="https://man.openbsd.org/de.4">de(4)</a> driver.
                    120: <li>Allow 80 and 160 second timeouts in <a href="https://man.openbsd.org/pkg_add.8">pkg_add(8)</a> to help big updates.
                    121: <li>Fix segfault in <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> when trying to lock and unlock rcs files that contain no revisions.
1.1       deraadt   122: <li>Prevent the VFS layer from creating files with a NULL filename.
                    123: <!-- 2008/03/03 -->
1.42      bentley   124: <li>Added Atlantis Land A02-UP1-W54 to the list of supported <a href="https://man.openbsd.org/rum.4">rum(4)</a> devices.
1.1       deraadt   125: <li>Fix use-after-free in the IPv6 rt_llinfo route handling code.
                    126: <li>Added serial console handling for alpha, macppc and zaurus when installing.
1.42      bentley   127: <li>Added Palm 700WX support to the <a href="https://man.openbsd.org/uplcom.4">uplcom(4)</a> driver.
1.1       deraadt   128: <!-- 2008/03/02 -->
1.42      bentley   129: <li>Fix for small modulo bias in the arc4random used for IP ID and <a href="https://man.openbsd.org/named.8">named(8)</a> PRNG.
1.1       deraadt   130: <li>While installing, keep a resolv.conf.shadow file around when restarting an install.
                    131: <li>Include sigcode in core dumps, allows gdb to backtrace through signal handlers.
1.42      bentley   132: <li><strong>SECURITY FIX: Buffer overflow in ppp command prompt parsing.</strong><br>
1.3       jj        133: <a href="errata42.html#009_ppp">A source code patch is available</a>.<br>
1.42      bentley   134: <a href="stable.html">[Applied to stable]</a>
                    135: <li>For <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>, clear interrupts on detach, fixes interrupt storm on digital-only controllers.
1.1       deraadt   136: <!-- 2008/03/01 -->
1.42      bentley   137: <li>For <a href="https://man.openbsd.org/em.4">em(4)</a> fiber adapters, return nothing when checking flow control status instead of reading the wrong values.
                    138: <li>Fix for <a href="https://man.openbsd.org/sf.4">sf(4)</a> watchdog handling, causing endless loops.
1.1       deraadt   139: <li>Allow dryruns (-n) to work properly in OpenCVS.
1.42      bentley   140: <li>Make sparc64 <a href="https://man.openbsd.org/sabtty.4">sabtty(4)</a> read and adopt the speed configured in OpenFirmware when it is the console.
1.1       deraadt   141: <li>Make sure OpenCVS will not overwrite CVS/Root files when given an alternate CVSROOT.
                    142: <!-- 2008/02/29 -->
                    143: <li>Make OpenCVS handle file permissions and owner properly, now you can update group owned files.
                    144: <!-- 2008/02/28 -->
1.42      bentley   145: <li>Replaced the IP ID and the <a href="https://man.openbsd.org/named.8">named(8)</a> PRNG algorithm with one based on a Durstenfeld shuffle.
1.1       deraadt   146: <!-- 2008/02/27 -->
1.42      bentley   147: <li>Make sure <a href="https://man.openbsd.org/audio.4">audio(4)</a> blocksize sticks when set explicitly by an AUDIO_SETINFO call.
                    148: <li>Initial code for BCM5706/5708 fiber support in <a href="https://man.openbsd.org/bge.4">bge(4)</a>.
1.1       deraadt   149: <li>Prevent file races in the opencvs code.
                    150: <li>Avoid creating ridiculously large core dumps when the stack memory map is fragmented.
1.42      bentley   151: <li>Add an extension to <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> to perform POSIX atomic rename operations.
                    152: <li>Add support in <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> for ICH8M SATA IDE.
                    153: <li>Corrected the watchdog time code in <a href="https://man.openbsd.org/em.4">em(4)</a>.
                    154: <li>Fix segfault in gnu <a href="https://man.openbsd.org/cvs.1">cvs(1)</a> when doing checkout -c if there is an unknown flag in the CVSROOT/modules file.
1.1       deraadt   155: <li>Make diff3 report temporary file errors on stderr and not stdout.
1.42      bentley   156: <li>Make <a href="https://man.openbsd.org/awk.1">awk(1)</a> fail nicely instead of crashing for format strings containing '*'.
1.1       deraadt   157: <!-- 2008/02/26 -->
                    158: <li>Added OpenCVS to the main build, installs as /usr/bin/opencvs.
1.42      bentley   159: <li>Fix memory leak in <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> parser.
                    160: <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, ignore and drop path attributes with a type code of 0, instead of sending an error back.
                    161: <li>Make <a href="https://man.openbsd.org/ftp-proxy.8">ftp-proxy(8)</a> not pass quick when tagging so tags can be used later.
                    162: <li>Add support for EPSON CX5400 scanner in the <a href="https://man.openbsd.org/uscanner.4">uscanner(4)</a> driver.
                    163: <li>Add support for Axesstel MV100H in the <a href="https://man.openbsd.org/ubsa.4">ubsa(4)</a> driver.
1.1       deraadt   164: <li>Fix memory leak in the hw_cryptodev engine code of OpenSSL.
                    165: <!-- 2008/02/25 -->
1.42      bentley   166: <li>Make <a href="https://man.openbsd.org/ppp.8">ppp(8)</a> allow a range of baud rates similar to <a href="https://man.openbsd.org/tip.1">tip(1)</a>/<a href="https://man.openbsd.org/cu.1">cu(1)</a>.
                    167: <li>Added <a href="https://man.openbsd.org/et.4">et(4)</a> to amd64 and i386 RAMDISK_CD kernels.
                    168: <li>Comment out <a href="https://man.openbsd.org/lii.4">lii(4)</a> from i386 GENERIC, add commented to amd64 GENERIC.
                    169: <li>Make <a href="https://man.openbsd.org/rmail.8">rmail(8)</a> support giant files by using <a href="https://man.openbsd.org/ftello.3">ftello(3)</a>.
                    170: <li>For <a href="https://man.openbsd.org/compress.1">compress(1)</a>, fix setting testmode when using both the -l and the -t flag.
                    171: <li>64-bit fix in <a href="https://man.openbsd.org/sdmmc.4">sdmmc(4)</a>.
1.1       deraadt   172: <!-- 2008/02/24 -->
                    173: <li>Make sure the ip6_input code has a complete rthdr before trying to do m_copydata() on it.
1.42      bentley   174: <li>Fix in <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> so <a href="https://man.openbsd.org/script.1">script(1)</a> will not exit immediately when started inside an <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> with vmin=0.
1.1       deraadt   175: <li>Make the bt code handle "QOS" L2CAP configuration request option.
                    176: <li>Synced the netbt code with NetBSD.
                    177: <li>Added vax install ISO image.
                    178: <!-- 2008/02/23 -->
1.42      bentley   179: <li>Fix in <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>, use rounded-down address when changing memory protections on the GOT.
                    180: <li>Prevent memory leaks claimed by <a href="https://man.openbsd.org/ipw.4">ipw(4)</a> firmware on "ifconfig down".
1.1       deraadt   181: <!-- 2008/02/22 -->
                    182: <li>Add safety check in the libc regex code for allocset() failures.
1.42      bentley   183: <li>Make <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> avoid unaligned PCI config space accesses.
1.1       deraadt   184: <li>Allow all SSH2 packet types, including UNIMPLEMENTED to reset the keepalive timer.
1.42      bentley   185: <li>Fix for macppc <a href="https://man.openbsd.org/eeprom.8">eeprom(8)</a> command to handle multiple NULL characters within string-valued properties.
1.1       deraadt   186: <!-- 2008/02/21 -->
1.42      bentley   187: <li>Support for new devices added to <a href="https://man.openbsd.org/axe.4">axe(4)</a> and <a href="https://man.openbsd.org/uftdi.4">uftdi(4)</a>.
                    188: <li>Added support for Corega CG-WLUSB2GL WLAN in the <a href="https://man.openbsd.org/rum.4">rum(4)</a> driver.
                    189: <li>Added I-O Data USBRSAQ5 serial device support to <a href="https://man.openbsd.org/uplcom.4">uplcom(4)</a>.
1.1       deraadt   190: <li>Fix in the xf86_video_intel driver for i830-based devices. Fixes crashes seen on ThinkPad X40s.
1.42      bentley   191: <li>Fix <a href="https://man.openbsd.org/sort.1">sort(1)</a> processing of numbers containing zeroes in -n (numeric mode).
                    192: <li>Prevent possible free list corruption when <a href="https://man.openbsd.org/malloc.9">malloc(9)</a> sleeps.
1.1       deraadt   193: <!-- 2008/02/20 -->
1.42      bentley   194: <li>Make sure <a href="https://man.openbsd.org/fxp.4">fxp(4)</a> 16-bit registers do not get accessed by 8-bit reads/writes.
                    195: <li>Enabled <a href="https://man.openbsd.org/envy.4">envy(4)</a> on amd64 and i386 GENERIC kernels.
                    196: <li>Implement AK4524 input and output volume knobs and output mute switches on <a href="https://man.openbsd.org/envy.4">envy(4)</a>.
                    197: <li>On amd64 GENERIC kernels, allow <a href="https://man.openbsd.org/opl.4">opl(4)</a> to attach to <a href="https://man.openbsd.org/cmpci.4">cmpci(4)</a>.
                    198: <li>Fixed return-rst for IPv6 in <a href="https://man.openbsd.org/pf.4">pf(4)</a>.
1.1       deraadt   199: <li>Reworked sgi device attachment rules.
                    200: <li>Reworked libc free list handling to prevent cases where freeing memory requires memory.
1.42      bentley   201: <li>Fixed a use-after-free bug in <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a>.
                    202: <li><strong>RELIABILITY FIX: Incorrect assumptions in tcp_respond can lead to a kernel panic.</strong><br>
1.1       deraadt   203: <a href="errata42.html#007_tcprespond">A source code patch is available</a>.<br>
1.42      bentley   204: <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   205:
1.42      bentley   206: <li>Use autopolling for link status on <a href="https://man.openbsd.org/bge.4">bge(4)</a> when it has link. Fixes input errors and might avoid firmware hangs on some cards.
                    207: <li>Fix segfault in <a href="https://man.openbsd.org/pstat.8">pstat(8)</a> when called with -vT.
                    208: <li><a href="https://man.openbsd.org/tda.4">tda(4)</a> enabled on sparc64 GENERIC kernels.
                    209: <li>On sparc64, make <a href="https://man.openbsd.org/tda.4">tda(4)</a> run the fans at maximum speed when about to enter <a href="https://man.openbsd.org/ddb.4">ddb(4)</a>, in order to avoid overheating in case of a system crash.
1.1       deraadt   210: <li>Fix mbuf leak when receiving PPPoE packets but without any PPPoE interfaces set up.
                    211: <!-- 2008/02/19 -->
1.42      bentley   212: <li>Added support for the Intel ICH9 chipsets in the <a href="https://man.openbsd.org/em.4">em(4)</a> driver.
                    213: <li>Add support for the optics on the Sun variant of <a href="https://man.openbsd.org/ixgb.4">ixgb(4)</a> boards.
                    214: <li>Added support for AnyDATA ADU-500A in the <a href="https://man.openbsd.org/umsm.4">umsm(4)</a> driver.
1.1       deraadt   215: <!-- 2008/02/18 -->
1.42      bentley   216: <li>Change <a href="https://man.openbsd.org/sgivol.8">sgivol(8)</a> to not require the -f option.
1.1       deraadt   217: <!-- 2008/02/17 -->
1.42      bentley   218: <li>Add initial bits in <a href="https://man.openbsd.org/bge.4">bge(4)</a> for fiber support with the BCM5714/15/80 chipsets.
                    219: <li>Add support for VIA VT8237S south bridge in <a href="https://man.openbsd.org/viapm.4">viapm(4)</a>
                    220: <li>Initial driver for <a href="https://man.openbsd.org/wbsio.4">wbsio(4)</a>, a driver for Winbond LPC Super I/O chips. Enabled on i386 and amd64 GENERIC kernels.
                    221: <li>In <a href="https://man.openbsd.org/isakmpd.conf.5">isakmpd.conf(5)</a>, define default configurations for AES-192 and AES-256.
1.1       deraadt   222: <!-- 2008/02/16 -->
                    223: <li>Remove wait instruction from mips64 cpu_idle_cycle, causes problems on RM7000 machines.
1.42      bentley   224: <li>Better error reporting in <a href="https://man.openbsd.org/mfi.4">mfi(4)</a> when running out of ccb's.
                    225: <li>Better support for 11b mode in <a href="https://man.openbsd.org/bwi.4">bwi(4)</a>.
                    226: <li>Switch <a href="https://man.openbsd.org/pf.4">pf(4)</a> to RFC 1948 ISN generation.
1.1       deraadt   227: <!-- 2008/02/15 -->
1.42      bentley   228: <li>Updated <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> to version 232.
1.1       deraadt   229: <li>Reenable idle modes on powerpc.
                    230: <!-- 2008/02/14 -->
                    231: <li>Revert workq to pre-mutex state, fixes locking issues on alpha.
1.42      bentley   232: <li>Make <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> deal with 64-bit BAR such as with PCIe chipsets.
                    233: <li>Implemented crypto support in <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
1.1       deraadt   234: <li>Better armish time base calculation for those who do not have very accurate clock generators.
                    235: <li>Fix sparc64 so the interrupt handler does not get on the per-cpu list of pending interrupts twice. Makes usb keyboards work as console.
1.42      bentley   236: <li>Make <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> skip the check for being started with an absolute path when run with -t for configuration test mode.
1.1       deraadt   237: <!-- 2008/02/13 -->
1.42      bentley   238: <li>Added authpf-noip for <a href="https://man.openbsd.org/authpf.8">authpf(8)</a> to allow multiple users to connect from a single IP.
1.1       deraadt   239: <li>Fix 4bit depth xserver for arches without lazy binding.
                    240: <li>Aligned the stack gap for arches where stack grows upward.
                    241: <li>Fix crash in OpenCVS when asking for status on an unknown file.
1.42      bentley   242: <li>Fix for <a href="https://man.openbsd.org/mkdir.1">mkdir(1)</a>, to better support <a href="https://man.openbsd.org/systrace.1">systrace(1)</a> and mkdir -p.
1.1       deraadt   243: <!-- 2008/02/12 -->
                    244: <li>Upgraded X11 Mesa to 7.0.2.
                    245: <!-- 2008/02/11 -->
1.42      bentley   246: <li>Initial driver for <a href="https://man.openbsd.org/sparc64/tda.4">tda(4)</a>, controls speed of ambient and CPU fans on sparc64.
1.1       deraadt   247: <li>Make the install scripts adjust serial speed tty entry if no console is enabled while installing.
                    248: <li>Better cache handling in the SGI pmap code.
                    249: <li>Upgraded xf86-video-intel to 2.2.0.90 in the xenocara tree.
                    250: <li>Make the TCP input code take the window size into account from the first ACK packet.
1.42      bentley   251: <li>Fix in <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> dns protocol handling.
                    252: <li>Added support in <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> for making <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> send traps when the state of a host changes.
1.1       deraadt   253: <!-- 2008/02/10 -->
1.42      bentley   254: <li>Added support for PERC6, aka LSI SAS1078 in <a href="https://man.openbsd.org/mfi.4">mfi(4)</a>.
                    255: <li>Fixed watchdog timeouts on <a href="https://man.openbsd.org/gem.4">gem(4)</a>.
                    256: <li>For sparc64 <a href="https://man.openbsd.org/ebus.4">ebus(4)</a>, attach the lom-console, hopefully providing a proper console on Netra T4/Netra 20 when the console is redirected to the LOM.
1.1       deraadt   257: <li>OpenCVS now makes sure not to allow commits to files that have a sticky date set.
1.42      bentley   258: <li>Delay tilde expansion in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> for ChrootDirectory until user is logged in.
1.1       deraadt   259: <li>Fixed date parsing on date tags set in CVS/Tag or CVS/Entries.
                    260: <!-- 2008/02/09 -->
                    261: <li>Extended support for -D in OpenCVS, writes CVS/Tag and CVS/Entries properly now.
1.42      bentley   262: <li>Add 64-bit physmem and usermem entries to <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>, and make <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> print out these values for hw.physmem and hw.usermem.
1.1       deraadt   263: <li>Added date support for OpenCVS annotate.
1.42      bentley   264: <li>Fix memory leak in <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> ber I/O engine.
1.43      deraadt   265: <li>Proper support for -A in checkout/update in OpenCVS.
1.1       deraadt   266: <li>Initial version of -D support for checkout and update, both local and remote, in OpenCVS.
                    267: <!-- 2008/02/08 -->
1.42      bentley   268: <li>Add <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> ChrootDirectory option to <a href="https://man.openbsd.org/chroot.2">chroot(2)</a> users to a directory and tweak internal sftp server to work with it.
                    269: <li>Fix setting of recording parameters in <a href="https://man.openbsd.org/auich.4">auich(4)</a> when configuring for full-duplex.
1.1       deraadt   270: <!-- 2008/02/07 -->
1.42      bentley   271: <li>Make <a href="https://man.openbsd.org/arp.8">arp(8)</a> default to -na when called with no arguments.
                    272: <li>Added -o flag to <a href="https://man.openbsd.org/pkill.1">pkill(1)</a> and <a href="https://man.openbsd.org/pgrep.1">pgrep(1)</a>.
                    273: <li>Enable DMA in the <a href="https://man.openbsd.org/wd.4">wd(4)</a> driver for 1-sector devices (most flash devices).
1.1       deraadt   274: <!-- 2008/02/06 -->
                    275: <li>Add support for 'co -c' in OpenCVS.
                    276: <li>Improved add in OpenCVS, now has fixed server-side adds, support for add in branches and does not add files in N-tagged directories.
                    277: <!-- 2008/02/05 -->
                    278: <li>Make sure OpenCVS puts a 'T' in front of sticky tags in the CVS/Entries file.
1.42      bentley   279: <li>Fix possible memory leak in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> when sending Phase 1 IDs.
                    280: <li>Move <a href="https://man.openbsd.org/carp.4">carp(4)</a> to a simpler configuration scheme. This change also allows for IPv6 NDP balancing. Check your carp setup if you use balancing, this is a flag day.
1.1       deraadt   281: <li>Enabled ACPI 3.0 for amd64 and i386 machines.
                    282: <li>Change the way netstat identifies which connections to hide when used without -a.
1.42      bentley   283: <li>Prevent the "ttflush write failed" panic in <a href="https://man.openbsd.org/mg.1">mg(1)</a> when resizing a the window.
1.1       deraadt   284: <!-- 2008/02/04 -->
1.42      bentley   285: <li>Linked <a href="https://man.openbsd.org/sftp-server.8">sftp-server(8)</a> into <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
1.1       deraadt   286: <li>OpenCVS also supports the -i flag now and the -n for checkouts to control execution of programs in CVSROOT/modules.
                    287: <li>Added support for the -k flag in OpenCVS for all commands that support it.
                    288: <!-- 2008/02/03 -->
1.42      bentley   289: <li>Add PCI ids for 82571-based <a href="https://man.openbsd.org/em.4">em(4)</a> devices.
                    290: <li>Add support in <a href="https://man.openbsd.org/msk.4">msk(4)</a> for 88E8075 and a second 88E8055 chipset, and initial support for the Marvell Yukon Supreme ASIC.
1.1       deraadt   291: <!-- 2008/02/02 -->
                    292: <li>Added support for basics of -d support in OpenCVS.
                    293: <li>Added rdiff support to OpenCVS.
                    294: <li>Map sparc64 pcmcia window little-endian as MI code expects.
1.42      bentley   295: <li>For <a href="https://man.openbsd.org/pthreads.3">pthreads(3)</a>, relocate the internal pipe file descriptor if newfd collides with it.
1.1       deraadt   296: <li>Initial CVSROOT/modules support in OpenCVS.
                    297: <li>Make it possible in xenocara to build DRI support.
                    298: <!-- 2008/02/01 -->
                    299: <li>Make authpf clean anchors recursively via ioctls to properly clear the users anchors even then anchors are nested inside it.
                    300: <!-- 2008/01/31 -->
1.42      bentley   301: <li>Enable filter_opts in <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> to be used on anchors.
                    302: <li><a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> added to the generic build scripts now.
1.1       deraadt   303: <li>For all routing daemons, make sure confd's are not leaked on malloc failure in the control_accept() function.
                    304: <!-- 2008/01/30 -->
1.42      bentley   305: <li>Make <a href="https://man.openbsd.org/bge.4">bge(4)</a> recognize BCM5755 C0 ASIC revision devices.
                    306: <li>Make the <a href="https://man.openbsd.org/brgphy.4">brgphy(4)</a> recognize BCM5722 PHYs.
1.1       deraadt   307: <!-- 2008/01/29 -->
1.42      bentley   308: <li>Improved <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> crypto performance by avoiding unnecessary context switches and decrypting only once.
                    309: <li>Prevent segfaults in <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> on certain syntax errors in the configuration file.
                    310: <li>Add support for VIA VT8237S SATA in the <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> driver.
1.1       deraadt   311: <!-- 2008/01/28 -->
1.42      bentley   312: <li>Make sure <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> frees up resources on parsing failures, since reloads might keep the daemon alive afterwards.
                    313: <li>In <a href="https://man.openbsd.org/pthreads.3">pthreads(3)</a> code, make sure stack is properly aligned for code that uses SSE2 instructions.
                    314: <li>On <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a>, reconnect the client socket after three consecutive failures. Allows for recovery after an IP address change.
1.1       deraadt   315: <!-- 2008/01/27 -->
                    316: <!-- 2008/01/26 -->
1.42      bentley   317: <li>Fix in <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> for automatic tables generation in the rule optimizer.
1.1       deraadt   318: <!-- 2008/01/25 -->
1.42      bentley   319: <li>For <a href="https://man.openbsd.org/mfi.4">mfi(4)</a>, sync DMA memory back to CPU on poll failure.
1.1       deraadt   320: <li>Added support for some additional VIA C3 cpus.
1.42      bentley   321: <li>Prevent USB network devices from generating page faults on removal while holding open <a href="https://man.openbsd.org/bpf.4">bpf(4)</a> handlers.
1.1       deraadt   322: <!-- 2008/01/24 -->
1.42      bentley   323: <li>Move <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> to use 16-byte commands, allows for >2TB disks.
                    324: <li>More work on supporting raid 0 in <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
                    325: <li>Finished the sparc64 <a href="https://man.openbsd.org/sparc64/beep.4">beep(4)</a> device by hooking it up to the <a href="https://man.openbsd.org/ukbd.4">ukbd(4)</a> beep handler.
1.1       deraadt   326: <!-- 2008/01/23 -->
1.42      bentley   327: <li>Extended the output of "show rib detail" for <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>.
1.1       deraadt   328: <!-- 2008/01/22 -->
1.42      bentley   329: <li>For <a href="https://man.openbsd.org/upgt.4">upgt(4)</a>, make monitor mode work again, and enable fast channel switching.
                    330: <li>Added Y.C Cable USB-serial adapter to <a href="https://man.openbsd.org/uplcom.4">uplcom(4)</a>.
1.1       deraadt   331: <li>Fix double VOP_UNLOCK() in the VFS layer error path.
1.42      bentley   332: <li>Fix in <a href="https://man.openbsd.org/dumpfs.8">dumpfs(8)</a> for FFS2 type dumps.
                    333: <li>Add Fujitsu PRIMEQUEST 10GBASE-SR LAN Card to the list of supported <a href="https://man.openbsd.org/xge.4">xge(4)</a> devices.
1.1       deraadt   334: <!-- 2008/01/21 -->
                    335: <li>Make disklabel editor use 64 bit math to hold partition offsets when calculating offsets and sizes of free chunks.
1.42      bentley   336: <li>Update <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p12.
                    337: <li>Add shutdown hook to <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> which resets the device when called. Fixes re-attach issues when rebooting.
                    338: <li>Make sure <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> ACKs all issued requests when a remote write error occurs during upload.
                    339: <li>Make <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> use as many file descriptors as we have available, instead of fixed limit at 100.
                    340: <li>Added support for SMC SMCWUSBT-G2 devices to the <a href="https://man.openbsd.org/uath.4">uath(4)</a> driver.
1.1       deraadt   341: <!-- 2008/01/20 -->
1.42      bentley   342: <li>Allow <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> users to set fixed rates, but send all management frames at DS1.
                    343: <li>Fix SGI boot time interrupt storm on <a href="https://man.openbsd.org/mec.4">mec(4)</a>.
1.1       deraadt   344: <!-- 2008/01/19 -->
                    345: <li>Fix in sftp when uploading a filename with glob metacharacters in the name.
1.42      bentley   346: <li>Initial code for <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> raid level 0. Not done yet.
                    347: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> use 64 bit math so it can hold the maximum useful rekey limit. (2^32)
                    348: <li>Fix bug in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> where it could listen to both v4 and v6 when forwarding ports using -L, despite having set 0.0.0.0 as a bind_address.
                    349: <li>Make sure <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> hashes just the specified hostname when hashing individual hosts.
                    350: <li>In <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>, fix remote handle leak on local file open error.
                    351: <li>Fix file descriptor leak in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> on session multiplexing error path.
                    352: <li>Make <a href="https://man.openbsd.org/scp.1">scp(1)</a> -q imply "ssh -q" for the underlying connection, not just hush the progress meter.
                    353: <li>Added <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> to macppc GENERIC kernels.
                    354: <li>Endian fix for <a href="https://man.openbsd.org/upgt.4">upgt(4)</a>.
1.1       deraadt   355: <!-- 2008/01/18 -->
1.42      bentley   356: <li>Added LED support to <a href="https://man.openbsd.org/upgt.4">upgt(4)</a>.
                    357: <li>Fix crash in <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>.
                    358: <li>Initial driver for <a href="https://man.openbsd.org/environ.4">environ(4)</a>, a driver for the environment device found on Sun Enterprise machines.
1.1       deraadt   359: <!-- 2008/01/17 -->
1.42      bentley   360: <li>Added an <a href="https://man.openbsd.org/snmpctl.8">snmpctl(8)</a> command to send traps to registered receivers using the imsg trap interface.
                    361: <li>Fix RX queue stalling in <a href="https://man.openbsd.org/upgt.4">upgt(4)</a>.
                    362: <li>Add cast so <a href="https://man.openbsd.org/myx.4">myx(4)</a> code compiles on i386.
                    363: <li>Fix in ether_input() soft interrupt scheduling, causing delays for non-real devices like <a href="https://man.openbsd.org/tun.4">tun(4)</a> on architectures where soft interrupts are executed immediately.
                    364: <li>In <a href="https://man.openbsd.org/snmpd.conf.5">snmpd.conf(5)</a>, allow optional per-trap receiver community, and restrict the receivers to a specified MIB.
                    365: <li>Add basic snmpv2 support to <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    366: <li>Fix in libc <a href="https://man.openbsd.org/readpassphrase.3">readpassphrase(3)</a>, use  TCSAFLUSH instead of TCSANOW when turning echo back on so that there is no chance of output that was written but still pending to be displayed.
1.1       deraadt   367: <li>Fixes from X.org, Misc extension out of bounds array index, file existence disclosure, Xinput extension memory corruption, TOG-cup extension memory corruption, MIT-SHM and EVI extensions integer overflows and PCF Font parser buffer overflow.
                    368: <!-- 2008/01/16 -->
1.42      bentley   369: <li>Edit <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> to execute <a href="https://man.openbsd.org/rtsol.8">rtsol(8)</a> after <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> and <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> interfaces have been taken up, so they are taken into consideration.
                    370: <li>Update <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> firmware to 2.13.1.0, don't forget to update the firmware package.
1.1       deraadt   371: <li>Make xenocara build both the old i810 and the new intel driver and let X autoconfiguration code choose which to use based on the chipset.
1.42      bentley   372: <li>Started working on an interface for <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> where userland applications may send an imsg to it using a socket resulting in a trap.
1.1       deraadt   373: <!-- 2008/01/15 -->
                    374: <li>Work around i386 Intel BIOS bug where ACPI tables end up in a region marked free for use.
1.42      bentley   375: <li>For sparc64 machines, make <a href="https://man.openbsd.org/sparc64/sabtty.4">sabtty(4)</a> adopt the speed configured in OpenFirmware when it is the console.
                    376: <li>Enabled <a href="https://man.openbsd.org/umbg.4">umbg(4)</a> on sparc64 GENERIC kernels.
1.1       deraadt   377: <!-- 2008/01/14 -->
1.42      bentley   378: <li>Add Dell SAS 6/iR to the list of supported <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> devices.
1.1       deraadt   379: <li>Add support in xenocara for GeForce 8800 GT in the xf86-video-nv driver.
1.42      bentley   380: <li>Lots of fixes for <a href="https://man.openbsd.org/ac97.4">ac97(4)</a> and <a href="https://man.openbsd.org/auvia.4">auvia(4)</a>.
                    381: <li>Enabled <a href="https://man.openbsd.org/umbg.4">umbg(4)</a> on Zaurus GENERIC kernels.
1.1       deraadt   382: <li>Internal disklabel now allows for 48 bits in 512 bytes units, resulting in max partition or disk size of 64 PB.
                    383: <!-- 2008/01/13 -->
                    384: <li>Fix building of alpha kernels with debug symbols by replacing STABS debug info with limited DWARF2 generated symbols.
                    385: <li>For m88k machines, add a sysctl machdep.cputype to return the processor type.
                    386: <!-- 2008/01/12 -->
                    387: <li>Update xf86-video-nv to 2.1.6 in the xenocara source tree.
                    388: <!-- 2008/01/11 -->
1.42      bentley   389: <li>Improved error reporting in <a href="https://man.openbsd.org/make.1">make(1)</a> for parallel mode, and reorder jobs based on who did output last.
                    390: <li>Fix for <a href="https://man.openbsd.org/gem.4">gem(4)</a>, makes onboard fiber device on Sun fire V880 work.
                    391: <li>Make sure <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> will not allow users to use (a)dd or (m)odify to create 0 length partitions.
                    392: <li><strong>RELIABILITY FIX: A missing NULL pointer check can lead to a kernel panic.</strong><br>
1.1       deraadt   393: <a href="errata42.html#005_ifrtlabel">A source code patch is available</a>.<br>
1.42      bentley   394: <a href="stable.html">[Applied to stable]</a>
                    395: <li>Make <a href="https://man.openbsd.org/dump.8">dump(8)</a> compute transfer rates using 64 bit arithmetics.
1.1       deraadt   396: <!-- 2008/01/10 -->
                    397: <li>Add Broadcom 10Gb PCI id for BCM57710 devices.
                    398: <li>Added support in OpenCVS for local and remote rtag.
1.42      bentley   399: <li>Added some more Intel 10G PCIe entries for the <a href="https://man.openbsd.org/ixgb.4">ixgb(4)</a> driver.
1.1       deraadt   400: <li>For OpenCVS, do not ignore files and directories due to patterns on the repository side. Finally enables a fully working "cvs checkout src", even though options might not work.
                    401: <!-- 2008/01/09 -->
                    402: <li>Make sure OpenCVS commands do not segfault on RCS files without head keyword.
                    403: <li>In OpenCVS, add support for expansion of the Log keyword.
1.42      bentley   404: <li>For hppa, allow multiple <a href="https://man.openbsd.org/uark.4">uark(4)</a> devices to attach.
                    405: <li>Endian fixes in <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a>.
                    406: <li>Changed <a href="https://man.openbsd.org/rc.8">rc(8)</a> and <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> so <a href="https://man.openbsd.org/pfsync.4">pfsync(4)</a> is not brought up before the working ruleset has been loaded.
1.1       deraadt   407: <li>Add a couple of USB devices to hppa GENERIC now that they are tested.
                    408: <!-- 2008/01/08 -->
1.42      bentley   409: <li>Add support in <a href="https://man.openbsd.org/cmpci.4">cmpci(4)</a> for 4,6 and 8 channel playback and fix CMI8768-based devices.
                    410: <li>Make the <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> (re)calculate command better in showing details of the free space it calculates.
1.1       deraadt   411: <!-- 2008/01/07 -->
                    412: <li>Make Sparc64 V880 machines force serial console speed to 9600, instead of 115200.
                    413: <!-- 2008/01/06 -->
1.42      bentley   414: <li>Update <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p11.
1.1       deraadt   415: <li>Update time zone data and code to tz2007k.
                    416: <li>Fix kernel build for Sun4c based Sun machines.
1.42      bentley   417: <li>Degrade <a href="https://man.openbsd.org/msts.4">msts(4)</a> sensor state from OK to WARNING and CRITICAL after a ten minute period.
1.1       deraadt   418: <!-- 2008/01/05 -->
1.42      bentley   419: <li>On SGI, enable raw keyboard for <a href="https://man.openbsd.org/wscons.4">wscons(4)</a>.
1.1       deraadt   420: <li>Fix in xenocara Makefile for parallel make builds.
                    421: <li>Make FFS code for disk block numbers 64-bit clean. Quota and statfs is still only 32-bit.
                    422: <li>Updated xf86-video-radeonhd to 1.1.0 in the xenocara tree.
1.42      bentley   423: <li>Add support for <a href="https://man.openbsd.org/msts.4">msts(4)</a>, the Meinberg Standard Time String format as a line discipline similar to <a href="https://man.openbsd.org/nmea.4">nmea(4)</a>.
                    424: <li>In <a href="https://man.openbsd.org/xdm.1">xdm(1)</a>, set the resolution at which fonts in the login widget are rendered, and switch to Luxi TrueType.
1.1       deraadt   425: <!-- 2008/01/04 -->
1.42      bentley   426: <li>Added SPARKLAN RT2573 to the list of supported <a href="https://man.openbsd.org/rum.4">rum(4)</a> devices.
                    427: <li>Mark <a href="https://man.openbsd.org/vadvise.2">vadvise(2)</a> as obsolete, and remove its implementation.
1.1       deraadt   428: <li>Make sure m68k-based platforms do not leave an unused page after the kernel message buffer.
                    429: <li>Add support for xserver on SGI and enable build for it.
1.42      bentley   430: <li>Add -n flag to <a href="https://man.openbsd.org/snmpctl.8">snmpctl(8)</a> to dump numeric IODs instead of symbolic names.
                    431: <li>Fix <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> driver so it works on amd64 too.
                    432: <li>Make <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> strip off trailing "/32" when address type is IPV4_ADDR, since <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> will not accept it.
1.1       deraadt   433: <!-- 2008/01/03 -->
1.42      bentley   434: <li>Make <a href="https://man.openbsd.org/lii.4">lii(4)</a> read the hardware mac address.
                    435: <li>Make <a href="https://man.openbsd.org/sendbug.1">sendbug(1)</a> avoid mangling &lt; and &gt; in comments.
                    436: <li>Make <a href="https://man.openbsd.org/mvme88k/vs.4">vs(4)</a> on mvme88k use wide scsi commands.
                    437: <li>Make <a href="https://man.openbsd.org/named.8">named(8)</a> use local zone files for localhost reverse lookups again.
                    438: <li>Moved more of <a href="https://man.openbsd.org/netstat.1">netstat(1)</a> into reading values with sysctl instead of kvm.
                    439: <li>In <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>, adjust the initial window placement with any geometry that would place the window at, or over the right or bottom edge.
1.1       deraadt   440: <li>Fix for sparc64 trap handling.
1.42      bentley   441: <li>Fix page fault in <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> which occurs when device is detached after a failed attach attempt.
1.1       deraadt   442: <!-- 2008/01/02 -->
1.42      bentley   443: <li>Fix race condition in <a href="https://man.openbsd.org/mkdir.1">mkdir(1)</a> -p that may lead to an erroneous successful exit status.
1.1       deraadt   444: <!-- 2008/01/01 -->
1.42      bentley   445: <li>Tune TX descriptor to improve <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> TX performance. Still some issues left to fix.
                    446: <li>Make <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a> allow PermitRootLogin in a Match block.
                    447: <li>Make both <a href="https://man.openbsd.org/scp.1">scp(1)</a> and <a href="https://man.openbsd.org/rcp.1">rcp(1)</a> with argument "-p" assume "epoch" if they receive timestamps originating before epoch.
1.1       deraadt   448: <!-- 2007/12/31 -->
                    449: <li>Make libc arc4random*() functions thread safe.
1.42      bentley   450: <li>Enabled <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> and <a href="https://man.openbsd.org/lii.4">lii(4)</a> in amd64 and i386 GENERIC and RAMDISK_CD kernels.
1.1       deraadt   451: <!-- 2007/12/30 -->
1.42      bentley   452: <li>Initial driver for <a href="https://man.openbsd.org/lii.4">lii(4)</a>, the Atheros L2 ethernet chip found on Asus eeepc.
                    453: <li>Enabled <a href="https://man.openbsd.org/gbe.4">gbe(4)</a> and <a href="https://man.openbsd.org/mkbc.4">mkbc(4)</a> on SGI GENERIC kernels.
                    454: <li>Many improvements on <a href="https://man.openbsd.org/gbe.4">gbe(4)</a> for SGI, including 8 and 16bpp colour depths.
1.1       deraadt   455: <!-- 2007/12/29 -->
1.42      bentley   456: <li>Make <a href="https://man.openbsd.org/pf.4">pf(4)</a> "scrub max-mss" rule work correctly.
1.1       deraadt   457: <li>Update timezone data and code to 2007j.
                    458: <!-- 2007/12/28 -->
1.42      bentley   459: <li>Use correct packet maximum sizes for remote port and agent forwarding in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, prevents server from killing the connection if too much data is queued.
                    460: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> update the ServerAlive and ClientAlive timers even when receiving unimplemented or ignore messages from the other end.
1.1       deraadt   461: <!-- 2007/12/27 -->
                    462: <li>Make the clock adjustment handle up to 5000 usec/sec offset.
1.42      bentley   463: <li>Add missing length header check in <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> when receiving sync packets.
1.1       deraadt   464: <!-- 2007/12/26 -->
                    465: <li>Make sure NFS exported directories use the same chunk size as the underlying file system has for block size.
1.5       sthen     466: <li>Remove last debug bit from m88k machines with a 88110 CPU, and do not force serialization of memory accesses any more. Brings huge speedups.
1.1       deraadt   467: <li>Teach hppa bootloaders how to boot 64-bit kernels.
                    468: <!-- 2007/12/25 -->
                    469: <li>Increase processor bus timeout on the MVME197LE boards, makes it possible to turn instruction cache back on again.
                    470: <!-- 2007/12/24 -->
                    471: <li>Reimplemented an m88110 floating point emulator.
1.42      bentley   472: <li>When <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> is used with -E, implement "d *" to clear out all partitions, just like "z" does now.
1.1       deraadt   473: <!-- 2007/12/23 -->
1.42      bentley   474: <li>Make <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> log if the drift file can not be opened or written to.
1.1       deraadt   475: <!-- 2007/12/22 -->
1.42      bentley   476: <li>Fix POSIX mode bug in <a href="https://man.openbsd.org/df.1">df(1)</a>.
1.1       deraadt   477: <!-- 2007/12/21 -->
                    478: <li>Make sure the cardbus code will not panic if someone inserts a slot for which the support is disabled.
                    479: <!-- 2007/12/20 -->
1.42      bentley   480: <li>Updated <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p10.
                    481: <li>In <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>, implement statistics for redirections.
1.1       deraadt   482: <li>Removed an obsolete NFS kludge, improves performance.
                    483: <!-- 2007/12/19 -->
                    484: <li>Make sure net ioctls return ENOTTY instead of EINVAL for unknown ioctl requests.
1.42      bentley   485: <li>Fix page fault in <a href="https://man.openbsd.org/upgt.4">upgt(4)</a> TX path.
                    486: <li>Fix <a href="https://man.openbsd.org/le.4">le(4)</a> memory allocation on aviion machines.
1.1       deraadt   487: <!-- 2007/12/18 -->
1.42      bentley   488: <li>New <a href="https://man.openbsd.org/it.4">it(4)</a> driver for amd64 and i386.
                    489: <li>Add a <a href="https://man.openbsd.org/power.4">power(4)</a> driver for SGI machines, to shut down nicely if the <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> machdep.kbdreset is set.
1.1       deraadt   490: <!-- 2007/12/17 -->
                    491: <!-- 2007/12/16 -->
                    492: <li>Fix remaining cases of potential mfs problems with concurrent accesses.
                    493: <li>Fix stack increment calculations in core dumps on hppa where the stack grows upward.
                    494: <!-- 2007/12/15 -->
1.42      bentley   495: <li>Initial driver for <a href="https://man.openbsd.org/upgt.4">upgt(4)</a>, Conexant/Intersil PrismGT SoftMAC USB2.0 devices.
1.1       deraadt   496: <li>Disable the instruction cache on 40MHz MVME197LE boards due to instability.
                    497: <!-- 2007/12/14 -->
1.42      bentley   498: <li>Change <a href="https://man.openbsd.org/vmstat.8">vmstat(8)</a> to use sysctl to gather information, and remove setgid kmem from it.
                    499: <li>On SGI, make <a href="https://man.openbsd.org/sgi/gbe.4">gbe(4)</a> attach as the console if the graphical console is selected via ARCBIOS.
                    500: <li>Fix <a href="https://man.openbsd.org/login_radius.8">login_radius(8)</a> so a non-standard port name or number can be used.
                    501: <li><a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> has an official PEN for OpenBSD now, 30155.
1.1       deraadt   502: <!-- 2007/12/13 -->
                    503: <li>Sync xserver 1.4.0.90 into xenocara.
                    504: <li>Implement sysctls to report IP, TCP, UDP and ICMP statistics, so netstat can use them instead of kvm.
1.42      bentley   505: <li>Large update of <a href="https://man.openbsd.org/ospfd6.8">ospfd6(8)</a>.
1.1       deraadt   506: <!-- 2007/12/12 -->
                    507: <li>Fix for extra fan sensors on adt7460-based i2c-devices.
                    508: <!-- 2007/12/11 -->
1.42      bentley   509: <li>Fix "lls" command in <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>.
                    510: <li>Fix <a href="https://man.openbsd.org/usbtablet.4">usbtablet(4)</a> for X.org 7.3.
                    511: <li>Fix <a href="https://man.openbsd.org/systrace.1">systrace(1)</a> on HPPA by making sure arguments and environment is not stored in the space reserved for stackgap on machines where stack grows upward.
1.1       deraadt   512: <!-- 2007/12/10 -->
                    513: <li>For macppc i2s-based sound devices, remove support for 8KHz sample rates.
1.42      bentley   514: <li>On <a href="https://man.openbsd.org/vge.4">vge(4)</a>, remove unused HW VLAN stripping and tagging code.
1.1       deraadt   515: <li>Updated pixman to 0.9.6 in xenocara.
1.42      bentley   516: <li>Make <a href="https://man.openbsd.org/relayd.8">relayd(8)</a> warn if configuration reload fails, instead of killing the daemon.
1.1       deraadt   517: <!-- 2007/12/09 -->
1.42      bentley   518: <li>Make <a href="https://man.openbsd.org/lcspx.4">lcspx(4)</a> attach to SPX option boards on VAXstation 3100s.
1.1       deraadt   519: <li>Enable Out-of-Order execution on 88110 CPUs.
1.42      bentley   520: <li>In <a href="https://man.openbsd.org/ral.4">ral(4)</a>, fix automatic rate control on RT2860-based devices if the rate falls down to 6 or 1 Mbps.
                    521: <li>Added <a href="https://man.openbsd.org/mount_ntfs.8">mount_ntfs(8)</a> to the alpha platform, and included support in alpha GENERIC.
                    522: <li>Updated the BIND <a href="https://man.openbsd.org/named.8">named(8)</a> to 9.4.2.
1.1       deraadt   523: <!-- 2007/12/08 -->
                    524: <li>Simplified the pool code in the kernel by removing the pool cache.
                    525: <li>Make the i830 xf86 driver use XAA acceleration instead of EXA.
1.42      bentley   526: <li>Make <a href="https://man.openbsd.org/relayd.conf.5">relayd.conf(5)</a> consider the generic handler to be TCP-based, so you can use "protocol foo" without defining a type.
1.1       deraadt   527: <!-- 2007/12/07 -->
1.42      bentley   528: <li>hoststated(8) gets renamed to <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>. Similar change for <a href="https://man.openbsd.org/relayctl.8">relayctl(8)</a>.
                    529: <li>Unbreak <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> on 32bit architectures.
1.1       deraadt   530: <!-- 2007/12/06 -->
                    531: <li>SMP fixes for mfs concurrent buflist access.
1.42      bentley   532: <li>Make <a href="https://man.openbsd.org/adt.4">adt(4)</a> also support sch5027.
1.1       deraadt   533: <!-- 2007/12/05 -->
                    534: <li>In the atascsi layer, ask for write cache and read look ahead to be turned on.
1.42      bentley   535: <li>Fix file descriptor/ssl leak in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> SSL checks.
                    536: <li>Make sure <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a> logs positive events with LOG_INFO instead of LOG_ALERT.
                    537: <li>Add TRENDnet TEW-401PCplus cardbus to the list of supported <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> devices.
                    538: <li>Initial import of <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> and <a href="https://man.openbsd.org/snmpctl.8">snmpctl(8)</a>, a lightweight SNMP implementation.
                    539: <li>Make sure <a href="https://man.openbsd.org/nfe.4">nfe(4)</a> adapters are not in powerdown mode.
1.1       deraadt   540: <!-- 2007/12/04 -->
                    541: <li>Work in progress for SMP on m88110-based systems. Boots multiuser.
1.42      bentley   542: <li>Fix attach/detach issues with rt2860-based expresscard <a href="https://man.openbsd.org/ral.4">ral(4)</a> cards.
1.1       deraadt   543: <li>Imported xf86-video-radeonhd into xenocara.
                    544: <li>Added libGL DRI code to xenocara, not connected to the build yet.
1.42      bentley   545: <li>Make <a href="https://man.openbsd.org/puc.4">puc(4)</a> detachable.
                    546: <li>For <a href="https://man.openbsd.org/sppp.4">sppp(4)</a>, handle if the other end insists on a MRU of 1492, even if they should cope with 1500.
1.1       deraadt   547: <li>For mfs file systems, avoid out of bounds access at the tail end.
                    548: <!-- 2007/12/03 -->
1.42      bentley   549: <li>Allow USB serial number to be printed in verbose mode. Useful for <a href="https://man.openbsd.org/hotplugd.8">hotplugd(8)</a> users.
                    550: <li>Updated <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p9.
1.1       deraadt   551: <!-- 2007/12/02 -->
                    552: <li>Beginning of a real floating-point exception handler for 88110 CPUs.
                    553: <li>Reworked m88k spinlock code too, similar to i386 fix earlier.
                    554: <!-- 2007/12/01 -->
                    555: <!-- 2007/11/30 -->
1.42      bentley   556: <li>Make sure <a href="https://man.openbsd.org/pf.4">pf(4)</a> does not leak state if key allocation fails during add.
                    557: <li>Fix null pointer dereference in the <a href="https://man.openbsd.org/pf.4">pf(4)</a> ioctl code.
                    558: <li>New 4965AGN <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> firmware, 4.44.1.20.
                    559: <li>Make <a href="https://man.openbsd.org/pci.4">pci(4)</a> and <a href="https://man.openbsd.org/ppb.4">ppb(4)</a> detachable.
1.1       deraadt   560: <!-- 2007/11/29 -->
                    561: <!-- 2007/11/28 -->
                    562: <li>Initial import of DRM, direct rendering manager on i386, disabled for now.
1.42      bentley   563: <li>Make <a href="https://man.openbsd.org/owtemp.4">owtemp(4)</a> handle negative values from the sensors.
1.1       deraadt   564: <li>Simplify i386 cpu detection and always assume 386 CPUs are unknown and promote them to 486 instead of panicking.
1.42      bentley   565: <li>Add a "restart wm" function to <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>.
                    566: <li>Let <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> bump the current file descriptor limit to the maximum number for the login class.
1.1       deraadt   567: <li>When updating the timestamp on pipes, use getnanotime() instead of nanotime(), since it is cheaper and good enough.
1.42      bentley   568: <li>Add a -d argument to <a href="https://man.openbsd.org/pstat.8">pstat(8)</a> to peek at values in the kernel.
1.1       deraadt   569: <!-- 2007/11/27 -->
                    570: <li>Implement the amd64/i386 MP fix for spin at splhigh on sparc64 also.
1.42      bentley   571: <li>In <a href="https://man.openbsd.org/zyd.4">zyd(4)</a>, properly update the hardware multicast filter.
                    572: <li>In <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>, fix dlsym with special handles when called from an executable that has been linked without -E.
1.1       deraadt   573: <li>Removed old TCP_COMPAT_42 from the GENERIC kernels.
1.42      bentley   574: <li>Initial support for SGI Graphics Back End <a href="https://man.openbsd.org/sgi/gbe.4">gbe(4)</a>. Disabled by default.
                    575: <li>Make <a href="https://man.openbsd.org/carp.4">carp(4)</a> behave more like an ethernet interface when initializing the IPv4 interface address.
1.1       deraadt   576: <!-- 2007/11/26 -->
1.42      bentley   577: <li>For <a href="https://man.openbsd.org/xclock.1">xclock(1)</a>, invert logic in geometry computation in norender digital mode.
                    578: <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, add prefixes (paths) that would cause routing loops to the RIB, but marked as not eligible.
                    579: <li>For <a href="https://man.openbsd.org/wd.4">wd(4)</a>, enable read ahead and write cache if the disk claims it is supported.
1.1       deraadt   580: <li>Move amd64 spinning behaviour in line with i386 for MP biglock.
1.42      bentley   581: <li>Add LSI PCI Ids for 1078 based Megaraid devices to <a href="https://man.openbsd.org/mfi.4">mfi(4)</a>.
                    582: <li>Added warning to <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> for auto declarations whose size is not known at compile time.
1.1       deraadt   583: <li>Add new PERC6/CERC6 PCI Ids to the list of mfi devices.
1.42      bentley   584: <li>In <a href="https://man.openbsd.org/mbg.4">mbg(4)</a>, degrade the timedelta sensor if the clock is free running for too long.
                    585: <li>Make libc <a href="https://man.openbsd.org/popen.3">popen(3)</a>/pclose(3) thread safe.
                    586: <li>Bump <a href="https://man.openbsd.org/ciss.4">ciss(4)</a> maximum cdb size to 16 bytes.
                    587: <li>Added syslog logging to <a href="https://man.openbsd.org/tftpd.8">tftpd(8)</a>.
                    588: <li>In <a href="https://man.openbsd.org/cas.4">cas(4)</a>, make Cassini+ devices work.
1.1       deraadt   589: <li>Move the implementation of the biglock into MD code. For i386, stop spinning at splhigh, and do not try to grab biglock when releasing it. Huge speed improvement for i386.
1.42      bentley   590: <li>Re-enable <a href="https://man.openbsd.org/pthreads.3">pthreads(3)</a> support in libGL.
                    591: <li>Implemented a -C option to <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> for continuing ftp, http(s) and file transfers.
1.1       deraadt   592: <!-- 2007/11/25 -->
1.5       sthen     593: <li>New AGP code for amd64, re-added i965GM device and use correct major for the /dev/agp0 device node.
1.1       deraadt   594: <li>Relax MSDOS SecPerTrack limit to allow 64 instead of 63, makes iRiver Clix devices work.
                    595: <li>Fix hardware cursor mapping in the AGP i810 code.
1.42      bentley   596: <li>Make <a href="https://man.openbsd.org/modload.8">modload(8)</a> use /dev/ksyms as a kernel file by default.
                    597: <li>for <a href="https://man.openbsd.org/wscons.4">wscons(4)</a>, ask the emulation code to hide the cursor when leaving emulation mode.
1.1       deraadt   598: <li>Make AGP attach as a device, makes more AGP bridges get detected and attached. Enabled on amd64 and i386.
1.42      bentley   599: <li>Re-enabled <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> in GENERIC configs for all platforms.
1.1       deraadt   600: <li>Move crypto threads to workq's, lets cryptoraid attach early.
                    601: <li>Fake out the apm device node to switch between apm and acpi on i386.
1.42      bentley   602: <li>Fix <a href="https://man.openbsd.org/mount_mfs.8">mount_mfs(8)</a>/newfs(8) when mounting with a relative path.
                    603: <li>Enable <a href="https://man.openbsd.org/et.4">et(4)</a> on amd64 and i386 GENERIC kernels.
                    604: <li>Correctly set up TX descriptors on <a href="https://man.openbsd.org/et.4">et(4)</a> devices.
1.1       deraadt   605: <li>Add entries for Transmeta Efficeon CPUs.
                    606: <li>Turn off COMPAT_35 in the GENERIC kernels.
1.42      bentley   607: <li>Use ACPI reset methods for reboot on all machines where <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> is available.
                    608: <li>Make <a href="https://man.openbsd.org/config.8">config(8)</a> file directive accept multiple pathnames separated by '|'.
1.1       deraadt   609: <!-- 2007/11/24 -->
1.42      bentley   610: <li>Make <a href="https://man.openbsd.org/msk.4">msk(4)</a> detachable.
                    611: <li>Added support for the Sigmatel codec id 7662 to the <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> driver.
1.1       deraadt   612: <li>Updated xserver, xf86-input-keyboard, xf86-input-mouse, xf86-video-intel, xf86-input-void, xf86-input-vmmouse, xf86-input-acecad, xf86-input-magellan and xf86-input-spaceorb in the xenocara sources.
                    613: <li>Updated inputproto, randrproto, renderproto, libXrandr, libXi, xrandr and Mesa in xenocara and imported xbacklight.
1.42      bentley   614: <li>Make <a href="https://man.openbsd.org/wsmoused.8">wsmoused(8)</a> sleep increasingly longer while trying to get the mouse device from X after switching to console.
                    615: <li>More fixes for <a href="https://man.openbsd.org/make.1">make(1)</a> when running parallel jobs.
1.1       deraadt   616: <li>Fix for large clock drift on some macppc models.
                    617: <li>Updated libXfont to 1.3.1 in the xenocara sources.
                    618: <!-- 2007/11/23 -->
1.42      bentley   619: <li>Try a forced unmount if <a href="https://man.openbsd.org/mount_mfs.8">mount_mfs(8)</a> is killed with SIGKILL.
1.1       deraadt   620: <li>Enabled PCIAGP on amd64 GENERIC kernels.
1.42      bentley   621: <li>Early support for hotplug of <a href="https://man.openbsd.org/sili.4">sili(4)</a> controllers.
1.1       deraadt   622: <li>Implemented scsi vpd page translation for fetching disk serial numbers in atascsi.
                    623: <li>Make the atascsi layer claim SPC-3 when faking an INQUIRY.
                    624: <!-- 2007/11/22 -->
1.42      bentley   625: <li>Reimplemented the "mark" keyword in <a href="https://man.openbsd.org/hoststated.conf.5">hoststated.conf(5)</a>, somewhat similar to <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> tags.
                    626: <li>Fix relay roundrobin mode in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> when multiple hosts in a table are down.
                    627: <li>Unify number and string reading in <a href="https://man.openbsd.org/top.1">top(1)</a> to make sure command line args and interactive use of "d" and "n" now also interpret "max", "infinite" and "all".
1.1       deraadt   628: <!-- 2007/11/21 -->
1.42      bentley   629: <li><strong>RELIABILITY FIX: A memory leak in pf can lead to machine lockups.</strong><br>
1.1       deraadt   630: <a href="errata42.html#004_pf">A source code patch is available</a>.<br>
1.42      bentley   631: <a href="stable.html">[Applied to stable]</a>
                    632: <li>If the <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> drift file is missing, reset adjfreq to zero.
                    633: <li>Disabled <a href="https://man.openbsd.org/ipmi.4">ipmi(4)</a> on i386 GENERIC kernels.
1.1       deraadt   634: <li>Fix for panics when running "mt(1) rewoffl".
1.42      bentley   635: <li>In <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>, allow HTTP digest type be either MD5 or SHA1, determined by the length of the digest.
1.1       deraadt   636: <!-- 2007/11/20 -->
                    637: <li>Fix for M88110 setregs() so binaries work to some extent on MVME197 machines.
1.42      bentley   638: <li>Fix possible mbuf leak on error in the <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> code.
                    639: <li>Fix in pthreads, make the threaded version of <a href="https://man.openbsd.org/vfork.2">vfork(2)</a> actually use the system <a href="https://man.openbsd.org/vfork.2">vfork(2)</a> in order to retain the semantics, instead of calling <a href="https://man.openbsd.org/fork.2">fork(2)</a>.
1.1       deraadt   640: <!-- 2007/11/19 -->
1.42      bentley   641: <li>Make sure <a href="https://man.openbsd.org/cwm.1">cwm(1)</a> default keybinding always exist. Additional bindings now overlap.
1.1       deraadt   642: <li>Make sure the kernel will not overwrite a core file owned by another user.
1.42      bentley   643: <li>In <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>, always enable "late connect" relay mode, if an expect or filter action has been specified.
1.1       deraadt   644: <!-- 2007/11/18 -->
1.42      bentley   645: <li>Fix in <a href="https://man.openbsd.org/acpimadt.4">acpimadt(4)</a> for GENERIC.MP kernels where it would map ISA interrupts for which there was an override.
1.1       deraadt   646: <!-- 2007/11/17 -->
1.42      bentley   647: <li>Add the Planex GW-US54GXS adapter to the list of supported <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> devices.
                    648: <li>Add support in <a href="https://man.openbsd.org/pcidump.8">pcidump(8)</a> for dumping PCI config space in hex.
1.1       deraadt   649: <li>Fix "mount -a" so it continues to try mounting the rest of the filesystems even if a line refers to a non-existent mount point.
1.42      bentley   650: <li>Updated the <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> ZD1211B firmware, supposed to fix hardware reset problem.
                    651: <li>For <a href="https://man.openbsd.org/cron.8">cron(8)</a> and <a href="https://man.openbsd.org/vipw.8">vipw(8)</a>, deal with unchanged files better, since new timers have finer resolution.
                    652: <li>Fix stalls in <a href="https://man.openbsd.org/nfe.4">nfe(4)</a>, by disabling jumbo allocator until low number of buffers case is better handled.
1.1       deraadt   653: <!-- 2007/11/16 -->
                    654: <li>Fix false splassert warning during boot on m88k machines.
                    655: <li>Make GPIO functionality available on AMD Geode LX CS5536-based machines.
                    656: <li>Make sure to return the correct so_error instead of EINVAL if a non-blocking connect which has completed and failed gets called again.
1.42      bentley   657: <li>Initial import of <a href="https://man.openbsd.org/uticom.4">uticom(4)</a>, a driver for TI TUSB3410 usb serial devices.
1.1       deraadt   658: <!-- 2007/11/15 -->
1.42      bentley   659: <li>Make sure the atascsi layer accepts ATA ioctls, so tools like <a href="https://man.openbsd.org/atactl.8">atactl(8)</a> work on disks behind the atascsi layer.
                    660: <li>Enabled most <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> functionality by default. If you encounter problems, "disable acpi" or "disable apm" and report the problem.
                    661: <li>Initial import of a driver for the Ralink RT2860 chipset. Will attach as <a href="https://man.openbsd.org/ral.4">ral(4)</a>.
1.1       deraadt   662: <li>Try to get a working console on sparc64 when redirected to the RSC card on Sun Fire 280R/V480/V880.
1.42      bentley   663: <li>Make i386 MP kernels use smbios to count number of CPUs. If &gt; 1, disable <a href="https://man.openbsd.org/apm.4">apm(4)</a>.
1.1       deraadt   664: <li>Make sure the MS-DOS handling code reads 4k when reading the boot sector, help iPod nano file systems.
                    665: <!-- 2007/11/14 -->
                    666: <li>Do not call crypto_done() on errors. Fixes panics on crypto errors seen on reboots.
1.42      bentley   667: <li>Add Marvell 88E8042 and 88E8072 to the list of <a href="https://man.openbsd.org/msk.4">msk(4)</a> devices.
1.1       deraadt   668: <!-- 2007/11/13 -->
1.42      bentley   669: <li>Make sure <a href="https://man.openbsd.org/ldattach.8">ldattach(8)</a> does not set explicit com parameters for the tty, instead use the existing ones. Also do not artificially limit the baudrates.
                    670: <li>Make sure <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> on SGI machines compile ok and prevent it from stealing the console.
1.1       deraadt   671: <!-- 2007/11/12 -->
                    672: <li>Fix clock drift on MP m88k systems.
1.42      bentley   673: <li>Make an <a href="https://man.openbsd.org/openprom.4">openprom(4)</a> device file for the macppc platform.
1.1       deraadt   674: <!-- 2007/11/11 -->
                    675: <li>Fix some amd64 problems with lazy fpu context handling.
                    676: <li>Fix for i386 MP where interrupt time was always shown as 0%.
1.42      bentley   677: <li>Make sure <a href="https://man.openbsd.org/pf.4">pf(4)</a> does not leak pfstatekey upon insert conflicts.
1.1       deraadt   678: <li>For SGI macebus, add spurious interrupt detection, enables user to "boot poweroff" from ddb.
                    679: <li>Make sure m88k dma_cachectl() flushes all processors unconditionally.
                    680: <li>In OpenCVS, if a file has modifications in it when being updated, reapply umask.
                    681: <!-- 2007/11/10 -->
1.42      bentley   682: <li>Updated <a href="https://man.openbsd.org/eso.4">eso(4)</a>, now recording and setting block size works, and there is a master volume mute.
                    683: <li>Add support for more multifunction Epson devices to <a href="https://man.openbsd.org/uscanner.4">uscanner(4)</a>.
                    684: <li>Added <a href="https://man.openbsd.org/umbg.4">umbg(4)</a> to i386 and macppc GENERIC kernels.
                    685: <li>Added <a href="https://man.openbsd.org/umbg.4">umbg(4)</a>, a driver for USB attached Meinberg USB5131 DCF77 radio clock devices.
1.1       deraadt   686: <!-- 2007/11/09 -->
1.42      bentley   687: <li>Allow -c in conjunction with -d (and -u) in <a href="https://man.openbsd.org/uniq.1">uniq(1)</a>.
1.1       deraadt   688: <li>M88k now builds bsd.mp kernels.
                    689: <li>Make sure m88k MP kernels grab the kernel lock when processing soft interrupts.
                    690: <li>On sparc64 MP systems, use the interrupt stack as the initial stack for spinning up secondary CPUs.
                    691: <!-- 2007/11/08 -->
                    692: <li>Make the in-kernel disklabel code NTFS aware.
1.42      bentley   693: <li>Add Exar UART XR17C152, 154 and 158 to the list of <a href="https://man.openbsd.org/puc.4">puc(4)</a> devices.
                    694: <li>Fix AML string parsing in the <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> battery code, to better handle the invalid pointers aml_val2str() sometimes returns.
1.1       deraadt   695: <!-- 2007/11/07 -->
1.42      bentley   696: <li>Prevent null-pointer dereference in <a href="https://man.openbsd.org/pf.4">pf(4)</a> when empty groups are used in "set loginterface".
                    697: <li>Fix potential heap overflow in <a href="https://man.openbsd.org/perl.1">perl(1)</a>, given a specially crafted regexp.
1.1       deraadt   698: <!-- 2007/11/06 -->
1.42      bentley   699: <li>Make <a href="https://man.openbsd.org/md5.1">md5(1)</a> properly exit with a result code &gt;0 when encountering bad md5 in the checklist.
1.1       deraadt   700: <li>Close a race on sparc64 where the FPU state might be dropped to the wrong process in the IPI handlers.
                    701: <li>Prevent panic in the arpintr() code if IF_DEQUEUE returns NULL.
1.42      bentley   702: <li>Have <a href="https://man.openbsd.org/make.1">make(1)</a> simplify the way it deals with implicit rules and handle $&lt;.
1.1       deraadt   703: <!-- 2007/11/05 -->
                    704: <li>Add support for Epson multifunction USB devices, for the functions we do support.
                    705: <li>Update time zone info to tzdata 2007i.
1.42      bentley   706: <li>Avoid coredump in <a href="https://man.openbsd.org/mailwrapper.8">mailwrapper(8)</a> when there is only one token on a line.
                    707: <li>Prevent SEGV in <a href="https://man.openbsd.org/top.1">top(1)</a> on wrong sort name.
1.1       deraadt   708: <li>Better handling of OSS emulation when calling AUDIO_SETINFO and AUDIO_GETINFO at once.
1.42      bentley   709: <li>Add support in <a href="https://man.openbsd.org/mbg.4">mbg(4)</a> for PEX511 PCI Express DCF77 devices.
                    710: <li>Workaround in <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> for late establishment of interrupts on GENERIC.MP kernels.
                    711: <li>Fix in <a href="https://man.openbsd.org/raid.4">raid(4)</a>, where the disklabel reading to find raid components was causing hangs.
1.1       deraadt   712: <!-- 2007/11/04 -->
1.42      bentley   713: <li>Cleanup in the <a href="https://man.openbsd.org/audio.4">audio(4)</a> endianess conversion routines.
                    714: <li>Remove the delay in <a href="https://man.openbsd.org/top.1">top(1)</a> when a command line argument is wrong.
1.1       deraadt   715: <!-- 2007/11/03 -->
1.42      bentley   716: <li>In <a href="https://man.openbsd.org/mbg.4">mbg(4)</a>, add support for the Meinberg PCI509 5V DCF77 time signal station receiver.
                    717: <li>Make sure ATI-based <a href="https://man.openbsd.org/ahci.4">ahci(4)</a> devices do not cause a <a href="https://man.openbsd.org/wdc.4">wdc(4)</a> controller appear when running in IDE compat mode.
                    718: <li>Fix <a href="https://man.openbsd.org/lkm.4">lkm(4)</a> for the amd64 platform.
                    719: <li>Make sure <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> clears the last entry from an empty TRAP list.
                    720: <li>In the <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> dsdt code, identify as WinNT in hopes the machine will present "better" AML, or at least better settings for machines that do not support _OSI.
                    721: <li>Update <a href="https://man.openbsd.org/named.8">named(8)</a> hint file since l.root-servers.net has a new address.
                    722: <li>Added <a href="https://man.openbsd.org/ldattach.8">ldattach(8)</a>, a command to attach line disciplines to a tty line.
                    723: <li>Fix incorrect 'retry times' settings in <a href="https://man.openbsd.org/zyd.4">zyd(4)</a>, and increase max RX size.
                    724: <li>Fix <a href="https://man.openbsd.org/wpi.4">wpi(4)</a> and <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> reset handling so the firmware does not panic. Also, fix ifconfig -M. Only works when the interface is down.
                    725: <li>In <a href="https://man.openbsd.org/make.1">make(1)</a>, mark nodes as made when there is no command around the target.
1.1       deraadt   726: <!-- 2007/11/02 -->
1.42      bentley   727: <li>Avoid errno trashing in signal handler in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    728: <li>Prevent <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> from getting data from <a href="https://man.openbsd.org/getpwuid.3">getpwuid(3)</a> clobbered by another getpw*() call.
                    729: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, fix memory leak in the process_cmdline() function.
                    730: <li>Updated <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p8.
                    731: <li>Lots and lots of work on <a href="https://man.openbsd.org/make.1">make(1)</a>, including: optimized job runner which avoids forking the last command since it is running in a subshell, replaced parallel job buffering to deal with non-blocking descriptors, store list of errors during parallel make and print them on exit.
1.1       deraadt   732: <!-- 2007/11/01 -->
                    733: <li>Fix potential panics on the arm xscale based platform by reusing cache cleaning address calculation.
1.42      bentley   734: <li>In <a href="https://man.openbsd.org/top.1">top(1)</a>, bump arbitrary limit on argument length shown by -C.
1.1       deraadt   735: <!-- 2007/10/31 -->
1.42      bentley   736: <li>Add Admtek/Shantou ADM8515 to the list of supported <a href="https://man.openbsd.org/udav.4">udav(4)</a> devices.
                    737: <li>Prevent <a href="https://man.openbsd.org/pf.4">pf(4)</a> from sending anything in response to blocked icmp packets.
                    738: <li>Make sure <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> does not potentially leak secret authname through ioctl() interfaces.
1.1       deraadt   739: <li>Workaround MP timeout/splhigh/scsi race at reboot on amd64/i386 using a delay.
                    740: <!-- 2007/10/30 -->
1.42      bentley   741: <li>Initial driver <a href="https://man.openbsd.org/et.4">et(4)</a> for the Agere/LSI ET310 ethernet devices.
                    742: <li>Do not print the prompt in <a href="https://man.openbsd.org/readpassphrase.3">readpassphrase(3)</a> when process is backgrounded and the input would not be read anyway.
                    743: <li>Fix for list handling code in the <a href="https://man.openbsd.org/bridge.4">bridge(4)</a> code.
1.1       deraadt   744: <!-- 2007/10/29 -->
                    745: <li>Fix for m88k when secondary CPU gets its interrupt pin stuck. Put the process it was running on the run queue again, unless it was the idle proc.
1.42      bentley   746: <li>Fix setup of TX descriptors in the <a href="https://man.openbsd.org/ath.4">ath(4)</a> driver.
1.1       deraadt   747: <!-- 2007/10/28 -->
1.42      bentley   748: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, make behaviour identical for non-existent users regarding options set in the Match block.
                    749: <li>Plug tiny mem leaks in ControlPath and ProxyCommand option processing in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    750: <li>Enable PCIe snoop for SB600 and MCP51-based <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> devices. Fixes noise, looping and distortion problems.
1.1       deraadt   751: <li>On m88k, work around the fact that secondary CPUs are started late in the boot and sched_init_cpu() has to be invoked early. Lets MVME188 SMP systems boot multiuser.
                    752: <li>Make sure m88k machines do not flag a processor as "alive" until it really is ready to accept IPIs.
1.42      bentley   753: <li>Fix panic in <a href="https://man.openbsd.org/siop.4">siop(4)</a>.
                    754: <li>Added <a href="https://man.openbsd.org/envy.4">envy(4)</a>, a driver for ICE1712 VIA Envy24 audio devices.
                    755: <li>Prepare <a href="https://man.openbsd.org/audio.4">audio(4)</a> for addition of the <a href="https://man.openbsd.org/envy.4">envy(4)</a> driver, enable 32 bit samples and bump max channels to 12.
1.1       deraadt   756: <!-- 2007/10/27 -->
1.42      bentley   757: <li>Let <a href="https://man.openbsd.org/vic.4">vic(4)</a> attach to the virtual pcnet hardware in vmware.
1.1       deraadt   758: <li>Take the correct lock on m88k when handling userland data faults in kernel mode, lets bsd.mp run multiuser on SP boards.
1.42      bentley   759: <li>Replace the <a href="https://man.openbsd.org/carp.4">carp(4)</a> replay protection counter with a cookie.
1.1       deraadt   760: <li>Make sure compat errno mapping arrays go up to ELAST for all emulated syscalls.
                    761: <!-- 2007/10/26 -->
1.42      bentley   762: <li>Workaround for chip bug on <a href="https://man.openbsd.org/ahci.4">ahci(4)</a> based ATI IXP600 AHCI controllers.
1.1       deraadt   763: <li>Fix ring buffer overflow in the audio recording code path.
                    764: <li>Fix file descriptor leak in the freetype library in xenocara.
                    765: <!-- 2007/10/25 -->
1.42      bentley   766: <li>Fix alignment issues on sparc64 when running <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
                    767: <li>Improved <a href="https://man.openbsd.org/vmstat.8">vmstat(8)</a> output, increasing the "fre" column and aligning memory and traps labels.
                    768: <li>Fix probability rules parsing in <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a>, and add support for 0% and 100%.
1.1       deraadt   769: <li>On E250 sparc64s, do not forget the channel number when reading environmental values off the sensor to prevent always reading from channel 0.
1.42      bentley   770: <li>Make sure mips platforms enable interrupts when exiting <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> if they were enabled before the break.
                    771: <li>Update <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p7.
1.1       deraadt   772: <li>Added support for command line "-D macro=value" to all routing daemons.
                    773: <!-- 2007/10/24 -->
                    774: <li>Change m88k system call invocation sequence to no longer pull arguments from stack, improves performance for all syscalls except mmap(). All m88k binaries must run against a 4.1 or more recent kernel.
                    775: <li>Add support for power supply temperature sensors on the E450.
1.42      bentley   776: <li>Fix logic in <a href="https://man.openbsd.org/make.1">make(1)</a> command-line / MAKEFLAGS parsing.
1.1       deraadt   777: <!-- 2007/10/23 -->
1.42      bentley   778: <li>Move <a href="https://man.openbsd.org/scp.1">scp(1)</a> network read/write into an atomicio()-like function to handle short reads, apply bandwidth limits and update counters.
                    779: <li>Make <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> do argument splitting and parsing so it can cope with common shell escapes and make handling consistent with <a href="https://man.openbsd.org/sh.1">sh(1)</a>.
                    780: <li>Change the daily <a href="https://man.openbsd.org/security.8">security(8)</a> script to record package installation/removal.
1.1       deraadt   781: <!-- 2007/10/22 -->
1.42      bentley   782: <li>Allow <a href="https://man.openbsd.org/alipm.4">alipm(4)</a> to be used for reading <a href="https://man.openbsd.org/spdmem.4">spdmem(4)</a> info on sparc64, even if <a href="https://man.openbsd.org/alipm.4">alipm(4)</a> is not used for other parts.
1.1       deraadt   783: <li>Add support for the SUNW,envctrl as found on E450 machines.
                    784: <li>Fix for temperature sensor conversion factors on E450 sparc64 machines.
1.42      bentley   785: <li>Added support in <a href="https://man.openbsd.org/uipaq.4">uipaq(4)</a> for the HTC smartphones.
                    786: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, make sure that both the local and remote port are correct when parsing -L.
1.1       deraadt   787: <li>Make mips kernel options recognized from the boot command line in addition to the OSLoadOptions.
1.42      bentley   788: <li>Add a broadcast mode to <a href="https://man.openbsd.org/trunk.4">trunk(4)</a>, this mode sends all frames on all ports, and receives frames on any port.
                    789: <li>Added support in <a href="https://man.openbsd.org/hoststated.conf.5">hoststated.conf(5)</a> for including other files.
1.1       deraadt   790: <!-- 2007/10/21 -->
1.42      bentley   791: <li>Added <a href="https://man.openbsd.org/pcidump.8">pcidump(8)</a>, a utility to read pci configuration spaces.
                    792: <li>Properly document decision weight of prefixes in the <a href="https://man.openbsd.org/bgpd.conf.5">bgpd.conf(5)</a> file.
1.1       deraadt   793: <li>Do not use next_tick() to start the clock ticking on sparc64 secondary CPUs. It fails from time to time.
1.42      bentley   794: <li>Make the <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> kernel debugger clears its output buffer on powerpc before it starts processing.
                    795: <li>Make sure <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> sets the max message size to at least the minimum IP MTU.
1.1       deraadt   796: <li>Make cs4280-based devices able to be brought back from power save mode if needed.
                    797: <!-- 2007/10/20 -->
                    798: <li>Add support for temperature sensors on the SUNW,envctrltwo device found on the Sun E250.
                    799: <!-- 2007/10/19 -->
1.42      bentley   800: <li>Replace DMA and interrupt handling in <a href="https://man.openbsd.org/auich.4">auich(4)</a>, fixes recording from the microphone input as well as full-duplex operation.
                    801: <li>Add ShanTou ZT6688 usb 10/100 nic to the <a href="https://man.openbsd.org/udav.4">udav(4)</a> device driver.
                    802: <li>Make <a href="https://man.openbsd.org/su.1">su(1)</a> call setegid() before seteuid().
1.1       deraadt   803: <li>On sparc64, use HDL2CELL when passing OpenFirmware handles, makes bsd.mp boot on an E250.
1.42      bentley   804: <li>Add support in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> to schedule an immediate check through <a href="https://man.openbsd.org/hoststatectl.8">hoststatectl(8)</a>.
1.1       deraadt   805: <!-- 2007/10/18 -->
                    806: <li>Fix in the VFS layer for possible spl() problems in the buffer cleaning daemon.
                    807: <li>Add support for the Moosehead PS/2 controller found on SGI O2 machines.
                    808: <!-- 2007/10/17 -->
                    809: <li>In OpenCVS, avoid memory leak if a tag is defined in CVSROOT/config more than once.
1.42      bentley   810: <li>Add some LED support to the <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> driver.
                    811: <li>Add support for the Intel ICH9 chipset to the <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> driver.
                    812: <li>Use TCSAFLUSH instead of TCSADRAIN in <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> when turning off echo.
1.1       deraadt   813: <li>On sparc64 US-III cpus, spin up secondary CPU if running MP kernel.
                    814: <!-- 2007/10/16 -->
1.42      bentley   815: <li>Updated <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p6.
                    816: <li>Replacement for the <a href="https://man.openbsd.org/pctr.4">pctr(4)</a> codebase that can handle amd64 processors too.
1.1       deraadt   817: <li>On sparc64, make lazy FPU context switching work for MP kernels.
1.42      bentley   818: <li>For <a href="https://man.openbsd.org/top.1">top(1)</a>, properly handle terminals consisting of only a few lines.
1.1       deraadt   819: <!-- 2007/10/15 -->
1.42      bentley   820: <li>Make <a href="https://man.openbsd.org/rc.8">rc(8)</a> allow TCP NFS mounts too.
1.1       deraadt   821: <li>Fix in xf86-video-nv driver for G80 displays if BIOS leaves it stuck.
1.42      bentley   822: <li>Allow <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> to report the status of peers and sensors to syslog.
1.1       deraadt   823: <!-- 2007/10/14 -->
1.42      bentley   824: <li>Switch kernel arc4random routine to use different arc4 code and rework <a href="https://man.openbsd.org/spl.9">spl(9)</a> handling  so it goes to splhigh and back once per request instead of once per byte.
                    825: <li>Fix stream reset errors on ALC883 based <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> devices by waiting 40 usecs for the run bit to clear before performing a reset.
                    826: <li>Add <a href="https://man.openbsd.org/audio.4">audio(4)</a>-compatible mixer items for ALC883 in <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>.
                    827: <li>Enable <a href="https://man.openbsd.org/wbng.4">wbng(4)</a> on amd64 and i386 GENERIC kernels.
                    828: <li>Provide a way on macppc to attach <a href="https://man.openbsd.org/spdmem.4">spdmem(4)</a> by faking an I2C bus with EEPROMs with content from OpenFirmware.
                    829: <li>New <a href="https://man.openbsd.org/wbng.4">wbng(4)</a> driver for Winbond W83793G Hardware Monitor.
                    830: <li>On sgi machines, disable timer/compare interrupts on the <a href="https://man.openbsd.org/macebus.4">macebus(4)</a>, prevents interrupt storms on IRQ 6.
                    831: <li>Add Planex GW-US54GD to the list of supported <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> devices.
1.1       deraadt   832: <!-- 2007/10/13 -->
1.42      bentley   833: <li>Add an "include" directive to <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a>, and make sure the included file have the same strict permissions like the main configuration file.
                    834: <li>Make sure <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> does not trash errno in the signal handler.
1.1       deraadt   835: <li>Remove unused kerberos authentication code from the NFS code base, and make sure we never generate a zero xid.
1.42      bentley   836: <li>Add support for the BCM5906 <a href="https://man.openbsd.org/bge.4">bge(4)</a> device.
                    837: <li>Allow <a href="https://man.openbsd.org/nmeaattach.8">nmeaattach(8)</a> to turn off timestamping by calling it without the -t option.
1.1       deraadt   838: <!-- 2007/10/12 -->
                    839: <!-- 2007/10/11 -->
                    840: <li>Add support for channel setting on newer Atheros AR5424 and AR2423 etc.
1.42      bentley   841: <li>Added <a href="https://man.openbsd.org/ospf6ctl.8">ospf6ctl(8)</a>, a controller for the recently imported <a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> daemon.
                    842: <li>In <a href="https://man.openbsd.org/bge.4">bge(4)</a>, make BGE_JUMBO_FRAMELEN big enough to include a vlan tag.
                    843: <li>Serialize <a href="https://man.openbsd.org/usb.4">usb(4)</a> probing and attachments.
                    844: <li>Enabled <a href="https://man.openbsd.org/puc.4">puc(4)</a> on armish GENERIC kernels.
                    845: <li>Fix for <a href="https://man.openbsd.org/acpi.4">acpi(4)</a>, when walking the acpi tree to find _PRT methods, check whether device is actually enabled and functioning.
                    846: <li><strong>SECURITY FIX: The SSL_get_shared_ciphers() function in OpenSSL contains an off-by-one overflow.</strong><br>
1.1       deraadt   847: <a href="errata42.html#002_openssl">A source code patch is available</a>.<br>
1.42      bentley   848: <a href="stable.html">[Applied to stable]</a>
1.1       deraadt   849: <!-- 2007/10/10 -->
                    850: <li>Fix for macppc when using the new context switching code.
                    851: <li>Reworked the context switching code to a more machine-independent design. Allows MD context switching without spls or locks, and sleep queue wakeup goes from O(n^2) to O(n).
                    852: <!-- 2007/10/09 -->
1.42      bentley   853: <li>In <a href="https://man.openbsd.org/bgplg.8">bgplg(8)</a>, limit the number of allowable characters in a request to prevent cross-site scripting issues.
                    854: <li>Add support for RTL8211B PHY devices in <a href="https://man.openbsd.org/rgephy.4">rgephy(4)</a>.
                    855: <li>Rework the <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> debug dmesg to perform a more complete codec dump.
                    856: <li>Fix range check for <a href="https://man.openbsd.org/carp.4">carp(4)</a> vhid in <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>, vhid 0 is not valid.
                    857: <li>Do not skip i2c scanning for IPMI machines, as done previously, but only use it for non-sensor devices like <a href="https://man.openbsd.org/spdmem.4">spdmem(4)</a>.
1.1       deraadt   858: <li>Add proper support for branch revisions in annotate for OpenCVS.
                    859: <li>Make the OpenCVS rcs code properly resolve branches when given base revisions.
                    860: <!-- 2007/10/08 -->
1.42      bentley   861: <li><strong>SECURITY FIX: Malicious DHCP clients could cause <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> to corrupt its stack.</strong><br>
1.1       deraadt   862: <a href="errata42.html#001_dhcpd">A source code patch is available</a>.<br>
1.42      bentley   863: <a href="stable.html">[Applied to stable]</a>
                    864: <li>Make <a href="https://man.openbsd.org/malo.4">malo(4)</a> work with <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> also.
1.1       deraadt   865: <li>On arm, align the suspend save data to a cache line boundary, prevents issues upon resume.
1.42      bentley   866: <li>Fix <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> on 802.11 devices.
1.1       deraadt   867: <li>Fix segfault in OpenCVS when committing new files.
1.42      bentley   868: <li>Enable <a href="https://man.openbsd.org/spdmem.4">spdmem(4)</a> on alpha, amd64, armish, i386, macppc and sparc64 GENERIC kernels.
                    869: <li>Added <a href="https://man.openbsd.org/ospfd6.8">ospfd6(8)</a>, an OSPFv3 daemon to support OSPF for IPv6. Not useful yet.
1.1       deraadt   870: <!-- 2007/10/07 -->
1.42      bentley   871: <li>Add support for 230400 bps speed in the <a href="https://man.openbsd.org/uslcom.4">uslcom(4)</a>.
                    872: <li>Make <a href="https://man.openbsd.org/spdmem.4">spdmem(4)</a> indicate if the memory module is registered.
                    873: <li>Add <a href="https://man.openbsd.org/amdpcib.4">amdpcib(4)</a> driver for the AMD 8111 series LPC bridge and HPET.
                    874: <li>Make <a href="https://man.openbsd.org/spdmem.4">spdmem(4)</a> print CAS latency for DDR/DDR2 memory.
                    875: <li>Added <a href="https://man.openbsd.org/spdmem.4">spdmem(4)</a> driver for Serial Presence Detect memory information.
                    876: <li>Add <a href="https://man.openbsd.org/glxpcib.4">glxpcib(4)</a> support in the i386 architecture for PCI-ISA bridge, timecounter and watchdog found in the CS5536 companion chip to the AMD Geode LX-800 processor.
1.1       deraadt   877: <!-- 2007/10/06 -->
1.42      bentley   878: <li>Allow <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> to operate the various <a href="https://man.openbsd.org/pf.4">pf(4)</a> table actions independently.
1.1       deraadt   879: <!-- 2007/10/05 -->
                    880: <li>Make the UFS dirhash code correctly allocate cleared memory, fixes edge cases.
1.42      bentley   881: <li>Fix in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> for non-SSL relays.
1.1       deraadt   882: <!-- 2007/10/04 -->
1.42      bentley   883: <li>In <a href="https://man.openbsd.org/eephy.4">eephy(4)</a>, disable fiber/copper auto-selection on the 88E1111 to work around some cards that in fact only have copper connectors.
                    884: <li>Fix in <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> for devices found on Acer TravelMate 3010.
1.1       deraadt   885: <li>Update libc date code and timezone data to tz2007h.
1.42      bentley   886: <li>Make <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> handle CARP over IPv6 in the printing routine.
                    887: <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, when inserting blackhole or reject routes, set the gateway address to 127.0.0.1 / ::1 unconditionally.
1.1       deraadt   888: <!-- 2007/10/03 -->
1.42      bentley   889: <li>Merge <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> firmware into a single file, requires update of the firmware package to v1.3.
1.1       deraadt   890: <li>Added two new ioctl()s to the audio layer, AUDIO_GETPRINFO and AUDIO_GETRRINFO to help porting non-native audio applications and the OSS emulation.
                    891: <li>Added libpixman to xenocara.
                    892: <li>Make OpenCVS reset the default branch early, so rcs_head_get() does not return a possibly wrong revision as 'current'.
1.42      bentley   893: <li>Make <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> distinguish states saved by normal context switches and states saved by satectx(). Makes backtraces from kernel crash dumps work much better.
1.1       deraadt   894: <!-- 2007/10/02 -->
1.42      bentley   895: <li>Merge <a href="https://man.openbsd.org/xfs.1">xfs(1)</a> 1.0.5 into xenocara, contains security fixes for heap overflow and corruption vulnerabilities.
                    896: <li>Fix in <a href="https://man.openbsd.org/grep.1">grep(1)</a> for patterns containing $ and ^ but not as the last or first char.
                    897: <li>In libc, fix a libpthread panic regarding <a href="https://man.openbsd.org/seekdir.3">seekdir(3)</a>.
                    898: <li>Added initial support for the Marvell PCIe Yukon FE+ Fast Ethernet chipsets to <a href="https://man.openbsd.org/msk.4">msk(4)</a>.
1.1       deraadt   899: <!-- 2007/10/01 -->
1.42      bentley   900: <li>Fix for <a href="https://man.openbsd.org/vr.4">vr(4)</a> to handle I/O accesses chipsets which do not have PCI power management capabilities.
1.1       deraadt   901: <li>Added new Intel E1000 and 10Gb PCIe PCI ids.
1.42      bentley   902: <li>In <a href="https://man.openbsd.org/bwi.4">bwi(4)</a>, fix 'bogus xmit rate setup' panic seen while associating with an 11b AP.
1.1       deraadt   903: <!-- 2007/09/30 -->
1.42      bentley   904: <li>Add support for the high-resolution timer found in GPS170PCI cards to <a href="https://man.openbsd.org/mbg.4">mbg(4)</a>.
1.1       deraadt   905: <li>Updated xf86-video-nsc in xenocara.
                    906: <li>On i386, only call amd64_errata() on amd64 processors. (family 0xf).
1.42      bentley   907: <li>Fix unaligned access in <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> for strict-alignment architectures.
1.1       deraadt   908: <li>Updated libXaw, xf86-video-savage and xf86-video-nv in xenocara.
1.42      bentley   909: <li>Make <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> always include interface IP address when printing the config.
1.1       deraadt   910: <li>Updated libICE and libX11 in xenocara.
                    911: <!-- 2007/09/29 -->
                    912: <li>Updated libXcomposite, libXrender, libxtrans and libXdamage in xenocara.
1.42      bentley   913: <li>Fix two panics in <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> on macppc.
1.1       deraadt   914: <!-- 2007/09/28 -->
1.42      bentley   915: <li>Updated <a href="https://man.openbsd.org/makedepend.1">makedepend(1)</a>, libXxf86dga and xf86dgaproto in the xenocara source tree.
                    916: <li>Make <a href="https://man.openbsd.org/vnd.4">vnd(4)</a> work on block devices.
                    917: <li>Make <a href="https://man.openbsd.org/startx.1">startx(1)</a> use /dev/arandom to generate the cookie.
1.1       deraadt   918: <!-- 2007/09/27 -->
1.42      bentley   919: <li>Implement SNDCTL_DSP_[G|S]ETTRIGGER to the <a href="https://man.openbsd.org/ossaudio.3">ossaudio(3)</a> code.
                    920: <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>, add loginterface support for groups, and modify <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> to allow a groupname of "all" to see overall statistics.
                    921: <li>Added automatic rate control (AMRR) to <a href="https://man.openbsd.org/bwi.4">bwi(4)</a>.
1.1       deraadt   922: <li>Fix off-by-one overflow in SSL_get_shared_ciphers, backported from the OpenSSL_0_9_8 branch.
1.42      bentley   923: <li>In <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>, move SSL context creation to after privs are dropped, one more step towards graceful L7 reloads.
1.1       deraadt   924: <!-- 2007/09/26 -->
1.42      bentley   925: <li>Cleanup in <a href="https://man.openbsd.org/newfs_msdos.8">newfs_msdos(8)</a>.
                    926: <li>Fix <a href="https://man.openbsd.org/ep.4">ep(4)</a> packet header initialization.
                    927: <li>Cleanup of the STAC7661 codec for <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>.
1.1       deraadt   928: <!-- 2007/09/25 -->
1.42      bentley   929: <li>Make <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> handle protocol reject packets, now that it has more than one protocol.
                    930: <li>For <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, when updating a key that already exists, update the properties instead of discarding them.
                    931: <li>Fix emulated encodings in <a href="https://man.openbsd.org/uaudio.4">uaudio(4)</a>.
                    932: <li>Update <a href="https://man.openbsd.org/tht.4">tht(4)</a> microcode to SNIC 0xf. Fixes UDP reception issues.
                    933: <li>Last piece for equal cost multipath support in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>. Enabled via <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>.
                    934: <li>Make <a href="https://man.openbsd.org/split.1">split(1)</a>, <a href="https://man.openbsd.org/authpf.8">authpf(8)</a> and <a href="https://man.openbsd.org/ppp.8">ppp(8)</a> correctly handle empty strings returned from <a href="https://man.openbsd.org/fgets.3">fgets(3)</a>.
                    935: <li>Make <a href="https://man.openbsd.org/route.8">route(8)</a> obey rtable ID when doing "route flush".
                    936: <li>First step in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> for reloading layer-7 configurations, two new functions to load certificates while chrooted and with privileges dropped.
1.1       deraadt   937: <!-- 2007/09/24 -->
1.42      bentley   938: <li>Add <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> to amd64 and i386 GENERIC kernels, but disabled for now.
                    939: <li>Add radio tap support to <a href="https://man.openbsd.org/bwi.4">bwi(4)</a>.
                    940: <li>Fix <a href="https://man.openbsd.org/audioctl.1">audioctl(1)</a> returning bogus values for 'output_muted'.
1.1       deraadt   941: <li>Add support in OpenCVS to commit modified files to branches.
1.42      bentley   942: <li>Make sure <a href="https://man.openbsd.org/carp.4">carp(4)</a> code does not crash when dealing with multicast packets.
1.1       deraadt   943: <!-- 2007/09/23 -->
1.42      bentley   944: <li>Fix crash in <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> when changing media and device is up.
1.1       deraadt   945: <li>Fix atime updating issues in the file system code.
1.42      bentley   946: <li>Properly handle physical address in <a href="https://man.openbsd.org/bwi.4">bwi(4)</a>, now usable enough to ssh over.
1.1       deraadt   947: <li>Make sure OpenCVS overwrites the sticky directory tag if update is given -r, since -r gets priority.
                    948: <!-- 2007/09/22 -->
                    949: <li>Make sure OpenCVS does not litter /tmp with 0-sized files on the server when client sends info about a file that is up to date.
                    950: <li>Add support in OpenCVS for checking out with a local repository already in place.
                    951: <!-- 2007/09/21 -->
1.42      bentley   952: <li>In <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>, when printing pfsync packets, print hexdump and not pcap header.
1.1       deraadt   953: <!-- 2007/09/20 -->
1.42      bentley   954: <li>Add ASUS WL-138g to the list of supported <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> devices.
                    955: <li>Add mixer items, master volume and DACgroup init for Analog Devices AD1984 to the <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> driver.
1.1       deraadt   956: <!-- 2007/09/19 -->
                    957: <li>Make "mount -a" on sparc and sparc64 recognize Linux ext2 labels.
1.42      bentley   958: <li>Add CrystalFontz CFA 635 to the list of supported <a href="https://man.openbsd.org/uftdi.4">uftdi(4)</a> devices.
1.1       deraadt   959: <li>Improve parsing of .cvsrc and allow longer command arguments in OpenCVS.
1.42      bentley   960: <li>Various fixes for the <a href="https://man.openbsd.org/exphy.4">exphy(4)</a> driver.
1.1       deraadt   961: <!-- 2007/09/18 -->
1.42      bentley   962: <li>Make <a href="https://man.openbsd.org/ixgb.4">ixgb(4)</a> and <a href="https://man.openbsd.org/xge.4">xge(4)</a> use the proper baudrate for 10Gbit now that it can fit.
1.1       deraadt   963: <li>Update libXinerama, libXcursor and libXtst in the xenocara source tree.
                    964: <li>Allow 4095 multicast group memberships per socket instead of 20.
1.42      bentley   965: <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>, allow state reuse if both sides are in FIN_WAIT_2 and a new SYN arrives.
                    966: <li>Correctly track the E-bit of router LSA on config reloads for <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.
1.1       deraadt   967: <!-- 2007/09/17 -->
1.42      bentley   968: <li>Make sure <a href="https://man.openbsd.org/sendbug.1">sendbug(1)</a> do not treat dmesg lines with angle brackets &lt;...&gt; in them as comments.
1.1       deraadt   969: <li>Move ifmedia_baudrate to a 64-bit int.
1.42      bentley   970: <li>Prevent out-of-bounds memory access in <a href="https://man.openbsd.org/tempnam.3">tempnam(3)</a>.
1.1       deraadt   971: <li>Implement the output_muted member to audio_info_t as found in original Sun audio.
                    972: <!-- 2007/09/16 -->
1.42      bentley   973: <li>Fixed memory leak in <a href="https://man.openbsd.org/tail.1">tail(1)</a>.
1.1       deraadt   974: <li>Updated xman, xmessage, xmodmap, xprop, xrbd, xset, xsetroot, xvinfo and xwininfo in the xenocara source tree.
1.42      bentley   975: <li>Fixed a memory leak in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    976: <li>Fix for nexthop issues in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> when having multiple point-to-point links between two routers.
                    977: <li>Various fixes and internal work on <a href="https://man.openbsd.org/make.1">make(1)</a>.
1.1       deraadt   978: <!-- 2007/09/15 -->
                    979: <li>Allow pulling USB sticks out with mounted FFS file systems on them without crashing or deadlocking.
                    980: <li>Updated xcursorgen, xdm, xdriinfo, xgamma, xhost, xinit, xload and xmag in the xenocara source tree.
                    981: <!-- 2007/09/14 -->
1.42      bentley   982: <li>Lots of work on the <a href="https://man.openbsd.org/bwi.4">bwi(4)</a> driver.
1.1       deraadt   983: <!-- 2007/09/13 -->
                    984: <li>Updated xconsole to 1.0.3 in xenocara.
                    985: <li>Improvements in the common parser code generator for various OpenBSD daemons.
1.42      bentley   986: <li>Plug memory leaks in the <a href="https://man.openbsd.org/tail.1">tail(1)</a> command.
                    987: <li>Add/sync AMD SB6/7/800 chipsets to the <a href="https://man.openbsd.org/piixpm.4">piixpm(4)</a> code.
                    988: <li>Add the NVIDIA MCP73 SMBus controller to the list of <a href="https://man.openbsd.org/nviic.4">nviic(4)</a> devices.
                    989: <li>Add -n option to <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> for testing the configuration file.
1.1       deraadt   990: <li>Added annotate support to OpenCVS for local and remote repositories.
                    991: <!-- 2007/09/12 -->
1.13      jasper    992: <li>Make the i386 bootloader not complain about missing apm support.
1.42      bentley   993: <li>Add an option to <a href="https://man.openbsd.org/ntpd.conf.5">ntpd.conf(5)</a> to compensate for a reference clock in <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> that is early or late.
                    994: <li>Port the <a href="https://man.openbsd.org/i386/pctr.4">pctr(4)</a> i386 performance counters to the amd64 platform.
                    995: <li>Initial import of <a href="https://man.openbsd.org/bwi.4">bwi(4)</a>, a driver for the Broadcom AirForce wireless devices.
1.1       deraadt   996: <li>Update setxkbmap, xcalc and xclock in the xenocara sources.
                    997: <!-- 2007/09/11 -->
1.42      bentley   998: <li>Fix for <a href="https://man.openbsd.org/nfe.4">nfe(4)</a>, use a TX interrupt to clean up the DMA ring if IFF_OACTIVE is set when starting it up.
                    999: <li>Undo zero-copy RX path for <a href="https://man.openbsd.org/uath.4">uath(4)</a>, it still has issues.
                   1000: <li>Similar 64 bit baud rate fixes for <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, <a href="https://man.openbsd.org/ripd.8">ripd(8)</a> and <a href="https://man.openbsd.org/dvmrpd.8">dvmrpd(8)</a>.
                   1001: <li>Some 64 bit fixes for <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>.
                   1002: <li>Move more of the baudrates in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> to 64 bit counters.
1.1       deraadt  1003: <li>Speedups in the kernel arc4 crypto code.
                   1004: <li>Updated bdftopcf, iceauth, ico, sessreg and mkfontdir in xenocara.
1.42      bentley  1005: <li>Add PLX 9016 to the list of supported <a href="https://man.openbsd.org/puc.4">puc(4)</a> devices.
1.1       deraadt  1006: <!-- 2007/09/10 -->
1.42      bentley  1007: <li>Fix STAC9221-equipped Mac master volume and mute controls by binding the DAC volumes in <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>.
                   1008: <li>Fix in <a href="https://man.openbsd.org/azalia.4">azalia(4)</a>, CMI9880 should work now.
1.1       deraadt  1009: <li>Improve cylinder group selection in FFS when creating new directories.
                   1010: <li>Make sure vnodes are locked before calling ffs_unmount().
1.42      bentley  1011: <li>Add support in <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> for 802.11 headers with various sizes.
1.1       deraadt  1012: <li>Fixes for mac68k interrupt handling.
1.42      bentley  1013: <li>Improvements in the <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> sensitivity handling code.
                   1014: <li>Make sure <a href="https://man.openbsd.org/cdio.1">cdio(1)</a> do not skip the code which sends QUIT to the CDDB server and validate returned track names.
                   1015: <li>Add support in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> for relaying DNS traffic. This adds an infrastructure to support UDP based protocols.
1.1       deraadt  1016: <li>Fix crash in OpenCVS when parsing .cvsrc if an invalid cvs command has been specified.
1.42      bentley  1017: <li>Fix setting of multicast filter on <a href="https://man.openbsd.org/sparc/ie.4">ie(4)</a>.
1.1       deraadt  1018: <!-- 2007/09/09 -->
1.42      bentley  1019: <li>Make sure <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> tries 48KHz if 44.1KHz sample rate is not available.
                   1020: <li>Fix for cases where <a href="https://man.openbsd.org/audioctl.1">audioctl(1)</a> would produce "set failed" errors on devices without master controls.
                   1021: <li>Various fixes in <a href="https://man.openbsd.org/azalia.4">azalia(4)</a> for chipsets which solves no-sound problems for codecs using the generic functions.
                   1022: <li>Make sure <a href="https://man.openbsd.org/ptrace.2">ptrace(2)</a> cannot change any privileged bits in the Machine State Register on macppc.
1.1       deraadt  1023: <li>Added support in OpenCVS for checkout -p with local repository.
1.42      bentley  1024: <li>Sync <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> ident behavior with GNU RCS.
1.1       deraadt  1025: <li>Disable page zeroing in the idle loop on SH-based machines.
                   1026: <!-- 2007/09/08 -->
1.42      bentley  1027: <li>Added <a href="https://man.openbsd.org/thmc.4">thmc(4)</a> to i386 GENERIC kernels.
                   1028: <li>Added <a href="https://man.openbsd.org/uchcom.4">uchcom(4)</a> to alpha,amd64,armish,hppa,i386,landisk,macppc,sparc64 and zaurus GENERIC kernels.
                   1029: <li>New <a href="https://man.openbsd.org/thmc.4">thmc(4)</a> driver for TI thmc50/adm1022/adm1028-based devices.
                   1030: <li>Fix some false negatives in <a href="https://man.openbsd.org/lint.1">lint(1)</a> when dealing with unreachable code.
                   1031: <li>Fix for <a href="https://man.openbsd.org/uaudio.4">uaudio(4)</a> devices using signed mixer controls.
1.1       deraadt  1032: <li>Update libXfont to 1.3.0 and freetype to 2.3.5 in xenocara.
1.42      bentley  1033: <li>Added <a href="https://man.openbsd.org/adl.4">adl(4)</a> to amd64 and i386 GENERIC kernels.
1.1       deraadt  1034: <!-- 2007/09/07 -->
1.42      bentley  1035: <li>Make <a href="https://man.openbsd.org/bioctl.8">bioctl(8)</a> exit with a return code of 1 on error.
                   1036: <li>Add <a href="https://man.openbsd.org/uchcom.4">uchcom(4)</a>, a driver for WinChipHead CH340 USB serial adapters.
1.1       deraadt  1037: <li>Fix OpenCVS so checkout/update -p works in both local and server mode.
1.42      bentley  1038: <li>Do not recalculate TCP payload length in <a href="https://man.openbsd.org/pf.4">pf(4)</a>, since it is already cached.
                   1039: <li>Re-enable interrupt coalescing on <a href="https://man.openbsd.org/iwn.4">iwn(4)</a>, it now properly ACKs interrupts.
                   1040: <li>Fix in <a href="https://man.openbsd.org/acpi.4">acpi(4)</a> for the "multiple bus 0" problems.
1.1       deraadt  1041: <li>Added support in OpenCVS for single file checkouts.
1.42      bentley  1042: <li>Make <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> pad the first segment of a TX descriptor if needed to make the length a multiple of 4.
                   1043: <li>Added initial driver <a href="https://man.openbsd.org/adl.4">adl(4)</a> to handle Andigilog aSC7621 devices.
1.1       deraadt  1044: <li>Fix potential uninitialized memory access in the routing socket code.
1.42      bentley  1045: <li>Add "show sessions" command to dump complete list of relay sessions in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>.
1.1       deraadt  1046: <!-- 2007/09/06 -->
                   1047: <li>Tweak heuristics in the speedstep code to better detect compatible Mobile Intel Pentium 3 as found on Dell c610.
                   1048: <li>Improvements in the PowerNow K7 power state code.
                   1049: <li>Add an unsolicited event handler for the Apple Sigmatel codecs. Now speaker and line outputs will mute and unmute on headphone presence.
1.42      bentley  1050: <li>Make ITM touchscreens return pressure as an absolute z axis in the <a href="https://man.openbsd.org/uts.4">uts(4)</a> driver.
                   1051: <li>Make <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> smarter when waiting for input for non-interactive scripts.
                   1052: <li>Fix temperature sensors on <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> devices.
                   1053: <li>New <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> driver for Intel Wireless WiFi Link 4965AGN. Needs non-free firmware (see man page).
                   1054: <li>Make <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> do error checking correctly when packets enter a non-master interface.
                   1055: <li>For <a href="https://man.openbsd.org/sdhc.4">sdhc(4)</a>, do not try to disable bus power before setting the voltage on the controller.
                   1056: <li>Fix buffer overflow in <a href="https://man.openbsd.org/cwm.1">cwm(1)</a>.
1.1       deraadt  1057: <!-- 2007/09/05 -->
1.42      bentley  1058: <li>Update <a href="https://man.openbsd.org/sudo.8">sudo(8)</a> to 1.6.9p5.
                   1059: <li>Various internal changes in the <a href="https://man.openbsd.org/qli.4">qli(4)</a> driver.
                   1060: <li>Fixed newfile() algorithm in <a href="https://man.openbsd.org/split.1">split(1)</a>.
                   1061: <li>Add IPv6 support to the <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> layer.
                   1062: <li>Make sure <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> calls ERR trap before doing exit handling.
1.1       deraadt  1063: <li>Remove compat link to /usr/sbin/vnconfig. It is in /sbin only now.
                   1064: <!-- 2007/09/04 -->
1.42      bentley  1065: <li>Add support in <a href="https://man.openbsd.org/sparc/eeprom.8">eeprom(8)</a> for printing the derived tree from the OpenPROM, like "devinfo" and "prtconf".
1.1       deraadt  1066: <li>Remove FPU detection code on sparc64, all ultrasparc CPUs have one.
1.42      bentley  1067: <li>Initial <a href="https://man.openbsd.org/lmn.4">lmn(4)</a> driver for lm93 sensors, common on IPMI machines.
                   1068: <li>Reset the <a href="https://man.openbsd.org/mac68k/sn.4">sn(4)</a> chip after internal memory exhaustion, makes the driver more solid with heavy NFS usage.
                   1069: <li>Add the ability in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> to specify a host header when using http(s) methods.
1.1       deraadt  1070: <li>In OpenCVS, handle Ctrl-D as a)bort in log message question.
1.42      bentley  1071: <li>Make the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> ConnectTimeout option apply to both the TCP connection and the SSH banner exchange.
                   1072: <li>Add support for chained SSL certificates in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>.
1.1       deraadt  1073: <!-- 2007/09/03 -->
1.42      bentley  1074: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> file descriptor code return an error rather than call fatal(), to make masters survive slaves failing to pass all stdio FDs.
1.1       deraadt  1075: <li>Fixes for mips64 signal handling.
                   1076: <li>Change internal communication regarding routes to support 64 bit counters and routing table id in the headers of most routing messages.
                   1077: <li>Add __cxa_atexit() support to gcc3, provides support for shared object destructors called at dlclose() time.
1.42      bentley  1078: <li>Add <a href="https://man.openbsd.org/memrchr.3">memrchr(3)</a> and <a href="https://man.openbsd.org/recalloc.3">recalloc(3)</a> call to libc.
                   1079: <li>Make <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> not fail if unsetting a non-existent variable.
                   1080: <li>In <a href="https://man.openbsd.org/carp.4">carp(4)</a>, make use of the preempt counter to signal number of transitions of any carp group to master status.
1.1       deraadt  1081: <!-- 2007/09/02 -->
1.42      bentley  1082: <li>Add some more PCI ids to the <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> driver.
                   1083: <li>Disable ROM search acceleration in <a href="https://man.openbsd.org/uow.4">uow(4)</a> for now.
1.1       deraadt  1084: <li>Handle quotation marks in .cvsrc correctly for OpenCVS.
                   1085: <li>Make sure OpenCVS logs the 1.1 revision as "Initial revision" instead of 1.1.
                   1086: <!-- 2007/09/01 -->
1.42      bentley  1087: <li>Add support for Alltel UTStarcom PPC6700 in the <a href="https://man.openbsd.org/uipac.4">uipac(4)</a> driver.
                   1088: <li>Add <a href="https://man.openbsd.org/bthidev.4">bthidev(4)</a> bluetooth device.
                   1089: <li>Fix a use-after-free in the <a href="https://man.openbsd.org/ccd.4">ccd(4)</a> device driver.
                   1090: <li>Add VLAN reception support to <a href="https://man.openbsd.org/vr.4">vr(4)</a>.
1.1       deraadt  1091: <!-- 2007/08/31 -->
1.42      bentley  1092: <li>Various fixes to <a href="https://man.openbsd.org/xtsscale.1">xtsscale(1)</a>.
1.1       deraadt  1093: <li>Delay IPMI sensor creation until kernel goes multiuser, removes annoying delay during boot.
1.42      bentley  1094: <li>Add <a href="https://man.openbsd.org/qli.4">qli(4)</a> (qlogic iSCSI) initial driver, not usable yet.
1.1       deraadt  1095: <!-- 2007/08/30 -->
1.42      bentley  1096: <li>Make sure <a href="https://man.openbsd.org/uts.4">uts(4)</a> does not swap X and Y coordinates while in raw mode.
1.1       deraadt  1097: <li>Fix lock ordering when updating mount points.
                   1098: <li>Remove old CVSROOT caching mechanisms in OpenCVS.
                   1099: <li>Make OpenCVS handle sending of multiline commit messages properly.
1.42      bentley  1100: <li>Add support in <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> for address ranges like "from 10.1.2.50 - 10.1.3.75".
1.1       deraadt  1101: <!-- 2007/08/29 -->
1.42      bentley  1102: <li>Make <a href="https://man.openbsd.org/uberry.4">uberry(4)</a> handle new pearl-style devices which now attach their SD cards as <a href="https://man.openbsd.org/umass.4">umass(4)</a>.
1.1       deraadt  1103: <li>Add missing xfree() in the OpenCVS add code.
1.42      bentley  1104: <li>Add AfriNIC whois server to <a href="https://man.openbsd.org/whois.1">whois(1)</a> so referrals are followed.
1.1       deraadt  1105: <!-- 2007/08/28 -->
1.42      bentley  1106: <li>Make <a href="https://man.openbsd.org/pf.4">pf(4)</a> send RSTs due to "block return" using the correct routing table.
                   1107: <li>Back out change in <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> interface code, since the m_pulldown was not copying the header.
                   1108: <li>Add -I option to <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> for printing the interfaces.
                   1109: <li>Make OMRON BX35F not attach as a <a href="https://man.openbsd.org/uhid.4">uhid(4)</a>, since it is an UPS.
1.1       deraadt  1110: <!-- 2007/08/27 -->
                   1111: <!-- 2007/08/26 -->
                   1112: <!-- 2007/08/25 -->
                   1113: <li>Fix for sparc64 dmesg when printing more than 2G of memory.
1.42      bentley  1114: <li>Update <a href="https://man.openbsd.org/xterm.1">xterm(1)</a> version to 229.
1.1       deraadt  1115: <li>Move xenocara expat to 2.0.1.
                   1116: <!-- 2007/08/24 -->
1.42      bentley  1117: <li>Fix a bug leading to infinite recursion in the <a href="https://man.openbsd.org/perl.1">perl(1)</a> <a href="https://man.openbsd.org/AutoLoader.3p">AutoLoader(3p)</a>.
                   1118: <li>Add new configuration directive to <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>, RLimitNOFILE to set the number of open file descriptors.
1.1       deraadt  1119: <!-- 2007/08/23 -->
1.42      bentley  1120: <li>Initial support for onboard Fast-Wide scsi on the 735 and 755 hppa machines in <a href="https://man.openbsd.org/siop.4">siop(4)</a>.
                   1121: <li>Remove need for hardcoded address of <a href="https://man.openbsd.org/sti.4">sti(4)</a> on hppa. Makes C180 models work.
1.1       deraadt  1122: <li>Add compatibility in X11 with the new XInput API.
1.42      bentley  1123: <li>Continued development of the <a href="https://man.openbsd.org/nxe.4">nxe(4)</a> driver.
                   1124: <li>Make <a href="https://man.openbsd.org/pf.4">pf(4)</a> allow RST packets with th_seq equal to seqlo +-1. Reduces amount of 'loose state' messages.
                   1125: <li>Make <a href="https://man.openbsd.org/banner.1">banner(1)</a> check the result code from <a href="https://man.openbsd.org/fgets.3">fgets(3)</a> and do a proper newline strip.
1.1       deraadt  1126: <!-- 2007/08/22 -->
1.42      bentley  1127: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> execute commands with $SHELL instead of /bin/sh.
                   1128: <li>Support for "Banner=none" in <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>.
                   1129: <li>Fix high-power charging on <a href="https://man.openbsd.org/uberry.4">uberry(4)</a> devices.
                   1130: <li>Fix in <a href="https://man.openbsd.org/wpi.4">wpi(4)</a> RX code path which could block incoming traffic, only seen when running without WEP.
                   1131: <li>Enable Xft support in <a href="https://man.openbsd.org/xdm.1">xdm(1)</a>.
1.1       deraadt  1132: <li>Update the time zone data files and libc time zone code to 2007g.
1.42      bentley  1133: <li>Make sure <a href="https://man.openbsd.org/com.4">com(4)</a> source compiles with KGDB enabled.
1.1       deraadt  1134: <!-- 2007/08/21 -->
                   1135: <li>Fix in OpenSSL for CVE-2007-3108.
1.42      bentley  1136: <li>Add a -s option to <a href="https://man.openbsd.org/sort.1">sort(1)</a> in order to make the radix sort a stable sort.
                   1137: <li>Make sure <a href="https://man.openbsd.org/sparc64/bbc.4">bbc(4)</a> on sparc64 does not repeat the device name on attach failure.
                   1138: <li>Fix for sparc64 <a href="https://man.openbsd.org/gdb.1">gdb(1)</a>.
                   1139: <li>Make sure <a href="https://man.openbsd.org/pf.4">pf(4)</a> does not access th_flags when it isn't available.
1.1       deraadt  1140: </ul>