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 dead code.
Joakim Tjernlund
2005-03-18
1
-78
/
+0
*
Forgot to commit the arch cleanup changes to m68k
Joakim Tjernlund
2005-03-18
1
-2
/
+9
*
have ldso.c depend on dl-startup.h too
Mike Frysinger
2005-03-18
1
-1
/
+2
*
Fix ldso for MIPS.
Joakim Tjernlund
2005-03-17
2
-71
/
+1
*
Corrected a typo (exection -> execution).
Peter Kjellerstedt
2005-03-17
1
-1
/
+1
*
General arch cleanup and prepare support for standalone
Joakim Tjernlund
2005-03-17
15
-137
/
+206
*
cleanup & standardize
Mike Frysinger
2005-03-16
1
-121
/
+120
*
add hack like m68k so it *builds* again ... probably needs to be cleaned up l...
Mike Frysinger
2005-03-16
1
-5
/
+5
*
make it compile again
Mike Frysinger
2005-03-16
1
-7
/
+4
*
make sure we rebuild ldso.o when the dl-*.c files have been updated
Mike Frysinger
2005-03-16
1
-1
/
+1
*
merge the syscalls and punt the glibc import in the process (blah, what a was...
Mike Frysinger
2005-03-16
1
-174
/
+2
*
updates to match i386
Mike Frysinger
2005-03-16
1
-10
/
+14
*
clean up whitespace style and hack around a build failure or two
Mike Frysinger
2005-03-16
1
-182
/
+176
*
fix 13mo+ old typo
Mike Frysinger
2005-03-16
1
-1
/
+1
*
whitespace trim
Mike Frysinger
2005-03-16
1
-5
/
+0
*
clean up style to be match i386
Mike Frysinger
2005-03-16
1
-44
/
+42
*
Add _dl_boot() prototype.
Joakim Tjernlund
2005-03-15
1
-1
/
+1
*
A little whitespace clean up.
Peter Kjellerstedt
2005-03-15
1
-8
/
+13
*
Made it compile again (and it even seems to work).
Peter Kjellerstedt
2005-03-15
1
-2
/
+2
*
Fix MIPS initial GOT relocation.
Joakim Tjernlund
2005-03-15
1
-8
/
+9
*
Same typo here.
Joakim Tjernlund
2005-03-14
1
-1
/
+1
*
Oops, fix typo.
Joakim Tjernlund
2005-03-14
1
-1
/
+1
*
Make mips at least compile
Eric Andersen
2005-03-14
2
-10
/
+12
*
Fix up x86 so it compiles again.
Eric Andersen
2005-03-14
2
-3
/
+2
*
Simplify PT_INTERP handling.
Joakim Tjernlund
2005-03-14
1
-28
/
+9
*
Generalize optimized relative reloc procesing.
Joakim Tjernlund
2005-03-14
12
-28
/
+526
*
Force suid apps to do unlazy binding of the PLT relocs.
Joakim Tjernlund
2005-03-14
1
-30
/
+32
*
Use DT_RELCONT_IDX to optimize the relocation of R_PPC_RELATIVE
Joakim Tjernlund
2005-03-10
1
-1
/
+13
*
no more cvs
Mike Frysinger
2005-02-12
3
-9
/
+0
*
make sure libdl static and shared targets are built properly
Mike Frysinger
2005-01-24
1
-9
/
+6
*
clean up dependencies so libraries are only rebuilt when needed and so that p...
Mike Frysinger
2005-01-19
1
-8
/
+5
*
Avoid compiler warnings.
Peter Kjellerstedt
2005-01-19
1
-3
/
+3
*
rework dependencies so the archive is re-created only when the object files h...
Mike Frysinger
2005-01-18
1
-3
/
+3
*
rework dependencies to support parallel build and avoid re-creating header fi...
Mike Frysinger
2005-01-18
1
-11
/
+13
*
Use the inlined __dl_parse_dynamic_info() in DL_BOOT() for CRIS too.
Peter Kjellerstedt
2005-01-12
1
-2
/
+2
*
Fixup function prototypes to match definitions in include/dlfcn.h
Eric Andersen
2005-01-10
1
-2
/
+4
*
fix eriks e-mail address
Mike Frysinger
2005-01-05
9
-9
/
+9
*
Cleanup for when LDSO_CACHE_SUPPORT is disabled
Eric Andersen
2004-12-22
1
-3
/
+4
*
Patch from Peter S. Mazinger:
Eric Andersen
2004-12-22
1
-0
/
+3
*
Patch from Peter S. Mazinger:
Eric Andersen
2004-12-22
1
-0
/
+3
*
Cleaned up patch from Peter S. Mazinger adding support for
Eric Andersen
2004-12-22
2
-3
/
+2
*
Patch from Peter S. Mazinger to consistantly use "ASFLAGS"
Eric Andersen
2004-12-22
1
-1
/
+3
*
- 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
*
That last patch had some garbage in it... PIC != PIE
Eric Andersen
2004-12-11
1
-8
/
+1
*
Partial commit of a patch from Alexandre Oliva:
Eric Andersen
2004-12-11
7
-15
/
+52
*
Add BIND NOW support to MIPS.
Joakim Tjernlund
2004-11-17
4
-15
/
+17
*
Add RTLD_LOCAL support for dlopened libs. Reported by
Joakim Tjernlund
2004-11-10
13
-353
/
+67
*
- Remove dynamic_size from struct elf_resolve.
Joakim Tjernlund
2004-11-02
11
-158
/
+172
*
Jocke's patch was almost right. Just needed move the DT_MIPS_RLD_MAP test
Manuel Novoa III
2004-10-27
1
-15
/
+4
[prev]
[next]