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

Diff for /www/plus38.html between version 1.41 and 1.42

version 1.41, 2016/03/21 05:46:20 version 1.42, 2016/03/22 10:54:42
Line 78 
Line 78 
 <p>  <p>
   
 <ul>  <ul>
 <li>Initial support for Atmel <a href="http://man.openbsd.org?query=atu&sektion=4">atu(4)</a> usb wlan devices.  <li>Initial support for Atmel <a href="http://man.openbsd.org/?query=atu&sektion=4">atu(4)</a> usb wlan devices.
 <li>Make it possible to add networks with attributes like communities or metrics dynamically in <a href="http://man.openbsd.org?query=bgpctl&sektion=8">bgpctl(8)</a>.  <li>Make it possible to add networks with attributes like communities or metrics dynamically in <a href="http://man.openbsd.org/?query=bgpctl&sektion=8">bgpctl(8)</a>.
 <li>Make sure rfc1583compat flag in <a href="http://man.openbsd.org?query=ospfd.conf&sektion=5">ospfd.conf(5)</a> is changeable.  <li>Make sure rfc1583compat flag in <a href="http://man.openbsd.org/?query=ospfd.conf&sektion=5">ospfd.conf(5)</a> is changeable.
 <li>Various logging fixes for <a href="http://man.openbsd.org?query=sasyncd&sektion=8">sasyncd(8)</a>, handle peer disconnects better.  <li>Various logging fixes for <a href="http://man.openbsd.org/?query=sasyncd&sektion=8">sasyncd(8)</a>, handle peer disconnects better.
 <li>Fixes for dlclose() in <a href="http://man.openbsd.org?query=ld.so&sektion=1">ld.so(1)</a>.  <li>Fixes for dlclose() in <a href="http://man.openbsd.org/?query=ld.so&sektion=1">ld.so(1)</a>.
 <li>Pin the sample rate at 44.1kHz on macppc <a href="http://man.openbsd.org?query=snapper&sektion=4&&arch=macppc">snapper(4/MacPPC)</a> audio device.  <li>Pin the sample rate at 44.1kHz on macppc <a href="http://man.openbsd.org/?query=snapper&sektion=4&&arch=macppc">snapper(4/MacPPC)</a> audio device.
 <li>Use correct field names in atapi code and remove superflous and confusing defines.  <li>Use correct field names in atapi code and remove superflous and confusing defines.
 <li>Remove dead and wrong code from <a href="http://man.openbsd.org?query=netstat&sektion=1">netstat(1)</a>.  <li>Remove dead and wrong code from <a href="http://man.openbsd.org/?query=netstat&sektion=1">netstat(1)</a>.
 <li>Add 'listen on &lt;interface name&gt;' to <a href="http://man.openbsd.org?query=sasyncd&sektion=8">sasyncd(8)</a>, and document the removal of SSL from it.  <li>Add 'listen on &lt;interface name&gt;' to <a href="http://man.openbsd.org/?query=sasyncd&sektion=8">sasyncd(8)</a>, and document the removal of SSL from it.
 <li>Call endpwent() after <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a> is done with the passwd fields.  <li>Call endpwent() after <a href="http://man.openbsd.org/?query=tcpdump&sektion=8">tcpdump(8)</a> is done with the passwd fields.
 <li>More removals of unnecessary stuff in the atapi code.  <li>More removals of unnecessary stuff in the atapi code.
 <li>Fix some signed-vs-unsigned warnings in <a href="http://man.openbsd.org?query=bc&sektion=1">bc(1)</a>. Mostly pedantic.  <li>Fix some signed-vs-unsigned warnings in <a href="http://man.openbsd.org/?query=bc&sektion=1">bc(1)</a>. Mostly pedantic.
 <li>Fix buffer overflow, memory leaks, and NULL pointer dereference in cvs. CAN-2005-0753  <li>Fix buffer overflow, memory leaks, and NULL pointer dereference in cvs. CAN-2005-0753
 <!-- 2005/05/23 -->  <!-- 2005/05/23 -->
 <li>Fix a panic in ccd(4) where second component could be wrongly treated as failed, leading to uvm_faults.  <li>Fix a panic in ccd(4) where second component could be wrongly treated as failed, leading to uvm_faults.
 <li>Make sure the optimized regression tests for PF also reflect recent changes.  <li>Make sure the optimized regression tests for PF also reflect recent changes.
 <li>Add missing getpwent() to <a href="http://man.openbsd.org?query=portmap&sektion=8">portmap(8)</a>.  <li>Add missing getpwent() to <a href="http://man.openbsd.org/?query=portmap&sektion=8">portmap(8)</a>.
 <li>Put VLOCKSWORK under a single option, VFSDEBUG. Disabled by default.  <li>Put VLOCKSWORK under a single option, VFSDEBUG. Disabled by default.
 <li>Removed some superflous code from the atapi driver.  <li>Removed some superflous code from the atapi driver.
 <li>Added our own conversion routine for mono-to-stereo in the macppc <a href="http://man.openbsd.org?query=snapper&sektion=4&&arch=macppc">snapper(4/MacPPC)</a> audio device.  <li>Added our own conversion routine for mono-to-stereo in the macppc <a href="http://man.openbsd.org/?query=snapper&sektion=4&&arch=macppc">snapper(4/MacPPC)</a> audio device.
 <li>Change VOP_CLOSE to take a locked vnode.  <li>Change VOP_CLOSE to take a locked vnode.
 <li>Preparations for VFSDEBUG in vnode_if code.  <li>Preparations for VFSDEBUG in vnode_if code.
 <li>Add support for kill states that match networks in PF.  <li>Add support for kill states that match networks in PF.
 <li>Fix building of i830-driver in X11 without DRI enabled.  <li>Fix building of i830-driver in X11 without DRI enabled.
 <li>Move from SSL to shared AES+SHA between peers for <a href="http://man.openbsd.org?query=sasyncd&sektion=8">sasyncd(8)</a>.  <li>Move from SSL to shared AES+SHA between peers for <a href="http://man.openbsd.org/?query=sasyncd&sektion=8">sasyncd(8)</a>.
 <li>Add missing bits to 'ospfctl show rib detail'.  <li>Add missing bits to 'ospfctl show rib detail'.
 <li>More "0x" removals in pointer printfs.  <li>More "0x" removals in pointer printfs.
 <li>ALTQ cleanout in the <a href="http://man.openbsd.org?query=de&sektion=4">de(4)</a> interface code.  <li>ALTQ cleanout in the <a href="http://man.openbsd.org/?query=de&sektion=4">de(4)</a> interface code.
 <li>Document "mediaopt" for <a href="http://man.openbsd.org?query=iwi&sektion=4">iwi(4)</a> interfaces.  <li>Document "mediaopt" for <a href="http://man.openbsd.org/?query=iwi&sektion=4">iwi(4)</a> interfaces.
 <li>Added more encodings for macppc <a href="http://man.openbsd.org?query=snapper&sektion=4&&arch=macppc">snapper(4/MacPPC)</a> audio device.  <li>Added more encodings for macppc <a href="http://man.openbsd.org/?query=snapper&sektion=4&&arch=macppc">snapper(4/MacPPC)</a> audio device.
 <li>Remove superflous interface search code in PF.  <li>Remove superflous interface search code in PF.
 <li>Fix signal race in <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a> statistics output.  <li>Fix signal race in <a href="http://man.openbsd.org/?query=tcpdump&sektion=8">tcpdump(8)</a> statistics output.
 <li>Various fixes for the macppc <a href="http://man.openbsd.org?query=snapper&sektion=4&&arch=macppc">snapper(4/MacPPC)</a> audio device.  <li>Various fixes for the macppc <a href="http://man.openbsd.org/?query=snapper&sektion=4&&arch=macppc">snapper(4/MacPPC)</a> audio device.
 <li>Code to allow PF to match on interface groups.  <li>Code to allow PF to match on interface groups.
 <li>Handle cost2 for AS-external in <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a>.  <li>Handle cost2 for AS-external in <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a>.
 <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.  <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.
 <li>Only dump the RIB for AS-External once in <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a>.  <li>Only dump the RIB for AS-External once in <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a>.
 <li>Don't iterate over the list of vnodes when we want to skip all of them. Makes nfs_sync() faster.  <li>Don't iterate over the list of vnodes when we want to skip all of them. Makes nfs_sync() faster.
 <li>Fix setting of the "need ack" flag on <a href="http://man.openbsd.org?query=iwi&sektion=4">iwi(4)</a> and cosmetic change to not initialize the read index in if_iwi.c  <li>Fix setting of the "need ack" flag on <a href="http://man.openbsd.org/?query=iwi&sektion=4">iwi(4)</a> and cosmetic change to not initialize the read index in if_iwi.c
 <li>Honor the 'no' in 'no scrub' rules for PF.  <li>Honor the 'no' in 'no scrub' rules for PF.
 <li>Add monitor mode support for the Intel <a href="http://man.openbsd.org?query=iwi&sektion=4">iwi(4)</a> chipsets, no fast channel hop yet. Also some changes for IBSS mode support and the fragmentation threshold.  <li>Add monitor mode support for the Intel <a href="http://man.openbsd.org/?query=iwi&sektion=4">iwi(4)</a> chipsets, no fast channel hop yet. Also some changes for IBSS mode support and the fragmentation threshold.
 <li>Shorten  <a href="http://man.openbsd.org?query=netstart&sektion=8">netstart(8)</a> by introducing 'ifmstart' to deal with starting multiple interfaces.  <li>Shorten  <a href="http://man.openbsd.org/?query=netstart&sektion=8">netstart(8)</a> by introducing 'ifmstart' to deal with starting multiple interfaces.
 <li>Remove ifdef KAME from <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>.  <li>Remove ifdef KAME from <a href="http://man.openbsd.org/?query=isakmpd&sektion=8">isakmpd(8)</a>.
 <!-- 2005/05/22 -->  <!-- 2005/05/22 -->
 <li>Make the signal handler of libedit safer.  <li>Make the signal handler of libedit safer.
 <li>Update <a href="http://man.openbsd.org?query=pfctl&sektion=8">pfctl(8)</a> regression tests to keep up with recent changes.  <li>Update <a href="http://man.openbsd.org/?query=pfctl&sektion=8">pfctl(8)</a> regression tests to keep up with recent changes.
 <li>Enable parity error detection on 900B and 635(A) on <a href="http://man.openbsd.org?query=sis&sektion=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.  <li>Enable parity error detection on 900B and 635(A) on <a href="http://man.openbsd.org/?query=sis&sektion=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.
 <li>Fix NTFS format string "0x" duplication when printing pointers.  <li>Fix NTFS format string "0x" duplication when printing pointers.
 <li>Add <a href="http://man.openbsd.org?query=epic&sektion=4">epic(4)</a> to i386 and sparc64 <a href="http://man.openbsd.org?query=intro&sektion=4">intro(4)</a> manpages.  <li>Add <a href="http://man.openbsd.org/?query=epic&sektion=4">epic(4)</a> to i386 and sparc64 <a href="http://man.openbsd.org/?query=intro&sektion=4">intro(4)</a> manpages.
 <li>Added new Realtek RT8185 PCI/Cardbus to the list of supported devices.  <li>Added new Realtek RT8185 PCI/Cardbus to the list of supported devices.
 <li>Fix power hooks for <a href="http://man.openbsd.org?query=dc&sektion=4">dc(4)</a>-based cards.  <li>Fix power hooks for <a href="http://man.openbsd.org/?query=dc&sektion=4">dc(4)</a>-based cards.
 <li>Add <a href="http://man.openbsd.org?query=ahc&sektion=4">ahc(4)</a> and <a href="http://man.openbsd.org?query=re&sektion=4">re(4)</a> to sparc64 documentation and release notes.  <li>Add <a href="http://man.openbsd.org/?query=ahc&sektion=4">ahc(4)</a> and <a href="http://man.openbsd.org/?query=re&sektion=4">re(4)</a> to sparc64 documentation and release notes.
 <li>Synced latest p0f OS fingerprints.  <li>Synced latest p0f OS fingerprints.
 <li>Enable <a href="http://man.openbsd.org?query=re&sektion=4">re(4)</a> and <a href="http://man.openbsd.org?query=ciphy&sektion=4">ciphy(4)</a> on sparc64.  <li>Enable <a href="http://man.openbsd.org/?query=re&sektion=4">re(4)</a> and <a href="http://man.openbsd.org/?query=ciphy&sektion=4">ciphy(4)</a> on sparc64.
 <li>hppa64 device scan match code update.  <li>hppa64 device scan match code update.
 <li>Signedness fix and check for 0 size wrap in uvm_mmap() calls.  <li>Signedness fix and check for 0 size wrap in uvm_mmap() calls.
 <li>More checks in the scsi code to make sure requests really are completed, and remove a recompute of saved flags on retries.  <li>More checks in the scsi code to make sure requests really are completed, and remove a recompute of saved flags on retries.
 <li>Rewrite of ifconfig interface group printing code.  <li>Rewrite of ifconfig interface group printing code.
 <li>Fix potential infinite loop in <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump</a> BGP print code.  <li>Fix potential infinite loop in <a href="http://man.openbsd.org/?query=tcpdump&sektion=8">tcpdump</a> BGP print code.
 <li>Make all interfaces join the interface group "all".  <li>Make all interfaces join the interface group "all".
 <li>Remove several layers of indirection in the pfctl interface abstraction code.  <li>Remove several layers of indirection in the pfctl interface abstraction code.
 <li>krb5_verify_user(3) links added, and spelling fixes for <a href="http://man.openbsd.org?query=krb5&sektion=3">krb(3)</a> manpage.  <li>krb5_verify_user(3) links added, and spelling fixes for <a href="http://man.openbsd.org/?query=krb5&sektion=3">krb(3)</a> manpage.
 <li>Sync power management settings for ar5120, ar5121 and ar5122. Should fix sleep mode timeouts.  <li>Sync power management settings for ar5120, ar5121 and ar5122. Should fix sleep mode timeouts.
 <li>Add hostapd early check for root privs, since it wont do much otherwise.  <li>Add hostapd early check for root privs, since it wont do much otherwise.
 <li>Add an i386-optimized in4_cksum.  <li>Add an i386-optimized in4_cksum.
 <li>Improved powersaving code in the <a href="http://man.openbsd.org?query=ath&sektion=4">ath(4)</a> driver for ar5212 chipsets.  <li>Improved powersaving code in the <a href="http://man.openbsd.org/?query=ath&sektion=4">ath(4)</a> driver for ar5212 chipsets.
 <li>Many NTFS 64bit-fixes and cleanup. Some gcc-3.4 fixups while there.  <li>Many NTFS 64bit-fixes and cleanup. Some gcc-3.4 fixups while there.
 <li>elf64 loader fixes for hppa64.  <li>elf64 loader fixes for hppa64.
 <li>Back out other <a href="http://man.openbsd.org?query=bge&sektion=4">bge(4)</a> code which broke 5704-based IBM/Intel machines.  <li>Back out other <a href="http://man.openbsd.org/?query=bge&sektion=4">bge(4)</a> code which broke 5704-based IBM/Intel machines.
 <li>Add BroadCom 5174C to the list of supported <a href="http://man.openbsd.org?query=bge&sektion=4">bge(4)</a> chipsets.  <li>Add BroadCom 5174C to the list of supported <a href="http://man.openbsd.org/?query=bge&sektion=4">bge(4)</a> chipsets.
 <li>More fixes to make <a href="http://man.openbsd.org?query=m4&sektion=1">m4(1)</a> in gnum4-mode work as wanted.  <li>More fixes to make <a href="http://man.openbsd.org/?query=m4&sektion=1">m4(1)</a> in gnum4-mode work as wanted.
 <!-- 2005/05/21 -->  <!-- 2005/05/21 -->
 <li>SOCKS5 improvements in <a href="http://man.openbsd.org?query=nc&sektion=1">nc(1)</a> and regression test for <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a> dynamic forward using SOCKS5.  <li>SOCKS5 improvements in <a href="http://man.openbsd.org/?query=nc&sektion=1">nc(1)</a> and regression test for <a href="http://man.openbsd.org/?query=ssh&sektion=1">ssh(1)</a> dynamic forward using SOCKS5.
 <li>Split protocol v1 auth code into separate functions in <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a>.  <li>Split protocol v1 auth code into separate functions in <a href="http://man.openbsd.org/?query=ssh&sektion=1">ssh(1)</a>.
 <li>Remove address lookups when using <a href="http://man.openbsd.org?query=nc&sektion=1">nc(1)</a> for HTTP proxy. Saves time on failed lookups.  <li>Remove address lookups when using <a href="http://man.openbsd.org/?query=nc&sektion=1">nc(1)</a> for HTTP proxy. Saves time on failed lookups.
 <li>Add proxyexample with <a href="http://man.openbsd.org?query=nc&sektion=1">nc(1)</a> for the <a href="http://man.openbsd.org?query=ssh_config&sektion=5">ssh_config(5)</a> manpage.  <li>Add proxyexample with <a href="http://man.openbsd.org/?query=nc&sektion=1">nc(1)</a> for the <a href="http://man.openbsd.org/?query=ssh_config&sektion=5">ssh_config(5)</a> manpage.
 <li>Man page fixes for various keyboard manpages to prevent bad line splits.  <li>Man page fixes for various keyboard manpages to prevent bad line splits.
 <li>Cosmetic fix for output from <a href="http://man.openbsd.org?query=pgrep&sektion=1">pgrep(1)</a> when it doesn't find any matches.  <li>Cosmetic fix for output from <a href="http://man.openbsd.org/?query=pgrep&sektion=1">pgrep(1)</a> when it doesn't find any matches.
 <!-- 2005/05/20 -->  <!-- 2005/05/20 -->
 <li>Fixes for the i82810 <a href="http://man.openbsd.org?query=pchb&sektion=4">pchb(4)</a> RNG.  <li>Fixes for the i82810 <a href="http://man.openbsd.org/?query=pchb&sektion=4">pchb(4)</a> RNG.
 <li>More fixes for the French Apple keyboard layout.  <li>More fixes for the French Apple keyboard layout.
 <li>Fixes for the <a href="http://man.openbsd.org?query=bktr&sektion=4">bktr(4)</a> video capture code.  <li>Fixes for the <a href="http://man.openbsd.org/?query=bktr&sektion=4">bktr(4)</a> video capture code.
 <li>Added French layout for Apple USB keyboards.  <li>Added French layout for Apple USB keyboards.
 <li>Usage and option corrections for <a href="http://man.openbsd.org?query=shutdown&sektion=8">shutdown(8)</a>.  <li>Usage and option corrections for <a href="http://man.openbsd.org/?query=shutdown&sektion=8">shutdown(8)</a>.
 <li>Fix cast in <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh(1)</a> includes.h file.  <li>Fix cast in <a href="http://man.openbsd.org/?query=ssh&sektion=1">ssh(1)</a> includes.h file.
 <li>Cleanup and SOCKS5 fixes for <a href="http://man.openbsd.org?query=nc&sektion=1">nc(1)</a>.  <li>Cleanup and SOCKS5 fixes for <a href="http://man.openbsd.org/?query=nc&sektion=1">nc(1)</a>.
 <!-- 2005/05/19 -->  <!-- 2005/05/19 -->
 <li>Some cleanup in <a href="http://man.openbsd.org?query=sshd_config&sektion=5">sshd_config(5)</a>.  <li>Some cleanup in <a href="http://man.openbsd.org/?query=sshd_config&sektion=5">sshd_config(5)</a>.
 <li>Add __unused macro to cdefs in the kernel sources similar to Net- and FreeBSD.  <li>Add __unused macro to cdefs in the kernel sources similar to Net- and FreeBSD.
 <li>Also move wsconsctl.conf parsing in <a href="http://man.openbsd.org?query=rc&sektion=8">rc(8)</a> to a function instead of a subshell.  <li>Also move wsconsctl.conf parsing in <a href="http://man.openbsd.org/?query=rc&sektion=8">rc(8)</a> to a function instead of a subshell.
 <li>Remove screen burner code from wscons when SMALL_KERNEL is defined.  <li>Remove screen burner code from wscons when SMALL_KERNEL is defined.
 <li>Updates for <a href="http://man.openbsd.org?query=calendar&sektion=1">calendar(1)</a> regarding LOTR.  <li>Updates for <a href="http://man.openbsd.org/?query=calendar&sektion=1">calendar(1)</a> regarding LOTR.
 <li>Remove certpatch(8) from <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>, not needed anymore.  <li>Remove certpatch(8) from <a href="http://man.openbsd.org/?query=isakmpd&sektion=8">isakmpd(8)</a>, not needed anymore.
 <li>Dont initialize bbp registers on some <a href="http://man.openbsd.org?query=ral&sektion=4">ral(4)</a> adapters.  <li>Dont initialize bbp registers on some <a href="http://man.openbsd.org/?query=ral&sektion=4">ral(4)</a> adapters.
 <li>Allow payload 20 and 21 for NAT-T/IPSec in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>.  <li>Allow payload 20 and 21 for NAT-T/IPSec in <a href="http://man.openbsd.org/?query=isakmpd&sektion=8">isakmpd(8)</a>.
 <li>Recognize more IKE payloads types in <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump</a>.  <li>Recognize more IKE payloads types in <a href="http://man.openbsd.org/?query=tcpdump&sektion=8">tcpdump</a>.
 <li>m88k single-step fixes for delay slots and system calls.  <li>m88k single-step fixes for delay slots and system calls.
 <li>Fixes for <a href="http://man.openbsd.org?query=test&sektion=1">test(1)</a> when testing unset variables.  <li>Fixes for <a href="http://man.openbsd.org/?query=test&sektion=1">test(1)</a> when testing unset variables.
 <li>Wchar fixes for C++, do not redefine wchar_t.  <li>Wchar fixes for C++, do not redefine wchar_t.
 <li>Move the <a href="http://man.openbsd.org?query=rc&sektion=8">rc(8)</a> mixerctl and sysctl parsing into subroutine instead of a subshell and update resource limits if kern.maxproc/maxfiles changes.  <li>Move the <a href="http://man.openbsd.org/?query=rc&sektion=8">rc(8)</a> mixerctl and sysctl parsing into subroutine instead of a subshell and update resource limits if kern.maxproc/maxfiles changes.
 <!-- 2005/05/18 -->  <!-- 2005/05/18 -->
 <li>Error message fix for <a href="http://man.openbsd.org?query=file&sektion=1">file(1)</a>.  <li>Error message fix for <a href="http://man.openbsd.org/?query=file&sektion=1">file(1)</a>.
 <li>Check for null pointer when calling unp_mark in IPC code.  <li>Check for null pointer when calling unp_mark in IPC code.
 <li>Added regression tests for <a href="http://man.openbsd.org?query=m4&sektion=1">m4(1)</a>.  <li>Added regression tests for <a href="http://man.openbsd.org/?query=m4&sektion=1">m4(1)</a>.
 <li>End-of-line fixes for <a href="http://man.openbsd.org?query=m4&sektion=1">m4(1)</a>.  <li>End-of-line fixes for <a href="http://man.openbsd.org/?query=m4&sektion=1">m4(1)</a>.
 <li>Remove debug code left in <a href="http://man.openbsd.org?query=sk&sektion=4">sk(4)</a>.  <li>Remove debug code left in <a href="http://man.openbsd.org/?query=sk&sektion=4">sk(4)</a>.
 <li>Check return codes for <a href="http://man.openbsd.org?query=write&sektion=2">write(2)</a> when writing microcode at various places under sys/dev/microcode and cleanup.  <li>Check return codes for <a href="http://man.openbsd.org/?query=write&sektion=2">write(2)</a> when writing microcode at various places under sys/dev/microcode and cleanup.
 <li>Stability fixes for <a href="http://man.openbsd.org?query=ami&sektion=4">ami(4)</a>.  <li>Stability fixes for <a href="http://man.openbsd.org/?query=ami&sektion=4">ami(4)</a>.
 <li>Better documentation for <a href="http://man.openbsd.org?query=spamd&sektion=8">spamd(8)</a>.  <li>Better documentation for <a href="http://man.openbsd.org/?query=spamd&sektion=8">spamd(8)</a>.
 <!-- 2005/05/17 -->  <!-- 2005/05/17 -->
 <li><a href="http://man.openbsd.org?query=epic&sektion=4">epic(4)</a> added to amd64 and <a href="http://man.openbsd.org?query=ep&sektion=4">ep(4)</a> added to RAMDISK_CD.  <li><a href="http://man.openbsd.org/?query=epic&sektion=4">epic(4)</a> added to amd64 and <a href="http://man.openbsd.org/?query=ep&sektion=4">ep(4)</a> added to RAMDISK_CD.
 <li><a href="http://man.openbsd.org?query=epic&sektion=4">epic(4)</a> should work on alpha. Untested.  <li><a href="http://man.openbsd.org/?query=epic&sektion=4">epic(4)</a> should work on alpha. Untested.
 <!-- 2005/05/16 -->  <!-- 2005/05/16 -->
 <li>Document that <a href="http://man.openbsd.org?query=ptrace&sektion=2">ptrace(2)</a> PT_WCOOKIE is on sparc64 as well.  <li>Document that <a href="http://man.openbsd.org/?query=ptrace&sektion=2">ptrace(2)</a> PT_WCOOKIE is on sparc64 as well.
 <li><a href="http://man.openbsd.org?query=epic&sektion=4">epic(4)</a> support works on sparc64 as well.  <li><a href="http://man.openbsd.org/?query=epic&sektion=4">epic(4)</a> support works on sparc64 as well.
 <li>Safe directory creation code in <a href="http://man.openbsd.org?query=patch&sektion=1">patch(1)</a>.  <li>Safe directory creation code in <a href="http://man.openbsd.org/?query=patch&sektion=1">patch(1)</a>.
 <li>Miod is hacking mvme88k code again.  <li>Miod is hacking mvme88k code again.
 <li>In <a href="http://man.openbsd.org?query=pciide&sektion=4">pciide(4)</a>, use FLUSHCACHE EXT instead of FLUSHCACHE for LBA48 operations.  <li>In <a href="http://man.openbsd.org/?query=pciide&sektion=4">pciide(4)</a>, use FLUSHCACHE EXT instead of FLUSHCACHE for LBA48 operations.
 <li><a href="http://man.openbsd.org?query=ep&sektion=4">ep(4)</a> support works on amd64 as well.  <li><a href="http://man.openbsd.org/?query=ep&sektion=4">ep(4)</a> support works on amd64 as well.
 <li>Use <a href="http://man.openbsd.org?query=getopt&sektion=3">getopt(3)</a> in <a href="http://man.openbsd.org?query=rs&sektion=1">rs(1)</a>.  <li>Use <a href="http://man.openbsd.org/?query=getopt&sektion=3">getopt(3)</a> in <a href="http://man.openbsd.org/?query=rs&sektion=1">rs(1)</a>.
 <li>Newer <a href="http://man.openbsd.org?query=wscons&sektion=4">wscons(4)</a> code merge.  <li>Newer <a href="http://man.openbsd.org/?query=wscons&sektion=4">wscons(4)</a> code merge.
 <li><a href="http://man.openbsd.org?query=umass&sektion=4">umass(4)</a> UFI/ATAPI USB devices always need 12 byte scsi commands.  <li><a href="http://man.openbsd.org/?query=umass&sektion=4">umass(4)</a> UFI/ATAPI USB devices always need 12 byte scsi commands.
 <li>Various <a href="http://man.openbsd.org?query=gre&sektion=4">gre(4)</a> improvements; in particular, watch out the default MTU has changed.  <li>Various <a href="http://man.openbsd.org/?query=gre&sektion=4">gre(4)</a> improvements; in particular, watch out the default MTU has changed.
 <li>Share more Sun keyboard map information between USB and serial models.  <li>Share more Sun keyboard map information between USB and serial models.
 <li>Various improvements to the 802.11 <a href="http://man.openbsd.org?query=iwi&sektion=4">iwi(4)</a>,  <li>Various improvements to the 802.11 <a href="http://man.openbsd.org/?query=iwi&sektion=4">iwi(4)</a>,
 <a href="http://man.openbsd.org?query=ural&sektion=4">ural(4)</a>, and  <a href="http://man.openbsd.org/?query=ural&sektion=4">ural(4)</a>, and
 <a href="http://man.openbsd.org?query=ral&sektion=4">ral(4)</a> drivers.  <a href="http://man.openbsd.org/?query=ral&sektion=4">ral(4)</a> drivers.
 <li>Make <a href="http://man.openbsd.org?query=spkr&sektion=4">spkr(4)</a> work on all architectures that have such devices.  <li>Make <a href="http://man.openbsd.org/?query=spkr&sektion=4">spkr(4)</a> work on all architectures that have such devices.
 <li>Handle HP hil boxes seperately from keyboards.  <li>Handle HP hil boxes seperately from keyboards.
 <li>Fix slightly incorrect handling of routing messages in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> and  <li>Fix slightly incorrect handling of routing messages in <a href="http://man.openbsd.org/?query=bgpd&sektion=8">bgpd(8)</a> and
 <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a>.  <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a>.
 <li>Fix overflows in cruddy Kerberos <a href="http://man.openbsd.org?query=compile_et&sektion=1">compile_et(1)</a>.  <li>Fix overflows in cruddy Kerberos <a href="http://man.openbsd.org/?query=compile_et&sektion=1">compile_et(1)</a>.
 <!-- ^ 2005/05/12 -->  <!-- ^ 2005/05/12 -->
 <li>For cats, i386 and amd64, enable <a href="http://man.openbsd.org?query=spkr&sektion=4">spkr(4)</a> by default in GENERIC.  <li>For cats, i386 and amd64, enable <a href="http://man.openbsd.org/?query=spkr&sektion=4">spkr(4)</a> by default in GENERIC.
 <li>Added another <a href="http://man.openbsd.org?query=ural&sektion=4">ural(4)</a> device.  <li>Added another <a href="http://man.openbsd.org/?query=ural&sektion=4">ural(4)</a> device.
 <li>Various small fixes for OpenCVS.  <li>Various small fixes for OpenCVS.
 <li>Several fixes and new code for ageing LSAs in <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a>.  <li>Several fixes and new code for ageing LSAs in <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a>.
 <li>Made it non-fatal for <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a> if it can't calculate a root node.  <li>Made it non-fatal for <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a> if it can't calculate a root node.
 <li>Add several "show database" subcommands to <a href="http://man.openbsd.org?query=ospfctl&sektion=8">ospfctl(8)</a>.  <li>Add several "show database" subcommands to <a href="http://man.openbsd.org/?query=ospfctl&sektion=8">ospfctl(8)</a>.
 <li>Add a bzero() after malloc() on the <a href="http://man.openbsd.org?query=ccd&sektion=4">ccd(4)</a>. Fixes a panic where the second component could wrongly be treated as failed.  <li>Add a bzero() after malloc() on the <a href="http://man.openbsd.org/?query=ccd&sektion=4">ccd(4)</a>. Fixes a panic where the second component could wrongly be treated as failed.
 <li>Development continues on OpenCVS.  <li>Development continues on OpenCVS.
 <li>Fix bugs in <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a> where it could set DR wrongly. Also fixes which makes it possible to drop from DR to BDR.  <li>Fix bugs in <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a> where it could set DR wrongly. Also fixes which makes it possible to drop from DR to BDR.
 <li>Define a keyboard layout for Apple international USB keyboards, and add a specific keymap for portuguese USB keyboard.  <li>Define a keyboard layout for Apple international USB keyboards, and add a specific keymap for portuguese USB keyboard.
 <li>Fixes to <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a> when connected to more than one area, now tracks the number of active neighbors for each area.  <li>Fixes to <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a> when connected to more than one area, now tracks the number of active neighbors for each area.
 <li>Improved the readability of the <a href="http://man.openbsd.org?query=isakmpd.conf&sektion=5">isakmpd.conf(5)</a> manpage.  <li>Improved the readability of the <a href="http://man.openbsd.org/?query=isakmpd.conf&sektion=5">isakmpd.conf(5)</a> manpage.
 <! -- 2005/05/11 -->  <! -- 2005/05/11 -->
 <li>Make Zaurus stop the boot timeout on keypress as other platforms.  <li>Make Zaurus stop the boot timeout on keypress as other platforms.
 <li>Document that <a href="http://man.openbsd.org?query=sensorsd&sektion=8">sensorsd(8)</a> reloads config files on SIGHUP.  <li>Document that <a href="http://man.openbsd.org/?query=sensorsd&sektion=8">sensorsd(8)</a> reloads config files on SIGHUP.
 <li>Check for allocation failures in <a href="http://man.openbsd.org?query=asn1_compile&sektion=1">asn1_compile(1)</a>.  <li>Check for allocation failures in <a href="http://man.openbsd.org/?query=asn1_compile&sektion=1">asn1_compile(1)</a>.
 <li>Fixes for ami driver, improves read performance. Only works for never firmwares.  <li>Fixes for ami driver, improves read performance. Only works for never firmwares.
 <li>Major ABI changes in libc in preparation for multibyte chars. Another libc major bump.  <li>Major ABI changes in libc in preparation for multibyte chars. Another libc major bump.
 <li>In libc, make vfscanf() a real function and use weak_alias for it where possible.  <li>In libc, make vfscanf() a real function and use weak_alias for it where possible.
