summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2009-02-24Death to APPGROUP.Jeremy Huddleston2-6/+0
2009-02-24X n'est pas une print API.Jeremy Huddleston1-13/+0
2008-08-09Transport/Apple: Add TRANS_NOXAUTH to incoming connections when the listener ...Jeremy Huddleston1-0/+4
2008-08-06Fixed bitwise or-and typo in my last commit.Jeremy Huddleston1-1/+1
2008-08-05XQuartz: Now properly disable xauth checking on launchd socket and mostly fix...Jeremy Huddleston1-15/+22
2008-05-23XQuartz: Add the launchd fd to AllSockets as wellJeremy Huddleston1-6/+8
2008-05-18XQuartz: Cleaned up ListenOnOpenFD...Jeremy Huddleston1-30/+5
2008-05-15XQuartz: Added functionality to add a file descriptor to the connection list ...Jeremy Huddleston1-0/+64
2008-05-08Merge commit 'origin/server-1.4-branch' into xorg-server-1.4-appleJeremy Huddleston1-2/+26
2008-05-06So, like, checking return codes of system calls (signal, etc) is good.Ben Byer1-4/+20
2008-05-06Fix build on FreeBSD after Popen changes.Eric Anholt1-1/+1
2008-05-06Ignore - not just block - SIGALRM around Popen()/Pclose().Adam Jackson1-0/+8
2008-01-17Merge branch 'server-1.4-branch' into xorg-server-1.4-appleJeremy Huddleston1-1/+1
2008-01-17OS: IO: Zero out client buffersDaniel Stone1-1/+1
2008-01-03Merge branch 'server-1.4-branch' into xorg-server-1.4-appleJeremy Huddleston1-1/+2
2007-12-28OS: Don't leak connection translation table on regenerationDaniel Stone1-1/+2
2007-12-07Merge branch 'server-1.4-branch' into xorg-server-1.4-appleJeremy Huddleston2-6/+12
2007-12-06WaitForSomething: Ignore EAGAINDaniel Stone1-1/+1
2007-12-06OS: Connection: Keep trying select while it gets interrupted (bug #9240)Rich Coe1-4/+9
2007-12-06OS: Connection: Don't shut down disappeared clients (bug #7876)Rich Coe1-1/+2
2007-11-20More patches from downstreamBen Byer1-1/+9
2007-11-06Actually build Secure RPC authentication support (missed in modularization)Alan Coopersmith2-9/+13
2007-08-31Bug #7186: Fix an excessive request size limitation that broke big-requests.Eric Anholt2-4/+3
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