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

Annotation of www/plus38.html, Revision 1.61

1.54      bentley     1: <!doctype html>
                      2: <html lang=en id=plus>
                      3: <meta charset=utf-8>
1.45      tj          4: <title>OpenBSD 3.8 Changelog</title>
1.5       deraadt     5: <meta name="description" content="OpenBSD 3.8 changes">
1.43      deraadt     6: <meta name="viewport" content="width=device-width, initial-scale=1">
                      7: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.47      tb          8: <link rel="canonical" href="https://www.openbsd.org/plus38.html">
1.54      bentley     9: <style>
                     10: a[href="stable.html"] {
                     11:        color: var(--green);
                     12: }
1.1       deraadt    13:
1.54      bentley    14: strong {
                     15:        color: var(--red);
                     16: }
1.1       deraadt    17:
1.54      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.43      deraadt    28: <a href="index.html">
1.54      bentley    29: <i>Open</i><b>BSD</b></a>
                     30: 3.8 Changelog
1.45      tj         31: </h2>
1.1       deraadt    32: <hr>
                     33:
                     34: <p>
                     35: This is a partial list of the major machine-independent changes
1.18      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.54      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.17      deraadt    62: <br>
1.1       deraadt    63: <a href="plus37.html">3.7</a>,
1.9       deraadt    64: <a href="plus39.html">3.9</a>,
1.10      deraadt    65: <a href="plus40.html">4.0</a>,
1.12      deraadt    66: <a href="plus41.html">4.1</a>,
1.13      deraadt    67: <a href="plus42.html">4.2</a>,
1.16      deraadt    68: <a href="plus43.html">4.3</a>,
1.17      deraadt    69: <a href="plus44.html">4.4</a>,
1.19      deraadt    70: <a href="plus45.html">4.5</a>,
1.20      deraadt    71: <a href="plus46.html">4.6</a>,
1.21      deraadt    72: <a href="plus47.html">4.7</a>,
1.22      deraadt    73: <a href="plus48.html">4.8</a>,
1.24      deraadt    74: <a href="plus49.html">4.9</a>,
1.25      nick       75: <a href="plus50.html">5.0</a>,
1.26      schwarze   76: <a href="plus51.html">5.1</a>,
1.27      nick       77: <a href="plus52.html">5.2</a>,
1.28      deraadt    78: <a href="plus53.html">5.3</a>,
1.29      deraadt    79: <a href="plus54.html">5.4</a>,
1.30      deraadt    80: <br>
1.33      deraadt    81: <a href="plus55.html">5.5</a>,
1.35      brett      82: <a href="plus56.html">5.6</a>,
1.36      deraadt    83: <a href="plus57.html">5.7</a>,
1.39      deraadt    84: <a href="plus58.html">5.8</a>,
1.40      deraadt    85: <a href="plus59.html">5.9</a>,
1.46      deraadt    86: <a href="plus60.html">6.0</a>,
1.48      deraadt    87: <a href="plus61.html">6.1</a>,
1.50      deraadt    88: <a href="plus62.html">6.2</a>,
1.51      deraadt    89: <a href="plus63.html">6.3</a>,
1.52      deraadt    90: <a href="plus64.html">6.4</a>,
1.53      pamela     91: <a href="plus65.html">6.5</a>,
1.56      pamela     92: <a href="plus66.html">6.6</a>,
1.57      deraadt    93: <a href="plus67.html">6.7</a>,
1.58      deraadt    94: <a href="plus68.html">6.8</a>,
1.59      pamela     95: <a href="plus69.html">6.9</a>,
1.60      deraadt    96: <a href="plus70.html">7.0</a>,
1.61    ! deraadt    97: <a href="plus71.html">7.1</a>,
1.1       deraadt    98: <a href="plus.html">current</a>.
                     99: <br>
                    100:
                    101: <p>
1.54      bentley   102: <h3>Changes made between OpenBSD 3.7 and 3.8</h3>
1.1       deraadt   103: <p>
                    104:
                    105: <ul>
1.54      bentley   106: <li>Initial support for Atmel <a href="https://man.openbsd.org/atu.4">atu(4)</a> usb wlan devices.
                    107: <li>Make it possible to add networks with attributes like communities or metrics dynamically in <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>.
                    108: <li>Make sure rfc1583compat flag in <a href="https://man.openbsd.org/ospfd.conf.5">ospfd.conf(5)</a> is changeable.
                    109: <li>Various logging fixes for <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a>, handle peer disconnects better.
                    110: <li>Fixes for dlclose() in <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>.
                    111: <li>Pin the sample rate at 44.1kHz on macppc <a href="https://man.openbsd.org/macppc/snapper.4">snapper(4/MacPPC)</a> audio device.
1.2       deraadt   112: <li>Use correct field names in atapi code and remove superflous and confusing defines.
1.54      bentley   113: <li>Remove dead and wrong code from <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>.
                    114: <li>Add 'listen on &lt;interface name&gt;' to <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a>, and document the removal of SSL from it.
                    115: <li>Call endpwent() after <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> is done with the passwd fields.
1.3       espie     116: <li>More removals of unnecessary stuff in the atapi code.
1.54      bentley   117: <li>Fix some signed-vs-unsigned warnings in <a href="https://man.openbsd.org/bc.1">bc(1)</a>. Mostly pedantic.
1.2       deraadt   118: <li>Fix buffer overflow, memory leaks, and NULL pointer dereference in cvs. CAN-2005-0753
                    119: <!-- 2005/05/23 -->
                    120: <li>Fix a panic in ccd(4) where second component could be wrongly treated as failed, leading to uvm_faults.
                    121: <li>Make sure the optimized regression tests for PF also reflect recent changes.
1.54      bentley   122: <li>Add missing getpwent() to <a href="https://man.openbsd.org/portmap.8">portmap(8)</a>.
1.2       deraadt   123: <li>Put VLOCKSWORK under a single option, VFSDEBUG. Disabled by default.
                    124: <li>Removed some superflous code from the atapi driver.
1.54      bentley   125: <li>Added our own conversion routine for mono-to-stereo in the macppc <a href="https://man.openbsd.org/macppc/snapper.4">snapper(4/MacPPC)</a> audio device.
1.2       deraadt   126: <li>Change VOP_CLOSE to take a locked vnode.
                    127: <li>Preparations for VFSDEBUG in vnode_if code.
                    128: <li>Add support for kill states that match networks in PF.
                    129: <li>Fix building of i830-driver in X11 without DRI enabled.
1.54      bentley   130: <li>Move from SSL to shared AES+SHA between peers for <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a>.
1.2       deraadt   131: <li>Add missing bits to 'ospfctl show rib detail'.
                    132: <li>More "0x" removals in pointer printfs.
1.54      bentley   133: <li>ALTQ cleanout in the <a href="https://man.openbsd.org/de.4">de(4)</a> interface code.
                    134: <li>Document "mediaopt" for <a href="https://man.openbsd.org/iwi.4">iwi(4)</a> interfaces.
                    135: <li>Added more encodings for macppc <a href="https://man.openbsd.org/macppc/snapper.4">snapper(4/MacPPC)</a> audio device.
1.2       deraadt   136: <li>Remove superflous interface search code in PF.
1.54      bentley   137: <li>Fix signal race in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> statistics output.
                    138: <li>Various fixes for the macppc <a href="https://man.openbsd.org/macppc/snapper.4">snapper(4/MacPPC)</a> audio device.
1.2       deraadt   139: <li>Code to allow PF to match on interface groups.
1.54      bentley   140: <li>Handle cost2 for AS-external in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.
1.2       deraadt   141: <li>Sync the i810 X11 driver with X.org. Fixes problems for IBM X40 laptops and gives shadowfb, DirectColor and gamma correction support. Also helps those with i915 and Intel E7221 chipsets.
1.54      bentley   142: <li>Only dump the RIB for AS-External once in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.
1.2       deraadt   143: <li>Don't iterate over the list of vnodes when we want to skip all of them. Makes nfs_sync() faster.
1.54      bentley   144: <li>Fix setting of the "need ack" flag on <a href="https://man.openbsd.org/iwi.4">iwi(4)</a> and cosmetic change to not initialize the read index in if_iwi.c
1.2       deraadt   145: <li>Honor the 'no' in 'no scrub' rules for PF.
1.54      bentley   146: <li>Add monitor mode support for the Intel <a href="https://man.openbsd.org/iwi.4">iwi(4)</a> chipsets, no fast channel hop yet. Also some changes for IBSS mode support and the fragmentation threshold.
                    147: <li>Shorten  <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> by introducing 'ifmstart' to deal with starting multiple interfaces.
                    148: <li>Remove ifdef KAME from <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
