* bsd_helper.cc (tunable_params): Add kern.ipc.shm_allow_removed as

bool parameter.
	* cygserver.conf: Add a description for the kern.ipc.shm_allow_removed
	parameter.
	* sysv_shm.cc (shminit): Set shm_allow_removed variable according to
	kern.ipc.shm_allow_removed setting.
This commit is contained in:
Corinna Vinschen
2007-11-05 15:45:52 +00:00
parent 5c8426d50e
commit 8f14a11301
4 changed files with 20 additions and 2 deletions

View File

@ -139,3 +139,9 @@
# kern.ipc.shmseg: Maximum number of shared memory segments per process.
# Default: 128, Min: 1, Max: 32767
#kern.ipc.shmseg 128
# kern.ipc.shm_allow_removed: Determines whether a process is allowed to
# attach to a shared memory segment (using the shmat call) after a successful
# call to shmctl(IPC_RMID). This is a Linux-specific, and therefore
# non-portable feature. Use with care. Default is "no".
#kern.ipc.shm_allow_removed no