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

Annotation of www/plus41.html, Revision 1.50

1.50    ! bentley     1: <!doctype html>
        !             2: <html lang=en id=plus>
        !             3: <meta charset=utf-8>
1.41      tj          4: <title>OpenBSD 4.1 Changelog</title>
1.1       deraadt     5: <meta name="description" content="OpenBSD 4.1 changes">
1.39      deraadt     6: <meta name="viewport" content="width=device-width, initial-scale=1">
                      7: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.43      tb          8: <link rel="canonical" href="https://www.openbsd.org/plus41.html">
1.50    ! bentley     9: <style>
        !            10: a[href="stable.html"] {
        !            11:        color: var(--green);
        !            12: }
1.1       deraadt    13:
1.50    ! bentley    14: strong {
        !            15:        color: var(--red);
        !            16: }
1.1       deraadt    17:
1.50    ! 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.39      deraadt    28: <a href="index.html">
1.50    ! bentley    29: <i>Open</i><b>BSD</b></a>
        !            30: 4.1 Changelog
1.41      tj         31: </h2>
1.1       deraadt    32: <hr>
                     33:
                     34: <p>
                     35: This is a partial list of the major machine-independent changes
1.15      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.50    ! bentley    41: Note: <strong>Problems for which patches exist are marked in red</strong>.
1.1       deraadt    42:
                     43: <p>
                     44: For changes in other releases, click below:<br>
                     45: <a href="plus20.html">2.0</a>,
                     46: <a href="plus21.html">2.1</a>,
                     47: <a href="plus22.html">2.2</a>,
                     48: <a href="plus23.html">2.3</a>,
                     49: <a href="plus24.html">2.4</a>,
                     50: <a href="plus25.html">2.5</a>,
                     51: <a href="plus26.html">2.6</a>,
                     52: <a href="plus27.html">2.7</a>,
                     53: <a href="plus28.html">2.8</a>,
                     54: <a href="plus29.html">2.9</a>,
                     55: <a href="plus30.html">3.0</a>,
                     56: <a href="plus31.html">3.1</a>,
                     57: <a href="plus32.html">3.2</a>,
                     58: <a href="plus33.html">3.3</a>,
                     59: <a href="plus34.html">3.4</a>,
                     60: <a href="plus35.html">3.5</a>,
                     61: <a href="plus36.html">3.6</a>,
1.14      deraadt    62: <br>
1.1       deraadt    63: <a href="plus37.html">3.7</a>,
                     64: <a href="plus38.html">3.8</a>,
1.2       david      65: <a href="plus39.html">3.9</a>,
1.1       deraadt    66: <a href="plus40.html">4.0</a>,
1.11      deraadt    67: <a href="plus42.html">4.2</a>,
1.13      deraadt    68: <a href="plus43.html">4.3</a>,
1.14      deraadt    69: <a href="plus44.html">4.4</a>,
1.16      deraadt    70: <a href="plus45.html">4.5</a>,
1.17      deraadt    71: <a href="plus46.html">4.6</a>,
1.18      deraadt    72: <a href="plus47.html">4.7</a>,
1.19      deraadt    73: <a href="plus48.html">4.8</a>,
1.20      deraadt    74: <a href="plus49.html">4.9</a>,
1.21      nick       75: <a href="plus50.html">5.0</a>,
1.22      schwarze   76: <a href="plus51.html">5.1</a>,
1.23      nick       77: <a href="plus52.html">5.2</a>,
1.24      deraadt    78: <a href="plus53.html">5.3</a>,
1.25      deraadt    79: <a href="plus54.html">5.4</a>,
1.26      deraadt    80: <br>
1.28      deraadt    81: <a href="plus55.html">5.5</a>,
1.30      brett      82: <a href="plus56.html">5.6</a>,
1.32      deraadt    83: <a href="plus57.html">5.7</a>,
1.35      deraadt    84: <a href="plus58.html">5.8</a>,
1.36      deraadt    85: <a href="plus59.html">5.9</a>,
1.42      deraadt    86: <a href="plus60.html">6.0</a>,
1.44      deraadt    87: <a href="plus61.html">6.1</a>,
1.46      deraadt    88: <a href="plus62.html">6.2</a>,
1.47      deraadt    89: <a href="plus63.html">6.3</a>,
1.48      deraadt    90: <a href="plus64.html">6.4</a>,
1.49      pamela     91: <a href="plus65.html">6.5</a>,
1.1       deraadt    92: <a href="plus.html">current</a>.
                     93: <br>
                     94:
                     95: <p>
1.50    ! bentley    96: <h3>Changes made between OpenBSD 4.0 and 4.1</h3>
1.1       deraadt    97: <p>
                     98:
                     99: <ul>
1.3       deraadt   100: <!-- 2007/02/26 -->
1.50    ! bentley   101: <li>Fix page fault trap in <a href="https://man.openbsd.org/bcw.4">bcw(4)</a> radio init code.
        !           102: <li><a href="https://man.openbsd.org/spamd.8">spamd(8)</a> config files moved to /etc/mail, -g goes away - greylisting is the default. -b renamed to -l.
        !           103: <li>Make <a href="https://man.openbsd.org/spamdb.8">spamdb(8)</a> error out if the -t or -T options are specified without -a or -d.
1.3       deraadt   104: <li>Fix for mbuf cluster allocations.
1.50    ! bentley   105: <li>Handle requests with chunked transfer-encoding in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>.
        !           106: <li>Make <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> re-use the retry value from table host entries for inbound relay connections.
        !           107: <li>Do not enforce RLIMIT_FSIZE on <a href="https://man.openbsd.org/vnd.4">vnd(4)</a> I/O operations.
1.3       deraadt   108: <!-- 2007/02/25 -->
1.50    ! bentley   109: <li>Fix memory leak in <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
        !           110: <li>Add <a href="https://man.openbsd.org/cas.4">cas(4)</a> to sparc64 GENERIC and RAMDISK kernels.
        !           111: <li>Add code to <a href="https://man.openbsd.org/cas.4">cas(4)</a> to make receiving packets to work also.
        !           112: <li>Make <a href="https://man.openbsd.org/systat.1">systat(1)</a> use the 1 line load from 'systat vm' on all other displays, giving them more room.
        !           113: <li>Make firmware upload work on BCM4318 <a href="https://man.openbsd.org/bcw.4">bcw(4)</a> devices.
        !           114: <li>Make <a href="https://man.openbsd.org/bcw.4">bcw(4)</a> count the number of cores better.
1.3       deraadt   115: <!-- 2007/02/24 -->
1.50    ! bentley   116: <li>Work around a transmit hang problem in <a href="https://man.openbsd.org/cdce.4">cdce(4)</a> and make it count dropped packets as input errors.
        !           117: <li>Initial import of a Sun Cassini gigabit ethernet driver, <a href="https://man.openbsd.org/cas.4">cas(4)</a>.
        !           118: <li>Make <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> SSL proxy default to HIGH encryption, disable SSLv2 and disable anonymous DH.
1.3       deraadt   119: <!-- 2007/02/23 -->
1.50    ! bentley   120: <li>Add support in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> to specify the allowed cipher suites and SSL protocols, as well as some other smaller improvements to the SSL and networking code.
        !           121: <li>Change <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> to include the HELO/EHLO identification string in the tuple key when greylisting.
        !           122: <li>More endian fixes for <a href="https://man.openbsd.org/acx.4">acx(4)</a> on big endian systems.
        !           123: <li>Add a display for hardware sensors to <a href="https://man.openbsd.org/systat.1">systat(1)</a>.
        !           124: <li>Make <a href="https://man.openbsd.org/pf.4">pf(4)</a> default to 200k max table entries if the machine has more than 100MB physical memory.
        !           125: <li>Some greytrapping improvements for <a href="https://man.openbsd.org/spamd.8">spamd(8)</a>.
        !           126: <li>Add support for "Auto-Submitted: no" to <a href="https://man.openbsd.org/vacation.1">vacation(1)</a>.
1.3       deraadt   127: <!-- 2007/02/22 -->
1.50    ! bentley   128: <li>Add support for Winbond W83627EHF chips to the lm78 <a href="https://man.openbsd.org/lm.4">lm(4)</a> sensor.
1.3       deraadt   129: <li>Fixes for multihead support in XF4 on radeon cards.
1.50    ! bentley   130: <li>Make <a href="https://man.openbsd.org/gif.4">gif(4)</a> <a href="https://man.openbsd.org/altq.9">altq(9)</a>-aware, simplifies traffic shaping on <a href="https://man.openbsd.org/gif.4">gif(4)</a> tunnels.
        !           131: <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>, make urpf-failed work with multipath routes.
        !           132: <li>Make sure <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> does not try to set IP_TTL on non-INET listening sockets.
1.3       deraadt   133: <li>For amd64, enable ACPI interrupts in APIC mode.
                    134: <!-- 2007/02/21 -->
1.50    ! bentley   135: <li>Add Layer-7 functionality to <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>, used for L7 load balancing, SSL acceleration, general TCP relaying and transparent proxying.
        !           136: <li>Make <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> always write the label to disk when asked, even if it appears unchanged.
        !           137: <li>In <a href="https://man.openbsd.org/diff.1">diff(1)</a>, defer printing of per-file diff header until after the regexp "ignore" processing has finished.
1.3       deraadt   138: <li>Make ACPI-enabled GENERIC.MP kernels work on systems that only supports PIC mode.
1.50    ! bentley   139: <li>Fix to prevent <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a> SIGPIPE race on restarts.
        !           140: <li>Make <a href="https://man.openbsd.org/acx.4">acx(4)</a> firmware loading work on big endian systems too.
1.3       deraadt   141: <li>Boot console now only echoes certain characters and ignore the rest.
1.50    ! bentley   142: <li>Make <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> clear SIGARLM before restarting <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> on SIGHUP, other the new process will get SIGARLM before the handler is set up and terminate.
1.3       deraadt   143: <!-- 2007/02/20 -->
1.50    ! bentley   144: <li>Add GlobeTrotter 3G+ to the list of supported <a href="https://man.openbsd.org/ubsa.4">ubsa(4)</a> devices.
        !           145: <li>Prevent the <a href="https://man.openbsd.org/sd.4">sd(4)</a> scsi driver from unconditionally spin up SDEV_UMASS devices.
        !           146: <li>ACPI fix for hpet, makes <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> work on amd64 machines.
1.3       deraadt   147: <li>Revert PAE pmap for now, stops freezes commonly seen on amd64 machines running in i386 mode.
1.50    ! bentley   148: <li>BPF hook fix for etherip_input(), fixes tcpdump on bridged <a href="https://man.openbsd.org/gif.4">gif(4)</a> interfaces.
        !           149: <li>Make sure sensors do not leak kernel pointers when <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> is copying out to userland.
        !           150: <li>Add PCI-based <a href="https://man.openbsd.org/ral.4">ral(4)</a> to amd64 install RAMDISK kernel.
        !           151: <li>Implement code to allow <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a> to log into another program's stdin.
        !           152: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, set the maximum packet and windows sizes the same for multiplexed connections as for normal connections.
1.3       deraadt   153: <!-- 2007/02/19 -->
                    154: <li>Various bits to support pthreads on SH-based machines.
1.50    ! bentley   155: <li>Fixes for <a href="https://man.openbsd.org/rum.4">rum(4)</a>, <a href="https://man.openbsd.org/ral.4">ral(4)</a> and <a href="https://man.openbsd.org/uath.4">uath(4)</a> to help them work on macppc.
1.3       deraadt   156: <li>Add support for building X11 on the landisk platform.
                    157: <li>Initial import of atascsi code, a scsi to ata translation layer.
1.50    ! bentley   158: <li>Add handling in <a href="https://man.openbsd.org/pf.4">pf(4)</a> on skip steps for urpf-failed addresses.
1.3       deraadt   159: <li>Add support for ESP+NULL encryption for ipsec. Useful for traversing NAT where AH can't be used.
                    160: <!-- 2007/02/18 -->
1.50    ! bentley   161: <li>Make <a href="https://man.openbsd.org/rcs.1">rcs(1)</a> keep correct permissions when locking/unlocking file with ci/co.
1.3       deraadt   162: <li>Another fix for macppc shutdown code to prevent it from booting again after shutdown.
                    163: <li>Add functions for getting EDID information from monitors to the vesa framebuffer driver. Currently unused.
1.50    ! bentley   164: <li>Add support for ShanTou ST268 in the <a href="https://man.openbsd.org/udav.4">udav(4)</a> driver.
1.3       deraadt   165: <li>Make sure vax read the disklabel sector before rewriting it, to preserve non-disklabel contents.
                    166: <!-- 2007/02/17 -->
                    167: <li>Add ACPI to amd64 and i386 install images.
                    168: <li>In DDB, fix buf printing for 64 bit daddr_t.
                    169: <li>Same checks for the i386 platform.
                    170: <li>Add code on the amd64 platform to check for the AMD amd64 errata, and correct them where possible.
                    171: <!-- 2007/02/16 -->
1.50    ! bentley   172: <li>Add some <a href="https://man.openbsd.org/axe.4">axe(4)</a> and <a href="https://man.openbsd.org/uslcom.4">uslcom(4)</a> id's to the list of supported devices.
        !           173: <li>Enable <a href="https://man.openbsd.org/malo.4">malo(4)</a> on macppc GENERIC kernels.
        !           174: <li>Restrict which flags <a href="https://man.openbsd.org/ppp.8">ppp(8)</a> can change when running over a <a href="https://man.openbsd.org/tun.4">tun(4)</a> interface.
        !           175: <li>Fix to allow <a href="https://man.openbsd.org/mv.1">mv(1)</a> to move files starting with a dash across file system boundaries.
        !           176: <li>Fixes for <a href="https://man.openbsd.org/fsck_ffs.8">fsck_ffs(8)</a> calculation of alternate superblocks based on the disklabel.
1.3       deraadt   177: <!-- 2007/02/15 -->
1.50    ! bentley   178: <li>Fixes for multicast on PCI-Express <a href="https://man.openbsd.org/re.4">re(4)</a> devices.
1.3       deraadt   179: <li>For bridges using Spanning Tree Protocol, make sure topology change is propagated on all ports except the caller.
                    180: <!-- 2007/02/14 -->
1.50    ! bentley   181: <li>Workaround for <a href="https://man.openbsd.org/cdce.4">cdce(4)</a> USB host scanning if attached but not up. Will not send any packets until a packet has been received.
1.3       deraadt   182: <li>Added a small program to return sysctl hw.disknames so install scripts do not have a dependency on a clean dmesg to scan for disks and cds.
1.50    ! bentley   183: <li>Add SIOCADDMULTI and SIOCDELMULTI ioctl handlers to <a href="https://man.openbsd.org/pgt.4">pgt(4)</a> and <a href="https://man.openbsd.org/malo.4">malo(4)</a>, without them IPv6 does not work.
1.3       deraadt   184: <li>GNU RCS removed from source tree, OpenRCS has replaced it.
                    185: <!-- 2007/02/13 -->
