about summary refs log tree commit diff
path: root/src/exit/exit.c
Commit message (Expand)AuthorAgeFilesLines
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-2/+1
* remove undef weak refs to init/fini array symbols in libc.soRich Felker2015-11-191-4/+4
* unify static and dynamic libc init/fini code pathsRich Felker2015-11-111-10/+10
* remove useless infinite loop from end of exit functionRich Felker2014-07-171-1/+0
* simplify __stdio_exit static linking logicRich Felker2014-07-161-5/+4
* remove useless synchronization in exit and quick_exitRich Felker2014-05-291-7/+0
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-2/+1
* add support for init/fini array in main program, and greatly simplifyRich Felker2013-07-211-2/+14
* add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker2012-09-061-1/+1
* stdio: handle file position correctly at program exitRich Felker2012-06-191-3/+5
* reorder exit code to defer stdio flush until after dtorsRich Felker2012-06-141-4/+1
* remove __lock dependency from exitRich Felker2012-05-101-2/+4
* ditch the priority inheritance locks; use malloc's version of lockRich Felker2012-04-241-2/+2
* simplify atexit and fflush-on-exit handlingRich Felker2011-10-141-4/+7
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+28