Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-15 | vfork: make all archs consistent | Peter S. Mazinger | |
__vfork is hidden. __GI_vfork is strong (not weak as it was). vfork is weak. e1 can use the generic version. Note: libc_hidden_def(x) has different meaning in .c and .S files. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-07-23 | create real common vfork() function | Mike Frysinger | |
Rather than force people to always implement their own vfork(), have the default implementation be sane. For now, only the Blackfin port uses the new code. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2006-12-11 | dont try and compile if the MMU is disabled | Mike Frysinger | |
2006-02-13 | Weaken all internal vfork versions in asm code, wondering why only some of ↵ | Peter S. Mazinger | |
the archs fail | |||
2006-01-30 | hidden moved to prototype | Peter S. Mazinger | |
2006-01-29 | use typeof to create the prototype | Mike Frysinger | |
2006-01-29 | create local prototypes to shutup warnings | Mike Frysinger | |
2006-01-24 | fork/vfork weak in libc, strong in libpthread | Peter S. Mazinger | |
2006-01-20 | need sys/syscall.h for __NR_fork define | Mike Frysinger | |
2006-01-15 | only build if we have fork | Mike Frysinger | |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2005-12-15 | Hide fork and vfork, use the newly introduced *alias | Peter S. Mazinger | |
2003-03-05 | Default to using fork() for vfork() when no arch specific | Eric Andersen | |
implementation of vfork is present. |