1.50    ! bentley   186: <li>Fix for <a href="https://man.openbsd.org/grep.1">grep(1)</a> when using empty files as search patterns.
        !           187: <li>Fix 64 bit compiles for <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
        !           188: <li>More work on the <a href="https://man.openbsd.org/cdce.4">cdce(4)</a> driver for ARM platforms.
        !           189: <li>Fix a problem in <a href="https://man.openbsd.org/mg.1">mg(1)</a> with wrapped incremental searches.
        !           190: <li>Make <a href="https://man.openbsd.org/fsck_ffs.8">fsck_ffs(8)</a> do some extra validation of the superblock, otherwise a corrupt superblock might lead to crashes.
1.3       deraadt   191: <!-- 2007/02/12 -->
1.50    ! bentley   192: <li>Smarter _INI code to <a href="https://man.openbsd.org/acpi.4">acpi(4)</a>, helps with some disappearing devices.
1.3       deraadt   193: <li>On i386, check the xPTR result of the CPUID test.
                    194: <li>Check for some CPUID flags found on newer Intel processors in the amd64 platform code.
1.50    ! bentley   195: <li>Avoid unnecessary resets on fiber based 88E8021/22 <a href="https://man.openbsd.org/msk.4">msk(4)</a> devices.
1.3       deraadt   196: <li>Fixes for macppc power management to enable wake on AC loss.
                    197: <li>Provide a libc internal interface to get random numbers for malloc without calling getpid().
1.50    ! bentley   198: <li>Fix the hw.vendor/product <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a>s on sparc64, handle the case where banner-name begins with "SUNW," and copy the platform_type buffer before chopping it up.
1.3       deraadt   199: <li>Fix for sparc64 __fpu_ftox() code.
1.50    ! bentley   200: <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, switch address and AS fields in the mrt dump messages so source and destination match the actual traffic flow.
        !           201: <li>Various fixes in <a href="https://man.openbsd.org/fsck.8">fsck(8)</a>.
1.3       deraadt   202: <li>Enable AES on AMD Geode LX CPUs. Used by OpenSSL, but not IPSec.
1.50    ! bentley   203: <li>Fix a crash in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> when redistributed routes were removed shortly after startup.
1.3       deraadt   204: <li>Move to 4.1-beta.
1.50    ! bentley   205: <li>Add HP Proliant NC360T PCI Express Dual Port Gigabit NIC to the list of supported <a href="https://man.openbsd.org/em.4">em(4)</a> devices.
1.3       deraadt   206: <li>Make sure uvm code compiles with "option DEBUG".
                    207: <!-- 2007/02/11 -->
1.50    ! bentley   208: <li>Make <a href="https://man.openbsd.org/mount.8">mount(8)</a> rely on the filesystem information provided by disklabel, and when there is only one usable partition on the selected disk, just mount it without asking.
1.3       deraadt   209: <li>Add support for fiber on the 88E1112 PHY.
                    210: <li>Various fixes for I/O mapping and cache routines on the m88k platforms.
                    211: <!-- 2007/02/10 -->
1.50    ! bentley   212: <li>Add Dlink DGE-550T B1 to the list of supported <a href="https://man.openbsd.org/msk.4">msk(4)</a> devices.
        !           213: <li>Add preliminary support for Marvell Yukon-II Extreme chips in the <a href="https://man.openbsd.org/msk.4">msk(4)</a> driver.
1.3       deraadt   214: <!-- 2007/02/09 -->
                    215: <li>Small improvement in i386 interrupt register load/dump.
1.50    ! bentley   216: <li>Fix off-by-one in <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> blacklist memory allocation.
        !           217: <li>Make readdir buffers depend on file system block size, rounded up to page size in libc and <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>.
1.3       deraadt   218: <li>Improvements in the luna88k LCD device driver.
1.50    ! bentley   219: <li>Allow <a href="https://man.openbsd.org/pf.4">pf(4)</a> counters to be reset with DIOCGETRULES, so atomic read and reset counters is possible.
        !           220: <li>Add more hardware to the list of supported <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> devices.
1.3       deraadt   221: <!-- 2007/02/08 -->
1.50    ! bentley   222: <li>Plug memory leaks in <a href="https://man.openbsd.org/fsck.8">fsck(8)</a> which can occur when checking multiple file systems in a row.
        !           223: <li>Prevent <a href="https://man.openbsd.org/vnconfig.8">vnconfig(8)</a> from asking for a key when unconfiguring or listing devices.
1.3       deraadt   224: <li>Fixes for ipsec in IPv6.
1.50    ! bentley   225: <li>In <a href="https://man.openbsd.org/pf.4">pf(4)</a>, compute IPv6 pseudo header checksum based on final destination as ip6_dst.
        !           226: <li>Fix for <a href="https://man.openbsd.org/fsck.8">fsck(8)</a> where a corrupt inode might lead to invalid dir sizes.
1.3       deraadt   227: <li>Add support for the Quantis USB random number generator.
                    228: <!-- 2007/02/07 -->
1.50    ! bentley   229: <li>Add more hardware to the list of supported <a href="https://man.openbsd.org/rum.4">rum(4)</a> devices.
        !           230: <li>Fixes for <a href="https://man.openbsd.org/nm.1">nm(1)</a> memory allocation and deallocation in elf_symload().
        !           231: <li>Add new "log (updates|all)" configuration option to <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>.
1.3       deraadt   232: <!-- 2007/02/06 -->
1.50    ! bentley   233: <li>Add -D option to <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> to define macros on the command line.
        !           234: <li>Fix for <a href="https://man.openbsd.org/nm.1">nm(1)</a> so checks for st_name validity also check for overflow.
        !           235: <li>On macppc, enable <a href="https://man.openbsd.org/arc.4">arc(4)</a> on GENERIC and RAMDISK kernels.
        !           236: <li>Add <a href="https://man.openbsd.org/bio.4">bio(4)</a> to macppc platforms.
        !           237: <li>Define trap 0x81 for cache range flush on SH CPUs, needed for <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> trampoline code and <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>.
1.3       deraadt   238: <li>Make landisk get memory size from SH-IPL+g instead of hardcoded size of 64M.
                    239: <li>Timezone code updated to tzcode2007a, adds support for 64 bit time_t if needed in the future.
                    240: <li>Use new mutex for manipulating p_siglist in struct proc, solves problem with lost signals on MP kernels.
                    241: <li>New mutex implementation for atomic operations.
1.50    ! bentley   242: <li>Change behaviour of <a href="https://man.openbsd.org/tun.4">tun(4)</a> on close. If auto-created, destroy on close, otherwise only mark as not running.
        !           243: <li>Make <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> inform <a href="https://man.openbsd.org/hoststatectl.8">hoststatectl(8)</a> of ruleset changes and table syncs.
1.3       deraadt   244: <!-- 2007/02/05 cvs down -->
                    245: <!-- 2007/02/04 -->
1.50    ! bentley   246: <li>PCI space map fixes for <a href="https://man.openbsd.org/macppc/kauaiata.4">kauaiata(4)</a> on macppc.
        !           247: <li>Add <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> to amd64 and i386 CD ramdisk images.
        !           248: <li>Make <a href="https://man.openbsd.org/top.1">top(1)</a> complain if user enters negative time specification for delay between updates.
1.3       deraadt   249: <li>Timezone data updated to tzdata2007a.
1.50    ! bentley   250: <li>Introduced '+' interactive command in <a href="https://man.openbsd.org/top.1">top(1)</a> to reset all filters.
1.3       deraadt   251: <li>Two fixes for libevent.
                    252: <li>Clean up unix domain socket on exit from Xorg(1) -configure.
                    253: <li>Update sendmail to 8.14.0.
                    254: <!-- 2007/02/03 -->
                    255: <li>Stop OpenCVS from trying to parse empty lines as dates, saves lots of time.
1.50    ! bentley   256: <li>Make <a href="https://man.openbsd.org/bc.1">bc(1)</a> save and restore not only scale, but ibase as well.
1.3       deraadt   257: <li>Fix for spurious "i" partitions on newer iPod Shuffle devices with a FAT32 but without an MBR.
                    258: <li>Enable all of the cache on 7751 landisk machines.
                    259: <!-- 2007/02/02 -->
1.50    ! bentley   260: <li>Plug memory leak in <a href="https://man.openbsd.org/ftp.1">ftp(1)</a>.
        !           261: <li>Fix for <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> on sh where it would clobber registers when __udivsi3 was issued through the PLT.
        !           262: <li>Add a new "accounting" variable to <a href="https://man.openbsd.org/rc.8">rc(8)</a> to enable accounting, creating /var/account/acct if it does not already exist.
1.3       deraadt   263: <!-- 2007/02/01 -->
1.50    ! bentley   264: <li>In <a href="https://man.openbsd.org/vnconfig.8">vnconfig(8)</a>, make -c, -l and -u mutually exclusive.
1.3       deraadt   265: <li>On amd64, make sure signals to processes on other CPUs are delivered as soon as possible.
1.50    ! bentley   266: <li>Add a monitor mode to <a href="https://man.openbsd.org/hoststatectl.8">hoststatectl(8)</a> to continuously report changes in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>.
1.3       deraadt   267: <li>Make sure OpenCVS expands keywords before checking if a checked-out copy is the same as what is in the repo.
1.50    ! bentley   268: <li>Initial version of reload support in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.
        !           269: <li>In <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>, send out an empty OSPF hello packet when an interface is going down, so that other routers will drop the session immediately.
1.3       deraadt   270: <li>Add support for [-k mode] in OpenCVS.
                    271: <!-- 2007/01/31 -->
1.50    ! bentley   272: <li>Do not throttle and serialize I/O operations on <a href="https://man.openbsd.org/vnd.4">vnd(4)</a> devices.
1.3       deraadt   273: <li>Fix for disappearing EST/Powernow when booting kernels with ACPI enabled.
1.50    ! bentley   274: <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, do not check that the aspath is loopfree for the peer when sending updates. Fails when using AS 23456 as a placeholder for 4-byte ASNs.
1.3       deraadt   275: <li>Bump default openfiles-cur limit to 128 so firefox has enough file descriptors for most uses.
                    276: <li>Workaround for the SD card reader where it stops responding after a card is ejected.
                    277: <li>hoststated(8) linked to builds.
                    278: <!-- 2007/01/30 -->
1.50    ! bentley   279: <li>Make link state in <a href="https://man.openbsd.org/trunk.4">trunk(4)</a> report full duplex if it has at least two ports.
        !           280: <li>Make <a href="https://man.openbsd.org/apachectl.8">apachectl(8)</a> pick up httpd_flags so restart and graceful does not try to start another instance of <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>.
1.3       deraadt   281: <li>Rework AGP memory allocation, so it does not try to allocate big chunks of contiguous memory in a loop.
1.50    ! bentley   282: <li>Fixes for <a href="https://man.openbsd.org/pckbd.4">pckbd(4)</a>, allows oqo model 01/01+ to work.
        !           283: <li>Plugged small memleak in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>.
1.3       deraadt   284: <!-- 2007/01/29 -->
1.50    ! bentley   285: <li>Allow the <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> driver to make use of all available hardware multicast hash slots.
        !           286: <li>Add SSL support to <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>.
1.3       deraadt   287: <li>Initial import of LCD device driver for luna88k.
                    288: <li>Bump the fixed part of the stackgap to 2048 bytes, allows two full paths to be stored, needed by systrace.
                    289: <!-- 2007/01/28 -->
                    290: <li>Various fixes for vesabios code.
                    291: <li>Make libpthread return ESRCH instead of segfaulting when a thread ID could not be found.
1.50    ! bentley   292: <li>Make sure <a href="https://man.openbsd.org/hexdump.1">hexdump(1)</a> does not access uninitialized variables and make it accept a leading 0x for the -n length parameter.
1.3       deraadt   293: <!-- 2007/01/27 -->
                    294: <li>Add merging support to OpenCVS, both local and remote sides.
                    295: <!-- 2007/01/26 -->
1.50    ! bentley   296: <li>Enable transmit TCP/UDP checksum offload for <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> devices.
        !           297: <li>Add an -S option to <a href="https://man.openbsd.org/vnconfig.8">vnconfig(8)</a> for specifying the salt file for -K.
1.3       deraadt   298: <li>Make OpenCVS add command support the -k mode.
1.50    ! bentley   299: <li>Massive rework of the control imsg flow in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>, resulting in dramatic decrease of memory consumption op operations like "bgpctl show rib".
        !           300: <li>Workaround for <a href="https://man.openbsd.org/em.4">em(4)</a> interfaces on Lenovo X60/T60 laptops where the interface will fail to initialize if the link is down during boot.
1.3       deraadt   301: <!-- 2007/01/25 -->
                    302: <li>Reduced memory usage in OpenCVS in server mode by immediately removing the temporary copy of a recently checked out file.
1.50    ! bentley   303: <li>Add sensor to <a href="https://man.openbsd.org/acpidock.4">acpidock(4)</a> to see if we are docked or not.
1.3       deraadt   304: <li>Update BIND to 9.3.4.
                    305: <!-- 2007/01/24 -->
                    306: <li>Plug a memory leak in OpenCVS remote code.
1.50    ! bentley   307: <li>Make <a href="https://man.openbsd.org/fsck.8">fsck(8)</a> create lost+found directories with the same owner as the root directory, not the user running <a href="https://man.openbsd.org/fsck.8">fsck(8)</a>.
        !           308: <li>Crash fixes in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> by locking the nexthop while parsing an update.
        !           309: <li>Make <a href="https://man.openbsd.org/ripd.8">ripd(8)</a> and <a href="https://man.openbsd.org/dvmrpd.8">dvmrpd(8)</a> and <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> ignore SIGPIPE in parent and RDE, needed to correctly report crashes.
1.3       deraadt   310: <!-- 2007/01/23 -->
1.50    ! bentley   311: <li>Better handling of escaped CR-LF in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a> configuration file.
1.3       deraadt   312: <li>Fix "Device Busy" error in OpenCVS.
1.50    ! bentley   313: <li>Introduced -Q option to <a href="https://man.openbsd.org/pkg_info.1">pkg_info(1)</a>, shows all packages in $PKG_PATH which match the given query.
1.3       deraadt   314: <!-- 2007/01/22 -->
                    315: <li>Prevent OpenCVS from doing a fatal exit when unexpected files are encountered in the working directory.
