index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
x86_64
/
vfork.S
Age
Commit message (
Expand
)
Author
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2012-06-15
vfork: make all archs consistent
Peter S. Mazinger
2009-12-11
get x86_64 nptl building
Austin Foxley
2007-07-29
Remove stray code alignment (.align 16 and .align 4 directives)
Denis Vlasenko
2006-02-13
Weaken all internal vfork versions in asm code, wondering why only some of th...
Peter S. Mazinger
2006-01-25
Use #define __NR_vfork __NR_fork consistently
Peter S. Mazinger
2006-01-24
fork/vfork weak in libc, strong in libpthread
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-08
fix errno handling with some magical hacks
Mike Frysinger
2005-12-15
Hide fork and vfork, use the newly introduced *alias
Peter S. Mazinger
2005-07-06
use % as the function marker instead of @
Mike Frysinger
2005-07-01
remove errno include since we dont use any errno stuff, remove #error left be...
Mike Frysinger
2005-06-29
add syscall error handling with jockes simple errno setting solution
Mike Frysinger
2005-02-15
some more x86_64 source
Mike Frysinger