summaryrefslogtreecommitdiff
path: root/src/exit
AgeCommit message (Expand)AuthorFilesLines
2012-09-06further use of _Noreturn, for non-plain-C functionsRich Felker2-2/+2
2012-09-06add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker4-4/+4
2012-08-25add c11 quick_exit and at_quick_exit functionsRich Felker2-0/+44
2012-08-19fix bug whereby most atexit-registered functions got skippedRich Felker1-3/+2
2012-06-19stdio: handle file position correctly at program exitRich Felker1-3/+5
2012-06-14reorder exit code to defer stdio flush until after dtorsRich Felker1-4/+1
2012-06-02ensure that abort always worksRich Felker1-0/+2
2012-05-10remove __lock dependency from exitRich Felker1-2/+4
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker2-9/+9
2011-10-14add dummy __cxa_finalizeRich Felker1-0/+4
2011-10-14support __cxa_atexit, and registering atexit functions from atexit handlersRich Felker1-7/+26
2011-10-14simplify atexit and fflush-on-exit handlingRich Felker2-8/+8
2011-04-06consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker1-2/+2
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker1-1/+1
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker1-3/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker5-0/+111