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

Annotation of www/plus.html, Revision 1.1180

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>,
1.1152    deraadt    58: <a href="plus45.html">4.5</a>,
1.1163    deraadt    59: <a href="plus46.html">4.6</a>,
1.1177    deraadt    60: <a href="plus47.html">4.7</a>,
                     61: <a href="plus48.html">4.8</a>.
1.422     deraadt    62: <br>
1.186     deraadt    63: </h3>
                     64:
                     65: <p>
1.1177    deraadt    66: <h3><font color="#0000e0">Changes made between OpenBSD 4.8 and -current</font></h3><p>
1.847     deraadt    67: <p>
                     68:
1.422     deraadt    69: <ul>
1.1180  ! jj         70: <!-- 2010/09/20 -->
        !            71: <!-- 2010/09/19 -->
        !            72: <li>Initial support for the Octeon platform.
        !            73: <li>Added SIGCHLD handler to reap expired children in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
        !            74: <li>Fixed null pointer dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ciss&sektion=4&format=html">ciss(4)</a>.
        !            75: <li>Increased rate buffer in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&sektion=4&format=html">atw(4)</a> to prevent overflows.
        !            76: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> recognize all MIPS IV instructions, as well as some mips64r2.
        !            77: <li>Corrected NCQ depth calculation for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atapiscsi&sektion=4&format=html">atapiscsi(4)</a> devices and controllers.
        !            78: <li>Added support for 82583V devices in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> driver.
        !            79: <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> initialization on ET quad 82575 cards.
        !            80: <!-- 2010/09/18 -->
        !            81: <li>Improved X11 lib handling in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ports&sektion=7&format=html">ports(7)</a>-supplied libtool.
        !            82: <li>Fixed local DoS when core-dumping elf binaries.
        !            83: <!-- 2010/09/17 -->
        !            84: <li>FPU and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> updates for mips64 CPUs.
        !            85: <li>Fixed crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html">iked(8)</a>.
        !            86: <!-- 2010/09/16 -->
        !            87: <!-- 2010/09/15 -->
        !            88: <!-- 2010/09/14 -->
        !            89: <!-- 2010/09/13 -->
        !            90: <li>Various scsi detach issues fixed.
        !            91: <li>Fixed endless loop when handling punctuations in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a>.
        !            92: <li>Make traceroute work through MPLS tunnels, including RFC4950 extension headers.
        !            93: <li>Fix PMTU over <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&sektion=4&format=html">sppp(4)</a> links.
        !            94: <li>Fix leaking scsi_xfers or bufs when hot-unplugging <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> devices.
        !            95: <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> event handling to ack more than one outstanding event at a time.
