summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2007-02-17os: fix client privates leakDaniel Stone1-0/+2
2007-01-22Bug #9555: Always define _GNU_SOURCE in glibc environments.Adam Jackson1-17/+1
2006-12-01fixup configure.ac problems with DRI_SOURCES and LBX_SOURCESairlied1-1/+1
2006-11-30Fix potential NULL pointer access in timer code.Matthias Hopf1-7/+9
2006-11-08os: fix sun extensions testDaniel Stone1-2/+4
2006-11-08Make _POSIX_C_SOURCE hack work with Solaris headersAlan Coopersmith1-0/+2
2006-11-08GetTimeInMillis: use correct units for clock_gettimeDaniel Stone1-1/+1
2006-11-08GetTimeInMillis: simplify monotonic testDaniel Stone1-16/+3
2006-11-08GetTimeInMillis: spuport monotonic clockDaniel Stone1-4/+35
2006-11-08WaitForSomething: only rewind when delta is more than 250msDaniel Stone1-10/+10
2006-11-08WaitForSomething: allow time to rewindDaniel Stone1-3/+31
2006-11-08CheckConnections: don't close down the server client (bug #7876)Rich Coe1-1/+1
2006-11-08add 'general socket' handler, port ACPI to use itDaniel Stone1-5/+17
2006-11-03If getpeerucred() is available, include pid & zoneid in audit messages tooAlan Coopersmith1-3/+27
2006-11-03Bug #1997: AUDIT messages should contain uid for local accessesAlan Coopersmith1-5/+15
2006-10-26Revert "GetTimeInMillis: spuport monotonic clock"Daniel Stone1-35/+4
2006-10-26Revert "WaitForSomething: allow time to rewind"Daniel Stone1-31/+3
2006-10-26WaitForSomething: allow time to rewindDaniel Stone1-3/+31
2006-10-26GetTimeInMillis: spuport monotonic clockDaniel Stone1-4/+35
2006-08-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith2-7/+7
2006-08-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverDaniel Stone1-0/+4
2006-08-18dix: add whiteroot flagDaniel Stone1-0/+3
2006-08-18Fix bug #7302, make Xn.hosts work from theAlan Hourihane1-0/+4
2006-08-12remove obsolete vendor definesDaniel Stone1-7/+0
2006-08-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith18-54/+8
2006-08-09Remove the bc flag from the -help text, since it's gone.Adam Jackson1-1/+0
2006-08-07remove optional R3 backwards compatibilityDaniel Stone1-2/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson17-35/+0
2006-07-21never define MEMBUGDaniel Stone1-6/+0
2006-07-20Remove the DDXTIME conditional, for being unused.Adam Jackson1-2/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone2-8/+4
2006-06-26Free small, one-time memory leak in xdmcp -from handlingPeter Breitenlohner1-0/+4
2006-06-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Coopersmith5-4/+16
2006-06-21Move Xserver internal API for appgroup from Xagsrv.h to appgroup.hAlan Coopersmith1-1/+1
2006-06-21fix a number of compiler warnings in os/*Greg Kroah-Hartman4-3/+15
2006-06-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Coopersmith4-8/+4
2006-06-20Move Xserver API for security extension to securitysrv.hAlan Coopersmith5-10/+5
2006-06-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Coopersmith1-7/+13
2006-06-20Check setuid() return value. Bugzilla #7116.Matthieu Herrb1-7/+13
2006-06-19Replace XC-SECURITY code with XACE security hooksEamon Walsh2-15/+12
2006-06-08fix up EnableDisableExtension() and EnableDisableExtensionError() prototypesGreg Kroah-Hartman1-4/+1
2006-06-08Properly define dispatchExceptionAtReset to fix compiler warningsGreg Kroah-Hartman1-2/+0
2006-06-01Kill LBX, too.Daniel Stone7-878/+17
2006-06-01Die XTESTEXT1, die!Daniel Stone1-19/+0
2006-05-02Use min() [defined in include/misc.h] instead of MIN() [not defined in anyAlan Coopersmith1-3/+3
2006-04-05Put the screensaver extension back in the Xext module.Fredrik Höglund1-10/+0
2006-04-03Coverity #82: Dead variable elimination.Adam Jackson1-6/+2
2006-04-03Coverity #833: Fix a rather nasty memory leak.Adam Jackson1-0/+2
2006-03-31Move the screensaver extension from module to builtins.Fredrik Höglund1-0/+14
2006-03-28Big old pile of warning fixes.Adam Jackson2-6/+4