Subject: CVS commit: src/sys/compat
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 09/23/2006 22:12:00
Module Name:	src
Committed By:	manu
Date:		Sat Sep 23 22:12:00 UTC 2006

Modified Files:
	src/sys/compat/darwin: darwin_sysctl.c
	src/sys/compat/freebsd: freebsd_sysctl.c
	src/sys/compat/linux/common: linux_sysctl.c
	src/sys/compat/linux32/common: linux32_sysctl.c
	src/sys/compat/netbsd32: netbsd32_sysctl.c

Log Message:
Add sysctl tracing to emulations.
While we are there, fix a bug in FreeBSD sysctl emulation: use copyin for
moving data to the kernel


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/sys/compat/darwin/darwin_sysctl.c
cvs rdiff -r1.4 -r1.5 src/sys/compat/freebsd/freebsd_sysctl.c
cvs rdiff -r1.19 -r1.20 src/sys/compat/linux/common/linux_sysctl.c
cvs rdiff -r1.2 -r1.3 src/sys/compat/linux32/common/linux32_sysctl.c
cvs rdiff -r1.21 -r1.22 src/sys/compat/netbsd32/netbsd32_sysctl.c

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