1.2       deraadt   149: <!-- 2005/05/22 -->
                    150: <li>Make the signal handler of libedit safer.
1.54      bentley   151: <li>Update <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> regression tests to keep up with recent changes.
                    152: <li>Enable parity error detection on 900B and 635(A) on <a href="https://man.openbsd.org/sis.4">sis(4)</a> devices. Set max size of Rx/Tx DMA to 64 bytes and remove call to mii_pollstat() from within device tick routines.
1.2       deraadt   153: <li>Fix NTFS format string "0x" duplication when printing pointers.
1.54      bentley   154: <li>Add <a href="https://man.openbsd.org/epic.4">epic(4)</a> to i386 and sparc64 <a href="https://man.openbsd.org/intro.4">intro(4)</a> manpages.
1.2       deraadt   155: <li>Added new Realtek RT8185 PCI/Cardbus to the list of supported devices.
1.54      bentley   156: <li>Fix power hooks for <a href="https://man.openbsd.org/dc.4">dc(4)</a>-based cards.
                    157: <li>Add <a href="https://man.openbsd.org/ahc.4">ahc(4)</a> and <a href="https://man.openbsd.org/re.4">re(4)</a> to sparc64 documentation and release notes.
1.2       deraadt   158: <li>Synced latest p0f OS fingerprints.
1.54      bentley   159: <li>Enable <a href="https://man.openbsd.org/re.4">re(4)</a> and <a href="https://man.openbsd.org/ciphy.4">ciphy(4)</a> on sparc64.
1.2       deraadt   160: <li>hppa64 device scan match code update.
                    161: <li>Signedness fix and check for 0 size wrap in uvm_mmap() calls.
                    162: <li>More checks in the scsi code to make sure requests really are completed, and remove a recompute of saved flags on retries.
                    163: <li>Rewrite of ifconfig interface group printing code.
1.54      bentley   164: <li>Fix potential infinite loop in <a href="https://man.openbsd.org/tcpdump.8">tcpdump</a> BGP print code.
1.2       deraadt   165: <li>Make all interfaces join the interface group "all".
                    166: <li>Remove several layers of indirection in the pfctl interface abstraction code.
1.54      bentley   167: <li>krb5_verify_user(3) links added, and spelling fixes for <a href="https://man.openbsd.org/krb5.3">krb(3)</a> manpage.
1.2       deraadt   168: <li>Sync power management settings for ar5120, ar5121 and ar5122. Should fix sleep mode timeouts.
                    169: <li>Add hostapd early check for root privs, since it wont do much otherwise.
                    170: <li>Add an i386-optimized in4_cksum.
1.54      bentley   171: <li>Improved powersaving code in the <a href="https://man.openbsd.org/ath.4">ath(4)</a> driver for ar5212 chipsets.
1.2       deraadt   172: <li>Many NTFS 64bit-fixes and cleanup. Some gcc-3.4 fixups while there.
                    173: <li>elf64 loader fixes for hppa64.
1.54      bentley   174: <li>Back out other <a href="https://man.openbsd.org/bge.4">bge(4)</a> code which broke 5704-based IBM/Intel machines.
                    175: <li>Add BroadCom 5174C to the list of supported <a href="https://man.openbsd.org/bge.4">bge(4)</a> chipsets.
                    176: <li>More fixes to make <a href="https://man.openbsd.org/m4.1">m4(1)</a> in gnum4-mode work as wanted.
1.2       deraadt   177: <!-- 2005/05/21 -->
1.54      bentley   178: <li>SOCKS5 improvements in <a href="https://man.openbsd.org/nc.1">nc(1)</a> and regression test for <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> dynamic forward using SOCKS5.
                    179: <li>Split protocol v1 auth code into separate functions in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
                    180: <li>Remove address lookups when using <a href="https://man.openbsd.org/nc.1">nc(1)</a> for HTTP proxy. Saves time on failed lookups.
                    181: <li>Add proxyexample with <a href="https://man.openbsd.org/nc.1">nc(1)</a> for the <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a> manpage.
1.2       deraadt   182: <li>Man page fixes for various keyboard manpages to prevent bad line splits.
1.54      bentley   183: <li>Cosmetic fix for output from <a href="https://man.openbsd.org/pgrep.1">pgrep(1)</a> when it doesn't find any matches.
1.2       deraadt   184: <!-- 2005/05/20 -->
1.54      bentley   185: <li>Fixes for the i82810 <a href="https://man.openbsd.org/pchb.4">pchb(4)</a> RNG.
1.2       deraadt   186: <li>More fixes for the French Apple keyboard layout.
1.54      bentley   187: <li>Fixes for the <a href="https://man.openbsd.org/bktr.4">bktr(4)</a> video capture code.
1.2       deraadt   188: <li>Added French layout for Apple USB keyboards.
1.54      bentley   189: <li>Usage and option corrections for <a href="https://man.openbsd.org/shutdown.8">shutdown(8)</a>.
                    190: <li>Fix cast in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> includes.h file.
                    191: <li>Cleanup and SOCKS5 fixes for <a href="https://man.openbsd.org/nc.1">nc(1)</a>.
1.2       deraadt   192: <!-- 2005/05/19 -->
1.54      bentley   193: <li>Some cleanup in <a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>.
1.2       deraadt   194: <li>Add __unused macro to cdefs in the kernel sources similar to Net- and FreeBSD.
1.54      bentley   195: <li>Also move wsconsctl.conf parsing in <a href="https://man.openbsd.org/rc.8">rc(8)</a> to a function instead of a subshell.
1.2       deraadt   196: <li>Remove screen burner code from wscons when SMALL_KERNEL is defined.
1.54      bentley   197: <li>Updates for <a href="https://man.openbsd.org/calendar.1">calendar(1)</a> regarding LOTR.
                    198: <li>Remove certpatch(8) from <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>, not needed anymore.
                    199: <li>Dont initialize bbp registers on some <a href="https://man.openbsd.org/ral.4">ral(4)</a> adapters.
                    200: <li>Allow payload 20 and 21 for NAT-T/IPSec in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
                    201: <li>Recognize more IKE payloads types in <a href="https://man.openbsd.org/tcpdump.8">tcpdump</a>.
1.2       deraadt   202: <li>m88k single-step fixes for delay slots and system calls.
1.54      bentley   203: <li>Fixes for <a href="https://man.openbsd.org/test.1">test(1)</a> when testing unset variables.
1.2       deraadt   204: <li>Wchar fixes for C++, do not redefine wchar_t.
1.54      bentley   205: <li>Move the <a href="https://man.openbsd.org/rc.8">rc(8)</a> mixerctl and sysctl parsing into subroutine instead of a subshell and update resource limits if kern.maxproc/maxfiles changes.
1.2       deraadt   206: <!-- 2005/05/18 -->
1.54      bentley   207: <li>Error message fix for <a href="https://man.openbsd.org/file.1">file(1)</a>.
1.55      deraadt   208: <li>Check for null pointer when calling unp_mark in IPC code.
1.54      bentley   209: <li>Added regression tests for <a href="https://man.openbsd.org/m4.1">m4(1)</a>.
                    210: <li>End-of-line fixes for <a href="https://man.openbsd.org/m4.1">m4(1)</a>.
                    211: <li>Remove debug code left in <a href="https://man.openbsd.org/sk.4">sk(4)</a>.
                    212: <li>Check return codes for <a href="https://man.openbsd.org/write.2">write(2)</a> when writing microcode at various places under sys/dev/microcode and cleanup.
                    213: <li>Stability fixes for <a href="https://man.openbsd.org/ami.4">ami(4)</a>.
                    214: <li>Better documentation for <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>.
1.2       deraadt   215: <!-- 2005/05/17 -->
1.54      bentley   216: <li><a href="https://man.openbsd.org/epic.4">epic(4)</a> added to amd64 and <a href="https://man.openbsd.org/ep.4">ep(4)</a> added to RAMDISK_CD.
                    217: <li><a href="https://man.openbsd.org/epic.4">epic(4)</a> should work on alpha. Untested.
1.1       deraadt   218: <!-- 2005/05/16 -->
1.54      bentley   219: <li>Document that <a href="https://man.openbsd.org/ptrace.2">ptrace(2)</a> PT_WCOOKIE is on sparc64 as well.
                    220: <li><a href="https://man.openbsd.org/epic.4">epic(4)</a> support works on sparc64 as well.
                    221: <li>Safe directory creation code in <a href="https://man.openbsd.org/patch.1">patch(1)</a>.
