summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-12CompareISOLatin1Lowered: constify argumentsAlan Coopersmith3-5/+6
2011-12-12xdmcp.c: fix three small const warningsAlan Coopersmith1-3/+3
2011-12-12LockServer: store path to LOCKDIR literal string in a const char *Alan Coopersmith1-3/+1
2011-12-12WriteToClient: preserve constness of buf while extracting length valueAlan Coopersmith1-1/+1
2011-12-12OsInit: store "/dev/null" in a const char *Alan Coopersmith1-1/+1
2011-12-12Constify the reason string throughout the authorization check frameworkAlan Coopersmith8-12/+13
2011-12-12Constify string for authorization protocol namesAlan Coopersmith3-4/+5
2011-12-12os/access.c: replace acmp & acopy macros with memcmp & memcpy callsAlan Coopersmith1-16/+14
2011-12-12xres.c: Preserve constness of string returned by LookupResourceNameAlan Coopersmith1-2/+2
2011-12-12constify strings in resource name registryAlan Coopersmith4-5/+6
2011-12-12CheckForEmptyMask does not need to declare int n twiceAlan Coopersmith1-1/+1
2011-12-12Even more correctly free config file namesAlan Coopersmith1-8/+9
2011-12-10xf86RegisterRootWindowProperty is confused about xnfcallocAlan Coopersmith1-8/+3
2011-12-09Change disable_clientpointer return type to voidAlan Coopersmith1-1/+1
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 Coopersmith3-0/+26
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith15-128/+85
2011-12-03Remove unused function checks from configure.ac & include/*.h.inAlan Coopersmith3-38/+2
2011-12-02Disable building of tests requiring DDX functions when Xorg is not builtAlan Coopersmith1-7/+21
2011-12-02Limit the number of screens Xvfb will attempt to allocate memory forAlan Coopersmith1-1/+3
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
2011-11-23matchDriverFromFiles: use one snprintf instead of strncpy/cat seriesAlan Coopersmith1-3/+2
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith13-33/+21
2011-11-23Convert AllocXTestDevice to use asprintfAlan Coopersmith1-4/+3
2011-11-23Convert some malloc + strncpy pairs into strndup callsAlan Coopersmith3-11/+4