summaryrefslogtreecommitdiff
path: root/os/utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-11Add xstrtokenize to the dix.Peter Hutterer1-0/+40
2010-02-05Repair '-nolock'Jon TURNEY1-4/+0
2010-01-11os: state effect of -a and -t options more preciselySimon Thum1-2/+2
2009-08-28os: remove unused -cursor optionTiago Vignatti1-5/+0
2009-04-28Make the cursor completely optionalSimon Farnsworth1-1/+11
2009-04-06os: signal handlers return void.Adam Jackson1-4/+2
2009-04-03os: Remove the useless -x optionAdam Jackson1-9/+0
2009-04-03DPMS: Simplify command line parsingAdam Jackson1-2/+1
2009-01-22Remove a bunch of useless casts.Adam Jackson1-2/+2
2009-01-22XKB: Make XKB mandatoryDaniel Stone1-8/+1
2009-01-19Cygwin/X: should also use GetTickCount(), just like XmingJon TURNEY1-1/+6
2009-01-11os: don't mix declarations and codeJulien Cristau1-1/+1
2009-01-11os: ANSI cleanupsJulien Cristau1-3/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-60/+60
2008-12-02Add visibility flags to XSERVER_CFLAGS.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-22/+22
2008-11-27Export symbols also defined in libXfont.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-05Use OsSignal in Popen/Pclose to avoid SysV signal() stupidityAlan Coopersmith1-4/+4
2008-11-04Remove XEvIEDaniel Stone1-5/+0
2008-11-04Xi: XINPUT has been mandatory for agesDaniel Stone1-1/+0