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

Annotation of www/plus44.html, Revision 1.11

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 4.4 changes</title>
                      5: <link rev="made" href="mailto:www@openbsd.org">
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="OpenBSD 4.4 changes">
                      8: <meta name="keywords" content="openbsd,changes">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 1996-2007 by OpenBSD.">
                     11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     14:
                     15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     16: <p>
1.8       deraadt    17: <h2><font color="#e00000">OpenBSD 4.4 released (Nov 1, 2008)</font></h2>
1.1       deraadt    18: <hr>
                     19:
                     20: <p>
                     21: This is a partial list of the major machine-independent changes
1.9       sobrado    22: (i.e., these are the changes people ask about most often).  Machine
1.1       deraadt    23: specific changes have also been made, and are sometimes mentioned
                     24: in the pages for the specific <a href="plat.html">platforms</a>.
                     25:
                     26: <p>
                     27: There is a separate <a href="portsplus/index.html">list of Changes to the ports collection</a>.
                     28:
                     29: <p>
                     30: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
                     31:
                     32: <p>
                     33: <h3>
                     34: For changes in other releases, click below:<br>
                     35: <a href="plus20.html">2.0</a>,
                     36: <a href="plus21.html">2.1</a>,
                     37: <a href="plus22.html">2.2</a>,
                     38: <a href="plus23.html">2.3</a>,
                     39: <a href="plus24.html">2.4</a>,
                     40: <a href="plus25.html">2.5</a>,
                     41: <a href="plus26.html">2.6</a>,
                     42: <a href="plus27.html">2.7</a>,
                     43: <a href="plus28.html">2.8</a>,
                     44: <a href="plus29.html">2.9</a>,
                     45: <a href="plus30.html">3.0</a>,
                     46: <a href="plus31.html">3.1</a>,
                     47: <a href="plus32.html">3.2</a>,
                     48: <a href="plus33.html">3.3</a>,
                     49: <a href="plus34.html">3.4</a>,
                     50: <a href="plus35.html">3.5</a>,
                     51: <a href="plus36.html">3.6</a>,
                     52: <br>
                     53: <a href="plus37.html">3.7</a>,
                     54: <a href="plus38.html">3.8</a>,
                     55: <a href="plus39.html">3.9</a>,
                     56: <a href="plus40.html">4.0</a>,
                     57: <a href="plus41.html">4.1</a>,
                     58: <a href="plus42.html">4.2</a>,
                     59: <a href="plus43.html">4.3</a>,
1.10      deraadt    60: <a href="plus45.html">4.5</a>,
1.11    ! deraadt    61: <a href="plus46.html">4.6</a>,
1.1       deraadt    62: <a href="plus.html">current</a>.
                     63: <br>
                     64: </h3>
                     65:
                     66: <p>
                     67: <h3><font color="#0000e0">Changes made between OpenBSD 4.3 and OpenBSD 4.4</font></h3><p>
                     68: <p>
                     69:
                     70: <ul>
1.4       jj         71: <!-- 2008/08/07 -->
                     72: <!-- 2008/08/06 -->
                     73: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a>, unconditionally disable -fcse-skip-blocks at -O2 for m68k, causes bad code generation in some cases.
                     74: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> panics and unbreak failover/loadbalance/broadcast status handling.
                     75: <!-- 2008/08/05 -->
                     76: <li>Back out <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> setpdc code and the code to allow EST to use acpicpu on amd64 machines.
                     77: <!-- 2008/08/04 -->
                     78: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a>, add support for reading the MAC address for newer chipsets.
                     79: <li>Since <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs&sektion=8&format=html">newfs(8)</a> is meant to be run on raw devices, it now refuses to run on block devices.
1.5       jj         80: <li>Updated BIND to 9.4.2-P2.
1.4       jj         81: <li>Added support in amd64 and i386 for using extended partitions by handling chained EBRs correctly.
                     82: <!-- 2008/08/03 -->
                     83: <li>Fixed bsd.rd for the hppa and armish platforms.
                     84: <!-- 2008/08/02 -->
                     85: <li>Compile inteldrm and radeondrm in i386 and amd64 GENERIC, but disabled.
                     86: <li>Prevent crash in the Mesa code if Delete is not defined for the given renderbuffer.
                     87: <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> state key linking for now.
1.7       jj         88: <li>Make sure the 802.11 layer drops unencrypted frames when WEP is on, or when WPA is on and RX protection for TA is enabled.
1.4       jj         89: <!-- 2008/08/01 -->
                     90: <!-- 2008/07/31 -->
                     91: <li>Unconditionally force route priority to RTP_DEFAULT, effectively disabling route prio. Not all parts of the system deal with them correctly yet.
                     92: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> wait much longer for clock stabilization.
                     93: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.6.9p17.
                     94: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> crashes seen in MS LifeCam NX-6000 and internal laptop Sonix chipsets.
1.3       jj         95: <!-- 2008/07/30 -->
1.4       jj         96: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a> does not accept negative or zero delay values on the command line.
                     97: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4&format=html">ath(4)</a> on sparc64 GENERIC kernels.
                     98: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4&format=html">wi(4)</a> on PCI on sgi GENERIC kernels.
                     99: <li>Added Sierra Wireless MC5725 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> devices.
                    100: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&sektion=4&format=html">ix(4)</a> to the amd64 GENERIC kernels.
                    101: <li>Fix potential division by zero in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a> driver.
1.3       jj        102: <!-- 2008/07/29 -->
1.7       jj        103: <li>Stability fixes for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&sektion=4&format=html">radeon(4)</a> driver, mostly related to VBLANK interrupt handling.
1.3       jj        104: <li>Prevent memory leak for IPv6 output descriptors in the pcb code when detaching.
                    105: <li>Prevent sparc64 Tadpole SPARCLE machines from using DMA in the pciide code and fall back to PIO instead.
                    106: <li>Updated xf86-video-mga to 1.4.9, xf86-video-nv to 2.1.10, xf86-video-neomagic to 1.2.1 and xf86-video-vmware to 10.16.4.
1.7       jj        107: <li>Added stricter checking for values controlling loops and memory allocations in the i915 and Radeon DRM code.
                    108: <li>Allow port distfiles to be stored as by_digest/sha1/di/digest to prevent distfiles directories exceeding the maximum number of links.
1.3       jj        109: <li>Fix for record ring pointers when audio pauses or overruns.
                    110: <!-- 2008/07/28 -->
                    111: <li>Try harder on sparc64 to find the aux port in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&sektion=4&format=html">pckbd(4)</a>. Tadpole SPARCLE needs it.
                    112: <li>Add rebuild mark to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> to restart a rebuild upon clean shutdowns.
                    113: <li>Fix FIFO overruns in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4&format=html">ath(4)</a> for PCI-E chipsets.
                    114: <li>Make sure route message length is properly aligned to the next natural boundary.
                    115: <li>Update the timezone data to tzdata2008e and code to tzcode2008e.
                    116: <li>On m88k-based machines, disable delay slots in the locore 88110-specific parts.
                    117: <!-- 2008/07/27 -->
                    118: <li>In the network route code, fix tracking of RTF_MPATH.
                    119: <li>Added Option GlobeSurfer ICON7.2 and Option GlobeTrotter HDSPA ICON 225 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> devices.
                    120: <li>New implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3&format=html">malloc(3)</a> from otto@.
                    121: <li>Increase the size of the TSB on large memory sparc64 machines.
                    122: <!-- 2008/07/26 -->
                    123: <li>Extend the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a> device firmware load timeout from 50000us to 500000us.
                    124: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> fails properly if the image resolution changes on the fly and exceeds the buffer size.
                    125: <li>New target for ports makefiles "update-or-install".
                    126: <li>Add -b switch to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=locate&sektion=1&format=html">locate(1)</a> for matching on the last part of the path only.
                    127: <!-- 2008/07/25 -->
                    128: <li>Fix for alpha PIE executables that sometimes could end up mapped on, or above, the stack.
                    129: <li>Make RAMDISK kernels work on sparc64 T2 systems by switching early to a temporary stack.
                    130: <li>Make sure libstdc++ does not undefine C99 math macros if !_GLIBCPP_USE_C99.
                    131: <!-- 2008/07/24 -->
1.7       jj        132: <li>Add code for alpha to decode machine checks on Avanti, providing a description of the problem.
1.3       jj        133: <li>Make sure we clear the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> state key pointer in the mbuf header to prevent ipsec encapsulated state to be linked to the decapsulated one.
                    134: <li>Implemented various C99 functions like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isnormal&sektion=3&format=html">isnormal(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isnan&sektion=3&format=html">isnan(3)</a> in libc.
                    135: <!-- 2008/07/23 -->
                    136: <li>Fix for occasional double free in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getpwent&sektion=3&format=html">getpwent(3)</a>.
                    137: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&sektion=1&format=html">ps(1)</a> output problem on hppa triggered by faulty cache aliasing boundary sizes.
                    138: <li>Fix stack abuse in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> "time" command.
                    139: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> validate packet length in debug dns packet logging before printing the header.
                    140: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a> from printing options that have been compile-time disabled when running in config test mode.
                    141: <!-- 2008/07/22 -->
                    142: <li>Added dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a>.
                    143: <li>Added proper interrupt handling for alpha PCI devices behind bridges.
                    144: <li>Added some more C99 definitions to math.h.
                    145: <!-- 2008/07/21 -->
                    146: <li>Implemented a method to fetch scsi device "devid".
                    147: <li>Implemented the cpu_yield hypervisor call for sparc64, used in the idle loop of SUN4V-based machines. Huge performance boost when most of the CPUs are idle.
                    148: <li>Fix timekeeping anomalies on Sparc64 T1000 machines by moving smp_signotify() from IPL_NONE to IPL_SOFTINT.
                    149: <!-- 2008/07/20 -->
                    150: <li>Move Huawei E618 and E620 from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsa&sektion=4&format=html">ubsa(4)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a>.
                    151: <li>Bug fix for pow() and powf().
                    152: <li>More accurate algorithm for tan() in libm.
                    153: <!-- 2008/07/19 -->
                    154: <li>Provide a timecounter for sparc64 based on the UltraSPARC IIe STICK logic.
                    155: <li>Better metadata handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a>.
                    156: <li>Make alpha read SRM hints for the bottom 4 PCI slots of an AlphaServer 1000A.
                    157: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&sektion=4&format=html">acx(4)</a> at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4&format=html">cardbus(4)</a> for sparc64 GENERIC kernels.
                    158: <li>Introduced a new 'parent' keyword in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> to inherit the state from another host with the specified Id.
                    159: <!-- 2008/07/18 -->
                    160: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4&format=html">ohci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a> at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4&format=html">cardbus(4)</a> for sparc64 GENERIC kernels.
                    161: <li>Add support in the kernel to recognize, load and execute position independent executables and randomize the load address. Not for all arches yet.
                    162: <!-- 2008/07/17 -->
                    163: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> firmware loading, now works again on sparc64.
