summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Log in OsVendorFatalError() in a signal safe mannersignal-logging-v5Chase Douglas1-7/+7
2012-05-24Log in LoaderUnload() in a signal safe mannerChase Douglas1-1/+1
2012-05-24Log in UnloadModuleOrDriver() in a signal safe mannerChase Douglas1-2/+3
2012-05-24Log safely in fatal signal handlerChase Douglas1-4/+4
2012-05-24Log mieq enqueue overflow in a signal safe mannerChase Douglas1-10/+9
2012-05-24Log messages in TouchBeginDDXTouch() in a signal-safe mannerChase Douglas1-2/+3
2012-05-24Log messages in GetTouchEvents() in a signal safe mannerChase Douglas1-2/+2
2012-05-24Warn when attempting to log in a signal unsafe manner from signal contextChase Douglas1-0/+19
2012-05-24Make BUG_WARN* signal safeChase Douglas1-4/+4
2012-05-24Print backtrace in a signal-safe mannerChase Douglas1-20/+29
2012-05-24Add ErrorSigSafe() alternative to ErrorF()Chase Douglas1-0/+3
2012-05-24Add LogMessageVerbSigSafe() for logging messages while in signal contextChase Douglas2-4/+170
2012-05-24Add FormatUInt64{,Hex}() for formatting numbers in a signal safe mannerChase Douglas5-1/+164
2012-05-24Save log file file descriptor for signal context loggingChase Douglas1-0/+4
2012-05-24Add global variable inSignalContextChase Douglas3-0/+9
2012-05-24test/touch: Initialize device nameChase Douglas1-0/+5
2012-05-22dri2: SProcDRI2Connect - send the response.Michal Srb1-0/+3
2012-05-22Merge remote-tracking branch 'alanc/master'Keith Packard3-29/+8
2012-05-21xf86: reimplement XF86SCRNINFO macro using new functions.Dave Airlie6-22/+20
2012-05-21xf86/modes: drop more pScrn->pScreen usagesDave Airlie1-2/+2
2012-05-21xaa: convert pScrn->pScreen to use accessor.Dave Airlie2-3/+3
2012-05-21xf86/modes: drop two uses of screenInfoDave Airlie2-4/+2
2012-05-21render/exa: use glyph picture accessorsDave Airlie3-15/+15
2012-05-21render: add GetGlyphPicture accessor.Dave Airlie2-0/+16
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie31-94/+92
2012-05-21xf86: add helper functions to convert to from ScrnInfoPtr/ScreenPtr (v2)Dave Airlie2-0/+21
2012-05-21xf86/pci: fix slot claiming counting.Dave Airlie4-6/+29
2012-05-21config/udev: add pre_init stage to config and udev.Dave Airlie5-4/+25
2012-05-21xfree86: add modesetting driver to fallback list on LinuxDave Airlie1-0/+4
2012-05-18Undocument Font Module loadingAlan Coopersmith1-20/+0
2012-05-18Undocument mandatory loadable modulesAlan Coopersmith1-5/+0
2012-05-18cvt man page should use Hz, not kHz, for vertical refresh rateAlan Coopersmith1-2/+2
2012-05-18Convert sbusPaletteKey to latest DevPrivate APIAlan Coopersmith1-2/+6
2012-05-17Merge remote-tracking branch 'jeremyhu/master'Keith Packard4-8/+40
2012-05-17XQuartz: Avoid a race in initialization of darwinPointerJeremy Huddleston1-8/+10
2012-05-17XQuartz: Declare noPseudoramiXExtension for miinitext.cJeremy Huddleston1-0/+4
2012-05-17XQuartz: Provide fls implementation for TigerJeremy Huddleston1-0/+14
2012-05-17XQuartz: Tiger build fixJeremy Huddleston1-0/+6
2012-05-17XQuartz: Workaround an SDK bug on Leopard/x86_64Jeremy Huddleston1-0/+6
2012-05-17Xi: fix "discards ''const' qualifier" warningsPeter Hutterer2-3/+6
2012-05-17Xi: fix "shadows previous local" warningsPeter Hutterer2-33/+11
2012-05-17dix: Move DeviceFocusEvent from Xi into enterleave.cPeter Hutterer4-241/+244
2012-05-16dix: undo transformation for missing valuators (#49347)Peter Hutterer1-4/+21
2012-05-16include: don't redeclare device events in xkbsrv.hPeter Hutterer1-3/+0
2012-05-16test: don't shadow parameter 'len'Peter Hutterer1-4/+3
2012-05-16test: fix redundant declaration of "BadDevice"Peter Hutterer7-2/+6
2012-05-16test: fix "userdata shadows global declaration" warningsPeter Hutterer4-14/+14
2012-05-16test: fix "redundant declaration of devices" warningPeter Hutterer1-1/+1
2012-05-16dix: indentation fixes for pointer accelerationSimon Thum3-19/+11
2012-05-14dix: Remove redundant declarations.Michal Suchanek3-10/+3