summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-06kdrive: drop screen crossing code.reviewed-fixesDave Airlie1-6/+0
2011-12-06hal: free tmp_val in one missing caseDave Airlie1-0/+1
2011-12-06xv: test correct number of requests. (v2)Dave Airlie1-2/+2
2011-12-06xaa: avoid possible freed pointer reuse in epilogueDave Airlie1-0/+1
2011-12-06Xi: avoid overrun of callback array.Dave Airlie1-2/+2
2011-12-06xext: don't free uninitialised pointer when malloc fails. (v2)Dave Airlie1-2/+1
2011-12-06fbdevhw: iterate over all modes that match a mode. (v3)Adam Jackson1-8/+10
2011-12-01Save major/minor opcodes in ClientRec for RecordAReplyKeith Packard7-36/+20
2011-12-01Merge remote-tracking branch 'jcristau/for-keith'Keith Packard1-1/+1
2011-12-01Merge remote-tracking branch 'whot/for-keith'Keith Packard7-40/+70
2011-12-01Remove another if (E != NULL) check around free(E)Matt Turner1-2/+0
2011-11-29test: remove unneeded printf statements from misc.cPeter Hutterer1-3/+0
2011-11-29include: add BUG_WARN macro for internal bug cases.Peter Hutterer1-0/+7
2011-11-29Xi: add FreeInputMask functionPeter Hutterer1-2/+10
2011-11-29Xi: add helper functions to alloc/free InputClientPtrsPeter Hutterer1-5/+18
2011-11-29dix: use a single return statement in CheckPassiveGrabsOnWindowPeter Hutterer1-6/+6
2011-11-29dix: rename GetWindowXI2Mask to WindowXI2MaskIssetPeter Hutterer2-7/+8
2011-11-29Xi: use single return code from XIPassiveGrabDevicePeter Hutterer1-16/+20
2011-11-29include: fix mask size calculationPeter Hutterer1-1/+1
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-24glx: don't leak driConfigsPaulo Zanoni3-9/+34
2011-11-24glx: don't leak fbconfigsPaulo Zanoni1-0/+9
2011-11-24glx: fix memory leak when destroying screenPaulo Zanoni1-0/+1
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-23Fix gcc -Wwrite-strings warnings in various extensionsAlan Coopersmith16-32/+32
2011-11-23Fix gcc -Wwrite-strings warnings in XkbGetRulesDfltsAlan Coopersmith1-16/+5
2011-11-23Remove redundant redeclarations of functions in the same header fileAlan Coopersmith3-13/+0
2011-11-23sun_agp: cast key to uintptr_t before casting to (int *)Alan Coopersmith1-1/+1
2011-11-23Mark XKB char * as const to clean up gcc -Wwrite-strings warningsAlan Coopersmith8-22/+22
2011-11-23Mark arguments to fopen/popen/system wrappers as const char *Alan Coopersmith2-6/+6
2011-11-23Reduce unnecessary string copying in xkbtext routinesAlan Coopersmith1-10/+8
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith20-115/+119
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 glx/single2.c:DoGetString() to use asprintf()Alan Coopersmith1-3/+1
2011-11-23LogVMessageVerb: Fix const mismatch warningAlan Coopersmith1-1/+1
2011-11-23AuthAudit: clean up string handling callsAlan Coopersmith1-6/+5
2011-11-23Remove unnecessary variable rtrn in XkbKeysymTextAlan Coopersmith1-4/+4
2011-11-23Make XIGetKnownProperty take a const char * argumentAlan Coopersmith2-2/+2
2011-11-23Convert ProcRenderQueryFilters to use memcpy instead of strncpyAlan Coopersmith1-2/+2
2011-11-23Convert DetermineClientCmd to use strdup instead of malloc+strncpyAlan Coopersmith1-7/+1
2011-11-23Convert dmxSetDefaultFontPath to use strdup instead of malloc+strncpyAlan Coopersmith1-7/+4