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

Diff for /www/74.html between version 1.63 and 1.64

version 1.63, 2023/10/14 14:43:17 version 1.64, 2023/10/14 15:23:40
Line 104 
Line 104 
         of kernel lock.          of kernel lock.
   <li>Implement <a href="https://man.openbsd.org/dt.4">dt(4)</a>    <li>Implement <a href="https://man.openbsd.org/dt.4">dt(4)</a>
       utrace support on amd64 and i386.        utrace support on amd64 and i386.
   <li>Implement battery management with sysctl(8)  
         hw.battery.chargemode, hw.battery.chargestop and hw.battery.chargestart.  
   <li>Correct undefined behavior when using MS-DOS filesystems, fixes imported from FreeBSD.    <li>Correct undefined behavior when using MS-DOS filesystems, fixes imported from FreeBSD.
   <li>Make the <a href="https://man.openbsd.org/fstab.5">softdep</a>    <li>Make the <a href="https://man.openbsd.org/fstab.5">softdep</a>
         <a href="https://man.openbsd.org/mount.8">mount(8)</a> option a no-op.          <a href="https://man.openbsd.org/mount.8">mount(8)</a> option a no-op.
Line 378 
Line 376 
   <ul>    <ul>
   <li>New <a href="https://man.openbsd.org/sysctl.2">sysctl(2)</a>    <li>New <a href="https://man.openbsd.org/sysctl.2">sysctl(2)</a>
       nodes for battery management, <code>hw.battery.charge*</code>.        nodes for battery management, <code>hw.battery.charge*</code>.
         Support them with
         <a href="https://man.openbsd.org/acpithinkpad.4">acpithinkpad(4)</a>
         and <a href="https://man.openbsd.org/aplsmc.4">aplsmc(4)</a>.
   <li>Define fixed names for    <li>Define fixed names for
       <a href="https://man.openbsd.org/ucom.4">ucom(4)</a> USB serial        <a href="https://man.openbsd.org/ucom.4">ucom(4)</a> USB serial
       ports, display them in attach messages and via the new        ports, display them in attach messages and via the new
Line 438 
Line 439 
         SoCs that is used to synchronize access to the shared memory table.          SoCs that is used to synchronize access to the shared memory table.
   <li>Add <a href="https://man.openbsd.org/qcsmptp.4">qcsmptp(4)</a>,    <li>Add <a href="https://man.openbsd.org/qcsmptp.4">qcsmptp(4)</a>,
         a driver to share 32-bit values between (co-)processors.          a driver to share 32-bit values between (co-)processors.
   <li>Implement battery charge control in acpithinkpad(4).  
   <li>Add <a href="https://man.openbsd.org/qcaoss.4">qcaoss(4)</a>,    <li>Add <a href="https://man.openbsd.org/qcaoss.4">qcaoss(4)</a>,
         a driver for the Always On Subsystem found on Qualcomm SoCs.          a driver for the Always On Subsystem found on Qualcomm SoCs.
   <li>Implement battery charge control for the Apple System Management Controller aplsmc(4).  
   <li>Add <a href="https://man.openbsd.org/qcpas.4">qcpas(4)</a>,    <li>Add <a href="https://man.openbsd.org/qcpas.4">qcpas(4)</a>,
         a driver for the Peripheral Authentication Service          a driver for the Peripheral Authentication Service
         found on Qualcomm SoCs.  Enable AC detection.          found on Qualcomm SoCs.  Enable AC detection.

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64