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

Diff for /www/52.html between version 1.15 and 1.16

version 1.15, 2012/09/05 22:22:28 version 1.16, 2012/09/06 02:23:04
Line 85 
Line 85 
     <li>Changed the RLIMIT_CPU <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getrlimit&amp;sektion=2">rlimit</a> to count processes instead of threads.      <li>Changed the RLIMIT_CPU <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getrlimit&amp;sektion=2">rlimit</a> to count processes instead of threads.
     <li>Added a new system limit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=8">kern.maxthread</a> for the max number of threads.      <li>Added a new system limit <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=8">kern.maxthread</a> for the max number of threads.
     <li>Closed race conditions in thread creation, and in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&amp;sektion=2">fork(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&amp;sektion=2">open(2)</a> in a threaded process.      <li>Closed race conditions in thread creation, and in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fork&amp;sektion=2">fork(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&amp;sektion=2">open(2)</a> in a threaded process.
     <li>Improved handling of threaded processes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&amp;sektion=1">ps</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstat&amp;sektion=1">fstat</a>      <li>Improved handling of threaded processes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&amp;sektion=1">ps(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fstat&amp;sektion=1">fstat(1)</a>.
     </ul>      </ul>
 <p>  <p>
   
Line 170 
Line 170 
     <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&amp;sektion=1">libtool(1)</a> into the base system. Much work remains to be done.      <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=libtool&amp;sektion=1">libtool(1)</a> into the base system. Much work remains to be done.
     <li>Removed lint(1).      <li>Removed lint(1).
     <li>Removed raid(4) RAIDframe driver and the corresponding raidctl(8) utility.      <li>Removed raid(4) RAIDframe driver and the corresponding raidctl(8) utility.
     <li>Added posix_spawn(3).      <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=posix_spawn&amp;sektion=3">posix_spawn(3)</a>.
     <li>Added mbsnrtowcs(3), and wcsnrtombs(3).      <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbsnrtowcs&amp;sektion=3">mbsnrtowcs(3)</a>,
     <li>Added getdelim(3) and getline(3).          and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wcsnrtombs&amp;sektion=3">wcsnrtombs(3)</a>.
     <li>More configuration variables for sysconf(3) and pathconf(3).      <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getdelim&amp;sektion=3">getdelim(3)</a>
     <li>dirfd(3) is a now function instead of a macro.          and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getline&amp;sektion=3">getline(3)</a>.
     <li>posix_memalign(3) supports arbitrarily large alignments.      <li>More configuration variables for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysconf&amp;sektion=3">sysconf(3)</a> and
     <li>Improved realloc(3) performance.          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pathconf&amp;sektion=2">pathconf(2)</a>.
     <li>ld.so(1) recognizes the DF_1_NOOPEN flag and refuses to dlopen(3)      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dirfd&amp;sektion=3">dirfd(3)</a>
         shared objects linked with "-z nodlopen".          is a now function instead of a macro.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=posix_memalign&amp;sektion=3">posix_memalign(3)</a>
           supports arbitrarily large alignments.
       <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realloc&amp;sektion=3">realloc(3)</a> performance.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&amp;sektion=1">ld.so(1)</a>
           recognizes the DF_1_NOOPEN flag and refuses to
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dlopen&amp;sektion=3">dlopen(3)</a>
           shared objects linked with "-z nodlopen".
     <li>Improved compliance and/or cleanliness of header files, particularly      <li>Improved compliance and/or cleanliness of header files, particularly
         &lt;dirent.h&gt;, &lt;time.h&gt;, &lt;sys/time.h&gt;, &lt;limits.h&gt;,          &lt;dirent.h&gt;, &lt;time.h&gt;, &lt;sys/time.h&gt;, &lt;limits.h&gt;,
         &lt;arpa/inet.h&gt;, &lt;netinet/in.h&gt;, and &lt;sys/param.h&gt;.          &lt;arpa/inet.h&gt;, &lt;netinet/in.h&gt;, and &lt;sys/param.h&gt;.
     <li>Improved kernel uvm memory allocator.      <li>Improved kernel uvm memory allocator.
     <li>Added support for using AMT to provide console-over-ethernet.  (c.f. the amtterm port).      <li>Added support for using AMT to provide console-over-ethernet.  (c.f. the amtterm port).
     <li>Improved support for amd64 boxes with many memory extents.      <li>Improved support for amd64 boxes with many memory extents.
     <li>compat_linux improvements: TLS-vs-clone and futex fixes, added support      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&amp;sektion=8">compat_linux(8)</a>
           improvements: TLS-vs-clone and futex fixes, added support
         for statfs64(), tgkill(), gettid(), SOCK_CLOEXEC, and SOCK_NONBLOCK.          for statfs64(), tgkill(), gettid(), SOCK_CLOEXEC, and SOCK_NONBLOCK.
     <li>Improved handling of bare FAT media.      <li>Improved handling of bare FAT media.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&amp;sektion=1">kdump</a> improvements, including the ability to show thread IDs and dumping of timespec, timeval, sigaction, rlimit, sigset, clockid, and fdset arguments and results.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdump&amp;sektion=1">kdump(1)</a>
     <li>Various improvements in smtpd(8): reliability fixes, new MTA client, new scheduler and improved queue logic, simplified smtpd.conf syntax, better RFC compliance and several cosmethic changes.          improvements, including the ability to show thread IDs and dumping of timespec, timeval, sigaction, rlimit, sigset, clockid, and fdset arguments and results.
     <li>The mg(1) emacs-like editor: now allows backup files to be saved in a user's home directory.      <li>Various improvements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&amp;sektion=8">smtpd(8)</a>:
           reliability fixes, new MTA client, new scheduler and improved queue logic, simplified smtpd.conf syntax, better RFC compliance and several cosmethic changes.
       <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&amp;sektion=1">mg(1)</a>
           emacs-like editor: now allows backup files to be saved in a user's home directory.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16