1.50    ! bentley   316: <li>Initial version of <a href="https://man.openbsd.org/acpidock.4">acpidock(4)</a>, a driver for ACPI docking stations.
1.3       deraadt   317: <li>Improvements for cache handling and flushing on MicroSPARC-1 based CPUs.
1.50    ! bentley   318: <li>Make <a href="https://man.openbsd.org/scp.1">scp(1)</a> decide if progress meter should be shown by testing if stdout is a tty, not stderr.
1.3       deraadt   319: <!-- 2007/01/21 -->
1.50    ! bentley   320: <li>Make <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> report error when uploading write fails due to full device.
        !           321: <li>Make <a href="https://man.openbsd.org/cdce.4">cdce(4)</a> iterate over endpoints looking for appropriate interface descriptors to use. Makes certain adsl modems work.
1.3       deraadt   322: <li>In the NFS vnops code, do not assume our directory vnode will be flushed out, fixes crash when unmounting nfs volumes.
                    323: <li>Add support in OpenCVS admin mode for the -A flag.
                    324: <!-- 2007/01/20 -->
1.50    ! bentley   325: <li>Add -Wstack-larger-than-X support to alpha <a href="https://man.openbsd.org/gcc.1">gcc(1)</a>.
        !           326: <li>Make the <a href="https://man.openbsd.org/st.4">st(4)</a> SCSI Tape midlayer return values when receiving a MTIOCGET ioctl, allows things like Bacula to work much faster.
        !           327: <li>Prevent sparc64 <a href="https://man.openbsd.org/sparc64/schizo.4">schizo(4)</a> panics on non-fatal iommu errors.
1.3       deraadt   328: <!-- 2007/01/19 -->
1.50    ! bentley   329: <li>Move interrupt establishment in <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> till after everything in the softc is set up and allocated. Prevents problems when the <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> device is sharing interrupts with other devices.
1.3       deraadt   330: <li>Fix for OpenCVS when having CVSROOT on AFS or NFS.
                    331: <!-- 2007/01/18 -->
1.50    ! bentley   332: <li>Workaround for DMA HW errata on <a href="https://man.openbsd.org/bge.4">bge(4)</a> PCI Express chips.
        !           333: <li>Make sure <a href="https://man.openbsd.org/compress.1">compress(1)</a> only uses gzip when called with names like "gzip, gunzip, gzcat" and so on.
        !           334: <li>In <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>, implement "-T expire", so you can expire all entries in a given table that are older than a certain number of seconds.
1.3       deraadt   335: <li>Allow kernels with TCP_SIGNATURE but without IPSEC to compile.
                    336: <li>Add support for remote import in OpenCVS client and server.
1.50    ! bentley   337: <li>Make <a href="https://man.openbsd.org/ciss.4">ciss(4)</a> handle situations where it cannot map physical drives into volumes.
1.3       deraadt   338: <!-- 2007/01/17 -->
1.50    ! bentley   339: <li>Do not reinitialize <a href="https://man.openbsd.org/sk.4">sk(4)</a> devices at every media change.
        !           340: <li>Add support for AX88772 based <a href="https://man.openbsd.org/axe.4">axe(4)</a> devices.
1.3       deraadt   341: <li>Added support for remote checkout in both OpenCVS client and server.
                    342: <!-- 2007/01/16 -->
1.50    ! bentley   343: <li>Fix potential integer overflow in libc <a href="https://man.openbsd.org/printf.3">printf(3)</a>, when passing in very large values for the field width.
1.3       deraadt   344: <li>Fix for uvm, which should stop crashes in X11 startup seen after activities that exercise memory a lot.
                    345: <!-- 2007/01/15 -->
                    346: <li>Make the scsi layer report SDEV_UMASS devices as non-scsi when asked via SCIOCIDENTIFY. Fixes cdparanoia on USB CD devices.
1.50    ! bentley   347: <li>Make <a href="https://man.openbsd.org/em.4">em(4)</a> drivers report flow control status.
        !           348: <li>Initial import of a <a href="https://man.openbsd.org/landisk/power.4">power(4)</a> driver for the Landisk platform.
1.3       deraadt   349: <li>Fix infinite loop in case nip6 and nicmp6 are not on the same mbuf.
1.50    ! bentley   350: <li>Fix for <a href="https://man.openbsd.org/chpass.1">chpass(1)</a> -a handling when given an entry with an already existing user.
1.3       deraadt   351: <!-- 2007/01/14 -->
                    352: <li>Shrink memory requirements in OpenCVS when dealing with very large trees.
                    353: <li>Make OpenCVS reset sticky tags when using -A.
1.50    ! bentley   354: <li>Fixes for <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> when using sensor time sources.
1.3       deraadt   355: <!-- 2007/01/13 -->
1.50    ! bentley   356: <li>Add Philips SNU5600 to the list of supported <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> devices.
        !           357: <li>Various fixes for option handling in <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> BOOTP and DHCP.
        !           358: <li>Match some additional devices in the <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> driver.
1.3       deraadt   359: <li>Make sparc64 vgafb code not attach to Expert3D and Expert3D-Lite cards, these will require a different driver.
                    360: <li>Do not keep entire file in memory in OpenCVS when sending or receiving it, fix memory leaks and remote update.
                    361: <!-- 2007/01/12 -->
                    362: <li>Major rework of the RCS api in OpenCVS, resulting in huge speedups and reduced memory usage.
                    363: <li>Turn secondary CMMUs data cache on for luna88k to not hog the bus while they spin.
                    364: <li>Move kernel virtual address space on sparc64 to make sure it doesn't overlap with physical memory on US3 and US3+ based machines.
                    365: <li>Complete binary support for OpenCVS. Adding/importing binary files now works too.
1.50    ! bentley   366: <li>Fix <a href="https://man.openbsd.org/altq.9">altq(9)</a> support for <a href="https://man.openbsd.org/mac68k/mc.4">mc(4)</a> on mac68k
1.3       deraadt   367: <li>Add a few more video cards to mac68k.
1.50    ! bentley   368: <li>Make <a href="https://man.openbsd.org/user.8">user(8)</a> compare against the username, so listing groups when given a numeric user id to userinfo works.
1.3       deraadt   369: <!-- 2007/01/11 -->
1.50    ! bentley   370: <li>Add support for <a href="https://man.openbsd.org/sti.4">sti(4)</a> on pci to be used as hppa console.
        !           371: <li>Add callbacks to enable and disable <a href="https://man.openbsd.org/sti.4">sti(4)</a> rom. Allows dual-sti@pci setups work.
1.3       deraadt   372: <li>Make acpi assume the first cpu in the table is the boot processor, instead of the cpu with apic id 0.
1.50    ! bentley   373: <li>Merge icmp4 and icmp6 in <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>, and use real asynchronous events for checks.
1.3       deraadt   374: <li>Rework OpenCVS so it can deal with binary files.
                    375: <li>Make FFS correctly deallocate dependencies when growing into an indirect block and failing to acquire a data block.
                    376: <!-- 2007/01/10 -->
                    377: <li>Make OpenCVS validate all options before connecting to the remote server.
1.50    ! bentley   378: <li>Make <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> reject all packets with an option claiming to extend past the end of an option buffer.
        !           379: <li>Add flow control support to <a href="https://man.openbsd.org/bge.4">bge(4)</a> and <a href="https://man.openbsd.org/brgphy.4">brgphy(4)</a>.
1.3       deraadt   380: <li>Upgraded BIND to 9.3.3.
1.50    ! bentley   381: <li>Moved <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> microcode to network byte order.
        !           382: <li>In <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>, allow rule if there is at least one matching address family combination.
1.3       deraadt   383: <!-- 2007/01/09 -->
                    384: <li>kue(4) microcode moved to network byte order.
                    385: <!-- 2007/01/08 -->
1.50    ! bentley   386: <li>hostated renamed to <a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>. Do not forget to update the passwd file.
        !           387: <li>When printing bootp option numbers, use unsigned chars in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
        !           388: <li>Moved <a href="https://man.openbsd.org/hostated.8">hostated(8)</a> regexp interface to shell globbing rules instead.
        !           389: <li>Add Gigabyte GN-WI05GS adapters to the list of supported <a href="https://man.openbsd.org/rum.4">rum(4)</a> devices.
        !           390: <li>Add support for HW TCP/IP checksum offloading on the <a href="https://man.openbsd.org/nfe.4">nfe(4)</a> adapters that support it.
        !           391: <li>Allow <a href="https://man.openbsd.org/hostated.8">hostated(8)</a> to use service names in addition to numberical port numbers.
        !           392: <li>Allow <a href="https://man.openbsd.org/sasyncd.8">sasyncd(8)</a> to use shared key specification in hex.
        !           393: <li>Add a generic send/expect check using regexps in <a href="https://man.openbsd.org/hostated.8">hostated(8)</a>.
        !           394: <li>Add support for Leadtek Winfast TV 2000 XP in the <a href="https://man.openbsd.org/bktr.4">bktr(4)</a> driver.
1.3       deraadt   395: <!-- 2007/01/07 -->
1.50    ! bentley   396: <li>Fix for <a href="https://man.openbsd.org/gdb.1">gdb(1)</a> to allow unwinding through sparc64 kernel trap frames.
1.3       deraadt   397: <li>Rework wscons VT100 emulation code to run in degraded mode if some of the non-vital dynamically allocated elements aren't available.
                    398: <!-- 2007/01/06 -->
                    399: <li>OpenCVS now accepts log messages from external editors.
                    400: <li>Stop FFS from printing messages when switching between optimizations for space/time.
                    401: <li>Preliminary support for the hp300 single ISA slot found in 4xx "t" models.
1.50    ! bentley   402: <li>Updated <a href="https://man.openbsd.org/bcw.4">bcw(4)</a> for the new network byte order firmware file.
1.3       deraadt   403: <!-- 2007/01/05 -->
                    404: <li>Fix for microcode loading so it becomes byte order independent. Will require that people update the microcode files.
                    405: <li>Fix two memleaks in hostated.
1.50    ! bentley   406: <li>Make <a href="https://man.openbsd.org/bcw.4">bcw(4)</a> understand combined firmware files, so we can have one instead of 15 files.
1.3       deraadt   407: <!-- 2007/01/04 -->
                    408: <!-- 2007/01/03 -->
1.50    ! bentley   409: <li>Make <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> not run rde_shutdown() unless <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> is started with -d.
1.3       deraadt   410: <li>Add support for OpenCVS "remove" in a remote setup.
                    411: <li>Fix for OpenCVS client logging.
1.50    ! bentley   412: <li>Add a 'g' command to <a href="https://man.openbsd.org/top.1">top(1)</a> to only show processes having a certain string in their command name.
        !           413: <li>Do not leak mbuf tag memory in the <a href="https://man.openbsd.org/an.4">an(4)</a>, <a href="https://man.openbsd.org/ath.4">ath(4)</a>, <a href="https://man.openbsd.org/atw.4">atw(4)</a>, <a href="https://man.openbsd.org/rtw.4">rtw(4)</a>, <a href="https://man.openbsd.org/ipw.4">ipw(4)</a>, <a href="https://man.openbsd.org/iwi.4">iwi(4)</a> and <a href="https://man.openbsd.org/wpi.4">wpi(4)</a> drivers either.
        !           414: <li>Fixes for group handling in <a href="https://man.openbsd.org/adduser.8">adduser(8)</a>.
        !           415: <li>Added support to <a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a> for continuous reading of syslog memory buffers.
1.3       deraadt   416: <!-- 2007/01/02 -->
1.50    ! bentley   417: <li>Initial code for <a href="https://man.openbsd.org/bcw.4">bcw(4)</a> firmware upload.
        !           418: <li>Added better support for IPv6 hostname/numeric representation in the <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> parser.
        !           419: <li>Fix support for checking out binary files in <a href="https://man.openbsd.org/rcs.1">rcs(1)</a>.
1.3       deraadt   420: <li>Fix keyboard problem for Intel Macs, where only first keypress is seen by boot.
1.50    ! bentley   421: <li>Prevent mbuf tag memory leak on <a href="https://man.openbsd.org/atu.4">atu(4)</a>, <a href="https://man.openbsd.org/ral.4">ral(4)</a> <a href="https://man.openbsd.org/uath.4">uath(4)</a> and <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> too, just like <a href="https://man.openbsd.org/rum.4">rum(4)</a>.
1.3       deraadt   422: <li>When creating an X11/Xorg config, do not force a Mouse section if none was found.
                    423: <!-- 2007/01/01 -->
1.50    ! bentley   424: <li>Make <a href="https://man.openbsd.org/acpiec.4">acpiec(4)</a> be the first device to attach to <a href="https://man.openbsd.org/acpi.4">acpi(4)</a>. Some systems require this.
1.3       deraadt   425: <li>Add support for -s state to OpenCVS.
1.50    ! bentley   426: <li>Make <a href="https://man.openbsd.org/rndc.8">rndc(8)</a> create output files in /var/named/tmp, which is writeable by the 'named' user.
1.3       deraadt   427: <!-- 2006/12/31 -->
                    428: <li>Make malo_init() check for firmware loading errors, and reset the card in case of an error, so later malo_init() can work.
                    429: <!-- 2006/12/30 -->
1.50    ! bentley   430: <li>Fix for mbuf handling on <a href="https://man.openbsd.org/rum.4">rum(4)</a>, fixes mtag memory leaks on armish platform. Same fix applied to <a href="https://man.openbsd.org/acx.4">acx(4)</a>, <a href="https://man.openbsd.org/malo.4">malo(4)</a> and <a href="https://man.openbsd.org/pgt.4">pgt(4)</a>.
        !           431: <li>Enable jumbo frames on <a href="https://man.openbsd.org/msk.4">msk(4)</a>, except for Yukon-2 FE devices.
        !           432: <li>Rewrite of <a href="https://man.openbsd.org/eephy.4">eephy(4)</a> code, allows auto MDI/MDI-X on various chipsets.
1.3       deraadt   433: <!-- 2006/12/29 -->
1.50    ! bentley   434: <li>Add flow control to <a href="https://man.openbsd.org/re.4">re(4)</a> devices.
1.3       deraadt   435: <li>Fix for 802.11 WEP key buffer size when using non-standard wep keys >= 104 bits.
1.50    ! bentley   436: <li>Added support for the Meinberg PCI511 and GPS170PCI-based <a href="https://man.openbsd.org/mbg.4">mbg(4)</a> devices.
        !           437: <li>Remove warnings about illegal prefixlength when a default inet6 route is present in <a href="https://man.openbsd.org/route.8">route(8)</a> and <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>.
1.3       deraadt   438: <!-- 2006/12/28 -->
1.50    ! bentley   439: <li>Fix another problem with sparc64 US3 D-cache flushing, fixes problems with <a href="https://man.openbsd.org/svnd.4">svnd(4)</a> on such machines.
        !           440: <li>Add support for ST16C654 <a href="https://man.openbsd.org/com.4">com(4)</a> devices.
1.3       deraadt   441: <!-- 2006/12/27 -->
1.50    ! bentley   442: <li>Add MC8755 to the list of supported <a href="https://man.openbsd.org/umsm.4">umsm(4)</a> devices.
1.3       deraadt   443: <li>A few more D-cache fixes for US3-based sparc64 machines.
1.50    ! bentley   444: <li>Add code to change video mode on the fly for <a href="https://man.openbsd.org/sparc/pnozz.4">pnozz(4)</a> on the sparc platform.
1.3       deraadt   445: <li>Switch ARM platforms to new syscall ABI. This is a flag day for binaries from before the middle of November.
1.50    ! bentley   446: <li>Add "C" as command line argument to <a href="https://man.openbsd.org/top.1">top(1)</a>.
1.3       deraadt   447: <!-- 2006/12/26 -->
1.50    ! bentley   448: <li>Fixes for exception handling in <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> for alpha.
        !           449: <li>Add support for ADT7475 in the <a href="https://man.openbsd.org/adt.4">adt(4)</a> driver.
        !           450: <li>Make sure <a href="https://man.openbsd.org/fxp.4">fxp(4)</a> devices do not re-initialize the card every time the IP address changes.
1.3       deraadt   451: <li>Fix for inline x86/x86_64 asm in libstdc++.
1.50    ! bentley   452: <li>Make <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> show more digits in timedelta sensors as the timedelta sensors become increasingly more precise.
1.3       deraadt   453: <!-- 2006/12/25 -->
1.50    ! bentley   454: <li>Make <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> print icmpv6 inside security header (AH/ESP).
1.3       deraadt   455: <!-- 2006/12/24 -->
1.50    ! bentley   456: <li>Make non-autonegotiated 10BaseT and 100BaseTX work on <a href="https://man.openbsd.org/msk.4">msk(4)</a>.
        !           457: <li>For <a href="https://man.openbsd.org/bnx.4">bnx(4)</a>, use the correct size when loading the RX/TX descriptor bus DMA maps.
1.3       deraadt   458: <!-- 2006/12/23 -->
1.50    ! bentley   459: <li>Fix for <a href="https://man.openbsd.org/mg.1">mg(1)</a> where inserting a file resulted in an incorrect line-number count.
        !           460: <li>Add column-number indication to the <a href="https://man.openbsd.org/mg.1">mg(1)</a> status line.
1.3       deraadt   461: <li>Added a two-level sysctl sensor API.
                    462: <!-- 2006/12/22 -->
                    463: <li>For Ultrasparc-III machines, patch some crucial D-cache flush instructions and enable the cache.
                    464: <li>Make sure the kernel only add sensors for NMEA devices if there was no error in nmeaopen().
                    465: <li>Add special handling in URPF code to handle urpf-failed on carp interfaces.
                    466: <!-- 2006/12/21 -->
                    467: <li>Fix for Core 2 Duo X6800 setperf code where it would report invalid setperf MSR leading to a divide by zero.
1.50    ! bentley   468: <li>Let <a href="https://man.openbsd.org/hme.4">hme(4)</a> use the arpcom copy of the ethernet address so that updates to lladdr can work.
        !           469: <li>Add Avlab PCI 2S to the list of supported <a href="https://man.openbsd.org/puc.4">puc(4)</a> devices.
        !           470: <li>Eliminate BSMAP #ifdef in <a href="https://man.openbsd.org/mg.1">mg(1)</a>, exposing bsmap-mode which swaps ^H and DEL.
        !           471: <li>In <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>, unbreak "redistribute default" and make it possible to specify a metric for the default route as well.
1.3       deraadt   472: <li>Plug memory leaks in OpenCVS and OpenRCS code.
                    473: <li>Fix a potential panic in pf_route().
                    474: <!-- 2006/12/20 -->
1.50    ! bentley   475: <li>In <a href="https://man.openbsd.org/mg.1">mg(1)</a>, enable auto-complete for the Execute: prompt when using auto-execute.
1.3       deraadt   476: <li>Enable recursive interrupts on the armish platform.
                    477: <!-- 2006/12/19 -->
                    478: <li>ACPI code added to various amd64 and i386 install images, though disabled.
1.50    ! bentley   479: <li>Add <a href="https://man.openbsd.org/rum.4">rum(4)</a> to amd64 and i386 RAMDISK_CD kernels.
        !           480: <li>Hook up acpicpu to the hw.setperf <a href="https://man.openbsd.org/sysctl.8">sysctl(8)</a> mechanism, allowing people running ACPI kernels to scale processor and frequency voltage.
1.3       deraadt   481: <!-- 2006/12/18 -->
                    482: <li>Make IPv6 input code reject packets from outside with interface-local multicast address in ip6_dst.
                    483: <li>Sync KerberosV code with heimdal.
1.50    ! bentley   484: <li>Add support for pci-based <a href="https://man.openbsd.org/sti.4">sti(4)</a> devices on hppa.
        !           485: <li>Enable <a href="https://man.openbsd.org/mbg.4">mbg(4)</a> on macppc and sparc64 GENERIC kernels too.
        !           486: <li>For <a href="https://man.openbsd.org/sensorsd.8">sensorsd(8)</a>, provide dampening on negative events for sensors that flip due to bugs or erroneous readings, and increase polling frequency accordingly to provide same rate of reporting.
        !           487: <li>Activate <a href="https://man.openbsd.org/mbg.4">mbg(4)</a> on i386 GENERIC kernels.
1.3       deraadt   488: <!-- 2006/12/17 -->
1.50    ! bentley   489: <li>For landisk <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>, force speed down to PIO mode 4 until some DMA issues are sorted out.
1.3       deraadt   490: <li>wscons fixes for accented keys.
1.50    ! bentley   491: <li>Import of <a href="https://man.openbsd.org/mbg.4">mbg(4)</a>, a driver for Meinberg FunkUhren time signal station receivers. Currently, DCF77 PCI32 receiver card is supported.
1.3       deraadt   492: <li>Fix index of ERP information element in beacons for rt2560 and rt2661-based devices.
                    493: <!-- 2006/12/16 -->
1.50    ! bentley   494: <li>Fix for dual port <a href="https://man.openbsd.org/msk.4">msk(4)</a> cards, now second port is enabled again.
        !           495: <li>On hppa platforms, make <a href="https://man.openbsd.org/hil.4">hil(4)</a> aware of shared interrupts, hil_intr() gets invoked when serial ports interrupt too.
1.3       deraadt   496: <li>Update the xenocara XOrg code to X.Org7.2RC3.
1.50    ! bentley   497: <li>Import of <a href="https://man.openbsd.org/hostated.8">hostated(8)</a> to monitor remote hosts and dynamically alter <a href="https://man.openbsd.org/pf.4">pf(4)</a> tables and redirection rules.
1.3       deraadt   498: <!-- 2006/12/15 -->
                    499: <li>Added acpi code to amd64 and i386 RAMDISK_CD kernels.
                    500: <li>Generic fixes for MII code to allow correct duplex reporting for ethernet drivers.
1.50    ! bentley   501: <li>Fix for <a href="https://man.openbsd.org/msk.4">msk(4)</a> when processing status descriptors. Makes Yukon-2 XL Rev A3 devices work.
        !           502: <li>Add HP NC373i PCIe Gigcards to the list of supported <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> devices.
1.3       deraadt   503: <!-- 2006/12/14 -->
                    504: <li>OpenCVS now can handle Sticky bits on client and server side.
                    505: <li>Removed GEMDOSFS from MS-DOS filesystem code.
1.50    ! bentley   506: <li>Add <a href="https://man.openbsd.org/macppc/esp.4">esp(4)</a> driver to macppc, supports NCR53c94 SCSI controller found on old world macs.
        !           507: <li>Fix for <a href="https://man.openbsd.org/man.1">man(1)</a>, make sure it closes fp before returning.
1.3       deraadt   508: <!-- 2006/12/13 -->
1.50    ! bentley   509: <li>Fix a minor bug in the TX data queue setup for <a href="https://man.openbsd.org/ath.4">ath(4)</a> devices.
1.3       deraadt   510: <li>Fix for MS-DOS filesystem code where the fs claims to have more clusters than can be represented in the FAT.
                    511: <li>Enable nested interrupts on the Zaurus platform, so interrupts are counted correctly.
1.50    ! bentley   512: <li>Partial fix for <a href="https://man.openbsd.org/acx.4">acx(4)</a> regarding broken beacon frames when running in AP mode.
1.3       deraadt   513: <!-- 2006/12/12 -->
1.50    ! bentley   514: <li>For <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, make PermitOpen work with multiple values.
        !           515: <li>Added IPv6 passive OS fingerprinting in <a href="https://man.openbsd.org/pf.4">pf(4)</a> and <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
        !           516: <li>Make the <a href="https://man.openbsd.org/bgplg.8">bgplg(8)</a> produce valid XHTML1.1 code.
        !           517: <li>Add a workaround for hardware ip4csum-tx on <a href="https://man.openbsd.org/re.4">re(4)</a> chips, it would be mangled on IP packets less than 28 bytes.
        !           518: <li>Make <a href="https://man.openbsd.org/malo.4">malo(4)</a> work on macppc by adding lots of endian fixes.
1.3       deraadt   519: <!-- 2006/12/11 -->
                    520: <li>Make ftp-proxy(8) handle SIGPIPE, fixes a race where ftp-proxy(8) would silently exit.
                    521: <li>In the SCSI layer, add the ability to requeue I/O rejected by a driver using the new NO_CCB result.
1.50    ! bentley   522: <li>Imported a looking glass for <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> to be used for CGI web interfaces and so on. See <a href="https://man.openbsd.org/bgplg.8">bgplg(8)</a> for usage.
1.3       deraadt   523: <li>In the TCP input code, allow RST with th_seq incremented.
                    524: <li>Change sig_atomic_t on alpha from long to int.
1.50    ! bentley   525: <li>In the <a href="https://man.openbsd.org/ppp.8">ppp(8)</a> code, if the remote peer rejects our MRU request, but our request is smaller than what the peer accepts, set the MRU anyway.
1.3       deraadt   526: <!-- 2006/12/10 -->
                    527: <li>Make OpenCVS permit readonly checkouts using -R or the CVSREADONLYFS env. variable.
1.50    ! bentley   528: <li>Make "flags 0" disable <a href="https://man.openbsd.org/sparc/si.4">si(4)</a> and <a href="https://man.openbsd.org/sparc/sw.4">sw(4)</a> DMA on sparc.
        !           529: <li>In <a href="https://man.openbsd.org/udcf.4">udcf(4)</a>, handle unexpected minute gaps better and restart collecting bits immediately after a parity error.
1.3       deraadt   530: <li>In ip6_output(), make sure ia is initialized before use.
                    531: <!-- 2006/12/09 -->
1.50    ! bentley   532: <li>Add USR5423 to the list of supported <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> devices.
1.3       deraadt   533: <li>Sparc and sparc64 wscons rework, and vt100 emulation removal. Saves 16KB on kernels.
1.50    ! bentley   534: <li>Make <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> take multiple add/delete arguments, thus making it much easier to do bulk add/deletes without opening and locking the database for each one.
        !           535: <li>Enable <a href="https://man.openbsd.org/udcf.4">udcf(4)</a> on Zaurus GENERIC kernels.
1.3       deraadt   536: <!-- 2006/12/08 -->
1.50    ! bentley   537: <li>Initial code for a coming <a href="https://man.openbsd.org/ahci.4">ahci(4)</a> driver.
1.10      jj        538: <li>Switch IPv6 API from RFC2292 to RFC3542. Kernel still handles RFC2292 set/getsockopts so old binaries still work.
1.3       deraadt   539: <li>Better check for powernow on AMD K8 and AMD64 cpus.
1.50    ! bentley   540: <li>In <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>, fix a crash seen on busy area border routers.
1.3       deraadt   541: <!-- 2006/12/07 -->
1.50    ! bentley   542: <li>Fix some channel tweaks in <a href="https://man.openbsd.org/pgt.4">pgt(4)</a>.
        !           543: <li>Make it possible to set the metric and LSA type for redistributed routes in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.
        !           544: <li>Cleanups and fixes for <a href="https://man.openbsd.org/axe.4">axe(4)</a>.
1.3       deraadt   545: <!-- 2006/12/06 -->
1.50    ! bentley   546: <li>Fixes for TX DMA on <a href="https://man.openbsd.org/sk.4">sk(4)</a> and <a href="https://man.openbsd.org/msk.4">msk(4)</a> devices.
        !           547: <li>Add <a href="https://man.openbsd.org/sf.4">sf(4)</a> to amd64 GENERIC kernels too.
        !           548: <li>Enable <a href="https://man.openbsd.org/macppc/mesh.4">mesh(4)</a> and <a href="https://man.openbsd.org/mc.4">mc(4)</a> in macppc GENERIC and RAMDISK kernels.
        !           549: <li>Replace Adaptec AIC-6915 <a href="https://man.openbsd.org/sf.4">sf(4)</a> driver with fully <a href="https://man.openbsd.org/bus_dma.9">bus_dma(9)</a>-able driver from NetBSD.
1.3       deraadt   550: <li>Fix NULL dereference in NFS code, and make sure current buffer is big enough before caching current entry.
1.50    ! bentley   551: <li>Added ZyXEL ZyAIR G-100 to list of supported <a href="https://man.openbsd.org/pgt.4">pgt(4)</a> devices.
1.3       deraadt   552: <!-- 2006/12/05 -->
                    553: <li>Add dutch keymap to hppa map listings.
                    554: <li>Implement correct fix for PCI scanning routines for old world macs.
                    555: <li>Imported fixcoff for macppc and made some changes to ofwboot makes it possible to boot OpenBSD on Power Macintosh 9500 and 9600.
1.50    ! bentley   556: <li>Fix memory leak in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a>.
        !           557: <li>Make sure <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> does not leak message structures when unsupported payloads appear or when payload allocation fails.
        !           558: <li>Implement TTL security hack in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
1.3       deraadt   559: <li>For tcp input code, make the syncache code inherit the TTL from the listening socket when sending the SYN/ACK response.
                    560: <li>Do not install pmtu routes for transport mode SAs.
                    561: <!-- 2006/12/04 -->
1.50    ! bentley   562: <li>Add Sweex LW053 to the list of supported <a href="https://man.openbsd.org/rum.4">rum(4)</a> devices.
        !           563: <li>Make <a href="https://man.openbsd.org/axe.4">axe(4)</a> devices avoid unnecessary memcpy() operations in the TX path.
        !           564: <li>Report half/full duplex state on <a href="https://man.openbsd.org/bge.4">bge(4)</a>, <a href="https://man.openbsd.org/em.4">em(4)</a>, <a href="https://man.openbsd.org/ixgb.4">ixgb(4)</a> and <a href="https://man.openbsd.org/vge.4">vge(4)</a> devices.
        !           565: <li>For <a href="https://man.openbsd.org/pppoe.4">pppoe(4)</a>, wrap authname and authkey in quotes to prevent problems when using special chars.
