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
*
remove superfluous extra semicolons
Bernhard Reutner-Fischer
2009-11-22
1
-16
/
+17
*
ldso: Add missing newlines to some debug messages
Bernhard Reutner-Fischer
2009-11-22
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-16
1
-23
/
+0
*
ldso: unify and cleanup _dl_mmap code
Mike Frysinger
2009-10-16
1
-40
/
+22
*
ldso: define MAP_FAILED for everyone
Mike Frysinger
2009-10-16
1
-1
/
+1
*
ldso: simplify handling of extra _dl_lookup_hash() arg
Mike Frysinger
2009-10-16
2
-15
/
+7
*
ldso: clean up breakage in tls merge
Mike Frysinger
2009-10-16
14
-159
/
+137
*
ldso: fixup all the rest of the calls to _dl_find_hash
Austin Foxley
2009-10-16
7
-13
/
+13
*
check_ld some more flags
Bernhard Reutner-Fischer
2009-10-16
1
-1
/
+1
*
ldso: pull in missing bits/fcntl.h header for O_CLOEXEC
Mike Frysinger
2009-10-16
1
-0
/
+2
*
ldso: use O_CLOEXEC for cache file
Mike Frysinger
2009-10-16
1
-1
/
+1
*
ldso: use MAP_FAILED with ld.so.cache
Mike Frysinger
2009-10-16
1
-5
/
+5
*
fix coding style
Bernhard Reutner-Fischer
2009-10-16
1
-25
/
+16
*
commentary typo fix
Bernhard Reutner-Fischer
2009-10-16
1
-2
/
+2
*
trim whitespace
Bernhard Reutner-Fischer
2009-10-16
1
-10
/
+10
*
whitespace cleanup
Bernhard Reutner-Fischer
2009-10-16
1
-4
/
+4
*
mips nptl: Cleanup up _ABI64 warnings
Austin Foxley
2009-09-27
1
-1
/
+1
*
add i386 ldso tls support
Austin Foxley
2009-09-23
2
-3
/
+31
*
tls: test for DTV vs TCB at TP correctly
Austin Foxley
2009-09-23
2
-9
/
+9
*
spent this morning beating i386 nptl into shape
Austin Foxley
2009-09-22
3
-3
/
+7
*
guard tls.h include
Austin Foxley
2009-09-20
1
-0
/
+3
*
use proper macros
Austin Foxley
2009-09-18
2
-4
/
+4
*
sync up bfin reloc names to master
Austin Foxley
2009-09-18
3
-14
/
+14
*
support building out-of-tree
Bernhard Reutner-Fischer
2009-08-19
2
-0
/
+4
*
Blackfin: add support for automatic loading of L2 SRAM regions
Jie Zhang
2009-08-19
1
-17
/
+36
*
Blackfin: rename __dl_boot to __start
Mike Frysinger
2009-08-19
2
-11
/
+8
*
Blackfin: fix incorrect attribute order
Mike Frysinger
2009-08-19
1
-1
/
+2
*
Blackfin: add elf_machine_load_address() stub
Mike Frysinger
2009-08-19
1
-0
/
+8
*
ldso: fix building for FDPIC systems
Mike Frysinger
2009-08-19
1
-1
/
+1
*
silence warnings in Blackfin ldso code
Mike Frysinger
2009-08-19
3
-3
/
+3
*
fix building for systems w/out ldso support
Mike Frysinger
2009-08-19
1
-0
/
+5
*
Avoid type-punned pointers that break strict-aliasing
Ron
2009-07-09
2
-2
/
+5
*
Move extern prototype out of function scope
Ron
2009-07-09
1
-1
/
+2
*
Merged revisions 26046,26062,26066,26078 via svnmerge from
Khem Raj
2009-04-14
2
-2
/
+2
*
add sparc TLS reloc's, shared library NPTL works now
austinf
2009-04-14
2
-37
/
+44
*
Merged revisions 26038 via svnmerge from
Khem Raj
2009-04-09
1
-3
/
+1
*
Merged revisions 26033 via svnmerge from
Khem Raj
2009-04-09
3
-9
/
+30
*
sparc32 nptl functional
austinf
2009-03-19
1
-3
/
+3
*
Use __always_inline instead of __inline__
Carmelo Amoroso
2009-03-05
11
-38
/
+38
*
Re-add/merge TLS relocations support for MIPS that
Carmelo Amoroso
2009-03-04
1
-9
/
+62
*
i386 doesn't need to pass the extra tpnt to _dl_find_hash
Carmelo Amoroso
2009-02-23
1
-3
/
+1
*
Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS related
Carmelo Amoroso
2009-02-20
1
-1
/
+1
*
Remove check for the relocation type check in the resolver,
Carmelo Amoroso
2009-01-28
13
-91
/
+0
*
Synch with trunk: miscellaneous changes, mostly cleanup,
Carmelo Amoroso
2009-01-22
1
-9
/
+9
*
ldso: performs bootstrap relocations only if required by the arch.
Carmelo Amoroso
2009-01-21
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
-240
/
+241
*
ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.
Denis Vlasenko
2009-01-04
14
-43
/
+23
[next]