summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard2-10/+10
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-3/+3
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith1-7/+6
2012-07-10Move the remnants of loadext.c to miinitext.cDaniel Stone2-98/+0
2012-07-10Loader: Remove extension initialisation sortingDaniel Stone2-348/+0
2012-07-10Add static extensions before those in modulesDaniel Stone1-0/+4
2012-07-10Move DRI2 from external module to built-inDaniel Stone2-1/+2
2012-07-10Move DRI1 from external module to built-inDaniel Stone2-1/+2
2012-07-10Remove the last remnants of extmodDaniel Stone1-0/+1
2012-07-09Move RECORD from external module to built-inTomas Carnecky1-0/+1
2012-07-09Move DBE from an external module to built-inTomas Carnecky1-0/+1
2012-07-09Loader: Drop EXTERN_MODULE flagDaniel Stone1-4/+0
2012-07-04Look for ModuleData only in appropriate libraryMichal Srb3-1/+8
2012-07-02Log in LoaderUnload() in a signal safe mannerChase Douglas1-1/+1
2012-07-02Log in UnloadModuleOrDriver() in a signal safe mannerChase Douglas1-2/+3
2012-04-05loader: add Cygwin supportYaakov Selkowitz1-0/+18
2012-03-21Introduce a consistent coding styleKeith Packard6-711/+721
2012-01-09UnloadSubModule(): accept pointer value '1' and ignore it.Matthieu Herrb1-0/+3
2011-12-05LoaderOpen returns either a valid pointer or NULL, so don't check for < 0Alan Coopersmith1-1/+1
2011-11-23FindModule: stop copying const char *dirname to char *dirpathAlan Coopersmith1-8/+3
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