summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/x86_64/vfork.S
Commit message (Expand)AuthorAgeFilesLines
* 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-6/+2
* fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger2006-01-241-6/+8
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-8/+7
* fix errno handling with some magical hacksMike Frysinger2006-01-081-4/+1
* Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger2005-12-151-5/+6
* use % as the function marker instead of @Mike Frysinger2005-07-061-1/+1
* remove errno include since we dont use any errno stuff, remove #error left be...Mike Frysinger2005-07-011-5/+3
* add syscall error handling with jockes simple errno setting solutionMike Frysinger2005-06-291-8/+21
* some more x86_64 sourceMike Frysinger2005-02-151-0/+53