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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldso: add missing prototypes
Bernhard Reutner-Fischer
2010-02-05
1
-0
/
+5
*
mips/ldso: Check for TLS relocation in elf_machine_type_class.
Khem Raj
2010-01-25
2
-16
/
+35
*
ldso: tweak shadow warning with preload file support
Bernhard Reutner-Fischer
2010-01-21
1
-5
/
+4
*
mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...
Khem Raj
2010-01-14
1
-6
/
+14
*
Make _dl_dprintf buf non-static to avoid multithreading bugs.
Chris Metcalf
2009-12-23
1
-1
/
+1
*
check if USE_TLS is defined before use
Hans-Christian Egtvedt
2009-12-17
6
-28
/
+28
*
avoid warning about unused variable
Bernhard Reutner-Fischer
2009-11-25
1
-11
/
+10
*
nommu: use MAP_UNINITIALIZE for mallocs
Mike Frysinger
2009-11-23
2
-2
/
+2
*
ldso: let people disable the implicit path search
Mike Frysinger
2009-11-22
1
-0
/
+2
*
remove superfluous extra semicolons
Bernhard Reutner-Fischer
2009-11-20
1
-16
/
+17
*
ldso: Add missing newlines to some debug messages
Bernhard Reutner-Fischer
2009-11-15
8
-14
/
+14
*
ldso: fixup missed variable rename ( tls_tpnt -> tpntp )
Austin Foxley
2009-10-16
1
-2
/
+2
*
ldso: drop duplicated/unused defines
Mike Frysinger
2009-10-15
1
-23
/
+0
*
ldso: unify and cleanup _dl_mmap code
Mike Frysinger
2009-10-15
1
-40
/
+22
*
ldso: define MAP_FAILED for everyone
Mike Frysinger
2009-10-15
1
-1
/
+1
*
ldso: simplify handling of extra _dl_lookup_hash() arg
Mike Frysinger
2009-10-15
2
-15
/
+7
*
ldso: clean up breakage in tls merge
Mike Frysinger
2009-10-15
14
-159
/
+137
*
ldso: fixup all the rest of the calls to _dl_find_hash
Austin Foxley
2009-10-14
7
-13
/
+13
*
check_ld some more flags
Bernhard Reutner-Fischer
2009-10-09
1
-1
/
+1
*
ldso: pull in missing bits/fcntl.h header for O_CLOEXEC
Mike Frysinger
2009-10-07
1
-0
/
+2
*
ldso: use O_CLOEXEC for cache file
Mike Frysinger
2009-10-07
1
-1
/
+1
*
ldso: use MAP_FAILED with ld.so.cache
Mike Frysinger
2009-10-07
1
-5
/
+5
*
fix coding style
Bernhard Reutner-Fischer
2009-10-06
1
-25
/
+16
*
commentary typo fix
Bernhard Reutner-Fischer
2009-10-06
1
-2
/
+2
*
trim whitespace
Bernhard Reutner-Fischer
2009-10-06
1
-10
/
+10
*
whitespace cleanup
Bernhard Reutner-Fischer
2009-10-06
1
-4
/
+4
*
mips: fix typo in elfinterp.c
Austin Foxley
2009-10-04
1
-1
/
+1
*
ldso/: tls support for dynamic linker
Austin Foxley
2009-09-26
24
-148
/
+2239
*
support building out-of-tree
Bernhard Reutner-Fischer
2009-08-17
2
-0
/
+4
*
Blackfin: rename __dl_boot to __start
Mike Frysinger
2009-07-23
2
-11
/
+8
*
Blackfin: fix incorrect attribute order
Mike Frysinger
2009-07-23
1
-1
/
+2
*
Blackfin: add elf_machine_load_address() stub
Mike Frysinger
2009-07-23
1
-0
/
+8
*
ldso: fix building for FDPIC systems
Mike Frysinger
2009-07-23
1
-1
/
+1
*
silence warnings in Blackfin ldso code
Mike Frysinger
2009-07-23
3
-3
/
+3
*
Blackfin: add support for automatic loading of L2 SRAM regions
Jie Zhang
2009-07-23
1
-17
/
+36
*
fix building for systems w/out ldso support
Mike Frysinger
2009-07-20
1
-0
/
+5
*
Avoid type-punned pointers that break strict-aliasing
Ron
2009-07-05
2
-2
/
+5
*
Move extern prototype out of function scope
Ron
2009-07-05
1
-1
/
+2
*
Blackfin: make sure all relocs are uppercase
Mike Frysinger
2009-06-01
3
-14
/
+14
*
for sparc v8 MAGIC1 was defined incorrectly
austinf
2009-04-11
1
-1
/
+1
*
sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldso
austinf
2009-04-11
1
-1
/
+1
*
Fix the ifdef logic broken by last commit for !defined (__mcoldfire__)
Khem Raj
2009-04-09
1
-3
/
+1
*
The attached patches fixes the problems found bringing up uclibc on coldfire
Khem Raj
2009-04-09
3
-9
/
+30
*
Use __always_inline instead of __inline__
Carmelo Amoroso
2009-03-05
11
-38
/
+38
*
- fix weak ssp symbol on some arches (Peter S. Mazinger)
Bernhard Reutner-Fischer
2009-02-23
1
-8
/
+6
*
Remove check for the relocation type check in the resolver,
Carmelo Amoroso
2009-01-28
13
-91
/
+0
*
ldso: performs bootstrap relocations only if required by the arch.
Carmelo Amoroso
2009-01-14
10
-31
/
+69
*
ldso: do not comment out unused variables, just delete it.
Carmelo Amoroso
2009-01-12
1
-1
/
+0
*
replace yet another _dl_malloc + _dl_memset with _dl_zalloc
Denis Vlasenko
2009-01-11
1
-2
/
+1
*
simple optimizations and style fixes in dynamic loading
Denis Vlasenko
2009-01-10
7
-222
/
+222
[next]