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
/
dl-hash.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldso: get rid of _dl_lookup_hash
Carmelo Amoroso
2011-01-20
1
-7
/
+1
*
Add protected symbols support for all architectures
Salvatore Cro
2011-01-20
1
-8
/
+8
*
ldso/include/dl-hash.h: suppress compiler warning. no code changes
Denys Vlasenko
2010-11-02
1
-6
/
+6
*
check if USE_TLS is defined before use
Hans-Christian Egtvedt
2009-12-17
1
-2
/
+2
*
ldso: simplify handling of extra _dl_lookup_hash() arg
Mike Frysinger
2009-10-15
1
-14
/
+6
*
ldso: clean up breakage in tls merge
Mike Frysinger
2009-10-15
1
-7
/
+6
*
whitespace cleanup
Bernhard Reutner-Fischer
2009-10-06
1
-4
/
+4
*
ldso/: tls support for dynamic linker
Austin Foxley
2009-09-26
1
-14
/
+47
*
Fix whitespace damage in file.
Hans-Christian Egtvedt
2008-11-03
1
-1
/
+1
*
- fix inline keyword
Bernhard Reutner-Fischer
2008-07-23
1
-1
/
+1
*
Fix the recent dladdr changes so that they compile on FD-PIC targets.
Bernd Schmidt
2008-02-08
1
-1
/
+1
*
This patch solves a problem in dladdr caused by the wrong value
Carmelo Amoroso
2008-01-18
1
-0
/
+1
*
fix broken whitespace in many places; no functional changes
Mike Frysinger
2008-01-09
1
-6
/
+5
*
Blackfin FD-PIC patch 4/6.
Bernd Schmidt
2007-12-03
1
-0
/
+7
*
Blackfin FD-PIC patch 3/6.
Bernd Schmidt
2007-12-03
1
-2
/
+16
*
Added support for GNU hash style into dynamic linker
Carmelo Amoroso
2007-11-07
1
-0
/
+25
*
merge some more FDPIC related fixes from Bernd Schmidt
Mike Frysinger
2006-09-19
1
-1
/
+1
*
patch from Bernd Schmidt to abstract away load address types
Mike Frysinger
2006-07-05
1
-2
/
+2
*
use ElfW(Addr) in more places
Mike Frysinger
2006-07-05
1
-11
/
+6
*
revert fdpic patch so we can merge it in bit by bit
Mike Frysinger
2006-07-05
1
-2
/
+2
*
Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFs
Mike Frysinger
2006-06-30
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
*
Remove unused function.
Joakim Tjernlund
2005-09-18
1
-1
/
+0
*
Fix bug 430 and reduce ldso size with 1KB :). Not sure if I need to use fstat...
Joakim Tjernlund
2005-09-17
1
-0
/
+3
*
some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hosts
Mike Frysinger
2005-08-29
1
-4
/
+4
*
use Elf32_Word instead of uint32_t since that is what the ELF spec refers to
Mike Frysinger
2005-07-13
1
-4
/
+4
*
force hash buckets to work off of 32bit quantities
Mike Frysinger
2005-07-11
1
-2
/
+2
*
change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...
Mike Frysinger
2005-06-30
1
-1
/
+1
*
Add missing definition for DL_OPENED
Eric Andersen
2005-04-13
1
-4
/
+5
*
Moved the addition of load address from the fast path
Joakim Tjernlund
2005-03-29
1
-1
/
+0
*
Add RTLD_LOCAL support for dlopened libs. Reported by
Joakim Tjernlund
2004-11-10
1
-2
/
+2
*
- Remove dynamic_size from struct elf_resolve.
Joakim Tjernlund
2004-11-02
1
-8
/
+3
*
Remove usage of _dl_parse_copy_information() from generic code.
Joakim Tjernlund
2004-10-07
1
-5
/
+4
*
Second attempt to fix the INIT/FINI order. This time I think I got it right :)
Joakim Tjernlund
2004-09-08
1
-1
/
+8
*
First attempt to fix the INIT/FINI ordering. Fingers crossed :)
Joakim Tjernlund
2004-09-03
1
-0
/
+2
*
Let ldso decide if it should relocate itselft a second time. This
Joakim Tjernlund
2004-08-17
1
-1
/
+1
*
Joakim Tjernlund writes:
Eric Andersen
2004-02-14
1
-2
/
+1
*
Fix function prototype to match the official ELF standard hash function
Eric Andersen
2004-02-10
1
-1
/
+1
*
Cool. Found most of the problem. Turns out we were inadvertanly loading some
Eric Andersen
2003-08-19
1
-23
/
+8
*
Phase one of my evil plan to clean up ld.so...
Eric Andersen
2003-08-19
1
-0
/
+118