summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/vfork.S
AgeCommit message (Collapse)Author
2009-10-17i386 specific bit for nptlAustin Foxley
* RESET_PID support for clone.S * SAVE_PID, RESTORE_PID in vfork.S * fixup syscall assembly constraints to be a little less restrictive allows arbitrary variables to be used as the syscall nr Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
2007-07-29Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko
from i386 and x86_64.
2006-02-13Weaken all internal vfork versions in asm code, wondering why only some of ↵Peter S. Mazinger
the archs fail
2006-01-25Use #define __NR_vfork __NR_fork consistentlyPeter S. Mazinger
2006-01-24fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger
missing headers, other jump relocs removed
2005-12-15Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger
2005-08-11jump straight to __syscall_errorMike Frysinger
2005-07-08oops, we want to jmp to the syscall handler, not call itMike Frysinger
2005-07-07dont need errno.h anymoreMike Frysinger
2005-07-06Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting ↵Mike Frysinger
errno
2005-07-06syntax touchups as suggested by Peter S. MazingerMike Frysinger
2003-06-03Kill the runtime fallback to fork and make it be compile timeEric Andersen
2003-06-03Fix brokenEric Andersen
2003-05-30In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen
should instead have been testing for '#ifdef __PIC__'. This resulted in NON-PIC code getting mixed into the shared library. Oops!!! -Erik
2002-08-16Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen
-Erik
2001-06-27Make these PIC and _LIBC_REENTRANT compatible.Manuel Novoa III
2001-03-04Fixed vfork on i386. Reduced size of __uClibc_syscall.Manuel Novoa III