summaryrefslogtreecommitdiff
path: root/src/exit
AgeCommit message (Expand)AuthorLines
2011-10-14add dummy __cxa_finalizeRich Felker-0/+4
2011-10-14support __cxa_atexit, and registering atexit functions from atexit handlersRich Felker-7/+26
2011-10-14simplify atexit and fflush-on-exit handlingRich Felker-8/+8
2011-04-06consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker-2/+2
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker-1/+1
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker-3/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+111