1.1       deraadt   222: <li>Miod is hacking mvme88k code again.
1.54      bentley   223: <li>In <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>, use FLUSHCACHE EXT instead of FLUSHCACHE for LBA48 operations.
                    224: <li><a href="https://man.openbsd.org/ep.4">ep(4)</a> support works on amd64 as well.
                    225: <li>Use <a href="https://man.openbsd.org/getopt.3">getopt(3)</a> in <a href="https://man.openbsd.org/rs.1">rs(1)</a>.
                    226: <li>Newer <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> code merge.
                    227: <li><a href="https://man.openbsd.org/umass.4">umass(4)</a> UFI/ATAPI USB devices always need 12 byte scsi commands.
                    228: <li>Various <a href="https://man.openbsd.org/gre.4">gre(4)</a> improvements; in particular, watch out the default MTU has changed.
1.1       deraadt   229: <li>Share more Sun keyboard map information between USB and serial models.
1.54      bentley   230: <li>Various improvements to the 802.11 <a href="https://man.openbsd.org/iwi.4">iwi(4)</a>,
                    231: <a href="https://man.openbsd.org/ural.4">ural(4)</a>, and
                    232: <a href="https://man.openbsd.org/ral.4">ral(4)</a> drivers.
                    233: <li>Make <a href="https://man.openbsd.org/spkr.4">spkr(4)</a> work on all architectures that have such devices.
1.1       deraadt   234: <li>Handle HP hil boxes seperately from keyboards.
1.55      deraadt   235: <li>Fix slightly incorrect handling of routing messages in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> and
1.54      bentley   236: <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.
                    237: <li>Fix overflows in cruddy Kerberos <a href="https://man.openbsd.org/compile_et.1">compile_et(1)</a>.
1.1       deraadt   238: <!-- ^ 2005/05/12 -->
1.54      bentley   239: <li>For cats, i386 and amd64, enable <a href="https://man.openbsd.org/spkr.4">spkr(4)</a> by default in GENERIC.
                    240: <li>Added another <a href="https://man.openbsd.org/ural.4">ural(4)</a> device.
1.6       deraadt   241: <li>Various small fixes for OpenCVS.
1.54      bentley   242: <li>Several fixes and new code for ageing LSAs in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.
                    243: <li>Made it non-fatal for <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> if it can't calculate a root node.
                    244: <li>Add several "show database" subcommands to <a href="https://man.openbsd.org/ospfctl.8">ospfctl(8)</a>.
                    245: <li>Add a bzero() after malloc() on the <a href="https://man.openbsd.org/ccd.4">ccd(4)</a>. Fixes a panic where the second component could wrongly be treated as failed.
1.6       deraadt   246: <li>Development continues on OpenCVS.
1.54      bentley   247: <li>Fix bugs in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> where it could set DR wrongly. Also fixes which makes it possible to drop from DR to BDR.
1.6       deraadt   248: <li>Define a keyboard layout for Apple international USB keyboards, and add a specific keymap for portuguese USB keyboard.
1.54      bentley   249: <li>Fixes to <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> when connected to more than one area, now tracks the number of active neighbors for each area.
                    250: <li>Improved the readability of the <a href="https://man.openbsd.org/isakmpd.conf.5">isakmpd.conf(5)</a> manpage.
                    251: <!-- 2005/05/11 -->
1.6       deraadt   252: <li>Make Zaurus stop the boot timeout on keypress as other platforms.
1.54      bentley   253: <li>Document that <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a> reloads config files on SIGHUP.
                    254: <li>Check for allocation failures in <a href="https://man.openbsd.org/asn1_compile.1">asn1_compile(1)</a>.
1.6       deraadt   255: <li>Fixes for ami driver, improves read performance. Only works for never firmwares.
                    256: <li>Major ABI changes in libc in preparation for multibyte chars. Another libc major bump.
                    257: <li>In libc, make vfscanf() a real function and use weak_alias for it where possible.
1.55      deraadt   258: <li>Use the libc ctype instead of using our own for libstdc++. Major bump in libstdc++.
1.6       deraadt   259: <li>Small fixes for the UDF filesystem.
                    260: <li>Added code for OpenCVS "release" command. Needs more work.
                    261: <!-- 2005/05/10 -->
                    262: <li>Remove mii_pollstat() from various ethernet drivers that shouldn't call it, since the status is updated by mii_tick().
1.54      bentley   263: <li>Add some Yukon chipsets to the <a href="https://man.openbsd.org/sk.4">sk(4)</a> driver, add match on Yukon LP for Lite rev. A0.
1.6       deraadt   264: <li>Don't abort operation in OpenCVS when trying to unlink() a file that has already been removed.
                    265: <li>Add ARM optimized version of in4_cksum.
1.54      bentley   266: <li>Dont force default router priority to 0 in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> since it can be used as both DR and BDR since quite some time.
                    267: <li>IPv6 fixes in <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>.
1.6       deraadt   268: <li>Import i386 AES asm code from openssl.org.
                    269: <li>Support NULL encryption for ESP in ipsec.
                    270: <li>Take direction into account when matching source and destination addresses/ports while killing states in PF.
                    271: <li>Lots of lowlevel hppa fixes.
1.54      bentley   272: <li>Remove select() call from <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> monitor code.
                    273: <li>dereference strings in <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> db_printf().
                    274: <li>Nicer error messages for <a href="https://man.openbsd.org/ssh.1">ssh</a> when returning EADDRINUSE and report real errors if ControlMaster=no forces fallback to normal connect.
1.6       deraadt   275: <li>Remove strcpy() from libssl app code.
1.54      bentley   276: <li>Add alt-escape key combination for entering <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> on Zaurus.
1.6       deraadt   277: <!-- 2005/05/09 -->
                    278: <li>Add vax optimized version of in4_cksum and deregister/ansify while there.
1.54      bentley   279: <li>Recommitted the <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> destructor order fix.
                    280: <li>Add <a href="https://man.openbsd.org/epic.4">epic(4)</a> driver, which replaces <a href="https://man.openbsd.org/tx.4">tx(4)</a>. Allows bus_dma, multicast, big endian support and support for another EPIC chipset.
1.6       deraadt   281: <li>Fixes and updates for alpha root device detection. Makes DS20 (6600) detect the root device.
                    282: <li>Add alpha optimized version of in4_cksum and deregister/ansify while there.
1.54      bentley   283: <li>Add <a href="https://man.openbsd.org/kbd.8">kbd(8)</a>,<a href="https://man.openbsd.org/mt.1">mt(1)</a>, <a href="https://man.openbsd.org/ping.8">ping(8)</a> and <a href="https://man.openbsd.org/ping6.8">ping6(8)</a> to hp300 ramdisk.
                    284: <li>Sync architectures list from distrib/ with <a href="https://man.openbsd.org/kbd.8">kbd(8)</a>.
1.55      deraadt   285: <li>Check return values of cvs_getln() in OpenCVS.
1.6       deraadt   286: <li>Allow hp300 to compile even if wsmouse devices are missing.
                    287: <li>Add SMC 83C175 to supported devices.
                    288: <li>Remove WSDISPLAY_COMPAT_RAWKBD from hp300.
                    289: <li>On the Zaurus, enable STUART clock, and enable com2 in GENERIC and RAMDISK. No console support yet.
                    290: <li>Work on serial comms on arm Xscale to permit one of the UARTS to operate in SIR (Infra Red) mode.
                    291: <li>Support for controlling the infrared LED on Zaurus added.
                    292: <li>Bump Zaurus booter to 2.07. Added symbol loading and a few workarounds.
1.54      bentley   293: <li>In <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>, force as-external routes to point to the router advertising them.
1.1       deraadt   294: <!-- ^ 2005/05/09 -->
                    295: <li>Fix issue with IPv6 neighbor discovery where prefixes weren't getting purged.
1.54      bentley   296: <li>Fix silicon version number and chipset printing in <a href="https://man.openbsd.org/ath.4">ath(4)</a>.
                    297: <li>Make <a href="https://man.openbsd.org/strerror.3">strerror(3)</a> less likely to truncate the string.
1.1       deraadt   298: <!-- ^ 2005/05/08 -->
                    299: <li>For hp300 4bpp and 6bpp frame buffers, advertise color and highlighting capabilities after rasops init, so we don't think these are monochrome.
