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

Annotation of www/plus.html, Revision 1.1148

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.1148  ! jj         67: <!-- 2009/06/01 -->
        !            68: <li>Disconnected <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sup&sektion=1&format=html">sup(1)</a> from the builds.
        !            69: <li>Fix NULL dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpidump&sektion=8&format=html">acpidump(8)</a>.
        !            70: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> crash when handling expressions containing "--" and "++".
        !            71: <li>New physmem allocator in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html">uvm(9)</a> code, changes the view of free memory from free pages to free ranges.
        !            72: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> allow font widths other than 8 pixels wide.
        !            73: <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=window&sektion=1&format=html">window(1)</a>.
        !            74: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> on more platforms after the endian fix.
        !            75: <li>Display SSL negotiation information in the received line of incoming sessions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
        !            76: <li>Fix libevent EV_READ/EV_WRITE for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> also.
        !            77: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a>, fix End Of Command token for async transfers.
        !            78: <li>Fixed endian issue in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a>.
        !            79: <!-- 2009/05/31 -->
        !            80: <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> to zaurus GENERIC kernels.
        !            81: <li>Move the test for EST capability on amd64 outside the intel vendor check and use the EST CPU feature to determine if it is available or not.
        !            82: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> on the socppc platform.
        !            83: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> by default in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.conf&sektion=8&format=html">rc.conf(8)</a>.
        !            84: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> "set" operations for loginterface, hostid, reassemble and debug transactional.
        !            85: <li>Reduced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> overhead by addressing 256 pixels per command instead of 128.
        !            86: <li>Added support for audible <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping&sektion=8&format=html">ping(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&sektion=8&format=html">ping6(8)</a>. Use -e to beep on replies and -E to beep on missed packets.
        !            87: <li>Fixed routing daemons using libevent to handle if EV_READ and EV_WRITE are set at the same time.
        !            88: <li>Updated xcb-proto to 1.5, libxcb to 1.3 and xcb-util to 0.3.5.
        !            89: <li>Workaround <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> issue on ARM cpus.
        !            90: <!-- 2009/05/30 -->
        !            91: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1&format=html">lynx(1)</a> to 2.8.6-rel15.
        !            92: <li>Added SCH IDE support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a>.
        !            93: <li>Re-enabled interface state tracking again.
        !            94: <li>Fix a missing refcnt bump causing panics in the kernel routing socket code.
        !            95: <li>Added VIA CPU crypto support on the amd64 platform.
        !            96: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a>, use the SCM_TIMESTAMP socket option to get the time we received a reply, instead of the time when ntpd read from the socket.
        !            97: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smptd&sektion=8&format=html">smptd(8)</a> for specifying a certificate when relaying to another host which requests client certificates.
        !            98: <li>Do not consider unresolved weak symbols in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfig&sektion=8&format=html">ldconfig(8)</a> prebind code an error.
        !            99: <li>Added an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> error handler for missing AML nameref.
        !           100: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> parsing rules for Scope opcode. Fixes panics on some HP systems.
        !           101: <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> bring up raid sets that have missing members.
        !           102: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> allow 8-byte writes on 64-bit platforms.
        !           103: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8&format=html">route(8)</a> flush accept "-iface/-interface" or "-priority" to be specified to only flush routes matching these conditions.
        !           104: <!-- 2009/05/29 -->
        !           105: <li>When booting SGI machines in the "install software" mode, make them load the correct bsd.rd.IP## instead of just bsd.rd.
        !           106: <!-- 2009/05/28 -->
        !           107: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a> check values in cg_initediblk more strictly to prevent corruption.
        !           108: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4&format=html">vr(4)</a> return the RX descriptor after pointing it to a new mbuf, fixes panics seen when handling many small packets.
        !           109: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> exit codes in order to help the install scripts catch failures.
        !           110: <li>Make SGI machines handle NMI interrupts on IP27 and IP35 systems.
        !           111: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> include both the incoming message size and the envelope address in the email headers.
        !           112: <!-- 2009/05/27 -->
        !           113: <li>Made the install script acquire the list of attached disks and CDs whenever required so you can plug in additional devices after the install has started.
        !           114: <li>Temporary fix in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> ruleset processing.
        !           115: <li>Fixed old dhclient bug which could cause lease entries to be lost when initially loading the client leases.
        !           116: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> will only allow one AUTH command per session and reject further AUTH attempts.
        !           117: <li>Added request flood mitigation to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
        !           118: <li>Updated the time zone data to tzdata2009g.
        !           119: <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> to coexist with Intel Active Management Technology which may use WLAN too.
        !           120: <!-- 2009/05/26 -->
        !           121: <li>Added an option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> to change the "connect-retry" timer.
        !           122: <li>Make sure cloned routes inherit the route label.
