Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create real common vfork() function | Mike Frysinger | 2009-07-23 | 1 | -7/+13 |
| | | | | | | | | | 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> | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -2/+2 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | dont try and compile if the MMU is disabled | Mike Frysinger | 2006-12-11 | 1 | -0/+4 |
| | |||||
* | Weaken all internal vfork versions in asm code, wondering why only some of ↵ | Peter S. Mazinger | 2006-02-13 | 1 | -1/+1 |
| | | | | the archs fail | ||||
* | hidden moved to prototype | Peter S. Mazinger | 2006-01-30 | 1 | -2/+2 |
| | |||||
* | use typeof to create the prototype | Mike Frysinger | 2006-01-29 | 1 | -1/+1 |
| | |||||
* | create local prototypes to shutup warnings | Mike Frysinger | 2006-01-29 | 1 | -0/+2 |
| | |||||
* | fork/vfork weak in libc, strong in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -5/+8 |
| | |||||
* | need sys/syscall.h for __NR_fork define | Mike Frysinger | 2006-01-20 | 1 | -0/+1 |
| | |||||
* | only build if we have fork | Mike Frysinger | 2006-01-15 | 1 | -0/+4 |
| | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -1/+2 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -4/+5 |
| | | | | missing headers, other jump relocs removed | ||||
* | Hide fork and vfork, use the newly introduced *alias | Peter S. Mazinger | 2005-12-15 | 1 | -2/+5 |
| | |||||
* | Default to using fork() for vfork() when no arch specific | Eric Andersen | 2003-03-05 | 1 | -0/+8 |
implementation of vfork is present. |