Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-21 | remove editor hints for vi | Waldemar Brodkorb | |
2012-06-15 | _exit.c: add ABORT_INSTRUCTION | Peter S. Mazinger | |
Warn if the arch has no __UCLIBC_ABORT_INSTRUCTION__. Run only one syscall, exit_group is not an exclusivity, use it if THREADS are enabled. Guard according header. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-06-15 | _exit.c: include the proper headers | Peter S. Mazinger | |
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-11-22 | Merge remote branch 'origin/master' into nptl_merge | Austin Foxley | |
Conflicts: Rules.mak libc/misc/sysvipc/msgq.c test/Rules.mak Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-11-19 | _Exit(): add weak alias to _exit() for C99 | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-10-17 | some tweaks under libc/ needed for nptl | Austin Foxley | |
* updated kernel-features.h * system is provided by pt-system with nptl * _exit should do exit_group with nptl * tsd tls ptr in libc * rt_sigwaitinfo impl added Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | |
sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-07-08 | drop missing {INLINE,INTERNAL}_SYSCALL fallback logic | Mike Frysinger | |
Ports missing INLINE_SYSCALL() support need to get fixed, so drop the cruft keeping them alive since it no longer works with the unification. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko | |
2008-10-28 | - trim superfluous ';'. No objcode changes | Bernhard Reutner-Fischer | |
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer | |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | |
is a useless attempt | |||
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-16 | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | |
it back | |||
2005-12-15 | Hide exit/_exit | Peter S. Mazinger | |
2005-11-04 | Make use of newly introduced attribute_noreturn | Peter S. Mazinger | |
2005-11-02 | Mark _exit as noreturn, include/unistd.h does this already | Peter S. Mazinger | |
2005-11-02 | add dummy loop to kill gcc warning, probably _exit should get attribute_noreturn | Peter S. Mazinger | |
2005-01-05 | fix eriks e-mail address | Mike Frysinger | |
2004-01-21 | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen | |
-Erik | |||
2002-07-22 | Add some syscalls which I moved out of syscalls.c | Eric Andersen | |
-Erik |