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

Diff for /www/plus.html between version 1.1344 and 1.1345

version 1.1344, 2014/06/22 11:11:00 version 1.1345, 2014/06/25 09:26:44
Line 75 
Line 75 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2014/06/22 -->
   <li>Stopped building procfs on i386.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> BIO_get_port(), only accept valid port numbers.
   <!-- 2014/06/21 -->
   <li>Made sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a> kmthread never loops without making progress.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kill&manpath=OpenBSD%20Current&sektion=2&format=html">kill(2)</a> an untraced process (instead of looping) if the kernel generates a deadly trap signal and it is ignored.
   <li>Specify the correct strength bits for 3DES cipher suites in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>.
   <!-- 2014/06/20 -->
   <li>Protect <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=explicit_bzero&manpath=OpenBSD%20Current&sektion=3&format=html">explicit_bzero(3)</a> from a link-time optimisation.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a>, wrap <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getenv&manpath=OpenBSD%20Current&sektion=3&format=html">getenv(3)</a> OPENSSL_ALLOW_PROXY_CERTS in an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=issetugid&manpath=OpenBSD%20Current&sektion=2&format=html">issetugid(2)</a> check. Stops <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setuid&manpath=OpenBSD%20Current&sektion=2&format=html">setuid(2)</a> applications from being fooled.
   <li>Prefix error messages from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> with "mandoc: ", so users know where messages came from.
   <li>Made "S" and "E" mean the start and end to capture-pane in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>.
   <li>Fixed incorrect bounds check in amd64 assembly version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> bn_mul_mont().
   <!-- 2014/06/19 -->
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a> -v display any bad checksums contained in the header and what the checksum should be.
   <li>More tweaking of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> set_basedir(): do not error out when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&manpath=OpenBSD%20Current&sektion=3&format=html">getcwd(3)</a> fails; fixed the man-root-dir indicator in say().
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random(3)</a>, hard fail with SIGKILL if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getentropy&manpath=OpenBSD%20Current&sektion=2&format=html">getentropy(2)</a> returns -1.
   <li>Converted CRYPTO_memcmp to timingsafe_memcmp in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>.
   <li>Improved error checking in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a> by_dir.c: set error code on error; check <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a> return; added missing unlock.
   <li>Fixed memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&manpath=OpenBSD%20Current&sektion=1&format=html">md5(1)</a> digest_file() on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ferror&manpath=OpenBSD%20Current&sektion=3&format=html">ferror(3)</a>.
   <li>Implemented the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=membar&manpath=OpenBSD%20Current&sektion=9&format=html">membar(9)</a> API for powerpc.
   <li>Copy newline when at EOL when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> is in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&manpath=OpenBSD%20Current&sektion=1&format=html">vi(1)</a> mode.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> reset the mouse buttons when the mouse wheel is used.
   <li>Some terminals send spurious releases for mouse wheel in SGR mouse mode, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> now suppresses these.
   <li>Fixed black screen on lenovo ideapad yoga 2 pro using when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intel&manpath=OpenBSD%20Current&sektion=4&format=html">intel(4)</a>.
   <!-- 2014/06/18 -->
   <li>Restored previous <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random(3)</a> behaviour, where <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&manpath=OpenBSD%20Current&sektion=2&format=html">fork(2)</a> children would mix in some randomness from the parent process.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> displaying "unable to open mandoc.db" error messages when updating/deleting individual files.
   <li>Ensured <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_msdos&manpath=OpenBSD%20Current&sektion=8&format=html">fsck_msdos(8)</a> will always keep length of cluster chain up to date. Avoids out of boundary accesses.
   <li>Fixed off by one in msdosfs pm_inusemap().
   <li>Fixed the use of 16384-bit RSA keys by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>.
   <!-- 2014/06/17 -->
   <li>Changed SSL_COMP_add_compression_method() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>, so error cases actually return "error" rather than "success".
   <li>Disallow __sysctl() in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&manpath=OpenBSD%20Current&sektion=1&format=html">systrace(1)</a> sandbox (as there is now a dedicated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getentropy&manpath=OpenBSD%20Current&sektion=2&format=html">getentropy(2)</a> system call for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random(3)</a>).
   <li>Implemented the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=membar&manpath=OpenBSD%20Current&sektion=9&format=html">membar(9)</a> API for hppa.
   <li>Added configuration bit in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a> flags, to workaround qemu < 2.0 bug that prevented VLANs from working.
   <li>Be more aggressive flushing L2 cache entries on mips64 RM7000 systems.
   <!-- 2014/06/16 -->
   <li>Set uart based on the io clock rate on octeon II (CN6xxx), as the rate differs from the cpu clock.
   <li>Use MAP_INHERIT_ZERO in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random(3)</a>, to zero out the RNG state if the process forks.
   <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&manpath=OpenBSD%20Current&sektion=4&format=html">pci(4)</a> power management on lemote.
   <li>Reverted "Always create a local route for every configured IPv4 address" (caused regressions).
   <li>Allow the autoinstaller to fetch sets from multiple locations.
 <!-- 2014/06/15 -->  <!-- 2014/06/15 -->
 <li>Fixed vnode leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&manpath=OpenBSD%20Current&sektion=4&format=html">systrace(4)</a>.  <li>Fixed vnode leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&manpath=OpenBSD%20Current&sektion=4&format=html">systrace(4)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> aes_gcm_cleanup(), clean the entire context (no longer leaving AES key untouched).  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> aes_gcm_cleanup(), clean the entire context (no longer leaving AES key untouched).
Line 873 
Line 916 
   
 </body>  </body>
 </html>  </html>
   
   
   
   
   

Legend:
Removed from v.1.1344  
changed lines
  Added in v.1.1345