diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2007-11-05 15:45:52 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2007-11-05 15:45:52 +0000 |
commit | 8f14a11301ef4c58ae9da28a6441dbb21557d56c (patch) | |
tree | 42e407bef4e4e324d941fba30d353ed4baabfc90 /winsup/cygserver/ChangeLog | |
parent | 5c8426d50e255a317b9ab4586776f238ad2154ae (diff) | |
download | cygnal-8f14a11301ef4c58ae9da28a6441dbb21557d56c.tar.gz cygnal-8f14a11301ef4c58ae9da28a6441dbb21557d56c.tar.bz2 cygnal-8f14a11301ef4c58ae9da28a6441dbb21557d56c.zip |
* 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.
Diffstat (limited to 'winsup/cygserver/ChangeLog')
-rw-r--r-- | winsup/cygserver/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog index f52d1569a..1aea84407 100644 --- a/winsup/cygserver/ChangeLog +++ b/winsup/cygserver/ChangeLog @@ -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. |