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

Diff for /www/plus.html between version 1.1191 and 1.1192

version 1.1191, 2011/02/13 15:05:34 version 1.1192, 2011/03/11 20:49:30
Line 67 
Line 67 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2011/02/28 -->
   <li>Introduced a dummy function in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> if SMALL is defined to digest arguments like "rdomain", "description", etc. so that the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> on RAMDISK is able to parse <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostname.if&sektion=5&format=html">hostname.if(5)</a> files on updates.
   <li>Make Xorg properly restore xf86-video-r128 video mode upon exit on macppc.
   <li>Prevent a possible 5 seconds delay in socket splicing.
   <li>Fixed a buffer overflow in the pppoe receive packet handling.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dumpfs&sektion=8&format=html">dumpfs(8)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> UID aware.
   <li>If <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> "check script" doesn't exit(), treat the service as "down" rather than "unknown". Fixes a problem where the script is killed due to expiry of the interval timer.
   <!-- 2011/02/26 -->
   <li>Force the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> UID cache used to generate hw.disknames to be updated after every disklabel read or write. Prevent the DUID cache from de-syncing.
   <!-- 2011/02/24 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&sektion=4&format=html">mpii(4)</a> look up the device attached to a raid volume by its address on the bus, not which bioctl volume id it is.
   <li>Removed daemon_shell and force the use of /bin/sh for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=su&sektion=1&format=html">su(1)</a> call in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&sektion=8&format=html">rc.d(8)</a>.
   <li>Prevent PIPEX from using address and control field on PPPoE, they must not be used as the protocol.
   <li>In IPv6, prevent the nd6_addr_add() work queue task from adding multiple addresses for the same prefix.
   <!-- 2011/02/23 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> source address rewriting for the icmp errors with rdr-to setup (PR6564).
   <!-- 2011/02/22 -->
   <li>Fixed PR6557 with RT2560 and RT2661.
   <li>Mark  descriptors as invalid before unmapping the associated mbuf. Might prevent the unrecoverable DMA error mentioned in PR 6557.
   <li>Disabled PCIe Active State Power Management (ASPM) to avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> randomly detaching from the bus on some machines.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&sektion=4&format=html">drm(4)</a>.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4&format=html">ami(4)</a>.
   <!-- 2011/02/21 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makewhatis&sektion=8&format=html">makewhatis(8)</a> more silent unless launched with -v option.
   <li>Fixed USB drives that spin themselves down due to inactivity in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&sektion=8&format=html">nsd(8)</a> call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setusercontext&sektion=3&format=html">setusercontext(3)</a> before <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&sektion=2&format=html">chroot(2)</a>.
   <li>Fixed stats about node allocation failures in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ieee80211_proto&sektion=9&format=html">ieee80211_proto(9)</a>.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ieee80211_input&sektion=9&format=html">ieee80211_input(9)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mos&sektion=4&format=html">mos(4)</a> set IFF_BROADCAST in if_flags.
   <li>Make Xorg properly restore xf86-video-ati video mode upon exit on macppc and sparc64.
   <li>Fixed infinite loop in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&format=html">fdisk(8)</a>.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&format=html">fdisk(8)</a> from parsing blocks it did not successfully read.
   <li>Implemented the DIOCGCACHE and DIOCSCACHE ioctls in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&sektion=4&format=html">mpii(4)</a> for raid volumes. Allows <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a> to enable the write cache on such a volume on attach, like it is done in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeonfb&sektion=4&arch=sparc64&format=html">radeonfb(4/SPARC64)</a> re-initialize acceleration engine after leaving X.
   <!-- 2011/02/19 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pgs&sektion=4&arch=macppc&format=html">pgs(4/MACPPC)</a> only attach if the "device_type" properly is "programmer-button".
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> cleaning of badly formed partition.
   <li>Disable Xorg on alpha because Xrender is broken.
   <!-- 2011/02/18 -->
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=alc&sektion=4&format=html">alc(4)</a>.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&sektion=4&format=html">carp(4)</a> from stopping on a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4&format=html">vlan(4)</a> after it has been manually changed.
   <!-- 2011/02/17 -->
   <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sbt&sektion=4&format=html">sbt(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubt&sektion=4&format=html">ubt(4)</a> on all kernel.
   <li>Fixed speaker auto-mute in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> for some IDT codecs.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&sektion=4&format=html">umodem(4)</a> allow interfaces other than slaves of the union interface to be the data interface.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a> check its widgets connection list.
   <!-- 2011/02/16 -->
   <li>Fixed off by one bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1&format=html">lynx(1)</a> page display.
   <li>Disable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8&format=html">sysctl(8)</a> kern.usercrypto (userland access to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&sektion=4&format=html">crypto(4)</a>) by default.
   <li>Allow users to enable access to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&sektion=4&format=html">crypto(4)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=8&format=html">sysctl(8)</a> , but keep it turned off by default.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>  host based auth with ECDSA keys work correctly. Fixes bz#1858.
   <!-- 2011/02/15 -->
   <li>Fixed crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viaenv&sektion=4&format=html">viaenv(4)</a>.
   <li>Fixed suspend issues in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4&format=html">vnd(4)</a>.
   <li>Added workaround for BCM5906 A0/1/2 controller silicon bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>.
   <li>Reduced i386 RAMDISK size by not compiling statistics counters code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> if SMALL_KERNEL is defined.
   <li><font color="#e00000"><strong>RELIABILITY FIX: the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4&format=html">sis(4)</a> driver may hand over stale ring descriptors to the hardware if the compiler decides to re-order stores or if the hardware does store-reordering.
   </strong></font><br>
   <a href="errata48.html#010_sis">A source code patch is available</a>.<br>
   <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> print nicely 4-byte AS.
   <!-- 2011/02/14 -->
   <li>Make routing socket free mbuf in failure case. Fixes PR6562.
   <li><font color="#e00000"><strong>SECURITY FIX: PF rules specifying address ranges (e.g. "10.1.1.1 - 10.1.1.5") were not correctly handled on little-endian systems (alpha, amd64, arm, i386, mips64el, vax). Other address types (bare addresses "10.1.1.1" and prefixes "10.1.1.1/30") are not affected.</strong></font><br>
   <a href="errata48.html#009_pf">A source code patch is available</a>.<br>
   <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
   <!-- 2010/02/13 -->
   <li>Fixed a bug with the pointer location in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>.
   <li>Reduce RAMDISKA size by not compiling statistics counter code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> when SMALL_KERNEL is defined.
   <li>Fixed a crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> debug logging before daemonization to help identification of configuration issues. Fixes PR6314.
   <!-- 2010/02/12 -->
   <li>Clear <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4&format=html">bpf(4)</a> filter memory before using it. Prevents from leaking previous kernel stack contents through a malicious <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4&format=html">bpf(4)</a> filter.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&sektion=1&format=html">nc(1)</a> PR6207.
   <li>Added the rc_scripts variable for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&sektion=8&format=html">rc.d(8)</a>.
   <!-- 2010/02/11 -->
   <li>Added linux_mprotect() syscall to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8&format=html">compat_linux(8)</a>.
   <li>Avoid dereferencing a NULL pointer during VT switches when composite is active in xf86-video-intel. Fixes a crash.
   <li>Fixes the heavy rendering errors and crashes that could make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&sektion=4&format=html">inteldrm(4)</a> unusable on a 865G since 4.8. Fixes PR6517.
   <!-- 2010/02/10 -->
   <li>Make <tt>crontab -l</tt> not crash on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crontab&sektion=5&format=html">crontab(5)</a> files that don't have the expected three lines of comments.
   <li><font color="#e00000"><strong>SECURITY FIX: An incorrectly formatted ClientHello handshake message could cause OpenSSL to parse past the end of the message. An attacker could use this flaw to trigger an invalid memory access, causing a crash of an application linked to OpenSSL. As well, certain applications may expose the contents of parsed OCSP extensions, specifically the OCSP nonce extension.<br>
   Applications are only affected if they act as a server and call SSL_CTX_set_tlsext_status_cb on the server's SSL_CTX. It is believed that nothing in the base OS uses this. Apache httpd started using this in v2.3.3; this is newer than the version in ports.</strong></font><br>
   <a href="errata48.html#008_openssl">A source code patch is available</a>.<br>
   <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
   <li>Put a limit on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fnmatch&sektion=3&format=html">fnmatch(3)</a> recursion during matching, and reject input of size greater or equal PATH_MAX.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> split-window argument usage.
   <li>Added time related syscalls clock_gettime() and clock_getres() to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&sektion=8&format=html">compat_linux(8)</a>.
   <!-- 2010/02/09 -->
   <li>Set SO_KEEPALIVE on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8&format=html">ftpd(8)</a> sockets.
   <!-- 2010/02/08 -->
   <li>Fixed a crash with xf86-video-ati in zaphod mode if one screen is not present.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> log the time taken for all types of check, not just tcp checks.
   <!-- 2010/02/07 -->
   <li>Make Xenocara build use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a>.
   <li>Make the installation script use an absolute path to the temporary hosts file. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hosts&sektion=5&format=html">hosts(5)</a> creation upon install.
   <li>Updated zoneinfo database to tzdata2011b from elsie.nci.nih.gov.
   <li>Removed .NS from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a>.
 <!-- 2010/02/06 -->  <!-- 2010/02/06 -->
 <li>Put the max size of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> EEPROM to 16k. Fixed use of at least Intel PRO/1000 (82576) rev 0x01.  <li>Put the max size of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> EEPROM to 16k. Fixed use of at least Intel PRO/1000 (82576) rev 0x01.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>, make sure that IPv4-ICMP6 and IPv6-ICMP packets are not rewritten in case they are dropped and logged.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>, make sure that IPv4-ICMP6 and IPv6-ICMP packets are not rewritten in case they are dropped and logged.

Legend:
Removed from v.1.1191  
changed lines
  Added in v.1.1192