1.6       jj        164: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a>, use getaddrinfo/getnameinfo instead of inet_pton/inet_ntop to allow specifying and printing the IPv6 scope identifier.
1.3       jj        165: <!-- 2008/07/16 -->
                    166: <li>Add -E flag and 'skipempty' option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail&sektion=1&format=html">mail(1)</a> to skip sending messages with empty bodies.
                    167: <li>Add prototype for infnan in math.h so it returns correct values.
                    168: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> NAT lookup for IPv6.
                    169: <li>Link UDP PCBs to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> states, same as for TCP.
                    170: <!-- 2008/07/15 -->
                    171: <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>, enable the read DMA engine's PCI read request long burst mode for PCIe chips. Resolves poor TX performance.
                    172: <li>Add a timecounter on sparc64, based on the $sys_tick register, and use it on machines that have it.
                    173: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> so newer PCIe devices work (8168C*/8102*).
                    174: <!-- 2008/07/14 -->
                    175: <!-- 2008/07/13 -->
1.1       deraadt   176: <!-- 2008/07/12 -->
                    177: <li>Updated xenocara ati driver to 6.9.0.
                    178: <li>Make sparc64 IV processors only attach the first thread of every core for now.
                    179: <li>Imported the openchrome video driver 0.2.902 into xenocara.
                    180: <!-- 2008/07/11 -->
                    181: <li>Add support for the Marvell 88E8016 PHY in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eephy&sektion=4&format=html">eephy(4)</a>.
                    182: <li>Provide sparc64 Fujitsu based SPARC-IV machines with a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=core&arch=sparc64&sektion=4&format=html">core(4)</a> device for each core and thread and attach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpu&arch=sparc64&sektion=4&format=html">cpu(4)</a> to them.
                    183: <!-- 2008/07/10 -->
                    184: <li>Make libc handle sign of negative zero in the printf code.
                    185: <li>Add support in the sparc64 platform code for Fujitsu SPARC-IV CPUs.
                    186: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> NAT code also check source port allocation against net.inet.(tcp|udp).baddynamic lists.
                    187: <!-- 2008/07/09 -->
                    188: <li>Fix leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> in the NAT case where the second state key needs to be freed manually in case of failure.
                    189: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> read the vendor flag from ASCII disklabel.
                    190: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8&format=html">rc(8)</a> boot script populate the baddynamic list of ports with the contents of /etc/services to avoid well-known ports.
                    191: <li>Make the sysctls net.inet.(tcp|udp).baddynamic source port cover the entire 65536 port space.
                    192: <li>Updated BIND to 9.4.2-P1.
                    193: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> use the non-repeating shuffle instead of arc4random() when binding sockets for DNS requests.
                    194: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> dns code to open new UDP socket to send the forwarded dns requests instead of sending from the server socket. Fixes some limitations and allows for randomizations.
                    195: <!-- 2008/07/08 -->
                    196: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> for recursive mget transfers.
                    197: <li>Fixed really old bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yacc&sektion=1&format=html">yacc(1)</a> when reducing a rule which has an empty right hand side.
                    198: <li>Fix crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> when trying to print an int as a string under certain circumstances.
                    199: <!-- 2008/07/07 -->
                    200: <li>Initial version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmt&sektion=4&format=html">vmt(4)</a>, a kernel level implementation of the vmware tools. Only provides the hosts clock as a timedelta sensor so far.
                    201: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> microcode to 3.03.19, prepares for major <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> code upgrade.
                    202: <li>Extended <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sbbc&sektion=4&format=html">sbbc(4)</a> for sparc64 to provide a console for the v1280 machines.
                    203: <li>Update time zone data files to tzdata2008d.
                    204: <li>Add AGP and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchb&sektion=4&format=html">pchb(4)</a> hostbridge support for Intel 82945GME chipsets.
                    205: <!-- 2008/07/06 -->
                    206: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3&format=html">pthreads(3)</a> when using application-specified thread stacks.
                    207: <li>During installation, make 'dhcp' the initial default answer during network configuration.
                    208: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sbbc&sektion=4&format=html">sbbc(4)</a>, a driver for the BootBus controller for sparc64 and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssm&sektion=4&format=html">ssm(4)</a>, a driver for the scalable shared memory device.
                    209: <!-- 2008/07/05 -->
                    210: <li>Brought in various fixes to make V1280 a supported sparc64 model.
                    211: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&sektion=4&format=html">udcf(4)</a>, add support for the new Expert mouseCLOCK USB II.
                    212: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> accept \$ PS1 when started as root, and refuse to import a PS1 unless it contains a '#' character.
                    213: <!-- 2008/07/04 -->
                    214: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> how to retrieve etc*/xetc*.tgz files from FTP/HTTP paths using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>.
                    215: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8&format=html">httpd(8)</a> proxy module in SSL mode.
                    216: <!-- 2008/07/03 -->
                    217: <li>Clean up parser in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>, also dropping the restriction that URLs need to end in a slash.
                    218: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> support negation of groups in a "Match group" block.
                    219: <li>Fix panics seen in pf_state_key_attach for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>.
                    220: <!-- 2008/07/02 -->
                    221: <li>Updated the xenocara radeondrm and inteldrm driver.
                    222: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a> to macppc RAMDISK kernels.
                    223: <li>Link <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> states with TCP pcbs, and vice versa. Speeds up lookups.
                    224: <li>Added softraid to amd64 and i386 RAMDISK_CD kernels.
                    225: <li>Updated the page daemon to modern limits and rework the logic in it.
                    226: <li>Added bio and bioctl to sparc RAMDISK kernels.
                    227: <!-- 2008/07/01 -->
                    228: <li>Added initial version of acpivideo for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a>.
                    229: <li>Enable FFS2 on hppa RAMDISK kernel also.
                    230: <li>Increased the ephemeral key size in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> protocol 1 from 768 to 1024 bits.
                    231: <li>Moved OpenBSD to 4.4-beta.
                    232: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&sektion=5&format=html">ipsec.conf(5)</a>, if rules contain a hostname instead of an address, use the list of all possible addresses from DNS and not only the first one.
                    233: <li>Added bio and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&sektion=8&format=html">bioctl(8)</a> to macppc and hppa RAMDISK kernels.
                    234: <li>Enable FFS2 on most larger RAMDISK media.
                    235: <!-- 2008/06/30 -->
                    236: <li>Even stricter probing for AMD Geode CPUs in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amdmsr&sektion=4&format=html">amdmsr(4)</a> code.
                    237: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a> in TAO mode to set the write speed.
                    238: <li>Fixed three-state boolean logic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8&format=html">sendmail(8)</a>.
                    239: <!-- 2008/06/29 -->
                    240: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> at cardbus? to amd64 GENERIC kernels.
                    241: <li>Updated xf86-video-intel to version 2.3.2.
                    242: <li>Added a usb2.0 to usb1.1 handover method for devices which only work in 1.1 mode but where usb2.0 would attach it.
                    243: <!-- 2008/06/28 -->
                    244: <li>Reenabled branch prediction on swift CPUs for sparc.
                    245: <!-- 2008/06/27 -->
                    246: <li>For opencvs, make sure we only check out files again if a sticky tag was in fact set when the user supplies -A.
                    247: <li>Make sure we clear the swap encryption keys before dumping a kernel image.
                    248: <li>Hook up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&sektion=4&format=html">arc(4)</a> blinkenleds to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&sektion=8&format=html">bioctl(8)</a>.
                    249: <!-- 2008/06/26 -->
                    250: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> to alpha, macppc and sparc64 GENERIC kernels.
                    251: <li>Plugged memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&sektion=1&format=html">rcs(1)</a> in the rcs_rev_getlines() function.
                    252: <li>Added bio and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&sektion=8&format=html">bioctl(8)</a> to amd64 and i386 RAMDISK_CD, to zaurus and sgi RAMDISK and to alpha RAMDISKBIG kernels.
                    253: <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&sektion=8&format=html">ypldap(8)</a>, a drop-in replacement for ypserv to glue in an LDAP directory for get{pw,gr}ent family of functions.
                    254: <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> Fingerprint Visualization from CheckHostIP to an own config option named VisualHostKey.
                    255: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> test the primes in /etc/moduli better.
                    256: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chmod&sektion=2&format=html">chmod(2)</a> operations to set set[ug]id and sticky bits. Does not apply to transfers, only chmod commands.
                    257: <!-- 2008/06/25 -->
                    258: <li>Fix sticky-address on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> rdr.
                    259: <li>Added support for Intel G35 graphics.
                    260: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> interactive mode, always suggest offsets and sizes inside the OpenBSD area. Added an 'l' command to print headers only.
                    261: <li>Various improvements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>, including better handling of resumes.
                    262: <li>Fix in bootloader to skip CHS checks if LBA is found and OK.
                    263: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auglx&sektion=4&format=html">auglx(4)</a>, an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4&format=html">audio(4)</a> driver for the AC'97 audio codec found on some AMD Geode LX systems with CS5536 companion chips.
                    264: <li>Allow i386 and amd64 to boot from extended DOS partitions.
                    265: <!-- 2008/06/24 -->
                    266: <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldd&sektion=1&format=html">ldd(1)</a> how to handle PIE executables.
                    267: <li>Implemented time-based rekeying for idgen32.
                    268: <li>RX chain corruption fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&sektion=4&format=html">bnx(4)</a> in low memory situations.
                    269: <li>Disallow processes from mapping their own page 0.
                    270: <li>Implemented reentrant functions getpwnam_r() and getpwuid_r() in libc.
                    271: <!-- 2008/06/23 -->
                    272: <!-- 2008/06/22 -->
                    273: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a> automatically distinguish between CD-DA tracks and WAVE audio files when writing them in TAO mode.
                    274: <!-- 2008/06/21 -->
                    275: <li>Updated freetype to 2.3.6. Fixes CVS-2008-1806,1807 and 1808.
