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

Annotation of www/plus.html, Revision 1.1145

1.1092    jj          1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.14      deraadt     2: <html>
                      3: <head>
1.1045    david       4: <title>OpenBSD -current changes</title>
1.728     horacio     5: <link rev="made" href="mailto:www@openbsd.org">
1.14      deraadt     6: <meta name="resource-type" content="document">
1.1045    david       7: <meta name="description" content="OpenBSD -current changes">
1.1044    deraadt     8: <meta name="keywords" content="openbsd,changes">
1.14      deraadt     9: <meta name="distribution" content="global">
1.1132    sthen      10: <meta name="copyright" content="This document copyright 1996-2009 by OpenBSD.">
1.14      deraadt    11: </head>
                     12:
1.728     horacio    13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.14      deraadt    14:
1.828     jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.64      downsj     16: <p>
1.1044    deraadt    17: <h2><font color="#e00000">OpenBSD -current changelog</font></h2>
1.863     naddy      18: <hr>
1.14      deraadt    19:
                     20: <p>
1.823     jsyn       21: This is a partial list of the major machine-independent changes
1.1127    sobrado    22: (i.e., these are the changes people ask about most often).  Machine
1.29      deraadt    23: specific changes have also been made, and are sometimes mentioned
1.728     horacio    24: in the pages for the specific <a href="plat.html">platforms</a>.
1.14      deraadt    25:
1.17      deraadt    26: <p>
1.863     naddy      27: Note: <font color="#e00000">Problems for which patches exist are marked in red</font>.
1.185     deraadt    28:
                     29: <p>
1.186     deraadt    30: <h3>
1.846     deraadt    31: For changes in other releases, click below:<br>
                     32: <a href="plus20.html">2.0</a>,
                     33: <a href="plus21.html">2.1</a>,
                     34: <a href="plus22.html">2.2</a>,
                     35: <a href="plus23.html">2.3</a>,
                     36: <a href="plus24.html">2.4</a>,
                     37: <a href="plus25.html">2.5</a>,
                     38: <a href="plus26.html">2.6</a>,
                     39: <a href="plus27.html">2.7</a>,
                     40: <a href="plus28.html">2.8</a>,
                     41: <a href="plus29.html">2.9</a>,
                     42: <a href="plus30.html">3.0</a>,
                     43: <a href="plus31.html">3.1</a>,
1.868     deraadt    44: <a href="plus32.html">3.2</a>,
1.889     david      45: <a href="plus33.html">3.3</a>,
1.916     david      46: <a href="plus34.html">3.4</a>,
1.935     miod       47: <a href="plus35.html">3.5</a>,
1.941     deraadt    48: <a href="plus36.html">3.6</a>,
1.1118    deraadt    49: <br>
1.963     deraadt    50: <a href="plus37.html">3.7</a>,
1.999     deraadt    51: <a href="plus38.html">3.8</a>,
1.1028    deraadt    52: <a href="plus39.html">3.9</a>,
1.1044    deraadt    53: <a href="plus40.html">4.0</a>,
1.1069    deraadt    54: <a href="plus41.html">4.1</a>,
1.1097    deraadt    55: <a href="plus42.html">4.2</a>,
1.1118    deraadt    56: <a href="plus43.html">4.3</a>,
1.1140    deraadt    57: <a href="plus44.html">4.4</a>,
                     58: <a href="plus45.html">4.5</a>.
1.422     deraadt    59: <br>
1.186     deraadt    60: </h3>
                     61:
                     62: <p>
1.1140    deraadt    63: <h3><font color="#0000e0">Changes made between OpenBSD 4.5 and -current</font></h3><p>
1.847     deraadt    64: <p>
                     65:
