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

Diff for /www/56.html between version 1.46 and 1.47

version 1.46, 2014/10/11 03:03:01 version 1.47, 2014/10/19 03:25:12
Line 180 
Line 180 
         <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/skey.1">S/Key</a>,          <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/skey.1">S/Key</a>,
         and libc.          and libc.
     <li>gets(3) has been removed.      <li>gets(3) has been removed.
       <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>
   
Line 242 
Line 248 
 <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.  
     <li>Improved performance of <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/seekdir.3">seekdir(3)</a> to start of current buffer.      <li>Improved performance of <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/seekdir.3">seekdir(3)</a> to start of current buffer.
     <li>Added &lt;endian.h&gt; per the revision of the POSIX spec in progress.      <li>Added &lt;endian.h&gt; per the revision of the POSIX spec in progress.
     <li>Apache has been removed.      <li>Apache has been removed.
     <li>Read support for ext4 filesystems.      <li>Read support for ext4 filesystems.
       <li>Reworked mplocks as ticket locks instead of spinlocks on amd64, i386, and sparc64. This provides fairer access to the kernel lock between logical CPUs, especially in multi socket systems.
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47