summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/loader.c
AgeCommit message (Expand)Author
2009-06-29Fix a couple off-by-one array boundary checks.Jeremy Huddleston
2008-07-17Remove more Lynx leftoversAlan Coopersmith
2008-07-17Drop a bunch of #ifdef Lynx.Mathieu Bérard
2008-07-16Remove loadable font renderer support.Adam Jackson
2008-07-10Add LoaderShouldIgnoreABI to allow drivers that roll their own ABI checks (i....Aaron Plattner
2008-06-24Check for __amd64__, not __x86_64__.Adam Jackson
2008-04-12Check for __x86_64__ when we check for __amd64__Matt Turner
2007-03-25Static cleanups, dead code deletion.Adam Jackson
2006-07-21Remove a useless open() of the module we're about to load.Adam Jackson
2006-07-21Remove the loader's required and referenced symbol lists, dead code.Adam Jackson
2006-06-21Unbreak unbreaking the loader. Re-add the symbol reference lists so that theAdam Jackson
2006-06-19Another round of loader sense-beating. Remove the (unused) server exportAdam Jackson
2006-06-07Demolish now-unused loader functions.Adam Jackson
2006-06-03Completely remove relocation pointer table.Daniel Stone
2006-06-01Clean up a warning, and remove excess multiple-suffix code.Daniel Stone
2006-06-01Ditch more alternate-loader braindamage.Daniel Stone
2006-06-01Kill a.out, COFF and ELF loaders with FIRE.Daniel Stone
2006-04-23Don't access free memory after unloading a module. Bugzilla #4168.Matthieu Herrb
2006-03-28Add a new export, LoaderGetABIVersion. This function allows modules toAaron Plattner
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson
2006-03-15Coverity #484: Fix an off-by-one in module refcounting.Adam Jackson
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson
2005-08-26Don't assume that all sun4m CPUs support muldiv; the Cypress CPU, whichDaniel Stone
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone
2005-05-04Port X.Org to FreeBSD/powerpc. This makes a bit of math for sysmouse inEric Anholt
2005-03-16Make message that gets printed when loader encounters a .o with no symbolsEgbert Eich
2004-08-29Fix make install when BuildServersOnly is YES (Bug #1213).Kevin E Martin
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksKaleb Keithley
2003-11-14Initial revisionKaleb Keithley