1.54      bentley   300: <li>In <a href="https://man.openbsd.org/sd.4">sd(4)</a>, only fake geometry if we know the size of the disk.
1.1       deraadt   301: <!-- ^ 2005/05/07 -->
1.54      bentley   302: <li>On <a href="https://man.openbsd.org/em.4">em(4)</a>, enable tx checksum offload.
                    303: <li>Miod is hacking keyboard map support in <a href="https://man.openbsd.org/wscons.4">wscons(4)</a> and elsewhere.
                    304: <li>Provide keyboard maps on hp300 for international <a href="https://man.openbsd.org/hp300/dnkbd.4">dnkbd(4)</a> Domain keyboards.
                    305: <li>Fix display bug in "show database" in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> when member of more than one area.
1.1       deraadt   306: <!-- ^ 2005/05/06 -->
1.54      bentley   307: <li>On sparc64, provide 8x16 and 12x22 fonts even if SMALL_KERNEL defined, just in case they are needed by <a href="https://man.openbsd.org/sparc64/cgthree.4">cgthree(4)</a>.
1.1       deraadt   308: <!-- ^ 2005/05/05 -->
                    309: <li>On m88k, switch to optimized C version of in_{4}cksum. The optimizer does a good job on this and the resulting code is as fast as possible.
                    310: <!-- ^ 2005/05/04 -->
1.54      bentley   311: <li>Set RUNNING flag on open in <a href="https://man.openbsd.org/tun.4">tun(4)</a>.
                    312: <li>On amd64 <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>, use saved source register rather than %rsi (not callee saved). This also allows propolice to be enabled in ld.so on amd64.
1.1       deraadt   313: <li>Update to libevent 1.0d, keeping local changes.
                    314: <li>Kill some unused crud in libsa on i386 and amd64, trims 100 bytes from bootblocks.
1.54      bentley   315: <li>Fix lost signal condition in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> where child dies before monitor sets its signal handlers.
1.1       deraadt   316: <li>Correct printing of large memory chunks in probing during boot.
1.54      bentley   317: <li>Repair file mappings above 4gb in <a href="https://man.openbsd.org/uvm.9">uvm(9)</a>.
                    318: <li>Make hertz calculation in <a href="https://man.openbsd.org/gprof.1">gprof(1)</a> use documented APIs for predictable results. Also fix some issues on amd64.
1.1       deraadt   319: <!-- ^ 2005/05/03 -->
1.54      bentley   320: <li>Enable rx checksum offloading in <a href="https://man.openbsd.org/vge.4">vge(4)</a>.
                    321: <li>Fix recently-introduced <a href="https://man.openbsd.org/sd.4">sd(4)</a> crash during boot by not using disklabel values until SDEV_MEDIA_LOADED is checked.
                    322: <li>Avoid an infinite loop in powerpc <a href="https://man.openbsd.org/pmap.9">pmap(9)</a> code.
                    323: <li>Be more careful with <a href="https://man.openbsd.org/snprintf.3">snprintf(3)</a> in libc and afs.
                    324: <li>Add <a href="https://man.openbsd.org/i386/ichwdt.4">ichwdt(4)</a>: Intel 6300ESB ICH watchdog timer driver.
1.1       deraadt   325: <!-- ^ 2005/05/02 -->
                    326: <li>On sparc64, use optimized machine-dependent in_{4}cksum that gives a big performance boost.
1.54      bentley   327: <li>Make <a href="https://man.openbsd.org/ddb.4">ddb(4)</a> more useful on zaurus by loading symbol table to the end of data/bss.
1.1       deraadt   328: <li>On ppc, use machine-dependent in_{4}cksum that is between 1.5 to 5 times faster (depending on CPU type) than the old MI version.
1.54      bentley   329: <li>Use setres[ug]id for privilege dropping in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>, <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>, and elsewhere.
1.1       deraadt   330: <li>On mac68k, support a bunch more video cards (e.g. Miro PRISMA GX).
1.54      bentley   331: <li>Fix issue with maximum sendqueue size on <a href="https://man.openbsd.org/em.4">em(4)</a>.
1.1       deraadt   332: <!-- ^ 2005/05/01 -->
1.54      bentley   333: <li>Run password strength checking regexes as user in <a href="https://man.openbsd.org/passwd.1">passwd(1)</a>. Regexes are scary.
                    334: <li>Let <a href="https://man.openbsd.org/dc.4">dc(4)</a> drain send queue so it can recover from link loss during heavy transmit.
                    335: <li>Fix link state change and station address retrieval on <a href="https://man.openbsd.org/vge.4">vge(4)</a>.
                    336: <li>Allow <a href="https://man.openbsd.org/fsck_ext2fs.8">fsck_ext2fs(8)</a> to check filesystems that have (or once had) files &gt; 4GB.
1.1       deraadt   337: <li>Fix libstdc++'s printing of floating points. Bump major.
                    338: <li>Bump libc major version after changing FILE internals.
                    339: <li>Add isw* widechar classification functions to libc from citrus.
1.54      bentley   340: <li>Hopefully make checksum offloading happen on most <a href="https://man.openbsd.org/re.4">re(4)</a> devices.
1.1       deraadt   341: <!-- ^ 2005/04/30 -->
                    342: <li>Use new MI timecounter code on mips64.
1.54      bentley   343: <li>Add Fan3 support for IT8712 <a href="https://man.openbsd.org/it.4">it(4)</a> chip.
1.1       deraadt   344: <li>On amd64, make boot code use real mode with 64k segments instead of 1M. Improves stability with some controllers.
                    345: <!-- ^ 2005/04/29 -->
                    346: <li>Import OpenSSL-0.9.7g on all arches.
1.54      bentley   347: <li>Support ATI IXP 400 SATA <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>, which is a Silicon Image 3112 in sheep's clothing.
                    348: <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, support "network connected" and "network static": announce directly connected and static routes, and dynamically update when routes change.
1.1       deraadt   349: <!-- ^ 2005/04/28 -->
1.54      bentley   350: <li>Be more consistent about NUL termination in <a href="https://man.openbsd.org/pax.1">pax(1)</a>'s handling of ustar headers.
                    351: <li>Improve support for <a href="https://man.openbsd.org/umass.4">umass(4)</a>-based devices with multiple LUNs (e.g. card readers supporting multiple formats).
                    352: <li>Fix a potential infinite loop in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>'s printing of BGP packets.
1.55      deraadt   353: <li>Fix interrupt handling issues in <a href="https://man.openbsd.org/osiop.4">osiop(4)</a> driver, which makes mvme88k happier.
1.1       deraadt   354: <li>Recognize Audiovox RTM-8000 GSM/GPRS CF card.
                    355: <li>Support gcc trampolines support on m88k. Will support luna88k and mvme88k later.
                    356: <!-- ^ 2005/04/27 -->
                    357: <li>Whack strcpy and sprintf in libstdc++, lets us pass our testsuite again.
                    358: <li>Support cdrom booting on sgi.
1.54      bentley   359: <li>Use new NuBus slot space mapping/probing code utilizing <a href="https://man.openbsd.org/bus_space.9">bus_space(9)</a> for mac68k.
1.1       deraadt   360: <!-- ^ 2005/04/26 -->
1.54      bentley   361: <li>Make <a href="https://man.openbsd.org/i386/boot.8">boot(8)</a> use real mode with 64k segments instead of 1M segments. Improves stability on finicky disk controller cards.
1.1       deraadt   362: <li>On hppa, correctly handle boot drives with SCSI ID >= 10.
1.54      bentley   363: <li>Swap a delay for a <a href="https://man.openbsd.org/tsleep.9">tsleep(9)</a> in <a href="https://man.openbsd.org/eap.4">eap(4)</a>, makes Ensoniq CT5880 cards work.
1.1       deraadt   364: <!-- ^ 2005/04/25 -->
1.54      bentley   365: <li>Add microcode to support interrupt mitigation on <a href="https://man.openbsd.org/fxp.4">fxp(4)</a> 82551 F stepping chipset. Big performance boost.
                    366: <li>Add <a href="https://man.openbsd.org/zaurus/ztsscale.8">ztsscale(8)</a>, our new Zaurus touchscreen calibration tool.
1.1       deraadt   367: <!-- ^ 2005/04/24 -->
1.54      bentley   368: <li>Support setting the MTU in <a href="https://man.openbsd.org/dc.4">dc(4)</a>.
                    369: <li>Keep <a href="https://man.openbsd.org/syslog.3">syslog(3)</a> from spewing uninteresting things onto the console by default.
1.1       deraadt   370: <li>Fix a load of stability issues in ufs by paying more attention to failed operations.
                    371: <!-- ^ 2005/04/23 -->