1.6       jj        276: <li>Added Marvell Yukon devices based on 88E8040T chips to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> network cards.
1.1       deraadt   277: <!-- 2008/06/20 -->
                    278: <!-- 2008/06/19 -->
                    279: <li>Reenabled amdmsr, now it properly checks for AMD Geode LX CPUs with a graphics processor.
                    280: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wc&sektion=1&format=html">wc(1)</a> from printing spurious whitespace when reading from stdin.
                    281: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&sektion=1&format=html">printf(1)</a> ignore double dash even though it does not take any options itself.
                    282: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&sektion=4&format=html">ix(4)</a> to amd64 and i386 GENERIC kernels, enabled on i386 only.
                    283: <!-- 2008/06/18 -->
                    284: <li>Fixes for vblank in the DRM code.
                    285: <li>Updated xf86-video-apm to 1.2.0.
                    286: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xinit&sektion=1&format=html">xinit(1)</a> to 1.1.0.
                    287: <li>Removed lbxproxy, xphelloworld, xplsprinters and xpreharshprinterlist.
                    288: <li>Fix segmentation fault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a> when writing to an alternate name.
                    289: <!-- 2008/06/17 -->
                    290: <li>Updated the Xext code for MIT-SHM, fixes CVE-2008-1379.
                    291: <li>Unbreak OpenCVS diff for newly added files.
                    292: <!-- 2008/06/16 -->
                    293: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> crash when compiled with -g.
                    294: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> transfer interrupting when confirmrest mode is used.
                    295: <!-- 2008/06/15 -->
                    296: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> from calling isatty() on a pty master, prevents hang on exit on some non-openbsd platforms.
                    297: <li>Make MaxAuthTries available inside Match blocks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5&format=html">sshd_config(5)</a>.
                    298: <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amdmsr&sektion=4&format=html">amdmsr(4)</a> until a way to only make it work on Geode CPUs is found.
                    299: <li>Reenabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipmi&sektion=4&format=html">ipmi(4)</a> again on amd64 and i386 GENERIC kernels.
                    300: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> to delete more than one community per filter rule.
                    301: <li>Make powerbooks and ibooks default to adb keyboards for console.
                    302: <!-- 2008/06/14 -->
                    303: <li>Added 802.3ad LACP support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a>.
                    304: <li>Make the amd64 platform capable of getting EST CPU operating points from ACPI when running on Intel CPUs.
                    305: <li>Initial version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.statd&sektion=8&format=html">rpc.statd(8)</a>.
                    306: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> accept empty passwords in URLs.
                    307: <li>Make OpenCVS handle addition of new files in branches.
                    308: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.lockd&sektion=8&format=html">rpc.lockd(8)</a> handle filehandle comparisons between NFSv2 and v3.
                    309: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> notify the user that attaching to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=echi&sektion=4&format=html">echi(4)</a> wont work.
                    310: <li>Better bounds checks on RAW_PART devices so we never access past the end of the device.
                    311: <li>Updated xserver to 1.4.2 in the xenocara tree.
                    312: <li>Added xf86-video-geode driver to the xserver.
                    313: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> to specify carppeer, the unicast address of the remote carp peer.
                    314: <li>Initial version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amdmsr&sektion=4&format=html">amdmsr(4)</a>, a driver to access model specific registers on AMD Geode CPUs.
                    315: <li>Make sure each nfs iod can enqueue more than one asynchio, and limit the amount of buffer cache it is allowed to a sensible amount. Improves write performance due to less syncing.
                    316: <li>Improved the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a> undo code.
                    317: <!-- 2008/06/13 -->
                    318: <li>Make OpenCVS handle RCS files without a head revision set.
                    319: <li>Added support in OpenCVS for sticky date set in CVS/Tag and CVS/Entries per directory.
                    320: <li>Two performance improvements in OpenCVS, one by reusing the last opened CVS/Entries until we switch directory, and switching writes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fwrite&sektion=3&format=html">fwrite(3)</a> instead of line-by-line.
                    321: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4&format=html">ath(4)</a> to detach cleanly when attaching via PCI.
                    322: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmp&sektion=4&format=html">cmp(4)</a> to sparc64 RAMDISK kernels too.
                    323: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&sektion=8&format=html">bioctl(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> to enable softraid crypto. Still experimental!
                    324: <li>Fix ldscripts for i386 when using -pie.
                    325: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> not log state transitions to or from INIT by default.
                    326: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&sektion=4&format=html">bnx(4)</a> for fiber PHY using BCM5714/5780 and BCM5706/5708 adapters.
                    327: <li>Implemented NFS file locking in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rpc.lockd&sektion=8&format=html">rpc.lockd(8)</a>.
                    328: <li>Implemented xdr_int64_t and xdr_u_int64_t to the rpc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdr&sektion=3&format=html">xdr(3)</a> suite.
                    329: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strtof&sektion=3&format=html">strtof(3)</a> to libc.
                    330: <li>Update xenocara <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xfs&sektion=1&format=html">xfs(1)</a> to 1.0.8.
                    331: <li>Rework <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4&format=html">bridge(4)</a> mac address selection when using Spanning Tree Protocol.
                    332: <!-- 2008/06/12 -->
                    333: <li>Added D-Link DWA-111 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a> devices.
                    334: <li>Updated xenocara showfont to 1.0.2.
                    335: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> refuse to read ~/.shosts or ~/.ssh/authorized_keys that are not regular files.
                    336: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> for ignoring files and directories using optional /etc/sysmerge.ignore file.
                    337: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> fall back to creating a new TCP session for most multiplexing errors.
1.7       jj        338: <li>Make amd64 and i386 detect Intel's SMX, Safer Mode Extensions.
1.1       deraadt   339: <li>New display mode for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a>, "pftop".
                    340: <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&sektion=4&format=html">ep(4)</a> at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4&format=html">pcmcia(4)</a> and also <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4&format=html">xl(4)</a> at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4&format=html">cardbus(4)</a> for sparc64 GENERIC kernels.
                    341: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> on i386 GENERIC kernels.
                    342: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&sektion=1&format=html">tcpbench(1)</a> for opening more than one concurrent tcp session.
                    343: <li>Some preparations in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a> for PIE executable support.
                    344: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> on amd64 GENERIC kernels.
                    345: <li>Added statistics in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsstat&sektion=1&format=html">nfsstat(1)</a> to show how many async to sync changes are done.
                    346: <li>Better dsdt AML parsing for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a>.
                    347: <li>Improved privsep support for X11/DRI.
                    348: <li>Fix synproxy in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>.
                    349: <li>Make systat in "iostat" mode show buffer cache statistics too.
                    350: <li>Make OpenCVS handle symbol names that are also RCS tokens.
                    351: <li>Prevent NULL dereference in ELF loader.
                    352: <li>Fix libm compiles on gcc2 architectures.
                    353: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4&format=html">com(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4&format=html">wdc(4)</a> at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4&format=html">pcmcia(4)</a> for sparc64 GENERIC kernels.
                    354: <li>Fix egress group matching for IPv4.
                    355: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4&format=html">dc(4)</a> on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4&format=html">cardbus(4)</a> for sparc64 GENERIC kernels.
                    356: <li>Plug small memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> multiplex escape char handling.
                    357: <li>In OpenCVS, completely remove the need for TMP_DIR when running checkout.
                    358: <li>Make sure asynchronous I/O in NFS fail correctly if all nfs iods are busy and downgrade them to synchronous ones.
                    359: <!-- 2008/06/11 -->
                    360: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> display the key type as a caption in the frame of the random-art screen.
                    361: <li>Do not look for foreign ELF binaries unless emulation is enabled.
                    362: <li>Remove race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> by maintaining a queue of outstanding global requests we expect replies to, and use it to verify success for remote forward.
                    363: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, enable ~ escapes for multiplex slave sessions.
                    364: <li>Introduced a basic c-mode in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a>.
                    365: <li>Add "delete volume" functionality to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&sektion=8&format=html">bioctl(8)</a>.
                    366: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldattach&sektion=8&format=html">ldattach(8)</a> flush stdout after printing the pty name.
                    367: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> QLogic 2200 firmware to 2.02.06.
                    368: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> fingerprint ASCII visualization.
                    369: <li>Updated libX11 to 1.1.4 in the xenocara source tree.
                    370: <li>Updated the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=math&sektion=3&format=html">math(3)</a> libraries in regard of gamma/lgamma and tgamma() functions.
                    371: <li>Added a bunch of new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ciss&sektion=4&format=html">ciss(4)</a> devices.
                    372: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> for transparent L7 forwarding in relays.
                    373: <li>Fix in the xserver DBE extension.
                    374: <li>Fixes in xenocara for various overflows, CVE-2008-1377,1379 and 2360-2362.
                    375: <li>Added vlan support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcap&sektion=3&format=html">pcap(3)</a>.
                    376: <li>Updated the DRM code in xenocara.
                    377: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memconfig&sektion=8&format=html">memconfig(8)</a> on the amd64 platform.
                    378: <li>Synchronized the amd64 MTRR API with i386, and enabled it on GENERIC kernels.
                    379: <!-- 2008/06/10 -->
                    380: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> independent from system time changes by using monotime.
                    381: <li>For sparc64, use the prom address to map <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clock&sektion=4&format=html">clock(4)</a> at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ebus&sektion=4&format=html">ebus(4)</a> if available.
                    382: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> forwarding performance by removing need for a state lookup on outbound packets.
                    383: <li>Added "tar -j" option to launch bzip2 for compress/uncompress operations.
                    384: <li>Initial version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> crypto support. Disabled for now.
                    385: <li>Fixed panic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>.
                    386: <li>Added clear-mark function to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a>.
                    387: <li>Reduce memory usage in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a> by about 20% by packing state and type of an inode in a single byte.
                    388: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> support CIDR address matching in .ssh/authorized_keys from="..." stanzas.
                    389: <li>Added NFS cache improvements.
                    390: <li>Added AMD Geode LX support in xenocara.
                    391: <li>Add no-more-sessions extension to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> to indicate it will never request another session.
