summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-10os: Fix BigReq ignoring when another request is pendingAaron Plattner1-3/+16
2010-11-11os: include dix-config.h, not xorg-config.hJulien Cristau2-4/+4
2010-11-11Remove more superfluous if(p!=NULL) checks around free(p).Cyril Brulebois1-4/+2
2010-10-25Remove now-misleading commentMikhail Gusarov1-1/+0
2010-10-25Replace "if(buf) realloc(buf, size) else malloc(size)" with realloc()Mikhail Gusarov1-4/+1
2010-10-25Remove now-misleading commentMikhail Gusarov1-4/+0
2010-10-15os: Clean up various xtrans bits that we've never supportedAdam Jackson3-137/+13
2010-09-10os: simplify smart scheduler init processTiago Vignatti2-8/+5
2010-09-10os: remove useless smart scheduler macrosTiago Vignatti1-19/+2
2010-09-10os/xfree86: remove macro checking for POSIX symbolsTiago Vignatti2-27/+0
2010-09-10os: add -sigstop option for Upstart (or equivalent) startupVignatti Tiago (Nokia-MS/Helsinki)2-0/+9
2010-09-10os: Return BadLength instead of disconnecting BigReq clients (#4565)Aaron Plattner2-3/+25
2010-08-06Always call the flush callback chain when we flush client buffersKristian Høgsberg2-0/+7
2010-06-30OS support: fix writeable client vs IgnoreClient behaviorJesse Barnes1-0/+9
2010-06-22Don't crash when asked if a client that has disconnected was localSimon Farnsworth1-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 Gusarov8-42/+42
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov5-9/+9
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp1-3/+5
2010-05-16XQuartz: Fix a build failure on TigerJeremy Huddleston1-0/+7
2010-05-14Fix compiler issues with getifaddrs() call on OpenSolarisAlan Coopersmith1-5/+4
2010-05-13Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURNJeremy Huddleston1-1/+1