1.54      bentley   372: <li>Fix newer Xircom CBE2-100 <a href="https://man.openbsd.org/dc.4">dc(4)</a> cards by making sure we attach to MII first.
                    373: <li>Make sure bus-mastering is enabled for <a href="https://man.openbsd.org/de.4">de(4)</a>.
                    374: <li>Make <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> deal with MTU of 0 in the DB exchange packet. Fixes interop with Extreme Summit24 switches.
                    375: <li>Add <a href="https://man.openbsd.org/hp300/dnkbd.4">dnkbd(4)</a>, a driver for the Apollo Domain keyboard and mouse for the HP 9000/4xx.
                    376: <li>Fix a rare <a href="https://man.openbsd.org/pf.4">pf(4)</a> synproxy connection hang after handshake.
1.1       deraadt   377: <!-- ^ 2005/04/22 -->
                    378: <li>Import libevent 1.0c, keeping our local improvements.
1.54      bentley   379: <li>Correctly handle allocations of size 1 at <a href="https://man.openbsd.org/extent.9">extent(9)</a> boundary. Add a regress test for it.
                    380: <li>Fix <a href="https://man.openbsd.org/vi.1">vi(1)</a>'s handling of continuous resize events.
                    381: <li>Fix inverted logic in <a href="https://man.openbsd.org/ohci.4">ohci(4)</a> when switching between SMM keyboard+mouse mode.
                    382: <li>Fix various issues with <a href="https://man.openbsd.org/ste.4">ste(4)</a>: ignore phantom phy, deal with unreadable MAC address, etc.
1.1       deraadt   383: <!-- ^ 2005/04/21 -->
1.54      bentley   384: <li>In <a href="https://man.openbsd.org/ftp.1">ftp(1)</a>, limit redirect recursion.
                    385: <li>Keep track of the number of FPU lazy context switches on all supported architectures for <a href="https://man.openbsd.org/vmstat.8">vmstat(8)</a>.
1.1       deraadt   386: <li>Simulate pgup, pgdown, home, and end on Zaurus by using fn + arrow keys.
1.54      bentley   387: <li>Make <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> aware of the underlying link state, and report that up to other interfaces layered on top.
                    388: <li>Add generic link state hooks to <a href="https://man.openbsd.org/carp.4">carp(4)</a>.
                    389: <li>Fix potential security issues in GNU <a href="https://man.openbsd.org/cvs.1">cvs(1)</a> client (CAN-2005-0753).<br>
1.7       deraadt   390:     <a href="errata37.html#cvs">A source code patch is available</a>.<br>
1.54      bentley   391:     <a href="stable.html">[Applied to stable]</a>
                    392: <li>Enable <a href="https://man.openbsd.org/ural.4">ural(4)</a> on alpha.
1.1       deraadt   393: <!-- ^ 2005/04/20 -->
1.54      bentley   394: <li>Support 802.11a and 802.11b on Atheros 5211 <a href="https://man.openbsd.org/ath.4">ath(4)</a>. Pure 802.11g mode may also work now.
                    395: <li>Support new SiS PCI SATA devices in <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>: SiS 180, 181, 661 and 760.
1.47      tb        396: <li>Add initial support for a new platform: <a href="solbourne.html">Solbourne</a>. Still in its earliest stages.
1.54      bentley   397: <li>Use <a href="https://man.openbsd.org/pool.9">pool(9)</a> allocator for vndbuf's in <a href="https://man.openbsd.org/vnd.4">vnd(4)</a>.
                    398: <li>Fix issue with isochronous pipes in <a href="https://man.openbsd.org/uhci.4">uhci(4)</a>.
1.1       deraadt   399: <!-- ^ 2005/04/19 -->
                    400: <li>OpenCVS progress: much smarter handling of Entries files, and support update flags -P, -A, and -d.
1.54      bentley   401: <li>More <a href="https://man.openbsd.org/snprintf.3">snprintf(3)</a> cleanup for <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>, <a href="https://man.openbsd.org/sendmail.8">sendmail(8)</a>, and <a href="https://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a>. We care a lot, even if others don't.
1.1       deraadt   402: <li>Bye bye libcurses++.  It's GPL and nobody uses it.
1.54      bentley   403: <li>Plug memory leaks and a potential use-after-free in <a href="https://man.openbsd.org/ctags.1">ctags(1)</a>.
                    404: <li>In <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a>, don't use a reply with negative delay (could happen when -s option used).
1.1       deraadt   405: <!-- ^ 2005/04/18 -->
1.54      bentley   406: <li>Fix <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> tag handling issues and panics when parent interface is not running.
1.1       deraadt   407: <li>On ppc, generate a SIGTRAP instead of a SIGILL for breakpoint instructions.
                    408: <li>Improve Sun4m page table performance by getting rid of an instruction that ends up being a no-op.
1.54      bentley   409: <li>Work around a firmware crash in Intel 2915ABG <a href="https://man.openbsd.org/iwi.4">iwi(4)</a> devices in 802.11a mode.
1.1       deraadt   410: <!-- ^ 2005/04/17 -->
                    411: <li>Recognize some more Radeon 9800 Pro, Radeon 9200, and GeForce FX Go 5700 cards.
1.54      bentley   412: <li>In <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>, set F_STATIC flag earlier else the default route will end up as non-static
1.1       deraadt   413: <li>Allow Zaurus installer to install to any of the four possible DOS MBR partitions.
1.54      bentley   414: <li>Recognize MegaRAID SATA 8 channel in <a href="https://man.openbsd.org/ami.4">ami(4)</a>.
                    415: <li>More <a href="https://man.openbsd.org/snprintf.3">snprintf(3)</a> handling cleanup in <a href="https://man.openbsd.org/named.8">named(8)</a>, <a href="https://man.openbsd.org/user.8">user(8)</a>, <a href="https://man.openbsd.org/fsck_ffs.8">fsck_ffs(8)</a>, <a href="https://man.openbsd.org/amd.8">amd(8)</a>, and <a href="https://man.openbsd.org/usb.4">usb(4)</a>. You will thank us later.
                    416: <li>Make <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> -Wformat realize that our <a href="https://man.openbsd.org/printf.9">printf(9)</a> knows about %q and %ll.
                    417: <li>Fix <a href="https://man.openbsd.org/mount_ntfs.8">NTFS</a> panic due to stubbed out locking code.
                    418: <li>Add <a href="https://man.openbsd.org/ueagle.4">ueagle(4)</a> driver for ADI Eagle chipset ADSL modems.
                    419: <li>Fix an mbuf leak in <a href="https://man.openbsd.org/ral.4">ral(4)</a>.
1.1       deraadt   420: <!-- ^ 2005/04/16 -->
                    421: <li>Make installer deal with DHCP failure due to no link status.
1.54      bentley   422: <li>Recognize <a href="https://man.openbsd.org/usb.4">usb(4)</a> Araneus True Random Number Generator.
1.1       deraadt   423: <!-- ^ 2005/04/15 -->
1.54      bentley   424: <li>Add <a href="https://man.openbsd.org/zaurus/zaudio.4">zaudio(4)</a>: audio playback support for Zaurus SL-C3000.
                    425: <li>Add <a href="https://man.openbsd.org/zaurus/pxadmac.4">pxadmac(4)</a>: pxa2x0 DMA controller.
                    426: <li>Add <a href="https://man.openbsd.org/luphy.4">luphy(4)</a>: a PHY driver for Lucent LU6612 10/100 PHY used on PCI quad port <a href="https://man.openbsd.org/hme.4">hme(4)</a>'s and other newer Sun systems with hme(4)'s.
                    427: <li>In <a href="https://man.openbsd.org/compress.1">compress(1)</a>, apply <a href="https://man.openbsd.org/futimes.2">futimes(2)</a>/<a href="https://man.openbsd.org/fchflags.2">fchflags(2)</a>/<a href="https://man.openbsd.org/fchmod.2">fchmod(2)</a> before closing descriptors.
                    428: <li>Make <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> stutter at greylisted connections for 10 seconds. Most spammers disconnect by then.
1.1       deraadt   429: <!-- ^ 2005/04/14 -->
1.54      bentley   430: <li>When synproxy state is used in <a href="https://man.openbsd.org/pf.4">pf(4)</a>, make sure outgoing proxy packets use the tag from the original state entry.
                    431: <li>Add <a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a>, our new 802.11f Host AP daemon that connects AP's together to track roaming clients.
                    432: <li>Add wide-char functions such as <a href="https://man.openbsd.org/wcscmp.3">wcscmp(3)</a> to libc. Wide char support is very minimal at this stage.
                    433: <li>Support some more <a href="https://man.openbsd.org/ural.4">ural(4)</a> devices.
                    434: <li>In <a href="https://man.openbsd.org/bgpctl.8">bgpctl(8)</a>, show if a route is rejected or blackholed in fib output.
