NetBSD/sys/compat
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
..
aoutm68k Regen to prove I didn't screw up the conversion: purely RCSID changes. 2009-01-13 22:33:08 +00:00
common Move the internal poll/select related API's to use timespec instead 2009-03-29 19:21:19 +00:00
darwin buildfix: NEW_VMCMD(2 -> NEW_VMCMD2( 2009-03-31 06:03:31 +00:00
freebsd Regen to prove I didn't screw up the conversion: purely RCSID changes. 2009-01-13 22:33:08 +00:00
ibcs2 Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive 2009-04-15 20:44:24 +00:00
irix - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total 2009-03-29 01:02:48 +00:00
linux Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive 2009-04-15 20:44:24 +00:00
linux32 Move the internal poll/select related API's to use timespec instead 2009-03-29 19:21:19 +00:00
m68k4k Need to include <sys/module.h> when using the MODULE() macro. 2008-11-21 19:55:38 +00:00
mach bzero -> memset 2009-03-18 16:00:08 +00:00
ndis bcopy -> memcpy 2009-03-18 17:06:41 +00:00
net merge christos-time_t 2009-01-11 02:57:17 +00:00
netbsd32 Move the internal poll/select related API's to use timespec instead 2009-03-29 19:21:19 +00:00
netinet6 Emulate a couple more ioctls. Thanks to Matthias Drochner for pointing them out. 2009-01-15 20:32:59 +00:00
osf1 fix what looks like a mechanical stuffup in the timeval -> timespec conversion. 2009-04-01 03:06:06 +00:00
ossaudio compat_ossaudio module, so others can depend on it. 2008-11-13 10:05:52 +00:00
pecoff make this compile 2008-11-19 22:27:19 +00:00
sa Typo in comment. 2009-04-16 07:42:28 +00:00
sunos Regen to prove I didn't screw up the conversion: purely RCSID changes. 2009-01-13 22:33:11 +00:00
sunos32 Regen to prove I didn't screw up the conversion: purely RCSID changes. 2009-01-13 22:33:11 +00:00
svr4 Add fileops::fo_drain(), to be called from fd_close() when there is more 2009-04-04 10:12:51 +00:00
svr4_32 Add fileops::fo_drain(), to be called from fd_close() when there is more 2009-04-04 10:12:51 +00:00
sys cpuctl: 2009-04-19 14:11:36 +00:00
ultrix Regenerate files after updating syscalls.master for compat_ultrix: 2009-01-17 15:50:12 +00:00
vax1k Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
Makefile