summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/vfork.S
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the 'sysdep.h' header chain. Other architectures will have their ↵"Steven J. Hill"2006-02-051-1/+0
| | | | own 'sysdep.h' file in the various NPTL threads directories. Clean up other files having to do with the usage of it.
* Fix 'vfork' for MIPS. The SAVE_PID and RESTORE_PID macros should not be in ↵"Steven J. Hill"2005-09-061-29/+0
| | | | the libc version at all. Only the libpthread 'pt-vfork.S' will define these. Silly Steven, Trix are for kids.
* Import latest 'clone' and 'vfork' functions from glibc. These have been ↵"Steven J. Hill"2005-09-031-6/+33
| | | | tested with the 'linuxthreads' thread model and normal uClibc using the included test suite. This puts me very close to having static NPTL applications working.
* Add in MIPS-specific implementation of 'vfork' and clean up other files in ↵"Steven J. Hill"2005-07-221-0/+100
NPTL to fit within the uClibc infrastructure.