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

Diff for /www/55.html between version 1.28 and 1.29

version 1.28, 2014/03/26 00:37:02 version 1.29, 2014/03/26 03:27:18
Line 186 
Line 186 
   
 <li>Assorted improvements:  <li>Assorted improvements:
     <ul>      <ul>
     <li>New in-memory file system, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_tmpfs&sektion=8">tmpfs</a>      <li>New in-memory file system, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_tmpfs&sektion=8">tmpfs</a>.
     <li>POSIX required <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nl&amp;sektion=1">nl(1)</a> utility.      <li>Added POSIX required <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nl&amp;sektion=1">nl(1)</a> utility.
     <li>OpenBSD/vax has switched to GCC 3.      <li>OpenBSD/vax has switched to GCC 3.
     <li>Replaced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdirentries&amp;sektion=2&amp;manpath=OpenBSD+5.4">getdirentries(2)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdents&amp;sektion=2">getdents(2)</a>, vastly improving the performance and memory usage of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telldir&amp;sektion=3">telldir(3)</a>.      <li>Replaced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdirentries&amp;sektion=2&amp;manpath=OpenBSD+5.4">getdirentries(2)</a> with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdents&amp;sektion=2">getdents(2)</a>, vastly improving the performance and memory usage of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telldir&amp;sektion=3">telldir(3)</a>.
     <li>amd64 and i386 now use the MWAIT instruction for their idle loop where available to reduce latency.      <li>amd64 and i386 now use the MWAIT instruction for their idle loop where available to reduce latency.
     <li>Added CLOCK_UPTIME.      <li>Added support for CLOCK_UPTIME.
     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcgetsid&amp;sektion=3">tcgetsid(3)</a>.      <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcgetsid&amp;sektion=3">tcgetsid(3)</a>.
     <li>clock_t is now a 64 bit type, so it no longer wraps around in only 248 days.      <li>clock_t is now a 64 bit type, so it no longer wraps around in only 248 days.
     <li>ino_t is now a 64 bit type, mostly to support large NFS filesystems.      <li>ino_t is now a 64 bit type, mostly to support large NFS filesystems.
     <li>Corrected handling of UTIME_OMIT.      <li>Corrected handling of UTIME_OMIT.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&amp;sektion=1">pax</a> now sets the mode and timestamps correctly on symlinks, and makes hardlinks to symlinks when requested.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&amp;sektion=1">pax</a> now sets the mode and timestamps correctly on symlinks, and makes hardlinks to symlinks when requested.
     <li>Corrected handling of shared-library destructors when libc is staticly linked.      <li>Corrected handling of shared-library destructors when libc is staticly linked.
     <li>Disk images which can be written to a USB flash (miniroot55.fs and install55.fs) are now provided for i386 and amd64      <li>Disk images which can be written to a USB flash (miniroot55.fs and install55.fs) are now provided for i386 and amd64.
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29