summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/loadmod.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin1-1/+2
2017-04-26Use #ifdef instead of #if for features to make Meson easier.Eric Anholt1-2/+2
2017-02-01loader: Handle mod->VersionInfo == NULLMichel Dänzer1-10/+11
2017-01-25loader: Learn about the joy of snprintfAdam Jackson1-9/+2
2017-01-25loader: Remove unused path and name from ModuleDescPtrAdam Jackson1-22/+9
2017-01-25loader: Remove unused arguments from LoadModuleAdam Jackson1-139/+10
2017-01-25loader: Turn LoaderListDirs into LoaderListDirAdam Jackson1-57/+42
2017-01-25loader: Remove silly "unspecified" version handlingAdam Jackson1-28/+19
2017-01-25loader: Remove unused loader error codes and dead enumAdam Jackson1-18/+0
2017-01-25loader: Don't add internal/ to the search pathAdam Jackson1-1/+0
2017-01-25loader: Remove *GetOSAdam Jackson1-13/+1
2017-01-25loader: Port from xfree86 to dix APIAdam Jackson1-76/+65
2017-01-25xfree86: flatten pathlist management in the loaderEmil Velikov1-14/+2
2017-01-25xfree86: remove unused path from the LoadModule APIEmil Velikov1-4/+3
2016-12-14xfree86: Add ModulePath support for OutputClass config SectionsHans De Goede1-0/+1
2016-08-24xfree86: print the module name together with the load failure messagePeter Hutterer1-16/+19
2016-03-14xfree86: Finish removing font modulesAdam Jackson1-3/+0
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-5/+5
2014-11-12Drop trailing whitespacesPeter Hutterer1-2/+2
2014-10-08loader: Remove some baklava codeAdam Jackson1-65/+48
2014-09-18loader: Remove compatibility with ancient XFree86 version numberingAdam Jackson1-37/+9
2014-07-24xfree86: Remove i2c multimedia modulesAdam Jackson1-1/+0
2014-06-02xfree86: Report Present as a built-in moduleChris Wilson1-0/+3
2014-06-02xfree86: Report DRI3 as a built-in moduleChris Wilson1-0/+3
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-8/+8
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-3/+3
2012-07-10Move DRI2 from external module to built-inDaniel Stone1-0/+1
2012-07-10Move DRI1 from external module to built-inDaniel Stone1-0/+1
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 Srb1-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 Packard1-544/+553
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-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
2010-12-31loader: warning fixAdam Jackson1-1/+1
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-11-30FindModuleInSubdir: Stop allocating one more byte than neededAlan Coopersmith1-3/+3
2010-09-22loader: Remove a silly layer of reference countingAdam Jackson1-42/+36
2010-09-22loader: Remove the handle field from LoaderOpenAdam Jackson1-1/+1
2010-09-22loader: Remove unused canonical name fieldAdam Jackson1-2/+1