1.1       deraadt   435: <!-- ^ 2005/04/13 -->
                    436: <li>On Zaurus, resume only if lid is open and power key pressed.
1.54      bentley   437: <li>During install, allow any valid <a href="https://man.openbsd.org/kbd.8">kbd(8)</a> mapping to be specified.
                    438: <li>Add blink functionality in <a href="https://man.openbsd.org/ses.4">ses(4)</a>, so that SCSI enclosures are more useful.  Document how to do this with <a href="https://man.openbsd.org/bioctl.8">bioctl(8)</a>.
                    439: <li>Support per-prefix weights in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, to tip prefixes with equally long AS paths in one direction.
                    440: <li>Add -W option to <a href="https://man.openbsd.org/netstat.1">netstat(1)</a> to display 802.11 statistics.
                    441: <li>Add new 'redistribute' option to <a href="https://man.openbsd.org/ospfd.conf.5">ospfd.conf(5)</a>, which tells <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> to announce certain external routes.
1.1       deraadt   442: <li>Fix PMTU discovery when tunneling IP-in-IP in transport mode IPSEC.
                    443: <!-- ^ 2005/04/12 -->
1.54      bentley   444: <li>Make <a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> log to stderr instead of syslog when -d option is given.
                    445: <li>In <a href="https://man.openbsd.org/sppp.4">sppp(4)</a>, ignore lcp up/down events in cisco mode.
1.1       deraadt   446: <li>Increase random stackgap size appropriately for each architecture.
1.54      bentley   447: <li>Start sweep for <a href="https://man.openbsd.org/snprintf.3">snprintf(3)</a> return value mishandling and truncation, the logical next step after sprintf->snprintf conversion. You will thank us later.
1.1       deraadt   448: <!-- ^ 2005/04/11 -->
                    449: <li>On Zaurus, handle battery-low events by suspending.
1.54      bentley   450: <li>Fix <a href="https://man.openbsd.org/pax.1">pax(1)</a> problem handling ustar entries with exactly 100 characters. Add pax regress tests.
                    451: <li>Further restrict the allowed actions in privsep <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> depending on command-line options.
1.1       deraadt   452: <!-- ^ 2005/04/10 -->
1.54      bentley   453: <li>Make <a href="https://man.openbsd.org/ehci.4">ehci(4)</a> devices handle suspend/resume without detaching and reattaching.
                    454: <li>In <a href="https://man.openbsd.org/em.4">em(4)</a>, gather error stats with a finer interval.
                    455: <li>Deprecate <a href="https://man.openbsd.org/sprintf.3">sprintf(3)</a> in libstdc++ and crank major version.
                    456: <li>Support ICH6M <a href="https://man.openbsd.org/pciide.4">IDE</a> controllers.
                    457: <li>Support Buffalo WLI-CB-B11 in <a href="https://man.openbsd.org/rtw.4">rtw(4)</a>.
                    458: <li>Begin major overhaul of VPN-related man pages: <a href="https://man.openbsd.org/vpn.8">vpn(8)</a>, <a href="https://man.openbsd.org/ipsec.conf.5">ipsec.conf(5)</a>, and <a href="https://man.openbsd.org/isakmpd.conf.5">isakmpd.conf(5)</a>.
                    459: <li>Use vendor ID register for chip-matching in <a href="https://man.openbsd.org/it.4">it(4)</a> instead of configuration register patterns.
1.1       deraadt   460: <li>During install, create all disk, CD, and tape devices found in dmesg.boot, instead of just the ones used during install.
                    461: <li>If, at boot, we find an /etc/resolv.conf.save, swap it back so we're in the right state when we start.
                    462: <!-- ^ 2005/04/09 -->
1.54      bentley   463: <li>Fix rbus on big memory i386 machines (used by <a href="https://man.openbsd.org/cbb.4">cbb(4)</a> pcmcia).
1.1       deraadt   464: <li>On zaurus, synchronize synchronize ADS7846 and LCD communication to avoid jitter in touchscreen input.
1.54      bentley   465: <li>Simplify and unify <a href="https://man.openbsd.org/zaurus/zssp.4">zssp(4)</a> code.
                    466: <li>In mount_* utilities, properly handle <a href="https://man.openbsd.org/realpath.3">realpath(3)</a> failure.
                    467: <li>Enable checksum offloading and VLAN frame rx in <a href="https://man.openbsd.org/re.4">re(4)</a> and <a href="https://man.openbsd.org/vge.4">vge(4)</a>.
                    468: <li>In <a href="https://man.openbsd.org/zaurus/pxaudc.4">pxaudc(4)</a>, clean up properly in case of attachment failure.
1.1       deraadt   469: <!-- ^ 2005/04/08 -->
1.54      bentley   470: <li>Handle at least the first port of a dual-port <a href="https://man.openbsd.org/uftdi.4">ufdti(4)</a>.
                    471: <li>Recognize QLogic 2312 and 6312, Dell OEM 2312 <a href="https://man.openbsd.org/isp.4">isp(4)</a> cards.
1.1       deraadt   472: <li>Mount UDF 'c' partitions with no fuss, just as we do with ISO9660 'c' partitions.
1.54      bentley   473: <li>Plug a memory leak in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> message handling.
1.1       deraadt   474: <!-- ^ 2005/04/07 -->
1.54      bentley   475: <li>Make <a href="https://man.openbsd.org/hppa/pdc.4">pdc(4)</a> 64-bit friendly for hppa64.
                    476: <li>No longer install <a href="https://man.openbsd.org/ti.4">ti(4)</a> tigon firmware because of unresolved licensing questions.
1.1       deraadt   477: <li>OpenCVS continues to mature. RCS locks now supported. More branching features supported.
1.54      bentley   478: <li>In <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>, re-check expired LSA for updates before purging it.
                    479: <li>Better support for short string-based WEP keys from <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>. But don't use them.
1.1       deraadt   480: <!-- ^ 2005/04/06 -->
1.54      bentley   481: <li>Allow <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> to properly retrieve URIs with colons in them when specified on the command line.
                    482: <li>Fix some incorrect register comparisons in <a href="https://man.openbsd.org/sparc64/creator.4">creator(4)</a>.
                    483: <li>Begin simplifying code in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>. We have some cool features coming that need this.
1.1       deraadt   484: <li>Add support for TCP SACK statistics.
1.54      bentley   485: <li>Properly protect WANPIPE <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a> in <a href="https://man.openbsd.org/san.4">san(4)</a>.
                    486: <li>Enhance detection of supported devices in <a href="https://man.openbsd.org/bioctl.8">bioctl(8)</a>.
                    487: <li>Add new -T flag <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> to disable NAT-T from the command line. Makes binat setups happier.
                    488: <li>Make <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> complain if someone tries to set a multicast MAC address.
                    489: <li>When media is loaded into SCSI <a href="https://man.openbsd.org/cd.4">cd(4)</a> drives, don't send commands that might confuse the device. Speeds up device initialization.
1.1       deraadt   490: <!-- ^ 2005/04/05 -->
1.54      bentley   491: <li>Support blink and unblink for <a href="https://man.openbsd.org/ami.4">ami(4)</a> RAID. This lets you identify which drive in an array needs servicing by blinking the drive's LED.
                    492: <li>Add <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> to the tree: our new IPSEC flow manipulation tool. This allows us to quickly create and tear down IPSEC flows without using IKE.
                    493: <li>Support ICH6 audio devices in <a href="https://man.openbsd.org/auich.4">auich(4)</a>. You'll find these integrated on many Intel SouthBridge motherboards.
                    494: <li>Work around a hardware bug in <a href="https://man.openbsd.org/sis.4">sis(4)</a> with short cables. Also fix excessive collisions in half-duplex mode.
                    495: <li>Make interrupt sharing work on <a href="https://man.openbsd.org/bge.4">bge(4)</a>.
                    496: <li>Recognize PRO/Wireless 2915ABG in <a href="https://man.openbsd.org/iwi.4">iwi(4)</a> driver.
1.1       deraadt   497: <!-- ^ 2005/04/04 -->
1.54      bentley   498: <li>Ignore <a href="https://man.openbsd.org/mygate.5">mygate(5)</a> when using dhcp on any interface. Lets you easily switch between a statically-configured interface and a dhcp interface (nice on zaurus).
                    499: <li>On i386, allow <a href="https://man.openbsd.org/ptrace.2">ptrace(2)</a> to examine and change SSE/SSE2 registers.
                    500: <li>Implement yacc-based parser for <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a> config.
                    501: <li>Simple sparc performance improvements: inline some small pmap functions and provide a real <a href="https://man.openbsd.org/pmap_kremove.9">pmap_kremove(9)</a> implementation.