1.7       jj        392: <li>Increased <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> fifo command buffer size to accommodate IPv6 addresses.
1.1       deraadt   393: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> use sloppy <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> state keeping for routed sessions (Direct Server Return).
                    394: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> counters on table addresses optional, and disabled by default. Saves about 40% memory if counters are not being used.
                    395: <li>Fixed buffer cache pending read statistics.
                    396: <li>Fixed memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbf&sektion=4&format=html">usbf(4)</a> code.
                    397: <li>Made signal permission checks POSIX compliant.
                    398: <li>In OpenCVS, make sure we properly inherit file permissions.
                    399: <li>Revamped the buffer cache.
                    400: <li>Shrink <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> state structure by collapsing two 8 bit ints into one.
                    401: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldattach&sektion=8&format=html">ldattach(8)</a> sleep if the slave device of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pty&sektion=4&format=html">pty(4)</a> is not connected.
                    402: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> so it has the same behaviour for IPv6 and IPv4.
                    403: <li>Do not ask "override?" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rm&sektion=1&format=html">rm(1)</a> if the access fails for other reasons than EACCESS.
                    404: <li>Allow emulated linux binaries to call setsockopt(,TCPNODELAY,) on a AF_LOCAL socket.
                    405: <li>Fix IPv4 in IPv6 IPSec encapsulation issue.
                    406: <li>Added /dev/video* on the amd64 platform.
                    407: <!-- 2008/06/09 -->
                    408: <li>Added extended test mode (-T) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
                    409: <li>Added -O option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsold&sektion=8&format=html">rtsold(8)</a> to run an external script when the "other configuration" flag is found in the RA message.
                    410: <li>Fix interrupt handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a> for Iomega Jazz drives on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> and others.
                    411: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>, implement a sloppy tcpstate tracker which does not look at sequence numbers at all.
                    412: <li>In sshd_config, support full CIDR address matching in Match blocks, with support for negation and fallback to classic wildcard matching.
                    413: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a>, when using IPv6 addresses, return the first 32 bits of the MD5 hash of the address as ref ID.
                    414: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> to respect RFC4330 when run as a secondary server.
                    415: <li>Make amd64 machines be able to use more than 4G ram, and crank the MAXDSIZ to allow allocations/mmap() up to 8G.
                    416: <li>New trigger framework in OpenCVS.
                    417: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmp&sektion=4&format=html">cmp(4)</a> to sparc64, a dummy driver to make attaching CMT CPUs easier.
                    418: <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=access&sektion=2&format=html">access(2)</a> semantics regarding X_OK and the superuser.
                    419: <li>Make gcc on alpha use -mieee by default. Fixes many FPE problems.
                    420: <li>Drop root privileges in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&sektion=8&format=html">rtadvd(8)</a>.
                    421: <li>Introduced an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=idgen32&sektion=9&format=html">idgen32(9)</a> facility to generate unpredictable 32 bit numbers and use them for IPv6 IDs and NFS server/client XIDs.
                    422: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8&format=html">netstart(8)</a> ensure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostname.if&sektion=5&format=html">hostname.if(5)</a> files have the correct permissions on each boot.
                    423: <li>Better merge conflict handling in OpenCVS.
                    424: <li>Deprecated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slattach&sektion=8&format=html">slattach(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nmeaattach&sektion=8&format=html">nmeaattach(8)</a> in favor of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldattach&sektion=8&format=html">ldattach(8)</a>.
                    425: <li>Improved superblock location code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a> since <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs&sektion=8&format=html">newfs(8)</a> creates alternate superblocks in different locations.
                    426: <li>Better wireless support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsold&sektion=8&format=html">rtsold(8)</a>.
                    427: <li>Add -p option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldattach&sektion=8&format=html">ldattach(8)</a> to pass data received from the device to the master device of a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pty&sektion=4&format=html">pty(4)</a> pair.
                    428: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> from leaking memory on refid production failure.
                    429: <li>Fix Sun Fire V490 boot delay.
                    430: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a>, allow outgoing replies from sensor-driven servers to have a user-configurable reference ID, eg. "GPS" or "DCF".
                    431: <li>Fix segmentation fault in OpenCVS annotate code.
                    432: <li>Implemented an AES XTS mode in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&sektion=9&format=html">crypto(9)</a> framework.
                    433: <li>Fix 64-bit issue in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&sektion=8&format=html">ndp(8)</a>.
                    434: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8&format=html">sendmail(8)</a>, disable ident queries, crank max queue children in bulk config and use the C flag in the bulk config file.
                    435: <!-- 2008/06/08 -->
                    436: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a> figure out if media supports TAO or blanking.
                    437: <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&sektion=8&format=html">rtadvd(8)</a> receives SIGUSR1, send debug output to syslog instead of a file.
                    438: <li>Add ability in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a> to determine media capabilities.
                    439: <li>Added IODATA WN-G54/US and MELCO WLI-U2-KAMG54 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&sektion=4&format=html">uath(4)</a> devices.
                    440: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> client store statvfs replies in wire format.
                    441: <li>Adapt <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> mmap frame buffer to a ring buffer.
                    442: <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&sektion=4&format=html">ix(4)</a>, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter.
                    443: <li>Fix suspend/hibernate issues in rt2860-based devices.
                    444: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a>, do not ignore a slightly unresponsive server for an hour, 5 minutes is enough.
                    445: <li>When adding PMTU related routes to the table, inherit the priority from the parent.
                    446: <li>Fixed NULL pointer dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>, affected IPv6 only.
                    447: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&sektion=4&format=html">ixgb(4)</a>, sync the TX ring and post new packets to the chip once per call to the start routine instead of once per packet.
                    448: <li>Fix fault in OpenCVS when running status -v on non-existing files.
                    449: <li>Prevent segmentation fault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ed&sektion=1&format=html">ed(1)</a> when receiving a signal while being in getpass().
                    450: <li>Allocate ipq's for fragment reassembly in the ip_input code from a pool instead of using malloc().
                    451: <li>For i386 and amd64, make serial console on non-primary ports work.
