jake e04de3cdaa - Add code to detect if a system call returns with locks other than Giant
held and panic if so (conditional on witness).
- Change witness_list to return the number of locks held so this is easier.
- Add kern/syscalls.c to the kernel build if witness is defined so that the
  panic message can contain the name of the offending system call.
- Add assertions that Giant and sched_lock are not held when returning from
  a system call, which were missing for alpha and ia64.
2000-12-12 01:14:32 +00:00
..
2000-10-16 20:04:52 +00:00
2000-12-11 23:31:32 +00:00
2000-11-16 16:59:26 +00:00
2000-10-09 13:41:07 +00:00
2000-10-29 16:57:42 +00:00