Line 235 
Line 235 
 <li>Added code for OpenCVS "release" command. Needs more work.  <li>Added code for OpenCVS "release" command. Needs more work.
 <!-- 2005/05/10 -->  <!-- 2005/05/10 -->
 <li>Remove mii_pollstat() from various ethernet drivers that shouldn't call it, since the status is updated by mii_tick().  <li>Remove mii_pollstat() from various ethernet drivers that shouldn't call it, since the status is updated by mii_tick().
 <li>Add some Yukon chipsets to the <a href="http://man.openbsd.org?query=sk&sektion=4">sk(4)</a> driver, add match on Yukon LP for Lite rev. A0.  <li>Add some Yukon chipsets to the <a href="http://man.openbsd.org/?query=sk&sektion=4">sk(4)</a> driver, add match on Yukon LP for Lite rev. A0.
 <li>Don't abort operation in OpenCVS when trying to unlink() a file that has already been removed.  <li>Don't abort operation in OpenCVS when trying to unlink() a file that has already been removed.
 <li>Add ARM optimized version of in4_cksum.  <li>Add ARM optimized version of in4_cksum.
 <li>Dont force default router priority to 0 in <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a> since it can be used as both DR and BDR since quite some time.  <li>Dont force default router priority to 0 in <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a> since it can be used as both DR and BDR since quite some time.
 <li>IPv6 fixes in <a href="http://man.openbsd.org?query=netstat&sektion=1">netstat(1)</a>.  <li>IPv6 fixes in <a href="http://man.openbsd.org/?query=netstat&sektion=1">netstat(1)</a>.
 <li>Import i386 AES asm code from openssl.org.  <li>Import i386 AES asm code from openssl.org.
 <li>Support NULL encryption for ESP in ipsec.  <li>Support NULL encryption for ESP in ipsec.
 <li>Take direction into account when matching source and destination addresses/ports while killing states in PF.  <li>Take direction into account when matching source and destination addresses/ports while killing states in PF.
 <li>Lots of lowlevel hppa fixes.  <li>Lots of lowlevel hppa fixes.
 <li>Remove select() call from <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> monitor code.  <li>Remove select() call from <a href="http://man.openbsd.org/?query=isakmpd&sektion=8">isakmpd(8)</a> monitor code.
 <li>dereference strings in <a href="http://man.openbsd.org?query=ddb&sektion=4">ddb(4)</a> db_printf().  <li>dereference strings in <a href="http://man.openbsd.org/?query=ddb&sektion=4">ddb(4)</a> db_printf().
 <li>Nicer error messages for <a href="http://man.openbsd.org?query=ssh&sektion=1">ssh</a> when returning EADDRINUSE and report real errors if ControlMaster=no forces fallback to normal connect.  <li>Nicer error messages for <a href="http://man.openbsd.org/?query=ssh&sektion=1">ssh</a> when returning EADDRINUSE and report real errors if ControlMaster=no forces fallback to normal connect.
 <li>Remove strcpy() from libssl app code.  <li>Remove strcpy() from libssl app code.
 <li>Add alt-escape key combination for entering <a href="http://man.openbsd.org?query=ddb&sektion=4">ddb(4)</a> on Zaurus.  <li>Add alt-escape key combination for entering <a href="http://man.openbsd.org/?query=ddb&sektion=4">ddb(4)</a> on Zaurus.
 <!-- 2005/05/09 -->  <!-- 2005/05/09 -->
 <li>Add vax optimized version of in4_cksum and deregister/ansify while there.  <li>Add vax optimized version of in4_cksum and deregister/ansify while there.
 <li>Recommitted the <a href="http://man.openbsd.org?query=ld.so&sektion=1">ld.so(1)</a> destructor order fix.  <li>Recommitted the <a href="http://man.openbsd.org/?query=ld.so&sektion=1">ld.so(1)</a> destructor order fix.
 <li>Add <a href="http://man.openbsd.org?query=epic&sektion=4">epic(4)</a> driver, which replaces <a href="http://man.openbsd.org?query=tx&sektion=4">tx(4)</a>. Allows bus_dma, multicast, big endian support and support for another EPIC chipset.  <li>Add <a href="http://man.openbsd.org/?query=epic&sektion=4">epic(4)</a> driver, which replaces <a href="http://man.openbsd.org/?query=tx&sektion=4">tx(4)</a>. Allows bus_dma, multicast, big endian support and support for another EPIC chipset.
 <li>Fixes and updates for alpha root device detection. Makes DS20 (6600) detect the root device.  <li>Fixes and updates for alpha root device detection. Makes DS20 (6600) detect the root device.
 <li>Add alpha optimized version of in4_cksum and deregister/ansify while there.  <li>Add alpha optimized version of in4_cksum and deregister/ansify while there.
 <li>Add <a href="http://man.openbsd.org?query=kbd&sektion=8">kbd(8)</a>,<a href="http://man.openbsd.org?query=mt&sektion=1">mt(1)</a>, <a href="http://man.openbsd.org?query=ping&sektion=8">ping(8)</a> and <a href="http://man.openbsd.org?query=ping6&sektion=8">ping6(8)</a> to hp300 ramdisk.  <li>Add <a href="http://man.openbsd.org/?query=kbd&sektion=8">kbd(8)</a>,<a href="http://man.openbsd.org/?query=mt&sektion=1">mt(1)</a>, <a href="http://man.openbsd.org/?query=ping&sektion=8">ping(8)</a> and <a href="http://man.openbsd.org/?query=ping6&sektion=8">ping6(8)</a> to hp300 ramdisk.
 <li>Sync architectures list from distrib/ with <a href="http://man.openbsd.org?query=kbd&sektion=8">kbd(8)</a>.  <li>Sync architectures list from distrib/ with <a href="http://man.openbsd.org/?query=kbd&sektion=8">kbd(8)</a>.
 <li>Check return values of cvs_getln() in OpenCVS.  <li>Check return values of cvs_getln() in OpenCVS.
 <li>Allow hp300 to compile even if wsmouse devices are missing.  <li>Allow hp300 to compile even if wsmouse devices are missing.
 <li>Add SMC 83C175 to supported devices.  <li>Add SMC 83C175 to supported devices.
