index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ldso
/
ldso
/
sh
Age
Commit message (
Expand
)
Author
2005-09-21
__set_errno must be redefined after #include "sys/syscall.h".
Joakim Tjernlund
2005-08-15
move arch-specific checks out of shared dl-syscall.h and into arch-specific d...
Mike Frysinger
2005-08-10
use the inline version of _dl_parse_dynamic_info
Mike Frysinger
2005-08-09
clean up whitespace/syntax
Mike Frysinger
2005-08-09
eat whitespace
Mike Frysinger
2005-07-07
rip out all the duplicated debug code and move into a shared file
Mike Frysinger
2005-04-27
Simplify PERFORM_BOOTSTRAP_RELOC() default path.
Paul Mundt
2005-03-29
Moved the addition of load address from the fast path
Joakim Tjernlund
2005-03-17
General arch cleanup and prepare support for standalone
Joakim Tjernlund
2005-03-14
Generalize optimized relative reloc procesing.
Joakim Tjernlund
2004-11-10
Add RTLD_LOCAL support for dlopened libs. Reported by
Joakim Tjernlund
2004-09-23
Don't allow undefined global symbols to pass.
Joakim Tjernlund
2004-08-26
Stefan Allius writes:
Joakim Tjernlund
2004-08-25
Patch from Stefan Allius:
Joakim Tjernlund
2004-08-17
Carl SHAW writes:
Eric Andersen
2004-08-17
David McCulloug writes:
Joakim Tjernlund
2004-08-17
Let ldso decide if it should relocate itselft a second time. This
Joakim Tjernlund
2004-05-12
Add a local '_dl_errno' to be used by syscalls in ldso, allowing
Eric Andersen
2004-04-20
Cope with gcc 3.4's more aggressive persuit of attribute unused
Eric Andersen
2004-02-17
Seperate out the startup stuff from the non-startup stuff.
Eric Andersen
2004-02-14
Give gcc branch prediction some hits on obviously unlikely branches
Eric Andersen
2004-02-14
Joakim Tjernlund writes:
Eric Andersen
2004-02-10
Rework file naming, aiming for at least a vague level of consistancy
Eric Andersen
2004-02-07
Restore the library entry point so it works. It does have
Eric Andersen
2004-02-07
Split off the stuff that cannot use function into its own file,
Eric Andersen
2004-01-29
Modify interfaces for _dl_parse_relocation_information()
Eric Andersen
2003-12-17
Patch from Paul Mundt <lethal@linux-sh.org>:
Eric Andersen
2003-09-11
Stefan Allius writes:
Eric Andersen
2002-11-08
Another SuperH patch from Stefan Allius. This make it so
Eric Andersen
2002-11-05
Massive scrubbing of the shared lib loader error handling.
Eric Andersen
2002-11-03
Several SH lib loader patches by Stefan Allius <allius@atecom.com>
Eric Andersen
2002-11-03
Patch from M. R. Brown <mrbrown@0xd6.org> to get rid of
Eric Andersen
2002-10-01
This commit contains a patch from Stefan Allius <allius@atecom.com> to change
Eric Andersen
2002-09-12
Add missing _dl_dprintf arguments, as noticed by Tero Lyytik�inen <tero@par...
Eric Andersen
2002-08-19
some updates from Stefan Allius to make up the SuperH shared lib
Eric Andersen
2002-08-09
Link ldso vs libgcc.a and eliminate baggage caused by
Eric Andersen
2002-08-09
Patch from Stefan Allius, avoid compiler warnings (unused variable)
Eric Andersen
2002-08-08
Patch from Stefan Allius and Edie C. Dost to add SuperH
Eric Andersen