1.1147    jj        123: <!-- 2009/05/25 -->
1.1148  ! jj        124: <li>Select the SGI TLB handler workaround at run-time since the fix for R5000 will confuse R10k rev 3 CPUs.
1.1147    jj        125: <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>, add a missing check for truncated dport in the returned UDP header for ICMP_UNREACH_PORT.
                    126: <li>Endian fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> VLAN handling.
                    127: <!-- 2009/05/24 -->
                    128: <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&sektion=8&format=html">security(8)</a> script honor the SUIDSKIP variable to exclude paths from setuid and device checks.
                    129: <li>Added limited iommu functionality to the SGI xbow XBridge code, allows an IP35 machine with memory after the 2GB boundary to run.
                    130: <li>Enabled support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> for HW TCP/UDP/IP receive checksumming, and IP transmit checksumming.
                    131: <li>Added Pantech UM175 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.
                    132: <!-- 2009/05/23 -->
                    133: <li>BCM57790 is also supported in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> since the last update.
                    134: <li>Added D-Link DWA-130 rev D1 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=otus&sektion=4&format=html">otus(4)</a>.
                    135: <!-- 2009/05/22 -->
                    136: <li>Added Unitek Y-2240 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> devices.
                    137: <li>Imported libxcb 1.2 and xcb-util 0.3.4 into the xenocara tree.
                    138: <!-- 2009/05/21 -->
                    139: <li>Add support for BCM567x, 577x and some new 572x/578x devices in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>.
                    140: <li>Added ForwardVideo EasyCAP008 and K&ouml;nig CMP-USBVGA10 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> devices.
                    141: <!-- 2009/05/20 -->
                    142: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daily&sektion=8&format=html">daily(8)</a> skip ROOTBACKUP when the destination disk device is not configured.
                    143: <li>Make sure daemons do not fall back to the user "nobody" if the specific _user is not found.
                    144: <li>Add code to sparc and sparc64 to attach mice as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmouse&sektion=4&format=html">wsmouse(4)</a> devices. Allows sparc and sparc64 users to run X without a configuration file. Multihead still needs a minimal configuration file though.
                    145: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> check mode to prevent replying to broadcast and other unwanted ntp packets.
                    146: <li>First step towards <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> configuration reload.
                    147: <!-- 2009/05/19 -->
                    148: <li>Prevent injection of raw 802.11 control frames through <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4&format=html">bpf(4)</a> on devices that do not explicitly state this capability.
                    149: <li>Added Hercules HWNU-300 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.
                    150: <!-- 2009/05/18 -->
                    151: <li>Updated xinput to 1.4.2, xf86-input-vmmouse to 12.6.4 and xf86-video-vmware to 10.16.6.
                    152: <li>Make sure all users of the routing table index uses a signed type.
                    153: <li>Added support for the DisplayLink USB&lt;-&gt;DVI Adapter in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a>.
                    154: <li>Fix in gcc for sparc64 for INTMAX_TYPE and UINTMAX_TYPE.
                    155: <li>New firmware package for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a>, containing a new image for Wifi Link 5150. No change for 4965, 5000, 5100 and 5350-based devices.
                    156: <!-- 2009/05/17 -->
                    157: <li>Rework color handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>.
                    158: <li>Updated the Mesa GL code to 7.4.2.
                    159: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> redraw the border when unhiding a client window.
                    160: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>, rework most of the RDE to allow multiple RIBs.
                    161: <!-- 2009/05/16 -->
                    162: <li>Initial version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vsw&sektion=4&format=html">vsw(4)</a>, a driver for the virtual network switch on sun4v sparc64s.
                    163: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> on amd64, i386 and sparc64 GENERIC kernels.
                    164: <!-- 2009/05/15 -->
                    165: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmux&sektion=4&format=html">wsmux(4)</a> on the armish platform.
                    166: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&sektion=4&format=html">ukbd(4)</a> on the landisk platform.
                    167: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> route metric for "redistribute default".
                    168: <li>Updated the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=run&sektion=4&format=html">run(4)</a> microcode.
                    169: <li>Added Mvix Nubbin MS-811N 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.
                    170: <!-- 2009/05/14 -->
                    171: <li>Better MBR validation routines.
                    172: <li>Added Various GENERIC-IP## and RAMDISK-IP## files to the arch/sgi/conf dir to support the various models.
                    173: <li>Different SGI interrupt deadlock prevention using a timeout. Makes Origin 200 run multiuser.
                    174: <li>Make SGI boot code compile both 32-bit and 64-bit boot blocks.
                    175: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> in macppc GENERIC kernels. Disabled by default.
                    176: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> configfile commands 'grouponly[1-9]' to select a group and hide all the others.
                    177: <li>Avoid loop in the UDF disksort() code.
                    178: <!-- 2009/05/13 -->
                    179: <li>Added support on newer <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&sektion=4&format=html">axe(4)</a> devices to set a different MAC address than the one in the EEPROM.
                    180: <!-- 2009/05/12 -->
                    181: <li>Added Adaptec AAR-1225SA to the list of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sili&sektion=4&format=html">sili(4)</a> devices. Should work.
                    182: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> only send frequent updates for TCP connections, the state sync for all the other protocols only have 1-second resolution anyhow.
                    183: <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> to i386 GENERIC kernels, disabled for now.
                    184: <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a> over to the MCLGETI buffer allocator.
                    185: <!-- 2009/05/11 -->
                    186: <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> for Truinstall enabled modems like Sierra 881U.
                    187: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daily&sektion=8&format=html">daily(8)</a> script now looks for VERBOSESTATUS and if set to 0, no mails will be sent unless there is something to report.
                    188: <li>Added a new feature to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> when run in -a mode, to checksum reference files in order to be able to automatically upgrade all unmodified files next time. Also, -S and -X switches are now deprecated.
                    189: <li>Add Edimax RT2860-based devices attach to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a>.
                    190: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4&format=html">iwi(4)</a> association with APs that refuse non short slot-time capable STAs.
                    191: <li>Enabled USB RX stream mode for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=run&sektion=4&format=html">run(4)</a> devices.
                    192: <li>For VT6105M-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4&format=html">vr(4)</a> devices, enable the IP, TCP and UDP checksumming.
                    193: <!-- 2009/05/10 -->
                    194: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vcc&sektion=4&format=html">vcc(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vcctty&sektion=4&format=html">vcctty(4)</a> on sparc64 GENERIC kernels.
                    195: <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vcc&sektion=4&format=html">vcc(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vcctty&sektion=4&format=html">vcctty(4)</a> driver for the "Virtual Console Concentrator" found on the control domain of sun4v systems.
                    196: <li>Avoid the expensive mbuf copies on modern <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4&format=html">vr(4)</a> devices and use a quirk table for device matching.
                    197: <li>Better job handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a>.
                    198: <!-- 2009/05/09 -->
                    199: <li>Initial <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html">udl(4)</a> console device driver for USB displays based on DisplayLink DL-120 / DL-160 display chips.
                    200: <li>Rewrite of the daily/weekly/monthly scripts run from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8&format=html">cron(8)</a>. Weekly and monthly will be more silent now.
                    201: <li>Fix xbow devio byteswap on the SGI platform, makes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> happy on IP27 and IP35 machines.
                    202: <!-- 2009/05/08 -->
                    203: <li>Initial code for a port to the ARM7-based omap35xx platform. Not functional yet.
                    204: <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amas&sektion=4&format=html">amas(4)</a> to the generic dev/pci source dir and added it to the i386 platform also, still disabled by default on amd64 and i386.
                    205: <!-- 2009/05/06 -->
                    206: <li>Make the default dot.login scripts skip terminal initialization when logging in from an xterm.
                    207: <li>Fix for SGI clock interrupt checks, would run at HZ/2 previously.
                    208: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&sektion=1&format=html">ls(1)</a> in -C mode does not ignore the COLUMNS environment variable even if the output filehandle is not a tty.
                    209: <li>Initial version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=endrun&sektion=4&format=html">endrun(4)</a>, a driver for the EndRun Technologies native time-of-day timedelta sensor.
