K 10 svn:author V 4 jake K 8 svn:date V 27 2000-12-12T01:14:32.000000Z K 7 svn:log V 474 - 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. END