summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-12-14Merge remote-tracking branch 'whot/for-keith'Keith Packard1-2/+2
2011-12-12xf86 parser: convert Error to a varargs macro to clear gcc format warningsAlan Coopersmith15-100/+100
2011-12-12Add some printf format attributes suggested by gccAlan Coopersmith4-5/+5
2011-12-12xf86Priv.h: Add some noreturn attributes suggested by gccAlan Coopersmith1-4/+2
2011-12-12Remove duplicate declarations of KdAdd*Driver in kdrive.hAlan Coopersmith1-6/+0
2011-12-12Remove duplicate declaration of xf86ValidateModesFlags in xf86Modes.hAlan Coopersmith1-4/+0
2011-12-12KdParseFindNext: Constify delim argumentAlan Coopersmith2-2/+2
2011-12-12Convert KdDoSwitchCmd to use asprintf instead of malloc/strcat/etc.Alan Coopersmith1-9/+4
2011-12-12DoShowOptions: preserve constness of options list as we walk itAlan Coopersmith1-2/+3
2011-12-12x86emu: constify debug stringsAlan Coopersmith4-14/+14
2011-12-12Even more correctly free config file namesAlan Coopersmith1-8/+9
2011-12-10xf86RegisterRootWindowProperty is confused about xnfcallocAlan Coopersmith1-8/+3
2011-12-10Change GetXI2/XI/CoreType to just take a type argumentPeter Hutterer1-2/+2
2011-12-08Merge remote-tracking branch 'whot/for-keith'Keith Packard2-1/+5
2011-12-09xfree86: include xorg-config.h from xaalocal.hPeter Hutterer1-0/+4
2011-12-09xfree86: bump the input ABIPeter Hutterer1-1/+1
2011-12-07Merge remote-tracking branch 'airlied/reviewed-fixes'Keith Packard3-14/+11
2011-12-07Merge remote-tracking branch 'alanc/master'Keith Packard7-20/+32
2011-12-07hw/xfree86: fix segfault in config parser when config dir is missingKeith Packard1-0/+4
2011-12-06kdrive: drop screen crossing code.Dave Airlie1-6/+0
2011-12-06xaa: avoid possible freed pointer reuse in epilogueDave Airlie1-0/+1
2011-12-06fbdevhw: iterate over all modes that match a mode. (v3)Adam Jackson1-8/+10
2011-12-05Fix builds of Xnest & Xephyr with Solaris Studio compilersAlan Coopersmith2-0/+10
2011-12-05LoaderOpen returns either a valid pointer or NULL, so don't check for < 0Alan Coopersmith1-1/+1
2011-12-05Fix gcc warnings about redundant declarations of fallback functionsAlan Coopersmith1-0/+3
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith3-18/+15
2011-12-02Limit the number of screens Xvfb will attempt to allocate memory forAlan Coopersmith1-1/+3
2011-12-01Remove another if (E != NULL) check around free(E)Matt Turner1-2/+0
2011-11-24dmx: Build fix for -Werror=implicit-function-declaration on linuxJeremy Huddleston1-0/+1
2011-11-24parser: free val.str after xstrtokenizePaulo Zanoni1-0/+9
2011-11-24parser: free val.str after xf86getBoolValuePaulo Zanoni1-0/+6
2011-11-24parser: free scandir's listPaulo Zanoni1-3/+3
2011-11-24Correctly free config file namesPaulo Zanoni4-20/+20
2011-11-23dmx: Build fix for -Werror=implicit-function-declarationJeremy Huddleston6-0/+95
2011-11-23Fix gcc -Wwrite-strings warnings in xf86Modes codeAlan Coopersmith4-8/+8
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith22-53/+54
2011-11-23FindModule: stop copying const char *dirname to char *dirpathAlan Coopersmith1-8/+3
2011-11-23Remove redundant redeclarations of functions in the same header fileAlan Coopersmith1-5/+0
2011-11-23sun_agp: cast key to uintptr_t before casting to (int *)Alan Coopersmith1-1/+1
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith12-30/+33
2011-11-23Remove xf86FormatPciBusNumber from API, inline the one place its usedAlan Coopersmith2-12/+6
2011-11-23Move DoShowOptions to xf86Configure.c, delete xf86ShowOpts.cAlan Coopersmith3-123/+52
2011-11-23Remove bad code from DoShowOptions (Xorg -showopts handler)Alan Coopersmith1-10/+2
2011-11-23Convert dmxSetDefaultFontPath to use strdup instead of malloc+strncpyAlan Coopersmith1-7/+4
2011-11-23matchDriverFromFiles: use one snprintf instead of strncpy/cat seriesAlan Coopersmith1-3/+2
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith8-17/+13
2011-11-23Convert some malloc + strncpy pairs into strndup callsAlan Coopersmith1-3/+1
2011-11-23Don't fallback to wsfb or fbdev on SolarisAlan Coopersmith1-0/+2
2011-11-23Fix Xdmx build on Linux to work with strlcpy changesAlan Coopersmith2-0/+5
2011-11-21docs: spell "X Server Version" consistently in titles. Add where missing.Gaetan Nadon3-1/+5