=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/68.html,v retrieving revision 1.84 retrieving revision 1.85 diff -c -r1.84 -r1.85 *** www/68.html 2020/11/25 17:07:35 1.84 --- www/68.html 2021/01/03 14:19:20 1.85 *************** *** 110,116 ****
  • Added intrmap, an interrupt to CPU mapping API that is used by hardware drivers to use multiple CPUs for interrupt handling.
  • Added an ioctl PCIOCGETVPD allowing userland to access read-only support information about pci devices via the vpd register.
  • Set ddb(4) "/t" to show a trace via TID on all architectures. !
  • Introduced kstat(1), a subsystem to allow the kernel to expose statistics to userland.
  • Added kstat to cnmac(4).
  • Added support for remote coverage to kcov(4).
  • Moved sysctl(2) CTL_DEBUG from DEBUG to the new DEBUG_SYSCTL. --- 110,116 ----
  • Added intrmap, an interrupt to CPU mapping API that is used by hardware drivers to use multiple CPUs for interrupt handling.
  • Added an ioctl PCIOCGETVPD allowing userland to access read-only support information about pci devices via the vpd register.
  • Set ddb(4) "/t" to show a trace via TID on all architectures. !
  • Introduced kstat(1), a subsystem to allow the kernel to expose statistics to userland. The userland utility is not yet installed by default.
  • Added kstat to cnmac(4).
  • Added support for remote coverage to kcov(4).
  • Moved sysctl(2) CTL_DEBUG from DEBUG to the new DEBUG_SYSCTL.