1.3       deraadt   566: <!-- 2006/12/03 -->
1.50    ! bentley   567: <li>Added rde_check_route to <a href="https://man.openbsd.org/dvmrpd.8">dvmrpd(8)</a>, still not complete.
1.3       deraadt   568: <li>Fix for sparc colormaps when using cgtwo graphics.
1.50    ! bentley   569: <li>Fixes for <a href="https://man.openbsd.org/uath.4">uath(4)</a> regarding detach and firmware RX.
        !           570: <li>Make the virtual vmware <a href="https://man.openbsd.org/vic.4">vic(4)</a> always assume full duplex when up.
        !           571: <li>Added Rapid Spanning Tree Protocol support to <a href="https://man.openbsd.org/bridge.4">bridge(4)</a>.
        !           572: <li>First shot at endian fixing <a href="https://man.openbsd.org/malo.4">malo(4)</a>, still needs work.
1.3       deraadt   573: <!-- 2006/12/02 -->
                    574: <li>Fix for sparc64 machines using a frame buffer whose endianness differs from the host CPU.
                    575: <!-- 2006/12/01 -->
                    576: <li>pthread fixes for pipes left in non-blocking mode after being closed.
1.50    ! bentley   577: <li>Two fixes for <a href="https://man.openbsd.org/compress.1">compress(1)</a>, one for using stdin and destdir not writeable, and the other for having a file called '-'.
1.3       deraadt   578: <!-- 2006/11/30 -->
1.50    ! bentley   579: <li>Make <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> handle multiple SAs with same src/dst but different port.
1.3       deraadt   580: <!-- 2006/11/29 -->
1.50    ! bentley   581: <li>Added some more ZD1211B variants to the list of supported <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> devices.
        !           582: <li>In <a href="https://man.openbsd.org/malo.4">malo(4)</a>, enable short slots, should stabilize and increase throughput.
1.3       deraadt   583: <li>Add support in XF4 for vesafb to the wsfb driver. Allows unaccelerated and unprivileged X server on i386, with allowaperture=0.
1.50    ! bentley   584: <li>Remaining bits for ZD1211B support in <a href="https://man.openbsd.org/zyd.4">zyd(4)</a>.
        !           585: <li>Endian fix in <a href="https://man.openbsd.org/ips.4">ips(4)</a> firmware handling code.
1.3       deraadt   586: <li>Fix for block address calculation in specfs code for devices with blocksize other than 512.
1.50    ! bentley   587: <li>Enable monitor mode on <a href="https://man.openbsd.org/malo.4">malo(4)</a> devices.
1.3       deraadt   588: <li>Make kernel stack non-swappable.
                    589: <li>Make sure amd64 and i386 only enable acpi if ACPI_ENABLE is defined in the kernel config.
                    590: <!-- 2006/11/28 -->
1.50    ! bentley   591: <li>Move the <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> autogenerated public key into /etc/isakmpd, making it readable for unprivileged uses too.
        !           592: <li>Let <a href="https://man.openbsd.org/nmea.4">nmea(4)</a> use tty timestamps if enabled, increases precision and lessens jitter.
        !           593: <li>Code added to allow <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> to work on alternate routing tables.
1.3       deraadt   594: <li>Make sure apm code handles the case when acpi steals power management functionality.
1.50    ! bentley   595: <li>Enable <a href="https://man.openbsd.org/usbf.4">usbf(4)</a> and <a href="https://man.openbsd.org/cdcef.4">cdcef(4)</a> on Zaurus RAMDISK kernels so it can be used during install.
1.3       deraadt   596: <li>On i386, make sure Enhanced Speedstep and other non-acpi setperf mechanisms are used only if acpi is not attached.
                    597: <li>Make the kernel malloc() print out a warning when returning NULL due to M_CANFAIL.
                    598: <!-- 2006/11/27 -->
1.50    ! bentley   599: <li>Fixes for DMA TX handling on the <a href="https://man.openbsd.org/ixgb.4">ixgb(4)</a> devices.
        !           600: <li>Make <a href="https://man.openbsd.org/spamd.8">spamd(8)</a> error out for a greylisted session only after the DATA command, not after the RCPT command. Helps out with sender verification schemes.
1.3       deraadt   601: <li>Change the way dhclient sends to a unicast destination IP address.
1.50    ! bentley   602: <li>Added support for different video modes on <a href="https://man.openbsd.org/cfxga.4">cfxga(4)</a> devices. 8-bit modes disabled for now, and default still 640x480x16.
1.3       deraadt   603: <li>Added acpi support to i386 and amd64 GENERIC kernels, though disabled.
                    604: <li>Initial import of vesabios for i386.
                    605: <li>Enable kvm86 in the i386 GENERIC kernels.
1.50    ! bentley   606: <li>Initial import of <a href="https://man.openbsd.org/ips.4">ips(4)</a>, a driver for the IBM ServeRAID controllers.
1.3       deraadt   607: <li>Only use the ichpcib speedstep feature if we're running in a (Mobile) Pentium 4, since celerons do not support it.
                    608: <li>Add portugese LK-201 keyboard layout to vax machines.
                    609: <li>First attempt at making kvm86 multiprocessor safe.
                    610: <li>Prevent panics when booting GENERIC.MP with a vesabios kernel.
1.50    ! bentley   611: <li>Initial bits for ZD1211B support in <a href="https://man.openbsd.org/zyd.4">zyd(4)</a>. Untested.
        !           612: <li>Enable WEP on <a href="https://man.openbsd.org/malo.4">malo(4)</a> devices.
        !           613: <li>Speed up <a href="https://man.openbsd.org/cfxga.4">cfxga(4)</a> by not storing complete bitmaps as a backing store for multiple screens, but remember character cells instead.
        !           614: <li>Separate solid fills ops from regurlar raster ops in <a href="https://man.openbsd.org/cfxga.4">cfxga(4)</a>, brings us accelerated copyrows and copycols.
        !           615: <li>Enable <a href="https://man.openbsd.org/uberry.4">uberry(4)</a> on i386 and amd64 GENERIC kernels.
1.3       deraadt   616: <li>Make use of the multiple routing tables in the IPv4 and IPv6 input and forward handling code.
1.50    ! bentley   617: <li>Initial import of <a href="https://man.openbsd.org/uberry.4">uberry(4)</a>, for battery charging and powering of the USB Blackberry device.
1.3       deraadt   618: <!-- 2006/11/26 -->
1.50    ! bentley   619: <li>For <a href="https://man.openbsd.org/cfxga.4">cfxga(4)</a>, always update cfxga_scr emulops field when creating a new screen, in case the card was removed and reinserted.
        !           620: <li>Fixes for <a href="https://man.openbsd.org/malo.4">malo(4)</a> reset handling, so ifconfig up/down works on amd64 too.
        !           621: <li>Fix the blitter functions on pcmcia based <a href="https://man.openbsd.org/cfxga.4">cfxga(4)</a> graphics, providing an accelerated putchar and fix synchronization points.
        !           622: <li>Enable <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> on sparc64 GENERIC kernels.
        !           623: <li>Reworked the raster ops code for pcmcia based <a href="https://man.openbsd.org/cfxga.4">cfxga(4)</a> graphics when monitoring cpu-to-display operation. Much faster that before.
        !           624: <li>Enable <a href="https://man.openbsd.org/malo.4">malo(4)</a> on amd64 GENERIC kernels.
1.3       deraadt   625: <li>Silence some dmesg noise on Sun x4100 virtual consoles.
1.50    ! bentley   626: <li>Activate <a href="https://man.openbsd.org/pwdog.4">pwdog(4)</a> on i386 and macppc GENERIC kernels.
1.3       deraadt   627: <!-- 2006/11/25 -->
                    628: <li>Added support in the scsi midlayer to handle detached targets better.
                    629: <li>Fix malloc() panic in msdos_mountfs().
1.50    ! bentley   630: <li>Remove <a href="https://man.openbsd.org/dpt.4">dpt(4)</a> from alhpa, amd64 and i386 kernels.
1.3       deraadt   631: <li>Enable new devices (flash, usbf, cdcef) on Zaurus GENERIC.
                    632: <li>Initial USB device controller (UDC) and USB CDC Ethernet function support for PXA27x/Zaurus.
1.50    ! bentley   633: <li>Add code to detect if the <a href="https://man.openbsd.org/pwdog.4">pwdog(4)</a> card is jumpered to work I/O or memory mapped.
        !           634: <li>Enable <a href="https://man.openbsd.org/malo.4">malo(4)</a> on i386 GENERIC kernels.
1.3       deraadt   635: <li>Add support for the Quancom PWDOG1, watchdog timer card.
                    636: <li>Sync the amd64 acpi code to i386, also fix interrupt routing for multi-ioapic systems.
                    637: <li>Fix for acpiec handler code, fixes deadlocks.
                    638: <li>Initial import of X.org 7.2 called xenocara. Not hooked in the build tree yet.
                    639: <li>Initial NAND flash support for Zaurus platform, not enabled yet.
                    640: <!-- 2006/11/24 -->
1.50    ! bentley   641: <li>Also enable <a href="https://man.openbsd.org/malo.4">malo(4)</a> devices to have fixed rates set.
1.3       deraadt   642: <li>Fix for double free panic when detaching interfaces.
1.50    ! bentley   643: <li>Enable automatic rate adaptation on <a href="https://man.openbsd.org/malo.4">malo(4)</a> devices.
        !           644: <li>Complete rewrite of the reset routine on <a href="https://man.openbsd.org/bcw.4">bcw(4)</a> devices, clears up the random attach warning on warm boots.
1.3       deraadt   645: <li>Make sure we zero out the fsid field when copying out a statfs struct to userland in the VFS code.
1.50    ! bentley   646: <li>Add support in <a href="https://man.openbsd.org/pf.4">pf(4)</a> to tag ipsec traffic belonging to specific IKE-initiated phase 2 traffic. Allows policy-based filtering of encrypted and unencrypted ipsec traffic.
1.3       deraadt   647: <li>Fix for the STP bridging code, allows to use bridge STP with USB ethernet devices.
                    648: <!-- 2006/11/23 -->
                    649: <li>On arm platforms, use correct define to detect soft cpu.
1.50    ! bentley   650: <li>Remove 802.11a stuff from <a href="https://man.openbsd.org/malo.4">malo(4)</a>.
        !           651: <li>For now, do not attach the second port on dual port <a href="https://man.openbsd.org/msk.4">msk(4)</a> cards. Makes the first port work.
        !           652: <li>Add 88W8310 chipsets to the list of <a href="https://man.openbsd.org/malo.4">malo(4)</a> devices.
1.3       deraadt   653: <!-- 2006/11/22 -->
1.50    ! bentley   654: <li>Add BCM4312 to the list of <a href="https://man.openbsd.org/bcw.4">bcw(4)</a> devices.
        !           655: <li>Fix an int overflow in <a href="https://man.openbsd.org/banner.1">banner(1)</a>.
1.3       deraadt   656: <li>Make sure the kernel malloc() return NULL on too large sizes when caller has set M_CANFAIL instead of panic()ing.
1.50    ! bentley   657: <li>Attach to cardbus <a href="https://man.openbsd.org/bcw.4">bcw(4)</a> cards.
        !           658: <li>Redo line parsing in <a href="https://man.openbsd.org/ypserv.8">ypserv(8)</a>, fixes out of bounds array access for short strings.
1.3       deraadt   659: <!-- 2006/11/21 -->
1.50    ! bentley   660: <li>Make wi_get_txpower() fail on USB <a href="https://man.openbsd.org/wi.4">wi(4)</a>, so we do not CSR_READ on them.
        !           661: <li>In <a href="https://man.openbsd.org/malo.4">malo(4)</a>, free allocated mbufs at TX done. Also reset some TX descriptor values. Fixes "mclpool" warnings.
        !           662: <li>In <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>, do not delete sections that might be shared with other connections. This workaround might leak <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> entries, but is ok for now.
1.3       deraadt   663: <!-- 2006/11/20 -->
                    664: <li>Added sysctl net.inet6.ip6.multicast_mtudisc for multicast routers.
1.50    ! bentley   665: <li>Fixes for external editor launch in <a href="https://man.openbsd.org/lynx.1">lynx(1)</a>.
        !           666: <li>Remove watchdog handler workaround in <a href="https://man.openbsd.org/em.4">em(4)</a>, not necessary anymore.
        !           667: <li>Reenable hardware vlan tagging on <a href="https://man.openbsd.org/ti.4">ti(4)</a> devices.
        !           668: <li>Fix a 32 bit overflow on 32 bit platforms for <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> ulimit.
        !           669: <li>Make <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> only do hardware checksum offload on UDP and TCP.
        !           670: <li>Fix vlan support in <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> when transmitting frames.
1.3       deraadt   671: <li>Enable support for audio on landisk platforms.
1.50    ! bentley   672: <li>Add support in <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> for -K, to kill source tracking nodes explicitly, behaves like -k for killing states.
1.3       deraadt   673: <!-- 2006/11/19 -->
1.50    ! bentley   674: <li>Re-enable Intel i31244 support in <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>.
        !           675: <li>Add support in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> for displaying Rapid Spanning Tree Protocol frames.
        !           676: <li>Fixes for <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> transmit code which would drop sent packets at mediom/high load.
        !           677: <li>Add PCI hookup code to <a href="https://man.openbsd.org/malo.4">malo(4)</a> devices.
1.3       deraadt   678: <!-- 2006/11/18 -->
1.50    ! bentley   679: <li>Fixes for <a href="https://man.openbsd.org/mg.1">mg(1)</a> regarding isearch.
        !           680: <li>Fix line number bugs regarding marks while opening same file several times and one concerning pgup/pgdown in <a href="https://man.openbsd.org/mg.1">mg(1)</a>.
1.3       deraadt   681: <!-- 2006/11/17 -->
                    682: <li>On amd64, decide whether we need to attach the primary cpu by checking the CPUF_PRESENT, like we do on i386.
1.50    ! bentley   683: <li>Initial import of <a href="https://man.openbsd.org/bcw.4">bcw(4)</a>, a driver for IEEE 802.11 Broadcom BCM43xx chipset based devices. Not usable yet.
        !           684: <li>Add support for multiple networks on one interface for <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.
        !           685: <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a>, fix extracting and setting permissions for tar archives when multiple -C options are present and/or multiple file selection args are used.
1.3       deraadt   686: <li>Make getpeereid() work on both sides of the connection. The client can now get the euid/egid of the server it connects to.
                    687: <!-- 2006/11/16 -->
                    688: <li>Make sure we copy the IV back into the session structure instead of the softc for VIA cpu-based crypto.
