CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2011/10/27 01:56:28

Modified files:
        sys/sys        : shm.h 
        sys/kern       : sysv_shm.c 
        sys/compat/linux: linux_ipc.c 
        lib/libc/sys   : shmctl.2 

Log message:
Allow segments to be used even after they were marked for deletion with
the IPC_RMID flag.
This is permitted as an extension beyond the standards and this is similar
to what other operating systems like linux do.

Because compat_linux(8) was emulating this already, remove that code
since now this is the default.

input from oga@, guenther@, jmc@, deraadt@
ok deraadt@

Reply via email to