summaryrefslogtreecommitdiff
path: root/os/utils.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-08Update "spawnl()" patch to reflect fix to Win32TempDir()Jon TURNEY1-1/+1
2012-09-05Add -notrapsignalsJon TURNEY1-0/+6
2012-09-05Use spawnl() rather than pipe() & fork() to invoke xkbcompJon TURNEY1-0/+32
2012-09-05Cygwin/X: turn on -nolock if /tmp is on FATJon TURNEY1-1/+1
2012-09-05Disable smart scheduler on CygwinJon TURNEY1-0/+2
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
2010-04-21Merge remote branch 'vignatti/for-keith'Keith Packard1-3/+0
2010-04-21Death to Multibuffer extensionTiago Vignatti1-3/+0
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-8/+0
2010-03-29darwin: Generate crash reports on FatalError()Jeremy Huddleston1-0/+2
2010-03-11os: remove INTERNAL_MALLOC define.Peter Hutterer1-3/+0
2010-02-17os: Introduce OsAbort for proper core dumps.Rami Ylimaki1-0/+12
2010-02-12Merge remote branch 'jturney/master'Keith Packard1-4/+0