summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-14Log in OsVendorFatalError() in a signal safe mannersignal-logging-v4Chase Douglas1-7/+7
2012-05-14Log in LoaderUnload() in a signal safe mannerChase Douglas1-1/+1
2012-05-14Log in UnloadModuleOrDriver() in a signal safe mannerChase Douglas1-2/+3
2012-05-14Log safely in fatal signal handlerChase Douglas1-4/+4
2012-05-14Log mieq enqueue overflow in a signal safe mannerChase Douglas1-10/+9
2012-05-14Log messages in TouchBeginDDXTouch() in a signal-safe mannerChase Douglas1-2/+3
2012-05-14Log messages in GetTouchEvents() in a signal safe mannerChase Douglas1-2/+2
2012-05-14Warn when attempting to log in a signal unsafe manner from signal contextChase Douglas1-0/+19
2012-05-14Make BUG_WARN* signal safeChase Douglas1-4/+4
2012-05-14Print backtrace in a signal-safe mannerChase Douglas1-20/+29
2012-05-14Add ErrorSigSafe() alternative to ErrorF()Chase Douglas1-0/+3
2012-05-14Add LogMessageVerbSigSafe() for logging messages while in signal contextChase Douglas2-4/+170
2012-05-14Add FormatUInt64{,Hex}() for formatting numbers in a signal safe mannerChase Douglas5-1/+164
2012-05-14Save log file file descriptor for signal context loggingChase Douglas1-0/+4
2012-05-14Add global variable inSignalContextChase Douglas3-0/+9
2012-05-14test/touch: Initialize device nameChase Douglas1-0/+5
2012-05-14dix: Remove redundant declarations.Michal Suchanek3-10/+3
2012-05-14xfree86: Add ifdef wrapper to xvmodproc.hMichal Suchanek1-0/+4
2012-05-14Xi: Remove redundant declaration.Michal Suchanek1-6/+0
2012-05-14kdrive: Remove redundant declarations.Michal Suchanek2-5/+0
2012-05-14dix: don't duplicate DoFocusEvents declaration.Michal Suchanek1-3/+2
2012-05-14dix: Remove redundant declarations.Michal Suchanek2-5/+0
2012-05-14xfree86: don't include xvmodproc.h when not neededMichal Suchanek2-3/+0
2012-05-14xserver: Remove duplicate declaration in resource.hMichal Suchanek1-3/+0
2012-05-14miext: Remove redundant declaration.Michal Suchanek1-3/+0
2012-05-14mi: Remove redundant declarations.Michal Suchanek1-59/+0
2012-05-14exa: Remove redundant declaration.Michal Suchanek1-3/+0
2012-05-14randr: Remove redundant declaration.Michal Suchanek2-19/+7
2012-05-14xkb: Remove redundant declarations.Michal Suchanek2-2/+0
2012-05-14xfixes: remove redundant declaration.Michal Suchanek1-1/+0
2012-05-09Merge remote-tracking branch 'whot/for-keith'Keith Packard3-55/+106
2012-05-08Fix RANDR’s gamma_to_ramp().James Cloos1-2/+2
2012-05-04hw/xwin/glx: Use silent rulesYaakov Selkowitz1-2/+2
2012-05-04xfree86: use silent rules with sdksyms generationYaakov Selkowitz1-1/+1
2012-05-04xfree86: respect EXEEXT in relink targetYaakov Selkowitz1-1/+1
2012-05-04os: Add CryptoAPI as a choice of SHA1 implementationYaakov Selkowitz3-1/+59
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 Kurtz2-0/+56
2012-05-03os/log: trivial cleanupsDaniel Kurtz1-2/+2
2012-05-02Merge remote-tracking branch 'whot/for-keith'Keith Packard1-8/+17
2012-05-03Report touch emulated buttons in XIQueryPointer for XI 2.1 and earlierChase Douglas1-0/+14
2012-05-02configure.ac: on MinGW, link with ws2_32 instead of winsock2Ryan Pavlik1-1/+1
2012-05-02configure.ac: MinGW doesn't have setuid binaries either.Ryan Pavlik1-0/+1
2012-05-02configure.ac: auto-disable MITSHM if we lack IPCRyan Pavlik1-2/+6
2012-05-02Report logical button state in ProcXIQueryPointerChase Douglas1-9/+4
2012-05-01configure.ac: Make default configuration for MinGW disable unsupported extens...Jon TURNEY1-1/+3
2012-05-01dix: when disabling a device, release all buttons and keysPeter Hutterer1-0/+1
2012-05-01dix: don't emulate scroll events for non-existing axes (#47281)Peter Hutterer1-0/+3
2012-05-01os: make timers signal-safePeter Hutterer1-2/+16