1.1146    jj        210: <!-- 2009/05/05 -->
                    211: <!-- 2009/05/04 -->
                    212: <li>Fix for xf86-video-mach64 ATI reference clock for Rage XL and Mobility cards on sparc64 so you can run X without an xorg.conf on machines like Blade100 and the Tadpole laptops.
                    213: <!-- 2009/05/03 -->
                    214: <li>Updated libdrm to 2.4.9.
                    215: <li>Updated xf86-input-mouse to 1.4.0, xf86-video-ast to 0.89.0, xf86-video-nv to 2.1.13 and xf86-video-siliconmotion to 1.7.1.
                    216: <li>Updated xf86-input-penmount to 1.4.0, xf86-input-vmmouse to 12.6.3, xf86-input-void to 1.2.0 and xf86-input-keyboard to 1.3.2.
                    217: <li>Updated xf86-input-fpit to 1.3.0, xf86-input-hyperpen to 1.3.0 and xf86-input-joystick to 1.4.1.
                    218: <li>Updated xinit to 1.1.1, xf86-input-acecad to 1.3.0 and xf86-input-citron to 2.2.2.
                    219: <li>Updated xproto to 7.0.15, and xextproto to 7.0.4 and libX11 to 1.2.1.
                    220: <!-- 2009/05/02 -->
                    221: <li>Various installation script updates and fixes, and a new ftplist backend that tries to provide a good ftp server for you to use.
                    222: <li>Updated inputproto to 1.5.0, libXi to 1.2.1 and xinput to 1.4.1.
                    223: <li>Updated xrandr, randrproto and libXrandr in xenocara to 1.3.0.
