Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/09/2007 14:50:52
Module Name:	src
Committed By:	dsl
Date:		Fri Nov  9 14:50:52 UTC 2007

Modified Files:
	src/sys/kern: kern_xxx.c
Added Files:
	src/sys/kern: sys_syscall.c

Log Message:
Add MI implementations of the indirect stystem call functions sys_syscall()
and sys___syscall().
These functions are only used if the MI system call entry code doesn't
special-case the relevant entries.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 src/sys/kern/kern_xxx.c
cvs rdiff -r0 -r1.1 src/sys/kern/sys_syscall.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.