summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2010-09-28os: 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
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
2010-01-27xserver: Add timestamps to logfile output.Kok, Auke1-0/+9
2010-01-25Remove unbalanced ( from failure to move log errorAlan Coopersmith1-1/+1
2010-01-11os: state effect of -a and -t options more preciselySimon Thum1-2/+2
2009-12-16Merge remote branch 'alanc/master'Keith Packard1-1/+23
2009-12-16os: print log markers only if log level is >= 0Tiago Vignatti1-11/+11
2009-12-16Update Sun license notices to current X.Org standard formAlan Coopersmith1-1/+23
2009-12-08Miscellaneous compilation warning fixesJeremy Huddleston1-2/+2
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-0/+2
2009-11-09Avoid a null dereference if IFF_BROADCAST is set but there is no broadcast ad...Jon TURNEY1-1/+2
2009-11-05SHA1: Add support for Common CryptoJeremy Huddleston1-0/+28
2009-11-02add libc as a choice for SHA1 implementationMatthieu Herrb1-1/+2
2009-10-29Supply all code using dl*() with DLOPEN_LIBSMikhail Gusarov1-1/+1
2009-10-28os: Add libsha1 as a choice of SHA1 implementationMikhail Gusarov1-0/+26
2009-10-15Add libgcrypt as an option for SHA1Julien Cristau1-0/+39
2009-10-15Move SHA1 computation from render/glyph.c to os/Julien Cristau2-1/+77
2009-10-08Fix GCC warnings in xorg_backtraceJamey Sharp1-3/+3