1.1145    jj        224: <!-- 2009/05/01 -->
                    225: <!-- 2009/04/30 -->
                    226: <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>.
                    227: <!-- 2009/04/29 -->
                    228: <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>.
                    229: <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.
                    230: <!-- 2009/04/28 -->
                    231: <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>.
                    232: <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.
                    233: <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.
                    234: <li>Added VLAN support on the install media where it fits.
                    235: <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.
                    236: <li>Make OpenCVS support some additional diff options: -a, -b, -d and -w.
                    237: <!-- 2009/04/27 -->
                    238: <!-- 2009/04/26 -->
                    239: <li>Updated time zone data to tzdata2009g.
                    240: <li>Fixed security issues in the freetype library.
                    241: <li>Updated xf86-video-radeonhd to 1.2.5.
                    242: <!-- 2009/04/25 -->
                    243: <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.
                    244: <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.
                    245: <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.
                    246: <li>Fixed scalbn, scalbnf and frexpf on amd64 libm.
                    247: <!-- 2009/04/24 -->
                    248: <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.
                    249: <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.
                    250: <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.
                    251: <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.
                    252: <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.
                    253: <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.
                    254: <!-- 2009/04/23 -->
                    255: <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.
                    256: <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.
                    257: <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.
                    258: <!-- 2009/04/22 -->
                    259: <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.
                    260: <!-- 2009/04/21 -->
                    261: <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.
                    262: <li>Increased the default thread stack size to 256k for 32-bit hosts and to 512k on 64-bit hosts.
                    263: <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.
                    264: <!-- 2009/04/20 -->
                    265: <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.
                    266: <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.
                    267: <li>Various small improvements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&sektion=8&format=html">spamd(8)</a>.
                    268: <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.
                    269: <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.
                    270: <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.
                    271: <!-- 2009/04/19 -->
                    272: <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.
                    273: <li>Moved ARM and SH soft interrupts to mutexes also.
                    274: <li>Switch the amd64 and i386 soft interrupt code over to mutexes instead of simplelocks + splhigh().
                    275: <!-- 2009/04/18 -->
                    276: <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.
                    277: <!-- 2009/04/17 -->
                    278: <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.
                    279: <li>Make MPLS correctly handle packets the are leaving the MPLS cloud and joining the IPv4/IPv6 stack.
                    280: <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.
                    281: <!-- 2009/04/16 -->
                    282: <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.
                    283: <!-- 2009/04/15 -->
                    284: <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.
                    285: <li>Removed the unsused <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=en&sektion=4&format=html">en(4)</a> driver.
                    286: <!-- 2009/04/14 -->
                    287: <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.
                    288: <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>.
                    289: <li>Updated time zone data to tzdata2009f.
                    290: <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.
                    291: <li>Some tweaks to the CPU affinity code.
                    292: <!-- 2009/04/13 -->
                    293: <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.
                    294: <li>Start of Origin 200 support in the SGI platform.
