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
...
*
this should be able to handle both 32 and 64 bit sparc
Mike Frysinger
2005-07-09
1
-1
/
+1
*
drop the envp code
Mike Frysinger
2005-07-09
1
-5
/
+0
*
style updates
Mike Frysinger
2005-07-09
5
-53
/
+46
*
rewrite crt in asm using glibc as a basis
Mike Frysinger
2005-07-09
3
-46
/
+141
*
update style
Mike Frysinger
2005-07-09
3
-19
/
+26
*
make sure we use long instead of int so we dont truncate 64bit values
Mike Frysinger
2005-07-09
1
-3
/
+3
*
we need the syscall6() version of mmap
Mike Frysinger
2005-07-09
1
-1
/
+1
*
the generic mmap.c is not good enough for us, we need the syscall6() version
Mike Frysinger
2005-07-09
2
-1
/
+18
*
might as well test mmap64() too
Mike Frysinger
2005-07-09
2
-1
/
+25
*
make sure the call to signal() worked
Mike Frysinger
2005-07-09
1
-2
/
+8
*
need unistd/string header files
Mike Frysinger
2005-07-09
1
-0
/
+3
*
need the ioctl header file
Mike Frysinger
2005-07-09
1
-0
/
+1
*
setting envp is pointless since no other arch does it
Mike Frysinger
2005-07-09
1
-4
/
+0
*
oops, we want to jmp to the syscall handler, not call it
Mike Frysinger
2005-07-08
4
-4
/
+4
*
add some more useful debug output
Mike Frysinger
2005-07-08
1
-6
/
+10
*
err, x86_64 is RELA, not REL
Mike Frysinger
2005-07-08
1
-4
/
+4
*
need _DEBUG macros for NUMBER too
Mike Frysinger
2005-07-08
2
-5
/
+7
*
CRT0_ -> CRT_
Mike Frysinger
2005-07-08
1
-5
/
+5
*
whitespace clean up
Mike Frysinger
2005-07-08
1
-34
/
+33
*
help if i named the var correctly ...
Mike Frysinger
2005-07-08
1
-2
/
+2
*
help if i named the var correctly ...
Mike Frysinger
2005-07-08
2
-3
/
+3
*
dl-debug.h for sparc
Mike Frysinger
2005-07-08
2
-11
/
+40
*
dl-debug.h for m68k
Mike Frysinger
2005-07-08
2
-14
/
+42
*
fix GET_ARGV() so it pulls out the argc/argv/envp properly
Mike Frysinger
2005-07-08
1
-2
/
+7
*
get rid of arch-specific defines in dl-startup.c and make each arch declare i...
Mike Frysinger
2005-07-07
3
-3
/
+12
*
add debug code for showing argc/argv/envp and touch up some other debug output
Mike Frysinger
2005-07-07
1
-11
/
+16
*
clean up whitespace
Mike Frysinger
2005-07-07
1
-11
/
+9
*
remove broken asm code in elf_machine_dynamic() and just do it the glibc way ...
Mike Frysinger
2005-07-07
1
-6
/
+1
*
clean up from psm ... merge glibc updates and punt errno handling in favor of...
Mike Frysinger
2005-07-07
1
-40
/
+19
*
dont need errno.h anymore
Mike Frysinger
2005-07-07
1
-2
/
+0
*
add update from psm to support 6 arguments to syscall
Mike Frysinger
2005-07-07
1
-6
/
+11
*
update syntax
Mike Frysinger
2005-07-07
1
-87
/
+83
*
Yoshinori Sato writes:
Mike Frysinger
2005-07-07
1
-22
/
+7
*
make RUNPATH/RPATH support configurable
Mike Frysinger
2005-07-07
3
-4
/
+24
*
rip out all the duplicated debug code and move into a shared file
Mike Frysinger
2005-07-07
22
-639
/
+526
*
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
*
update comments/syntax and make sure we include features.h for the hidden define
Mike Frysinger
2005-07-06
3
-12
/
+12
*
Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting e...
Mike Frysinger
2005-07-06
5
-84
/
+55
*
err, need to commit the rest of the changes from psm too
Mike Frysinger
2005-07-06
1
-8
/
+3
*
Peter S. Mazinger writes: we dont need features.h
Mike Frysinger
2005-07-06
2
-2
/
+1
*
syntax touchups as suggested by Peter S. Mazinger
Mike Frysinger
2005-07-06
11
-97
/
+93
*
import start of ldso based on glibc
Mike Frysinger
2005-07-06
3
-0
/
+194
*
make sure ldso.o depends on more files in subdirs
Mike Frysinger
2005-07-06
1
-2
/
+2
*
use % as the function marker instead of @
Mike Frysinger
2005-07-06
10
-24
/
+24
*
add support for __MALLOC_GLIBC_COMPAT__ (malloc(0) == NULL) so the malloc tes...
Mike Frysinger
2005-07-06
1
-0
/
+4
*
we need stdio.h for printf()
Mike Frysinger
2005-07-06
1
-8
/
+8
*
make test failures fatal
Mike Frysinger
2005-07-06
1
-5
/
+5
*
import armeb fixes as outlined by John Bowler
Mike Frysinger
2005-07-04
1
-0
/
+8
*
use the a_val member instead of a_ptr/a_fcn since newer elf defines dropped t...
Mike Frysinger
2005-07-04
2
-8
/
+8
[prev]
[next]