Module Name: src Committed By: pgoyette Date: Thu Feb 21 01:39:55 UTC 2013
Modified Files: src/sys/compat/common: compat_mod.c compat_util.h kern_time_50.c vfs_syscalls_43.c src/sys/kern: init_main.c init_sysctl.c Added Files: src/sys/compat/common: compat_mod.h Log Message: Move boottime50 and its associated sysctl into the compat module. As noted on tech-kern. Should fix PR/47579. OK christos@ Will request pull-up to 6.0 in a few days. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/compat/common/compat_mod.c cvs rdiff -u -r0 -r1.1 src/sys/compat/common/compat_mod.h cvs rdiff -u -r1.22 -r1.23 src/sys/compat/common/compat_util.h cvs rdiff -u -r1.24 -r1.25 src/sys/compat/common/kern_time_50.c cvs rdiff -u -r1.54 -r1.55 src/sys/compat/common/vfs_syscalls_43.c cvs rdiff -u -r1.446 -r1.447 src/sys/kern/init_main.c cvs rdiff -u -r1.194 -r1.195 src/sys/kern/init_sysctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.