summaryrefslogtreecommitdiff
path: root/os/utils.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-17Drop a bunch of #ifdef Lynx.Mathieu Bérard1-5/+1
2008-07-17Nuke some ancient code for commandline-challenged OSes.Adam Jackson1-115/+0
2008-07-16XFree86: Remove XFree86-Misc extensionDaniel Stone1-3/+0
2008-05-26Merge branch 'master' into mpxPeter Hutterer1-11/+0
2008-05-21drop xprint remnants: InitGlobalsGeorge Sapountzis1-11/+0
2008-05-20Merge branch 'master' into mpxPeter Hutterer1-13/+0
2008-05-12X n'est pas une print API.Adam Jackson1-13/+0
2008-04-25Remove all traces of #ifdef XINPUT and the matching bits from the configure.acPeter Hutterer1-2/+0
2008-04-22Merge branch 'master' into mpxPeter Hutterer1-12/+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 Jackson1-3/+0
2008-04-18Death to Extended Visual Information.Adam Jackson1-3/+0
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer1-0/+7
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-04Merge branch 'master' into mpxPeter Hutterer1-26/+0
2008-02-14Remove useless commentary from environment and argument processing.Adam Jackson1-26/+0
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-12/+8
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+4
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-07Merge branch 'master' into mpxPeter Hutterer1-35/+30
2007-11-05Remove all traces of external RGB database (and Speedo)Daniel Stone1-8/+0
2007-10-30reduce wakeups from smart schedulerArjan van de Ven1-25/+3
2007-10-02GLX: allow skipping of visual init wrappingDodji Seketeli1-0/+1
2007-09-21So, like, checking return codes of system calls (signal, etc) is good.Ben Byer1-4/+20
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
2007-08-12Merge branch 'master' into mpxPeter Hutterer1-22/+4
2007-06-28Remove the remnants of OS/2 support.Adam Jackson1-22/+4
2007-06-19Merge branch 'master' into mpxPeter Hutterer1-1/+13
2007-05-24Fix os/utils.c compile with mingw.Luo Jie1-1/+13
2007-04-30Add GenericEvent extension to Xext.Peter Hutterer1-0/+2
2007-04-09Add setrlimit call in -core option to make dumps occur.Keith Packard1-0/+8
2007-03-27Enable Composite by default now that it disables itself in the known bad cases.Eric Anholt1-4/+1
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-5/+1
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson1-1/+1
2007-02-16merged in miext/rootless changes for XDarwin supportBen Byer1-1/+1
2007-01-10Bug #9555: Always define _GNU_SOURCE in glibc environments.Eric Anholt1-17/+1
2006-12-24os: test for userland, not kernelDaniel Stone1-1/+1
2006-12-19Only do the _POSIX_C_SOURCE hackery on linux where it's required.Eric Anholt1-4/+4
2006-11-08os: fix sun extensions testDaniel Stone1-2/+4
2006-11-02Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-0/+2
2006-10-31Make _POSIX_C_SOURCE hack work with Solaris headersAlan Coopersmith1-0/+2
2006-10-29GetTimeInMillis: use correct units for clock_gettimeDaniel Stone1-1/+1
2006-10-26GetTimeInMillis: simplify monotonic testDaniel Stone1-16/+3
2006-10-25GetTimeInMillis: spuport monotonic clockDaniel Stone1-4/+35