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
/
include
/
ldso.h
Age
Commit message (
Expand
)
Author
2012-11-18
ldso: include dlfcn.h for RTLD_NODELETE
Mike Frysinger
2012-06-15
ldso: use _dl_strdup and _dl_dprintf only in ld-uClibc.so
Peter S. Mazinger
2012-06-15
ldso/include: change guard of headers to reflect the file names.
Peter S. Mazinger
2012-06-06
Clean up DSBT support
Mark Salter
2012-01-02
ldso: simplify interp path search logic
Mike Frysinger
2011-11-27
ldso: use __func__ rather than __FUNCTION__
Mike Frysinger
2011-08-26
ldso: add missing include
Bernhard Reutner-Fischer
2011-05-04
Merge remote-tracking branch 'origin/master' into prelink
Carmelo Amoroso
2011-04-11
Fix nommu handling of DT_TEXTREL
Bernd Schmidt
2010-09-17
ldso: Add support for LD_WARN and LD_TRACE_PRELINKING
Filippo Arcidiacono
2010-09-17
ldso: Rework global scope handling and symbol lookup mechanism
Filippo Arcidiacono
2010-09-17
ldso: Add implementation of ld.so standalone execution
Filippo Arcidiacono
2010-05-09
powerpc: Add TLS and NPTL support
Khem Raj
2010-04-28
include dlfcn.h in ldso.h to get RTLD_NODELETE definition
Austin Foxley
2010-02-11
ldso: fix USE_TLS check
Austin Foxley
2010-02-05
ldso: add missing prototypes
Bernhard Reutner-Fischer
2009-10-15
ldso: clean up breakage in tls merge
Mike Frysinger
2009-10-07
ldso: pull in missing bits/fcntl.h header for O_CLOEXEC
Mike Frysinger
2009-09-26
ldso/: tls support for dynamic linker
Austin Foxley
2009-07-20
fix building for systems w/out ldso support
Mike Frysinger
2009-01-12
ldso: do not comment out unused variables, just delete it.
Carmelo Amoroso
2009-01-10
simple optimizations and style fixes in dynamic loading
Denis Vlasenko
2008-12-03
- Use runtime pagesize (Jeremy Kerr)
Bernhard Reutner-Fischer
2008-05-30
- fix the macros rather than the callees as rightfully noted by bernds (duh!)
Bernhard Reutner-Fischer
2008-01-09
fix broken whitespace in many places; no functional changes
Mike Frysinger
2008-01-08
Some more Blackfin/FDPIC ldso merging work. Include dl-inlines.h when it
Bernd Schmidt
2007-12-03
Blackfin FD-PIC patches 5/6.
Bernd Schmidt
2007-12-03
Blackfin FD-PIC patch 1/6.
Bernd Schmidt
2007-11-09
Define _dl_assert in libdl only if __DOASSERTS__ is defined. Thanks to Peter ...
Carmelo Amoroso
2007-11-07
Added support for GNU hash style into dynamic linker
Carmelo Amoroso
2007-01-29
- see if defined foo before trying to look at the value of foo (that should b...
Bernhard Reutner-Fischer
2006-07-05
patch from Bernd Schmidt to abstract away load address types
Mike Frysinger
2006-07-05
missed an ElfW(Addr) change
Mike Frysinger
2006-07-05
revert fdpic patch so we can merge it in bit by bit
Mike Frysinger
2006-06-30
Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFs
Mike Frysinger
2006-02-23
Include bits/uClibc_page.h before dl-syscall.h as the latter may
Peter Kjellerstedt
2005-11-23
change to Lesser GPL 2.1 as pointed out by psm
Mike Frysinger
2005-11-22
add some copyright info
Mike Frysinger
2005-08-29
some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hosts
Mike Frysinger
2005-08-12
Remove hardcoded ld-uClibc.so.0 name in ldso.
Joakim Tjernlund
2005-07-11
create a new wrapper macro for debug early output
Mike Frysinger
2005-06-30
change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...
Mike Frysinger
2005-06-25
move _dl_if_debug_dprint() to shared ldso header
Mike Frysinger
2005-04-27
Get rid of extern references to ldso variables.
"Steven J. Hill"
2004-09-08
Second attempt to fix the INIT/FINI order. This time I think I got it right :)
Joakim Tjernlund
2004-09-03
First attempt to fix the INIT/FINI ordering. Fingers crossed :)
Joakim Tjernlund
2004-09-02
Remove unused variables. From Peter Mazinger.
Joakim Tjernlund
2004-08-19
Remove poor man's malloc. Not needed anymore.
Joakim Tjernlund
2004-08-19
Move "debug_addr" ptr from dl-startup.c to ldso.c
Joakim Tjernlund
2004-08-19
Move the app specific stuff from dl-startup.c to ldso.c.
Joakim Tjernlund
[next]