summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/vfork.S
Commit message (Expand)AuthorAgeFilesLines
* i386 specific bit for nptlAustin Foxley2009-10-171-0/+10
* Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko2007-07-291-1/+0
* Weaken all internal vfork versions in asm code, wondering why only some of th...Peter S. Mazinger2006-02-131-1/+1
* Use #define __NR_vfork __NR_fork consistentlyPeter S. Mazinger2006-01-251-4/+4
* fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger2006-01-241-10/+9
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-8/+7
* Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger2005-12-151-4/+5
* jump straight to __syscall_errorMike Frysinger2005-08-111-4/+1
* oops, we want to jmp to the syscall handler, not call itMike Frysinger2005-07-081-1/+1
* dont need errno.h anymoreMike Frysinger2005-07-071-2/+0
* Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting e...Mike Frysinger2005-07-061-19/+4
* syntax touchups as suggested by Peter S. MazingerMike Frysinger2005-07-061-6/+6
* Kill the runtime fallback to fork and make it be compile timeEric Andersen2003-06-031-19/+9
* Fix brokenEric Andersen2003-06-031-44/+46
* In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen2003-05-301-4/+4
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-161-4/+4
* Make these PIC and _LIBC_REENTRANT compatible.Manuel Novoa III2001-06-271-4/+43
* Fixed vfork on i386. Reduced size of __uClibc_syscall.Manuel Novoa III2001-03-041-0/+22