Module Name: src Committed By: pgoyette Date: Sun May 10 07:41:16 UTC 2015
Modified Files: src/sys/compat/common: compat_mod.c sysv_ipc_50.c src/sys/kern: files.kern syscalls.master sysv_ipc.c src/sys/modules: Makefile src/sys/modules/compat: Makefile src/sys/sys: ipc.h Added Files: src/sys/compat/common: compat_sysv_mod.c src/sys/modules/compat_sysv: Makefile Log Message: Split the SYSV* compat code out into a separate compat_sysv module. For monolithic kernels, both modules will be compiled as "built-ins", while modular environments will be able to load the SYSVSEM, SYSVSHM, and SYSVMSG code independant from the rest of compat. This is a necessary precursor step to making the "STD" SYSV* code into a separate module. Tested in both monolithic and modular environments with no errors seen. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/compat/common/compat_mod.c cvs rdiff -u -r0 -r1.1 src/sys/compat/common/compat_sysv_mod.c cvs rdiff -u -r1.2 -r1.3 src/sys/compat/common/sysv_ipc_50.c cvs rdiff -u -r1.5 -r1.6 src/sys/kern/files.kern cvs rdiff -u -r1.275 -r1.276 src/sys/kern/syscalls.master cvs rdiff -u -r1.25 -r1.26 src/sys/kern/sysv_ipc.c cvs rdiff -u -r1.151 -r1.152 src/sys/modules/Makefile cvs rdiff -u -r1.11 -r1.12 src/sys/modules/compat/Makefile cvs rdiff -u -r0 -r1.1 src/sys/modules/compat_sysv/Makefile cvs rdiff -u -r1.33 -r1.34 src/sys/sys/ipc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.