1.50    ! bentley   689: <li>Fix a segfault in <a href="https://man.openbsd.org/mg.1">mg(1)</a> when using isearch.
        !           690: <li>Add a lower TX treshold value in <a href="https://man.openbsd.org/em.4">em(4)</a> and use this when checking the number of available TX descriptors, in the case that em_encap() has tried to reclaim descriptors.
        !           691: <li>In <a href="https://man.openbsd.org/grep.1">grep(1)</a>, reset the number of lines of tail context before processing each file, to avoid printing lines from the previous file.
1.3       deraadt   692: <li>Changed the semantics of ff01::/16 to local interface multicast in the IPv6 stack.
                    693: <li>In md5(1), add support for -r and -q options.
1.50    ! bentley   694: <li>Add support for four new radios in <a href="https://man.openbsd.org/zyd.4">zyd(4)</a>, AL2210, CGT, Maxim New and Maxim New2. Untested.
1.3       deraadt   695: <li>All network interface code create empty groups, so the rc scripts can do carp demotion early in the boot process.
                    696: <!-- 2006/11/15 -->
                    697: <li>Various IPv6 utilities transitioned from RFC2292 to RFC3542 behaviour.
                    698: <li>Hook up acpi apic interrupt routing support to generic acpi code.
1.50    ! bentley   699: <li>Fix for infinite loop in malo_tx_intr() for <a href="https://man.openbsd.org/malo.4">malo(4)</a> devices and enable data packet transmission.
        !           700: <li>Fix integer promotion on 64 bit arches in <a href="https://man.openbsd.org/udcf.4">udcf(4)</a> code.
1.3       deraadt   701: <!-- 2006/11/14 -->
1.50    ! bentley   702: <li>Fix for <a href="https://man.openbsd.org/vge.4">vge(4)</a> when vge_encap fails, would leave an mbuf in the if_snd queue otherwise.
1.3       deraadt   703: <li>Add rlog and rannotate commands to OpenCVS.
                    704: <!-- 2006/11/13 -->
1.50    ! bentley   705: <li>Rework <a href="https://man.openbsd.org/em.3">em(3)</a> transmit register handling, required for future chipsets.
        !           706: <li>Make <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> handle rules with addresses from mismatched address families correctly.
1.3       deraadt   707: <!-- 2006/11/12 -->
1.50    ! bentley   708: <li>Remove a delay() in <a href="https://man.openbsd.org/malo.4">malo(4)</a> by actually waiting for the command to finish.
1.3       deraadt   709: <!-- 2006/11/11 -->
                    710: <li>For i386, get rid of magic ISA and EISA bus numbers in mpbios code, paves way for alternative sources for interrupt information.
1.50    ! bentley   711: <li>Fix memory leak in <a href="https://man.openbsd.org/fsck_msdos.8">fsck_msdos(8)</a>.
        !           712: <li>Add support for the 3Com 3CRWE154G72 <a href="https://man.openbsd.org/pgt.4">pgt(4)</a> device.
1.3       deraadt   713: <!-- 2006/11/10 -->
1.50    ! bentley   714: <li>Add support for Sun 1000baseSX cards in <a href="https://man.openbsd.org/gem.4">gem(4)</a>.
        !           715: <li>Make <a href="https://man.openbsd.org/mopd.8">mopd(8)</a> check the correct bits in the control byte.
        !           716: <li>Fix DMA firmware command interface in <a href="https://man.openbsd.org/malo.4">malo(4)</a>, now can associate successfully with an AP.
        !           717: <li>Have <a href="https://man.openbsd.org/em.4">em(4)</a> pre-allocate TX DMA maps instead of creating and destroying a DMA map per packet sent.
        !           718: <li>In the <a href="https://man.openbsd.org/nfe.4">nfe(4)</a> driver, defer setting the valid bit in the first TX descriptor until all descriptors have been set up, otherwise hardware may start processing descriptors faster than us.
        !           719: <li>In <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> for wlan settings, allow -nwid to clear the prefered nwid, just like -nwkey clears the key.
1.3       deraadt   720: <li>Make m88k-base platforms fetch syscall arguments beyond r9 with copyin() from the userland stack, instead of having the userland code put the first three arguments in r10-r12.
1.50    ! bentley   721: <li>Fix set_rpc_maxgrouplist, so <a href="https://man.openbsd.org/mount_nfs.8">mount_nfs(8)</a> -g works again.
1.3       deraadt   722: <li>Have md5(1) accept both upper case and lower case letters.
1.50    ! bentley   723: <li>Make <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> check both source and destination when grouping SAs.
        !           724: <li>Fix grouping for SAs in <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a>, now all combinations of SAs are possible, not only ESP+AH.
        !           725: <li>Make sure <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> does not count sa, ike and tcpmd5 rules twice.
        !           726: <li>Introduce reference count in <a href="https://man.openbsd.org/dvmrpd.8">dvmrpd(8)</a> for route_report so it can be shared and freed correctly.
        !           727: <li>Make <a href="https://man.openbsd.org/ripd.8">ripd(8)</a> clear lists before deleting neighbor.
        !           728: <li>Fix an mbuf leak in <a href="https://man.openbsd.org/tun.4">tun(4)</a> error path.
1.3       deraadt   729: <!-- 2006/11/09 -->
1.50    ! bentley   730: <li><a href="https://man.openbsd.org/bpf.4">bpf(4)</a> fixes for the <a href="https://man.openbsd.org/acx.4">acx(4)</a> driver.
1.3       deraadt   731: <li>Lots of USB devices added to the landisk GENERIC and RAMDISK kernels.
1.50    ! bentley   732: <li>Initial support for OpenBSD/sh support in <a href="https://man.openbsd.org/gdb.1">gdb(1)</a>.
        !           733: <li>Add multicast filter to <a href="https://man.openbsd.org/vic.4">vic(4)</a> instead of using ALLMULTI all the time.
        !           734: <li>Make sure <a href="https://man.openbsd.org/diff3.1">diff3(1)</a> respects TMPDIR.
        !           735: <li>More fixes in <a href="https://man.openbsd.org/malo.4">malo(4)</a> for the firmware commands.
        !           736: <li>Make <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> support public keys without SubjectPublicKeyInfo.
1.3       deraadt   737: <!-- 2006/11/08 -->
                    738: <li>OpenCVS now can do remote tag command.
                    739: <li>On landisk platforms, force TS_CARR_ON for the serial console, since they have no DCD line.
1.50    ! bentley   740: <li>Make <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> and <a href="https://man.openbsd.org/ripd.8">ripd(8)</a> properly indicate the state of "fib-update".
        !           741: <li>Add a -y flag to <a href="https://man.openbsd.org/i386/fdisk.8">fdisk(8)</a> for non-interactive use.
        !           742: <li>Make <a href="https://man.openbsd.org/sk.4">sk(4)</a> XMAC work on big-endian systems too.
1.3       deraadt   743: <!-- 2006/11/07 -->
1.50    ! bentley   744: <li>Add support for Decision Computer multiport serial cards in <a href="https://man.openbsd.org/puc.4">puc(4)</a>.
1.3       deraadt   745: <li>Fix sigmask handling bug for landisk platform that caused SIGCHLD to be almost always masked.
1.50    ! bentley   746: <li>Various fixes for <a href="https://man.openbsd.org/em.4">em(4)</a>.
        !           747: <li>Add <a href="https://man.openbsd.org/xmphy.4">xmphy(4)</a> to macppc GENERIC and RAMDISK kernels.
        !           748: <li>Fix <a href="https://man.openbsd.org/dd.1">dd(1)</a> so checks for seekability is done using isatty() instead.
1.3       deraadt   749: <li>Various fixes for the landisk platform.
                    750: <li>Fixes for softdep mkdir syncing during pagedep flush.
1.50    ! bentley   751: <li>Correctly check for bad signature in the <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> monitor, otherwise the monitor and unprivieged process can get out of sync.
1.3       deraadt   752: <li>Add timecounters to the adm64 platform.
                    753: <!-- 2006/11/06 -->
1.50    ! bentley   754: <li>In <a href="https://man.openbsd.org/dd.1">dd(1)</a>, fix skipping then reading from a tty.
        !           755: <li>Add support in <a href="https://man.openbsd.org/ne.4">ne(4)</a> for AX88790 chipsets, and fix AX88796 waiting after sending a packet, since it seems to lack "remote DMA complete" bit in ISR.
        !           756: <li>Fix in <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> to unbreak <a href="https://man.openbsd.org/authpf.8">authpf(8)</a> by handling non-inline anchors separately.
        !           757: <li>When stopping <a href="https://man.openbsd.org/malo.4">malo(4)</a> devices, also reset the TX ring.
        !           758: <li>Correction in <a href="https://man.openbsd.org/trek.6">trek(6)</a> where signed char fixes prevents infinite loops.
1.3       deraadt   759: <li>For vax, do not let memset() behave as bzero() for lengths over 64KB.
1.50    ! bentley   760: <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, add missing checks for OpenSSL return codes.
1.3       deraadt   761: <li>Fixes for HPPA savecore.
                    762: <li>Initial import of MFM controller code for Vax VS2000 and some VS3100, enabled in GENERIC and RAMDISK kernels.
1.50    ! bentley   763: <li>For <a href="https://man.openbsd.org/tip.1">tip(1)</a>, replace -### with -s### for the speed string.
        !           764: <li>Enable <a href="https://man.openbsd.org/malo.4">malo(4)</a> to transmit management frames. Fix/add firmware commands.
1.3       deraadt   765: <li>Landisk/SuperH platform switched back to softfloat code generation for now.
                    766: <li>bgpd(8) would announce restart capabilities when announcing refresh capabilities. Fixed.
                    767: <li>Force a new sensor task to be run as soon as possible in order to collect early values instead of waiting for the first timeout.
1.50    ! bentley   768: <li>Make USB <a href="https://man.openbsd.org/wi.4">wi(4)</a> adapters not advertise themselves as supported hostap devices.
        !           769: <li>In <a href="https://man.openbsd.org/vic.4">vic(4)</a>, set the RX filters after setting the shared data address. Fixes a crash of the VMWare host when running an OpenBSD guest.
1.3       deraadt   770: <!-- 2006/11/05 -->
1.31      bentley   771: <li>Add MCP67 SMBus controller to list of supported nviic(4) devices.
1.50    ! bentley   772: <li>Sync <a href="https://man.openbsd.org/em.4">em(4)</a> to Intels 6.2.9 version. Adds support for a few newer Intel PCIe boards and a few bug fixes.
        !           773: <li>Add <a href="https://man.openbsd.org/gem.4">gem(4)</a> and <a href="https://man.openbsd.org/gentbi.4">gentbi(4)</a> to amd64 and i386 GENERIC kernels.
        !           774: <li>Endian fix in <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> for mod_proxy code.
        !           775: <li>Add MCP67 PATA and SATA to the list of supported <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> devices.
        !           776: <li>Add NVidia MCP67 LAN to the list of supported <a href="https://man.openbsd.org/nfe.4">nfe(4)</a> devices.
1.3       deraadt   777: <li>Add power state table for 1GHz VIA Eden 90nm 'Esther' CPUs.
                    778: <li>Do not enable hardware cursor on vax in the Brooktree DAC on the 8 bpp model.
                    779: <li>Wait two seconds after reset before probing for devices on vax, lets RX23 devices get detected again.
1.50    ! bentley   780: <li>Handle <a href="https://man.openbsd.org/hil.4">hil(4)</a> loop reconfiguration in a kernel thread instead of doing it from interrupt context.
1.3       deraadt   781: <!-- 2006/11/04 -->
1.50    ! bentley   782: <li>Do not let <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> open a transaction for a ruleset unless it is a brace expansion that contain rules.
1.3       deraadt   783: <li>Fix a potential memory leak in libevent.
1.50    ! bentley   784: <li>Make <a href="https://man.openbsd.org/arc.4">arc(4)</a> query the firmware for the number of devices, and then iterate through them to get the right names for sensor creation.
        !           785: <li>Fix a bug in <a href="https://man.openbsd.org/awk.1">awk(1)</a> when converting a variable from numeric type to string.
1.3       deraadt   786: <li>Fix in X11 for video playback in the Radeon driver for Mobility M6 based machines.
                    787: <!-- 2006/11/03 -->
1.50    ! bentley   788: <li>Add AL7230B to list of supported <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> devices. Untested for now.
        !           789: <li>In <a href="https://man.openbsd.org/ripd.8">ripd(8)</a>, if the nexthop is not reachable through outgoing interface, set it to INADDR_ANY.
1.3       deraadt   790: <!-- 2006/11/02 -->
1.50    ! bentley   791: <li>If the hardware does not say it can do scatter gather lists for tx on <a href="https://man.openbsd.org/vic.4">vic(4)</a> devices, limit it to only one dma segment.
        !           792: <li>Enable <a href="https://man.openbsd.org/vic.4">vic(4)</a> on i386 GENERIC and RAMDISK kernels.
        !           793: <li>Make <a href="https://man.openbsd.org/raidctl.8">raidctl(8)</a> error out when passed an empty string as device name.
1.3       deraadt   794: <!-- 2006/11/01 -->
1.50    ! bentley   795: <li>Make the <a href="https://man.openbsd.org/vic.4">vic(4)</a> driver set a tick up to check the link state every second.
1.3       deraadt   796: <li>Add active cooling support to acpi.
1.50    ! bentley   797: <li>Fix <a href="https://man.openbsd.org/vic.4">vic(4)</a> initialization so ifconfig up and down now work.
1.3       deraadt   798: <li>Add German LK-[24]01 keyboard layout for vax platform.
1.50    ! bentley   799: <li>Have <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> abort bulk-in and bulk-out pipes before freeing the RX/TX transfer lists.
        !           800: <li>Fix firmware fatal errors on re-associations in <a href="https://man.openbsd.org/wpi.4">wpi(4)</a>.
        !           801: <li>In <a href="https://man.openbsd.org/vic.4">vic(4)</a>, fix the TX path so it can use more than one scatter gather entry when sending the packet.
1.3       deraadt   802: <!-- 2006/10/31 -->
1.50    ! bentley   803: <li>Fix range checking in the argument parser for <a href="https://man.openbsd.org/dd.1">dd(1)</a>.
        !           804: <li>Make <a href="https://man.openbsd.org/vic.4">vic(4)</a> handle slightly short frames, such as those coming from VMWare.
        !           805: <li>Add support in <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> for aggressive mode.
        !           806: <li>Make <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> allow a user to recursively print anchors, including those without reserved names if a trailing * is specified in the anchor name.
        !           807: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> check DH_compute_key() for -1 even though it should be valid due to earlier checks.
