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

Diff for /www/plus.html between version 1.1295 and 1.1296

version 1.1295, 2013/07/11 01:00:41 version 1.1296, 2013/07/19 02:32:32
Line 74 
Line 74 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/07/14 -->
   <li>Added some missing asm functions to vax.
   <li>To prevent lock ordering problems with the sparc64 kernel lock, block all interrupts that can grab the kernel lock.
   <li>Fixed possible memory/file descriptor leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldd&manpath=OpenBSD%20Current&sektion=1&format=html">ldd(1)</a> error path.
   <!-- 2013/07/13 -->
   <li>When using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man.conf&manpath=OpenBSD%20Current&sektion=5&format=html">man.conf(5)</a> _default search path with _subdir, first sort by manual section (1, 8, 6...), then by manual tree (share, X11R6, local), only for ties prefer cat over man.
   <!-- 2013/07/12 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> next-word-end work properly with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&manpath=OpenBSD%20Current&sektion=1&format=html">vi(1)</a> keys.
   <!-- 2013/07/11 -->
   <li>Set TCP nodelay for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> connections started with -N (bz#2124).
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&manpath=OpenBSD%20Current&sektion=1&format=html">ssh-keygen(1)</a> do_print_resource_record() can't be called with NULL filename, don't attempt asking for one if it has not been specified (bz#2127).
   <li>Avoid confusing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> error message in some broken resolver cases (bz#2122).
   <li>Introduced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a> HonorCipherOrder to use the server's order of preference of ciphers.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&manpath=OpenBSD%20Current&sektion=4&format=html">sk(4)</a> now works on macppc, should work on sparc64 too.
   <!-- 2013/07/10 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> SE now always messages the RDE when a peer comes up or when a reload happens, so the RDE should end up with correct values.
   <!-- 2013/07/09 -->
   <li>Backed out the virtual file system cache flipper temporarily.
   <li>Added basic support for digitisers with pens in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhts&manpath=OpenBSD%20Current&sektion=4&format=html">uhts(4)</a>.
   <!-- 2013/07/08 -->
   <li>Added support for mouse based group {,r}cycle to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwmrc&manpath=OpenBSD%20Current&sektion=5&format=html">cwmrc(5)</a>.
   <li>Replaced a few (x)malloc with (x)calloc to prevent potential integer overflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a>.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">drm(4)</a>'s libdrm to 2.4.46.
 <!-- 2013/07/07 -->  <!-- 2013/07/07 -->
 <li>Old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> option "-P" removed, it has not been doing anything for years.  <li>Old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> option "-P" removed, it has not been doing anything for years.
 <!-- 2013/07/06 -->  <!-- 2013/07/06 -->
Line 997 
Line 1020 
 <br><small>$OpenBSD$</small>  <br><small>$OpenBSD$</small>
   
 </body>  </body>
 </html>  
   
   
   
   
   
   
   

Legend:
Removed from v.1.1295  
changed lines
  Added in v.1.1296