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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
we need the syscall6() version of mmap
Mike Frysinger
2005-07-09
1
-1
/
+1
*
need _DEBUG macros for NUMBER too
Mike Frysinger
2005-07-08
1
-0
/
+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
*
need features.h for the misc attribute defines and uclibc features
Mike Frysinger
2005-07-06
1
-0
/
+1
*
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
2
-11
/
+11
*
use new __always_inline define
Mike Frysinger
2005-07-02
1
-2
/
+2
*
create generic ELF_* macros to hide 32/64 bit differences
Mike Frysinger
2005-06-30
1
-0
/
+20
*
whitespace tweaks
Mike Frysinger
2005-06-30
2
-17
/
+16
*
change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...
Mike Frysinger
2005-06-30
3
-4
/
+4
*
typecast to long instead of int so pointers on 64bit arches can be typecast s...
Mike Frysinger
2005-06-30
1
-2
/
+2
*
The function '_dl_memset' should always be inlined regardless of the
"Steven J. Hill"
2005-06-30
1
-14
/
+14
*
move _dl_if_debug_dprint() to shared ldso header
Mike Frysinger
2005-06-25
1
-3
/
+7
*
create some DEBUG macros for the ld debug early
Mike Frysinger
2005-06-25
1
-1
/
+9
*
whitespace/syntax cleanups
Mike Frysinger
2005-06-25
1
-45
/
+46
*
Initial support for both RUNPATH support.
Joakim Tjernlund
2005-06-01
1
-0
/
+4
*
Fix debug macros.
Joakim Tjernlund
2005-05-20
1
-5
/
+6
*
Get rid of extern references to ldso variables.
"Steven J. Hill"
2005-04-27
1
-2
/
+0
*
Add missing definition for DL_OPENED
Eric Andersen
2005-04-13
1
-4
/
+5
*
On some wierd arches (i.e. mips), none of the early debug stuff
Eric Andersen
2005-04-13
1
-0
/
+10
*
Don't write out the terminating NULL char
Eric Andersen
2005-04-13
1
-2
/
+2
*
Rework the dl-startup.c ldso early debugging macros to be
Eric Andersen
2005-04-13
1
-38
/
+54
*
Moved the addition of load address from the fast path
Joakim Tjernlund
2005-03-29
2
-4
/
+17
*
no more cvs
Mike Frysinger
2005-02-12
1
-6
/
+0
*
Cleanup for when LDSO_CACHE_SUPPORT is disabled
Eric Andersen
2004-12-22
1
-3
/
+4
*
- added LD_TRACE_LOADED_OBJECTS to be stripped from the env on suid exec
Ned Ludd
2004-12-20
1
-0
/
+1
*
- dont use dos format
Ned Ludd
2004-12-20
1
-26
/
+25
*
Partial commit of a patch from Alexandre Oliva:
Eric Andersen
2004-12-11
1
-0
/
+8
*
Add RTLD_LOCAL support for dlopened libs. Reported by
Joakim Tjernlund
2004-11-10
1
-2
/
+2
*
- Remove dynamic_size from struct elf_resolve.
Joakim Tjernlund
2004-11-02
2
-9
/
+51
*
Mark Rakes writes:
Joakim Tjernlund
2004-10-12
1
-4
/
+5
*
Remove usage of _dl_parse_copy_information() from generic code.
Joakim Tjernlund
2004-10-07
2
-7
/
+4
*
Peter S. Mazinger writes:
Joakim Tjernlund
2004-10-06
1
-0
/
+26
*
Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h and
Joakim Tjernlund
2004-10-06
2
-34
/
+45
*
This patch from Mike Frysinger, extended from an earlier patch from Peter S.
Eric Andersen
2004-10-03
1
-10
/
+5
*
Second attempt to fix the INIT/FINI order. This time I think I got it right :)
Joakim Tjernlund
2004-09-08
2
-3
/
+9
*
First attempt to fix the INIT/FINI ordering. Fingers crossed :)
Joakim Tjernlund
2004-09-03
2
-0
/
+9
*
Remove unused variables. From Peter Mazinger.
Joakim Tjernlund
2004-09-02
1
-2
/
+0
*
Patch from Stefan Allius:
Joakim Tjernlund
2004-08-25
1
-3
/
+3
*
Remove poor man's malloc. Not needed anymore.
Joakim Tjernlund
2004-08-19
1
-2
/
+1
*
Move "debug_addr" ptr from dl-startup.c to ldso.c
Joakim Tjernlund
2004-08-19
1
-1
/
+1
*
Move the app specific stuff from dl-startup.c to ldso.c.
Joakim Tjernlund
2004-08-19
1
-2
/
+1
*
Let ldso decide if it should relocate itselft a second time. This
Joakim Tjernlund
2004-08-17
1
-1
/
+1
*
Fixup PAGE_SIZE problems
Eric Andersen
2004-08-13
1
-5
/
+1
*
Optimze _dl_memset() for PowerPC.
Joakim Tjernlund
2004-08-10
1
-0
/
+28
*
Forgot _dl_memcpy in previous checkin.
Joakim Tjernlund
2004-08-10
1
-5
/
+6
*
_dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp,
Joakim Tjernlund
2004-08-10
1
-36
/
+28
*
_dl_get_last_path_component:
Joakim Tjernlund
2004-08-10
1
-31
/
+19
*
Teach libdl to use normal libc symbols whenever possible, i.e. malloc
Eric Andersen
2004-07-30
2
-3
/
+6
[prev]
[next]