NetBSD/sys
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
..
altq Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
arch cpuctl: 2009-04-19 14:11:36 +00:00
coda Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
compat cpuctl: 2009-04-19 14:11:36 +00:00
conf
crypto
ddb
dev In this case "XXX free other data structures XXX" includes stopping and 2009-04-19 12:32:52 +00:00
dist Pull a fix for ipnat from upstream as per info from darrenr@: 2009-04-18 11:19:09 +00:00
external
fs Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
gdbscripts
ipkdb Remove KAUTH_ARG() around the request for kauth_authorize_system(). 2009-04-12 22:37:50 +00:00
kern cpuctl: 2009-04-19 14:11:36 +00:00
lib
miscfs Move genfs_null_putpages() from genfs_io.c to genfs_vnops.c -- it does 2009-04-18 15:40:33 +00:00
modules
net Use memcmp(9) and memcpy(9) directly rather than via 2009-04-18 15:20:06 +00:00
net80211 Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netatalk Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netbt
netinet Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netinet6 Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netipsec Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netisdn Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netiso Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netkey Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netnatm Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
netsmb Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
nfs
opencrypto Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
rump If running in multithreaded mode, create sched_sync thread. 2009-04-18 16:33:37 +00:00
secmodel Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive 2009-04-15 20:44:24 +00:00
stand
sys cpuctl: 2009-04-19 14:11:36 +00:00
ufs Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
uvm Introduce PMAP_MD_MASK. Reserves PMAP bits for use in MD code. 2009-04-18 08:48:47 +00:00
Makefile