OSDN Git Service

document riscv64 support in INSTALL document
[android-x86/external-musl-libc.git] / src / exit /
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2018-09-01 Rich Felkeralways terminate by SIGABRT when abort is called
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2017-12-14 Rich Felkerfix data race in at_quick_exit
2016-08-30 Rich Felkerrestore _Noreturn to __assert_fail
2016-07-03 Rich Felkerimprove abort fallback behavior when raising SIGABRT...
2016-01-22 Rich Felkermove arm-specific translation units out of arch/arm...
2015-11-20 Rich Felkerremove undef weak refs to init/fini array symbols in...
2015-11-12 Rich Felkerunify static and dynamic libc init/fini code paths
2015-07-24 Rich Felkerfix atexit when it is called from an atexit handler
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2014-07-18 Rich Felkerremove useless infinite loop from end of exit function
2014-07-17 Rich Felkersimplify __stdio_exit static linking logic
2014-05-29 Rich Felkerremove useless synchronization in exit and quick_exit
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-07-21 Rich Felkeradd support for init/fini array in main program, and...
2013-01-04 rofl0r__assert_fail(): remove _Noreturn, to get proper stackt...
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