summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/loadmod.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-24Plug memory leak in doLoadModule()Alan Coopersmith1-1/+1
2006-07-21Open-coded path checks make baby Jesus cry.Adam Jackson1-28/+16
2006-07-21loader: walk directory paths with readdir(), don't stat() everythingDaniel Stone1-37/+56
2006-06-19Another round of loader sense-beating. Remove the (unused) server exportAdam Jackson1-32/+8
2006-06-09fix compiler warning in hw/xfree86/loader/loadmod.cGreg Kroah-Hartman1-2/+0
2006-06-01Clean up a warning, and remove excess multiple-suffix code.Daniel Stone1-23/+17
2006-06-01Ditch more alternate-loader braindamage.Daniel Stone1-4/+0
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson1-6/+6
2006-03-15Coverity #794: Fix a highly unlikely memory leak.Adam Jackson1-5/+4
2006-03-15Coverity #269: Compare the requested ABI class against the ABI class of theAdam Jackson1-1/+1
2006-03-15Coverity #1053: Nuke a dead variable.Adam Jackson1-2/+0
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg1-44/+95
2005-10-19Bug #3196: Fix Load foo.so syntax.Adam Jackson1-0/+5
2005-08-09//bugs.freedesktop.org/show_bug.cgi?id=3950> Xorg prints version numbers inAlan Coopersmith1-1/+7
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-2/+2
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-2/+2
2005-04-25Bug #2138: When the server is built with MakeDllModules YES, preferAdam Jackson1-40/+39
2005-04-23Bug #3016: Don't complain as loudly about failing to load a module that'sAdam Jackson1-3/+5
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-944/+960
2003-11-14Initial revisionKaleb Keithley1-0/+1296