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

Diff for /www/61.html between version 1.32 and 1.33

version 1.32, 2017/03/11 06:17:15 version 1.33, 2017/03/11 06:55:04
Line 278 
Line 278 
     <li>The performance and concurrency of the      <li>The performance and concurrency of the
         <a href="http://man.openbsd.org/malloc.3">malloc(3)</a> family          <a href="http://man.openbsd.org/malloc.3">malloc(3)</a> family
         in multi-threaded processes has been improved.          in multi-threaded processes has been improved.
       <li>Support for permitting non-root users to
           <a href="http://man.openbsd.org/mount.8">mount(8)</a> filesystems
           has been removed.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 329 
Line 332 
     <li><a href="http://man.openbsd.org/ld.so.1">ld.so(1)</a> now      <li><a href="http://man.openbsd.org/ld.so.1">ld.so(1)</a> now
         supports the DT_PREINITARRAY, DT_INITARRAY, DT_FINIARRAY, DT_FLAGS,          supports the DT_PREINITARRAY, DT_INITARRAY, DT_FINIARRAY, DT_FLAGS,
         and DT_RUNPATH dynamic tags.          and DT_RUNPATH dynamic tags.
       <li><a href="http://man.openbsd.org/kdump.1">kdump(1)</a>
           now dumps the fds returned by
           <a href="http://man.openbsd.org/pipe.2">pipe(2)</a> and
           <a href="http://man.openbsd.org/socketpair.2">socketpair(2)</a>.
       <li>Added support to <a href="http://man.openbsd.org/doas.1">doas(1)</a>
           for session-locked persistent authentication.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33