summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2010-08-14os: inputthread: Remove unused forward declarationinput-threadFernando Carrijo1-1/+1
2010-08-14os: inputthread: Explicitely close the pipes after the input thread is cancelledFernando Carrijo1-0/+5
2010-08-14os: inputthread: Close the input thread with pthread_cancelFernando Carrijo1-11/+8
2010-08-14inputthread: InputThreadReadPipe is a general socket, not a deviceFernando Carrijo2-2/+2
2010-08-06os: inputthread: non-blocking I/O pipe's read end is enoughTiago Vignatti1-4/+4
2010-08-05os: add only once input pipe for main Select()Tiago Vignatti1-2/+5
2010-08-05os: don't ignore EAGAIN on both main and input threads select()Tiago Vignatti2-2/+2
2010-08-05os: inputthread: select() cannot return 0 for a NULL timeoutFernando Carrijo1-12/+9
2010-08-03os: inputthread: Fix indentation and add comments to WaitForInputFernando Carrijo1-15/+23
2010-08-03os: inputthread: read input devices only triggered by selectFernando Carrijo1-5/+5
2010-08-03os: inputthread: Fix off-by-one error in WaitForInputFernando Carrijo1-1/+1
2010-08-03os: inputthread: don't get a return value on WaitForInputFernando Carrijo1-2/+2
2010-08-02os: inputthread: delete unused pipe between input and main threadFernando Carrijo1-18/+0
2010-08-02os: inputthread: don't export AddEnabledDeviceThreadedTiago Vignatti1-1/+1
2010-08-02os: inputthread: remove the function AdjustThreadSchedulingFernando Carrijo1-38/+0
2010-07-13os: inputthread: logging typoTiago Vignatti1-1/+1
2010-07-11xserver: inputthread: (FIXME)Tiago Vignatti3-0/+95
2010-07-11os: inputthread: the input thread implementationTiago Vignatti1-0/+223
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
2010-03-29darwin: Generate crash reports on FatalError()Jeremy Huddleston2-0/+11
2010-03-25os: Prevent backtrace from being stopped in noreturn functions.Rami Ylimaki1-5/+12
2010-03-22New header for XF86Bigfont server functionsYaakov Selkowitz1-2/+1
2010-03-16Xming: Warning fixesColin Harrison1-1/+1
2010-03-11os: remove INTERNAL_MALLOC define.Peter Hutterer1-3/+0
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-2/+2
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