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

Diff for /www/plus.html between version 1.1312 and 1.1313

version 1.1312, 2013/11/17 02:47:59 version 1.1313, 2013/11/22 22:06:55
Line 75 
Line 75 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/11/17 -->
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugl&manpath=OpenBSD%20Current&sektion=4&format=html">ugl(4)</a>, a driver for Genesys Logic GL620USB-A USB host-to-host link cable. Derived from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&manpath=OpenBSD%20Current&sektion=4&format=html">upl(4)</a>.
   <li>Unhooked radeonold from the build.
   <li>Merged in libdrm 2.4.47 for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a>.
   <li>Removed unused /dev/X0 entries.
   <!-- 2013/11/16 -->
   <li>On luna88k, map the bitmap planes of the frame buffer used by the driver. 10% speedup under <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a>.
   <li>On luna88k, allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&manpath=OpenBSD%20Current&sektion=4&format=html">ddb(4)</a> to be entered from the keyboard, when there is a glass console and ddb.console=1, with ctrl-alt/zenmen-esc.
   <!-- 2013/11/15 -->
   <li>Enabled 802.11a support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&manpath=OpenBSD%20Current&sektion=4&format=html">wpi(4)</a> such as Intel PRO/Wireless 3945ABG rev 0x02.
   <li>Reverted r1.858 of sys/net/pf.c, as it caused panics.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugl&manpath=OpenBSD%20Current&sektion=4&format=html">ugl(4)</a>, a driver for Genesys Logic GL620USB-A USB host-to-host link cable. Driver is derived from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&manpath=OpenBSD%20Current&sektion=4&format=html">upl(4)</a>.
   <li>Bring back stack scanning/dropping of IPv6 type 0 routing headers, but only engage this code when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> is disabled.
   <li>Don't fail when an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> has no MAC address, and move on to the logic that addresses this.
   <li>Fixed setups with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a> and ifbound, so all local IPSec packets (tunnel->tunnel) match state in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a>.
   <li>Kill the activate routine in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ucom&manpath=OpenBSD%20Current&sektion=4&format=html">ucom(4)</a> and adapt the parent process to no longer call it.
   <li>HID cleanups in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&manpath=OpenBSD%20Current&sektion=4&format=html">uhid(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhidev&manpath=OpenBSD%20Current&sektion=4&format=html">uhidev(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&manpath=OpenBSD%20Current&sektion=4&format=html">ukbd(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&manpath=OpenBSD%20Current&sektion=4&format=html">ums(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=utpms&manpath=OpenBSD%20Current&sektion=4&format=html">utpms(4)</a>, including cleanup match/attach multi-casting.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&manpath=OpenBSD%20Current&sektion=4&format=html">athn(4)</a> tick calculation work as intended. Should fix excessive timeouts and "Michael mic" errors.
   <li>Cope with the EAGAIN API change for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msgbuf_write&manpath=OpenBSD%20Current&sektion=3&format=html">msgbuf_write(3)</a> in various daemons.
   <li>Improvements for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&manpath=OpenBSD%20Current&sektion=4&format=html">sppp(4)</a> address assignment and related issues in IPv6CP; deal with IFID collisions instead of ignoring them; use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random(3)</a> during IFID generation; assign destination address to /128 point-to-point links.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&manpath=OpenBSD%20Current&sektion=8&format=html">isakmpd(8)</a> parameter types for x509 routines.
   <li>Be more specific in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a> ulimit error messages.
   <li>Fixed ^C handling in miniroot.
   <!-- 2013/11/14 -->
   <li>Setup pfkey timer before use in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a>. Ignore messages meant for other daemons, like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&manpath=OpenBSD%20Current&sektion=8&format=html">isakmpd(8)</a> does.
   <!-- 2013/11/13 -->
   <li>Fixed automatic retry in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msgbuf_write&manpath=OpenBSD%20Current&sektion=3&format=html">msgbuf_write(3)</a> on EAGAIN (which resulted in spinning).
   <li>Ignore empty lines and empty answers in install.conf.
   <li>Fixed usbd_dopoll() to take the device as argument (polling is done per controller not per interface).
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">bgpd.conf(5)</a> knob added, to set priority of routes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> inserts into the kernel routing table.
   <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=forward&manpath=OpenBSD%20Current&sektion=5&format=html">forward(5)</a> lookup if sticky bit is set on homedir.
   <li>Fixed case-folding issue with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> pki names (they are case-insensitive). Check that a pki entry exists when used in a listen or relay rule.
   <li>Don't set the TENTATIVE flag on an IPv6 address that is marked as NODAD (otherwise address is rendered unusable).
   <li>Ensure that install.conf is non-empty and is re-fetched on every restart of the autoinstaller.
   <!-- 2013/11/12 -->
   <li>Improved on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> fix in r1.35 of event.c. If UnmapNotify event is synthetic, set the state to Withdrawn or Iconic ("hidden").
   <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&manpath=OpenBSD%20Current&sektion=4&format=html">sd(4)</a> card detection in armv7. Fixes "sdmmc0: can't enable card" on beaglebone black when there is no card.
   <li>Fixed bootloader random hangs while counting down on LUNA-88K2; applied same logic to luna88k/dev/timekeeper.c.
   <!-- 2013/11/11 -->
   <li><font color="#e00000">5.3 and 5.4 RELIABILITY FIX: fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnode&manpath=OpenBSD%20Current&sektion=9&format=html">vnode(9)</a> locking so an unprivileged cannot hang the system.</font><br>A source code patch is available for <a href="errata53.html#010_vnode">5.3</a> and <a href="errata54.html#003_vnode">5.4</a>.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> bpf.c r1.84 returns, this time without <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=panic&manpath=OpenBSD%20Current&sektion=9&format=html">panic(9)</a>.
   <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kerberos&manpath=OpenBSD%20Current&sektion=8&format=html">kerberos(8)</a> support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&manpath=OpenBSD%20Current&sektion=1&format=html">cvs(1)</a> (only used by the strongly-discouraged pserver).
   <li>Set "to" address to INADDR_BROADCAST (not "from" address) when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> is trying to send broadcast request to server.
   <li>Updated to xf86-input-keyboard 1.8.0.
   <li>Reverted recent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> changes to stop "panic: timeout_add: to_ticks (-1)".
   <li>Follow RFC 2131: when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> is renewing a lease begin by using unicast, fall back to broadcast.
   <li>Put back the border draw call in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> client_resize (needed for redrawing maximised clients).
   <li>Cleaned up the activate routines from the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uoaklux&manpath=OpenBSD%20Current&sektion=4&format=html">uoaklux(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uoakrh&manpath=OpenBSD%20Current&sektion=4&format=html">uoakrh(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uoakv&manpath=OpenBSD%20Current&sektion=4&format=html">uoakv(4)</a> drivers.
 <!-- 2013/11/10 -->  <!-- 2013/11/10 -->
 <li>Re-enabled hardware acceleration on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> Haswells.  <li>Re-enabled hardware acceleration on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a> Haswells.
 <li>Fixed calculations using ticks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&manpath=OpenBSD%20Current&sektion=4&format=html">athn(4)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> to cope with the tick value wrapping.  <li>Fixed calculations using ticks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&manpath=OpenBSD%20Current&sektion=4&format=html">athn(4)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> to cope with the tick value wrapping.
Line 721 
Line 769 
 <br><small>$OpenBSD$</small>  <br><small>$OpenBSD$</small>
   
 </body>  </body>
   
   
   
   

Legend:
Removed from v.1.1312  
changed lines
  Added in v.1.1313