1.422     deraadt    66: <ul>
1.1145  ! jj         67: <!-- 2009/05/01 -->
        !            68: <!-- 2009/04/30 -->
        !            69: <li>Fix link state updates in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4&format=html">vr(4)</a> when used together with an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rlphy&sektion=4&format=html">rlphy(4)</a>.
        !            70: <!-- 2009/04/29 -->
        !            71: <li>Added READ(16) and WRITE(16) commands to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a>.
        !            72: <li>Make the boot loader able to pass db_console to the kernel, then use it to set ddb.console early in the boot for amd64 and i386.
        !            73: <!-- 2009/04/28 -->
        !            74: <li>Enable hardware VLAN tagging/stripping on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&sektion=4&format=html">ix(4)</a>.
        !            75: <li>Implemented 64-bit FIFO modes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ciss&sektion=4&format=html">ciss(4)</a> devices.
        !            76: <li>Extended <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1&format=html">top(1)</a> STATE column to fit more than 9 CPUs.
        !            77: <li>Added VLAN support on the install media where it fits.
        !            78: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4&format=html">vr(4)</a> interfaces do not get stuck if the interface went through a link state change.
        !            79: <li>Make OpenCVS support some additional diff options: -a, -b, -d and -w.
        !            80: <!-- 2009/04/27 -->
        !            81: <!-- 2009/04/26 -->
        !            82: <li>Updated time zone data to tzdata2009g.
        !            83: <li>Fixed security issues in the freetype library.
        !            84: <li>Updated xf86-video-radeonhd to 1.2.5.
        !            85: <!-- 2009/04/25 -->
        !            86: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> default to being a login shell by setting XTerm*loginShell:true in the Xdefaults for users.
        !            87: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> is not trying to send NOOP strings after server closes the connection.
        !            88: <li>Added basic support for Envy24HT chips in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=envy&sektion=4&format=html">envy(4)</a> driver.
        !            89: <li>Fixed scalbn, scalbnf and frexpf on amd64 libm.
        !            90: <!-- 2009/04/24 -->
        !            91: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=berkwdt&sektion=4&format=html">berkwdt(4)</a> on i386 GENERIC kernels.
        !            92: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&sektion=1&format=html">file(1)</a> to 4.24. Includes a "-i" switch so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=file&sektion=1&format=html">file(1)</a> can output mime type strings.
        !            93: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=berkwdt&sektion=4&format=html">berkwdt(4)</a>, a driver for the Berkshire Products PCI PC Watchdog.
        !            94: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> allow both UDP and TCP redirections now.
        !            95: <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&sektion=4&format=html">ix(4)</a> buffer allocations to MCLGETI.
        !            96: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a> for ICH10 SATA devices not operating in AHCI mode.
        !            97: <!-- 2009/04/23 -->
        !            98: <li>Fix segfault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping&sektion=8&format=html">ping(8)</a> when displaying certain ICMP packets that are not echo replies.
        !            99: <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> jumbo frame allocator to the MCLGETI interface.
        !           100: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&sektion=5&format=html">bgpd.conf(5)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8&format=html">bgpctl(8)</a> to contain 32-bit ASN numbers written in ASPLAIN format.
        !           101: <!-- 2009/04/22 -->
        !           102: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> ignore replies with timestamps after 2030 to prevent time_t / tv_sec wraps.
        !           103: <!-- 2009/04/21 -->
        !           104: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> discard pfkey replies that were destined for some other host.
        !           105: <li>Increased the default thread stack size to 256k for 32-bit hosts and to 512k on 64-bit hosts.
        !           106: <li>Added Emobile D12HW to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> devices.
        !           107: <!-- 2009/04/20 -->
        !           108: <li>Added an 8U252AM4 chipset to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uftdi&sektion=4&format=html">uftdi(4)</a> devices.
        !           109: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8&format=html">ftpd(8)</a> log both remote IP and the remote hostname when receiving a new connection.
        !           110: <li>Various small improvements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8&format=html">spamd(8)</a>.
        !           111: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=renice&sektion=8&format=html">renice(8)</a> for a negative pid when in historic mode.
        !           112: <li>Added an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amas&sektion=4&format=html">amas(4)</a> device for amd64 based machines to describe the physical memory layout.
        !           113: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&sektion=4&format=html">bnx(4)</a> DMA map unmapping and unloading in the TX cleanup path.
        !           114: <!-- 2009/04/19 -->
        !           115: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=schsio&sektion=4&format=html">schsio(4)</a> on amd64 and i386 GENERIC kernels.
        !           116: <li>Moved ARM and SH soft interrupts to mutexes also.
        !           117: <li>Switch the amd64 and i386 soft interrupt code over to mutexes instead of simplelocks + splhigh().
        !           118: <!-- 2009/04/18 -->
        !           119: <li>Synced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> with version 1.7.1 final.
        !           120: <!-- 2009/04/17 -->
        !           121: <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&format=html">hme(4)</a> over to the MCLGETI mbuf allocator for the RX ring.
        !           122: <li>Make MPLS correctly handle packets the are leaving the MPLS cloud and joining the IPv4/IPv6 stack.
        !           123: <li>Added "Connection close" to HTTP check headers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> to not confuse HTTP/1.1 servers claiming keepalive sessions.
        !           124: <!-- 2009/04/16 -->
        !           125: <li>Added support for -t, -v and -F cmdline args in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> sendmail interface.
        !           126: <!-- 2009/04/15 -->
        !           127: <li>After the large <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> rewrite, fix a few things like correctly inheriting queue stuff, tag, rtableid from the rule if we have no state.
        !           128: <li>Removed the unsused <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=en&sektion=4&format=html">en(4)</a> driver.
        !           129: <!-- 2009/04/14 -->
        !           130: <li>Convert the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4&format=html">sis(4)</a> driver to the MCLGETI buffer allocator. Makes it handle overcapacity far better.
        !           131: <li>Initial implementation of package signatures for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>.
        !           132: <li>Updated time zone data to tzdata2009f.
        !           133: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&sektion=4&format=html">ix(4)</a> on amd64 and i386 RAMDISK kernels.
        !           134: <li>Some tweaks to the CPU affinity code.
        !           135: <!-- 2009/04/13 -->
        !           136: <li>Make sure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&sektion=4&format=html">bnx(4)</a> driver does not free an mbuf that still is in the TX queue.
        !           137: <li>Start of Origin 200 support in the SGI platform.
