summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/loadmod.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-13xfree86: 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
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 Gusarov1-3/+3
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-8/+4
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-33/+33
2009-11-09loader: actually stat something that has some chance of existing. (v2)Dave Airlie1-2/+5
2009-07-17loader: Remove useless TestFree() macroAdam Jackson1-7/+5
2009-04-01Don't leak canonical module name and patterns if module is built-inAlan Coopersmith1-1/+2
2009-02-04loader: Remove icache flushes on alpha.Adam Jackson1-12/+0
2009-01-29Remove extra / from Loading module lineMatt Turner1-3/+3
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-11/+14
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-25Remove dead FreeModuleDesc.Adam Jackson1-18/+0
2008-07-28xfree86: don't output a spurious newline to the log when loading a moduleJulien Cristau1-8/+9
2008-07-16Remove loadable font renderer support.Adam Jackson1-1/+0