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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add missing imaxdiv and lldiv needed for SuSv3. Adjust ldiv to
Eric Andersen
2004-09-07
3
-26
/
+119
*
First attempt to fix the INIT/FINI ordering. Fingers crossed :)
Joakim Tjernlund
2004-09-03
4
-70
/
+83
*
Add a couple of mips-specific string funcs.
Manuel Novoa III
2004-09-02
35
-2
/
+3726
*
Fix a couple of symbol name issues.
Manuel Novoa III
2004-09-02
1
-5
/
+8
*
Remove unused variables. From Peter Mazinger.
Joakim Tjernlund
2004-09-02
2
-3
/
+0
*
Restore item I erronenously removed, mention mips string funcs
Eric Andersen
2004-08-31
1
-0
/
+9
*
Dont mess with __curbrk in ldso
Eric Andersen
2004-08-31
1
-5
/
+0
*
Typo fix from Peter Mazinger.
Joakim Tjernlund
2004-08-30
1
-1
/
+1
*
Mention kernel abi selection
Eric Andersen
2004-08-30
1
-0
/
+6
*
solar asked that this bit be reverted.
Manuel Novoa III
2004-08-28
1
-1
/
+0
*
Preliminary PIE support for powerpc, i386 was used as template.
Joakim Tjernlund
2004-08-27
2
-3
/
+26
*
#include "dl-startup.c into ldso.c, making ldso one compilation unit.
Joakim Tjernlund
2004-08-27
2
-2
/
+3
*
Forgot to commit this file. Patch from Stefan Allius.
Joakim Tjernlund
2004-08-27
1
-1
/
+1
*
As Mike Frysinger notes, this code is still needed. I
Joakim Tjernlund
2004-08-27
1
-0
/
+10
*
Partial patch from Alexandre Oliva to update the frv port
Eric Andersen
2004-08-26
3
-423
/
+501
*
Patch from Alexandre Oliva to update the frv default config
Eric Andersen
2004-08-26
1
-0
/
+2
*
Partial patch from Alexandre Oliva:
Eric Andersen
2004-08-26
18
-75
/
+635
*
Mention FunctionCheck
Eric Andersen
2004-08-26
1
-0
/
+3
*
Update TODO list a bit
Eric Andersen
2004-08-26
1
-28
/
+16
*
Only print debug stuff when asked
Eric Andersen
2004-08-26
1
-1
/
+2
*
Fixup a couple of warnings
Eric Andersen
2004-08-26
1
-2
/
+2
*
Avoid multiple passes to perform mips GOT relocations, and do
Eric Andersen
2004-08-26
2
-47
/
+53
*
Fixes from gentoo.
Manuel Novoa III
2004-08-26
7
-11
/
+73
*
Let ldso find libc's malloc function and set _dl_malloc_function.
Joakim Tjernlund
2004-08-26
2
-10
/
+4
*
Added test for RTLD_GLOBAL flag in _dl_find_hash().
Joakim Tjernlund
2004-08-26
2
-2
/
+5
*
Relocations of the application's global GOT entries were not being run, and
Eric Andersen
2004-08-26
3
-78
/
+44
*
Stefan Allius writes:
Joakim Tjernlund
2004-08-26
2
-53
/
+14
*
Mike Frysinger writes:
Eric Andersen
2004-08-25
1
-0
/
+3
*
Mike Frysinger writes:
Eric Andersen
2004-08-25
1
-0
/
+1
*
Joakim Tjernlund writes:
Eric Andersen
2004-08-25
1
-1
/
+46
*
Patch by Carl SHAW <carl.shaw@st.com>...
Manuel Novoa III
2004-08-25
2
-1
/
+107
*
Patch from Stefan Allius:
Joakim Tjernlund
2004-08-25
13
-50
/
+40
*
Hopefully fix Laszlo and Jacobs dlopen problem.
Joakim Tjernlund
2004-08-25
2
-2
/
+5
*
Note a security item for the next release
Eric Andersen
2004-08-23
1
-0
/
+4
*
Make the stub profiling stuff work
Eric Andersen
2004-08-22
2
-98
/
+4
*
The "Delete current profiling code because it is complete crap"
Eric Andersen
2004-08-21
1
-3
/
+0
*
Attempt to support 'gcc -finstrument-functions', which seems much
Eric Andersen
2004-08-21
3
-0
/
+120
*
Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a
Eric Andersen
2004-08-21
40
-1796
/
+48
*
Enable only for architectures where __NR_madvise is defined
Eric Andersen
2004-08-20
1
-0
/
+2
*
Never directly include kernel sources
Eric Andersen
2004-08-19
2
-2
/
+2
*
'pagesize' was local to dl-startup.c. In ldso.c we need
Eric Andersen
2004-08-19
1
-1
/
+1
*
Fix dependencies.
Manuel Novoa III
2004-08-19
1
-1
/
+3
*
Accunt for ELF_MACHINE_PLTREL_OVERLAP when relocating ldso.
Joakim Tjernlund
2004-08-19
1
-2
/
+6
*
Remove poor man's malloc. Not needed anymore.
Joakim Tjernlund
2004-08-19
3
-34
/
+9
*
Move "debug_addr" ptr from dl-startup.c to ldso.c
Joakim Tjernlund
2004-08-19
3
-11
/
+9
*
Move the app specific stuff from dl-startup.c to ldso.c.
Joakim Tjernlund
2004-08-19
3
-101
/
+93
*
Oops, forgot to remove unused variable.
Joakim Tjernlund
2004-08-19
1
-2
/
+1
*
This is now done in ldso.c
Joakim Tjernlund
2004-08-19
1
-13
/
+0
*
Clean up the _dl_boot code and make it similar to arm and sh.
Joakim Tjernlund
2004-08-18
1
-26
/
+18
*
Carl SHAW writes:
Eric Andersen
2004-08-17
1
-1
/
+1
[prev]
[next]