Module Name: src Committed By: pgoyette Date: Wed May 13 01:00:16 UTC 2015
Modified Files: src/sys/kern: init_sysctl.c sysv_msg.c sysv_sem.c sysv_shm.c Log Message: More preparation for modularizing the SYSVxxx options. Here we change the kern.ipc.sysvxxx sysctls into dynamic values, so each sub-component of SYSVxxx can declare its own availability. To generate a diff of this commit: cvs rdiff -u -r1.205 -r1.206 src/sys/kern/init_sysctl.c cvs rdiff -u -r1.67 -r1.68 src/sys/kern/sysv_msg.c cvs rdiff -u -r1.92 -r1.93 src/sys/kern/sysv_sem.c cvs rdiff -u -r1.126 -r1.127 src/sys/kern/sysv_shm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.