summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2012-07-10Merge branch 'local-fixes'Keith Packard2-0/+14
2012-07-10GLX: Remove unused noGlxVisualInitDaniel Stone1-1/+0
2012-07-09Don't make failure to -nolisten fatalDaniel Stone1-2/+2
2012-07-09Replace padlength tables with inline functions from misc.hAlan Coopersmith1-4/+2
2012-07-09Initialize padding bits to 0 in ErrorConnMax()Alan Coopersmith1-1/+1
2012-07-09Set padding bytes to 0 in WriteToClientAlan Coopersmith1-1/+5
2012-07-09Reliably reset signals at server init timeKeith Packard2-0/+14
2012-07-04Merge branch 'sigio-vt-switch-issues' into for-keithPeter Hutterer1-3/+51
2012-07-03os: add OsBlockSIGIO and OsReleaseSIGIOPeter Hutterer1-3/+51
2012-07-02Merge branch 'sigsafe-logging-varargs'Keith Packard4-28/+250
2012-07-02Log safely in fatal signal handlerChase Douglas1-4/+4
2012-07-02Warn when attempting to log in a signal unsafe manner from signal contextChase Douglas1-0/+20
2012-07-02Print backtrace in a signal-safe mannerChase Douglas1-20/+29
2012-07-02Add ErrorFSigSafe() alternative to ErrorF()Chase Douglas1-0/+16
2012-07-02Add LogMessageVerbSigSafe() for logging messages while in signal contextChase Douglas1-4/+131
2012-06-22os: print newline after printing display namePeter Hutterer1-0/+1
2012-06-21Add FormatUInt64{,Hex}() for formatting numbers in a signal safe mannerChase Douglas1-0/+44
2012-06-21Save log file file descriptor for signal context loggingChase Douglas1-0/+4
2012-06-21Add global variable inSignalContextChase Douglas1-0/+2
2012-05-09Merge remote-tracking branch 'whot/for-keith'Keith Packard2-55/+94
2012-05-04os: Add CryptoAPI as a choice of SHA1 implementationYaakov Selkowitz1-0/+42
2012-05-03os/log: refactor loggingDaniel Kurtz1-51/+46
2012-05-03os/log: only write timestamp if a message is actually written to logfileDaniel Kurtz1-9/+9
2012-05-03os/xprintf: add Xvscnprintf and XscnprintfDaniel Kurtz1-0/+44
2012-05-03os/log: trivial cleanupsDaniel Kurtz1-2/+2
2012-05-01os: make timers signal-safePeter Hutterer1-2/+16
2012-05-01os: Add -displayfd optionChase Douglas2-20/+57
2012-03-30os: Fix regression with FatalError not calling va_startJeremy Huddleston1-0/+2
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston1-7/+11
2012-03-22Merge branch 'per-device-sync-counters' into for-keithPeter Hutterer2-2/+2
2012-03-22Change lastDeviceIdleTime to be per-devicePeter Hutterer2-2/+2
2012-03-22include: add an X_DEBUG message typePeter Hutterer1-0/+5
2012-03-21Introduce a consistent coding styleKeith Packard24-6961/+6675
2012-01-13os: prettify backtrace outputPeter Hutterer1-2/+6
2012-01-12Revert "os: Repack ConnectionOutput for LP64"Keith Packard1-1/+1
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard3-2/+10
2012-01-12Revert "dix: Extend initial connection handshake for forwarding proxies"Keith Packard1-5/+5
2012-01-12Revert "os: Hide the Connection{In,Out}put implementation details"Keith Packard3-21/+18
2012-01-09Add OpenBSD support to DetermineClientCmd()Matthieu Herrb1-1/+42
2012-01-09Merge commit '777bf90abeac37087a3d0538b847742523d5acf2'Keith Packard4-37/+32
2012-01-09Merge remote-tracking branch 'kibi/master'Keith Packard1-1/+5
2012-01-06os: Minor header cleanupAdam Jackson3-4/+4
2012-01-06os: Hide the Connection{In,Out}put implementation detailsAdam Jackson3-18/+21
2012-01-06dix: Extend initial connection handshake for forwarding proxiesAdam Jackson1-5/+5
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson3-10/+2
2012-01-06os: Repack ConnectionOutput for LP64Adam Jackson1-1/+1
2011-12-31os: don't ignore failure from dladdrJulien Cristau1-1/+5
2011-12-27Add Solaris support to DetermineClientCmdAlan Coopersmith1-10/+59
2011-12-12xdmcp.c: fix three small const warningsAlan Coopersmith1-3/+3
2011-12-12LockServer: store path to LOCKDIR literal string in a const char *Alan Coopersmith1-3/+1