NetBSD/usr.sbin/cpuctl
ad 4d8f47ae2f cpuctl:
- Add interrupt shielding (direct hardware interrupts away from the
  specified CPUs). Not documented just yet but will be soon.

- Redo /dev/cpu time_t compat so no kernel changes are needed.

x86:

- Make intr_establish, intr_disestablish safe to use when !cold.

- Distribute hardware interrupts among the CPUs, instead of directing
  everything to the boot CPU.

- Add MD code for interrupt sheilding. This works in most cases but there is
  a bug where delivery is not accepted by an LAPIC after redistribution. It
  also needs re-balancing to make things fair after interrupts are turned
  back on for a CPU.
2009-04-19 14:11:36 +00:00
..
arch Increase size of buffer for humanize_number(3) to print cache sizes 2009-03-16 12:25:40 +00:00
cpuctl.8
cpuctl.c cpuctl: 2009-04-19 14:11:36 +00:00
cpuctl.h Remove 3rd buggy copy of this function and use snprintb(3) instead. 2008-12-16 22:44:50 +00:00
Makefile Remove 3rd buggy copy of this function and use snprintb(3) instead. 2008-12-16 22:44:50 +00:00