1.1144    jj        138: <!-- 2009/04/12 -->
1.1145  ! jj        139: <li>Converted various macros in the NFS code to functions to reduce kernel memory usage.
        !           140: <li>Added a "-T title" option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>.
        !           141: <li>Implemented a /dev/mdesc file for sparc64 platforms to read the machine description on sun4v virtual machines.
        !           142: <li>Added support for IOC3 interrupts on SGI machines.
        !           143: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> not assume all certificates match the interface names when explicitly provided in the configuration.
1.1144    jj        144: <!-- 2009/04/11 -->
                    145: <li>When running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> in automode, it will automatically install files that only differ by CVS Id.
                    146: <li>Avoid null pointer dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> when handling specifically crafted IP packet.
                    147: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a> to 1.7.1.
                    148: <!-- 2009/04/10 -->
                    149: <li>Added auto-disk layout to the installation media for simple one-disk installs.
                    150: <li>Moved sparc to generic soft interrupts.
                    151: <!-- 2009/04/09 -->
                    152: <li>Updated xf86-video-i740 to 1.3.0, xf86-video-vesa to 2.2.0 and libICE to 1.0.5.
                    153: <li>Added a hook in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> to deal with special sendmail db files under /etc/mail.
                    154: <!-- 2009/04/08 -->
                    155: <!-- 2009/04/07 -->
                    156: <li>Fixed OpenSSL ASN.1 invalid memory accesses.
                    157: <li>Allow to specify an alternate control socket for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a>.
                    158: <!-- 2009/04/06 -->
                    159: <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&sektion=4&format=html">tht(4)</a> checksumming, appears broken on fragmented packets.
                    160: <li>Updated time zone data to tzdata2009e.
                    161: <li>Initial version of a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> program.
                    162: <li>Fix panic when unplugging an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=otus&sektion=4&format=html">otus(4)</a> device.
                    163: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> scrub rules, and only do one kind of packet reassembly. Regular rules can now have per-rule scrub options. Also new "match" keyword and a small speedup.
                    164: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> create a report summary file in the work directory.
                    165: <li>Updated OpenSSL to 0.9.8k.
                    166: <!-- 2009/04/05 -->
                    167: <li>For the SH architecture, implement and use sqrt, sqrtf and fabsf in hardware.
                    168: <li>Updated fontconfig to 2.6.0.
                    169: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=patch&sektion=1&format=html">patch(1)</a> also return an exit code to indicate failure, apart from the stderr output.
                    170: <!-- 2009/04/04 -->
                    171: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a>to version 243.
                    172: <li>Make OpenCVS properly expand modules if requested by the client.
                    173: <!-- 2009/04/03 -->
                    174: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a> show interface description names in the interface view.
                    175: <li>Added code in the scheduler to peg a process to stay on a CPU forever.
                    176: <!-- 2009/04/02 -->
                    177: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> auth PLAIN authentication issues.
                    178: <li>Fixed SEM_UNDO handling for rthreads.
                    179: <!-- 2009/04/01 -->
                    180: <li>Converted the procfs from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lockmgr&sektion=9&format=html">lockmgr(9)</a> to an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rwlock&sektion=9&format=html">rwlock(9)</a>.
                    181: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> for specifying a CA file to verify SSL server certificates when connecting as a client from relays.
                    182: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> re-initialize tables after reload to handle new and changed tables.
                    183: <li>Remove duplicate entry in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&format=html">fdisk(8)</a> for partition id 0x07, so it shows up as NTFS.
                    184: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> for client-side TCP connections from relays.
                    185: <!-- 2009/03/31 -->
                    186: <li>When the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&sektion=4&format=html">acx(4)</a> watchdog times out, reset the full chip.
                    187: <li>Fixed possible memory leaks in the yacc perser code used in various applications.
                    188: <!-- 2009/03/30 -->
                    189: <li>Switch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4&format=html">sk(4)</a> over to the MCLGETI allocators for the RX ring.
