summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/clone.S
Commit message (Expand)AuthorAgeFilesLines
* nptl: mips needs updated clone() implementationAndreas Schultz2010-04-271-59/+97
* whitespace fixesAustin Foxley2009-10-171-1/+0
* mips specific bits needed for nptlAustin Foxley2009-10-171-0/+2
* It fixes the following warnings seen on mips build.Khem Raj2009-07-201-7/+14
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-041-8/+24
* Atsushi Nemoto writes:Eric Andersen2006-09-111-1/+1
* Remove __clone, add it only back, if threads has a another (strong) version, ...Peter S. Mazinger2006-02-221-7/+5
* make sure clone/__clone are created properlyMike Frysinger2006-01-291-4/+6
* need features.h for new HIDDEN_JUMPTARGET()Mike Frysinger2006-01-141-0/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-8/+5
* Make clone use internal _exitPeter S. Mazinger2005-12-161-6/+1
* Old glibc fix for ltp's clone07 test. Another file that needs updating...Manuel Novoa III2005-07-311-1/+1
* Since __syscall_error is a C func, we need to store the syscall return valueManuel Novoa III2005-07-231-0/+5
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-6/+0
* Fix clone so it compilesEric Andersen2002-07-031-7/+19
* Fixup mips so it now works and provides basic functionalityEric Andersen2002-02-041-0/+107