summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-01-29xfree86: Keep a non-seat0 X server from touching VTs (#71258)LaƩrcio de Sousa1-1/+2
2014-01-29xf86DeleteScreen: move check for NULL pScrn before first dereferenceAlan Coopersmith1-3/+4
2014-01-29Link libvgahw with $(PCIACCESS_LIBS) as wellAlan Coopersmith1-0/+1
2014-01-22kdrive/ephyr: Remove extra 'i' variable in ProcXF86DRIGetDrawableInfoKeith Packard1-1/+0
2014-01-22hw/xnest: Eliminate shadowed namesKeith Packard4-17/+17
2014-01-22hw/vfb: Rename screenInfo parameter to screen_infoKeith Packard1-9/+9
2014-01-22kdrive: Fix -Wshadow errorsKeith Packard2-4/+4
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard27-427/+408
2014-01-22Ignore a couple of format-nonliteral warningsKeith Packard1-0/+1
2014-01-22Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+26
2014-01-22Merge remote-tracking branch 'dlespiau/20131216-4k'Keith Packard3-45/+105
2014-01-12XQuartz: Avoid passing uninitialized pointers to X11ApplicationSetWindowMenu ...Jeremy Huddleston Sequoia1-0/+9
2014-01-12XQuartz: Check for allocated memory before using it in AppleWMSetWindowMenuJeremy Huddleston Sequoia1-0/+7
2014-01-12XQuartz: Silence a clang static analysis warning about a memory leakJeremy Huddleston Sequoia1-0/+3
2014-01-12XQuartz: Silence a clang static analysis warning about a possible memory leak...Jeremy Huddleston Sequoia1-0/+4
2014-01-12XQuartz: Validate length in appledri before swappingJeremy Huddleston Sequoia1-0/+6
2014-01-12XQuartz: Validate screen in AppleDRIQueryDirectRenderingCapable requestsJeremy Huddleston Sequoia1-0/+4
2014-01-12XQuartz: Simplify hook_run to quiet static analyzerJeremy Huddleston Sequoia1-21/+6
2014-01-12XQuartz: Mark applicationWillTerminate: noreturnJeremy Huddleston Sequoia1-1/+1
2014-01-12XQuartz: Fix get_proc_address signatureJeremy Huddleston Sequoia1-2/+2
2014-01-12XQuartz: Fix darwinfb.h header guardJeremy Huddleston Sequoia1-1/+1
2014-01-12XQuartz: Silence some static analyzer warnings by annotating referencing countsJeremy Huddleston Sequoia1-0/+13
2014-01-12Replace 'pointer' type with 'void *'Keith Packard146-863/+863
2014-01-12hw/xfree86: nobus.c shouldn't define a static functionKeith Packard1-1/+4
2014-01-12kdrive/ephyr; Don't redeclare monitorResolutionKeith Packard1-2/+0
2014-01-12kdrive/ephyr: ddxUseMsg is supposed to returnKeith Packard1-2/+0
2014-01-12vfb: Remove unused pXWDCmap variableKeith Packard1-2/+0
2014-01-12xfree86: Switch int10 code to stdint typesKeith Packard4-145/+145
2014-01-12xfree86: Don't complain when the SDK dependency file doesn't exist yetKeith Packard1-1/+1
2014-01-12xfree86/vbe: Make VBEValidateModes take const char **Keith Packard2-2/+2
2014-01-12xfree86/shadowfb: GCFuncs and GCOps are now constKeith Packard1-3/+3
2014-01-12xfree86/parser: make strings in xf86MatchGroup constKeith Packard2-13/+13
2014-01-12xfree86/int10: mark printk as _X_ATTRIBUTE_PRINTFKeith Packard1-1/+4
2014-01-12xfree86/fbdevhw: Fix warningsKeith Packard1-5/+3
2014-01-12xfree86/exa: xf86GetOptValString returns const char * nowKeith Packard1-1/+1
2014-01-12xfree86/dri: Mark DRIDrvMsg and dri_drm_debug_print _X_ATTRIBUTE_PRINTFKeith Packard1-12/+21
2014-01-12xfree86/common: handle string constants in xf86Xinput configurationKeith Packard1-2/+2
2014-01-12xfree86/common: Const GC funcs and ops in xf86VAarbiterKeith Packard1-2/+2
2014-01-12xfree86/config: Kludge around const stringsKeith Packard1-8/+10
2014-01-12hw/xfree86: More const declarations for stringsKeith Packard2-2/+2
2014-01-12Just remove dpms functsion from xf86.hKeith Packard1-4/+0
2014-01-12Bunch of DMX warning fixesKeith Packard7-34/+15
2014-01-12More warning fixes in hw/xfree86Keith Packard3-12/+15
2014-01-12xfree86 warning reductionKeith Packard15-77/+56
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard24-74/+88
2014-01-12hw/xfree86: Lots of constant string supportKeith Packard17-107/+109
2014-01-12hw/xfree86: Make strings in DriverRec and ScrnInfoRec constKeith Packard1-7/+7
2014-01-09ephyr: don't allow a shift+ctrl keygrab if mod1 was enabledPeter Hutterer1-1/+26
2014-01-07xfree86: Use the TMDS maximum frequency to prune modesDamien Lespiau1-0/+11
2014-01-07xfree86: Refactor xf86MonitorIsHDMI() using xf86MonitorFindHDMIBlock()Damien Lespiau1-45/+1