1.1142    jj        190: <!-- 2009/03/29 -->
1.1144    jj        191: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a> show usable numbers for fast disk transfer speeds in the vmstat view.
                    192: <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&sektion=4&format=html">bnx(4)</a> to the MCLGETI jumbo frame allocator.
                    193: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a> rate calculations for the 8-port Serial Technologies Expander PCI-232-108.
                    194: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> on sparc64 RAMDISK kernels.
                    195: <li>Various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd6&sektion=8&format=html">ospfd6(8)</a> updates and fixes.
                    196: <li>Fix kernel crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> when closing bulk devices.
                    197: <li>Bypass macsec on extreme/supreme-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> devices, makes 88E8072 chips work.
                    198: <li>Fix hard lock issues on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> devices.
1.1142    jj        199: <!-- 2009/03/28 -->
                    200: <li>Fix hard locks in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> driver.
                    201: <li>Fix for race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a>.
                    202: <li>Added an U command to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> E(ditor) to revert the label to the previous state.
                    203: <li>Added C99-conformant nan, nanf and nanl for the Vax platform.
                    204: <li>Fix for decoding pathnames in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdistd&sektion=1&format=html">rdistd(1)</a> which contain space,tab or newline characters.
                    205: <!-- 2009/03/27 -->
                    206: <li>Fix soft interrupt handling on sun4m sparc machines, so Ross systems work when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&format=html">hme(4)</a>.
                    207: <li>Added EW-7717Un and 7718Un to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=run&sektion=4&format=html">run(4)</a> devices.
                    208: <li>Added Edimax EW-7318Ug, 7318USg and 7618Ug to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a> devices.
                    209: <li>Added support for the BCM5825 and 5860/61/62 Broadcom CryptoNetX IPSec/SSL Security processor in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&sektion=4&format=html">ubsec(4)</a> driver.
                    210: <li>Added ASUS USB-N11 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=run&sektion=4&format=html">run(4)</a> devices.
                    211: <li>Fix for (root) logins when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yp&sektion=8&format=html">yp(8)</a> is configured but temporarily unavailable.
                    212: <li>Added Sitecom WL-603 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> devices.
                    213: <li>Added Linksys WUSB200 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a> devices.
                    214: <li>Added a couple of GW3887/v2-based devices to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a> driver.
                    215: <!-- 2009/03/26 -->
                    216: <li>Fix permission race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=install&sektion=1&format=html">install(1)</a> when run with -S.
                    217: <li>Fix handling of files in Attic/ for OpenCVS, also fixes -l and -r for checkout/update when a file in Attic exists in HEAD which is a directory in the normal repo.
                    218: <li>Updated xf86-video-siliconmotion to 1.7.0.
                    219: <li>Synced the net802.11 code with 802.11w draft 8.0.
                    220: <li>Added support for CACE AirPcap Nx in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=otus&sektion=4&format=html">otus(4)</a> driver.
                    221: <li>Updated freetype to 2.3.9.
                    222: <!-- 2009/03/25 -->
                    223: <li>Switched OpenCVS file and directory lists to Redblack <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tree&sektion=3&format=html">tree(3)</a> for faster lookups.
                    224: <li>Added watchdog timer support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=schsio&sektion=4&format=html">schsio(4)</a>.
                    225: <li>Moved the NTFS kernel code from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lockmgr&sektion=9&format=html">lockmgr(9)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rwlock&sektion=9&format=html">rwlock(9)</a>.
                    226: <li>Added "Chen-Source CM12402 Eagle IR Cam" to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> devices.
                    227: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a> encoding library recognize "646" as an alias for "ascii".
                    228: <li>Added Emobile D21LC to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> devies.
                    229: <!-- 2009/03/24 -->
                    230: <li>You may now feed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> older etcXX and/or xetcXX tarballs so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> can automatically update files that did not have local changes between versions.
                    231: <li>Added support for AES-CBC with the BCM5823-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&sektion=4&format=html">ubsec(4)</a> devices.
                    232: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=otus&sektion=4&format=html">otus(4)</a> on amd64 and i386 GENERIC kernels.
                    233: <li>Changed the behaviour of "redistribute default" for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&sektion=8&format=html">ripd(8)</a>. A default route has to be present in the FIB to be correctly advertised.
                    234: <li>Upgrade <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&sektion=4&format=html">txp(4)</a> to a newer firmware, needed by some variants.
                    235: <!-- 2009/03/23 -->
                    236: <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> to use MCLGETI for jumbo frame allocations.
                    237: <li>Initial version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=otus&sektion=4&format=html">otus(4)</a>, a driver for Atheros AR9001U USB IEEE 802.11 devices.
                    238: <li>Added rlog -d support in OpenCVS.
                    239: <li>Added CPU process affinity for SMP arches.
                    240: <li>Fix possible out-of-bounds access in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&sektion=1&format=html">ssh-agent(1)</a> if the environment variable SHELL was shorter than 3 characters.
                    241: <!-- 2009/03/22 -->
                    242: <li>Fix auto-negotiation for manual media type selection on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ale&sektion=4&format=html">ale(4)</a>.
                    243: <li>Add workaround for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&format=html">gem(4)</a> RX MAC/FIFO hangs on ERI.
                    244: <li>Added an 'A' command to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> Editor mode, and -A flag to automatically execute it on disks without a label.
                    245: <!-- 2009/03/21 -->
                    246: <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpiprt&sektion=4&format=html">acpiprt(4)</a> always re-route interrupts.
                    247: <!-- 2009/03/20 -->
                    248: <li>Switched vax and sgi machines to have generic soft interrupts.
                    249: <!-- 2009/03/19 -->
                    250: <!-- 2009/03/18 -->
                    251: <!-- 2009/03/17 -->