1.1144    jj        295: <!-- 2009/04/12 -->
1.1145    jj        296: <li>Converted various macros in the NFS code to functions to reduce kernel memory usage.
                    297: <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>.
                    298: <li>Implemented a /dev/mdesc file for sparc64 platforms to read the machine description on sun4v virtual machines.
                    299: <li>Added support for IOC3 interrupts on SGI machines.
                    300: <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        301: <!-- 2009/04/11 -->
                    302: <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.
1.1146    jj        303: <li><font color="#e00000"><strong>RELIABILITY FIX: Null pointer dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a></strong></font><br>
                    304: <a href="errata45.html#002_pf">A source code patch is available</a>.<br>
                    305: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1144    jj        306: <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.
                    307: <!-- 2009/04/10 -->
                    308: <li>Added auto-disk layout to the installation media for simple one-disk installs.
                    309: <li>Moved sparc to generic soft interrupts.
                    310: <!-- 2009/04/09 -->
                    311: <li>Updated xf86-video-i740 to 1.3.0, xf86-video-vesa to 2.2.0 and libICE to 1.0.5.
                    312: <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.
                    313: <!-- 2009/04/08 -->
                    314: <!-- 2009/04/07 -->
1.1146    jj        315: <li><font color="#e00000"><strong>RELIABILITY FIX: OpenSSL ASN.1 invalid memory accesses.</strong></font><br>
                    316: <a href="errata45.html#001_openssl">A source code patch is available</a>.<br>
                    317: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1144    jj        318: <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>.
                    319: <!-- 2009/04/06 -->
                    320: <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.
                    321: <li>Updated time zone data to tzdata2009e.
                    322: <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.
                    323: <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.
                    324: <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.
                    325: <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.
                    326: <li>Updated OpenSSL to 0.9.8k.
                    327: <!-- 2009/04/05 -->
                    328: <li>For the SH architecture, implement and use sqrt, sqrtf and fabsf in hardware.
                    329: <li>Updated fontconfig to 2.6.0.
                    330: <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.
                    331: <!-- 2009/04/04 -->
                    332: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a>to version 243.
                    333: <li>Make OpenCVS properly expand modules if requested by the client.
                    334: <!-- 2009/04/03 -->
                    335: <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.
                    336: <li>Added code in the scheduler to peg a process to stay on a CPU forever.
                    337: <!-- 2009/04/02 -->
                    338: <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.
                    339: <li>Fixed SEM_UNDO handling for rthreads.
                    340: <!-- 2009/04/01 -->
                    341: <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>.
                    342: <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.
                    343: <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.
                    344: <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.
                    345: <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.
                    346: <!-- 2009/03/31 -->
                    347: <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.
                    348: <li>Fixed possible memory leaks in the yacc perser code used in various applications.
                    349: <!-- 2009/03/30 -->
1.1146    jj        350: <li><font color="#e00000"><strong>RELIABILITY FIX: Use of pmap flags in DMA'able memory mapped by devices on i386 may cause the flags to be uninitialized and the devices to misbehave.</strong></font><br>
                    351: <a href="errata45.html#003_bus_dma">A source code patch is available</a>.<br>
                    352: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1144    jj        353: <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        354: <!-- 2009/03/29 -->
