summaryrefslogtreecommitdiff
path: root/os/utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-17xwin: Clean up os wrappers for System, Popen and Pclose on WindowsKeith Packard1-0/+73
2012-07-10Merge branch 'local-fixes'Keith Packard1-0/+13
2012-07-10GLX: Remove unused noGlxVisualInitDaniel Stone1-1/+0
2012-07-09Don't make failure to -nolisten fatalDaniel Stone1-2/+2
2012-07-09Reliably reset signals at server init timeKeith Packard1-0/+13
2012-07-04Merge branch 'sigio-vt-switch-issues' into for-keithPeter Hutterer1-3/+51
2012-07-03os: add OsBlockSIGIO and OsReleaseSIGIOPeter Hutterer1-3/+51
2012-06-21Add FormatUInt64{,Hex}() for formatting numbers in a signal safe mannerChase Douglas1-0/+44
2012-06-21Add global variable inSignalContextChase Douglas1-0/+2
2012-05-01os: Add -displayfd optionChase Douglas1-0/+9
2012-03-21Introduce a consistent coding styleKeith Packard1-851/+815
2011-12-12LockServer: store path to LOCKDIR literal string in a const char *Alan Coopersmith1-3/+1
2011-11-23Mark arguments to fopen/popen/system wrappers as const char *Alan Coopersmith1-3/+3
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-2/+2
2011-11-23Convert some malloc + strncpy pairs into strndup callsAlan Coopersmith1-3/+1
2011-10-18Fix CVE-2011-4029: File permission change vulnerability.Matthieu Herrb1-1/+1
2011-10-18Fix CVE-2011-4028: File disclosure vulnerability.Matthieu Herrb1-1/+1
2011-08-22config: add udev/systemd multi-seat supportLennart Poettering1-0/+10
2011-04-04os: fix memory and fd leaks in PopenTiago Vignatti1-0/+3
2011-04-04os: use DebugF for debuggingTiago Vignatti1-14/+4
2011-03-14Consolidate all the PATH_MAX handling into misc.hChristopher James Halse Rogers1-11/+0
2010-12-27GetTimeInMillis: Use CLOCK_MONOTONIC_COARSE where availableDaniel Stone1-1/+15
2010-11-11dix: adds support for none root window backgroundTiago Vignatti1-0/+9
2010-11-11dix: delete logo hack screen saverTiago Vignatti1-14/+0
2010-09-10os: simplify smart scheduler init processTiago Vignatti1-5/+4
2010-09-10os: remove useless smart scheduler macrosTiago Vignatti1-19/+2
2010-09-10os/xfree86: remove macro checking for POSIX symbolsTiago Vignatti1-21/+0
2010-09-10os: add -sigstop option for Upstart (or equivalent) startupVignatti Tiago (Nokia-MS/Helsinki)1-0/+5
2010-06-20os: Remove unused dev_tty_from_init variableMikhail Gusarov1-4/+1
2010-06-20os: Remove unused pread/pwrite/lockit functionsMikhail Gusarov1-50/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-7/+7
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-2/+2
2010-05-13Removed outdated comments obsoleted by documentation in headersMikhail Gusarov1-27/+0
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-8/+8
2010-05-13Clean {X,XNF}{alloc,calloc,realloc,free,strdup} from pre-C89 baggageMikhail Gusarov1-64/+44