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-elf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldso: support RTLD_NOLOAD
Timo Teräs
2011-12-23
1
-2
/
+4
*
Fix nommu handling of DT_TEXTREL
Bernd Schmidt
2011-04-11
1
-1
/
+1
*
Add support for DSBT ELF to ld.so
Mark Salter
2011-03-05
1
-1
/
+10
*
ldso: fix fdpic builds
Mike Frysinger
2011-02-21
1
-2
/
+7
*
ldso: Do not adjust dynamic section entries unnecessarily
Filippo Arcidiacono
2010-09-15
1
-7
/
+10
*
ldso: support RTLD_NODELETE and DF_1_NODELETE
Timo Teräs
2010-04-22
1
-7
/
+13
*
- fix inline keyword
Bernhard Reutner-Fischer
2008-07-23
1
-2
/
+2
*
fix broken whitespace in many places; no functional changes
Mike Frysinger
2008-01-09
1
-4
/
+4
*
Blackfin FD-PIC patch 3/6.
Bernd Schmidt
2007-12-03
1
-0
/
+5
*
Added support for GNU hash style into dynamic linker
Carmelo Amoroso
2007-11-07
1
-2
/
+19
*
patch from Bernd Schmidt to abstract away initializing of relocation addresses
Mike Frysinger
2006-07-05
1
-1
/
+1
*
patch from Bernd Schmidt to abstract away load address types
Mike Frysinger
2006-07-05
1
-2
/
+4
*
revert fdpic patch so we can merge it in bit by bit
Mike Frysinger
2006-07-05
1
-6
/
+3
*
Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFs
Mike Frysinger
2006-06-30
1
-3
/
+6
*
add a note as to why mips is special
Mike Frysinger
2006-04-20
1
-0
/
+4
*
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
*
oops, fix typo in ELF_ST_BIND macros
Mike Frysinger
2005-07-13
1
-2
/
+2
*
clean up whitespace
Mike Frysinger
2005-07-07
1
-11
/
+9
*
make RUNPATH/RPATH support configurable
Mike Frysinger
2005-07-07
1
-0
/
+2
*
setup ELF_R_TYPE() wrapper for ELF{32,64}_R_TYPE()
Mike Frysinger
2005-07-06
1
-0
/
+2
*
use new __always_inline define
Mike Frysinger
2005-07-02
1
-1
/
+1
*
create generic ELF_* macros to hide 32/64 bit differences
Mike Frysinger
2005-06-30
1
-0
/
+20
*
change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...
Mike Frysinger
2005-06-30
1
-2
/
+2
*
Initial support for both RUNPATH support.
Joakim Tjernlund
2005-06-01
1
-0
/
+4
*
Moved the addition of load address from the fast path
Joakim Tjernlund
2005-03-29
1
-3
/
+17
*
- Remove dynamic_size from struct elf_resolve.
Joakim Tjernlund
2004-11-02
1
-1
/
+48
*
Remove usage of _dl_parse_copy_information() from generic code.
Joakim Tjernlund
2004-10-07
1
-2
/
+0
*
Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h and
Joakim Tjernlund
2004-10-06
1
-34
/
+1
*
This patch from Mike Frysinger, extended from an earlier patch from Peter S.
Eric Andersen
2004-10-03
1
-10
/
+5
*
Patch from Stefan Allius:
Joakim Tjernlund
2004-08-25
1
-3
/
+3
*
Let dl-string.h include dl-sysdep.h, since it has proper include guards
Eric Andersen
2004-06-20
1
-1
/
+1
*
Sigh. I switched the values...
Eric Andersen
2004-02-20
1
-2
/
+2
*
Slightly cleaner formatting
Eric Andersen
2004-02-20
1
-4
/
+4
*
Joakim Tjernlund writes:
Eric Andersen
2004-02-14
1
-0
/
+13
*
Rework file naming, aiming for at least a vague level of consistancy
Eric Andersen
2004-02-10
1
-1
/
+1
*
Step one, begin shuffling things around a bit
Eric Andersen
2004-02-07
1
-2
/
+5
*
Modify interfaces for _dl_parse_relocation_information()
Eric Andersen
2004-01-29
1
-5
/
+5
*
Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefs
Eric Andersen
2004-01-29
1
-0
/
+9
*
Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), and
Eric Andersen
2004-01-29
1
-1
/
+0
*
Rework the config system. Better utilize the Kconfig language
Eric Andersen
2003-11-04
1
-3
/
+3
*
Always build and install ldconfig
Eric Andersen
2003-10-12
1
-1
/
+2
*
Weed out duplicates before trying to load libraries.... Delayed
Eric Andersen
2003-08-31
1
-0
/
+1
*
Phase one of my evil plan to clean up ld.so...
Eric Andersen
2003-08-19
1
-0
/
+91