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