inline syscall support for mips
[musl] / src / exit /
2012-09-07 Rich Felkerfurther use of _Noreturn, for non-plain-C functions
2012-09-07 Rich Felkeradd _Noreturn function attribute, with fallback for...
2012-08-26 Rich Felkeradd c11 quick_exit and at_quick_exit functions
2012-08-20 Rich Felkerfix bug whereby most atexit-registered functions got...
2012-06-19 Rich Felkerstdio: handle file position correctly at program exit
2012-06-14 Rich Felkerreorder exit code to defer stdio flush until after...
2012-06-03 Rich Felkerensure that abort always works
2012-05-11 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-11 Rich Felkerremove __lock dependency from exit
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2011-10-15 Rich Felkeradd dummy __cxa_finalize
2011-10-15 Rich Felkersupport __cxa_atexit, and registering atexit functions...
2011-10-15 Rich Felkersimplify atexit and fflush-on-exit handling
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
2011-03-28 Rich Felkermajor stdio overhaul, using readv/writev, plus other...
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0