1.1144    jj        355: <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.
                    356: <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.
                    357: <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.
                    358: <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.
                    359: <li>Various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd6&sektion=8&format=html">ospfd6(8)</a> updates and fixes.
                    360: <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.
                    361: <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.
                    362: <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        363: <!-- 2009/03/28 -->
                    364: <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.
                    365: <li>Fix for race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&sektion=4&format=html">mfi(4)</a>.
                    366: <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.
                    367: <li>Added C99-conformant nan, nanf and nanl for the Vax platform.
                    368: <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.
                    369: <!-- 2009/03/27 -->
                    370: <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>.
                    371: <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.
                    372: <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.
                    373: <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.
                    374: <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.
                    375: <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.
                    376: <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.
                    377: <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.
                    378: <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.
                    379: <!-- 2009/03/26 -->
                    380: <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.
                    381: <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.
                    382: <li>Updated xf86-video-siliconmotion to 1.7.0.
                    383: <li>Synced the net802.11 code with 802.11w draft 8.0.
                    384: <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.
                    385: <li>Updated freetype to 2.3.9.
                    386: <!-- 2009/03/25 -->
                    387: <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.
                    388: <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>.
                    389: <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>.
                    390: <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.
                    391: <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".
                    392: <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.
                    393: <!-- 2009/03/24 -->
                    394: <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.
                    395: <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.
                    396: <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.
                    397: <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.
                    398: <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.
                    399: <!-- 2009/03/23 -->
                    400: <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.
                    401: <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.
                    402: <li>Added rlog -d support in OpenCVS.
                    403: <li>Added CPU process affinity for SMP arches.
                    404: <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.
                    405: <!-- 2009/03/22 -->
                    406: <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>.
                    407: <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.
                    408: <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.
                    409: <!-- 2009/03/21 -->
1.1146    jj        410: <li><font color="#e00000"><strong>RELIABILITY FIX: Audio interrupts while filling the audio ring buffers could make the audio application go out of sync during high system load.</strong></font><br>
                    411: <a href="errata45.html#005_audio">A source code patch is available</a>.<br>
                    412: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1142    jj        413: <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.
                    414: <!-- 2009/03/20 -->
                    415: <li>Switched vax and sgi machines to have generic soft interrupts.
                    416: <!-- 2009/03/19 -->
                    417: <!-- 2009/03/18 -->
                    418: <!-- 2009/03/17 -->
1.1141    jj        419: <!-- 2009/03/16 -->
1.1142    jj        420: <li>Attached <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> to the build.
                    421: <li>Updated time zone data to tzdata2009c.
                    422: <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.
                    423: <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        424: <!-- 2009/03/15 -->
                    425: <!-- 2009/03/14 -->
                    426: <!-- 2009/03/13 -->
                    427: <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>.
                    428: <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.
                    429: <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>.
                    430: <!-- 2009/03/12 -->
1.1146    jj        431: <li><font color="#e00000"><strong>RELIABILITY FIX: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> in server mode will send each synchronization message twice which may cause stuttering.</strong></font><br>
                    432: <a href="errata45.html#004_aucat">A source code patch is available</a>.<br>
                    433: <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
