Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/27/2001 09:21:44
Module Name: syssrc
Committed By: thorpej
Date: Sat Jan 27 07:21:43 UTC 2001
Modified Files:
syssrc/sys/kern: makesyscalls.sh
syssrc/sys/sys: systm.h
Log Message:
Add a "sy_flags" to struct sysent, define a SYCALL_MPSAFE
system call flag (indicating that the kernel lock does not
need to be acquired when entering the kernel on that syscall).
To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 syssrc/sys/kern/makesyscalls.sh
cvs rdiff -r1.124 -r1.125 syssrc/sys/sys/systm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.