summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader
AgeCommit message (Expand)AuthorFilesLines
2011-10-18Do not uselessly reload modules in DuplicateModuleMichal Suchanek1-9/+9
2011-10-18Use UnloadModuleOrDriver for UnloadSubModule.Michal Suchanek1-17/+6
2011-06-23xfree86: Move sdksyms generation to ddx toplevelDan Nicholson3-441/+1
2011-04-07xfree86: loader: use one exit code only for readabilityTiago Vignatti1-20/+12
2011-04-04xfree86: loader: fix memory leaks in LoaderListDirsTiago Vignatti1-0/+6
2011-03-03loader: Don't distribute sdksyms.c and make it depend on the configKeith Packard1-3/+6
2011-03-03Merge remote branch 'rjy/clientids'Keith Packard1-0/+1
2011-02-25xfree86: Allow sdksyms.dep to be included portablyDan Nicholson1-1/+2
2010-12-31loader: warning fixAdam Jackson1-1/+1
2010-12-23os: Add facilities for client ID tracking.Rami Ylimäki1-0/+1
2010-12-20Remove SCO supportAdam Jackson2-22/+0
2010-12-18Bug 21827: faulty sdksyms.c generated by the awk script in sdksyms.shDavid Barksdale1-1/+5
2010-12-07Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() callsAlan Coopersmith1-4/+2
2010-12-07Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith1-6/+6
2010-12-07Add asprintf() implementation for platforms without itAlan Coopersmith1-0/+1
2010-12-06Merge remote branch 'jajones/for-keith'Keith Packard1-0/+4
2010-12-06Create/Destroy/Trigger/Reset/Query Fence Sync objsJames Jones1-0/+1
2010-12-06Add fence sync driver interfaceJames Jones1-0/+3
2010-11-30FindModuleInSubdir: Stop allocating one more byte than neededAlan Coopersmith1-3/+3
2010-11-30xfree86: Remove the xf8_16bpp overlay moduleAdam Jackson1-6/+0
2010-11-30dix: Remove the backing store leftoversAdam Jackson1-2/+0
2010-11-01render: Delete renderedge.[ch]Søren Sandmann Pedersen1-1/+0
2010-10-04xfree86: Do not call dlclose(NULL) [regression after ab7f057]Chris Wilson1-1/+2
2010-09-22loader: Remove a silly layer of reference countingAdam Jackson4-217/+51
2010-09-22loader: include cleanupAdam Jackson1-8/+0
2010-09-22loader: Remove the handle field from LoaderOpenAdam Jackson3-19/+17
2010-09-22loader: Remove unused canonical name fieldAdam Jackson3-8/+4
2010-09-22loader: Remove unused module serial numberAdam Jackson2-4/+0
2010-09-22loader: Merge dlloader directly into the loaderAdam Jackson5-220/+72
2010-09-13Delete xaaWrapper.Jamey Sharp1-1/+0
2010-09-10Merge remote branch 'mattst88/master'Keith Packard2-10/+2
2010-09-10Tag sdksyms.c entries with source file and line numberAaron Plattner1-1/+8
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner1-4/+2
2010-08-27xfree86: Remove prototypes for non-existant functions.Jesse Adkins1-6/+0
2010-06-22Revert "mi: Remove unused overlay support"Keith Packard1-0/+1
2010-06-20mi: Remove unused overlay supportMikhail Gusarov1-1/+0
2010-06-11xfree86: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-3/+3
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov2-7/+7
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov2-12/+6
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2-38/+38
2010-04-27Remove mibank supportAdam Jackson1-1/+0
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-0/+3
2009-11-09loader: actually stat something that has some chance of existing. (v2)Dave Airlie1-2/+5
2009-10-29Supply all code using dl*() with DLOPEN_LIBSMikhail Gusarov1-0/+1
2009-10-28Suppress certain GCC warnings in auto-generated code.Jamey Sharp1-0/+1
2009-09-20LoaderSortExtensions: free graph nodesKeith Packard1-0/+2
2009-08-28xf86 ddx: add vga arbiter support.Dave Airlie1-0/+1
2009-07-28xserver: remove RAC/resource handling code.Dave Airlie1-2/+0
2009-07-17loader: Remove a useless check.Adam Jackson1-5/+0
2009-07-17loader: remove dead LoaderCheckUnresolvedAdam Jackson1-7/+0