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

Diff for /www/67.html between version 1.36 and 1.37

version 1.36, 2020/05/07 05:38:28 version 1.37, 2020/05/07 06:55:18
Line 199 
Line 199 
 <li>SMP-Improvements:  <li>SMP-Improvements:
   <ul>    <ul>
     <li>      <li>
           <a href="https://man.openbsd.org/__thrsleep">__thrsleep(2)</a>,      <a href="https://man.openbsd.org/__thrsleep">__thrsleep(2)</a>,
           <a href="https://man.openbsd.org/__thrwakeup">__thrwakeup(2)</a>,      <a href="https://man.openbsd.org/__thrwakeup">__thrwakeup(2)</a>,
     <a href="https://man.openbsd.org/close">close(2)</a>,      <a href="https://man.openbsd.org/close">close(2)</a>,
     <a href="https://man.openbsd.org/closefrom">closefrom(2)</a>,      <a href="https://man.openbsd.org/closefrom">closefrom(2)</a>,
     <a href="https://man.openbsd.org/dup">dup(2)</a>,      <a href="https://man.openbsd.org/dup">dup(2)</a>,
     <a href="https://man.openbsd.org/dup2">dup2(2)</a>,      <a href="https://man.openbsd.org/dup2">dup2(2)</a>,
     <a href="https://man.openbsd.org/dup3">dup3(2)</a>,      <a href="https://man.openbsd.org/dup3">dup3(2)</a>,
     <a href="https://man.openbsd.org/flock">flock(2)</a>,      <a href="https://man.openbsd.org/flock">flock(2)</a>,
     <a href="https://man.openbsd.org/fcntl">fnctl(2)</a>,      <a href="https://man.openbsd.org/fcntl">fcntl(2)</a>,
     <a href="https://man.openbsd.org/kqueue">kqueue(2)</a>,      <a href="https://man.openbsd.org/kqueue">kqueue(2)</a>,
     <a href="https://man.openbsd.org/pipe">pipe(2)</a> and      <a href="https://man.openbsd.org/pipe">pipe(2)</a>,
     <a href="https://man.openbsd.org/pipe2">pipe2(2)</a>      <a href="https://man.openbsd.org/pipe2">pipe2(2)</a> and
     <a href="https://man.openbsd.org/nanosleep">nanosleep(2)</a>      <a href="https://man.openbsd.org/nanosleep">nanosleep(2)</a>
     are run without KERNEL_LOCK.      are run without KERNEL_LOCK.
     <li>The generic part of <a href="https://man.openbsd.org/ioctl">ioctl(2)</a>      <li>The generic part of <a href="https://man.openbsd.org/ioctl">ioctl(2)</a>

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37