Line 265 
Line 265 
 <li>Work on serial comms on arm Xscale to permit one of the UARTS to operate in SIR (Infra Red) mode.  <li>Work on serial comms on arm Xscale to permit one of the UARTS to operate in SIR (Infra Red) mode.
 <li>Support for controlling the infrared LED on Zaurus added.  <li>Support for controlling the infrared LED on Zaurus added.
 <li>Bump Zaurus booter to 2.07. Added symbol loading and a few workarounds.  <li>Bump Zaurus booter to 2.07. Added symbol loading and a few workarounds.
 <li>In <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a>, force as-external routes to point to the router advertising them.  <li>In <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a>, force as-external routes to point to the router advertising them.
 <!-- ^ 2005/05/09 -->  <!-- ^ 2005/05/09 -->
 <li>Fix issue with IPv6 neighbor discovery where prefixes weren't getting purged.  <li>Fix issue with IPv6 neighbor discovery where prefixes weren't getting purged.
 <li>Fix silicon version number and chipset printing in <a href="http://man.openbsd.org?query=ath&sektion=4">ath(4)</a>.  <li>Fix silicon version number and chipset printing in <a href="http://man.openbsd.org/?query=ath&sektion=4">ath(4)</a>.
 <li>Make <a href="http://man.openbsd.org?query=strerror&sektion=3">strerror(3)</a> less likely to truncate the string.  <li>Make <a href="http://man.openbsd.org/?query=strerror&sektion=3">strerror(3)</a> less likely to truncate the string.
 <!-- ^ 2005/05/08 -->  <!-- ^ 2005/05/08 -->
 <li>For hp300 4bpp and 6bpp frame buffers, advertise color and highlighting capabilities after rasops init, so we don't think these are monochrome.  <li>For hp300 4bpp and 6bpp frame buffers, advertise color and highlighting capabilities after rasops init, so we don't think these are monochrome.
 <li>In <a href="http://man.openbsd.org?query=sd&sektion=4">sd(4)</a>, only fake geometry if we know the size of the disk.  <li>In <a href="http://man.openbsd.org/?query=sd&sektion=4">sd(4)</a>, only fake geometry if we know the size of the disk.
 <!-- ^ 2005/05/07 -->  <!-- ^ 2005/05/07 -->
 <li>On <a href="http://man.openbsd.org?query=em&sektion=4">em(4)</a>, enable tx checksum offload.  <li>On <a href="http://man.openbsd.org/?query=em&sektion=4">em(4)</a>, enable tx checksum offload.
 <li>Miod is hacking keyboard map support in <a href="http://man.openbsd.org?query=wscons&sektion=4">wscons(4)</a> and elsewhere.  <li>Miod is hacking keyboard map support in <a href="http://man.openbsd.org/?query=wscons&sektion=4">wscons(4)</a> and elsewhere.
 <li>Provide keyboard maps on hp300 for international <a href="http://man.openbsd.org?query=dnkbd&arch=hp300&sektion=4">dnkbd(4)</a> Domain keyboards.  <li>Provide keyboard maps on hp300 for international <a href="http://man.openbsd.org/?query=dnkbd&arch=hp300&sektion=4">dnkbd(4)</a> Domain keyboards.
 <li>Fix display bug in "show database" in <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a> when member of more than one area.  <li>Fix display bug in "show database" in <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a> when member of more than one area.
 <!-- ^ 2005/05/06 -->  <!-- ^ 2005/05/06 -->
 <li>On sparc64, provide 8x16 and 12x22 fonts even if SMALL_KERNEL defined, just in case they are needed by <a href="http://man.openbsd.org?query=cgthree&arch=sparc64&sektion=4">cgthree(4)</a>.  <li>On sparc64, provide 8x16 and 12x22 fonts even if SMALL_KERNEL defined, just in case they are needed by <a href="http://man.openbsd.org/?query=cgthree&arch=sparc64&sektion=4">cgthree(4)</a>.
 <!-- ^ 2005/05/05 -->  <!-- ^ 2005/05/05 -->
 <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.  <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.
 <!-- ^ 2005/05/04 -->  <!-- ^ 2005/05/04 -->
 <li>Set RUNNING flag on open in <a href="http://man.openbsd.org?query=tun&sektion=4">tun(4)</a>.  <li>Set RUNNING flag on open in <a href="http://man.openbsd.org/?query=tun&sektion=4">tun(4)</a>.
 <li>On amd64 <a href="http://man.openbsd.org?query=ld.so&sektion=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.  <li>On amd64 <a href="http://man.openbsd.org/?query=ld.so&sektion=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.
 <li>Update to libevent 1.0d, keeping local changes.  <li>Update to libevent 1.0d, keeping local changes.
 <li>Kill some unused crud in libsa on i386 and amd64, trims 100 bytes from bootblocks.  <li>Kill some unused crud in libsa on i386 and amd64, trims 100 bytes from bootblocks.
 <li>Fix lost signal condition in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> where child dies before monitor sets its signal handlers.  <li>Fix lost signal condition in <a href="http://man.openbsd.org/?query=isakmpd&sektion=8">isakmpd(8)</a> where child dies before monitor sets its signal handlers.
 <li>Correct printing of large memory chunks in probing during boot.  <li>Correct printing of large memory chunks in probing during boot.
 <li>Repair file mappings above 4gb in <a href="http://man.openbsd.org?query=uvm&sektion=9">uvm(9)</a>.  <li>Repair file mappings above 4gb in <a href="http://man.openbsd.org/?query=uvm&sektion=9">uvm(9)</a>.
 <li>Make hertz calculation in <a href="http://man.openbsd.org?query=gprof&sektion=1">gprof(1)</a> use documented APIs for predictable results. Also fix some issues on amd64.  <li>Make hertz calculation in <a href="http://man.openbsd.org/?query=gprof&sektion=1">gprof(1)</a> use documented APIs for predictable results. Also fix some issues on amd64.
 <!-- ^ 2005/05/03 -->  <!-- ^ 2005/05/03 -->
 <li>Enable rx checksum offloading in <a href="http://man.openbsd.org?query=vge&sektion=4">vge(4)</a>.  <li>Enable rx checksum offloading in <a href="http://man.openbsd.org/?query=vge&sektion=4">vge(4)</a>.
 <li>Fix recently-introduced <a href="http://man.openbsd.org?query=sd&sektion=4">sd(4)</a> crash during boot by not using disklabel values until SDEV_MEDIA_LOADED is checked.  <li>Fix recently-introduced <a href="http://man.openbsd.org/?query=sd&sektion=4">sd(4)</a> crash during boot by not using disklabel values until SDEV_MEDIA_LOADED is checked.
 <li>Avoid an infinite loop in powerpc <a href="http://man.openbsd.org?query=pmap&sektion=9">pmap(9)</a> code.  <li>Avoid an infinite loop in powerpc <a href="http://man.openbsd.org/?query=pmap&sektion=9">pmap(9)</a> code.
 <li>Be more careful with <a href="http://man.openbsd.org?query=snprintf&sektion=3">snprintf(3)</a> in libc and afs.  <li>Be more careful with <a href="http://man.openbsd.org/?query=snprintf&sektion=3">snprintf(3)</a> in libc and afs.
 <li>Add <a href="http://man.openbsd.org?query=ichwdt&sektion=4&arch=i386">ichwdt(4)</a>: Intel 6300ESB ICH watchdog timer driver.  <li>Add <a href="http://man.openbsd.org/?query=ichwdt&sektion=4&arch=i386">ichwdt(4)</a>: Intel 6300ESB ICH watchdog timer driver.
 <!-- ^ 2005/05/02 -->  <!-- ^ 2005/05/02 -->
 <li>On sparc64, use optimized machine-dependent in_{4}cksum that gives a big performance boost.  <li>On sparc64, use optimized machine-dependent in_{4}cksum that gives a big performance boost.
 <li>Make <a href="http://man.openbsd.org?query=ddb&sektion=4">ddb(4)</a> more useful on zaurus by loading symbol table to the end of data/bss.  <li>Make <a href="http://man.openbsd.org/?query=ddb&sektion=4">ddb(4)</a> more useful on zaurus by loading symbol table to the end of data/bss.
 <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.  <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.
 <li>Use setres[ug]id for privilege dropping in <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a>, <a href="http://man.openbsd.org?query=dhcpd&sektion=8">dhcpd(8)</a>, and elsewhere.  <li>Use setres[ug]id for privilege dropping in <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a>, <a href="http://man.openbsd.org/?query=dhcpd&sektion=8">dhcpd(8)</a>, and elsewhere.
 <li>On mac68k, support a bunch more video cards (e.g. Miro PRISMA GX).  <li>On mac68k, support a bunch more video cards (e.g. Miro PRISMA GX).
 <li>Fix issue with maximum sendqueue size on <a href="http://man.openbsd.org?query=em&sektion=4">em(4)</a>.  <li>Fix issue with maximum sendqueue size on <a href="http://man.openbsd.org/?query=em&sektion=4">em(4)</a>.
 <!-- ^ 2005/05/01 -->  <!-- ^ 2005/05/01 -->
 <li>Run password strength checking regexes as user in <a href="http://man.openbsd.org?query=passwd&sektion=1">passwd(1)</a>. Regexes are scary.  <li>Run password strength checking regexes as user in <a href="http://man.openbsd.org/?query=passwd&sektion=1">passwd(1)</a>. Regexes are scary.
 <li>Let <a href="http://man.openbsd.org?query=dc&sektion=4">dc(4)</a> drain send queue so it can recover from link loss during heavy transmit.  <li>Let <a href="http://man.openbsd.org/?query=dc&sektion=4">dc(4)</a> drain send queue so it can recover from link loss during heavy transmit.
 <li>Fix link state change and station address retrieval on <a href="http://man.openbsd.org?query=vge&sektion=4">vge(4)</a>.  <li>Fix link state change and station address retrieval on <a href="http://man.openbsd.org/?query=vge&sektion=4">vge(4)</a>.
 <li>Allow <a href="http://man.openbsd.org?query=fsck_ext2fs&sektion=8">fsck_ext2fs(8)</a> to check filesystems that have (or once had) files &gt; 4GB.  <li>Allow <a href="http://man.openbsd.org/?query=fsck_ext2fs&sektion=8">fsck_ext2fs(8)</a> to check filesystems that have (or once had) files &gt; 4GB.
 <li>Fix libstdc++'s printing of floating points. Bump major.  <li>Fix libstdc++'s printing of floating points. Bump major.
 <li>Bump libc major version after changing FILE internals.  <li>Bump libc major version after changing FILE internals.
 <li>Add isw* widechar classification functions to libc from citrus.  <li>Add isw* widechar classification functions to libc from citrus.
 <li>Hopefully make checksum offloading happen on most <a href="http://man.openbsd.org?query=re&sektion=4">re(4)</a> devices.  <li>Hopefully make checksum offloading happen on most <a href="http://man.openbsd.org/?query=re&sektion=4">re(4)</a> devices.
 <!-- ^ 2005/04/30 -->  <!-- ^ 2005/04/30 -->
 <li>Use new MI timecounter code on mips64.  <li>Use new MI timecounter code on mips64.
 <li>Add Fan3 support for IT8712 <a href="http://man.openbsd.org?query=it&sektion=4">it(4)</a> chip.  <li>Add Fan3 support for IT8712 <a href="http://man.openbsd.org/?query=it&sektion=4">it(4)</a> chip.
 <li>On amd64, make boot code use real mode with 64k segments instead of 1M. Improves stability with some controllers.  <li>On amd64, make boot code use real mode with 64k segments instead of 1M. Improves stability with some controllers.
 <!-- ^ 2005/04/29 -->  <!-- ^ 2005/04/29 -->
 <li>Import OpenSSL-0.9.7g on all arches.  <li>Import OpenSSL-0.9.7g on all arches.
 <li>Support ATI IXP 400 SATA <a href="http://man.openbsd.org?query=pciide&sektion=4">pciide(4)</a>, which is a Silicon Image 3112 in sheep's clothing.  <li>Support ATI IXP 400 SATA <a href="http://man.openbsd.org/?query=pciide&sektion=4">pciide(4)</a>, which is a Silicon Image 3112 in sheep's clothing.
 <li>In <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>, support "network connected" and "network static": announce directly connected and static routes, and dynamically update when routes change.  <li>In <a href="http://man.openbsd.org/?query=bgpd&sektion=8">bgpd(8)</a>, support "network connected" and "network static": announce directly connected and static routes, and dynamically update when routes change.
 <!-- ^ 2005/04/28 -->  <!-- ^ 2005/04/28 -->
 <li>Be more consistent about NUL termination in <a href="http://man.openbsd.org?query=pax&sektion=1">pax(1)</a>'s handling of ustar headers.  <li>Be more consistent about NUL termination in <a href="http://man.openbsd.org/?query=pax&sektion=1">pax(1)</a>'s handling of ustar headers.
 <li>Improve support for <a href="http://man.openbsd.org?query=umass&sektion=4">umass(4)</a>-based devices with multiple LUNs (e.g. card readers supporting multiple formats).  <li>Improve support for <a href="http://man.openbsd.org/?query=umass&sektion=4">umass(4)</a>-based devices with multiple LUNs (e.g. card readers supporting multiple formats).
 <li>Fix a potential infinite loop in <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>'s printing of BGP packets.  <li>Fix a potential infinite loop in <a href="http://man.openbsd.org/?query=tcpdump&sektion=8">tcpdump(8)</a>'s printing of BGP packets.
 <li>Fix interrupt handling issues in <a href="http://man.openbsd.org?query=osiop&sektion=4">osiop(4)</a> driver, which makes mvme88k happier.  <li>Fix interrupt handling issues in <a href="http://man.openbsd.org/?query=osiop&sektion=4">osiop(4)</a> driver, which makes mvme88k happier.
 <li>Recognize Audiovox RTM-8000 GSM/GPRS CF card.  <li>Recognize Audiovox RTM-8000 GSM/GPRS CF card.
 <li>Support gcc trampolines support on m88k. Will support luna88k and mvme88k later.  <li>Support gcc trampolines support on m88k. Will support luna88k and mvme88k later.
 <!-- ^ 2005/04/27 -->  <!-- ^ 2005/04/27 -->
 <li>Whack strcpy and sprintf in libstdc++, lets us pass our testsuite again.  <li>Whack strcpy and sprintf in libstdc++, lets us pass our testsuite again.
 <li>Support cdrom booting on sgi.  <li>Support cdrom booting on sgi.
 <li>Use new NuBus slot space mapping/probing code utilizing <a href="http://man.openbsd.org?query=bus_space&sektion=9">bus_space(9)</a> for mac68k.  <li>Use new NuBus slot space mapping/probing code utilizing <a href="http://man.openbsd.org/?query=bus_space&sektion=9">bus_space(9)</a> for mac68k.
 <!-- ^ 2005/04/26 -->  <!-- ^ 2005/04/26 -->
 <li>Make <a href="http://man.openbsd.org?query=boot&arch=i386&sektion=8">boot(8)</a> use real mode with 64k segments instead of 1M segments. Improves stability on finicky disk controller cards.  <li>Make <a href="http://man.openbsd.org/?query=boot&arch=i386&sektion=8">boot(8)</a> use real mode with 64k segments instead of 1M segments. Improves stability on finicky disk controller cards.
 <li>On hppa, correctly handle boot drives with SCSI ID >= 10.  <li>On hppa, correctly handle boot drives with SCSI ID >= 10.
 <li>Swap a delay for a <a href="http://man.openbsd.org?query=tsleep&sektion=9">tsleep(9)</a> in <a href="http://man.openbsd.org?query=eap&sektion=4">eap(4)</a>, makes Ensoniq CT5880 cards work.  <li>Swap a delay for a <a href="http://man.openbsd.org/?query=tsleep&sektion=9">tsleep(9)</a> in <a href="http://man.openbsd.org/?query=eap&sektion=4">eap(4)</a>, makes Ensoniq CT5880 cards work.
 <!-- ^ 2005/04/25 -->  <!-- ^ 2005/04/25 -->
 <li>Add microcode to support interrupt mitigation on <a href="http://man.openbsd.org?query=fxp&sektion=4">fxp(4)</a> 82551 F stepping chipset. Big performance boost.  <li>Add microcode to support interrupt mitigation on <a href="http://man.openbsd.org/?query=fxp&sektion=4">fxp(4)</a> 82551 F stepping chipset. Big performance boost.
 <li>Add <a href="http://man.openbsd.org?query=ztsscale&arch=zaurus&sektion=8">ztsscale(8)</a>, our new Zaurus touchscreen calibration tool.  <li>Add <a href="http://man.openbsd.org/?query=ztsscale&arch=zaurus&sektion=8">ztsscale(8)</a>, our new Zaurus touchscreen calibration tool.
 <!-- ^ 2005/04/24 -->  <!-- ^ 2005/04/24 -->
 <li>Support setting the MTU in <a href="http://man.openbsd.org?query=dc&sektion=4">dc(4)</a>.  <li>Support setting the MTU in <a href="http://man.openbsd.org/?query=dc&sektion=4">dc(4)</a>.
 <li>Keep <a href="http://man.openbsd.org?query=syslog&sektion=3">syslog(3)</a> from spewing uninteresting things onto the console by default.  <li>Keep <a href="http://man.openbsd.org/?query=syslog&sektion=3">syslog(3)</a> from spewing uninteresting things onto the console by default.
 <li>Fix a load of stability issues in ufs by paying more attention to failed operations.  <li>Fix a load of stability issues in ufs by paying more attention to failed operations.
 <!-- ^ 2005/04/23 -->  <!-- ^ 2005/04/23 -->
 <li>Fix newer Xircom CBE2-100 <a href="http://man.openbsd.org?query=dc&sektion=4">dc(4)</a> cards by making sure we attach to MII first.  <li>Fix newer Xircom CBE2-100 <a href="http://man.openbsd.org/?query=dc&sektion=4">dc(4)</a> cards by making sure we attach to MII first.
 <li>Make sure bus-mastering is enabled for <a href="http://man.openbsd.org?query=de&sektion=4">de(4)</a>.  <li>Make sure bus-mastering is enabled for <a href="http://man.openbsd.org/?query=de&sektion=4">de(4)</a>.
 <li>Make <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a> deal with MTU of 0 in the DB exchange packet. Fixes interop with Extreme Summit24 switches.  <li>Make <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a> deal with MTU of 0 in the DB exchange packet. Fixes interop with Extreme Summit24 switches.
 <li>Add <a href="http://man.openbsd.org?query=dnkbd&arch=hp300&sektion=4">dnkbd(4)</a>, a driver for the Apollo Domain keyboard and mouse for the HP 9000/4xx.  <li>Add <a href="http://man.openbsd.org/?query=dnkbd&arch=hp300&sektion=4">dnkbd(4)</a>, a driver for the Apollo Domain keyboard and mouse for the HP 9000/4xx.
 <li>Fix a rare <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a> synproxy connection hang after handshake.  <li>Fix a rare <a href="http://man.openbsd.org/?query=pf&sektion=4">pf(4)</a> synproxy connection hang after handshake.
 <!-- ^ 2005/04/22 -->  <!-- ^ 2005/04/22 -->
 <li>Import libevent 1.0c, keeping our local improvements.  <li>Import libevent 1.0c, keeping our local improvements.
 <li>Correctly handle allocations of size 1 at <a href="http://man.openbsd.org?query=extent&sektion=9">extent(9)</a> boundary. Add a regress test for it.  <li>Correctly handle allocations of size 1 at <a href="http://man.openbsd.org/?query=extent&sektion=9">extent(9)</a> boundary. Add a regress test for it.
 <li>Fix <a href="http://man.openbsd.org?query=vi&sektion=1">vi(1)</a>'s handling of continuous resize events.  <li>Fix <a href="http://man.openbsd.org/?query=vi&sektion=1">vi(1)</a>'s handling of continuous resize events.
 <li>Fix inverted logic in <a href="http://man.openbsd.org?query=ohci&sektion=4">ohci(4)</a> when switching between SMM keyboard+mouse mode.  <li>Fix inverted logic in <a href="http://man.openbsd.org/?query=ohci&sektion=4">ohci(4)</a> when switching between SMM keyboard+mouse mode.
 <li>Fix various issues with <a href="http://man.openbsd.org?query=ste&sektion=4">ste(4)</a>: ignore phantom phy, deal with unreadable MAC address, etc.  <li>Fix various issues with <a href="http://man.openbsd.org/?query=ste&sektion=4">ste(4)</a>: ignore phantom phy, deal with unreadable MAC address, etc.
 <!-- ^ 2005/04/21 -->  <!-- ^ 2005/04/21 -->
 <li>In <a href="http://man.openbsd.org?query=ftp&sektion=1">ftp(1)</a>, limit redirect recursion.  <li>In <a href="http://man.openbsd.org/?query=ftp&sektion=1">ftp(1)</a>, limit redirect recursion.
 <li>Keep track of the number of FPU lazy context switches on all supported architectures for <a href="http://man.openbsd.org?query=vmstat&sektion=8">vmstat(8)</a>.  <li>Keep track of the number of FPU lazy context switches on all supported architectures for <a href="http://man.openbsd.org/?query=vmstat&sektion=8">vmstat(8)</a>.
 <li>Simulate pgup, pgdown, home, and end on Zaurus by using fn + arrow keys.  <li>Simulate pgup, pgdown, home, and end on Zaurus by using fn + arrow keys.
 <li>Make <a href="http://man.openbsd.org?query=vlan&sektion=4">vlan(4)</a> aware of the underlying link state, and report that up to other interfaces layered on top.  <li>Make <a href="http://man.openbsd.org/?query=vlan&sektion=4">vlan(4)</a> aware of the underlying link state, and report that up to other interfaces layered on top.
 <li>Add generic link state hooks to <a href="http://man.openbsd.org?query=carp&sektion=4">carp(4)</a>.  <li>Add generic link state hooks to <a href="http://man.openbsd.org/?query=carp&sektion=4">carp(4)</a>.
 <li>Fix potential security issues in GNU <a href="http://man.openbsd.org?query=cvs&sektion=1">cvs(1)</a> client (CAN-2005-0753).<br>  <li>Fix potential security issues in GNU <a href="http://man.openbsd.org/?query=cvs&sektion=1">cvs(1)</a> client (CAN-2005-0753).<br>
     <a href="errata37.html#cvs">A source code patch is available</a>.<br>      <a href="errata37.html#cvs">A source code patch is available</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <li>Enable <a href="http://man.openbsd.org?query=ural&sektion=4">ural(4)</a> on alpha.  <li>Enable <a href="http://man.openbsd.org/?query=ural&sektion=4">ural(4)</a> on alpha.
 <!-- ^ 2005/04/20 -->  <!-- ^ 2005/04/20 -->
 <li>Support 802.11a and 802.11b on Atheros 5211 <a href="http://man.openbsd.org?query=ath&sektion=4">ath(4)</a>. Pure 802.11g mode may also work now.  <li>Support 802.11a and 802.11b on Atheros 5211 <a href="http://man.openbsd.org/?query=ath&sektion=4">ath(4)</a>. Pure 802.11g mode may also work now.
 <li>Support new SiS PCI SATA devices in <a href="http://man.openbsd.org?query=pciide&sektion=4">pciide(4)</a>: SiS 180, 181, 661 and 760.  <li>Support new SiS PCI SATA devices in <a href="http://man.openbsd.org/?query=pciide&sektion=4">pciide(4)</a>: SiS 180, 181, 661 and 760.
 <li>Add initial support for a new platform: <a href="http://www.openbsd.org/solbourne.html">Solbourne</a>. Still in its earliest stages.  <li>Add initial support for a new platform: <a href="http://www.openbsd.org/solbourne.html">Solbourne</a>. Still in its earliest stages.
 <li>Use <a href="http://man.openbsd.org?query=pool&sektion=9">pool(9)</a> allocator for vndbuf's in <a href="http://man.openbsd.org?query=vnd&sektion=4">vnd(4)</a>.  <li>Use <a href="http://man.openbsd.org/?query=pool&sektion=9">pool(9)</a> allocator for vndbuf's in <a href="http://man.openbsd.org/?query=vnd&sektion=4">vnd(4)</a>.
 <li>Fix issue with isochronous pipes in <a href="http://man.openbsd.org?query=uhci&sektion=4">uhci(4)</a>.  <li>Fix issue with isochronous pipes in <a href="http://man.openbsd.org/?query=uhci&sektion=4">uhci(4)</a>.
 <!-- ^ 2005/04/19 -->  <!-- ^ 2005/04/19 -->
 <li>OpenCVS progress: much smarter handling of Entries files, and support update flags -P, -A, and -d.  <li>OpenCVS progress: much smarter handling of Entries files, and support update flags -P, -A, and -d.
 <li>More <a href="http://man.openbsd.org?query=snprintf&sektion=3">snprintf(3)</a> cleanup for <a href="http://man.openbsd.org?query=dhcpd&sektion=8">dhcpd(8)</a>, <a href="http://man.openbsd.org?query=sendmail&sektion=8">sendmail(8)</a>, and <a href="http://man.openbsd.org?query=dhcrelay&sektion=8">dhcrelay(8)</a>. We care a lot, even if others don't.  <li>More <a href="http://man.openbsd.org/?query=snprintf&sektion=3">snprintf(3)</a> cleanup for <a href="http://man.openbsd.org/?query=dhcpd&sektion=8">dhcpd(8)</a>, <a href="http://man.openbsd.org/?query=sendmail&sektion=8">sendmail(8)</a>, and <a href="http://man.openbsd.org/?query=dhcrelay&sektion=8">dhcrelay(8)</a>. We care a lot, even if others don't.
 <li>Bye bye libcurses++.  It's GPL and nobody uses it.  <li>Bye bye libcurses++.  It's GPL and nobody uses it.
 <li>Plug memory leaks and a potential use-after-free in <a href="http://man.openbsd.org?query=ctags&sektion=1">ctags(1)</a>.  <li>Plug memory leaks and a potential use-after-free in <a href="http://man.openbsd.org/?query=ctags&sektion=1">ctags(1)</a>.
 <li>In <a href="http://man.openbsd.org?query=ntpd&sektion=8">ntpd(8)</a>, don't use a reply with negative delay (could happen when -s option used).  <li>In <a href="http://man.openbsd.org/?query=ntpd&sektion=8">ntpd(8)</a>, don't use a reply with negative delay (could happen when -s option used).
 <!-- ^ 2005/04/18 -->  <!-- ^ 2005/04/18 -->
 <li>Fix <a href="http://man.openbsd.org?query=vlan&sektion=4">vlan(4)</a> tag handling issues and panics when parent interface is not running.  <li>Fix <a href="http://man.openbsd.org/?query=vlan&sektion=4">vlan(4)</a> tag handling issues and panics when parent interface is not running.
 <li>On ppc, generate a SIGTRAP instead of a SIGILL for breakpoint instructions.  <li>On ppc, generate a SIGTRAP instead of a SIGILL for breakpoint instructions.
 <li>Improve Sun4m page table performance by getting rid of an instruction that ends up being a no-op.  <li>Improve Sun4m page table performance by getting rid of an instruction that ends up being a no-op.
 <li>Work around a firmware crash in Intel 2915ABG <a href="http://man.openbsd.org?query=iwi&sektion=4">iwi(4)</a> devices in 802.11a mode.  <li>Work around a firmware crash in Intel 2915ABG <a href="http://man.openbsd.org/?query=iwi&sektion=4">iwi(4)</a> devices in 802.11a mode.
 <!-- ^ 2005/04/17 -->  <!-- ^ 2005/04/17 -->
 <li>Recognize some more Radeon 9800 Pro, Radeon 9200, and GeForce FX Go 5700 cards.  <li>Recognize some more Radeon 9800 Pro, Radeon 9200, and GeForce FX Go 5700 cards.
 <li>In <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a>, set F_STATIC flag earlier else the default route will end up as non-static  <li>In <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a>, set F_STATIC flag earlier else the default route will end up as non-static
 <li>Allow Zaurus installer to install to any of the four possible DOS MBR partitions.  <li>Allow Zaurus installer to install to any of the four possible DOS MBR partitions.
 <li>Recognize MegaRAID SATA 8 channel in <a href="http://man.openbsd.org?query=ami&sektion=4">ami(4)</a>.  <li>Recognize MegaRAID SATA 8 channel in <a href="http://man.openbsd.org/?query=ami&sektion=4">ami(4)</a>.
 <li>More <a href="http://man.openbsd.org?query=snprintf&sektion=3">snprintf(3)</a> handling cleanup in <a href="http://man.openbsd.org?query=named&sektion=8">named(8)</a>, <a href="http://man.openbsd.org?query=user&sektion=8">user(8)</a>, <a href="http://man.openbsd.org?query=fsck_ffs&sektion=8">fsck_ffs(8)</a>, <a href="http://man.openbsd.org?query=amd&sektion=8">amd(8)</a>, and <a href="http://man.openbsd.org?query=usb&sektion=4">usb(4)</a>. You will thank us later.  <li>More <a href="http://man.openbsd.org/?query=snprintf&sektion=3">snprintf(3)</a> handling cleanup in <a href="http://man.openbsd.org/?query=named&sektion=8">named(8)</a>, <a href="http://man.openbsd.org/?query=user&sektion=8">user(8)</a>, <a href="http://man.openbsd.org/?query=fsck_ffs&sektion=8">fsck_ffs(8)</a>, <a href="http://man.openbsd.org/?query=amd&sektion=8">amd(8)</a>, and <a href="http://man.openbsd.org/?query=usb&sektion=4">usb(4)</a>. You will thank us later.
 <li>Make <a href="http://man.openbsd.org?query=gcc&sektion=1">gcc(1)</a> -Wformat realize that our <a href="http://man.openbsd.org?query=printf&sektion=9">printf(9)</a> knows about %q and %ll.  <li>Make <a href="http://man.openbsd.org/?query=gcc&sektion=1">gcc(1)</a> -Wformat realize that our <a href="http://man.openbsd.org/?query=printf&sektion=9">printf(9)</a> knows about %q and %ll.
 <li>Fix <a href="http://man.openbsd.org?query=mount_ntfs&sektion=8">NTFS</a> panic due to stubbed out locking code.  <li>Fix <a href="http://man.openbsd.org/?query=mount_ntfs&sektion=8">NTFS</a> panic due to stubbed out locking code.
 <li>Add <a href="http://man.openbsd.org?query=ueagle&sektion=4">ueagle(4)</a> driver for ADI Eagle chipset ADSL modems.  <li>Add <a href="http://man.openbsd.org/?query=ueagle&sektion=4">ueagle(4)</a> driver for ADI Eagle chipset ADSL modems.
 <li>Fix an mbuf leak in <a href="http://man.openbsd.org?query=ral&sektion=4">ral(4)</a>.  <li>Fix an mbuf leak in <a href="http://man.openbsd.org/?query=ral&sektion=4">ral(4)</a>.
 <!-- ^ 2005/04/16 -->  <!-- ^ 2005/04/16 -->
 <li>Make installer deal with DHCP failure due to no link status.  <li>Make installer deal with DHCP failure due to no link status.
 <li>Recognize <a href="http://man.openbsd.org?query=usb&sektion=4">usb(4)</a> Araneus True Random Number Generator.  <li>Recognize <a href="http://man.openbsd.org/?query=usb&sektion=4">usb(4)</a> Araneus True Random Number Generator.
 <!-- ^ 2005/04/15 -->  <!-- ^ 2005/04/15 -->
 <li>Add <a href="http://man.openbsd.org?query=zaudio&arch=zaurus&sektion=4">zaudio(4)</a>: audio playback support for Zaurus SL-C3000.  <li>Add <a href="http://man.openbsd.org/?query=zaudio&arch=zaurus&sektion=4">zaudio(4)</a>: audio playback support for Zaurus SL-C3000.
 <li>Add <a href="http://man.openbsd.org?query=pxadmac&arch=zaurus&sektion=4">pxadmac(4)</a>: pxa2x0 DMA controller.  <li>Add <a href="http://man.openbsd.org/?query=pxadmac&arch=zaurus&sektion=4">pxadmac(4)</a>: pxa2x0 DMA controller.
 <li>Add <a href="http://man.openbsd.org?query=luphy&sektion=4">luphy(4)</a>: a PHY driver for Lucent LU6612 10/100 PHY used on PCI quad port <a href="http://man.openbsd.org?query=hme&sektion=4">hme(4)</a>'s and other newer Sun systems with hme(4)'s.  <li>Add <a href="http://man.openbsd.org/?query=luphy&sektion=4">luphy(4)</a>: a PHY driver for Lucent LU6612 10/100 PHY used on PCI quad port <a href="http://man.openbsd.org/?query=hme&sektion=4">hme(4)</a>'s and other newer Sun systems with hme(4)'s.
 <li>In <a href="http://man.openbsd.org?query=compress&sektion=1">compress(1)</a>, apply <a href="http://man.openbsd.org?query=futimes&sektion=2">futimes(2)</a>/<a href="http://man.openbsd.org?query=fchflags&sektion=2">fchflags(2)</a>/<a href="http://man.openbsd.org?query=fchmod&sektion=2">fchmod(2)</a> before closing descriptors.  <li>In <a href="http://man.openbsd.org/?query=compress&sektion=1">compress(1)</a>, apply <a href="http://man.openbsd.org/?query=futimes&sektion=2">futimes(2)</a>/<a href="http://man.openbsd.org/?query=fchflags&sektion=2">fchflags(2)</a>/<a href="http://man.openbsd.org/?query=fchmod&sektion=2">fchmod(2)</a> before closing descriptors.
 <li>Make <a href="http://man.openbsd.org?query=spamd&sektion=8">spamd(8)</a> stutter at greylisted connections for 10 seconds. Most spammers disconnect by then.  <li>Make <a href="http://man.openbsd.org/?query=spamd&sektion=8">spamd(8)</a> stutter at greylisted connections for 10 seconds. Most spammers disconnect by then.
 <!-- ^ 2005/04/14 -->  <!-- ^ 2005/04/14 -->
 <li>When synproxy state is used in <a href="http://man.openbsd.org?query=pf&sektion=4">pf(4)</a>, make sure outgoing proxy packets use the tag from the original state entry.  <li>When synproxy state is used in <a href="http://man.openbsd.org/?query=pf&sektion=4">pf(4)</a>, make sure outgoing proxy packets use the tag from the original state entry.
 <li>Add <a href="http://man.openbsd.org?query=hostapd&sektion=8">hostapd(8)</a>, our new 802.11f Host AP daemon that connects AP's together to track roaming clients.  <li>Add <a href="http://man.openbsd.org/?query=hostapd&sektion=8">hostapd(8)</a>, our new 802.11f Host AP daemon that connects AP's together to track roaming clients.
 <li>Add wide-char functions such as <a href="http://man.openbsd.org?query=wcscmp&sektion=3">wcscmp(3)</a> to libc. Wide char support is very minimal at this stage.  <li>Add wide-char functions such as <a href="http://man.openbsd.org/?query=wcscmp&sektion=3">wcscmp(3)</a> to libc. Wide char support is very minimal at this stage.
 <li>Support some more <a href="http://man.openbsd.org?query=ural&sektion=4">ural(4)</a> devices.  <li>Support some more <a href="http://man.openbsd.org/?query=ural&sektion=4">ural(4)</a> devices.
 <li>In <a href="http://man.openbsd.org?query=bgpctl&sektion=8">bgpctl(8)</a>, show if a route is rejected or blackholed in fib output.  <li>In <a href="http://man.openbsd.org/?query=bgpctl&sektion=8">bgpctl(8)</a>, show if a route is rejected or blackholed in fib output.
 <!-- ^ 2005/04/13 -->  <!-- ^ 2005/04/13 -->
 <li>On Zaurus, resume only if lid is open and power key pressed.  <li>On Zaurus, resume only if lid is open and power key pressed.
 <li>During install, allow any valid <a href="http://man.openbsd.org?query=kbd&sektion=8">kbd(8)</a> mapping to be specified.  <li>During install, allow any valid <a href="http://man.openbsd.org/?query=kbd&sektion=8">kbd(8)</a> mapping to be specified.
 <li>Add blink functionality in <a href="http://man.openbsd.org?query=ses&sektion=4">ses(4)</a>, so that SCSI enclosures are more useful.  Document how to do this with <a href="http://man.openbsd.org?query=bioctl&sektion=8">bioctl(8)</a>.  <li>Add blink functionality in <a href="http://man.openbsd.org/?query=ses&sektion=4">ses(4)</a>, so that SCSI enclosures are more useful.  Document how to do this with <a href="http://man.openbsd.org/?query=bioctl&sektion=8">bioctl(8)</a>.
 <li>Support per-prefix weights in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>, to tip prefixes with equally long AS paths in one direction.  <li>Support per-prefix weights in <a href="http://man.openbsd.org/?query=bgpd&sektion=8">bgpd(8)</a>, to tip prefixes with equally long AS paths in one direction.
 <li>Add -W option to <a href="http://man.openbsd.org?query=netstat&sektion=1">netstat(1)</a> to display 802.11 statistics.  <li>Add -W option to <a href="http://man.openbsd.org/?query=netstat&sektion=1">netstat(1)</a> to display 802.11 statistics.
 <li>Add new 'redistribute' option to <a href="http://man.openbsd.org?query=ospfd.conf&sektion=5">ospfd.conf(5)</a>, which tells <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a> to announce certain external routes.  <li>Add new 'redistribute' option to <a href="http://man.openbsd.org/?query=ospfd.conf&sektion=5">ospfd.conf(5)</a>, which tells <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a> to announce certain external routes.
 <li>Fix PMTU discovery when tunneling IP-in-IP in transport mode IPSEC.  <li>Fix PMTU discovery when tunneling IP-in-IP in transport mode IPSEC.
 <!-- ^ 2005/04/12 -->  <!-- ^ 2005/04/12 -->
 <li>Make <a href="http://man.openbsd.org?query=dhcpd&sektion=8">dhcpd(8)</a> log to stderr instead of syslog when -d option is given.  <li>Make <a href="http://man.openbsd.org/?query=dhcpd&sektion=8">dhcpd(8)</a> log to stderr instead of syslog when -d option is given.
 <li>In <a href="http://man.openbsd.org?query=sppp&sektion=4">sppp(4)</a>, ignore lcp up/down events in cisco mode.  <li>In <a href="http://man.openbsd.org/?query=sppp&sektion=4">sppp(4)</a>, ignore lcp up/down events in cisco mode.
 <li>Increase random stackgap size appropriately for each architecture.  <li>Increase random stackgap size appropriately for each architecture.
 <li>Start sweep for <a href="http://man.openbsd.org?query=snprintf&sektion=3">snprintf(3)</a> return value mishandling and truncation, the logical next step after sprintf->snprintf conversion. You will thank us later.  <li>Start sweep for <a href="http://man.openbsd.org/?query=snprintf&sektion=3">snprintf(3)</a> return value mishandling and truncation, the logical next step after sprintf->snprintf conversion. You will thank us later.
 <!-- ^ 2005/04/11 -->  <!-- ^ 2005/04/11 -->
 <li>On Zaurus, handle battery-low events by suspending.  <li>On Zaurus, handle battery-low events by suspending.
 <li>Fix <a href="http://man.openbsd.org?query=pax&sektion=1">pax(1)</a> problem handling ustar entries with exactly 100 characters. Add pax regress tests.  <li>Fix <a href="http://man.openbsd.org/?query=pax&sektion=1">pax(1)</a> problem handling ustar entries with exactly 100 characters. Add pax regress tests.
 <li>Further restrict the allowed actions in privsep <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a> depending on command-line options.  <li>Further restrict the allowed actions in privsep <a href="http://man.openbsd.org/?query=tcpdump&sektion=8">tcpdump(8)</a> depending on command-line options.
 <!-- ^ 2005/04/10 -->  <!-- ^ 2005/04/10 -->
 <li>Make <a href="http://man.openbsd.org?query=ehci&sektion=4">ehci(4)</a> devices handle suspend/resume without detaching and reattaching.  <li>Make <a href="http://man.openbsd.org/?query=ehci&sektion=4">ehci(4)</a> devices handle suspend/resume without detaching and reattaching.
 <li>In <a href="http://man.openbsd.org?query=em&sektion=4">em(4)</a>, gather error stats with a finer interval.  <li>In <a href="http://man.openbsd.org/?query=em&sektion=4">em(4)</a>, gather error stats with a finer interval.
 <li>Deprecate <a href="http://man.openbsd.org?query=sprintf&sektion=3">sprintf(3)</a> in libstdc++ and crank major version.  <li>Deprecate <a href="http://man.openbsd.org/?query=sprintf&sektion=3">sprintf(3)</a> in libstdc++ and crank major version.
 <li>Support ICH6M <a href="http://man.openbsd.org?query=pciide&sektion=4">IDE</a> controllers.  <li>Support ICH6M <a href="http://man.openbsd.org/?query=pciide&sektion=4">IDE</a> controllers.
 <li>Support Buffalo WLI-CB-B11 in <a href="http://man.openbsd.org?query=rtw&sektion=4">rtw(4)</a>.  <li>Support Buffalo WLI-CB-B11 in <a href="http://man.openbsd.org/?query=rtw&sektion=4">rtw(4)</a>.
 <li>Begin major overhaul of VPN-related man pages: <a href="http://man.openbsd.org?query=vpn&sektion=8">vpn(8)</a>, <a href="http://man.openbsd.org?query=ipsec.conf&sektion=5">ipsec.conf(5)</a>, and <a href="http://man.openbsd.org?query=isakmpd.conf&sektion=5">isakmpd.conf(5)</a>.  <li>Begin major overhaul of VPN-related man pages: <a href="http://man.openbsd.org/?query=vpn&sektion=8">vpn(8)</a>, <a href="http://man.openbsd.org/?query=ipsec.conf&sektion=5">ipsec.conf(5)</a>, and <a href="http://man.openbsd.org/?query=isakmpd.conf&sektion=5">isakmpd.conf(5)</a>.
 <li>Use vendor ID register for chip-matching in <a href="http://man.openbsd.org?query=it&sektion=4">it(4)</a> instead of configuration register patterns.  <li>Use vendor ID register for chip-matching in <a href="http://man.openbsd.org/?query=it&sektion=4">it(4)</a> instead of configuration register patterns.
 <li>During install, create all disk, CD, and tape devices found in dmesg.boot, instead of just the ones used during install.  <li>During install, create all disk, CD, and tape devices found in dmesg.boot, instead of just the ones used during install.
 <li>If, at boot, we find an /etc/resolv.conf.save, swap it back so we're in the right state when we start.  <li>If, at boot, we find an /etc/resolv.conf.save, swap it back so we're in the right state when we start.
 <!-- ^ 2005/04/09 -->  <!-- ^ 2005/04/09 -->
 <li>Fix rbus on big memory i386 machines (used by <a href="http://man.openbsd.org?query=cbb&sektion=4">cbb(4)</a> pcmcia).  <li>Fix rbus on big memory i386 machines (used by <a href="http://man.openbsd.org/?query=cbb&sektion=4">cbb(4)</a> pcmcia).
 <li>On zaurus, synchronize synchronize ADS7846 and LCD communication to avoid jitter in touchscreen input.  <li>On zaurus, synchronize synchronize ADS7846 and LCD communication to avoid jitter in touchscreen input.
 <li>Simplify and unify <a href="http://man.openbsd.org?query=zssp&arch=zaurus&sektion=4">zssp(4)</a> code.  <li>Simplify and unify <a href="http://man.openbsd.org/?query=zssp&arch=zaurus&sektion=4">zssp(4)</a> code.
 <li>In mount_* utilities, properly handle <a href="http://man.openbsd.org?query=realpath&sektion=3">realpath(3)</a> failure.  <li>In mount_* utilities, properly handle <a href="http://man.openbsd.org/?query=realpath&sektion=3">realpath(3)</a> failure.
 <li>Enable checksum offloading and VLAN frame rx in <a href="http://man.openbsd.org?query=re&sektion=4">re(4)</a> and <a href="http://man.openbsd.org?query=vge&sektion=4">vge(4)</a>.  <li>Enable checksum offloading and VLAN frame rx in <a href="http://man.openbsd.org/?query=re&sektion=4">re(4)</a> and <a href="http://man.openbsd.org/?query=vge&sektion=4">vge(4)</a>.
 <li>In <a href="http://man.openbsd.org?query=pxaudc&arch=zaurus&sektion=4">pxaudc(4)</a>, clean up properly in case of attachment failure.  <li>In <a href="http://man.openbsd.org/?query=pxaudc&arch=zaurus&sektion=4">pxaudc(4)</a>, clean up properly in case of attachment failure.
 <!-- ^ 2005/04/08 -->  <!-- ^ 2005/04/08 -->
 <li>Handle at least the first port of a dual-port <a href="http://man.openbsd.org?query=uftdi&sektion=4">ufdti(4)</a>.  <li>Handle at least the first port of a dual-port <a href="http://man.openbsd.org/?query=uftdi&sektion=4">ufdti(4)</a>.
 <li>Recognize QLogic 2312 and 6312, Dell OEM 2312 <a href="http://man.openbsd.org?query=isp&sektion=4">isp(4)</a> cards.  <li>Recognize QLogic 2312 and 6312, Dell OEM 2312 <a href="http://man.openbsd.org/?query=isp&sektion=4">isp(4)</a> cards.
 <li>Mount UDF 'c' partitions with no fuss, just as we do with ISO9660 'c' partitions.  <li>Mount UDF 'c' partitions with no fuss, just as we do with ISO9660 'c' partitions.
 <li>Plug a memory leak in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> message handling.  <li>Plug a memory leak in <a href="http://man.openbsd.org/?query=isakmpd&sektion=8">isakmpd(8)</a> message handling.
 <!-- ^ 2005/04/07 -->  <!-- ^ 2005/04/07 -->
 <li>Make <a href="http://man.openbsd.org?query=pdc&arch=hppa&sektion=4">pdc(4)</a> 64-bit friendly for hppa64.  <li>Make <a href="http://man.openbsd.org/?query=pdc&arch=hppa&sektion=4">pdc(4)</a> 64-bit friendly for hppa64.
 <li>No longer install <a href="http://man.openbsd.org?query=ti&sektion=4">ti(4)</a> tigon firmware because of unresolved licensing questions.  <li>No longer install <a href="http://man.openbsd.org/?query=ti&sektion=4">ti(4)</a> tigon firmware because of unresolved licensing questions.
 <li>OpenCVS continues to mature. RCS locks now supported. More branching features supported.  <li>OpenCVS continues to mature. RCS locks now supported. More branching features supported.
 <li>In <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a>, re-check expired LSA for updates before purging it.  <li>In <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a>, re-check expired LSA for updates before purging it.
 <li>Better support for short string-based WEP keys from <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a>. But don't use them.  <li>Better support for short string-based WEP keys from <a href="http://man.openbsd.org/?query=ifconfig&sektion=8">ifconfig(8)</a>. But don't use them.
 <!-- ^ 2005/04/06 -->  <!-- ^ 2005/04/06 -->
 <li>Allow <a href="http://man.openbsd.org?query=ftp&sektion=1">ftp(1)</a> to properly retrieve URIs with colons in them when specified on the command line.  <li>Allow <a href="http://man.openbsd.org/?query=ftp&sektion=1">ftp(1)</a> to properly retrieve URIs with colons in them when specified on the command line.
 <li>Fix some incorrect register comparisons in <a href="http://man.openbsd.org?query=creator&arch=sparc64&sektion=4">creator(4)</a>.  <li>Fix some incorrect register comparisons in <a href="http://man.openbsd.org/?query=creator&arch=sparc64&sektion=4">creator(4)</a>.
 <li>Begin simplifying code in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>. We have some cool features coming that need this.  <li>Begin simplifying code in <a href="http://man.openbsd.org/?query=isakmpd&sektion=8">isakmpd(8)</a>. We have some cool features coming that need this.
 <li>Add support for TCP SACK statistics.  <li>Add support for TCP SACK statistics.
 <li>Properly protect WANPIPE <a href="http://man.openbsd.org?query=ioctl&sektion=2">ioctl(2)</a> in <a href="http://man.openbsd.org?query=san&sektion=4">san(4)</a>.  <li>Properly protect WANPIPE <a href="http://man.openbsd.org/?query=ioctl&sektion=2">ioctl(2)</a> in <a href="http://man.openbsd.org/?query=san&sektion=4">san(4)</a>.
 <li>Enhance detection of supported devices in <a href="http://man.openbsd.org?query=bioctl&sektion=8">bioctl(8)</a>.  <li>Enhance detection of supported devices in <a href="http://man.openbsd.org/?query=bioctl&sektion=8">bioctl(8)</a>.
 <li>Add new -T flag <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> to disable NAT-T from the command line. Makes binat setups happier.  <li>Add new -T flag <a href="http://man.openbsd.org/?query=isakmpd&sektion=8">isakmpd(8)</a> to disable NAT-T from the command line. Makes binat setups happier.
 <li>Make <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a> complain if someone tries to set a multicast MAC address.  <li>Make <a href="http://man.openbsd.org/?query=ifconfig&sektion=8">ifconfig(8)</a> complain if someone tries to set a multicast MAC address.
 <li>When media is loaded into SCSI <a href="http://man.openbsd.org?query=cd&sektion=4">cd(4)</a> drives, don't send commands that might confuse the device. Speeds up device initialization.  <li>When media is loaded into SCSI <a href="http://man.openbsd.org/?query=cd&sektion=4">cd(4)</a> drives, don't send commands that might confuse the device. Speeds up device initialization.
 <!-- ^ 2005/04/05 -->  <!-- ^ 2005/04/05 -->
 <li>Support blink and unblink for <a href="http://man.openbsd.org?query=ami&sektion=4">ami(4)</a> RAID. This lets you identify which drive in an array needs servicing by blinking the drive's LED.  <li>Support blink and unblink for <a href="http://man.openbsd.org/?query=ami&sektion=4">ami(4)</a> RAID. This lets you identify which drive in an array needs servicing by blinking the drive's LED.
 <li>Add <a href="http://man.openbsd.org?query=ipsecctl&sektion=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.  <li>Add <a href="http://man.openbsd.org/?query=ipsecctl&sektion=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.
 <li>Support ICH6 audio devices in <a href="http://man.openbsd.org?query=auich&sektion=4">auich(4)</a>. You'll find these integrated on many Intel SouthBridge motherboards.  <li>Support ICH6 audio devices in <a href="http://man.openbsd.org/?query=auich&sektion=4">auich(4)</a>. You'll find these integrated on many Intel SouthBridge motherboards.
 <li>Work around a hardware bug in <a href="http://man.openbsd.org?query=sis&sektion=4">sis(4)</a> with short cables. Also fix excessive collisions in half-duplex mode.  <li>Work around a hardware bug in <a href="http://man.openbsd.org/?query=sis&sektion=4">sis(4)</a> with short cables. Also fix excessive collisions in half-duplex mode.
 <li>Make interrupt sharing work on <a href="http://man.openbsd.org?query=bge&sektion=4">bge(4)</a>.  <li>Make interrupt sharing work on <a href="http://man.openbsd.org/?query=bge&sektion=4">bge(4)</a>.
 <li>Recognize PRO/Wireless 2915ABG in <a href="http://man.openbsd.org?query=iwi&sektion=4">iwi(4)</a> driver.  <li>Recognize PRO/Wireless 2915ABG in <a href="http://man.openbsd.org/?query=iwi&sektion=4">iwi(4)</a> driver.
 <!-- ^ 2005/04/04 -->  <!-- ^ 2005/04/04 -->
 <li>Ignore <a href="http://man.openbsd.org?query=mygate&sektion=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).  <li>Ignore <a href="http://man.openbsd.org/?query=mygate&sektion=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).
 <li>On i386, allow <a href="http://man.openbsd.org?query=ptrace&sektion=2">ptrace(2)</a> to examine and change SSE/SSE2 registers.  <li>On i386, allow <a href="http://man.openbsd.org/?query=ptrace&sektion=2">ptrace(2)</a> to examine and change SSE/SSE2 registers.
 <li>Implement yacc-based parser for <a href="http://man.openbsd.org?query=sasyncd&sektion=8">sasyncd(8)</a> config.  <li>Implement yacc-based parser for <a href="http://man.openbsd.org/?query=sasyncd&sektion=8">sasyncd(8)</a> config.
 <li>Simple sparc performance improvements: inline some small pmap functions and provide a real <a href="http://man.openbsd.org?query=pmap_kremove&sektion=9">pmap_kremove(9)</a> implementation.  <li>Simple sparc performance improvements: inline some small pmap functions and provide a real <a href="http://man.openbsd.org/?query=pmap_kremove&sektion=9">pmap_kremove(9)</a> implementation.
 <!-- ^ 2005/04/03 -->  <!-- ^ 2005/04/03 -->
 <li>In <a href="http://man.openbsd.org?query=dc&sektion=">dc(1)</a>, fix raise (^) for negative exponents.  <li>In <a href="http://man.openbsd.org/?query=dc&sektion=">dc(1)</a>, fix raise (^) for negative exponents.
 <li>Initial support for installing/upgrading via IPv6.  <li>Initial support for installing/upgrading via IPv6.
 <li>Fix hostap mode and a device timeout error with <a href="http://man.openbsd.org?query=ral&&sektion=4">ral(4)</a>.  <li>Fix hostap mode and a device timeout error with <a href="http://man.openbsd.org/?query=ral&&sektion=4">ral(4)</a>.
 <!-- ^ 2005/04/02 -->  <!-- ^ 2005/04/02 -->
 <li>Add initial support for our next platform: <a href="/hppa64.html">hppa64</a>. Matured in mighty ukrainian oak for 23 months.  <li>Add initial support for our next platform: <a href="/hppa64.html">hppa64</a>. Matured in mighty ukrainian oak for 23 months.
 <li>Support setting the MTU on <a href="http://man.openbsd.org?query=ex&arch=vax&sektion=4">ex(4)</a>.  <li>Support setting the MTU on <a href="http://man.openbsd.org/?query=ex&arch=vax&sektion=4">ex(4)</a>.
 <li>Improvements to <a href="http://man.openbsd.org?query=san&sektion=4">san(4)</a>: make tcpdump work, make ppp mode work, use <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a> mediaopts to switch between ppp and cHDLC modes.  <li>Improvements to <a href="http://man.openbsd.org/?query=san&sektion=4">san(4)</a>: make tcpdump work, make ppp mode work, use <a href="http://man.openbsd.org/?query=ifconfig&sektion=8">ifconfig(8)</a> mediaopts to switch between ppp and cHDLC modes.
 <li>Avoid a vclean deadlock in <a href="http://man.openbsd.org?query=mount_procfs&sektion=8">procfs</a>.  <li>Avoid a vclean deadlock in <a href="http://man.openbsd.org/?query=mount_procfs&sektion=8">procfs</a>.
 <li>Make sure all wireless drivers check <a href="http://man.openbsd.org?query=ioctl&sektion=2">ioctl(2)</a> permissions in a consistent fashion.  <li>Make sure all wireless drivers check <a href="http://man.openbsd.org/?query=ioctl&sektion=2">ioctl(2)</a> permissions in a consistent fashion.
 <li>In NFS, manage nfsreq objects with <a href="http://man.openbsd.org?query=pool&sektion=9">pool(9)</a>. Allows more control over resource consumption.  <li>In NFS, manage nfsreq objects with <a href="http://man.openbsd.org/?query=pool&sektion=9">pool(9)</a>. Allows more control over resource consumption.
 <li>Implement command execution when limits are exceeded in <a href="http://man.openbsd.org?query=sensorsd&sektion=8">sensorsd(8)</a>. Send email if your computer catches fire.  <li>Implement command execution when limits are exceeded in <a href="http://man.openbsd.org/?query=sensorsd&sektion=8">sensorsd(8)</a>. Send email if your computer catches fire.
 <li>Report cache size for amd CPUs. Only try to enable PowerNow if processor supports it.  <li>Report cache size for amd CPUs. Only try to enable PowerNow if processor supports it.
 <li>Handle burst size of 64 in <a href="http://man.openbsd.org?query=hme&sektion=4">hme(4)</a>.  <li>Handle burst size of 64 in <a href="http://man.openbsd.org/?query=hme&sektion=4">hme(4)</a>.
 <li>Improve booting speed by only retrying SCSI commands when they are likely to succeed.  <li>Improve booting speed by only retrying SCSI commands when they are likely to succeed.
 <li>Support antenna selection for <a href="http://man.openbsd.org?query=ral&sektion=4">ral(4)</a>.  <li>Support antenna selection for <a href="http://man.openbsd.org/?query=ral&sektion=4">ral(4)</a>.
 <li>Sync RF and BBP code in <a href="http://man.openbsd.org?query=ral&sektion=4">ral(4)</a> and <a href="http://man.openbsd.org?query=ural&sektion=4">ural(4)</a>, for later merging.  <li>Sync RF and BBP code in <a href="http://man.openbsd.org/?query=ral&sektion=4">ral(4)</a> and <a href="http://man.openbsd.org/?query=ural&sektion=4">ural(4)</a>, for later merging.
 <li>Initial support for <a href="http://man.openbsd.org?query=uftdi&sektion=4">uftdi(4)</a> 2232c dual usb.  <li>Initial support for <a href="http://man.openbsd.org/?query=uftdi&sektion=4">uftdi(4)</a> 2232c dual usb.
 <li>Add <a href="http://man.openbsd.org?query=stat&sektion=1">stat(1)</a> command.  <li>Add <a href="http://man.openbsd.org/?query=stat&sektion=1">stat(1)</a> command.
 <!-- ^ 2005/04/01 -->  <!-- ^ 2005/04/01 -->
 <li>Allow <a href="http://man.openbsd.org?query=em&sektion=4">em(4)</a> hardware VLAN support to be disabled dynamically.  <li>Allow <a href="http://man.openbsd.org/?query=em&sektion=4">em(4)</a> hardware VLAN support to be disabled dynamically.
 <li>Add support for polled <a href="http://man.openbsd.org?query=umass&sektion=4">umass(4)</a>/SCSI transactions.  Fixes a panic seen at reboot after writing to umass devices.  <li>Add support for polled <a href="http://man.openbsd.org/?query=umass&sektion=4">umass(4)</a>/SCSI transactions.  Fixes a panic seen at reboot after writing to umass devices.
 <li>Install known issuers CA bundle to /etc/ssl/cert.pem so browsers using libssl don't bitch about certs signed by these issuers.  <li>Install known issuers CA bundle to /etc/ssl/cert.pem so browsers using libssl don't bitch about certs signed by these issuers.
 <li>Change <a href="http://man.openbsd.org?query=quota&sektion=1">quota(1)</a> so it means KBytes when it says KBytes and blocks when it says blocks.  <li>Change <a href="http://man.openbsd.org/?query=quota&sektion=1">quota(1)</a> so it means KBytes when it says KBytes and blocks when it says blocks.
 <li>Disable write gathering for NFSv3.  Big performance boost.  <li>Disable write gathering for NFSv3.  Big performance boost.
 <li>Fix preposterous time warnings in nfs client caused by false hits in the attribute cache.  <li>Fix preposterous time warnings in nfs client caused by false hits in the attribute cache.
 <li>Vax flag day: reduce MAX and Default DATA Segment sizes to leave more mmap space for use by mmap_malloc.  <li>Vax flag day: reduce MAX and Default DATA Segment sizes to leave more mmap space for use by mmap_malloc.
 <li>Make sure <a href="http://man.openbsd.org?query=rcp&sektion=1">rcp(1)</a> and <a href="http://man.openbsd.org?query=scp&sektion=1">scp(1)</a> copy argv instead of overwriting it. This lets <a href="http://man.openbsd.org?query=ps&sektion=1">ps(1)</a> output make more sense.  <li>Make sure <a href="http://man.openbsd.org/?query=rcp&sektion=1">rcp(1)</a> and <a href="http://man.openbsd.org/?query=scp&sektion=1">scp(1)</a> copy argv instead of overwriting it. This lets <a href="http://man.openbsd.org/?query=ps&sektion=1">ps(1)</a> output make more sense.
 <li>Add support for crypt authentication in <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a>.  <li>Add support for crypt authentication in <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a>.
 <li>Enable checksum offload for rx in <a href="http://man.openbsd.org?query=em&sektion=4">em(4)</a>.  <li>Enable checksum offload for rx in <a href="http://man.openbsd.org/?query=em&sektion=4">em(4)</a>.
 <!-- ^ 2005/03/31 -->  <!-- ^ 2005/03/31 -->
 <li>Output <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>'s final capture summary to stderr so it doesn't get mixed in with capture data.  <li>Output <a href="http://man.openbsd.org/?query=tcpdump&sektion=8">tcpdump(8)</a>'s final capture summary to stderr so it doesn't get mixed in with capture data.
 <li>Make <a href="http://man.openbsd.org?query=adduser&sektion=8">adduser(8)</a> friendlier by only showing top-level login classes.  <li>Make <a href="http://man.openbsd.org/?query=adduser&sektion=8">adduser(8)</a> friendlier by only showing top-level login classes.
 <li>Make <a href="http://man.openbsd.org?query=apm&sektion=8">apm(8)</a> work better on zaurus: avoid sticking on "battery full" signal, report battery life even while charging.  <li>Make <a href="http://man.openbsd.org/?query=apm&sektion=8">apm(8)</a> work better on zaurus: avoid sticking on "battery full" signal, report battery life even while charging.
 <li>Add <a href="http://man.openbsd.org?query=sasyncd&sektion=8">sasyncd(8)</a> to the tree: our new IPSEC synchronization daemon.  <li>Add <a href="http://man.openbsd.org/?query=sasyncd&sektion=8">sasyncd(8)</a> to the tree: our new IPSEC synchronization daemon.
 <li>OpenCVS: eliminate a lot of duplicate code in command processing.  <li>OpenCVS: eliminate a lot of duplicate code in command processing.
 <li>Make <a href="http://man.openbsd.org?query=ohci&sektion=4">ohci(4)</a> suspend and resume work on zaurus.  <li>Make <a href="http://man.openbsd.org/?query=ohci&sektion=4">ohci(4)</a> suspend and resume work on zaurus.
 <li>Restore all registers on <a href="http://man.openbsd.org?query=ohci&sektion=4">ohci(4)</a> resume to cope with power loss on suspend, which leaves controller totally unconfigured.  <li>Restore all registers on <a href="http://man.openbsd.org/?query=ohci&sektion=4">ohci(4)</a> resume to cope with power loss on suspend, which leaves controller totally unconfigured.
 <li>Make <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> privsep parent open listeners on demand. Eliminates the potential for race conditions.  <li>Make <a href="http://man.openbsd.org/?query=bgpd&sektion=8">bgpd(8)</a> privsep parent open listeners on demand. Eliminates the potential for race conditions.
 <li>Clean up and consolidate the interface validation code in <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>.  <li>Clean up and consolidate the interface validation code in <a href="http://man.openbsd.org/?query=bgpd&sektion=8">bgpd(8)</a>.
 <li>Make reading sparc core files in <a href="http://man.openbsd.org?query=gdb&sektion=1">gdb(1)</a> work.  <li>Make reading sparc core files in <a href="http://man.openbsd.org/?query=gdb&sektion=1">gdb(1)</a> work.
 <!-- ^ 2005/03/30 -->  <!-- ^ 2005/03/30 -->
 <li>Enable StackGhost on sparc64: a really nifty protection mechanism we developed for this architecture.  <li>Enable StackGhost on sparc64: a really nifty protection mechanism we developed for this architecture.
 <li>Add new RAID management program: <a href="http://man.openbsd.org?query=bioctl&sektion=8">bioctl(8)</a>.  <li>Add new RAID management program: <a href="http://man.openbsd.org/?query=bioctl&sektion=8">bioctl(8)</a>.
 <li>Add support for UDF filesystem (generally used on DVDs).  <li>Add support for UDF filesystem (generally used on DVDs).
 <li>DNS resolver now automatically updates itself when it detects <a href="http://man.openbsd.org?query=resolv.conf&sektion=5">resolv.conf</a> has changed.  <li>DNS resolver now automatically updates itself when it detects <a href="http://man.openbsd.org/?query=resolv.conf&sektion=5">resolv.conf</a> has changed.
 <li>Add lladdr command to <a href="http://man.openbsd.org?query=ifconfig&sektion=8">ifconfig(8)</a> to set MAC address.  <li>Add lladdr command to <a href="http://man.openbsd.org/?query=ifconfig&sektion=8">ifconfig(8)</a> to set MAC address.
 <li>Switch i386 over to DWARF-based exception handling.  <li>Switch i386 over to DWARF-based exception handling.
 <li>On zaurus, handle apm_battlow flag by suspending.  <li>On zaurus, handle apm_battlow flag by suspending.
 <li>Improve security of <a href="http://man.openbsd.org?query=checknr&sektion=1">checknr(1)</a>: handle argv correctly and make sure to NUL terminate all arguments when copying.  <li>Improve security of <a href="http://man.openbsd.org/?query=checknr&sektion=1">checknr(1)</a>: handle argv correctly and make sure to NUL terminate all arguments when copying.
 <li>Add <a href="http://man.openbsd.org?query=strcasestr&sektion=3">strcasestr(3)</a> to libc: a case-insensitive version of <a href="http://man.openbsd.org?query=strstr&sektion=3">strstr(3)</a>.  <li>Add <a href="http://man.openbsd.org/?query=strcasestr&sektion=3">strcasestr(3)</a> to libc: a case-insensitive version of <a href="http://man.openbsd.org/?query=strstr&sektion=3">strstr(3)</a>.
 <li>Remove line-length limitations in <a href="http://man.openbsd.org?query=diff3&sektion=1">diff3(1)</a>.  <li>Remove line-length limitations in <a href="http://man.openbsd.org/?query=diff3&sektion=1">diff3(1)</a>.
 <li>Add -F option to <a href="http://man.openbsd.org?query=arp&sektion=8">arp(8)</a> to force replacement of entries.  <li>Add -F option to <a href="http://man.openbsd.org/?query=arp&sektion=8">arp(8)</a> to force replacement of entries.
 <li>Zaurus now allows power button to suspend (2 seconds) or nice halt (6 seconds) if machdep.kbdreset=1.  <li>Zaurus now allows power button to suspend (2 seconds) or nice halt (6 seconds) if machdep.kbdreset=1.
 <li>Allow <a href="http://man.openbsd.org?query=fdisk&arch=i386&sektion=8">fdisk(8)</a> to set partition flag with explicit value.  <li>Allow <a href="http://man.openbsd.org/?query=fdisk&arch=i386&sektion=8">fdisk(8)</a> to set partition flag with explicit value.
 <li>New thread-safe version of <a href="http://man.openbsd.org?query=realpath&sektion=3">realpath(3)</a> that does not use <a href="http://man.openbsd.org?query=chdir&sektion=2">chdir(2)</a> at all.  <li>New thread-safe version of <a href="http://man.openbsd.org/?query=realpath&sektion=3">realpath(3)</a> that does not use <a href="http://man.openbsd.org/?query=chdir&sektion=2">chdir(2)</a> at all.
 <li>Initial support for <a href="http://man.openbsd.org?query=tctrl&arch=sparc&sektion=4">tctrl(4)</a> device on SPARCBooks (currently limited to power change events and battery status retrieval).  <li>Initial support for <a href="http://man.openbsd.org/?query=tctrl&arch=sparc&sektion=4">tctrl(4)</a> device on SPARCBooks (currently limited to power change events and battery status retrieval).
 <li>Improve <a href="http://man.openbsd.org?query=tctrl&arch=sparc&sektion=4">tctrl(4)</a> on sparc: program PCMCIA and power icons on 2nd line of LCD screen.  <li>Improve <a href="http://man.openbsd.org/?query=tctrl&arch=sparc&sektion=4">tctrl(4)</a> on sparc: program PCMCIA and power icons on 2nd line of LCD screen.
 <li>In <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a>, check for IFF_UP when validating routes.  <li>In <a href="http://man.openbsd.org/?query=bgpd&sektion=8">bgpd(8)</a>, check for IFF_UP when validating routes.
 <!-- ^ 2005/03/29 -->  <!-- ^ 2005/03/29 -->
 <li>Always use network byte order in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> when stuffing port numbers into IPSEC ID packets.  <li>Always use network byte order in <a href="http://man.openbsd.org/?query=isakmpd&sektion=8">isakmpd(8)</a> when stuffing port numbers into IPSEC ID packets.
 <li>Clean up some <a href="http://man.openbsd.org?query=de&sektion=4">de(4)</a> code and fix Intel 21143 in full-duplex mode.  <li>Clean up some <a href="http://man.openbsd.org/?query=de&sektion=4">de(4)</a> code and fix Intel 21143 in full-duplex mode.
 <li>OpenCVS: start using the public-domain <a href="http://man.openbsd.org?query=yacc&sektion=1">yacc(1)</a>-based date parser. cvs dates can be ugly and this simplifies things quite a bit.  <li>OpenCVS: start using the public-domain <a href="http://man.openbsd.org/?query=yacc&sektion=1">yacc(1)</a>-based date parser. cvs dates can be ugly and this simplifies things quite a bit.
 <li>Recognize Radeon 9200 PRO variants.  <li>Recognize Radeon 9200 PRO variants.
 <li>Print UDF filesystem type in <a href="http://man.openbsd.org?query=disklabel&sektion=8">disklabel(8)</a>.  <li>Print UDF filesystem type in <a href="http://man.openbsd.org/?query=disklabel&sektion=8">disklabel(8)</a>.
 <li>Fix an issue with ABNT2 keyboards that was stealing the slash key from .br users.  <li>Fix an issue with ABNT2 keyboards that was stealing the slash key from .br users.
 <li>Make linewrap computation more POSIX-compliant in <a href="http://man.openbsd.org?query=dc&sektion=1">dc(1)</a> programs.  Adjust regression tests accordingly.  <li>Make linewrap computation more POSIX-compliant in <a href="http://man.openbsd.org/?query=dc&sektion=1">dc(1)</a> programs.  Adjust regression tests accordingly.
 <li>Add support for relocation type R_ALPHA_SREL32 to <a href="http://man.openbsd.org?query=Xserver&sektion=1">Xserver(1)</a>'s ELF loader.  <li>Add support for relocation type R_ALPHA_SREL32 to <a href="http://man.openbsd.org/?query=Xserver&sektion=1">Xserver(1)</a>'s ELF loader.
 <li>Rip out <a href="http://man.openbsd.org?query=httpd&sektion=8">httpd(8)</a>'s homegrown md5 and sha-1 implementations, use ours.  <li>Rip out <a href="http://man.openbsd.org/?query=httpd&sektion=8">httpd(8)</a>'s homegrown md5 and sha-1 implementations, use ours.
 <li>Change root login shell to <a href="http://man.openbsd.org?query=ksh&sektion=1">ksh(1)</a>. And there was much rejoicing.  <li>Change root login shell to <a href="http://man.openbsd.org/?query=ksh&sektion=1">ksh(1)</a>. And there was much rejoicing.
 <!-- ^ 2005/03/28 -->  <!-- ^ 2005/03/28 -->
 <li>Use USB timeout periods instead of SCSI timeout periods in <a href="http://man.openbsd.org?query=umass&sektion=4">umass(4)</a>.  <li>Use USB timeout periods instead of SCSI timeout periods in <a href="http://man.openbsd.org/?query=umass&sektion=4">umass(4)</a>.
 <li>Make <a href="http://man.openbsd.org?query=uhub&sektion=4">uhub(4)</a> less chatty at startup.  <li>Make <a href="http://man.openbsd.org/?query=uhub&sektion=4">uhub(4)</a> less chatty at startup.
 <li>Use <a href="http://man.openbsd.org?query=getopt&sektion=3">getopt(3)</a> in <a href="http://man.openbsd.org?query=logresolve&sektion=8">logresolve(8)</a>.  <li>Use <a href="http://man.openbsd.org/?query=getopt&sektion=3">getopt(3)</a> in <a href="http://man.openbsd.org/?query=logresolve&sektion=8">logresolve(8)</a>.
 <li>Dynamic call stack support in <a href="http://man.openbsd.org?query=dc&sektion=1">dc(1)</a>.  <li>Dynamic call stack support in <a href="http://man.openbsd.org/?query=dc&sektion=1">dc(1)</a>.
 <li>De-#ifdef the <a href="http://man.openbsd.org?query=em&sektion=4">em(4)</a> driver because it just leads to bugs.  <li>De-#ifdef the <a href="http://man.openbsd.org/?query=em&sektion=4">em(4)</a> driver because it just leads to bugs.
 <li>Fix potential crash in <a href="http://man.openbsd.org?query=bge&sektion=4">bge(4)</a>.  <li>Fix potential crash in <a href="http://man.openbsd.org/?query=bge&sektion=4">bge(4)</a>.
 <li>Utilize new <a href="http://man.openbsd.org?query=kbd&sektion=8">kbd(8)</a> -l support on the install media.  <li>Utilize new <a href="http://man.openbsd.org/?query=kbd&sektion=8">kbd(8)</a> -l support on the install media.
 <li>Support another <a href="http://man.openbsd.org?query=fxp&sektion=4">fxp(4)</a> variant.  <li>Support another <a href="http://man.openbsd.org/?query=fxp&sektion=4">fxp(4)</a> variant.
 <li>Provide support for the -l option in <a href="http://man.openbsd.org?query=kbd&sektion=8">kbd(8)</a> even if kvm support is not compiled in.  <li>Provide support for the -l option in <a href="http://man.openbsd.org/?query=kbd&sektion=8">kbd(8)</a> even if kvm support is not compiled in.
 <li>Improve <a href="hppa.html">hppa</a> support for <a href="http://man.openbsd.org?query=compat_hpux&sektion=8">compat_hpux(8)</a>.  <li>Improve <a href="hppa.html">hppa</a> support for <a href="http://man.openbsd.org/?query=compat_hpux&sektion=8">compat_hpux(8)</a>.
 <li>Shrink handling of <a href="http://man.openbsd.org?query=kbd&sektion=8">kbd(8)</a> in the install scripts.  <li>Shrink handling of <a href="http://man.openbsd.org/?query=kbd&sektion=8">kbd(8)</a> in the install scripts.
 <li>Simplify privsep state engine in <a href="http://man.openbsd.org?query=tcpdump&sektion=8">tcpdump(8)</a>.  <li>Simplify privsep state engine in <a href="http://man.openbsd.org/?query=tcpdump&sektion=8">tcpdump(8)</a>.
 <li>Add an Objective-C regression test.  <li>Add an Objective-C regression test.
 <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).  <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).
 <li>Repair boot argument parsing on the <a href="zaurus.html">zaurus</a>.  <li>Repair boot argument parsing on the <a href="zaurus.html">zaurus</a>.
 <li>Enable multicast support in <a href="http://man.openbsd.org?query=atw&sektion=4">atw(4)</a>.  <li>Enable multicast support in <a href="http://man.openbsd.org/?query=atw&sektion=4">atw(4)</a>.
 <li>Enable swap encryption by default.  Use <a href="http://man.openbsd.org?query=sysctl.conf&sektion=5">sysctl.conf(5)</a> to disable if you wish.  <li>Enable swap encryption by default.  Use <a href="http://man.openbsd.org/?query=sysctl.conf&sektion=5">sysctl.conf(5)</a> to disable if you wish.
 <li><a href="hppa.html">hppa</a> tape and cdrom booting now work.  <li><a href="hppa.html">hppa</a> tape and cdrom booting now work.
 <li>Use font adding on the SPARCbook; use the ROM font in the <a href="http://man.openbsd.org?query=pninek&sektion=4&arch=sparc">pninek(4)</a> so that the kernel messages line up with the rom messages.  <li>Use font adding on the SPARCbook; use the ROM font in the <a href="http://man.openbsd.org/?query=pninek&sektion=4&arch=sparc">pninek(4)</a> so that the kernel messages line up with the rom messages.
 <li>Enable font adding on <a href="sparc.html">sparc</a>.  <li>Enable font adding on <a href="sparc.html">sparc</a>.
 <li>Ongoing development in <a href="http://man.openbsd.org?query=ospfd&sektion=8">osfpd(8)</a>.  <li>Ongoing development in <a href="http://man.openbsd.org/?query=ospfd&sektion=8">osfpd(8)</a>.
 <li>Fix a SIGCHLD signal race in <a href="http://man.openbsd.org?query=ospfd&sektion=8">osfpd(8)</a>.  <li>Fix a SIGCHLD signal race in <a href="http://man.openbsd.org/?query=ospfd&sektion=8">osfpd(8)</a>.
 <li>A variety-pack of shrinkage in the ramdisk install script.  <li>A variety-pack of shrinkage in the ramdisk install script.
 <li>Adjust wording in a few APIWARNings.  <li>Adjust wording in a few APIWARNings.
 <li>Pad hppa ramdisk to 64K, resolves issues with some ROMS.  <li>Pad hppa ramdisk to 64K, resolves issues with some ROMS.
 <li>Fix APIWARNS on i386; ie. cope with moving to version 3 of  <li>Fix APIWARNS on i386; ie. cope with moving to version 3 of
 <a href="http://man.openbsd.org?query=gcc&sektion=1">gcc(1)</a>.  <a href="http://man.openbsd.org/?query=gcc&sektion=1">gcc(1)</a>.
 <li>Prepare for more RAID-like functionality in <a href="http://man.openbsd.org?query=ccd&sektion=4">ccd(4)</a>.  <li>Prepare for more RAID-like functionality in <a href="http://man.openbsd.org/?query=ccd&sektion=4">ccd(4)</a>.
 <li>In a few programs, do not assume that optopt is valid in non-error return cases from <a href="http://man.openbsd.org?query=getopt&sektion=3">getopt(3)</a>.  <li>In a few programs, do not assume that optopt is valid in non-error return cases from <a href="http://man.openbsd.org/?query=getopt&sektion=3">getopt(3)</a>.
 <li>If the full memory window is not mappable in <a href="http://man.openbsd.org?query=pcic&sektion=4">pcic(4)</a> (because of lots of BIOS mappings) try to use smaller mappings.  <li>If the full memory window is not mappable in <a href="http://man.openbsd.org/?query=pcic&sektion=4">pcic(4)</a> (because of lots of BIOS mappings) try to use smaller mappings.
 <li>Use <a href="http://man.openbsd.org?query=getopt&sektion=3">getopt(3)</a> in <a href="http://man.openbsd.org?query=htpasswd&sektion=1">htpasswd(1)</a>.  <li>Use <a href="http://man.openbsd.org/?query=getopt&sektion=3">getopt(3)</a> in <a href="http://man.openbsd.org/?query=htpasswd&sektion=1">htpasswd(1)</a>.
 <li>Since scsi START_STOP is an optional command, do not require it to work.  This may help some <a href="http://man.openbsd.org?query=umass&sektion=4">umass(4)</a> devices.  <li>Since scsi START_STOP is an optional command, do not require it to work.  This may help some <a href="http://man.openbsd.org/?query=umass&sektion=4">umass(4)</a> devices.
 <li><a href="http://man.openbsd.org?query=vlan&sektion=4">vlan(4)</a> error counter repair.  <li><a href="http://man.openbsd.org/?query=vlan&sektion=4">vlan(4)</a> error counter repair.
 <li>Change <a href="http://man.openbsd.org?query=ahc&sektion=4">ahc(4)</a> to prefer memory mapped IO.  <li>Change <a href="http://man.openbsd.org/?query=ahc&sektion=4">ahc(4)</a> to prefer memory mapped IO.
 <li>Use <a href="http://man.openbsd.org?query=microuptimet&sektion=9">microuptime(9)</a> in <a href="http://man.openbsd.org?query=sppp&sektion=4">sppp(4)</a>, because mono_time is no longer always there.  <li>Use <a href="http://man.openbsd.org/?query=microuptimet&sektion=9">microuptime(9)</a> in <a href="http://man.openbsd.org/?query=sppp&sektion=4">sppp(4)</a>, because mono_time is no longer always there.
 <li>If scsi disks are found to contain more than the maximum supported blocks, truncate to maximum size.  <li>If scsi disks are found to contain more than the maximum supported blocks, truncate to maximum size.
 <li>Support <a href="http://man.openbsd.org?query=bcrypt&sektion=3">bcrypt(3)</a> passwords in <a href="http://man.openbsd.org?query=htpasswd&sektion=1">htpasswd(1)</a>.  <li>Support <a href="http://man.openbsd.org/?query=bcrypt&sektion=3">bcrypt(3)</a> passwords in <a href="http://man.openbsd.org/?query=htpasswd&sektion=1">htpasswd(1)</a>.
 <li>Missing range check in vfs_hang_addrlist().  <li>Missing range check in vfs_hang_addrlist().
 <li>Support another <a href="http://man.openbsd.org?query=pcmcia&sektion=4">pcmcia(4)</a> <a href="http://man.openbsd.org?query=ne&sektion=4">ne(4)</a> variant.  <li>Support another <a href="http://man.openbsd.org/?query=pcmcia&sektion=4">pcmcia(4)</a> <a href="http://man.openbsd.org/?query=ne&sektion=4">ne(4)</a> variant.
 <li>Continuing work on OpenCVS...  <li>Continuing work on OpenCVS...
 <!-- ^ 2005/03/23 -->  <!-- ^ 2005/03/23 -->
 <li>In <a href="http://man.openbsd.org?query=zx&sektion=4&arch=sparc">zx(4)</a>, use a shutdown hook to put display back in PROM-compatible mode.  <li>In <a href="http://man.openbsd.org/?query=zx&sektion=4&arch=sparc">zx(4)</a>, use a shutdown hook to put display back in PROM-compatible mode.
 <li>Fix 32-bit mode in <a href="http://man.openbsd.org?query=cgfourteen&sektion=4&arch=sparc">cgfourteen(4)</a>.  <li>Fix 32-bit mode in <a href="http://man.openbsd.org/?query=cgfourteen&sektion=4&arch=sparc">cgfourteen(4)</a>.
 <li>On SPARCbooks, cope if the <a href="http://man.openbsd.org?query=pninek&sektion=4&arch=sparc">pninek(4)</a> blitter does not wake up.  <li>On SPARCbooks, cope if the <a href="http://man.openbsd.org/?query=pninek&sektion=4&arch=sparc">pninek(4)</a> blitter does not wake up.
 <li>Power control changes for SPARCbooks.  <li>Power control changes for SPARCbooks.
 <li>Fix some detach crashes in <a href="http://man.openbsd.org?query=ath&sektion=4">ath(4)</a>.  <li>Fix some detach crashes in <a href="http://man.openbsd.org/?query=ath&sektion=4">ath(4)</a>.
 <li>Packet counting fixes to <a href="http://man.openbsd.org?query=ipw&sektion=4">ipw(4)</a>, <a href="http://man.openbsd.org?query=iwi&sektion=4">iwi(4)</a>, <a href="http://man.openbsd.org?query=ral&sektion=4">ral(4)</a>, and <a href="http://man.openbsd.org?query=ural&sektion=4">ural(4)</a>.  <li>Packet counting fixes to <a href="http://man.openbsd.org/?query=ipw&sektion=4">ipw(4)</a>, <a href="http://man.openbsd.org/?query=iwi&sektion=4">iwi(4)</a>, <a href="http://man.openbsd.org/?query=ral&sektion=4">ral(4)</a>, and <a href="http://man.openbsd.org/?query=ural&sektion=4">ural(4)</a>.
 <li>Print MAC address on startup in <a href="http://man.openbsd.org?query=ural&sektion=4">ural(4)</a>.  <li>Print MAC address on startup in <a href="http://man.openbsd.org/?query=ural&sektion=4">ural(4)</a>.
 <li>Various improvements to <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a>, mostly catching up to shared <a href="http://man.openbsd.org?query=bgpd&sektion=8">bgpd(8)</a> sections.  <li>Various improvements to <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a>, mostly catching up to shared <a href="http://man.openbsd.org/?query=bgpd&sektion=8">bgpd(8)</a> sections.
 <li>Fix various bugs in <a href="http://man.openbsd.org?query=sppp&sektion=4">sppp(4)</a> that help the <a href="http://man.openbsd.org?query=san&sektion=4">san(4)</a> T1 driver.  <li>Fix various bugs in <a href="http://man.openbsd.org/?query=sppp&sektion=4">sppp(4)</a> that help the <a href="http://man.openbsd.org/?query=san&sektion=4">san(4)</a> T1 driver.
 <li>Add <a href="http://man.openbsd.org?query=ospfd&sektion=8">ospfd(8)</a> chunks to /etc/rc and /etc/rc.conf.  <li>Add <a href="http://man.openbsd.org/?query=ospfd&sektion=8">ospfd(8)</a> chunks to /etc/rc and /etc/rc.conf.
 <li>Silence underrun/overrun errors in the <a href="http://man.openbsd.org?query=auich&sektion=4">auich(4)</a> driver.  <li>Silence underrun/overrun errors in the <a href="http://man.openbsd.org/?query=auich&sektion=4">auich(4)</a> driver.
 <li>Fix chipset version errors in the i810 agp driver.  <li>Fix chipset version errors in the i810 agp driver.
 <li>Handle :: effects in LD_LIBRARY_PATH in the i386 codepath through <a href="http://man.openbsd.org?query=ld.so&sektion=1">ld.so(1)</a>.  <li>Handle :: effects in LD_LIBRARY_PATH in the i386 codepath through <a href="http://man.openbsd.org/?query=ld.so&sektion=1">ld.so(1)</a>.
 <li>Let <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a> compile when nat traversal is disabled.  <li>Let <a href="http://man.openbsd.org/?query=isakmpd&sektion=8">isakmpd(8)</a> compile when nat traversal is disabled.
 <li>bind 9.3.1.  <li>bind 9.3.1.
 <li>More sane interrupt priority levels, thereby fixing <a href="http://man.openbsd.org?query=com&sektion=4">com(4)</a> IO on the zaurus.  <li>More sane interrupt priority levels, thereby fixing <a href="http://man.openbsd.org/?query=com&sektion=4">com(4)</a> IO on the zaurus.
 <li>Avoid leaking <a href="http://man.openbsd.org?query=keynote&sektion=3">keynote(3)</a> sessions in <a href="http://man.openbsd.org?query=isakmpd&sektion=8">isakmpd(8)</a>.  <li>Avoid leaking <a href="http://man.openbsd.org/?query=keynote&sektion=3">keynote(3)</a> sessions in <a href="http://man.openbsd.org/?query=isakmpd&sektion=8">isakmpd(8)</a>.
 <li>Be more careful in sparc <a href="http://man.openbsd.org?query=compat_svr4&sektion=8">compat_svr4(8)</a>.  <li>Be more careful in sparc <a href="http://man.openbsd.org/?query=compat_svr4&sektion=8">compat_svr4(8)</a>.
 <li>Crank to 3.7-current  <li>Crank to 3.7-current
 <!-- ^ 2005/03/20 -->  <!-- ^ 2005/03/20 -->
 </ul>  </ul>

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42