1.1179    deraadt    96: <!-- 2010/09/12 -->
                     97: <li>Fixed a bug in OpenSMTPD "Last Known Address" code.
                     98: <li>Added DVACT_{QUIESCE,RESUME} to cleanly suspend/resume <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4&format=html">audio(4)</a> and use it in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&sektion=4&format=html">auvia(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4&format=html">auich(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&sektion=4&format=html">clcs(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&sektion=4&format=html">cmpci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&sektion=4&format=html">emu(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>.
                     99: <!-- 2010/09/11 -->
                    100: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> use UTF-8 line drawing characters on UTF-8 terminals.
                    101: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> ignore terminal overrides settings without a value.
                    102: <li>Fix lazy binding issue on mips64 run-time link-editor. Fixes an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nm&sektion=1&format=html">nm(1)</a> crash that happen when passed multiple object files on the command line.
                    103: <!-- 2010/09/10 -->
                    104: <li>Provided a bus_dmamap_sync() implementation for the amd64 IOMMU. It fixes bigmem.
                    105: <li>Added infrastructure to build gcc4 on mips64.
                    106: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> from unmuting the speaker muted by plugged headphones when the master volume control in unmuted.
                    107: <li>Allowed hotplug of Fiber Channel devices.
                    108: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a> io handler from being run on a gone device.
                    109: <!-- 2010/09/09 -->
                    110: <li>Make gcc4 build on landisk.
                    111: <li>Many improvements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html">iked(8)</a>: allowed ESP proposals without integrity and AH proposals without encryption; added additional nonce length field, use that for the ciphers that require additional keying material; setup right flow direction depending on the mode: fixes up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html">iked(8)</a> working as an initiator against charon.
                    112: <li>Added an ECDH/ECDSA compliance fix to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
                    113: <li>Cleaned up i386 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&sektion=4&format=html">apm(4)</a> resume/suspend code.
                    114: <!-- 2010/09/08 -->
                    115: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>, added -n and -p flags to switch-client to move to the next and previous session.
                    116: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> from crashing if the screen size is too small for the indicator in copy mode.
                    117: <li>Activated NTFS in i386 and amd64 GENERIC kernels.
                    118: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disk&sektion=9&format=html">disk(9)</a>, introduced a disk_lookup() function which calls device_lookup(), before verifying that the resulting device is present on the disklist. This avoids a race whereby the disk driver can be accessed as soon as the softc has been allocated, but before the disk has completed initialization and has called disk_attach().
                    119: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&sektion=4&format=html">crypto(4)</a>.
                    120: <li>Added support for sender expansion in smtpd.conf: %U for sender localpart, %D for sender domainpart.
                    121: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> queue and reschedule message when failing to fork a DNS process.
                    122: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a> detach everything on the whole bus on request, rather than just a target/lun.
                    123: <li>In the TCP/IP stack, allowed ip_forward() to know the difference between blocked packets (EACCESS) and those that can't be forwarded (EHOSTUNREACH).
                    124: <li>Switch the MPLS blocks for RTM_CHANGE in the routine socket interface.
                    125: <li>Permitted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&sektion=8&format=html">traceroute(8)</a> to work over MPLS.
                    126: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflog&sektion=4&format=html">pflog(4)</a> interfaces work with 'net <net>' expression.
                    127: <!-- 2010/09/07 -->
                    128: <li>Enabled aesni for amd64. While running ipsec on amd64 with 'aes' cpu flag, it provides aes accelerated encryption in cbc and ctr modes for all three key sizes: 128, 192 and 256.
                    129: <li>Removed the powerhook code and use the ca_activate tree traversal code everywhere to suspend/resume devices.
                    130: <li>Fixed a potential race between <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4&format=html">cd(4)</a> resume and detach.
                    131: <!-- 2010/09/06 -->
                    132: <li>Replaced all PWR_{SUSPEND,RESUME} by DVACT_{SUSPEND,RESUME}.
                    133: <li>Prevent compiler unwanted optimization in i386 and amd64 machine-dependent bus_dmamap_sync().
                    134: <li>Make the PCI-CardBus bridges driver save and restore pci config space registers on suspend/resume.
                    135: <li>Fixed freezes occurring by removing CardBus cards with Ralink Technology RT2560, RT2561, RT2561S and RT2661 chipset.
                    136: <li>Improved amd64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&sektion=9&format=html">pmap(9)</a>.
                    137: <li>Enabled wide character support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncurses&sektion=3&format=html">ncurses(3)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1&format=html">lynx(1)</a>.
                    138: <li>Switched to using ca_activate calls instead on powerhooks on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&sektion=4&arch=i386&format=html">apm(4/I386)</a>.
                    139: <li>Fixed suspend/resume on intel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&sektion=4&format=html">agp(4)</a>.
                    140: <li>Improved handle of PCI BAR.
                    141: <li>Prevented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&sektion=8&format=html">ldpd(8)</a> from crashing sometimes when calling nbr_act_session_establish() on slave systems.
                    142: <li>Fixed an off by one in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a>.
                    143: <!-- 2010/09/05 -->
                    144: <li>Added an ioctl to figure out the non-sticky bits in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a> BARs used for determining the size of those BARs. Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcidump&sektion=8&format=html">pcidump(8)</a> use this new ioctl to print the size of PCI BARs.
                    145: <li>Make the sparc tree more GCC4 friendly.
                    146: <!-- 2010/09/04 -->
                    147: <li>Make the v3 demangler support code compile in libiberty.
                    148: <li>Added support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4&format=html">pcmcia(4)</a> indirect Card Information Structure data. Improved and fixed a bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4&format=html">pcmcia(4)</a> CIS parts.
                    149: <li>Added support for SiS191 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=se&sektion=4&format=html">se(4)</a>, fixed bugs, and improved it too.
                    150: <li>Removed macppc default <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xorg.conf&sektion=5&format=html">xorg.conf(5)</a>.
                    151: <li>In Xenocara, updated glproto to version 1.4.12, renderproto to 0.11.1, videoproto to 2.3.1. Added xextproto 1.7.2. Updated libxcb 1.7, libXi 1.3.2, libX11 1.3.5, libXfont 1.4.2.
                    152: <!-- 2010/09/03 -->
                    153: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4&format=html">vr(4)</a> from seeing stale contents because of insane compiler or hardware optimizations.
                    154: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> Ubiquiti SR71-12 and Winstron DMNA92 adapters.
                    155: <li>Added an EXIT STATUS section to some /sbin, /usr/sbin and /usr/libexec man pages.
                    156: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=html">ldapd(8)</a> resolve matching rules from superior attribute types at schema load time instead of when each attribute is validated.
                    157: <li>Added an EXIT STATUS section to most /bin and /usr/bin man pages.
                    158: <li>Implemented attribute syntax from RFC4517 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=html">ldapd(8)</a>.
                    159: <!-- 2010/09/02 -->
                    160: <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> ECDSA default key size to 256 bits, which according to RFC5656 should still be better than our current RSA-2048 default.
                    161: <li>Fixed ControlPersist=yes for ControlMaster=yes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
                    162: <li>Permitted -b 256, 384 or 521 as key size for ECDSA in ssh-keygen.
                    163: <li>Fixed enqueue routing messages on sockets marked SS_CANTRCVMORE.
                    164: <!-- 2010/09/01 -->
                    165: <li>Fixed a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&sektion=1&format=html">rcs(1)</a> and OpenCVS.
                    166: <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&sektion=4&format=html">st(4)</a>.
                    167: <li>Fixed a spurious line insertion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&sektion=4&format=html">wscons(4)</a>.
                    168: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> reset running jobs when the status line is enabled or disabled.
                    169: <li>Updated freetype to version 2.4.2.
                    170: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=html">ldapd(8)</a> from finding syntax error when parsing schema from the subschema.
                    171: <li>Disabled use of SIGIO by default in xserver, it breaks multi-card configuration.
                    172: <li>Improved the consistency of the flexible buffer queue by making struct bufq a member of the softc for devices that use it.
                    173: <!-- 2010/08/31 -->
                    174: <li>Removed SIGIO handler from Xenocara DRI.
                    175: <li>Added DVACT_QUIESCE (warn the device about suspend) support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&sektion=4&format=html">ahci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4&format=html">auich(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=alc&sektion=4&format=html">alc(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ale&sektion=4&format=html">ale(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lii&sektion=4&format=html">lii(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4&format=html">sis(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppb&sektion=4&format=html">ppb(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sili&sektion=4&format=html">sili(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&sektion=4&format=html">vga(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchb&sektion=4&format=html">pchb(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4&format=html">dc(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4&format=html">fxp(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4&format=html">xl(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4&format=html">pcmcia(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4&format=html">wdc(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc&sektion=4&format=html">sdhc(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&sektion=4&format=html">pckbc(4)</a>.
                    176: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4&format=html">cd(4)</a>, pccbb powerhook code call an activate function.
                    177: <li>Cleaned up activate/deactivate functions in various drivers: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchb&sektion=4&format=html">pchb(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubt&sektion=4&format=html">ubt(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc&sektion=4&format=html">sdhc(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4&format=html">sis(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4&format=html">fxp(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4&format=html">xl(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&sektion=4&format=html">pckbc(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&sektion=4&format=html">uvisor(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhidev&sektion=4&format=html">uhidev(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4&format=html">ohci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4&format=html">wd(4)</a>.
                    178: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, implemented Elliptic Curve Cryptography modes for key exchange (ECDH) and host/user keys (ECDSA) as specified by RFC5656.
                    179: <li>Started work to add suspend/resume for Loongson Lemote.
                    180: <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, added buffer_get_cstring() and related functions that verify that the string extracted from the buffer contains no embedded \0 characters*. It prevents random (possibly malicious) crap from being appended to strings.
                    181: <!-- 2010/08/30 -->
                    182: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4&format=html">ohci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxaudc&sektion=4&arch=zaurus&format=html">pxaudc(4/ZAURUS)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zaudio&sektion=4&arch=zaurus&format=html">zaudio(4/ZAURUS)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zkbd&sektion=4&arch=zaurus&format=html">zkbd(4/ZAURUS)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zssp&sektion=4&arch=zaurus&format=html">zssp(4/ZAURUS)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zts&sektion=4&arch=zaurus&format=html">zts(4/ZAURUS)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcd&sektion=4&arch=zaurus&format=html">lcd(4/ZAURUS)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&sektion=4&arch=zaurus&format=html">apm(4/ZAURUS)</a>, arm <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mainbus&sektion=4&format=html">mainbus(4)</a> powerhook code call an activate function.
                    183: <li>Prevent processes from entering <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4&format=html">wi(4)</a> ioctl when another process is tsleep'ing in it.
                    184: <li>Disabled SVR4 compat by default in sparc GENERIC kernel.
                    185: <li>Converted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4&format=html">pcmcia(4)</a> powerhook to an activate function for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&sektion=4&format=html">an(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cnw&sektion=4&format=html">cnw(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&sektion=4&format=html">ep(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4&format=html">ne(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&sektion=4&format=html">ray(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sm&sektion=4&format=html">sm(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4&format=html">wi(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xe&sektion=4&format=html">xe(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4&format=html">wdc(4)</a>.
                    186: <li>Avoided a race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a>.
                    187: <li>Added ddbcpu for sgi.
                    188: <li>Fixed a race that could lead to hanging processes in libevent.
                    189: <li>Avoided possible aliasing-related compiler issues in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4&format=html">cd(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ch&sektion=4&format=html">ch(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ses&sektion=4&format=html">ses(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&sektion=4&format=html">st(4)</a>.
                    190:
1.1177    deraadt   191: <!-- 2010/08/29 --->
                    192: <li>Makes X autoconfiguration more intuitive on machines with multiple SBus or UPA framebuffers, where wsdisplay0 isn't the console.
                    193: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&sektion=4&format=html">atw(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&sektion=4&format=html">rtw(4)</a> powerhook code call an activate function.
                    194: <li>Make sure local arrays of chars are word-aligned on strict alignment architectures with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a>, just like what is done for global ones. Though not explicitly allowed by the C standard it have been historically handle correctly by most C compilers.
                    195: <li>Fixed kernel compiling with disabled IPSEC and enabled GIF/MPLS.
                    196: <li>Make 2nd resume work on arm and zaurus.
                    197: <!-- 2010/08/28 --->
                    198: <li>Correctly compute loongson memory size if less than 256MB.
                    199: <li>Fixed an uninitialized value leading to bogus KASSERT in uvm_pmr_use_inc().
                    200: <li>Started implementation of activate function in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpiasus&sektion=4&format=html">acpiasus(4)</a> to replace powerhooks functions.
                    201: <li>Fixed autoconfiguration for accelerated drivers on sparc/sparc64, currently limited to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sunffb&sektion=4&format=html">sunffb(4)</a>.
                    202: <li>Provided a way to get &lt; and &gt; symbols on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&sektion=4&format=html">pckbc(4)</a> pc101-key slovenian layouts.
                    203: <!-- 2010/08/27 --->
                    204: <li>Make PCI Power Management optional, and only enable it when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> attaches.
                    205: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&sektion=4&format=html">apm(4)</a> runs powerhook with interrupts blocked.
                    206: <li>Big powerhooks clean up to improve suspend/resume: make powerhook code call an activate function in various devices: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc&sektion=4&format=html">sdhc(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4&format=html">wi(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&sektion=4&format=html">neo(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auacer&sektion=4&format=html">auacer(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auglx&sektion=4&format=html">auglx(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4&format=html">auich(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autri&sektion=4&format=html">autri(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esa&sektion=4&format=html">esa(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&sektion=4&format=html">eso(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&sektion=4&format=html">yds(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maestro&sektion=4&format=html">maestro(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4&format=html">ath(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4&format=html">dc(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pgt&sektion=4&format=html">pgt(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&sektion=4&format=html">ipw(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4&format=html">rl(4)</a>.
                    207: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc&sektion=4&format=html">sdhc(4)</a> sdhc_activate().
1.1180  ! jj        208: <li>Added screen blanking code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smfb&sektion=4&arch=loongson&format=html">smfb(4/LOONGSON)</A> for SM502.
1.1177    deraadt   209: <li>Removed PWR_STANDBY from various drivers: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpiasus&sektion=4&format=html">acpiasus(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4&format=html">ath(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&sektion=4&format=html">atw(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pgt&sektion=4&format=html">pgt(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&sektion=4&format=html">rtw(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esa&sektion=4&format=html">esa(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc&sektion=4&format=html">sdhc(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4&format=html">ohci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&sektion=4&format=html">uhci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auixp&sektion=4&format=html">auixp(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&sektion=4&format=html">ray(4)</a>.
                    210: <!-- 2010/08/26 --->
                    211: <li>Added screen burner support for SM712 flavour on loongson Lemote Yeeloong.
                    212: <li>Allowed multiple interfaces to be specified instead of all or one in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rarpd&sektion=8&format=html">rarpd(8)</a>.
                    213: <li>Fixed a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&sektion=8&format=html">ldpd(8)</a>.
                    214: <li>Fixed mounting of cdXX.iso and installXX.iso on hppa.
                    215: <!-- 2010/08/25 --->
                    216: <li>Make CardBus <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a> suspend and resume properly on machines that keep the CardBus bridge powered up during suspend.
1.1179    deraadt   217: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> from freeing proxyurl and cookie twice in the location code.
1.1177    deraadt   218: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> reset any mode before freeing the buffer event when destroying a pane.
                    219: <li>Enabled the pixman library for m68k, fixed it for hp300 and mvme68k.
                    220: <!-- 2010/08/24 --->
                    221: <li>Added scsi_iopool_destroy() and scsi_link_shutdown() to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a>.
                    222: <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lockmgr&sektion=9&format=html">lockmgr(9)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rwlock&sektion=9&format=html">rwlock(9)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdmmc&sektion=4&format=html">sdmmc(4)</a>.
                    223: <li>Fixed a file descriptor leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ccdconfig&sektion=8&format=html">ccdconfig(8)</a>.
                    224: <!-- 2010/08/23 --->
                    225: <li>Updated libc time functions to zcode2010k from elsie.nci.nih.gov.
                    226: <li>Check for duplicate variables in the environment when setting a value via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setenv&sektion=3&format=html">setenv(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=putenv&sektion=3&format=html">putenv(3)</a>.
                    227: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tip&sektion=1&format=html">tip(1)</a> .tiprc parsing.
                    228: <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_space_barrier&sektion=9&format=html">bus_space_barrier(9)</a> in sgi.
                    229: <li>Avoided disable bridge interrupts on sgi platform when trying to access an unimplemented ioc3 register.
                    230: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>.
                    231: <li>Worked around a rare race condition that can happen if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daily&sektion=8&format=html">daily(8)</a> zaps old files from /var/tmp while <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a> is installing or updating a package and doesn't yet have moved nor even read some of the files in /var/tmp/pkginfo.* (typically +DESCR).
                    232: <li>Fixed two problems in the kernel work queues.
                    233: <li>Added support for the LSISAS2004 chips in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&sektion=4&format=html">mpii(4)</a>.
                    234: <!-- 2010/08/22 -->
                    235: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&sektion=8&format=html">ospf6d(8)</a>.
                    236: <li>Prevent Cisco's OSPF 6 from ignoring <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&sektion=8&format=html">ospf6d(8)</a> network-LSAs.
                    237: <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&sektion=8&format=html">nsd(8)</a> to the build.
                    238: <li>Fixed a 16 year old bug in the radix tree sorting routine for non-contiguous netmasks. It can have a huge impact on IPsec performance.
                    239: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> client stop calling fatal() on exit.
                    240: <li>In Xenocara, updated libXvMC to version 1.0.6, xf86-input-vmmouse to 12.6.10, xf86-video-vmware to 11.0.2, xf86-video-mga to 1.4.13, xf86-video-nv to 2.1.18, xterm to 261.
                    241: <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&sektion=8&format=html">nsd(8)</a> to version 3.2.6.
                    242: <!-- 2010/08/21 -->
                    243: <li>Added a flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vis&sektion=3&format=html">vis(3)</a>: VIS_ALL - encode all characters, not just invisible ones, it can be called from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vis&sektion=1&format=html">vis(1)</a> withe the `-a' option.
                    244: <li>Added Huawei E1820 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a>.
                    245: <li>Added a quirk for the apple clear orb USB speakers.
                    246: <li>Fixed bugs in xf86-video-openchrome.
                    247: <li>In Xenocara, updated xbproto to version 1.0.5, x11proto to 7.0.18, libXau to 1.0.6, xset 1.2.0, utils-macro to 1.10.0.
                    248: <li>Make sysmerge display usage information as well as the error when a path to src/*.tgz isn't specified.
                    249: <li>Fixed an mbuf leak in ATA over Ethernet driver.
                    250: <!-- 2010/08/20 -->
                    251: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> column padding calculation.
                    252: <li>Changed the UFS DIP macros to be aware of the FFS2 kernel option by not bothering to check the mount type when FFS2 support is omitted.
                    253: <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hzto&sektion=9&format=html">hzto(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tvtohz&sektion=9&format=html">tvtohz(9)</a> arguments to const pointers.
                    254: <li>Implemented user interface for error handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a>: -W<i>level</i> selects warning you care about (error or fatal); -Wstop stops after parsing a file with the selected warning level; provide consistent exit status code for the selected warning level; always finish parsing each file unless fatal errors prevent it; removed the -f option and -Werror.
1.1179    deraadt   255: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsconsctl&sektion=8&format=html">wsconsctl(8)</a> from ignoring errors silently if the device could not be open.
1.1177    deraadt   256: <!-- 2010/08/19 -->
1.1179    deraadt   257: <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> from optimizing i386/amd64 lidt() function that provide access to i386/amd64 LIDT instruction. It fixes instant reboots with bsd.rd on Pentiums with F00F bug.
1.1177    deraadt   258: <li>Introduced a machine-independent kern.consdev <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8&format=html">sysctl(8)</a> that will replace the machine-dependent machdep.console_device.
                    259: <li>Fixed a leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
                    260: <li>Make tcpdump correctly decode and print GPRS Tunnelling Protocol access point names.
                    261: <li>Updated zoneinfo database to tzdata2010l from elsie.nci.nih.gov.
                    262: <li>Fixed a NULL pointer dereferencement in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=midicat&sektion=1&format=html">midicat(1)</a> option parsing when `-' is used as filename.
                    263: <!-- 2010/08/18 -->
                    264: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4&format=html">uaudio(4)</a>.
                    265: <li>Fixed xserver autoconfiguration on sparc and sparc64.
                    266: <li>Removed Linux compatibility code in hppa and hppa64 GENERIC kernel and locore.S.
                    267: <li>Fixed a bug in the Atheros AR9003 family driver.
1.1179    deraadt   268: <li>Fixed a division by zero in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> AR9003 family chipset.
1.1177    deraadt   269: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> stop receiving beacons from other BSS when associated in STA mode.
                    270: <li>Removed the standard pod2man \*(C+ pre-predefined string ("C++") in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a>.
                    271: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> correctly print .Lk arguments in -Tascii.
                    272: <!-- 2010/08/17 -->
                    273: <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> throw away non-ASCII characters.
                    274: <li>Added several fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pr&sektion=1&format=html">pr(1)</a>.
                    275: <li>On sparc, make sure fast trap handlers correctly invoke soft interrupts by marking them explicitly pending before triggering the softintr.
                    276: <li>Added missing files (floppies and/or install.iso and/or miniroot...) in the build time SHA256 file for alpha, amd64, hppa, hppa64, landisk, macppc, mvme68k, mvme88k, sgi, socppc, sparc, sparc64, vax.
                    277: <li>Added power management for PCI devices, currently it just put everything in the D3 (deepest sleep) state upon suspend, and restore power upon resume.
                    278: <!-- 2010/08/16 -->
                    279: <li>Added support for larger sparc kernels when booting from tape, and avoided stomping on PROM data below 4MB on sun4c.
                    280: <li>Adjusted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disktab&sektion=5&format=html">disktab(5)</a> miniroot disklabel to changes caused by fdisk partition alignment changes.
                    281: <li>Removed support for loading 64bits kernels from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdboot&sektion=8&arch=hppa&format=html">cdboot(8/HPPA)</a>.
                    282: <li>Fixed a gcc4 mis-alignment in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdate&sektion=8&format=html">rdate(8)</a>.
                    283: <!-- 2010/08/13 -->
                    284: <li>Improved IP stack fragmented packets handling.
                    285: <!-- 2010/08/12 -->
                    286: <li>Prevented tools that fork and run a captive <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> for communication from failing to exit.
                    287: <li>Enabled periodic (every 4 minutes) power amplifier calibration on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> AR9285 and AR9287.
                    288: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> AR9280/AR9281 chips in open-loop power control mode.
                    289: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck&sektion=8&format=html">fsck(8)</a> print the real device name followed by the disklabel UID in parenthesis when it is run against a disklabel UID.
                    290: <li>Fix a one character typo on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&sektion=4&format=html">inteldrm(4)</a> i915 that broke interrupt handling on ironlake.
                    291: <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4&format=html">xl(4)</a> memory corruption after resume.
                    292: <li>Corrected a format string in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ccdconfig&sektion=8&format=html">ccdconfig(8)</a>.
                    293: <li>Fixed a off by one bug in NTFS.
                    294: <!-- 2010/08/11 -->
1.1179    deraadt   295: <li>Disabled the RTC periodic interrupt on i386 and amd64 to fix problem like Dell Inspirion 4150 waking up immediately.
1.1177    deraadt   296: <li>Plug several resource leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gzsig&sektion=1&format=html">gzsig(1)</a>.
                    297: <li>Make the number of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnode&sektion=9&format=html">vnode(9)</a>s correspond to the number of buffers in buffer cache.
                    298: <li>Fixed a logic problem which could in theory cause <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a> to recursively print anchors with wildcards when not requested via the command line but in practice only applied to automatically generated inline anchors (which don't have wildcards) or when recursion was requested.
                    299: <li>Forbade duplicate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> session names to be created.
                    300: <li>Added support for terabytes units with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> editor 'T' command.
1.1175    deraadt   301: <!-- 2010/08/10 -->
1.1177    deraadt   302: <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> list panes command show which pane is active.
                    303: <li>Fixed two problems in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&sektion=4&format=html">gdt(4)</a>, introduced in 4.7: eliminate a use-after-free of xs for xs-&gt;flags, avoid calling scsi_done() twice when synchronizing disks during shut down.
1.1175    deraadt   304: <!-- 2010/08/09 -->
1.1177    deraadt   305: <li>Remove extra `.' from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=less&sektion=1&format=html">less(1)</a> -m prompt string.
1.1171    deraadt   306:
1.1164    deraadt   307: </ul>
1.422     deraadt   308: <p>
1.203     deraadt   309:
1.95      deraadt   310: This list mentions mostly platform-independent changes.  For a list of changes
                    311: made in a particular platform, please check the page for that platform.  If you
                    312: find them not listed there, the changes are either (1) not being documented or
                    313: (2) are documented here.<br><br>
1.14      deraadt   314:
                    315: <hr>
1.424     deraadt   316: <p>
                    317: <h3>
1.846     deraadt   318: For changes in other releases, click below:<br>
                    319: <a href="plus20.html">2.0</a>,
                    320: <a href="plus21.html">2.1</a>,
                    321: <a href="plus22.html">2.2</a>,
                    322: <a href="plus23.html">2.3</a>,
                    323: <a href="plus24.html">2.4</a>,
                    324: <a href="plus25.html">2.5</a>,
                    325: <a href="plus26.html">2.6</a>,
                    326: <a href="plus27.html">2.7</a>,
                    327: <a href="plus28.html">2.8</a>,
                    328: <a href="plus29.html">2.9</a>,
                    329: <a href="plus30.html">3.0</a>,
                    330: <a href="plus31.html">3.1</a>,
1.868     deraadt   331: <a href="plus32.html">3.2</a>,
1.889     david     332: <a href="plus33.html">3.3</a>,
1.916     david     333: <a href="plus34.html">3.4</a>,
1.935     miod      334: <a href="plus35.html">3.5</a>,
1.941     deraadt   335: <a href="plus36.html">3.6</a>,
1.1118    deraadt   336: <br>
1.1044    deraadt   337: <a href="plus37.html">3.7</a>,
1.999     deraadt   338: <a href="plus38.html">3.8</a>,
1.1028    deraadt   339: <a href="plus39.html">3.9</a>,
1.1044    deraadt   340: <a href="plus40.html">4.0</a>,
1.1069    deraadt   341: <a href="plus41.html">4.1</a>,
1.1097    deraadt   342: <a href="plus42.html">4.2</a>,
1.1118    deraadt   343: <a href="plus43.html">4.3</a>,
1.1140    deraadt   344: <a href="plus44.html">4.4</a>,
1.1152    deraadt   345: <a href="plus45.html">4.5</a>,
1.1163    deraadt   346: <a href="plus46.html">4.6</a>,
1.1177    deraadt   347: <a href="plus47.html">4.7</a>,
                    348: <a href="plus48.html">4.8</a>.
1.424     deraadt   349: <br>
                    350: </h3>
                    351:
                    352: <hr>
1.1016    pvalchev  353: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
1.729     horacio   354: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1180  ! jj        355: <br><small>$OpenBSD: plus.html,v 1.1179 2010/09/29 13:31:44 deraadt Exp $</small>
1.14      deraadt   356:
                    357: </body>
                    358: </html>