Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 08/18/2000 16:55:45
Module Name: syssrc
Committed By: sommerfeld
Date: Fri Aug 18 13:55:45 UTC 2000
Modified Files:
syssrc/sys/arch/i386/i386 [sommerfeld_i386mp_1]: trap.c
Log Message:
Add KERNEL_{PROC,}_{LOCK,UNLOCK} calls to lock the kernel before
calling into the main kernel, either recursively (trap from kernel
space) or on behalf of a process (trap/syscall from userland)
To generate a diff of this commit:
cvs rdiff -r1.134.2.3 -r1.134.2.4 syssrc/sys/arch/i386/i386/trap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.