=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/68.html,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- www/68.html 2020/10/10 18:19:29 1.71 +++ www/68.html 2020/10/10 18:36:59 1.72 @@ -113,6 +113,7 @@
  • Added support for remote coverage to kcov(4).
  • Moved sysctl(2) CTL_DEBUG from DEBUG to the new DEBUG_SYSCTL.
  • Prevented creation of bogus sd(4) devices for nvme(4) namespaces which are configured but have size 0. +
  • Added READ(12)/WRITE(12) support to cd(4).
  • Used READ(16)/WRITE(16) commands for disks large enough to require them to access the last sectors, fixing large 512E devices plugged into USB to ATA/ATAPI bridges which mistakenly use 4K sector addresses/sizes.
  • Restored VGA fonts on VT switch, preventing an unusable screen when switching to a VT with a custom VGA font from X.
  • Ensured only pseudo-terminal devices use reprint delays. @@ -120,6 +121,7 @@
  • Provided an optimized implementation of ffs(3) in the kernel on arm64/powerpc/powerpc64.
  • Rewrote m88k mutex code as a slight variation of the MI mutex code, potentially improving stability and rendering mutex spinning time visible in top(1).
  • Reworked kernel loading with octboot, the OpenBSD/octeon bootloader, which now does not rely on a mounted filesystem. +
  • Ensured scsi(4) devices do not attempt to process bogus MODE SENSE data.
  • Various new userland features: