summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
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-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
2010-05-13Introduce X_NORETURN macro defined as __attribute__((noreturn)) for gccMikhail Gusarov1-3/+2
2010-05-13Turn sprintf argument into literaral string, shutting up gcc warningMikhail Gusarov1-3/+2
2010-05-13Removed outdated comments obsoleted by documentation in headersMikhail Gusarov1-27/+0
2010-05-13Use lowercase variant of XNFalloc and XstrdupMikhail Gusarov1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov12-112/+112
2010-05-13Clean {X,XNF}{alloc,calloc,realloc,free,strdup} from pre-C89 baggageMikhail Gusarov1-64/+44
2010-05-07Constify function prototypes in auth & xdmcp codeAlan Coopersmith7-58/+60
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-04-15XQuartz: Fix possible NULL dereference in ListenOnOpenFDJeremy Huddleston1-2/+3
2010-04-01darwin: Correct inline assembly for ___crashreporter_info__Jeremy Huddleston1-1/+1