Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger | |
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
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> | |||
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-08-12 | revert __error -> __syscall_error change since it doesnt work for clone | Mike Frysinger | |
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 | clean up from psm ... merge glibc updates and punt errno handling in favor ↵ | Mike Frysinger | |
of jockes trick of using __syscall_error | |||
2005-07-06 | err, need to commit the rest of the changes from psm too | Mike Frysinger | |
2005-07-06 | Peter S. Mazinger writes: we dont need features.h | Mike Frysinger | |
2005-07-06 | syntax touchups as suggested by Peter S. Mazinger | Mike Frysinger | |
2004-01-03 | And just like that, clone is now fixed.... Previously the | Eric Andersen | |
error handling code was mostly broken. -Erik | |||
2004-01-03 | oops | Eric Andersen | |
2004-01-03 | Minor changes | Eric Andersen | |
2003-05-30 | Clone still had a few little PIC problems.... | 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 | |||
2001-11-14 | Fix the clone syscall so it actually works. | Eric Andersen | |
2001-03-05 | Patch from Michael Shmulevich (michaels@jungo.com) -- functions were not | Manuel Novoa III | |
declared type function. | |||
2000-10-30 | Remove need for the bloated sysdep.h -- we don't need it, so axe it. | Eric Andersen | |
2000-10-09 | Bug ugly formatting update | Eric Andersen | |
2000-08-10 | More stuff. Down to only 43 missing functions before BusyBox will | Eric Andersen | |
link. Fixed socket stuff so it doesn't pull in kernel headers and stubbed out fork and clone. A few other header file cleanups. -Erik |