Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: pgoyette
Date: Mon Nov 9 01:21:18 UTC 2015
Modified Files:
src/sys/conf: param.c
src/sys/kern: init_sysctl.c uipc_sem.c
Log Message:
Whether or not the semaphore code is loaded as a module or built-in, its
sysctl data belongs with the module code. Move it from kern/init_sysctl.c
to kern/uipc_sem.c
While here, add a new sysctl variable kern.posix.semcnt (current count of
semaphores) to complement the existing kern.posix.semmax (maximum number
of semaphores).
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/conf/param.c
cvs rdiff -u -r1.209 -r1.210 src/sys/kern/init_sysctl.c
cvs rdiff -u -r1.42 -r1.43 src/sys/kern/uipc_sem.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index