summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-10dix: FIXES is not optionalAdam Jackson1-2/+0
2013-09-10os: Factor out some common code in input buffer handlingAdam Jackson1-35/+26
2013-09-10os: Immediately queue initial WriteToClientChris Wilson1-1/+1
2013-07-11os: Remove any old logfile before trying to write to itJon TURNEY1-0/+3
2013-05-10os: Reset input buffer's 'ignoreBytes' fieldRobert Morell1-0/+1
2013-05-07os: Use ErrorFSigSafe from FatalError and it's friendsPeter Hutterer1-5/+5
2013-05-07os: complain about unsupported pnprintf directivesPeter Hutterer1-0/+1
2013-05-07os: support %c in pnprintfPeter Hutterer1-0/+7
2013-05-07os: support %% in pnprintfPeter Hutterer1-0/+3
2013-05-07os: support pnprintf length modifiers for integersPeter Hutterer1-4/+86
2013-03-06os: document pnprintf as sigsafe snprintfPeter Hutterer1-0/+4
2013-02-26os: use libunwind to generate backtracesMarcin Slusarz2-0/+80
2013-02-14Merge remote-tracking branch 'jeremyhu/master'Keith Packard1-0/+4
2013-02-14os: fix pnprintf OOB buffer read for unterminated length modifiersPeter Hutterer1-0/+3