summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
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-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-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-09-05XDARWIN: Add launchd supportBen Byer1-0/+15
2007-08-31Bug #7186: Fix an excessive request size limitation that broke big-requests.Eric Anholt2-4/+3
2007-08-17Actually build Secure RPC authentication support (missed in modularization)Alan Coopersmith2-9/+13
2007-08-01Build system: Non-dtrace distcheck hacksDaniel Stone1-1/+5
2007-06-29Death to RCS tags.Adam Jackson2-6/+0
2007-06-28Remove the remnants of OS/2 support.Adam Jackson9-83/+10
2007-06-26Split checks for dtrace & getpeerucred()Alan Coopersmith1-1/+5
2007-06-04Remove the old Kerberos 5 authentication code.Adam Jackson5-867/+1
2007-05-24Fix os/utils.c compile with mingw.Luo Jie1-1/+13
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner2-3/+3
2007-04-09Add setrlimit call in -core option to make dumps occur.Keith Packard1-0/+8
2007-03-28Bug #10296: Fix timer rescheduling.Tomas Janousek1-3/+6
2007-03-27Enable Composite by default now that it disables itself in the known bad cases.Eric Anholt1-4/+1
2007-03-25General DIX static and dead code cleanup.Adam Jackson5-70/+35
2007-03-25Static cleanups, dead code deletion.Adam Jackson5-29/+19
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-02-15os: fix client privates leakDaniel Stone1-0/+2
2007-01-10Bug #9555: Always define _GNU_SOURCE in glibc environments.Eric Anholt1-17/+1
2007-01-03Move the code for resetting the DPMS mode in response to input events,Fredrik Höglund1-4/+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-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-1/+1
2006-12-01Define calls away when not building XACE, allowing ifdef's to be removed.Eamon Walsh2-8/+4
2006-11-30Tell automake to STFU about the *.O filesAlan Coopersmith1-1/+1
2006-11-28Fix potential NULL pointer access in timer code.Matthias Hopf1-7/+9
2006-11-21Issue CloseDownDevices() in os/log.c and remove from dix/main.c.Alan Hourihane1-0/+2
2006-11-08CheckConnections: don't close down the server client (bug #7876)Rich Coe1-1/+1
2006-11-08os: fix sun extensions testDaniel Stone1-2/+4
2006-11-08RemoveGeneralSocket: don't touch EnabledDevicesDaniel Stone1-1/+0
2006-11-04automake: avoid use of reserved _SOURCES keyword (bug #8866)Bernhard Rosenkraenzer1-13/+13
2006-11-03Add DTrace probe points for X server <-> client communicationsAlan Coopersmith2-2/+40
2006-11-02Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...input-hotplugDaniel Stone1-4/+38
2006-11-02Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-0/+2
2006-11-01If getpeerucred() is available, include pid & zoneid in audit messages tooAlan Coopersmith1-3/+27
2006-11-01Bug #1997: AUDIT messages should contain uid for local accessesAlan Coopersmith1-5/+15
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-29WaitForSomething: only rewind when delta is more than 250msDaniel Stone1-10/+10
2006-10-26Merge branch 'master' into input-hotplugDaniel Stone1-16/+3
2006-10-26GetTimeInMillis: simplify monotonic testDaniel Stone1-16/+3
2006-10-26Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone2-7/+66