summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64/vfork.S
AgeCommit message (Expand)Author
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15vfork: make all archs consistentPeter S. Mazinger
2009-12-11get x86_64 nptl buildingAustin Foxley
2007-07-29Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko
2006-02-13Weaken all internal vfork versions in asm code, wondering why only some of th...Peter S. Mazinger
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 m...Peter S. Mazinger
2006-01-08fix errno handling with some magical hacksMike Frysinger
2005-12-15Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger
2005-07-06use % as the function marker instead of @Mike Frysinger
2005-07-01remove errno include since we dont use any errno stuff, remove #error left be...Mike Frysinger
2005-06-29add syscall error handling with jockes simple errno setting solutionMike Frysinger
2005-02-15some more x86_64 sourceMike Frysinger