1.3       deraadt   808: <li>In the TCP code, do not regenerate the timestamp modulation offset for SYN-ACK retransmits.
1.50    ! bentley   809: <li>Initial code for adding sensors to <a href="https://man.openbsd.org/arc.4">arc(4)</a> devices.
1.3       deraadt   810: <li>Make pfsync devices to be cloned, but prevent more than one instance for now.
1.50    ! bentley   811: <li>In <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> allow <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a> ruleset optimizer to be controlled from within the ruleset, or optionally on the command-line.
        !           812: <li>Fix infinite loop in <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> for i386 code when passing objects with 3+ base classes by value.
1.3       deraadt   813: <!-- 2006/10/30 -->
1.50    ! bentley   814: <li>Major work on the <a href="https://man.openbsd.org/vic.4">vic(4)</a> driver. Closer to working now, but the TX code path still needs work.
        !           815: <li>Added a timecounter based implementation of <a href="https://man.openbsd.org/adjfreq.2">adjfreq(2)</a>.
1.3       deraadt   816: <li>Fix dynamic tuning of the radio sensitivity on rt2661 based devices.
                    817: <li>On luna88k, have the primary CPU start the CMMU for secondary CPUs because secondary CPUs will run endless loops without cache otherwise.
                    818: <li>Change CMMU probing method on luna88k machines.
                    819: <!-- 2006/10/29 -->
1.50    ! bentley   820: <li>Fix in output of "show vnode" in <a href="https://man.openbsd.org/ddb.4">ddb(4)</a>.
        !           821: <li>Plug a memory leak in <a href="https://man.openbsd.org/talk.1">talk(1)</a>.
        !           822: <li>Let <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> allow braces to fit on a single line if only one or no argument is used.
1.3       deraadt   823: <li>In libc, make __dtoa() and strtod() thread safe.
1.50    ! bentley   824: <li>Fix in <a href="https://man.openbsd.org/isakmpd.8">isakmpd(8)</a> TAILQ usage, preventing crashes.
1.3       deraadt   825: <li>On amd64 and i386 platforms, make sure swap defaults to partition "b" on the same disk as root, not partition "b" on unit 0.
                    826: <li>Make landisk booting more reliable by disabling cache before jumping into the kernel.
                    827: <!-- 2006/10/28 -->
                    828: <li>In the NFS socket code, make sure nm_srtt and nm_sdrtt arrays are not initialized out of bounds.
1.50    ! bentley   829: <li>In <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>, only <a href="https://man.openbsd.org/mprotect.2">mprotect(2)</a> pages during relocation if the library is marked TEXTREL.
        !           830: <li>In <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a>, add support for anchors loaded inline., enclosed in a brace-delimited block.
1.3       deraadt   831: <!-- 2006/10/27 -->
1.50    ! bentley   832: <li>On macppc, have <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> make stack executable when doing trampoline code.
1.3       deraadt   833: <li>On vax, hide hardware cursor on 4 bpp gpx displays.
                    834: <li>For sparc machines, blank then screen immediately if the lid is closed during boot.
1.50    ! bentley   835: <li>In <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a>, use clock_gettime(CLOCK_MONOTONIC,..) to get a monotonically increasing time, and make <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> use that to send the next query to an ntp peer.
        !           836: <li>Make <a href="https://man.openbsd.org/udcf.4">udcf(4)</a> degrade the sensor status to WARNING on first error condition and to CRITICAL if valid time information comes within 15 minutes.
1.3       deraadt   837: <li>Partially revert some of the macppc PCI range calculations, since it broke some newer machines.
                    838: <!-- 2006/10/26 -->
1.50    ! bentley   839: <li>Fix <a href="https://man.openbsd.org/fxp.4">fxp(4)</a> so it will reset the link when you change speed.
        !           840: <li>Have <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> store copies of everything needed to remove SAs and flows later. Allows for migration from tcp md5sig to ipsec esp ike with just bgpctl reload on both sides and bgpctl neighbor $foo clear on one side.
        !           841: <li>Make sure <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> store SPIs for tcpmd5 outside the conf struct so it can clear old SAs when the session is restarted after a config reload.
1.3       deraadt   842: <!-- 2006/10/25 -->
                    843: <li>Add support for AMD Geode LX security block. Currently only RNG, AES to be added later.
                    844: <li>Initial driver for MosChip MCS7703 based USB serial devices. No hardware flow control yet.
                    845: <li>Allow pflogd to listen on alternate pflog interfaces.
                    846: <li>On sparc64 USIII-based machines, make sure we flush the I-TLB from the primary context and not the secondary.
                    847: <li>Allow spamlogd to use an alternate pflog interface.
                    848: <!-- 2006/10/24 -->
                    849: <li>Fix localhost DoS when using oversized values with crypto devices.
                    850: <li>Fix for segfaults in pthreads code in _thread_kern_poll when descriptor is in closing state.
1.50    ! bentley   851: <li>Add code to allow up to 16 pflog interfaces, and add support in <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a> to specify which interface to log certain lines to.
1.3       deraadt   852: <li>Make a RAMDISK kernel image for the landisk platform.
1.50    ! bentley   853: <li>Fix RX DMA handling in <a href="https://man.openbsd.org/malo.4">malo(4)</a> and make sure we reset the RX descriptor ring on ifconfig down/up.
        !           854: <li>Add new trace function to <a href="https://man.openbsd.org/ddb.4">ddb(4)</a>, "machine acpi trace" so users can send useful traces without enabling acpi debug.
        !           855: <li>Improvements in <a href="https://man.openbsd.org/ntpd.8">ntpd(8)</a> when updating from timedelta sensors.
1.3       deraadt   856: <!-- 2006/10/23 -->
1.50    ! bentley   857: <li>Fix a crash in <a href="https://man.openbsd.org/as.1">as(1)</a> when using --statistics.
1.3       deraadt   858: <li>Build rthreads by default for easy testing.
1.50    ! bentley   859: <li>Reworked <a href="https://man.openbsd.org/malloc.3">malloc(3)</a> to keep pginfo and pgfree structs away from application memory by using special allocators for those instead of imalloc. For chunks, return randomly from a short list of recently freed chunk.
1.3       deraadt   860: <li>Make the pflog interface cloneable.
                    861: <!-- 2006/10/22 -->
1.50    ! bentley   862: <li>Add Sundance TC9021 to list of supported <a href="https://man.openbsd.org/stge.4">stge(4)</a> devices.
1.3       deraadt   863: <li>Fixes for PCI configuration on old-world macppc machines with non-contiguous PCI memory spaces.
1.50    ! bentley   864: <li>Make <a href="https://man.openbsd.org/bge.4">bge(4)</a> recognize BCM5715 A3-based devices.
1.3       deraadt   865: <li>Fix colormap in 4bpp mode on vax gpx displays.
1.50    ! bentley   866: <li>Make <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> devices blink the LED on transmit.
        !           867: <li>"Bogus xmit rate" panic fixed for <a href="https://man.openbsd.org/rum.4">rum(4)</a> too.
        !           868: <li>Replace rate control code in <a href="https://man.openbsd.org/ral.4">ral(4)</a>, should also fix "bogus xmit rate" panics in HostAP mode.
        !           869: <li>Make <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> handle per-node rate control.
        !           870: <li>Add Edimax EW-7318USG to the list of supported <a href="https://man.openbsd.org/rum.4">rum(4)</a> devices.
        !           871: <li>Fixes for rate handling in <a href="https://man.openbsd.org/iwi.4">iwi(4)</a>.
1.3       deraadt   872: <!-- 2006/10/21 -->
1.50    ! bentley   873: <li>Fix RX handling in <a href="https://man.openbsd.org/malo.4">malo(4)</a> devices, now can receive management frames.
        !           874: <li>Make sure <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> keeps at least 16 TX descriptors unused, and handle TX loads problems better.
        !           875: <li>Enable <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> on i386 and amd64 GENERIC kernels.
        !           876: <li>Major rework on <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> to bring it into a working state. Should work with ZD1211 chipsets, though IBSS and HostAP modes does not work yet.
1.3       deraadt   877: <li>Fixes for the client part of OpenNTPD.
                    878: <!-- 2006/10/20 -->
1.50    ! bentley   879: <li>Add ASIX 88190 to the list of supported <a href="https://man.openbsd.org/ne.4">ne(4)</a> devices.
1.3       deraadt   880: <li>More fixes for VFS softdep code.
                    881: <!-- 2006/10/19 -->
                    882: <li>Boot fixes for the landisk platform, now supports "boot -c".
1.50    ! bentley   883: <li>Reworked the TX path of <a href="https://man.openbsd.org/bnx.4">bnx(4)</a> devices.
1.3       deraadt   884: <li>Another fix for the wscons jump scrolling code which can occur if autowrapping is on and certain control characters are encountered.
                    885: <li>In the VFS layer, promote certain bdwrite calls to bawrite for some cases so they wont get deferred due to pending softdeps.
1.50    ! bentley   886: <li>Make <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> match the CS5536 IDE controller in AMD Geode LX-800-based system.
        !           887: <li>Replace ACPI ioctls with APM ioctls, now <a href="https://man.openbsd.org/i386/apmd.8">apmd(8)</a> can be forced to use /dev/acpi.
1.3       deraadt   888: <!-- 2006/10/18 -->
                    889: <li>Various acpi fixes.
1.50    ! bentley   890: <li>In <a href="https://man.openbsd.org/sort.1">sort(1)</a>, remove code that could cause a SEGV if a buffer is realloc()ed, instead allocate two buffers early.
1.3       deraadt   891: <li>FPU detection fixes for AMD Geode LX-800-based machines.
                    892: <li>For the SGI platform, enable ipv6 on the RAMDISK image.
                    893: <li>Do not enable Geode watchdog if building small kernels.
1.50    ! bentley   894: <li>On <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> for alpha, do not force -msmall-data for -fpic and -mlarge-data for -fPIC. Makes -fpic and -fPIC equivalent, as was the case with gcc 2.x.
        !           895: <li>Initial import of <a href="https://man.openbsd.org/ripd.8">ripd(8)</a>, a routing daemon for the RIP protocol.
1.3       deraadt   896: <li>Return ECONNABORTED when a non-blocking socket has been shutdown() for receives instead of returning EWOULDBLOCK, since that misleads applications to think accept() may eventually succeed. Corrects a pthreads deadlock.
                    897: <!-- 2006/10/17 -->
1.50    ! bentley   898: <li>Change the way <a href="https://man.openbsd.org/wd.4">wd(4)</a> calculates the number of cylinders on non-CPU_BIOS architectures.
        !           899: <li>Disable firmware fastboot feature in <a href="https://man.openbsd.org/bge.4">bge(4)</a> for 5752/5755 and 5787 ASICS, eliminates firmware timeouts.
1.3       deraadt   900: <li>Reset fixes for non-SC100 Geode cpus.
                    901: <li>Deadlock fixes in libpthread regarding _FD_LOCK.
                    902: <li>Make sure i386 and amd64 uses partition 'b' for swap, not just the first partition after root.
1.50    ! bentley   903: <li>Increase max <a href="https://man.openbsd.org/pf.4">pf(4)</a> tag name size from 16 to 64 characters.
1.3       deraadt   904: <!-- 2006/10/16 -->
1.50    ! bentley   905: <li>Make sure <a href="https://man.openbsd.org/pf.4">pf(4)</a> doesn't set 'flags S/SA' on stateless rules.
        !           906: <li>In <a href="https://man.openbsd.org/re.4">re(4)</a>, fix for watchdog timeouts experienced with some RealTek adapters.
        !           907: <li>In <a href="https://man.openbsd.org/ps.1">ps(1)</a>, make the session field 8 chars for 32-bit cpus and 16 chars for 64-bit cpus since it is a pointer. Also, left-justify the state field name to match the state data.
1.3       deraadt   908: <li>Use 64 bit daddr_t for logical blocks in the file system layer too.
                    909: <!-- 2006/10/15 -->
1.50    ! bentley   910: <li>Initial import of <a href="https://man.openbsd.org/malo.4">malo(4)</a> code, a new driver for the Marvell Libertas chips.
1.3       deraadt   911: <li>Remove a potential race in ftp-proxy(8) by closing file descriptors before cleaning up events.
1.50    ! bentley   912: <li>For <a href="https://man.openbsd.org/gem.4">gem(4)</a>, get MAC address from VPD, like we do for <a href="https://man.openbsd.org/hme.4">hme(4)</a>.
        !           913: <li>Add BCM5787 A2 to the list of supported <a href="https://man.openbsd.org/bge.4">bge(4)</a> devices.
1.3       deraadt   914: <!-- 2006/10/14 -->
1.50    ! bentley   915: <li>Enable <a href="https://man.openbsd.org/bce.4">bce(4)</a> on amd64 GENERIC and RAMDISK kernels.
1.3       deraadt   916: <li>Also add cross-compiling hints to crunchgen to allow for a different obj/ directory.
1.50    ! bentley   917: <li>Fixes to allow cross-compiling of <a href="https://man.openbsd.org/less.1">less(1)</a>.
1.3       deraadt   918: <!-- 2006/10/13 -->
                    919: <li>New checks in ACPI code for Embedded Controllers, should be detected correctly now.
1.50    ! bentley   920: <li>Fix for <a href="https://man.openbsd.org/ath.4">ath(4)</a> reset procedure of single-chip variants. Should make AR5424 PCIe chipsets work.
        !           921: <li>Fix kernel page fault in <a href="https://man.openbsd.org/pgt.4">pgt(4)</a> when the device gets detached after the firmware failed to load.
        !           922: <li>In <a href="https://man.openbsd.org/lynx.1">lynx(1)</a>, add checks for mkdtemp() failure, prevents segfaults when TMP or TMPDIR environment variables are set to non-existent directories.
1.3       deraadt   923: <!-- 2006/10/12 -->
                    924: <li>Massive ACPI changes.
                    925: <!-- 2006/10/11 -->
1.50    ! bentley   926: <li>Make <a href="https://man.openbsd.org/file.1">file(1)</a> recognize OpenBSD/sh binaries too.
        !           927: <li>Fix a potential null dereference, and a memory leak in the <a href="https://man.openbsd.org/pgt.4">pgt(4)</a> error path.
        !           928: <li>Make sure <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> exits instead of doing a blocking tcp send if we detect a client/server timeout, since the tcp sendqueue might be full of alive requests.
1.3       deraadt   929: <li>Fixes for SIGCONT, may be sent to any process with the same session ID as the caller, not to any process that is a descendant of the current process.
1.50    ! bentley   930: <li>Add <a href="https://man.openbsd.org/udcf.4">udcf(4)</a> to amd64 GENERIC.
1.3       deraadt   931: <li>Implemented the IP_MINTTL tcp socket option.
                    932: <li>Implemented the IP_RECVTTL socket option for raw or udp sockets.
                    933: <!-- 2006/10/10 -->
