Subject: CVS commit: src/sys/compat/netbsd32
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 02/18/2007 09:03:55
Module Name:	src
Committed By:	cube
Date:		Sun Feb 18 09:03:55 UTC 2007

Modified Files:
	src/sys/compat/netbsd32: files.netbsd32 syscalls.master
Added Files:
	src/sys/compat/netbsd32: netbsd32_lwp.c
Removed Files:
	src/sys/compat/netbsd32: netbsd32_sa.c netbsd32_sa.h

Log Message:
Add missing lwp syscalls.  Put them all together into a new file,
netbsd32_lwp.c, and remove remaining traces of SA.

This still needs some MD (and possibly MI, depending on the chosen
solution) changes to actually work.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/compat/netbsd32/files.netbsd32
cvs rdiff -r0 -r1.1 src/sys/compat/netbsd32/netbsd32_lwp.c
cvs rdiff -r1.3 -r0 src/sys/compat/netbsd32/netbsd32_sa.c
cvs rdiff -r1.1 -r0 src/sys/compat/netbsd32/netbsd32_sa.h
cvs rdiff -r1.55 -r1.56 src/sys/compat/netbsd32/syscalls.master

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