1.1141    jj        434: <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.
                    435: <!-- 2009/03/11 -->
                    436: <li>Make sure iommu attaches to AMD family 10h processors too.
                    437: <!-- 2009/03/10 -->
                    438: <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>.
                    439: <li>Added sensor devices for Thinkpads.
                    440: <li>Updated freetype to 2.3.8.
                    441: <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.
                    442: <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.
                    443: <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.
                    444: <li>Initial version of a driver for the FFB3/XVR-1000 graphics adapters for sparc64. Disabled for now.
                    445: <!-- 2009/03/09 -->
                    446: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&sektion=1&format=html">xterm(1)</a> to 242.
                    447: <!-- 2009/03/08 -->
                    448: <li>Switched the m88k platform to timecounters.
                    449: <li>Added support for Geyser2 devices and fix some Geyser1 devices that can be found in iBook G4 12" machines.
                    450: <li>Removed deprecated proxymgr and xfindproxy applications from xenocara.
                    451: <!-- 2009/03/07 -->
                    452: <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.
                    453: <li>Updated xf86-video-neomagic to 1.2.2 and xf86-video-s3 to 0.6.1.
                    454: <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.
                    455: <li>Updated xf86-video-voodoo to 1.2.1, xf86-video-apm to 1.2.1 and xf86-video-ark to 0.7.1.
                    456: <li>Updated xf86-video-tseng to 1.2.1 and removed xf86-video-cyrix/xf86-video-vga.
                    457: <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.
                    458: <!-- 2009/03/06 -->
                    459: <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.
                    460: <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.
                    461: <!-- 2009/03/05 -->
                    462: <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.
                    463: <li>Make ELF platforms generate ELF core dumps.
                    464: <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.
                    465: <!-- 2009/03/04 -->
                    466: <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.
                    467: <li>Updated xf86-video-rendition to 4.2.1 and xf86-video-s3virge to 1.10.2.
                    468: <li>Added a user and a group for smtpd.
                    469: <!-- 2009/03/03 -->
                    470: <li>Fix clock drift on 197DP mvme88k SMP machines.
                    471: <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.
                    472: <li>Fix NFS on m88k SMP kernels.
                    473: <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.
                    474: <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.
                    475: <!-- 2009/03/02 -->
                    476: <li>Make sure the radix_mpath code checks rt_gateway is not NULL.
                    477: <li>Fixed the standalone tftp client to send valid ERROR packets to prematurely terminate a transfer.
                    478: <!-- 2009/03/01 -->
                    479: <li>Added support in the mvme68k platform for MVME141 and MVME165 boards.
                    480: <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.
                    481: <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.
                    482: <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.
                    483: <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.
                    484: <li>Prevent normal users from running "smtpctl show stats" and "smtpctl schedule".
                    485: <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.
                    486: <!-- 2009/02/28 -->
                    487: <!-- 2009/02/27 -->
1.422     deraadt   488: </ul>
                    489: <p>
1.203     deraadt   490:
1.95      deraadt   491: This list mentions mostly platform-independent changes.  For a list of changes
                    492: made in a particular platform, please check the page for that platform.  If you
                    493: find them not listed there, the changes are either (1) not being documented or
                    494: (2) are documented here.<br><br>
1.14      deraadt   495:
                    496: <hr>
1.424     deraadt   497: <p>
                    498: <h3>
1.846     deraadt   499: For changes in other releases, click below:<br>
                    500: <a href="plus20.html">2.0</a>,
                    501: <a href="plus21.html">2.1</a>,
                    502: <a href="plus22.html">2.2</a>,
                    503: <a href="plus23.html">2.3</a>,
                    504: <a href="plus24.html">2.4</a>,
                    505: <a href="plus25.html">2.5</a>,
                    506: <a href="plus26.html">2.6</a>,
                    507: <a href="plus27.html">2.7</a>,
                    508: <a href="plus28.html">2.8</a>,
                    509: <a href="plus29.html">2.9</a>,
                    510: <a href="plus30.html">3.0</a>,
                    511: <a href="plus31.html">3.1</a>,
1.868     deraadt   512: <a href="plus32.html">3.2</a>,
1.889     david     513: <a href="plus33.html">3.3</a>,
1.916     david     514: <a href="plus34.html">3.4</a>,
1.935     miod      515: <a href="plus35.html">3.5</a>,
1.941     deraadt   516: <a href="plus36.html">3.6</a>,
1.1118    deraadt   517: <br>
1.1044    deraadt   518: <a href="plus37.html">3.7</a>,
1.999     deraadt   519: <a href="plus38.html">3.8</a>,
1.1028    deraadt   520: <a href="plus39.html">3.9</a>,
1.1044    deraadt   521: <a href="plus40.html">4.0</a>,
1.1069    deraadt   522: <a href="plus41.html">4.1</a>,
1.1097    deraadt   523: <a href="plus42.html">4.2</a>,
1.1118    deraadt   524: <a href="plus43.html">4.3</a>,
1.1140    deraadt   525: <a href="plus44.html">4.4</a>,
                    526: <a href="plus45.html">4.5</a>.
1.424     deraadt   527: <br>
                    528: </h3>
                    529:
                    530: <hr>
1.1016    pvalchev  531: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
1.729     horacio   532: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1148  ! jj        533: <br><small>$OpenBSD: plus.html,v 1.1147 2009/05/31 03:05:15 jj Exp $</small>
1.14      deraadt   534:
                    535: </body>
                    536: </html>