summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/loadmod.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-25Remove all traces of #ifdef XINPUT and the matching bits from the configure.acPeter Hutterer1-2/+0
2008-02-18xfree86: plug memory leak in InitPathList.Arjan van de Ven1-0/+1
2008-02-14Remove some braindamage from ModuleDesc.Adam Jackson1-21/+0
2008-01-29Loader: Fix verbosity confusionJulien Goodwin1-1/+1
2007-12-08Add a missing linebreak after LoadModule: "foo"Brice Goglin1-1/+1
2007-06-28Remove the remnants of OS/2 support.Adam Jackson1-5/+0
2007-06-20Include module name in "already built-in" messageAlan Coopersmith1-1/+1
2007-04-16Using wrong log level in extension to built-in messageKeith Packard1-1/+1
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-73/+27
2007-03-25loader: fix already built-in messageDave Airlie1-1/+1
2007-03-15Create driver-independent CRTC-based cursor layer.Keith Packard1-1/+2
2007-02-15Merge crtc/output-based mode selection code.Keith Packard1-3/+21