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

Diff for /www/plus.html between version 1.1261 and 1.1262

version 1.1261, 2013/01/11 22:18:18 version 1.1262, 2013/01/15 05:15:42
Line 77 
Line 77 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/01/13 -->
   <li>When posting descriptors to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> chips rings, do multiple writes before calling the bus_space barrier.
   <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>'s lease validate option data and discard bad options before checking if any required options are missing.
   <li>More informative <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "options" error message.
   <li>Ignore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> options that do not validate, rather than summarily rejecting offered lease. Treat all options whose names start with "option-" as unknown.
   <li>Reverted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> group.c r1.68, which allows an empty group to be sticky.
   <!-- 2013/01/12 -->
   <li>Enabled flow control support with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&manpath=OpenBSD%20Current&sektion=4&format=html">bnx(4)</a> 5708S/5709S adapters.
   <li>Added support for reporting flow control status for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a> 5708S/5709S fibre phy.
   <li>Check results of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strdup&manpath=OpenBSD%20Current&sektion=3&format=html">strdup(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> domainname and nameservers options.
   <li>Reverted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfs&manpath=OpenBSD%20Current&sektion=9&format=html">vfs(9)</a> setting a high water mark, it will likely cause problems in low memory situations where we can't get a struct buf.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viomb&manpath=OpenBSD%20Current&sektion=4&format=html">viomb(4)</a> driver for virtio balloon device. Allows host to request some memory back from the openbsd guest in case of a shortage.
   <li>Improved error message for integrity failure in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> AES-GCM modes.
   <!-- 2013/01/11 -->
   <li>Allows a hp300 kernel whose name contains uppercase letters to be bootable.
   <!-- 2013/01/10 -->
   <li>Honour <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&manpath=OpenBSD%20Current&sektion=1&format=html">libtool(1)</a> -Wc and -Xcompiler in link mode as GNU does.
   <li>Set the initial <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> group to "1".
   <li>Don't log "unknown subcode" for subcode 0 when the bgpd() hold timer expires, this is a normal condition.
   <!-- 2013/01/09 -->
   <li>Don't hardcode the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> phy address at 1, as the 5718 family can have phys as 1, 2, 8, or 9.
   <li>When checking the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a> phy check the oui as well as some model numbers overlap (e.g. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&manpath=OpenBSD%20Current&sektion=4&format=html">bnx(4)</a>).
   <li>Enable more libdrm functions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> and check DRIVER_MODESET flag in kernel to determine if modesetting is supported.
   <!-- 2013/01/08 -->
   <li>Correctly initialise <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> fingerprint type for fingerprinting PKCS#11 keys.
   <li>Support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a>.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> per-group vert/horiz tiling support with new bind commands "vtile" and "htile."
   <!-- 2013/01/07 -->
   <li>Taught <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=as&manpath=OpenBSD%20Current&sektion=1&format=html">as(1)</a> how to handle mips symbolic register names.
   <li>Unbreak xinerama support and fixed menu/client placement for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> panning setups.
   <li>Reverted the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daily&manpath=OpenBSD%20Current&sektion=8&format=html">daily(8)</a> SMART check using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atactl&manpath=OpenBSD%20Current&sektion=8&format=html">atactl(8)</a> for disks with SMART enabled.
 <!-- 2013/01/05 -->  <!-- 2013/01/05 -->
 <li>Fixed sparc optimisation bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&manpath=OpenBSD%20Current&sektion=8&format=html">dump(8)</a>.  <li>Fixed sparc optimisation bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&manpath=OpenBSD%20Current&sektion=8&format=html">dump(8)</a>.
 <li>Don't propagate XF86XK_Audio{Lower,Raise}Volume keys from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&manpath=OpenBSD%20Current&sektion=4&format=html">pckbd(4)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&manpath=OpenBSD%20Current&sektion=4&format=html">wscons(4)</a> to userspace. Stops volume from being adjusted twice (by X apps and again by the kernel).  <li>Don't propagate XF86XK_Audio{Lower,Raise}Volume keys from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&manpath=OpenBSD%20Current&sektion=4&format=html">pckbd(4)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&manpath=OpenBSD%20Current&sektion=4&format=html">wscons(4)</a> to userspace. Stops volume from being adjusted twice (by X apps and again by the kernel).
Line 1093 
Line 1124 
   
 </body>  </body>
 </html>  </html>
   
   

Legend:
Removed from v.1.1261  
changed lines
  Added in v.1.1262