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

Diff for /www/56.html between version 1.36 and 1.37

version 1.36, 2014/10/04 20:29:43 version 1.37, 2014/10/04 20:50:06
Line 185 
Line 185 
 <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/tunefs.8">tunefs(8)</a>.  <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/tunefs.8">tunefs(8)</a>.
     <li>Constrain MSDOS timestamps to 1/1/1980 through 12/31/2107.  64-bit      <li>Constrain MSDOS timestamps to 1/1/1980 through 12/31/2107.  64-bit
 time_t values outside that range are stored as 1/1/1980.  time_t values outside that range are stored as 1/1/1980.
     <li>bs(6) now prints a battleship splash screen.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man6/bs.6">bs(6)</a> now prints a battleship splash screen.
     <li>rsh, rshd, rwho, rwhod, ruptime, asa, bdes, fpr, mkstr, page, xstr, oldrdist, fsplit, uyap, and bluetooth have been removed.      <li>rsh, rshd, rwho, rwhod, ruptime, asa, bdes, fpr, mkstr, page, xstr, oldrdist, fsplit, uyap, and bluetooth have been removed.
     <li>Fix atexit(3) recursive handlers.      <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/atexit.3">atexit(3)</a> recursive handlers.
     <li>Enhance      <li>Enhance
 <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/disklabel.8">disklabel(8)</a> to recover filesystem mountpoint information when reading saved ascii labels.  <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/disklabel.8">disklabel(8)</a> to recover filesystem mountpoint information when reading saved ascii labels.
     <li>Properly handle      <li>Properly handle
Line 219 
Line 219 
 <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/vwarnc.3">vwarnc(3)</a>.  <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/vwarnc.3">vwarnc(3)</a>.
     <li>Faster hibernate/unhibernate performance on amd64 and i386 platforms.      <li>Faster hibernate/unhibernate performance on amd64 and i386 platforms.
     <li>Support hibernating to <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/softraid.4">softraid(4)</a> crypto volumes.      <li>Support hibernating to <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man4/softraid.4">softraid(4)</a> crypto volumes.
       <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/reallocarray.3">reallocarray(3)</a>,
           which allows multiple sized objects to be allocated without the cost of
           clearing memory while avoiding possible integer overflows.
       <li>Extended <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/fread.3">fread(3)</a> and
           <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/fwrite.3">fwrite(3)</a>
           to check for integer overflows.
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37