1.4       jj        452: <li>Make OpenCVS properly check passed tags for validity before attempting the import and allow multiple release tags.
1.1       deraadt   453: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=et&sektion=4&format=html">et(4)</a> devices detachable.
                    454: <!-- 2008/06/07 -->
                    455: <li>Removed support for <tt>dhcpd.interfaces</tt> in <tt>/etc/rc</tt> and deprecated the file <tt>/etc/dhcpd.interfaces</tt>.
                    456: <li>Fix memory leaks in OpenCVS in the directory tag handling code.
                    457: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dumpfs&sektion=8&format=html">dumpfs(8)</a>, fix generated size for -m.
                    458: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a> prebind to not leak file descriptors.
                    459: <li>Add code to make UltraSPARC-IV work.
                    460: <li>Add disabled com4 device in i386 GENERIC for Fujitsu Stylistic Touchscreen devices.
                    461: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a>, increase statvfs member fsid to 64 bits.
                    462: <li>Add acphy/mtdphy/luphy and sqphy which are used by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4&format=html">dc(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&format=html">hme(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4&format=html">ne(4)</a> to hppa GENERIC and RAMDISK kernels.
                    463: <li>Add baudrate handling for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> fiber boards using the TBI interface.
                    464: <li>Add link state/baudrate handling to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4&format=html">ti(4)</a>.
                    465: <!-- 2008/06/06 -->
                    466: <li>Stop spurious "got link" message from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a>.
                    467: <li>Moved the Apache manual from <tt>/var/www/htdocs/manual/</tt> in the <i>etcXX</i> file set to <tt>/usr/share/doc/html/httpd/</tt> in the <i>miscXX</i> file set.
                    468: <li>Remove hardcoded route priority in arplookup.
                    469: <!-- 2008/06/05 -->
                    470: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a>, add _?RS methods evaluation to obtain additional heuristics and setting interrupt routing.
                    471: <li>For rthreads, make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&sektion=2&format=html">fork(2)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfork&sektion=2&format=html">vfork(2)</a> wrapper functions to reset state in the child process. Also protect libc/ld.so(1) critical areas during those calls and add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_atfork&sektion=3&format=html">pthread_atfork(3)</a> implementation.
                    472: <li>Added first bits for supporting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&sektion=2&format=html">mmap(2)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a>.
                    473: <li>For i386 and amd64, allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchb&sektion=4&format=html">pchb(4)</a> to find additional non-coherent HyperTransport links.
                    474: <!-- 2008/06/04 -->
                    475: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> from trying to exec a null char.
                    476: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> honor termpath and lockpath if given in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwmrc&sektion=5&format=html">cwmrc(5)</a> file.
                    477: <li>Beginning to remove OLF support.
                    478: <li>If <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpidump&sektion=8&format=html">acpidump(8)</a> is given -o, do not disassemble the AML so you can get the dump if the disassembler crashes.
                    479: <li>Extend <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&sektion=1&format=html">awk(1)</a> with bitwise operations.
                    480: <!-- 2008/06/03 -->
                    481: <li>Fix bias for upper_bounds in really large ranges for the random number generators. Nothing in the source tree yet requests such ranges.
                    482: <li>Make DRM code for X.org use D_CLONE so per-open data works. Preparation for privilege separation.
                    483: <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3&format=html">pthreads(3)</a> library, do not grab the file descriptor read lock for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getsockopt&sektion=2&format=html">getsockopt(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setsockopt&sektion=2&format=html">setsockopt(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getpeername&sektion=2&format=html">getpeername(2)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getsockname&sektion=2&format=html">getsockname(2)</a>. Prevents deadlocks if another thread already holds that lock.
                    484: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> to play/record from input-only or output-only devices.
                    485: <li>Reduced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&sektion=4&format=html">ixgb(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> code size by moving periodic debug output inside #ifdefs.
                    486: <!-- 2008/06/02 -->
                    487: <li>Revert xenocara inputproto to 1.4.2.1 again.
                    488: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> from being suspended from the tty.
                    489: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> over- and underrun behaviour user selectable per stream.
                    490: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> handle over- and underruns without disturbing other streams.
                    491: <li>Shrink scsi_mode_sense to 254 bytes to please ahci. Makes some SATA tapes drives work.
                    492: <li>Fix uvm swapencrypt for the last 128 page area.
                    493: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpithinkpad&sektion=4&format=html">acpithinkpad(4)</a> ignore the brightness changed event.
                    494: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uftdi&sektion=4&format=html">uftdi(4)</a>, add some ELV Elektronik based devices.
                    495: <li>Move amd64 interrupt setup before ddb setup on the amd64 platform to allow boot -d from UKC.
                    496: <li>Fix synproxy breakage in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> introduced with the new state tables.
                    497: <li>Fix kernel freeze from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> when unplugging an active device.
                    498: <li>Fix double free in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tail&sektion=1&format=html">tail(1)</a> which can happen if the last line has no newline.
                    499: <!-- 2008/06/01 -->
                    500: <li>Added PRIMEPOWER 650/850 to the list of supported sparc64 machines.
                    501: <li>New ACPI parser for i386/amd64.
                    502: <li>Make sure sparc/sparc64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> use the same SCSI initiator ID as the prom.
                    503: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a>, make it possible to merge files from xetcXX.tgz only.
                    504: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&sektion=4&format=html">acx(4)</a> TX performance issue in HostAP mode by using 1MBit/s as beacon sending rate.
                    505: <!-- 2008/05/31 -->
                    506: <li>Updated Mesa to 7.0.3 in the xenocara tree.
                    507: <!-- 2008/05/30 -->
                    508: <li>Removed ext2fs from i386 RAMDISK B.
                    509: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a> will not try to blank a CD twice.
                    510: <li>Fix NULL dereference in OpenCVS logging code and segfault in keyword expansion code if no RCS file is available.
                    511: <!-- 2008/05/29 -->
                    512: <li>Added support of diff -D in OpenCVS.
1.7       jj        513: <li>Make sure we don't overflow the static buffer in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a>.
1.1       deraadt   514: <li>Add support for PCA9552 LED dimmer in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcaled&sektion=4&format=html">pcaled(4)</a> driver.
                    515: <!-- 2008/05/28 -->
                    516: <li>Rewrote <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> state logic.
                    517: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&format=html">hme(4)</a> in hppa GENERIC and RAMDISK kernels.
                    518: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ln&sektion=1&format=html">ln(1)</a>, do not print a warning if source and target already point to the same inode when given -f.
                    519: <li>Removed limit in OpenCVS on arguments on command line or sent by client.
                    520: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> for Option GlobeTrotter 3G+ cards.
                    521: <!-- 2008/05/27 -->
                    522: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> resume after suspend.
                    523: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a>, only look up initiator ID on Sparc64.
                    524: <li>Added DRM support to amd64 platform also.
                    525: <li>Make netbt code compile again.
                    526: <li>Updated libiberty to 2.17.1.
                    527: <li>Do not allocate fixed frame size in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a>, and skip too large frames.
                    528: <!-- 2008/05/26 -->
                    529: <li>Updated time zone data to tzdata2008c.
                    530: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> for flushing of count of states.
                    531: <li>Added ZyXEL G-202 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> devices.
                    532: <li>Fix bringing down a socppc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsec&sektion=4&format=html">tsec(4)</a> interface.
                    533: <li>Make the scsi subsystem print out the initiator ID.
                    534: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>, remove nlist optimization, since some ftp servers have issues with NLIST *.tgz.
                    535: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsec&sektion=4&format=html">tsec(4)</a> to socppc RAMDISK kernels.
                    536: <li>Reorganized some fields in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a> inodesc and inoinfo structs to reduce size on some archs.
                    537: <li>Added -q for quiet to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a>.
                    538: <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&sektion=4&format=html">cmpci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&sektion=4&format=html">eso(4)</a> on macppc GENERIC kernels.
                    539: <!-- 2008/05/25 -->
                    540: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=et&sektion=4&format=html">et(4)</a> count output packets.
                    541: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a>, if an interface has no link at startup, try to force it up.
                    542: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a> does not error out if dhcpd-sync does not exist in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=services&sektion=5&format=html">services(5)</a> file, and no sync options were specified.
                    543: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdistd&sektion=8&format=html">rdistd(8)</a> with regard to rdisting symbolic links.
                    544: <li>Fix TSEC2 RX interrupts on socppc.
                    545: <li>Updated xenocara inputproto to 1.4.3.
                    546: <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&sektion=4&format=html">cmpci(4)</a>and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&sektion=4&format=html">eso(4)</a> out of the alpha GENERIC untested section.
                    547: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&sektion=4&format=html">emu(4)</a> on sparc64 GENERIC kernel.
                    548: <!-- 2008/05/24 -->
                    549: <li>Enable userland to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=read&sektion=2&format=html">read(2)</a> video streams from /dev/video.
                    550: <li>Updated libpciaccess to 0.10.2, xkbfile to 1.0.5, libtrans to 1.2 and printproto to 1.0.4.
                    551: <li>Updated Xfont to 1.3.2, Xinerama to 1.0.3 and Xv to 1.0.4.
                    552: <li>For the socppc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsec&sektion=4&format=html">tsec(4)</a> devices, configure the media when bringing up an interface and use the mac address passed by the firmware.
                    553: <!-- 2008/05/23 -->
                    554: <li>Added IPv6 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&sektion=8&format=html">identd(8)</a> when run in standalone mode.
                    555: <li>Added Schneider & Koch SK-9821/SK-9843 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4&format=html">sk(4)</a> devices.
                    556: <li>Added some Fujitsu ethernet cards (PW008GE5 and GE4) that actually are <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>.
                    557: <li>Update sem_otime on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=semop&sektion=2&format=html">semop(2)</a>.
                    558: <li>Prevent alpha ramdisks from adding swap space automatically.
                    559: <li>Fixed Ctrl-T status report on some ttys without carrier.
                    560: <li>Fixed situation in NFS when TCP mounts timeout and processes get hung in the reconnect code since they do not have enough privileges.
                    561: <li>Removed USER_LDT code from the amd64 platform.
                    562: <li>Removed old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awi&sektion=4&format=html">awi(4)</a> driver.
                    563: <li>Make GENERIC.MP work on sun4u CPUs too.
                    564: <li>Make OpenCVS properly pass the directory tag of parent directories into new subdirectories.
                    565: <!-- 2008/05/22 -->
                    566: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a>, add support for recording full-duplex, format conversions and resampling on the fly, mixing multiple inputs of different formats, upto 16 channels and more linear encodings.
                    567: <li>Bumped spamd sync protocol, fixes sending ip addresses being sent in host byte order, and sub-headers in the frame were not natively aligned for 64-bit arches.
                    568: <li>Remove <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ises&sektion=4&format=html">ises(4)</a> from alpha and amd64 GENERIC kernels.
                    569: <li>Make OpenRCS/CVS correctly deal with non-zero depths specified in rcsnum_cmp().
                    570: <!-- 2008/05/21 -->
                    571: <li>Added MCP77,79 and 7B SMBus controllers to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nviic&sektion=4&format=html">nviic(4)</a>.
                    572: <li>Add Fujitsu PRIMEPOWER250/450 ethernet to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> devices.
                    573: <li>Updated the xf86-video-intel driver to 2.3.1 in the xenocara tree.
                    574: <li>Speedup for SH-based machines in the cache handing code.
                    575: <li>Initial code for supporting Sun4u machines with Fujitsus SPARC64-V CPU.
                    576: <li>Switched the i386 platform from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pccom&sektion=4&format=html">pccom(4)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4&format=html">com(4)</a>.
                    577: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> menu_filter handle mouse movement too, enables keyboard search dialogues to be manipulated with the mouse.
                    578: <!-- 2008/05/20 -->
1.7       jj        579: <li>Implemented a -U option for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8&format=html">httpd(8)</a>, to set the default address family to PF_UNSPEC for ambiguous directives.
1.1       deraadt   580: <li>Added multicast support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lii&sektion=4&format=html">lii(4)</a>.
                    581: <!-- 2008/05/19 -->
                    582: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> cast pointer arithmetic to correctly handle underflows.
                    583: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsec&sektion=4&format=html">tsec(4)</a>, a driver for the socppc Three Speed Ethernet Controller.
                    584: <li>Removed libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=recalloc&sektion=3&format=html">recalloc(3)</a> call.
                    585: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8&format=html">httpd(8)</a> compiles on gcc 2.x architectures.
                    586: <li>Fix usb memory leak when there is no power source.
                    587: <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&sektion=1&format=html">ssh-keygen(1)</a> for -l in combination with -F to search for a known host and display its fingerprint.
                    588: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> sending tty modes when stdin is not a tty.
                    589: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> for alt-tabbing when programs steal key events.
                    590: <li>Added the SO_BINDANY socket option for IPv6 also.
                    591: <li>In the usb subsystem, try a few times before giving up while getting the device descriptor.
                    592: <li>Implemented keyboard binding in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> for group toggling.
                    593: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=en&sektion=4&format=html">en(4)</a> from alpha RAMDISKBIG kernels.
                    594: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> protocol keepalive timeouts.
                    595: <!-- 2008/05/18 -->
                    596: <li>Fixed small memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>.
                    597: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&sektion=4&format=html">umass(4)</a>, avoid leaking pipes in error cases.
                    598: <!-- 2008/05/17 -->
                    599: <li>Fix glass console on the sgi platform.
                    600: <li>Added full branch support in OpenCVS.
                    601: <!-- 2008/05/16 -->
                    602: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamdb&sektion=8&format=html">spamdb(8)</a> check for an @ sign when given -t or -T.
                    603: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a>, initialize timeouts only once, not everytime they are started.
                    604: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a>, clear source nodes on table changes in sticky mode.
                    605: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a>, fix kernel crash when device gets detached, and make sure we free the sample buffer on detach.
                    606: <!-- 2008/05/15 -->
                    607: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> to step the time at startup, regardless of how large the offset is.
                    608: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> for diverting IPv6 traffic also.
                    609: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a>, avoid clearing the port enable bit when bringing it out of reset.
                    610: <!-- 2008/05/14 -->
                    611: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&sektion=4&format=html">cmpci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&sektion=4&format=html">eap(4)</a> to Sparc64 GENERIC kernels.
                    612: <li>Added a non-interactive mode to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a>.
                    613: <!-- 2008/05/13 -->
                    614: <li>Allow thinkpad ACPI button events to change the volume.
                    615: <li>In the NFS code, make sure we do not grab the receive lock if the reply has already been received while we slept.
                    616: <!-- 2008/05/12 -->
                    617: <li>Prevented a race condition in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdistd&sektion=8&format=html">rdistd(8)</a>.
                    618: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&sektion=4&format=html">st(4)</a>, fix device reference counting.
                    619: <!-- 2008/05/11 -->
                    620: <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> driver, if we find a E220 device in umass mode, send the magic command to enable the serial portions of the device.
                    621: <li>Fixed a crash in the libc hash code when iterating over a hash and removing its elements.
                    622: <li>Added a few more macros to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tree&sektion=3&format=html">tree(3)</a> suite.
                    623: <li>Fix segfault in the "cvs admin" command for both GNU cvs and OpenCVS.
                    624: <li>Plugged a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&sektion=1&format=html">rcs(1)</a> and (open)cvs for rcs_delta_stats.
                    625: <li>Added Buffalo LUA-U2-GT to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&sektion=4&format=html">axe(4)</a> devices.
                    626: <!-- 2008/05/10 -->
                    627: <li>More protection against mbuf pool corruption in the IPv6 input code.
                    628: <li>Remove limit of 128 arguments on the command line for OpenRCS.
                    629: <li>Initial import of the socppc, a port of OpenBSD for the Thecus N1200, and potentially other PowerPC SoC platforms.
                    630: <!-- 2008/05/09 -->
                    631: <li>Various file descriptor and pipe fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
                    632: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a> to kill states by rule label or state id.
                    633: <li>Added support for NTT DoCoMo A2502 to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> driver.
                    634: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a>, increase buffer size to 4k and make use of interrupt endpoint to increase responsiveness.
                    635: <li>Added support for IPv6 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8&format=html">httpd(8)</a> while keeping the default at IPv4.
                    636: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> link status change handling.
                    637: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a> code lock in removable media while determining the disk parameters.
                    638: <!-- 2008/05/08 -->
                    639: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a> not give up when the link is not available on startup, also renew the lease whenever the link was lost and becomes active again.
                    640: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> port forwarding code try additional addresses when connecting to a destination whose DNS name resolves to more than one address.
                    641: <li>Added the SO_BINDANY socket option from BSD/OS.
                    642: <li>Import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&sektion=1&format=html">tcpbench(1)</a>, a small TCP benchmarking tool.
                    643: <li>Fix when detaching tape drives.
                    644: <li>Added support for Microsoft Wireless Intellimouse and Notebook Optical Mouse 3000 Model 1049 in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&sektion=4&format=html">ums(4)</a> driver.
                    645: <li>Make the maximum number of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> sessions run-time controllable via MaxSessions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5&format=html">sshd_config(5)</a>.
                    646: <li>Implemented a channel success/failure status confirmation callback in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
                    647: <li>Reorder elements in the pf_state_peer struct to avoid wasting memory. Saves 8 bytes per entry on 64-bit machines.
                    648: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> avoid extra malloc/copy/free when receiving data over the net. Gives up to 10% speedup for localhost scp.
                    649: <!-- 2008/05/07 -->
                    650: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&sektion=1&format=html">file(1)</a> to 4.21.
                    651: <li>Correct the duration in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a> by taking the pre-gap into account.
                    652: <li>Enable TX mitigation when putting packets on the wire.
                    653: <li>Add synchronization support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a>.
                    654: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=routed&sektion=8&manpath=OpenBSD+4.3&format=html">routed(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&sektion=8&format=html">ripd(8)</a> will replace it.
                    655: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8&format=html">spamd(8)</a>, check if the received buffer of a sync element is big enough to hold the header with length field.
                    656: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> scrub packets based on tags.
                    657: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> to set TOS with scrub.
                    658: <!-- 2008/05/06 -->
                    659: <li>Allow virtual interfaces to add to the random pool.
                    660: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, enable the AllowAgentForwarding in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5&format=html">sshd_config(5)</a> by default.
                    661: <li>Implemented routing priorities, to be used to resolve conflicts from various routing daemons.
                    662: <li>Removed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ises&sektion=4&format=html">ises(4)</a> driver.
                    663: <li>Added an alternative "route-to" mode to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a>. A first step towards support for "DSR", direct server return.
                    664: <li>Map i810 on the same PCI BAR as inteldrm.
                    665: <li>Initial version of an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpe&sektion=4&format=html">mpe(4)</a> interface, the "MPLS Provider Edge".
                    666: <li>Add support for the Apple USB A1277 Ethernet adapter in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&sektion=4&format=html">axe(4)</a> driver.
                    667: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> kill an existing state if we get a SYN for a state that has been closed from both sides.
                    668: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msts&sektion=4&format=html">msts(4)</a> return clock status as a signal sensor.
                    669: <!-- 2008/05/05 -->
                    670: <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&sektion=1&format=html">pax(1)</a> behaviour when running in -u mode and no files are being updated due to them not changing, to exit with a success return code.
                    671: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&sektion=1&format=html">nc(1)</a> to set TCP send and receive buffer sizes.
                    672: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a>, add a counter to record how many states have been created by a rule.
                    673: <li>Endian fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8&format=html">route(8)</a> sockaddr labels.
                    674: <li>Prevent possible int overflow in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> ioctl code.
                    675: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nmea&sektion=4&format=html">nmea(4)</a> provide a signal sensor that reflects the status of the receiver like other sensors.
                    676: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&sektion=8&format=html">ndp(8)</a> from installing a /128 net route for proxy NDP entries.
                    677: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a>, put relay sockets in non blocking mode too.
                    678: <li>Added Huawei E220 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> devices.
                    679: <!-- 2008/05/04 -->
                    680: <li>Convert some wscons keyboard layouts to correct X names.
                    681: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8&format=html">sendmail(8)</a> to 8.14.3.
                    682: <!-- 2008/05/03 -->
                    683: <li>Fix SGI memory detection if memory sticks are not populated in decreasing sizes.
                    684: <li>Make PowerPC SMP machines not grab biglock for syscalls marked SY_NOLOCK.
                    685: <!-- 2008/05/02 -->
                    686: <li>For M88k SMP, make sure we grab the biglock unconditionally when system calls go through <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&sektion=4&format=html">systrace(4)</a>.
                    687: <li>Fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> for the RIB eligibility logic and correctly mask looping paths.
                    688: <!-- 2008/05/01 -->
                    689: <li>Plugged potential mbuf leaks in the NFS syscall code.
                    690: <li>Fix the socket option SO_TIMESTAMP.
                    691: <li>Update libevent to 1.3e, retaining local changes.
                    692: <li>Make libc readdir/telldir code more careful about entries deleted after a seekdir().
                    693: <li>Make hp300 recognize different built-in frame buffers 362 and 382.
                    694: <!-- 2008/04/30 -->
                    695: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> to handle xetcXX.tgz support and cleanups.
                    696: <li>More amd64 serial console fixes.
                    697: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-scan&sektion=1&format=html">ssh-scan(1)</a> default to RSA protocol 2 key, instead of RSA1.
                    698: <li>Make sure we drop all MPLS packets when MPLS is not enabled.
                    699: <!-- 2008/04/29 -->
                    700: <li>Enabled building of DRI modules and Mesa drivers by default on amd64 and i386 for X.org.
                    701: <li>Improved SIS 96x chip detection in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a>, and added some 964/965 devices to the list of supported chipsets.
                    702: <!-- 2008/04/28 -->
                    703: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=km&sektion=4&format=html">km(4)</a> on amd64 and i386 GENERIC kernels.
                    704: <li>New driver <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=km&sektion=4&format=html">km(4)</a> for sensors on the AMD Phenom and Opteron Barcelona CPUs.
                    705: <li>Spin up secondary cpu on more ppc systems.
                    706: <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vesa&sektion=4&format=html">vesa(4)</a> framebuffer code, do not alter mode parameter.
                    707: <li>It is now possible to enter static MPLS routes into the kernel with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8&format=html">route(8)</a>.
                    708: <li>Plug three memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=1&format=html">dc(1)</a>.
                    709: <!-- 2008/04/27 -->
                    710: <li>Added PCI ids for the AMD64 Phenom/Opteron 8300 series and Griffin.
                    711: <li>Various cddb fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a>.
                    712: <li>Added an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpithinkpad&sektion=4&format=html">acpithinkpad(4)</a> driver for IBM/Lenovo laptops.
                    713: <li>For hppa, add a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gecko&sektion=4&format=html">gecko(4)</a> driver for the GeckoBOA BC GSC+ port.
                    714: <!-- 2008/04/26 -->
                    715: <li>Bring macppc/powerpc closer to SMP.
                    716: <li>Adjust the output voltage for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> BCM5906 PHY, otherwise it might not get a link.
                    717: <li>Enable hardware TKIP+CCMP in RT2860-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a> devices.
                    718: <li>Small optimization for TKIP phase 2 for little-endian architectures.
                    719: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&sektion=1&format=html">rcs(1)</a>, duplicate envstr and free it on error, instead of allocating for each argument and freeing each on error.
                    720: <!-- 2008/04/25 -->
                    721: <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> for mips code generation to prevent user asm statements from being put in delay slots.
                    722: <li>Fixes for SH in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> when compiling PIC code and other optimizations.
                    723: <li>For i386, make ipending per-cpu.
1.6       jj        724: <li>When allocating amd64 interrupt 'slots', always check all slots to see if we already allocated a slot for a particular pin.
1.1       deraadt   725: <li>Plug potential mbuf leak in the NFS vfsops code.
                    726: <li>Boot loader argument parsing for amd64 was configuring serial console even when using a glass console. Fixed.
                    727: <!-- 2008/04/24 -->
                    728: <li>Added another HSDPA MSM to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> devices.
                    729: <li>Added support for more NM9845 variants in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a>.
                    730: <li>Corrected the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brk&sektion=2&format=html">brk(2)</a> prototype to match POSIX.
                    731: <li>Prevent overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&sektion=1&format=html">rcs(1)</a> if RCS_INIT and command line arguments exceed buffer size.
                    732: <li>Initial <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpiasus&sektion=4&format=html">acpiasus(4)</a> driver for ACPI based hotkeys.
                    733: <li>Fixed sgi IP30 serial console.
                    734: <li>Allow amd64 to use serial ports other than com0 for console.
                    735: <li>Make rthreads also return the proper values for failures in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_sigmask&sektion=3&format=html">pthread_sigmask(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sigprocmask&sektion=2&format=html">sigprocmask(2)</a>.
                    736: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spl&sektion=9&format=html">spl(9)</a> fixes for softnet interrupt handlers when dealing with the ifqueues.
                    737: <!-- 2008/04/23 -->
                    738: <li>Fix for some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ciss&sektion=4&format=html">ciss(4)</a> firmwares that use different physical drive addressing.
                    739: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3&format=html">pthreads(3)</a> code return the proper values upon failure for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_sigmask&sektion=3&format=html">pthread_sigmask(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sigprocmask&sektion=2&format=html">sigprocmask(2)</a> in threaded programs.
                    740: <li>Added support for the Netmos 6 port version to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a>.
                    741: <li>Removed the pre-802.11 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rln&sektion=4&format=html">rln(4)</a> driver, was never finished.
                    742: <li>Imported basic LSR MPLS support.
                    743: <!-- 2008/04/22 -->
                    744: <li>Remove kludge in NFS that map EEXIST to a success return code on the assumption it is a duplicate reply.
                    745: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a>, a mergemaster-like utility to help you update /etc and configuration files after upgrading to a new release or snapshot.
                    746: <li>Close potential mbuf leak in the NFS code.
                    747: <!-- 2008/04/21 -->
                    748: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&sektion=8&format=html">ftp-proxy(8)</a> flush output buffers before closing the TCP session, fixes case where the proxy would eat the 221 response.
                    749: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&sektion=8&format=html">syslogd(8)</a> drop messages when writing to a pipe that is too slow to process input.
                    750: <li>Clean up logging in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&sektion=8&format=html">rtadvd(8)</a> by introducing same logging API as other daemons.
                    751: <li>Fix for WPA/WPA2 when receiving an RSN IE in message 3 together with the WPA. Ignore it instead of deauthenticating.
                    752: <li>Prevent truncation in the fdopen/fopen/freopen libc calls if the file descriptor number is larger than SHRT_MAX.
                    753: <li>Fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ed&sektion=1&format=html">ed(1)</a> for SIGHUP handling.
                    754: <li>Initial version of an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&sektion=4&format=html">adt(4)</a> driver for the adt7462 sensor devices.
                    755: <!-- 2008/04/20 -->
                    756: <li>Allow low level <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4&format=html">audio(4)</a> drivers to specify a default sample format, instead of 8-bit mono mulaw @8kHz.
                    757: <li>On hppa64, use the firmware for reset when rebooting.
1.7       jj        758: <li>When starting Xorg without an xorg.conf, and the wskbd is "user", don't try to set such an xkb layout.
                    759: <li>Replaced the hppa64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pluto&sektion=4&format=html">pluto(4)</a> driver with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=astro&sektion=4&format=html">astro(4)</a> from hppa.
1.1       deraadt   760: <li>Added a proper <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_space_vaddr&sektion=9&format=html">bus_space_vaddr(9)</a> implementation for hppa64.
                    761: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xinit&sektion=1&format=html">xinit(1)</a> to 1.0.8, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xkbcomp&sektion=1&format=html">xkbcomp(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xprop&sektion=1&format=html">xprop(1)</a> and xset to 1.0.4 and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xrdb&sektion=1&format=html">xrdb(1)</a> to 1.0.5.
                    762: <li>Sync hppa64 console handling to the hppa code base.
                    763: <!-- 2008/04/19 -->
                    764: <li>Moved amd64 and i386 serial boot handling to talk directly to the hardware and not relying on the BIOS to do it for us.
                    765: <li>Check <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> for BCM5704-based devices and only for them, set special register settings used in TBI mode for fiber adapters.
                    766: <li>Add workaround for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> CRC bug errata with BCM5701 A0 and B0 chipset-based devices.
1.7       jj        767: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4&format=html">rl(4)</a>, make sure we don't call rl_rxeof() twice if both RX Ok and Err bits are set.
1.1       deraadt   768: <li>Changed the ELF loader to use the LMA as the load address for the various segments.
                    769: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twm&sektion=1&format=html">twm(1)</a> to 1.0.4.
                    770: <li>Updated xenocara xf86-video-radeonhd to 1.2.1, xf86-video-sis to 0.10 and xrandr to 1.2.3.
                    771: <li>Fix for Mesa in xenocara when using SSE where newly allocated memory would not be marked as executable, causing faults on various hardware setups.
                    772: <!-- 2008/04/18 -->
                    773: <li>Add a driver flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&sektion=4&format=html">ahci(4)</a> to force negotiation of SATA 1 transfers.
                    774: <li>Add filtering on direction for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>.
                    775: <li>Proper checks in the client code of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=opencvs&sektion=1&format=html">opencvs(1)</a> for memory allocations.
                    776: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pr&sektion=1&format=html">pr(1)</a>, if memory allocation fails during error message buffering, print all held back messages and exit.
                    777: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cal&sektion=1&format=html">cal(1)</a> to show week numbers.
                    778: <li>Add a function to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> which can identify an USB descriptor explicitly by its size.
                    779: <li>Added an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> extension called "statvfs@openssh.com" and "fstatvfs@openssh.com" that implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=statvfs&sektion=2&format=html">statvfs(2)</a>-like operations. Also, add a "df" command to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> client to produce a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=df&sektion=1&format=html">df(1)</a>-like display of filesystem space and inode usage.
                    780: <li>Extended the if_ethersubr.c CRC functions to support updating a running CRC in addition to the oneshot mode and also a speed improvement from marking some of the functions as "pure".
                    781: <!-- 2008/04/17 -->
                    782: <li>Make FTDI 2232L attach to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uftdi&sektion=4&format=html">uftdi(4)</a>.
                    783: <li>Fix potential segfault in the Mesa i965 code due to a bad realloc.
                    784: <li>Add missing monitor mode capability flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&sektion=4&format=html">uath(4)</a>.
                    785: <li>For sparc64, make sure hardclock is called for every clock tick, even if we miss one.
                    786: <li>Make the periodic <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&sektion=8&format=html">security(8)</a> run check for world-readable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostname.if&sektion=5&format=html">hostname.if(5)</a>.
                    787: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8&format=html">netstart(8)</a> check that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostname.if&sektion=5&format=html">hostname.if(5)</a> files are not world readable before using them.
                    788: <!-- 2008/04/16 -->
                    789: <li>Fix the libc resolver to allow "_" in the middle of DNS name components.
                    790: <li>Make the xf86-input-keyboard pick up the wscons keymap name to set up XkbLayout and XkbOptions if started without an xorg.conf.
                    791: <li>Added a kernel implementation of the 4-way handshake and group-key handshake protocols of 802.11i, and a software implementation of TKIP and CCMP, making WPA/WPA2-PSK usable in both station and hostap modes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&sektion=4&format=html">ural(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a>.
                    792: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a> timeout handling.
                    793: <!-- 2008/04/15 -->
                    794: <li>Add workaround for UltrasparcII clock tick management where stopping the clock would sometimes fail.
                    795: <li>Added support for the Texas Instruments bq4802 real-time clock found on the Ultra-25 and Ultra-45 sparc64 machines.
                    796: <li>Added untested support for LM76 in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&sektion=4&format=html">lmtemp(4)</a> driver.
                    797: <li>Added support for 2D acceleration on some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mgx&sektion=4&format=html">mgx(4)</a> video boards.
                    798: <li>Enter <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpa-psk&sektion=8&format=html">wpa-psk(8)</a>, a tool to generate WPA-PSK keys from the ssid and passphrase.
                    799: <!-- 2008/04/14 -->
                    800: <li>Reworked the NFS mbuf write routines.
                    801: <!-- 2008/04/13 -->
                    802: <li>Clear CPUF_RUNNING when halting a CPU on amd64 and i386 MP systems, fixes power-down problems.
                    803: <li>Rework the help output in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> so it again fits on one page.
                    804: <!-- 2008/04/12 -->
1.6       jj        805: <li>Improved the libc DNS resolver ID generation algorithm by wrapping the existing LCG in a random permutation generator based on a Luby-Rackoff block cipher.
1.1       deraadt   806: <li>Protect errno in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> from being trashed by other functions.
                    807: <li>Make sure the swap encryption code gets the correct amount of swap pages, might not match when using a miniroot in the swap partition.
                    808: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkfontdir&sektion=1&format=html">mkfontdir(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkfontscale&sektion=1&format=html">mkfontscale(1)</a> to 1.0.4 in the xenocara tree.
                    809: <li>Fix crash in DRM code when it is enabled, but no device is attached when X tries to use it.
                    810: <!-- 2008/04/11 -->
                    811: <li>Synced pcc compiler with the master repository.
                    812: <li>Fix bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a> when the error was DL_NOT_FOUND for libs which were found but could not be loaded.
                    813: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vgrind&sektion=1&format=html">vgrind(1)</a> output to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=groff&sektion=1&format=html">groff(1)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=troff&sektion=1&format=html">troff(1)</a>, so we end up with postscript output by default.
                    814: <!-- 2008/04/10 -->
                    815: <li>Added support for an "include" directive in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&sektion=5&format=html">ipsec.conf(5)</a> file.
                    816: <li>Introduced mitigation for packet sending in the interface start routine.
                    817: <li>Fix multicast packet and input bytes counting for ethernet devices being used by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a>.
                    818: <li>Make sure the tty subsystem code scrubs stack-based buffers.
                    819: <li>Rate limit FFS messages when it runs out of inodes/space to once every 2 seconds.
                    820: <li>Make IPI sending on sun4v based Sparc64 machines use a single hypervisor call. Improves kernel compile times by 20%.
                    821: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>, add support for recording through the mic jack on AD1984-based devices.
                    822: <li>Added Microchip MCP 98242 temp sensor support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdtemp&sektion=4&format=html">sdtemp(4)</a>.
                    823: <li>Added a -m flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cal&sektion=4&format=html">cal(4)</a> to show weeks starting on mondays.
                    824: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4&format=html">ami(4)</a>, prevent phantom devices from appearing on the passthrough buses.
                    825: <!-- 2008/04/09 -->
                    826: <li>Added untested support for Microchip MCP9805 JC-42.2 sensor to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdtemp&sektion=4&format=html">sdtemp(4)</a>.
                    827: <li>Added support for NPX SE97 devices in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdtemp&sektion=4&format=html">sdtemp(4)</a> driver.
                    828: <li>Improved support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a> for shared libs at non-zero addresses.
                    829: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4&format=html">com(4)</a>, increase the buffer size sent to the fifo.
                    830: <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=video&sektion=4&format=html">video(4)</a>. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> is a driver for USB video devices and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=video&sektion=4&format=html">video(4)</a> is a device-independent layer implementing the V4L2 API.
                    831: <li>Various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a> fixes for hangs at boot and shutdown.
                    832: <li>Make i386 MP kernels not grab biglock for syscalls marked SY_NOLOCK.
                    833: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a>, sync the TX ring and post new packets to the chip once per call to the start routine instead of once per packet.
                    834: <!-- 2008/04/08 -->
                    835: <li>Fix for sparc64 memory accesses, makes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a> work on T1000-based machines.
                    836: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rshd&sektion=8&format=html">rshd(8)</a> not call setpwent().
                    837: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&sektion=4&format=html">ahci(4)</a> detachable.
                    838: <!-- 2008/04/07 -->
                    839: <li>Initial implementation of SGI XBow bus support.
                    840: <li>For amd64 and sparc64, do not grab kernel biglock for syscalls marked SY_NOLOCK.
                    841: <!-- 2008/04/06 -->
                    842: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdtemp&sektion=4&format=html">sdtemp(4)</a> to alpha, amd64, armish and i386 GENERIC kernels.
                    843: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdtemp&sektion=4&format=html">sdtemp(4)</a> sensor driver for JDEC-JC-42.4 DIMM temperature sensors.
                    844: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> -w -d &lt;disk&gt; as used in the install scripts.
                    845: <!-- 2008/04/05 -->
                    846: <!-- 2008/04/04 -->
                    847: <li>Do not call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthread_atfork&sektion=3&format=html">pthread_atfork(3)</a> handlers when a multithreaded program calls <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfork&sektion=2&format=html">vfork(2)</a>.
                    848: <li>Reduce maximum number of state change interrupts <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&sektion=4&format=html">tht(4)</a> can generate to 100 per second.
                    849: <!-- 2008/04/03 -->
                    850: <li>Switch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&sektion=4&format=html">it(4)</a> back to PnP config mode on amd64 and i386.
                    851: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lii&sektion=4&format=html">lii(4)</a> TXD buffer wrap.
                    852: <!-- 2008/04/02 -->
                    853: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsgphy&sektion=4&format=html">nsgphy(4)</a> to the sparc64 GENERIC and RAMDISK kernels.
                    854: <li>Add support for the National Semiconductor Saturn in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cas&sektion=4&format=html">cas(4)</a> driver.
                    855: <li>Add support for the DP83865 PHY in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsgphy&sektion=4&format=html">nsgphy(4)</a> driver.
                    856: <li><font color="#e00000"><strong>SECURITY FIX: Avoid possible hijacking of X11-forwarded connections with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>.</a></strong></font><br>
                    857: <a href="errata43.html#002_openssh2">A source code patch is available</a>.<br>
                    858: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
                    859: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdm&sektion=1&format=html">xdm(1)</a> zero out the password as early as possible when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bsd_auth&sektion=3&format=html">bsd_auth(3)</a>.
                    860: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcrypt&sektion=3&format=html">bcrypt(3)</a> code zero the state buffers on return.
                    861: <li>Fix code which blocks passing file descriptors into a chroot jail.
                    862: <li>Add support for ZTE CMDMA MSM modem from qualcomm to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsa&sektion=4&format=html">ubsa(4)</a> driver.
                    863: <!-- 2008/04/01 -->
                    864: <li>64-bit fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a>.
                    865: <li>Added Corege CG-WLUSB2GPX to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a> devices.
                    866: <!-- 2008/03/31 -->
                    867: <li>Refine the "netboot" interface group semantics to the interface we booted from, or if that is not known, the root device.
                    868: <li>Make MP kernels work on sun4v-based sparc64 machines.
                    869: <li>Updated zoneinfo code to tzcode2008a.
                    870: <li>Updated the zoneinfo datasets to tzdata2008b.
                    871: <!-- 2008/03/30 -->
                    872: <li>Re-enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lii&sektion=4&format=html">lii(4)</a> on amd64 and i386 GENERIC and RAMDISK kernels.
                    873: <li>OpenSSH 4.9 released.
                    874: <li>Enabled ELF loading on vax boot blocks.
                    875: <li>Pad the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lii&sektion=4&format=html">lii(4)</a> RXD buffer so packets are aligned on a 128-byte boundary. Prevents some hard locks.
                    876: <li>Updated the xenocara xf86-video-intel driver to 2.2.1.
                    877: <li>More sun4v work for sparc64 machines. GENERIC and RAMDISK kernels will now boot, MP kernels does work yet.
                    878: <!-- 2008/03/29 -->
                    879: <!-- 2008/03/28 -->
                    880: <li>Fix for amd64 and i386 serial console handling for non-default speeds.
                    881: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kate&sektion=4&format=html">kate(4)</a> on amd64 and i386 GENERIC kernels.
                    882: <li>Enabled shared libraries on the landisk platform.
                    883: <!-- 2008/03/27 -->
                    884: <li>Make sgi machines drop user into ARCS interactive mode instead of rebooting if we fail to load the kernel.
                    885: <!-- 2008/03/26 -->
                    886: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kate&sektion=4&format=html">kate(4)</a>, a new driver for AMD K8 temperature sensors.
                    887: <li>OpenSSH bumped to 4.9.
                    888: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boggle&sektion=6&format=html">boggle(6)</a> from spinning if the tty goes away.
                    889: <li>Plug a memory leak in the atascsi layer.
                    890: <!-- 2008/03/25 -->
                    891: <li>For xenocara, replace autotools based build by native BSD Makefiles.
                    892: <li>Prevent crashes on macppc in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci_intr_map&sektion=9&format=html">pci_intr_map(9)</a>.
                    893: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> ignore ~/.ssh/rc if sshd_config ForceCommand is specified.
                    894: <!-- 2008/03/24 -->
                    895: <li>Make it possible to enable and disable pseudo devices in the UKC, config file and at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8&format=html">config(8)</a> -e.
                    896: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&sektion=4&format=html">it(4)</a> at port 0x228 for amd64 and i386 GENERIC kernels.
                    897: <!-- 2008/03/23 -->
                    898: <li>Initial version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifb&sektion=4&format=html">ifb(4)</a>, a Sun Expert 3D card driver. Not working yet.
                    899: <li>Fix libMesa build on amd64 with XENOCARA_BUILD_DRI set.
                    900: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8&format=html">config(8)</a>, don't make a disable of a disabled device as a change, same for enable.
                    901: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> prefer POSIX style renaming over filexfer if the server supports it.
                    902: <li>Add command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> to show all mounts.
1.7       jj        903: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eeprom&sektion=8&format=html">eeprom(8)</a> does not abort walking the OpenFirmware tree if a node's content is too large.
1.1       deraadt   904: <!-- 2008/03/22 -->
                    905: <li>Added AGP support for the Intel G33 chipset.
                    906: <li> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=andl&sektion=4&format=html">andl(4)</a> enabled in amd64 and i386 GENERIC kernels.
                    907: <li>Added the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=andl&sektion=4&format=html">andl(4)</a> driver to support the Andigilog aSC7611 sensor.
                    908: <li>Added support for DIOCRLDINFO, DIOCGPDINFO and DIOCGPART to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fd&sektion=4&format=html">fd(4)</a> drivers.
                    909: <!-- 2008/03/21 -->
                    910: <li>Add ability to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4&format=html">audio(4)</a> to have different block sizes for play and record.
                    911: <li>Raised the MAXUSERS constant for alpha,amd64,hppa and macppc.
                    912: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> ulimit able to get and set multiple limits in a single invocation.
                    913: <!-- 2008/03/20 -->
                    914: <li>Fix VLAN tag info for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> devices.
                    915: <li>Fixed race condition in mips64 exception handling.
                    916: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a>, handle the case when Content-Length HTTP header is 0.
                    917: <li>Make xenocara run fc-cache at the end of a "make build" to save time later.
                    918: <li>Adapt maximum permitted MTU on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&sektion=4&format=html">pppoe(4)</a> to the MTU of the connected Ethernet/VLAN interface.
                    919: <li>Added NxN grid capability to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boggle&sektion=6&format=html">boggle(6)</a>.
                    920: <!-- 2008/03/19 -->
                    921: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fins&sektion=4&format=html">fins(4)</a> on i386 GENERIC kernels.
                    922: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> to rev 234.
                    923: <li>Added a driver for the Fintek F71805F LPC sensors to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fins&sektion=4&format=html">fins(4)</a>.
                    924: <!-- 2008/03/18 -->
                    925: <li>Add all interfaces we netboot from to the "netboot" interface group.
                    926: <li>Make sure the libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcmp&sektion=3&format=html">bcmp(3)</a> returns 1 on a difference, instead of a casted number.
                    927: <li>Better <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spl&sektion=9&format=html">spl(9)</a> locking for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&sektion=4&format=html">pppoe(4)</a>.
                    928: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1&format=html">netstat(1)</a> when given -I.
                    929: <li>Fix segfault in libX11 when using XDM-AUTHORIZATION-1 keys for remote X11 clients over IPv6.
                    930: <li>Fix bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a> when encoding powers of 128.
                    931: <li>Added support for the IRZ MC35pu GSM Terminal to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uslcom&sektion=4&format=html">uslcom(4)</a> driver.
                    932: <!-- 2008/03/17 -->
                    933: <li>Removed KGDB code from sparc64 platform.
                    934: <!-- 2008/03/16 -->
                    935: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=df&sektion=1&format=html">df(1)</a> so it can show larger values.
                    936: <li>Add _SC_SYS_PAGES and _SC_AVPHYS_PAGES to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysconf&sektion=3&format=html">sysconf(3)</a>.
                    937: <li>New APIs for arc4random, one to fill a buffer with random numbers and the other to return a uniformly distributed random number without bias.
                    938: <li>Widen statfs struct to support large file systems and to support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=statvfs&sektion=3&format=html">statvfs(3)</a>.
                    939: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&sektion=4&format=html">agp(4)</a> attach at <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&sektion=4&format=html">vga(4)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchb&sektion=4&format=html">pchb(4)</a>.
                    940: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&sektion=8&format=html">syslogd(8)</a> do <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=waitpid&sektion=2&format=html">waitpid(2)</a> in a loop until all children are gone.
                    941: <!-- 2008/03/15 -->
1.7       jj        942: <li>Timing fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sensorsd&sektion=8&format=html">sensorsd(8)</a> so time always goes forward and so reports don't get duplicated or lost.
1.1       deraadt   943: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a>, implement the hrSWRun portion of HOST-RESOURCES mib.
                    944: <li>Make GENERIC.MP work on the E10000 sparc64 machines.
                    945: <li>Support the old-prom XVideo board on the sparc platform by rewriting the sbus range registers.
                    946: <li>Various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=CMSG_DATA&sektion=3&format=html">CMSG</a> related fixes in the network applications.
                    947: <!-- 2008/03/14 -->
                    948: <li>Improved the IP ID and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8&format=html">named(8)</a> shuffle code initialization to a single forward pass.
                    949: <li>Better lladdr generation from tv_usec in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdce&sektion=4&format=html">cdce(4)</a>.
                    950: <!-- 2008/03/13 -->
                    951: <li>Only allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&sektion=4&format=html">pppoe(4)</a> interfaces to be attached to Ethernet or Vlan interfaces.
                    952: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&sektion=4&format=html">acx(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&sektion=4&format=html">atw(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pgt&sektion=4&format=html">pgt(4)</a> do not increase the input packet counter erroneously.
                    953: <li>Attach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=prtc&sektion=4&format=html">prtc(4)</a> on sparc64 if no real-time clock was found.
                    954: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sensorsd&sektion=8&format=html">sensorsd(8)</a>, allow a program invoked on state change to receive sensor status.
                    955: <li>Added a __data_start symbol to all ELF architectures to consistently mark the beginning of the writeable sections.
                    956: <li>When running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsd&sektion=8&format=html">nfsd(8)</a> without arguments, make sure 4 servers on UDP are started.
                    957: <li>When attaching a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdce&sektion=4&format=html">cdce(4)</a> that lacks a proper mac address, use tv_usec from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getmicrotime&sektion=9&format=html">getmicrotime(9)</a> to create one.
                    958: <!-- 2008/03/12 -->
                    959: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4&format=html">audio(4)</a>, correctly set high water mark to the buffer size.
                    960: <li>For PPPoE, return the relay-sid in the response, if one was received.
                    961: <li>Fix infinite loop in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a>.
                    962: <!-- 2008/03/11 -->
                    963: <li>Prevent mvme68k boot media from using instructions the 68060 does not support.
                    964: <!-- 2008/03/10 -->
                    965: <li>Turn on keep-alive by default in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>.
                    966: <li>Implemented a partial HOST-RESOURCES-MIB for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a>.
                    967: <li>Fix NULL dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifstated&sektion=8&format=html">ifstated(8)</a> when config files refer to undeclared states.
                    968: <!-- 2008/03/09 -->
                    969: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a> on hppa RAMDISK kernels.
                    970: <li>Added sun4v IOMMU hypervisor and virtual PCI host bridge code to sparc64.
                    971: <!-- 2008/03/08 -->
                    972: <li>Added proper repository locking in opencvs.
                    973: <li>Prevent opencvs from sending "Directory" messages for arguments in remote setup if the specified files or dirs do not exist.
                    974: <li>Add support for checkout/update -j on opencvs.
                    975: <li>Sparc64 drivers for the virtual bus <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vbus&sektion=4&format=html">vbus(4)</a>, virtual real-time clock <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vrtc&sektion=4&format=html">vrtc(4)</a> and virtual console <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vcons&sektion=4&format=html">vcons(4)</a> on sun4v.
                    976: <li>Added UltraSPARC Hypervisor interface for sun4v to the sparc64 platform.
1.7       jj        977: <li>Make the firmware loader look in /mnt/etc/firmware as well, for the ramdisk installations.
1.1       deraadt   978: <li>Avoid infinite recursion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1&format=html">vi(1)</a> on certain error conditions.
                    979: <li>Make sparc64 check the status of OFW nodes, so devices which are disabled in the OpenFirmware gets avoided by OpenBSD.
                    980: <li>Segfault fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1&format=html">vi(1)</a> for the "set nu" case when very long lines contain tabs.
                    981: <!-- 2008/03/07 -->
                    982: <li>Allow response to icmp6 node information when local hostname starts with a digit.
                    983: <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=config&sektion=8&format=html">config(8)</a> UKC&gt; prompt, avoid request for input if 'lines' are set to zero.
                    984: <li>Moved to 4.3-current.
                    985: <!-- 2008/03/06 -->
                    986: </ul>
                    987: <p>
                    988:
                    989: This list mentions mostly platform-independent changes.  For a list of changes
                    990: made in a particular platform, please check the page for that platform.  If you
                    991: find them not listed there, the changes are either (1) not being documented or
                    992: (2) are documented here.<br><br>
                    993:
                    994: <hr>
                    995: <p>
                    996: <h3>
                    997: For changes in other releases, click below:<br>
                    998: <a href="plus20.html">2.0</a>,
                    999: <a href="plus21.html">2.1</a>,
                   1000: <a href="plus22.html">2.2</a>,
                   1001: <a href="plus23.html">2.3</a>,
                   1002: <a href="plus24.html">2.4</a>,
                   1003: <a href="plus25.html">2.5</a>,
                   1004: <a href="plus26.html">2.6</a>,
                   1005: <a href="plus27.html">2.7</a>,
                   1006: <a href="plus28.html">2.8</a>,
                   1007: <a href="plus29.html">2.9</a>,
                   1008: <a href="plus30.html">3.0</a>,
                   1009: <a href="plus31.html">3.1</a>,
                   1010: <a href="plus32.html">3.2</a>,
                   1011: <a href="plus33.html">3.3</a>,
                   1012: <a href="plus34.html">3.4</a>,
                   1013: <a href="plus35.html">3.5</a>,
                   1014: <a href="plus36.html">3.6</a>,
                   1015: <br>
                   1016: <a href="plus37.html">3.7</a>,
                   1017: <a href="plus38.html">3.8</a>,
                   1018: <a href="plus39.html">3.9</a>,
                   1019: <a href="plus40.html">4.0</a>,
                   1020: <a href="plus41.html">4.1</a>,
                   1021: <a href="plus42.html">4.2</a>,
                   1022: <a href="plus43.html">4.3</a>,
1.10      deraadt  1023: <a href="plus45.html">4.5</a>,
1.11    ! deraadt  1024: <a href="plus46.html">4.6</a>,
1.1       deraadt  1025: <a href="plus.html">current</a>.
                   1026: <br>
                   1027: </h3>
                   1028:
                   1029: <hr>
                   1030: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
                   1031: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.11    ! deraadt  1032: <br><small>$OpenBSD: plus44.html,v 1.10 2009/03/04 18:28:00 deraadt Exp $</small>
1.1       deraadt  1033:
                   1034: </body>
                   1035: </html>