1.1       deraadt   502: <!-- ^ 2005/04/03 -->
1.54      bentley   503: <li>In <a href="https://man.openbsd.org/dc.1">dc(1)</a>, fix raise (^) for negative exponents.
1.1       deraadt   504: <li>Initial support for installing/upgrading via IPv6.
1.54      bentley   505: <li>Fix hostap mode and a device timeout error with <a href="https://man.openbsd.org/ral.4">ral(4)</a>.
1.1       deraadt   506: <!-- ^ 2005/04/02 -->
                    507: <li>Add initial support for our next platform: <a href="/hppa64.html">hppa64</a>. Matured in mighty ukrainian oak for 23 months.
1.54      bentley   508: <li>Support setting the MTU on <a href="https://man.openbsd.org/vax/ex.4">ex(4)</a>.
                    509: <li>Improvements to <a href="https://man.openbsd.org/san.4">san(4)</a>: make tcpdump work, make ppp mode work, use <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> mediaopts to switch between ppp and cHDLC modes.
                    510: <li>Avoid a vclean deadlock in <a href="https://man.openbsd.org/mount_procfs.8">procfs</a>.
                    511: <li>Make sure all wireless drivers check <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a> permissions in a consistent fashion.
                    512: <li>In NFS, manage nfsreq objects with <a href="https://man.openbsd.org/pool.9">pool(9)</a>. Allows more control over resource consumption.
                    513: <li>Implement command execution when limits are exceeded in <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a>. Send email if your computer catches fire.
1.1       deraadt   514: <li>Report cache size for amd CPUs. Only try to enable PowerNow if processor supports it.
1.54      bentley   515: <li>Handle burst size of 64 in <a href="https://man.openbsd.org/hme.4">hme(4)</a>.
1.1       deraadt   516: <li>Improve booting speed by only retrying SCSI commands when they are likely to succeed.
1.54      bentley   517: <li>Support antenna selection for <a href="https://man.openbsd.org/ral.4">ral(4)</a>.
                    518: <li>Sync RF and BBP code in <a href="https://man.openbsd.org/ral.4">ral(4)</a> and <a href="https://man.openbsd.org/ural.4">ural(4)</a>, for later merging.
                    519: <li>Initial support for <a href="https://man.openbsd.org/uftdi.4">uftdi(4)</a> 2232c dual usb.
                    520: <li>Add <a href="https://man.openbsd.org/stat.1">stat(1)</a> command.
1.1       deraadt   521: <!-- ^ 2005/04/01 -->
1.54      bentley   522: <li>Allow <a href="https://man.openbsd.org/em.4">em(4)</a> hardware VLAN support to be disabled dynamically.
                    523: <li>Add support for polled <a href="https://man.openbsd.org/umass.4">umass(4)</a>/SCSI transactions.  Fixes a panic seen at reboot after writing to umass devices.
1.1       deraadt   524: <li>Install known issuers CA bundle to /etc/ssl/cert.pem so browsers using libssl don't bitch about certs signed by these issuers.
1.54      bentley   525: <li>Change <a href="https://man.openbsd.org/quota.1">quota(1)</a> so it means KBytes when it says KBytes and blocks when it says blocks.
1.1       deraadt   526: <li>Disable write gathering for NFSv3.  Big performance boost.
                    527: <li>Fix preposterous time warnings in nfs client caused by false hits in the attribute cache.
                    528: <li>Vax flag day: reduce MAX and Default DATA Segment sizes to leave more mmap space for use by mmap_malloc.
1.54      bentley   529: <li>Make sure <a href="https://man.openbsd.org/rcp.1">rcp(1)</a> and <a href="https://man.openbsd.org/scp.1">scp(1)</a> copy argv instead of overwriting it. This lets <a href="https://man.openbsd.org/ps.1">ps(1)</a> output make more sense.
                    530: <li>Add support for crypt authentication in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.
                    531: <li>Enable checksum offload for rx in <a href="https://man.openbsd.org/em.4">em(4)</a>.
1.1       deraadt   532: <!-- ^ 2005/03/31 -->
1.54      bentley   533: <li>Output <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>'s final capture summary to stderr so it doesn't get mixed in with capture data.
                    534: <li>Make <a href="https://man.openbsd.org/adduser.8">adduser(8)</a> friendlier by only showing top-level login classes.
                    535: <li>Make <a href="https://man.openbsd.org/apm.8">apm(8)</a> work better on zaurus: avoid sticking on "battery full" signal, report battery life even while charging.
                    536: <li>Add <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a> to the tree: our new IPSEC synchronization daemon.
1.1       deraadt   537: <li>OpenCVS: eliminate a lot of duplicate code in command processing.
1.54      bentley   538: <li>Make <a href="https://man.openbsd.org/ohci.4">ohci(4)</a> suspend and resume work on zaurus.
                    539: <li>Restore all registers on <a href="https://man.openbsd.org/ohci.4">ohci(4)</a> resume to cope with power loss on suspend, which leaves controller totally unconfigured.
                    540: <li>Make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> privsep parent open listeners on demand. Eliminates the potential for race conditions.
                    541: <li>Clean up and consolidate the interface validation code in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
                    542: <li>Make reading sparc core files in <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> work.
1.1       deraadt   543: <!-- ^ 2005/03/30 -->
                    544: <li>Enable StackGhost on sparc64: a really nifty protection mechanism we developed for this architecture.
1.54      bentley   545: <li>Add new RAID management program: <a href="https://man.openbsd.org/bioctl.8">bioctl(8)</a>.
1.1       deraadt   546: <li>Add support for UDF filesystem (generally used on DVDs).
1.54      bentley   547: <li>DNS resolver now automatically updates itself when it detects <a href="https://man.openbsd.org/resolv.conf.5">resolv.conf</a> has changed.
                    548: <li>Add lladdr command to <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> to set MAC address.
1.1       deraadt   549: <li>Switch i386 over to DWARF-based exception handling.
                    550: <li>On zaurus, handle apm_battlow flag by suspending.
1.54      bentley   551: <li>Improve security of <a href="https://man.openbsd.org/checknr.1">checknr(1)</a>: handle argv correctly and make sure to NUL terminate all arguments when copying.
                    552: <li>Add <a href="https://man.openbsd.org/strcasestr.3">strcasestr(3)</a> to libc: a case-insensitive version of <a href="https://man.openbsd.org/strstr.3">strstr(3)</a>.
                    553: <li>Remove line-length limitations in <a href="https://man.openbsd.org/diff3.1">diff3(1)</a>.
                    554: <li>Add -F option to <a href="https://man.openbsd.org/arp.8">arp(8)</a> to force replacement of entries.
1.1       deraadt   555: <li>Zaurus now allows power button to suspend (2 seconds) or nice halt (6 seconds) if machdep.kbdreset=1.
1.54      bentley   556: <li>Allow <a href="https://man.openbsd.org/i386/fdisk.8">fdisk(8)</a> to set partition flag with explicit value.
                    557: <li>New thread-safe version of <a href="https://man.openbsd.org/realpath.3">realpath(3)</a> that does not use <a href="https://man.openbsd.org/chdir.2">chdir(2)</a> at all.
                    558: <li>Initial support for <a href="https://man.openbsd.org/sparc/tctrl.4">tctrl(4)</a> device on SPARCBooks (currently limited to power change events and battery status retrieval).
                    559: <li>Improve <a href="https://man.openbsd.org/sparc/tctrl.4">tctrl(4)</a> on sparc: program PCMCIA and power icons on 2nd line of LCD screen.
                    560: <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, check for IFF_UP when validating routes.
1.1       deraadt   561: <!-- ^ 2005/03/29 -->
1.54      bentley   562: <li>Always use network byte order in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> when stuffing port numbers into IPSEC ID packets.
                    563: <li>Clean up some <a href="https://man.openbsd.org/de.4">de(4)</a> code and fix Intel 21143 in full-duplex mode.
                    564: <li>OpenCVS: start using the public-domain <a href="https://man.openbsd.org/yacc.1">yacc(1)</a>-based date parser. cvs dates can be ugly and this simplifies things quite a bit.
