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

Diff for /www/73.html between version 1.29 and 1.30

version 1.29, 2023/04/04 10:26:27 version 1.30, 2023/04/04 11:33:56
Line 84 
Line 84 
 <li>Various kernel improvements:  <li>Various kernel improvements:
   <ul>    <ul>
   <li>Added support for the Rockchip RK3568 processor.    <li>Added support for the Rockchip RK3568 processor.
   <li>Implemented the <a    <li>Added <a href="https://man.openbsd.org/waitid.2">waitid(2)</a>,
         href="https://man.openbsd.org/waitid.2">waitid(2)</a> system call          wait for process state change.
         which is now part of POSIX and used by Mozilla.    <li>Added <a href="https://man.openbsd.org/pinsyscall.2">pinsyscall(2)</a>,
           specify the call stub for a specific system call.
     <li>Added <a href="https://man.openbsd.org/getthrname.2">getthrname(2)</a> and
           <a href="https://man.openbsd.org/setthrname.2">setthrname(2)</a>,
           get or set thread name.
   <li>Introduced <a    <li>Introduced <a
         href="https://man.openbsd.org/clockintr.9">clockintr(9)</a>, a          href="https://man.openbsd.org/clockintr.9">clockintr(9)</a>, a
         machine-independent clock interrupt controller. Switched all          machine-independent clock interrupt controller. Switched all

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30