summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith7-40/+24
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 Coopersmith5-10/+11
2011-11-23LogVMessageVerb: Fix const mismatch warningAlan Coopersmith1-1/+1
2011-11-23AuthAudit: clean up string handling callsAlan Coopersmith1-6/+5
2011-11-23Convert DetermineClientCmd to use strdup instead of malloc+strncpyAlan Coopersmith1-7/+1
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-4/+2
2011-11-23Convert some malloc + strncpy pairs into strndup callsAlan Coopersmith1-3/+1
2011-11-23Add fallback implementation of strndup()Alan Coopersmith2-0/+53
2011-11-23Remove a couple Error() instances left behind by 09dbfcb0ad7b6c8Alan Coopersmith1-2/+2
2011-11-18record: Prevent out of bounds access when recording a reply.Rami Ylimäki1-0/+1
2011-10-18Merge remote-tracking branch 'herrb/master'Keith Packard1-2/+2
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-10-11os: Remove Error()Jeremy Huddleston3-18/+6
2011-10-03Merge remote-tracking branch 'alanc/master'Keith Packard1-0/+1
2011-09-26Merge remote-tracking branch 'whot/next'Keith Packard2-48/+123
2011-09-23dix and os: gitignore dix.O and os.OGaetan Nadon1-0/+1
2011-09-21Use internal temp variable for swap macrosMatt Turner2-7/+5
2011-08-22config: add udev/systemd multi-seat supportLennart Poettering1-0/+10
2011-08-22os/log: Add LogVHdrMessageVerb and friendsDaniel Kurtz1-0/+55
2011-08-22os/log: Pull LogMessageTypeVerbString out of LogVMessageVerbDaniel Kurtz1-48/+58
2011-07-27Terminate the log with one last message.Peter Hutterer1-2/+4
2011-06-23Don't use empty source filesDan Nicholson2-7/+1
2011-05-05XQuartz: Make a copy of args for our crash reporter vsnprintfJeremy Huddleston1-1/+6
2011-04-25os: Silence warnings when building with clangJeremy Huddleston3-1/+10
2011-04-07os: fix use after free in EstablishNewConnectionsTiago Vignatti1-4/+3
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-27os/client: Prevent rare fd leak in DetermineClientPidErkki Seppälä1-2/+1
2011-03-14When XDMCP -from is specified, only register the requested addressJon TURNEY1-1/+1
2011-03-14Consolidate all the PATH_MAX handling into misc.hChristopher James Halse Rogers3-38/+1
2011-03-03Merge remote branch 'rjy/clientids'Keith Packard2-12/+316
2011-01-20os: Reduce smart scheduler setup callsAdam Jackson1-3/+9
2010-12-31os: always check if client is local when connection is acceptedPauli Nieminen3-6/+17
2010-12-31os: Fix a memory leakPauli Nieminen1-1/+3
2010-12-27GetTimeInMillis: Use CLOCK_MONOTONIC_COARSE where availableDaniel Stone1-1/+15
2010-12-23os: Add facilities for client ID tracking.Rami Ylimäki2-0/+311
2010-12-23Revert "os: Prevent backtrace from being stopped in noreturn functions."Rami Ylimäki1-12/+5
2010-12-20Remove SCO supportAdam Jackson2-12/+5
2010-12-18Typo in xserver Xvasprintf()Colin Harrison1-1/+1
2010-12-07Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith1-9/+3
2010-12-07Add asprintf() implementation for platforms without itAlan Coopersmith1-24/+146
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith1-1/+1
2010-12-06Merge remote branch 'jeremyhu/master'Keith Packard1-1/+1
2010-12-03XQuartz: Cleanup some compiler warningsJeremy Huddleston1-1/+1
2010-11-30Simplify Error() - don't allocate temporary copy of error stringAlan Coopersmith1-13/+6
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-11-10Merge remote branch 'whot/for-keith'Keith Packard3-8/+6