about summary refs log tree commit diff
path: root/src/exit
Commit message (Expand)AuthorAgeFilesLines
* 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
* ensure that abort always worksRich Felker2012-06-021-0/+2
* remove __lock dependency from exitRich Felker2012-05-101-2/+4
* ditch the priority inheritance locks; use malloc's version of lockRich Felker2012-04-242-9/+9
* add dummy __cxa_finalizeRich Felker2011-10-141-0/+4
* support __cxa_atexit, and registering atexit functions from atexit handlersRich Felker2011-10-141-7/+26
* simplify atexit and fflush-on-exit handlingRich Felker2011-10-142-8/+8
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-2/+2
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-1/+1
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-191-3/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-125-0/+111