Module Name: src Committed By: justin Date: Tue Feb 25 01:02:42 UTC 2014
Modified Files: src/sys/kern: init_sysctl.c init_sysctl_base.c src/sys/rump/librump/rumpkern: rump.c Log Message: Add kern.{ostype,osrelease,osrevision,version} kern.domainname, kern.rawpartition sysctl support to rump kernel. Moved the sysctl support that is shared between rump and normal kernels to init_sysctl_base.c as rump cannot use init_sysctl.c in order to avoid code duplication. Agreed with pooka@. To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200 src/sys/kern/init_sysctl.c cvs rdiff -u -r1.1 -r1.2 src/sys/kern/init_sysctl_base.c cvs rdiff -u -r1.284 -r1.285 src/sys/rump/librump/rumpkern/rump.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.