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

Diff for /www/plus.html between version 1.1259 and 1.1260

version 1.1259, 2013/01/03 00:56:15 version 1.1260, 2013/01/10 02:58:22
Line 77 
Line 77 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2012/12/30 -->
   <li>Added HD4550 to the list of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> cards.
   <!-- 2012/12/29 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> for nat with sticky address and ip address change.
   <li>Reset the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> round-robin pool counter in case its current value has been removed (e.g. with ifconfig em0 1.2.3.4 -alias)
   <li>Keep <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_mfs&manpath=OpenBSD%20Current&sektion=8&format=html">mount_mfs(8)</a> from potentially consuming the entire buffer cache if it falls behind.
   <li>Constrain the filename passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> -l to a regular file.
   <li>Make HUP to either of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> processes cause a restart that will have it re-read <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a> and get a new lease.
   <!-- 2012/12/28 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&manpath=OpenBSD%20Current&sektion=1&format=html">grep(1)</a> exit status when there is an error reading a file.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> respect locale for ctype purposes (e.g. to display ISO Latin 1 characters).
   <li>Avoid spinning in the vfs cleaner when there are insufficient clean pages, but no buffers on the dirty queue to clean.
   <!-- 2012/12/27 -->
   <!-- 2012/12/26 -->
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">sendmail(8)</a> to 8.14.6.
   <!-- 2012/12/25 -->
   <li>Added GENERIC.MP to luna88k.
   <li>Replaced one grep with awk patterns and simplified another using -q in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a>.
   <!-- 2012/12/24 -->
   <li>Fix kernel compilation with POOL_DEBUG but not DDB enabled.
   <li>Register cleanup handler passed by ld.so with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atexit&manpath=OpenBSD%20Current&sektion=3&format=html">atexit(3)</a>, to fix stack alignment on i386 and sparc.
   <li>Simplified <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> by using shell patterns.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> ^ and $ special command targets to select lowest and highest numbered windows.
   <li>Add -T option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> select-window to toggle to last window if already current.
   <li>Added a -u flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> choose-tree to start uncollapsed.
   <li>Removed an unnecessary <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> window-choose redraw.
 <!-- 2012/12/23 -->  <!-- 2012/12/23 -->
 <li>Register sparc64 cleanup handler passed by ld.so with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atexit&manpath=OpenBSD%20Current&sektion=3&format=html">atexit(3)</a>.  <li>Register sparc64 cleanup handler passed by ld.so with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atexit&manpath=OpenBSD%20Current&sektion=3&format=html">atexit(3)</a>.
 <li>Explicitly align i386 stack on a 16-byte boundary such that constructors can use SSE instructions.  <li>Explicitly align i386 stack on a 16-byte boundary such that constructors can use SSE instructions.
Line 1028 
Line 1054 
   
 </body>  </body>
 </html>  </html>
   
   
   
   

Legend:
Removed from v.1.1259  
changed lines
  Added in v.1.1260