Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 12/24/2003 22:42:11
Module Name:	src
Committed By:	manu
Date:		Wed Dec 24 22:42:11 UTC 2003

Modified Files:
	src/sys/kern: kern_lwp.c
	src/sys/sys: lwp.h

Log Message:
Split sys_lwp_suspend, just like sys_lwp_unsuspend is split. We get
sys_lwp_suspend, with the sanity checks, and lwp_suspend, with the
actual implementation.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/kern/kern_lwp.c
cvs rdiff -r1.15 -r1.16 src/sys/sys/lwp.h

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