1.1141    jj        252: <!-- 2009/03/16 -->
1.1142    jj        253: <li>Attached <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> to the build.
                    254: <li>Updated time zone data to tzdata2009c.
                    255: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ips&sektion=4&format=html">ips(4)</a> from setting error on data underrun, allows a scsi tape on the pass-through bus.
                    256: <li>Added support for 88E8057-based Yukon 2 Ultra 2-devices in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a>.
1.1141    jj        257: <!-- 2009/03/15 -->
                    258: <!-- 2009/03/14 -->
                    259: <!-- 2009/03/13 -->
                    260: <li>Initial support for pruning in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrpd&sektion=8&format=html">dvmrpd(8)</a>.
                    261: <li>Added D-Link DWA-130 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=run&sektion=4&format=html">run(4)</a> devices.
                    262: <li>Added SCSI Pass-through and enclosure support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ips&sektion=4&format=html">ips(4)</a>.
                    263: <!-- 2009/03/12 -->
                    264: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> to correctly encode MP unreachable NLRI so IPv6 prefixes get removed correctly.
                    265: <!-- 2009/03/11 -->
                    266: <li>Make sure iommu attaches to AMD family 10h processors too.
                    267: <!-- 2009/03/10 -->
                    268: <li>Added the MAC address to the log entries for DHCP ACK/NAK/OFFER in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a>.
                    269: <li>Added sensor devices for Thinkpads.
                    270: <li>Updated freetype to 2.3.8.
                    271: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vic&sektion=4&format=html">vic(4)</a> on amd64 GENERIC and RAMDISK_CD kernels aswell.
                    272: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8&format=html">httpd(8)</a> drop privileges to www/www instead of nobody/nogroup if the User/Group config file entries are not present.
                    273: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtw&sektion=4&format=html">urtw(4)</a> on amd64 and i386 GENERIC and RAMDISK_CD kernels.
                    274: <li>Initial version of a driver for the FFB3/XVR-1000 graphics adapters for sparc64. Disabled for now.
                    275: <!-- 2009/03/09 -->
                    276: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> to 242.
                    277: <!-- 2009/03/08 -->
                    278: <li>Switched the m88k platform to timecounters.
                    279: <li>Added support for Geyser2 devices and fix some Geyser1 devices that can be found in iBook G4 12" machines.
                    280: <li>Removed deprecated proxymgr and xfindproxy applications from xenocara.
                    281: <!-- 2009/03/07 -->
                    282: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xauth&sektion=1&format=html">xauth(1)</a> to 1.0.3 plus some fixes from the git repository.
                    283: <li>Updated xf86-video-neomagic to 1.2.2 and xf86-video-s3 to 0.6.1.
                    284: <li>Updated xf86-video-ast 0.88.8, xf86-video-chips to 1.2.1, xf86-video-dummy to 0.3.1 and xf86-video-glint to 1.2.2.
                    285: <li>Updated xf86-video-voodoo to 1.2.1, xf86-video-apm to 1.2.1 and xf86-video-ark to 0.7.1.
                    286: <li>Updated xf86-video-tseng to 1.2.1 and removed xf86-video-cyrix/xf86-video-vga.
                    287: <li>Updated xf86-video-sisusb to 0.9.1, xf86-video-sunleo to 1.2.0, xf86-video-tdfx to 1.4.1, xf86-video-tga to 1.2.0 and xf86-video-trident to 1.3.1.
                    288: <!-- 2009/03/06 -->
                    289: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrp&sektion=8&format=html">dvmrp(8)</a> RDE aware of multicast group members per interface.
                    290: <li>Bring in a few more PCI IDs into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aac&sektion=4&format=html">aac(4)</a> to match IBM ServeRAID 8i and 8s.
                    291: <!-- 2009/03/05 -->
                    292: <li>Added support for the IBM ServeRAID-8k in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aac&sektion=4&format=html">aac(4)</a> driver.
                    293: <li>Make ELF platforms generate ELF core dumps.
                    294: <li>Teach bfd and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1&format=html">gdb(1)</a> about the upcoming ELF core dumps.
                    295: <!-- 2009/03/04 -->
                    296: <li>Stricter <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> checking for ICMP and ICMPv6 packets.
                    297: <li>Updated xf86-video-rendition to 4.2.1 and xf86-video-s3virge to 1.10.2.
                    298: <li>Added a user and a group for smtpd.
                    299: <!-- 2009/03/03 -->
                    300: <li>Fix clock drift on 197DP mvme88k SMP machines.
                    301: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> does not convert the received refid to host byte order.
                    302: <li>Fix NFS on m88k SMP kernels.
                    303: <li>Added POSIX character class support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> globbing.
                    304: <li>Added a few more RealTek RTL8187-based cards to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtw&sektion=4&format=html">urtw(4)</a> devices.
                    305: <!-- 2009/03/02 -->
                    306: <li>Make sure the radix_mpath code checks rt_gateway is not NULL.
                    307: <li>Fixed the standalone tftp client to send valid ERROR packets to prematurely terminate a transfer.
                    308: <!-- 2009/03/01 -->
                    309: <li>Added support in the mvme68k platform for MVME141 and MVME165 boards.
                    310: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=raptor&sektion=4&format=html">raptor(4)</a> on sparc64 GENERIC and RAMDISK kernels.
                    311: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=test&sektion=1&format=html">test(1)</a> operator precedence inconsistency.
                    312: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=raptor&sektion=4&format=html">raptor(4)</a>, an accelerated framebuffer driver for the Tech Source Raptor GFX cards on the sparc64 platform.
                    313: <li>Make libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mktemp&sektion=3&format=html">mktemp(3)</a> also use digits in the random file name. Also include a termination condition after 2*N^62 attempts where N is the number of X's in the filename template.
                    314: <li>Prevent normal users from running "smtpctl show stats" and "smtpctl schedule".
                    315: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> check IFF_RUNNING before doing stuff, to save time for people that don't use pfsync.
                    316: <!-- 2009/02/28 -->
                    317: <!-- 2009/02/27 -->
