summaryrefslogtreecommitdiff
path: root/os/utils.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-25os: Fix warning in LockServerAdam Jackson1-1/+1
2017-09-25os: Handle SIGABRTMichel Dänzer1-0/+6
2016-07-21Allow 1024 and 2048 for LimitClientsKeith Packard1-2/+4
2016-07-18os: Compute timeout in milliseconds instead of struct timevalKeith Packard1-21/+0
2016-07-18dix: Switch to the libXfont2 API (v2)Keith Packard1-2/+2
2016-06-08dix: Use OsSignal() not signal()Adam Jackson1-2/+2
2016-05-31xwayland: Use the CLOCK_MONOTONIC clockJonas Ådahl1-2/+22
2016-05-26Create a threaded mechanism for input [v7]Keith Packard1-7/+6
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-52/+3
2016-02-08os: unifdef STREAMSCONNAdam Jackson1-2/+2
2015-12-01Remove non-smart scheduler. Don't require setitimer.Keith Packard1-18/+20
2015-09-21Keep SIGALRM restart flag after PopenDaniel Drake1-11/+38
2015-09-21Allow system call restarts upon signal interruptionDaniel Drake1-0/+1
2015-08-24configurable maximum number of clientsOlivier Fourdan1-0/+14
2015-07-08dix: Unexport various implementation detailsAdam Jackson1-0/+1
2015-05-11Merge remote-tracking branch 'jturney/mingw-build-fixes'Keith Packard1-1/+3
2015-04-22os/utils.c: Fix prototype for Win32TempDir()Colin Harrison1-1/+1
2015-04-22os/utils.c: Don't try to build os_move_fd() for WIN32Colin Harrison1-0/+2
2015-04-21Convert os/* to new *allocarray functionsAlan Coopersmith1-1/+1
2015-04-21Add no-fail equivalents of allocarray & reallocarrayAlan Coopersmith1-0/+10
2015-04-21Add XNFcallocarray() to allow xnfcalloc() to check for overflowAlan Coopersmith1-1/+11
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-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-07-29os: Remove deprecated malloc/free wrappersAdam Jackson1-48/+0
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-18os: Make sure that writing our pid to the lock file actually workedKeith Packard1-1/+2
2014-03-27Handle -displayfd and an explicit display number sensiblyJon TURNEY1-1/+1
2014-03-20os: Add a mechanism to prevent creating any listen socketsKristian Høgsberg1-2/+2
2014-02-04Revert "os: xstrtokenize takes and returns const char * now"Peter Hutterer1-3/+3
2014-01-22Merge remote-tracking branch 'whot/for-keith'Keith Packard1-0/+27
2014-01-15os: restrict display names to digitsPeter Hutterer1-0/+27
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-6/+6
2014-01-12os: xstrtokenize takes and returns const char * nowKeith Packard1-3/+3
2013-12-02miext: Move SyncShm FDs out of the way of clientsKeith Packard1-0/+24
2013-11-05os: Actually use the computed clockid in GetTimeInMicrosJulien Cristau1-1/+1
2013-10-31os: Add GetTimeInMicrosKeith Packard1-0/+27
2013-09-10dix: FIXES is not optionalAdam Jackson1-2/+0
2013-02-08os: Round fraction in pnprintf %f formatKeith Packard1-1/+1
2013-01-17os: add support for %f to pnprintfPeter Hutterer1-0/+32
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-1/+1
2012-11-28dix/dispatch.c, os/utils.c: Disable smart scheduler on WIN32Jon TURNEY1-0/+9
2012-11-28os/utils.c: Fix compilation of OsBlockSIGIO when SIGIO isn't definedJon TURNEY1-2/+2
2012-11-28os/osinit.c, os/utils.c: Exclude sigaction code when building for MinGWRyan Pavlik1-0/+4
2012-10-29os/utils.c: Provide only stubs for Lock/UnlockServer on WIN32Ryan Pavlik1-0/+20
2012-08-21Add FormatInt64 to convert signed integers in signal-safe mannerPeter Hutterer1-0/+14
2012-08-07os: don't unconditionally unblock SIGIO in OsReleaseSignals()Peter Hutterer1-8/+5
2012-08-03os: Fix TMP fall-back in Win32TempDir()Colin Harrison1-1/+1