1.50    ! bentley   934: <li>In <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a>, allow the 'quick' keyword on an anchor.
        !           935: <li>Various fixes for <a href="https://man.openbsd.org/xge.4">xge(4)</a>.
        !           936: <li>Revert firmware synchronization change in <a href="https://man.openbsd.org/bge.4">bge(4)</a>, since breaks dual-port cards.
        !           937: <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> sleep before retrying, not after, since sleeping affects errno.
1.3       deraadt   938: <!-- 2006/10/09 -->
                    939: <li>Stop spoofing NetBSD/FreeBSD MBR partitions as the 'a' partition in a disklabel when no OpenBSD partition is found.
                    940: <li>Fixes in the delay routines for dp8390-based devices on fast machines.
1.50    ! bentley   941: <li>Add powerhooks to the <a href="https://man.openbsd.org/pgt.4">pgt(4)</a> driver.
1.3       deraadt   942: <!-- 2006/10/08 -->
                    943: <li>Fix glitch in jump scroll code for wscons vt100 emulation.
1.50    ! bentley   944: <li>SuperH additions to <a href="https://man.openbsd.org/ld.1">ld(1)</a> and <a href="https://man.openbsd.org/as.1">as(1)</a> in binutils.
1.3       deraadt   945: <li>Fixes for linux emulation regarding linux_sys_waitpid() calls.
                    946: <!-- 2006/10/07 -->
1.50    ! bentley   947: <li>Add PCI Express Fibre Channel FC949E to the list of supported <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> devices.
        !           948: <li>Fix for macppc <a href="https://man.openbsd.org/macppc/mc.4">mc(4)</a> by using the "Enforce in-order Execution" to stop it from crashing under heavy load.
1.3       deraadt   949: <li>Make cd-roms retry forever while the device indicates that it is becoming ready, in the same way it was done for tapes in st.c.
                    950: <!-- 2006/10/06 -->
1.50    ! bentley   951: <li>Enable <a href="https://man.openbsd.org/pgt.4">pgt(4)</a> on cardbus for the i386 and amd64 GENERIC kernels.
        !           952: <li>Fix cardbus support for <a href="https://man.openbsd.org/pgt.4">pgt(4)</a>.
1.3       deraadt   953: <li>Initial import of the SuperH-based landisk platform.
1.50    ! bentley   954: <li>Various binutils and <a href="https://man.openbsd.org/gcc.1">gcc(1)</a> additions to handle 32-bit SuperH cpus.
        !           955: <li>In <a href="https://man.openbsd.org/pf.conf.5">pf.conf(5)</a>, make 'flags S/SA keep state' the implicit default for filter rules.
1.3       deraadt   956: <!-- 2006/10/05 -->
1.50    ! bentley   957: <li><strong>SECURITY FIX: Integer overflow in <a href="https://man.openbsd.org/systrace.4">systrace(4)</a>'s STRIOCREPLACE support. This could be exploited for DoS, limited kmem reads or local privilege escalation.</strong><br><a href="errata40.html#systrace">A source code patch is available</a>.<br><a href="stable.html">[Applied to stable]</a>
1.3       deraadt   958: <li>Update OpenSSH to 4.4.
                    959: <li>Always allow read-only opens on (s)vnd devices, despite the type of the first open (svnd vs vnd).
                    960: <!-- 2006/10/04 -->
1.50    ! bentley   961: <li>Add <a href="https://man.openbsd.org/macppc/mc.4">mc(4)</a> driver for AMD AM79C940 (MACE) ethernet chip to macppc.
1.3       deraadt   962: <li>Make sure bufcache calculation on i386 does not take memory above 4g into account since it wont be used anyhow.
1.50    ! bentley   963: <li>Fix for <a href="https://man.openbsd.org/write.1">write(1)</a> to handle cases where the utmp file is missing.
        !           964: <li>Fixes for <a href="https://man.openbsd.org/pci.4">pci(4)</a> where unit numbers do not match PCI Bus number.
        !           965: <li><strong>SECURITY FIX: Several problems have been found in OpenSSL. While parsing certain invalid ASN.1 structures an error condition is mishandled, possibly resulting in an infinite loop. A buffer overflow exists in the SSL_get_shared_ciphers function. A NULL pointer may be dereferenced in the SSL version 2 client code. In addition, many applications using OpenSSL do not perform any validation of the lengths of public keys being used.</strong><br>
1.5       deraadt   966: <a href="errata40.html#openssl2">A source code patch is available</a>.<br>
1.50    ! bentley   967: <a href="stable.html">[Applied to stable]</a>
1.3       deraadt   968: <!-- 2006/10/03 -->
                    969: <li>Use 64 bit daddr type for physical block numbers in the filesystem code.
1.50    ! bentley   970: <li>Enable altq on <a href="https://man.openbsd.org/acx.4">acx(4)</a> devices.
        !           971: <li>Altq fixes for <a href="https://man.openbsd.org/pgt.4">pgt(4)</a>, <a href="https://man.openbsd.org/vge.4">vge(4)</a> and <a href="https://man.openbsd.org/axe.4">axe(4)</a> based devices.
1.3       deraadt   972: <!-- 2006/10/02 -->
                    973: <li>Fixes for libpthread regarding dup2() and _thread_fd_table_init() return values.
                    974: <li>Add ServerWorks PCIe bridge ids to pcidevs.
                    975: <!-- 2006/10/01 -->
                    976: <li>OpenBSD/cats platform now discontinued.
                    977: <li>Switch i386 fpu control too, i386 also has proper "long double" support now.
                    978: <li>Initial code for 88E3082 Fast Ethernet PHY. Untested at the moment.
                    979: <li>Switch amd64 fpu control word to hardware default, makes us use 64-bit precision instead of 53-bit, giving us proper support for "long double".
                    980: <li>Make sure SAF/TE and SES free their sensors on detach.
                    981: <!-- 2006/09/30 -->
1.50    ! bentley   982: <li>Small fixes for running <a href="https://man.openbsd.org/nm.1">nm(1)</a> on ELF binaries.
1.3       deraadt   983: <!-- 2006/09/29 -->
                    984: <li>Improved CPU signature detection in the powernow K7 code.
1.50    ! bentley   985: <li>Various small fixes in the <a href="https://man.openbsd.org/re.4">re(4)</a>.
1.3       deraadt   986: <li>Make sure rtl81x9 code discards packets in the receive handler if they are too short or too large.
                    987: <li>Small fix for powerpc pthread stack allocation code.
1.50    ! bentley   988: <li>Add support for HenTong WK-668 to list of supported <a href="https://man.openbsd.org/udav.4">udav(4)</a> devices.
1.3       deraadt   989: <!-- 2006/09/28 -->
                    990: <li>Make sure rtl81x9 code free the mbuf chain on certain failures.
1.50    ! bentley   991: <li>Tree search speedup in <a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a> via inlined compare function.
        !           992: <li>Fix <a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a> parser for event rules and handling of multiple matches of the "not" grammar rule.
1.3       deraadt   993: <!-- 2006/09/27 -->
1.50    ! bentley   994: <li>Add cardbus support for <a href="https://man.openbsd.org/pgt.4">pgt(4)</a>.
        !           995: <li>Add <a href="https://man.openbsd.org/uath.4">uath(4)</a> to sparc64 GENERIC. Almost works.
        !           996: <li>Add <a href="https://man.openbsd.org/an.4">an(4)</a>, <a href="https://man.openbsd.org/atw.4">atw(4)</a>, <a href="https://man.openbsd.org/auth.4">auth(4)</a> and <a href="https://man.openbsd.org/wi.4">wi(4)</a> to alpha GENERIC.
        !           997: <li>Add <a href="https://man.openbsd.org/ifstated.8">ifstated(8)</a> to rc startup bits.
        !           998: <li>Enable <a href="https://man.openbsd.org/uath.4">uath(4)</a> on amd64.
        !           999: <li>Fix in <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> to better detect on which interface incoming OSPF packets arrived.
1.3       deraadt  1000: <!-- 2006/09/26 -->
1.50    ! bentley  1001: <li>Add <a href="https://man.openbsd.org/uow.4">uow(4)</a> 1-Wire support to all USB-capable arches.
        !          1002: <li>Add <a href="https://man.openbsd.org/pgt.4">pgt(4)</a> and <a href="https://man.openbsd.org/acx.4">acx(4)</a> to sparc64 GENERIC too.
1.3       deraadt  1003: <li>Plug memory leak in OpenRCS diff code.
1.50    ! bentley  1004: <li>Add <a href="https://man.openbsd.org/acx.4">acx(4)</a> to alpha GENERIC kernels.
1.3       deraadt  1005: <li>Switch alpha to gcc3.
1.50    ! bentley  1006: <li>Initial support for HostAP mode on <a href="https://man.openbsd.org/pgt.4">pgt(4)</a>.
1.3       deraadt  1007: <li>Make sure port number 664 isn't used since packets might get stolen by IPMI/asf.
                   1008: <li>Reduce number of unsafe signal operations in the X server logging functions.
1.50    ! bentley  1009: <li>In <a href="https://man.openbsd.org/grep.1">grep(1)</a>, allow zero-length patterns with -x.
1.3       deraadt  1010: <li>Make pthreads allocate stack using mmap instead of malloc.
                   1011: <li>More of the fd race and deadlock corrections in pthread code.
1.50    ! bentley  1012: <li>Make sure <a href="https://man.openbsd.org/bge.4">bge(4)</a> does not allocate jumbo buffers and also does not allow reception of large frames until mtu is set to higher value.
        !          1013: <li>On <a href="https://man.openbsd.org/acx.4">acx(4)</a>, make HostAP mode work, and fix IBSS tweaks.
        !          1014: <li>Add ELECOM LD-USB20 to list of supported <a href="https://man.openbsd.org/aue.4">aue(4)</a> devices.
        !          1015: <li>Endian fix for ISO chksum in <a href="https://man.openbsd.org/dvmrpd.8">dvmrpd(8)</a>.
1.3       deraadt  1016: <li>Fix races in FFS code which may violate softdep processing and create inconsistant on-disk ffs state and absuse kmem aswell.
                   1017: <!-- 2006/09/25 -->
1.50    ! bentley  1018: <li>Fix in <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> for error response to unsupported Expect: header.
        !          1019: <li>Fix for the shutdown hooks on <a href="https://man.openbsd.org/arc.4">arc(4)</a> so it syncs correctly.
1.3       deraadt  1020: <!-- 2006/09/24 -->
1.50    ! bentley  1021: <li>Make <a href="https://man.openbsd.org/nc.1">nc(1)</a> also accept "HTTP/1.1 200" as a success response.
1.3       deraadt  1022: <li>In ld.so, fill in the list of loaded segments for the main executable so we can unprotect them if needed for binaries that have TEXTREL set.
1.50    ! bentley  1023: <li>Add <a href="https://man.openbsd.org/pgt.4">pgt(4)</a> to alpha GENERIC kernels.
1.3       deraadt  1024: <!-- 2006/09/23 -->
1.50    ! bentley  1025: <li>Add TRENDnet TEW-429UB A to list of supported <a href="https://man.openbsd.org/zyd.4">zyd(4)</a> devices.
1.3       deraadt  1026: <!-- 2006/09/22 -->
                   1027: <li>Make sure sparc64 can dump memory above 4GB.
                   1028: <li>Fixes for file descriptor races and deadlocks in the pthread code.
1.50    ! bentley  1029: <li>Add support for Marvell Yukon 88E8056 to <a href="https://man.openbsd.org/msk.4">msk(4)</a>.
1.3       deraadt  1030: <!-- 2006/09/21 -->
1.50    ! bentley  1031: <li>Add support for hot plugging <a href="https://man.openbsd.org/mpi.4">mpi(4)</a> SAS devices, but disabled for now.
1.3       deraadt  1032: <li>In OpenRCS, add support for all other diff flags that are pertinent to files, and do not conflict with rcsdiff-specific flags.
                   1033: <li>Make libXpm more robust when parsing XPM files with unterminated comments in them.
                   1034: <li>Make the wsfb driver inform the X server that is does not require direct access to the hardware.
                   1035: <li>Make sure the SCSI midlayer frees the scsi_link struct on detach now that hotplugging of controllers is possible.
                   1036: <!-- 2006/09/20 -->
                   1037: <li>Fix the way delays between retransmissions are calculated in NFS when receiving NFSERR_TRYLATER from the server.
1.50    ! bentley  1038: <li>Fix memory leak in <a href="https://man.openbsd.org/top.1">top(1)</a>.
        !          1039: <li>Implement zero-copy RX data path for <a href="https://man.openbsd.org/uath.4">uath(4)</a> devices.
1.3       deraadt  1040: <li>Corrected SpeedStep table for Pentium M 770.
1.50    ! bentley  1041: <li>Make <a href="https://man.openbsd.org/vnd.4">vnd(4)</a> work on read-only file systems.
1.3       deraadt  1042: <!-- 2006/09/19 -->
1.50    ! bentley  1043: <li>Enable <a href="https://man.openbsd.org/pgt.4">pgt(4)</a> on amd64 GENERIC kernels.
1.3       deraadt  1044: <li>Enable AR2413, 5413 and 5424 based devices.
1.50    ! bentley  1045: <li>In <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>, enable ESP and AH dissectors over IPv6.
1.3       deraadt  1046: <li>Disable 802.11g mode on AR5211 and 5212 based devices for now.
                   1047: <!-- 2006/09/18 -->
1.50    ! bentley  1048: <li>Fixes for <a href="https://man.openbsd.org/re.4">re(4)</a> on cardbus, for kernel faults on halt/reboot.
1.3       deraadt  1049: <li>The macppc platform extended .text and .data segments to 64MB, allowing programs with large .text segments to run.
1.1       deraadt  1050: <!-- 2006/09/17 -->
1.50    ! bentley  1051: <li>Re-add Dell PHY LED setup workaround and Jumbo capability flag on <a href="https://man.openbsd.org/bge.4">bge(4)</a>.
        !          1052: <li>Various fixes in the RX path for <a href="https://man.openbsd.org/em.4">em(4)</a> devices regarding mbuf cluster allocations, updating status bits in RX descriptors and DMA map unloading on errors.
        !          1053: <li>Re-add <a href="https://man.openbsd.org/re.4">re(4)</a> link state check, as a workaround for a link state issue found on 8139C+ chips.
        !          1054: <li>Alignment fixes for <a href="https://man.openbsd.org/em.4">em(4)</a> when doing VLAN and jumbo frames together.
        !          1055: <li>Fixes for bge_reset() in <a href="https://man.openbsd.org/bge.4">bge(4)</a>, eliminates firmware timeouts for the BCM5752.
        !          1056: <li>Make <a href="https://man.openbsd.org/rdate.8">rdate(8)</a> ignore ntp responses with ALARM status.
        !          1057: <li>Defer the establishment of interrupts on <a href="https://man.openbsd.org/bge.4">bge(4)</a> until later during attach. Fixes panic on some systems running non-MP kernels.
1.1       deraadt  1058: </ul>