* 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

@ -1,3 +1,12 @@
2007-11-05 Corinna Vinschen <corinna@vinschen.de>
* 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.
2007-08-02 Corinna Vinschen <corinna@vinschen.de>
* smallprint.c: Remove.