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

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

version 1.15, 2018/10/01 19:03:28 version 1.16, 2018/10/01 19:27:55
Line 89 
Line 89 
 <li>Generic network stack improvements:  <li>Generic network stack improvements:
     <ul>      <ul>
     <li>The bridge(4) runs without KERNEL_LOCK().      <li>The bridge(4) runs without KERNEL_LOCK().
     <li>The anachronistic  
       <a href="https://man.openbsd.org/OpenBSD-6.3/networks.5">networks(5)</a>  
       configuration file is no longer supported.  
     </ul>      </ul>
 <p>  <p>
   
Line 120 
Line 117 
     <li>A new daemon, <a href="https://man.openbsd.org/rad.8">rad(8)</a> sends      <li>A new daemon, <a href="https://man.openbsd.org/rad.8">rad(8)</a> sends
         IPv6 Router Advertisement messages and replaces the old rtadvd(8)          IPv6 Router Advertisement messages and replaces the old rtadvd(8)
         daemon from KAME.          daemon from KAME.
       <li>The anachronistic
         <a href="https://man.openbsd.org/OpenBSD-6.3/networks.5">networks(5)</a>
         configuration file is no longer supported.
     </ul>      </ul>
 <p>  <p>
   
Line 164 
Line 164 
         <a href="https://man.openbsd.org/kcov.4">kcov(4)</a>          <a href="https://man.openbsd.org/kcov.4">kcov(4)</a>
         driver used for collection of code coverage inside the kernel.          driver used for collection of code coverage inside the kernel.
         It's used in an ongoing effort to fuzz the kernel.          It's used in an ongoing effort to fuzz the kernel.
       <li><a href="https://man.openbsd.org/uid_from_user.3">uid_from_user(3)</a>
           and
           <a href="https://man.openbsd.org/gid_from_group.3">gid_from_group(3)</a>
           were added to the C library and are now used in several programs,
           to speed up repeated lookups.
       <li><a href="https://man.openbsd.org/ksh.1">ksh(1)</a> now supports
           64 bit integers on all architectures.
     <li>A bug in      <li>A bug in
         <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>          <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>
         related to variable expansion of read-only varibles has been fixed.          related to variable expansion of read-only varibles has been fixed.

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