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-10-17 | i386 specific bit for nptl | Austin Foxley | |
* RESET_PID support for clone.S * SAVE_PID, RESTORE_PID in vfork.S * fixup syscall assembly constraints to be a little less restrictive allows arbitrary variables to be used as the syscall nr Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2007-07-29 | Remove stray code alignment (.align 16 and .align 4 directives) | Denis Vlasenko | |
from i386 and x86_64. | |||
2006-02-13 | Weaken all internal vfork versions in asm code, wondering why only some of ↵ | Peter S. Mazinger | |
the archs fail | |||
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 ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2005-12-15 | Hide fork and vfork, use the newly introduced *alias | Peter S. Mazinger | |
2005-08-11 | jump straight to __syscall_error | Mike Frysinger | |
2005-07-08 | oops, we want to jmp to the syscall handler, not call it | Mike Frysinger | |
2005-07-07 | dont need errno.h anymore | Mike Frysinger | |
2005-07-06 | Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting ↵ | Mike Frysinger | |
errno | |||
2005-07-06 | syntax touchups as suggested by Peter S. Mazinger | Mike Frysinger | |
2003-06-03 | Kill the runtime fallback to fork and make it be compile time | Eric Andersen | |
2003-06-03 | Fix broken | Eric Andersen | |
2003-05-30 | In a number of places we erroneously used tests such as '#ifdef PIC' when we | Eric Andersen | |
should instead have been testing for '#ifdef __PIC__'. This resulted in NON-PIC code getting mixed into the shared library. Oops!!! -Erik | |||
2002-08-16 | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen | |
-Erik | |||
2001-06-27 | Make these PIC and _LIBC_REENTRANT compatible. | Manuel Novoa III | |
2001-03-04 | Fixed vfork on i386. Reduced size of __uClibc_syscall. | Manuel Novoa III | |