xserver/os
Adam Jackson 6178b1c91c dix: Use OsSignal() not signal()
As the man page for the latter states:

    The effects of signal() in a multithreaded process are unspecified.

We already have an interface to call sigaction() instead, use it.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
2016-06-08 11:36:31 -04:00
..
.gitignore
Makefile.am Create a threaded mechanism for input [v7] 2016-05-26 16:07:54 -07:00
WaitFor.c os: Do timers under input lock, not blocked signals 2016-06-07 16:32:15 -07:00
access.c os: Use strtok instead of xstrtokenize in ComputeLocalClient 2016-05-30 17:51:10 +09:00
auth.c
backtrace.c
busfault.c
client.c
connection.c
inputthread.c os: Lock input while messing with input device list 2016-06-01 10:31:52 -07:00
io.c os: Increase default client buffer to 16kB 2016-05-27 10:34:33 -07:00
log.c
mitauth.c
oscolor.c
osdep.h Fix build on Cygwin by ensuring WIN32 check triggers only on MinGW 2016-02-22 14:26:38 -05:00
osinit.c os: Initialize NotifyFds earlier in startup 2016-06-01 10:31:52 -07:00
reallocarray.c
rpcauth.c
strcasecmp.c
strcasestr.c
strlcat.c
strlcpy.c
strndup.c
utils.c dix: Use OsSignal() not signal() 2016-06-08 11:36:31 -04:00
xdmauth.c
xdmcp.c
xprintf.c
xsha1.c
xstrans.c