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

Annotation of www/plus44.html, Revision 1.50

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