index
:
~sthibaul/xserver-hurd
master
master-hurd
master-retro
GNU/Hurd port
sthibaul
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
loader
/
loader.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-26
loader: Deobfuscate RTLD_* macro stuff
Adam Jackson
1
-20
/
+2
2014-07-28
xfree86: Remove #include "compiler.h" from places that don't need it
Adam Jackson
1
-1
/
+0
2012-08-06
Fix up formatting of initializers for arrays of structs
Alan Coopersmith
1
-7
/
+6
2012-07-04
Look for ModuleData only in appropriate library
Michal Srb
1
-0
/
+6
2012-07-02
Log in LoaderUnload() in a signal safe manner
Chase Douglas
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-27
/
+28
2010-12-20
Remove SCO support
Adam Jackson
1
-20
/
+0
2010-10-04
xfree86: Do not call dlclose(NULL) [regression after ab7f057]
Chris Wilson
1
-1
/
+2
2010-09-22
loader: Remove a silly layer of reference counting
Adam Jackson
1
-156
/
+11
2010-09-22
loader: include cleanup
Adam Jackson
1
-8
/
+0
2010-09-22
loader: Remove the handle field from LoaderOpen
Adam Jackson
1
-17
/
+15
2010-09-22
loader: Remove unused canonical name field
Adam Jackson
1
-4
/
+2
2010-09-22
loader: Remove unused module serial number
Adam Jackson
1
-3
/
+0
2010-09-22
loader: Merge dlloader directly into the loader
Adam Jackson
1
-4
/
+72
2010-08-27
Replace malloc/strlen/strcpy with strdup.
Matt Turner
1
-4
/
+2
2009-07-17
loader: Remove a useless check.
Adam Jackson
1
-5
/
+0
2009-07-17
loader: remove dead LoaderCheckUnresolved
Adam Jackson
1
-7
/
+0
2009-05-28
xfree86: Remove loader symbol list ABI stubs
Adam Jackson
1
-21
/
+0
2009-05-08
Fix a couple off-by-one array boundary checks.
Alan Coopersmith
1
-1
/
+1
2009-02-04
loader: Remove a vestige of archive support
Adam Jackson
1
-4
/
+1
2009-02-04
loader: Remove useless call to LoaderGetOS
Adam Jackson
1
-6
/
+0
2009-02-04
loader: Simplify loader magic
Adam Jackson
1
-3
/
+1
2009-02-04
loader: Make a comment slightly less stupid
Adam Jackson
1
-6
/
+1
2009-02-04
loader: code motion.
Adam Jackson
1
-33
/
+30
2009-02-04
loader: Simplify handle allocation and refcounting.
Adam Jackson
1
-17
/
+3
2009-01-11
xfree86: ANSI cleanups
Julien Cristau
1
-1
/
+1
2008-12-07
Use libtool convenience libraries and better "symbol" table.
Paulo Cesar Pereira de Andrade
1
-3
/
+3
2008-12-05
Add back a simplified version of the loader static address tables.
Paulo Cesar Pereira de Andrade
1
-3
/
+4
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-8
/
+8
2008-07-17
Remove more Lynx leftovers
Alan Coopersmith
1
-5
/
+0
2008-07-17
Drop a bunch of #ifdef Lynx.
Mathieu Bérard
1
-1
/
+1
2008-07-16
Remove loadable font renderer support.
Adam Jackson
1
-5
/
+1
2008-07-10
Add LoaderShouldIgnoreABI to allow drivers that roll their own ABI checks (i....
Aaron Plattner
1
-0
/
+6
2008-06-24
Check for __amd64__, not __x86_64__.
Adam Jackson
1
-1
/
+1
2008-04-12
Check for __x86_64__ when we check for __amd64__
Matt Turner
1
-1
/
+1
2007-03-25
Static cleanups, dead code deletion.
Adam Jackson
1
-116
/
+0
2006-07-21
Remove a useless open() of the module we're about to load.
Adam Jackson
1
-14
/
+1
2006-07-21
Remove the loader's required and referenced symbol lists, dead code.
Adam Jackson
1
-163
/
+3
2006-06-21
Unbreak unbreaking the loader. Re-add the symbol reference lists so that the
Adam Jackson
1
-80
/
+5
2006-06-19
Another round of loader sense-beating. Remove the (unused) server export
Adam Jackson
1
-236
/
+12
2006-06-07
Demolish now-unused loader functions.
Adam Jackson
1
-163
/
+0
2006-06-03
Completely remove relocation pointer table.
Daniel Stone
1
-13
/
+1
2006-06-01
Clean up a warning, and remove excess multiple-suffix code.
Daniel Stone
1
-1
/
+1
2006-06-01
Ditch more alternate-loader braindamage.
Daniel Stone
1
-6
/
+0
2006-06-01
Kill a.out, COFF and ELF loaders with FIRE.
Daniel Stone
1
-380
/
+1
2006-04-23
Don't access free memory after unloading a module. Bugzilla #4168.
Matthieu Herrb
1
-1
/
+3
2006-03-28
Add a new export, LoaderGetABIVersion. This function allows modules to
Aaron Plattner
1
-0
/
+25
2006-03-25
Mark everything in xf86sym.c as _X_EXPORT.
Adam Jackson
1
-7
/
+7
2006-03-15
Coverity #484: Fix an off-by-one in module refcounting.
Adam Jackson
1
-1
/
+1
2006-03-12
Merge accel_indirect branch to HEAD.
Kristian Høgsberg
1
-4
/
+5
[next]