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