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

Diff for /www/plus.html between version 1.1265 and 1.1266

version 1.1265, 2013/01/26 07:23:28 version 1.1266, 2013/01/31 08:20:24
Line 77 
Line 77 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/01/27 -->
   <li>Added TX interrupt mitigation for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> chips, including 6105Ms found in pcengines alix and soekris 5501s.
   <li>Bumped MAXTSIZ to 128 MB in vmparam.h on i386 and amd64, to cope with large binaries.
   <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> -u option to make it possible to build on an existing database.
   <!-- 2013/01/26 -->
   <li>Correct the PBA size used for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> PCH adapters to 26KB.
   <li>Calculate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> contents once when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> is binding a lease, and reuse as required.
   <li>Restore <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "no domain-name, no domain-name-servers means don't touch resolv.conf" behaviour.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> updates: preliminary ldap and sqlite support; all lookups now done through tables; improved handling of temporary errors; improved scheduler and mta logic; improved queue; improved memory usage under high load; SSL certs/keys isolated to lookup process to avoid facing network; fully virtual setups possible now; and runtime tracing of processes through <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a> trace; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd.conf&manpath=OpenBSD%20Current&sektion=5&format=html">smtpd.conf(5)</a> simplified. FLUSH YOUR QUEUE.
   <li>Don't allow stopping/restarting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mountd&manpath=OpenBSD%20Current&sektion=8&format=html">mountd(8)</a> via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> framework, it should be done manually to avoid RPC daemon issues.
   <!-- 2013/01/25 -->
   <li>Removed ACSS from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> now reads <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf.tail&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf.tail(5)</a> once on startup and save contents for subsequent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> building.
   <li>Skip <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> serial lookup when certificate's serial number is zero.
   <!-- 2013/01/24 -->
   <li>Changed byte-order swapping to 16 bits to match "event type" size. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&manpath=OpenBSD%20Current&sektion=4&format=html">mpii(4)</a> works on sparc64 with this.
   <li>Try to post everything except the flags field in the first <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> TX descriptor.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> handling of (unused) KRL signatures; skip string in correct buffer.
   <li>Always validate the user of a received SNMPv3 request in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a> if the configured user has a certain security level.
   <!-- 2013/01/23 -->
   <li>ARMv7 doesn't support the atomic SWP instruction anymore so using the atomic load and store instructions instead.
   <li>Added instruction fault register functions, which will be needed for further ARMv7 support.
   <li>m88k <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> now copes if shared library is loaded at a different address than what it was compiled for. Fixes spurious crashes.
   <li>Change interface and span interface lists so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&manpath=OpenBSD%20Current&sektion=4&format=html">bridge(4)</a> behaviour does not suddenly change anymore when adding a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&manpath=OpenBSD%20Current&sektion=4&format=html">vlan(4)</a> interface.
   <!-- 2013/01/22 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> now only sends a single CRLF terminator between Chunked Transfer Encoding chunks. Fixes (e.g.) Chrome and curl that implement the specification strictly.
   <!-- 2013/01/21 -->
 <!-- 2013/01/20 -->  <!-- 2013/01/20 -->
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> TCP sequence number tracking less strict by one octet for FIN packets. Previously a packet with the FIN bit set and containing data that fits exactly into the announced window was blocked.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> TCP sequence number tracking less strict by one octet for FIN packets. Previously a packet with the FIN bit set and containing data that fits exactly into the announced window was blocked.
 <li>Properly handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wcsftime&manpath=OpenBSD%20Current&sektion=3&format=html">wcsftime(3)</a> "%%" and "%N" where N is not a supported escape. Consistent with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strftime&manpath=OpenBSD%20Current&sektion=3&format=html">strftime(3)</a> behaviour.  <li>Properly handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wcsftime&manpath=OpenBSD%20Current&sektion=3&format=html">wcsftime(3)</a> "%%" and "%N" where N is not a supported escape. Consistent with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strftime&manpath=OpenBSD%20Current&sektion=3&format=html">strftime(3)</a> behaviour.
Line 635 
Line 662 
 <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> var-config response messages. Makes OpenBoot stop complaining about not being able to update LDOM variables.  <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> var-config response messages. Makes OpenBoot stop complaining about not being able to update LDOM variables.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> to provide the var-config domain service to all the currently configured guest domains.  <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> to provide the var-config domain service to all the currently configured guest domains.
 <li>Give <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> its own copy of the domain services support code and modify it to handle multiple channels.  <li>Give <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> its own copy of the domain services support code and modify it to handle multiple channels.
 <li>Implement AP side power saving for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&manpath=OpenBSD%20Current&sektion=4&format=html">acx(4)</a>.  
 <li>All <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">boot(8)</a> support is now enabled by default, including support for booting from crypto volumes. Can be completely enabled or disabled at compile time.  <li>All <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">boot(8)</a> support is now enabled by default, including support for booting from crypto volumes. Can be completely enabled or disabled at compile time.
 <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndio&manpath=OpenBSD%20Current&sektion=7&format=html">sndio(7)</a> midi code use non-blocking i/o like the other audio code.  <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndio&manpath=OpenBSD%20Current&sektion=7&format=html">sndio(7)</a> midi code use non-blocking i/o like the other audio code.
 <li>Check that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndio&manpath=OpenBSD%20Current&sektion=7&format=html">sndio(7)</a> polled fd number is smaller than SIO_MAXNFDS, and crank maximums.  <li>Check that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndio&manpath=OpenBSD%20Current&sektion=7&format=html">sndio(7)</a> polled fd number is smaller than SIO_MAXNFDS, and crank maximums.
Line 1195 
Line 1221 
   
 </body>  </body>
 </html>  </html>
   
   
   

Legend:
Removed from v.1.1265  
changed lines
  Added in v.1.1266