1.1       deraadt   565: <li>Recognize Radeon 9200 PRO variants.
1.54      bentley   566: <li>Print UDF filesystem type in <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a>.
1.1       deraadt   567: <li>Fix an issue with ABNT2 keyboards that was stealing the slash key from .br users.
1.54      bentley   568: <li>Make linewrap computation more POSIX-compliant in <a href="https://man.openbsd.org/dc.1">dc(1)</a> programs.  Adjust regression tests accordingly.
                    569: <li>Add support for relocation type R_ALPHA_SREL32 to <a href="https://man.openbsd.org/Xserver.1">Xserver(1)</a>'s ELF loader.
                    570: <li>Rip out <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>'s homegrown md5 and sha-1 implementations, use ours.
                    571: <li>Change root login shell to <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>. And there was much rejoicing.
1.1       deraadt   572: <!-- ^ 2005/03/28 -->
1.54      bentley   573: <li>Use USB timeout periods instead of SCSI timeout periods in <a href="https://man.openbsd.org/umass.4">umass(4)</a>.
                    574: <li>Make <a href="https://man.openbsd.org/uhub.4">uhub(4)</a> less chatty at startup.
                    575: <li>Use <a href="https://man.openbsd.org/getopt.3">getopt(3)</a> in <a href="https://man.openbsd.org/logresolve.8">logresolve(8)</a>.
                    576: <li>Dynamic call stack support in <a href="https://man.openbsd.org/dc.1">dc(1)</a>.
                    577: <li>De-#ifdef the <a href="https://man.openbsd.org/em.4">em(4)</a> driver because it just leads to bugs.
                    578: <li>Fix potential crash in <a href="https://man.openbsd.org/bge.4">bge(4)</a>.
                    579: <li>Utilize new <a href="https://man.openbsd.org/kbd.8">kbd(8)</a> -l support on the install media.
                    580: <li>Support another <a href="https://man.openbsd.org/fxp.4">fxp(4)</a> variant.
                    581: <li>Provide support for the -l option in <a href="https://man.openbsd.org/kbd.8">kbd(8)</a> even if kvm support is not compiled in.
                    582: <li>Improve <a href="hppa.html">hppa</a> support for <a href="https://man.openbsd.org/compat_hpux.8">compat_hpux(8)</a>.
                    583: <li>Shrink handling of <a href="https://man.openbsd.org/kbd.8">kbd(8)</a> in the install scripts.
                    584: <li>Simplify privsep state engine in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
1.1       deraadt   585: <li>Add an Objective-C regression test.
                    586: <li>On the <a href="zaurus.html">zaurus</a>, delay slightly at reboot time to permit disk to de-cache or de-spin or whatever it is doing (attempting to avoid some filesystem corruptions).
                    587: <li>Repair boot argument parsing on the <a href="zaurus.html">zaurus</a>.
1.54      bentley   588: <li>Enable multicast support in <a href="https://man.openbsd.org/atw.4">atw(4)</a>.
                    589: <li>Enable swap encryption by default.  Use <a href="https://man.openbsd.org/sysctl.conf.5">sysctl.conf(5)</a> to disable if you wish.
1.1       deraadt   590: <li><a href="hppa.html">hppa</a> tape and cdrom booting now work.
1.54      bentley   591: <li>Use font adding on the SPARCbook; use the ROM font in the <a href="https://man.openbsd.org/sparc/pninek.4">pninek(4)</a> so that the kernel messages line up with the rom messages.
1.1       deraadt   592: <li>Enable font adding on <a href="sparc.html">sparc</a>.
1.54      bentley   593: <li>Ongoing development in <a href="https://man.openbsd.org/ospfd.8">osfpd(8)</a>.
                    594: <li>Fix a SIGCHLD signal race in <a href="https://man.openbsd.org/ospfd.8">osfpd(8)</a>.
1.1       deraadt   595: <li>A variety-pack of shrinkage in the ramdisk install script.
                    596: <li>Adjust wording in a few APIWARNings.
                    597: <li>Pad hppa ramdisk to 64K, resolves issues with some ROMS.
                    598: <li>Fix APIWARNS on i386; ie. cope with moving to version 3 of
1.54      bentley   599: <a href="https://man.openbsd.org/gcc.1">gcc(1)</a>.
                    600: <li>Prepare for more RAID-like functionality in <a href="https://man.openbsd.org/ccd.4">ccd(4)</a>.
                    601: <li>In a few programs, do not assume that optopt is valid in non-error return cases from <a href="https://man.openbsd.org/getopt.3">getopt(3)</a>.
                    602: <li>If the full memory window is not mappable in <a href="https://man.openbsd.org/pcic.4">pcic(4)</a> (because of lots of BIOS mappings) try to use smaller mappings.
                    603: <li>Use <a href="https://man.openbsd.org/getopt.3">getopt(3)</a> in <a href="https://man.openbsd.org/htpasswd.1">htpasswd(1)</a>.
                    604: <li>Since scsi START_STOP is an optional command, do not require it to work.  This may help some <a href="https://man.openbsd.org/umass.4">umass(4)</a> devices.
                    605: <li><a href="https://man.openbsd.org/vlan.4">vlan(4)</a> error counter repair.
                    606: <li>Change <a href="https://man.openbsd.org/ahc.4">ahc(4)</a> to prefer memory mapped IO.
                    607: <li>Use <a href="https://man.openbsd.org/microuptimet.9">microuptime(9)</a> in <a href="https://man.openbsd.org/sppp.4">sppp(4)</a>, because mono_time is no longer always there.
1.1       deraadt   608: <li>If scsi disks are found to contain more than the maximum supported blocks, truncate to maximum size.
1.54      bentley   609: <li>Support <a href="https://man.openbsd.org/bcrypt.3">bcrypt(3)</a> passwords in <a href="https://man.openbsd.org/htpasswd.1">htpasswd(1)</a>.
1.1       deraadt   610: <li>Missing range check in vfs_hang_addrlist().
1.54      bentley   611: <li>Support another <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a> <a href="https://man.openbsd.org/ne.4">ne(4)</a> variant.
1.1       deraadt   612: <li>Continuing work on OpenCVS...
                    613: <!-- ^ 2005/03/23 -->
1.54      bentley   614: <li>In <a href="https://man.openbsd.org/sparc/zx.4">zx(4)</a>, use a shutdown hook to put display back in PROM-compatible mode.
                    615: <li>Fix 32-bit mode in <a href="https://man.openbsd.org/sparc/cgfourteen.4">cgfourteen(4)</a>.
                    616: <li>On SPARCbooks, cope if the <a href="https://man.openbsd.org/sparc/pninek.4">pninek(4)</a> blitter does not wake up.
1.1       deraadt   617: <li>Power control changes for SPARCbooks.
1.54      bentley   618: <li>Fix some detach crashes in <a href="https://man.openbsd.org/ath.4">ath(4)</a>.
                    619: <li>Packet counting fixes to <a href="https://man.openbsd.org/ipw.4">ipw(4)</a>, <a href="https://man.openbsd.org/iwi.4">iwi(4)</a>, <a href="https://man.openbsd.org/ral.4">ral(4)</a>, and <a href="https://man.openbsd.org/ural.4">ural(4)</a>.
                    620: <li>Print MAC address on startup in <a href="https://man.openbsd.org/ural.4">ural(4)</a>.
                    621: <li>Various improvements to <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>, mostly catching up to shared <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> sections.
                    622: <li>Fix various bugs in <a href="https://man.openbsd.org/sppp.4">sppp(4)</a> that help the <a href="https://man.openbsd.org/san.4">san(4)</a> T1 driver.
                    623: <li>Add <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> chunks to /etc/rc and /etc/rc.conf.
                    624: <li>Silence underrun/overrun errors in the <a href="https://man.openbsd.org/auich.4">auich(4)</a> driver.
1.1       deraadt   625: <li>Fix chipset version errors in the i810 agp driver.
1.54      bentley   626: <li>Handle :: effects in LD_LIBRARY_PATH in the i386 codepath through <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>.
                    627: <li>Let <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> compile when nat traversal is disabled.
1.1       deraadt   628: <li>bind 9.3.1.
1.54      bentley   629: <li>More sane interrupt priority levels, thereby fixing <a href="https://man.openbsd.org/com.4">com(4)</a> IO on the zaurus.
                    630: <li>Avoid leaking <a href="https://man.openbsd.org/keynote.3">keynote(3)</a> sessions in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
                    631: <li>Be more careful in sparc <a href="https://man.openbsd.org/compat_svr4.8">compat_svr4(8)</a>.
1.1       deraadt   632: <li>Crank to 3.7-current
                    633: <!-- ^ 2005/03/20 -->
                    634: </ul>