summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/x86_64/vfork.S
Commit message (Collapse)AuthorAgeFilesLines
* get x86_64 nptl buildingAustin Foxley2009-12-111-2/+10
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko2007-07-291-1/+0
| | | | | from i386 and x86_64.
* Weaken all internal vfork versions in asm code, wondering why only some of ↵Peter S. Mazinger2006-02-131-1/+1
| | | | the archs fail
* 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 ↵Peter S. Mazinger2006-01-141-8/+7
| | | | missing headers, other jump relocs removed
* 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 ↵Mike Frysinger2005-07-011-5/+3
| | | | behind, and touchup syntax
* 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