index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
mips
/
clone.S
Age
Commit message (
Expand
)
Author
2010-04-27
nptl: mips needs updated clone() implementation
Andreas Schultz
2009-10-17
whitespace fixes
Austin Foxley
2009-10-17
mips specific bits needed for nptl
Austin Foxley
2009-07-20
It fixes the following warnings seen on mips build.
Khem Raj
2006-11-04
mips64 patch from Atsushi Nemoto:
Eric Andersen
2006-09-11
Atsushi Nemoto writes:
Eric Andersen
2006-02-22
Remove __clone, add it only back, if threads has a another (strong) version, ...
Peter S. Mazinger
2006-01-29
make sure clone/__clone are created properly
Mike Frysinger
2006-01-14
need features.h for new HIDDEN_JUMPTARGET()
Mike Frysinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-16
Make clone use internal _exit
Peter S. Mazinger
2005-07-31
Old glibc fix for ltp's clone07 test. Another file that needs updating...
Manuel Novoa III
2005-07-23
Since __syscall_error is a C func, we need to store the syscall return value
Manuel Novoa III
2004-08-21
Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a
Eric Andersen
2002-07-03
Fix clone so it compiles
Eric Andersen
2002-02-04
Fixup mips so it now works and provides basic functionality
Eric Andersen