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

Diff for /www/71.html between version 1.30 and 1.31

version 1.30, 2022/04/11 03:17:10 version 1.31, 2022/04/11 05:24:05
Line 82 
Line 82 
     <ul>      <ul>
             <li>Added <a href="https://man.openbsd.org/aplspi.4">aplspi(4)</a>, a driver for the SPI controller found on the Apple M1 SoC.              <li>Added <a href="https://man.openbsd.org/aplspi.4">aplspi(4)</a>, a driver for the SPI controller found on the Apple M1 SoC.
             <li>Added <a href="https://man.openbsd.org/aplhidev.4">aplhidev(4)</a> support for the keyboard/touchpad on Apple M1 laptops.              <li>Added <a href="https://man.openbsd.org/aplhidev.4">aplhidev(4)</a> support for the keyboard/touchpad on Apple M1 laptops.
             <li>Introduced <a href="https://man.openbsd.org/aplpmgr.4">aplpmgr(4)</a>, a driver for the power management controller found on various Apple SoCs.              <li>Introduced <a href="https://man.openbsd.org/aplpmgr.4">aplpmgr(4)</a>, a driver for the power management controller found on Apple SoCs.
             <li>Introduced <a href="https://man.openbsd.org/aplmbox.4">aplmbox(4)</a>, a driver for the mailbox that provides a communication channel with additional cores integrated on Apple SoCs.              <li>Introduced <a href="https://man.openbsd.org/aplmbox.4">aplmbox(4)</a>, a driver for the mailbox that provides a communication channel with additional cores integrated on Apple SoCs.
             <li>Introduced <a href="https://man.openbsd.org/apliic.4">apliic(4)</a>, a driver for the I2C controller found on various Apple SoCs.              <li>Introduced <a href="https://man.openbsd.org/apliic.4">apliic(4)</a>, a driver for the I2C controller found on Apple SoCs.
             <li>Added the chip ids used on Apple M1 Pro/Max and Apple T2 Macs to <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a>.              <li>Added the chip ids used on Apple M1 Pro/Max and Apple T2 Macs to <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a>.
             <li>Rewrote arm64 kernel FPU handling code to fix the random crashes seen with SMP kernels on Apple M1.              <li>Rewrote arm64 kernel FPU handling code to fix the random crashes seen with SMP kernels on Apple M1.
             <li>Restricted the <a href="https://man.openbsd.org/pci.4">pci(4)</a> ioctl interface to devices detected by the kernel, preventing Xorg PCI probes from breaking the WiFi chip on M1 macs.              <li>Restricted the <a href="https://man.openbsd.org/pci.4">pci(4)</a> ioctl interface to devices detected by the kernel, preventing Xorg PCI probes from breaking the WiFi chip on M1 macs.
Line 180 
Line 180 
         <li>Made futexes work in shared anonymous memory.          <li>Made futexes work in shared anonymous memory.
         <li>Improved tracking of mbuf memory usage in the whole system.          <li>Improved tracking of mbuf memory usage in the whole system.
         <li>Switched to using long filenames by default with <a          <li>Switched to using long filenames by default with <a
                 href="https://man.openbsd.org/mount_msdos.8">mount_msdos(8)</a> on FAT                  href="https://man.openbsd.org/mount_msdos.8">mount_msdos(8)</a>.
                 filesystems.  
         <li>Fixed memory leak in <a          <li>Fixed memory leak in <a
                 href="https://man.openbsd.org/fuse.4">fuse(4)</a> when calling <a                  href="https://man.openbsd.org/fuse.4">fuse(4)</a> when calling <a
                 href="https://man.openbsd.org/namei.9">namei(9)</a>.                  href="https://man.openbsd.org/namei.9">namei(9)</a>.
Line 554 
Line 553 
                 href="https://man.openbsd.org/acpi.4">acpi(4)</a>.                  href="https://man.openbsd.org/acpi.4">acpi(4)</a>.
         <li>Correlated <a          <li>Correlated <a
                 href="https://man.openbsd.org/uaudio.4">uaudio(4)</a> and <a                  href="https://man.openbsd.org/uaudio.4">uaudio(4)</a> and <a
                 href="https://man.openbsd.org/ucc.4">ucc(4)</a> devices attacked over                  href="https://man.openbsd.org/ucc.4">ucc(4)</a> devices
                 USB in order to adjust the volume of the correct attached audio device                  to adjust the volume of the correct audio device
                 rather than the first one attached.                  rather than the first one attached.
         <li>Enabled PL011 UART FIFO support in <a          <li>Enabled FIFO support in <a
                 href="https://man.openbsd.org/pluart.4">pluart(4)</a>.                  href="https://man.openbsd.org/pluart.4">pluart(4)</a>.
         <li>Added support for XBox One game controller on usb.          <li>Added support for XBox One game controller.
         <li>Stopped suspending the <a          <li>Stopped suspending the <a
                 href="https://man.openbsd.org/tpm.4">tpm(4)</a> device upon                  href="https://man.openbsd.org/tpm.4">tpm(4)</a> device upon
                 hibernation, preventing some systems from hanging when hibernating a                  hibernation, preventing some systems from hanging when hibernating a

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