summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2014-10-23If fork fails in System(), don't fallthrough to exec()Alan Coopersmith1-0/+1
2014-09-22os: Don't listen to 'tcp' by default. Add '-listen' option. [v2]Keith Packard1-0/+29
2014-09-18xserver: Move 'pragma GCC diagnostic' outside functionsJon TURNEY1-6/+4
2014-09-17Update help text since -iglx is now the defaultJon TURNEY1-2/+2
2014-09-11glx: Disable indirect GLX contexts by default.Eric Anholt1-1/+1
2014-09-11os/log: adjust gcc version conditions for #pragmaThomas Petazzoni1-2/+2
2014-08-12Merge remote-tracking branch 'jeremyhu/master'Keith Packard1-7/+0
2014-08-12os: Regenerate os/oscolor.c from app/rgb #52289Daphne Pfister1-745/+809
2014-08-11ListenOnOpenFD: Remove Resets since this is intended to be for hotplugging co...Jeremy Huddleston Sequoia1-7/+0
2014-07-29os: Remove LocalClientCredAdam Jackson1-27/+0
2014-07-29os: Remove deprecated malloc/free wrappersAdam Jackson1-48/+0
2014-07-17Avoid starting a comment with */*Peter Harris1-3/+3
2014-07-10os: prevent negative array index access (#80890)Peter Hutterer1-1/+1
2014-05-23os: automatically switch to sigsafe logging when neededPeter Hutterer1-32/+33
2014-04-30os: Add -displayfd into -help textRobert Ancell1-0/+1
2014-04-23Add a command line argument for disabling indirect GLX.Eric Anholt1-0/+8
2014-04-21os: Initialize the set of signals to be suppressed during our handler.Eric Anholt1-0/+1
2014-04-18os: Ignore log file write failuresKeith Packard1-2/+8
2014-04-18os: Make sure that writing our pid to the lock file actually workedKeith Packard1-1/+2
2014-04-18os: FatalError if -displayfd writes failKeith Packard1-2/+4
2014-04-18os: Clear the -displayfd option after closing the fileKeith Packard1-0/+1
2014-03-27Handle -displayfd and an explicit display number sensiblyJon TURNEY2-7/+7
2014-03-25os: Add AddClientOnOpenFD() to create a new client for an file descriptorKristian Høgsberg1-0/+27
2014-03-20os: Add a mechanism to prevent creating any listen socketsKristian Høgsberg2-4/+9
2014-03-20os: Always compile ListenOnOpenFD() and export itKristian Høgsberg1-5/+2
2014-02-24gcc 4.2.1 doesn't support #pragma GCC diagnostic ignoredMatthieu Herrb1-0/+4
2014-02-04Revert "os: xstrtokenize takes and returns const char * now"Peter Hutterer1-3/+3
2014-01-22os: Fix -Wshadow errorsKeith Packard2-24/+22
2014-01-22Ignore a couple of format-nonliteral warningsKeith Packard1-0/+2
2014-01-22Merge remote-tracking branch 'whot/for-keith'Keith Packard1-0/+27
2014-01-22If EAGAIN == EWOULDBLOCK, only need to check errno for one of themAlan Coopersmith1-3/+8
2014-01-15os: restrict display names to digitsPeter Hutterer1-0/+27
2014-01-12Clean up a few function prototypes to not place formals in /**/Keith Packard1-24/+27
2014-01-12Replace 'pointer' type with 'void *'Keith Packard8-67/+67
2014-01-12os: xstrtokenize takes and returns const char * nowKeith Packard1-3/+3
2014-01-12os: Clean up warningsKeith Packard2-3/+3
2013-12-12darwin: Don't leave stdin/stdout closedJeremy Huddleston Sequoia1-2/+11
2013-12-02miext: Move SyncShm FDs out of the way of clientsKeith Packard1-0/+24
2013-11-11Proper spelling of MAP_ANONYMOUS is MAP_ANON.Keith Packard1-1/+2
2013-11-11Get rid of the rest of the FD passing code when XTRANS_SEND_FDS isn't setKeith Packard1-0/+4
2013-11-11Trap SIGBUS to handle truncated shared memory segmentsKeith Packard4-0/+164
2013-11-05os: Actually use the computed clockid in GetTimeInMicrosJulien Cristau1-1/+1
2013-11-01Merge remote-tracking branch 'whot/for-keith'Keith Packard1-2/+3
2013-10-31Add support for MIT-SHM AttachFd requestKeith Packard1-0/+8
2013-10-31Add interfaces to get FDs from clients over the socketKeith Packard1-0/+21
2013-10-31os: Add GetTimeInMicrosKeith Packard1-0/+27
2013-10-31Clean up a couple of warnings in os/Keith Packard2-1/+3
2013-11-01os: use a constant for backtrace array sizePeter Hutterer1-2/+3
2013-10-18dix: provide accessor methods for the last device event timePeter Hutterer2-2/+2
2013-10-05os: move <arpa/inet.h> for any !win32 systemPino Toscano1-4/+4