CVSROOT: /cvs Module name: xenocara Changes by: kette...@cvs.openbsd.org 2015/02/09 02:45:32
Modified files: xserver/Xext : shm.c Log message: Use __MAP_NOFAULT to map shared memory passed through file descriptors. This completely avoids the risk of getting killed by a signal because the backing storage isn't there. Use the __-prefixed name for now, as we might still change the name. ok deraadt@, matthieu@