From 8f14a11301ef4c58ae9da28a6441dbb21557d56c Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 5 Nov 2007 15:45:52 +0000 Subject: * 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. --- winsup/cygserver/bsd_helper.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygserver/bsd_helper.cc') diff --git a/winsup/cygserver/bsd_helper.cc b/winsup/cygserver/bsd_helper.cc index f88398ea1..9c6b191c1 100644 --- a/winsup/cygserver/bsd_helper.cc +++ b/winsup/cygserver/bsd_helper.cc @@ -582,6 +582,7 @@ static tun_struct tunable_params[] = //{ "kern.ipc.shmmin", TUN_INT, {0}, {1}, {32767}, default_tun_check}, { "kern.ipc.shmmni", TUN_INT, {0}, {1}, {32767}, default_tun_check}, { "kern.ipc.shmseg", TUN_INT, {0}, {1}, {32767}, default_tun_check}, + { "kern.ipc.shm_allow_removed", TUN_BOOL, {TUN_UNDEF}, {TUN_FALSE}, {TUN_TRUE}, default_tun_check}, //{ "kern.ipc.shm_use_phys", TUN_INT, {0}, {1}, {32767}, default_tun_check}, { NULL, TUN_NULL, {0}, {0}, {0}, NULL} }; -- cgit v1.2.3