freebsd-dev/sys/ia64
Jake Burkholder 92cf772d8d - 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
..
conf o Remove mcclock 2000-12-10 04:32:34 +00:00
ia64 - Add code to detect if a system call returns with locks other than Giant 2000-12-12 01:14:32 +00:00
include Remove the last of the MD netisr code. It is now all MI. Remove 2000-12-05 00:36:00 +00:00
isa