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
*
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
*
ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.
Denis Vlasenko
2009-01-04
14
-43
/
+23
*
- non-pic support for MIPS (Catherine Moore, clm at codesourcery com)
Bernhard Reutner-Fischer
2008-12-22
4
-4
/
+155
*
- use proper macros
Bernhard Reutner-Fischer
2008-12-03
2
-3
/
+3
*
- use proper macro (no obj-code changes)
Bernhard Reutner-Fischer
2008-12-03
1
-1
/
+1
*
- Use runtime pagesize (Jeremy Kerr)
Bernhard Reutner-Fischer
2008-12-03
15
-80
/
+13
*
Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does).
Carmelo Amoroso
2008-11-18
4
-34
/
+22
*
- less verbose make clean
Bernhard Reutner-Fischer
2008-11-07
2
-4
/
+4
*
Prefix variables defined in INIT_GOT define for AVR32 arch
Hans-Christian Egtvedt
2008-11-03
1
-4
/
+4
*
Make sure functions in dl-sysdep.h for AVR32 are always inlined
Hans-Christian Egtvedt
2008-11-03
1
-3
/
+3
*
Fix whitespace damage in file.
Hans-Christian Egtvedt
2008-11-03
1
-1
/
+1
*
- jmp on coldfire accepts only address registers
Bernhard Reutner-Fischer
2008-11-03
1
-0
/
+5
*
- fix use after free (Kevin Day)
Bernhard Reutner-Fischer
2008-10-29
1
-3
/
+5
*
- tidy up inline:
Bernhard Reutner-Fischer
2008-10-24
7
-50
/
+50
*
- use c89-style comments
Bernhard Reutner-Fischer
2008-10-03
2
-8
/
+8
*
- avoid warning about undefined preprocessor token
Bernhard Reutner-Fischer
2008-09-30
1
-1
/
+1
*
- remove shadows declaration of struct st (already declared in function scope)
Bernhard Reutner-Fischer
2008-09-30
1
-1
/
+0
*
sh_ldso: Fix typo: missing semi-colon.
Carmelo Amoroso
2008-09-29
1
-1
/
+1
*
Fix comment.
Carmelo Amoroso
2008-09-29
1
-2
/
+5
*
ldso: allow undefined references to weak symbols
Carmelo Amoroso
2008-09-29
1
-3
/
+6
*
libdl: use stderr consistently.
Carmelo Amoroso
2008-09-29
1
-2
/
+2
*
ldso: do not use hard-coded fd in _dl_dprintf. Use dl_debug_file consinstently.
Carmelo Amoroso
2008-09-29
1
-6
/
+6
*
- ARMV5 can use STRD and LDRD access instructions but these accesses need to be
Bernhard Reutner-Fischer
2008-09-25
1
-0
/
+4
*
ldso: removed dead code.
Carmelo Amoroso
2008-09-23
1
-10
/
+0
*
Use __always_inline for _dl_gettimeofday as well.
Carmelo Amoroso
2008-09-18
1
-1
/
+1
*
- commentary typo fix
Bernhard Reutner-Fischer
2008-09-15
13
-13
/
+13
*
xtensa: Stack unwinding on Xtensa requires that the return address register a...
Chris Zankel
2008-09-13
1
-8
/
+4
*
- remove a couple of duplicate includes
Bernhard Reutner-Fischer
2008-08-27
1
-3
/
+1
*
Fix SH ldso sequence startup.
Carmelo Amoroso
2008-08-08
1
-2
/
+12
*
- some more asm keyword fixes (Yann E. MORIN)
Bernhard Reutner-Fischer
2008-08-06
1
-1
/
+1
*
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
12
-40
/
+40
*
- fix inline keyword
Bernhard Reutner-Fischer
2008-07-23
18
-48
/
+48
*
- fix asm and volatile keywords
Bernhard Reutner-Fischer
2008-07-23
9
-10
/
+10
*
avr32: Put underscores around asm, inline, etc.
Haavard Skinnemoen
2008-07-23
2
-7
/
+7
*
- move stripping into do_ar resp compile-m for the sake of simplicity
Bernhard Reutner-Fischer
2008-06-17
2
-3
/
+0
*
- strip the targets and not prerequisites
Bernhard Reutner-Fischer
2008-06-04
2
-3
/
+3
*
- Revert _dl_exit touch-up.
Bernhard Reutner-Fischer
2008-06-03
1
-5
/
+1
*
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-06-03
1
-1
/
+5
*
A slight improvement over my previous commit which ensured we always rebuild
Bernd Schmidt
2008-06-01
1
-1
/
+1
*
- fix the macros rather than the callees as rightfully noted by bernds (duh!)
Bernhard Reutner-Fischer
2008-05-30
3
-7
/
+6
[next]