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

Diff for /www/62.html between version 1.19 and 1.20

version 1.19, 2017/10/02 04:55:32 version 1.20, 2017/10/02 08:30:16
Line 122 
Line 122 
   
 <li>Generic network stack improvements:  <li>Generic network stack improvements:
     <ul>      <ul>
       <li> Incoming and forwarded IP packets are now processed without
            KERNEL_LOCK, resulting in better performances and reduced latency
     <li> The kernel no longer handles IPv6 Stateless Address      <li> The kernel no longer handles IPv6 Stateless Address
          Autoconfiguration (RFC 4862), allowing cleanup and simplification           Autoconfiguration (RFC 4862), allowing cleanup and simplification
          of the IPv6 network stack.           of the IPv6 network stack.
Line 186 
Line 188 
     <li>Improved UTF-8 line editing support for      <li>Improved UTF-8 line editing support for
         <a href="http://man.openbsd.org/ksh.1">ksh(1)</a>          <a href="http://man.openbsd.org/ksh.1">ksh(1)</a>
         Emacs and Vi input mode.          Emacs and Vi input mode.
             <li>New <a href="http://man.openbsd.org/futex">futex(2)</a> syscall
             <li>New pthread <a href="http://man.openbsd.org/pthread_mutex_init">mutex</a>
             and <a href="http://man.openbsd.org/pthread_cond_init">condition variable</a>
             implementations improving latency of threaded applications
             <li>New <a href="http://man.openbsd.org/ctfdump">ctfdump</a>
             and <a href="http://man.openbsd.org/ctfconv">ctfconv</a> tools to manipulate
             CTF (Compact C Type Format).
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20