CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 06/03/06 08:06:23
Log message:
232. Avoid having xinit kill a slow exiting X server with SIGKILL. Instead
use SIGINT for slowly exiting X servers, and modify the X server
to use a faster, but still hardware-clean, exit path when it
receives an interrupt signal (David Dawes).
Modified files:
xc/programs/Xserver/:
Xserver.man
xc/programs/Xserver/hw/dmx/:
dmxlog.c
xc/programs/Xserver/include/:
os.h
xc/programs/Xserver/os/:
connection.c log.c utils.c
xc/programs/xinit/:
Imakefile xinit.c
Revision Changes Path
3.35 +6 -1 xc/programs/Xserver/Xserver.man
1.3 +2 -3 xc/programs/Xserver/hw/dmx/dmxlog.c
3.67 +10 -3 xc/programs/Xserver/include/os.h
3.70 +2 -2 xc/programs/Xserver/os/connection.c
1.14 +3 -18 xc/programs/Xserver/os/log.c
3.109 +25 -1 xc/programs/Xserver/os/utils.c
3.20 +2 -2 xc/programs/xinit/Imakefile
3.35 +19 -1 xc/programs/xinit/xinit.c
_______________________________________________
Cvs-commit mailing list
[email protected]
http://XFree86.Org/mailman/listinfo/cvs-commit