summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2008-05-21drop xprint remnants: InitGlobalsGeorge Sapountzis1-11/+0
2008-05-18XQuartz: Cleaned up ListenOnOpenFD...Jeremy Huddleston1-30/+5
2008-05-17XQuartz: Added functionality to add a file descriptor to the connection list ...Jeremy Huddleston1-0/+64
2008-05-15Add necessary include for COMPILEDDISPLAYCLASS.Eric Anholt1-0/+1
2008-05-14Move defaultDisplayClass to xdmcp-only visibility.Adam Jackson1-1/+1
2008-05-14Remove global argc/argv variables.Adam Jackson1-9/+3
2008-05-14Restore compression of duplicate log file entries.Adam Jackson1-10/+0
2008-05-12X n'est pas une print API.Adam Jackson1-13/+0
2008-04-18Death to TOG-CUP.Adam Jackson1-3/+0
2008-04-18Nuke the MIT-SUNDRY-NONSTANDARD extension.Eric Anholt1-3/+0
2008-04-18Death to APPGROUP.Adam Jackson2-6/+0
2008-04-18Death to Extended Visual Information.Adam Jackson1-3/+0
2008-04-07Fix Xvfb input when building against current X sources.Adam Tkac1-5/+1
2008-03-31Implement DRI2 direct rendering and update AIGLX to DRI interface changes.Kristian Høgsberg1-0/+3
2008-03-28XSELinux: Add xorg.conf option for permissive/enforcing/disabled.Eamon Walsh1-0/+4
2008-03-11Make WriteToClient take a const void * like any decent IO write function.Kristian Høgsberg2-5/+7
2008-03-04Make sure SIOGLIFCONF buffer is properly aligned for socket structuresAlan Coopersmith1-8/+10
2008-03-01clean some "unused" warningsGeorge Sapountzis2-130/+0
2008-02-14Remove useless commentary from environment and argument processing.Adam Jackson1-26/+0
2008-02-14Use strerror instead of errno values in user strings.Adam Jackson1-4/+4
2008-01-17OS: IO: Zero out client buffersDaniel Stone1-1/+1
2007-12-28OS: Don't leak connection translation table on regenerationDaniel Stone1-1/+2
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh5-36/+15
2007-12-05WaitForSomething: Ignore EAGAINDaniel Stone1-1/+1
2007-12-05OS: Connection: Keep trying select while it gets interrupted (bug #9240)Rich Coe1-4/+9
2007-12-05OS: Connection: Don't shut down disappeared clients (bug #7876)Rich Coe1-1/+2
2007-12-03Death to libcwrapper.Adam Jackson1-8/+1
2007-12-02Clean up many #if 0.Adam Jackson3-22/+2
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh4-819/+20
2007-11-19xace: restore the old SaveScreens function and introduce new API, since theEamon Walsh1-1/+1
2007-11-16Bug #1612: Use a stronger PRNG.Adam Jackson1-0/+16
2007-11-15Nuke the debugging allocator.Adam Jackson2-819/+0
2007-11-14Add -pogo option for init/teardown performance testing.Adam Jackson1-0/+4
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+4
2007-11-08Rework of the XC-SECURITY extension. The gen-auth protocol has not changed,Eamon Walsh1-12/+0
2007-11-07Don't frob timers unless SmartSchedule is runningKeith Packard1-0/+4
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh4-237/+66
2007-11-05Remove all traces of external RGB database (and Speedo)Daniel Stone2-166/+11
2007-11-05OS: Remove usage of allocaDaniel Stone1-5/+5
2007-11-02Move SIGUSR1 notification as late as possible.Adam Jackson1-38/+49
2007-10-30reduce wakeups from smart schedulerArjan van de Ven2-33/+6
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh5-87/+151
2007-10-14mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSIBen Byer3-4/+4
2007-10-02GLX: allow skipping of visual init wrappingDodji Seketeli1-0/+1
2007-09-27Rework local client id finding code to be more uniformAlan Coopersmith2-83/+146
2007-09-26Merge branch 'master' into XACE-SELINUXEamon Walsh1-4/+20
2007-09-21So, like, checking return codes of system calls (signal, etc) is good.Ben Byer1-4/+20
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh4-4/+26
2007-09-12Fix build on FreeBSD after Popen changes.Eric Anholt1-1/+1
2007-09-11Ignore - not just block - SIGALRM around Popen()/Pclose().Adam Jackson1-0/+8