1.422     deraadt   318: </ul>
                    319: <p>
1.203     deraadt   320:
1.95      deraadt   321: This list mentions mostly platform-independent changes.  For a list of changes
                    322: made in a particular platform, please check the page for that platform.  If you
                    323: find them not listed there, the changes are either (1) not being documented or
                    324: (2) are documented here.<br><br>
1.14      deraadt   325:
                    326: <hr>
1.424     deraadt   327: <p>
                    328: <h3>
1.846     deraadt   329: For changes in other releases, click below:<br>
                    330: <a href="plus20.html">2.0</a>,
                    331: <a href="plus21.html">2.1</a>,
                    332: <a href="plus22.html">2.2</a>,
                    333: <a href="plus23.html">2.3</a>,
                    334: <a href="plus24.html">2.4</a>,
                    335: <a href="plus25.html">2.5</a>,
                    336: <a href="plus26.html">2.6</a>,
                    337: <a href="plus27.html">2.7</a>,
                    338: <a href="plus28.html">2.8</a>,
                    339: <a href="plus29.html">2.9</a>,
                    340: <a href="plus30.html">3.0</a>,
                    341: <a href="plus31.html">3.1</a>,
1.868     deraadt   342: <a href="plus32.html">3.2</a>,
1.889     david     343: <a href="plus33.html">3.3</a>,
1.916     david     344: <a href="plus34.html">3.4</a>,
1.935     miod      345: <a href="plus35.html">3.5</a>,
1.941     deraadt   346: <a href="plus36.html">3.6</a>,
1.1118    deraadt   347: <br>
1.1044    deraadt   348: <a href="plus37.html">3.7</a>,
1.999     deraadt   349: <a href="plus38.html">3.8</a>,
1.1028    deraadt   350: <a href="plus39.html">3.9</a>,
1.1044    deraadt   351: <a href="plus40.html">4.0</a>,
1.1069    deraadt   352: <a href="plus41.html">4.1</a>,
1.1097    deraadt   353: <a href="plus42.html">4.2</a>,
1.1118    deraadt   354: <a href="plus43.html">4.3</a>,
1.1140    deraadt   355: <a href="plus44.html">4.4</a>,
                    356: <a href="plus45.html">4.5</a>.
1.424     deraadt   357: <br>
                    358: </h3>
                    359:
                    360: <hr>
1.1016    pvalchev  361: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
1.729     horacio   362: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1145  ! jj        363: <br><small>$OpenBSD: plus.html,v 1.1144 2009/05/12 10:01:25 jj Exp $</small>
1.14      deraadt   364:
                    365: </body>
                    366: </html>