about summary refs log tree commit diff
path: root/src/exit/atexit.c
Commit message (Expand)AuthorAgeFilesLines
* lift child restrictions after multi-threaded forkRich Felker2020-11-111-0/+2
* convert malloc use under libc-internal locks to use internal allocatorRich Felker2020-11-111-0/+5
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-121-0/+1
* revise the definition of multiple basic locks in the codeJens Gustedt2018-01-091-1/+1
* fix atexit when it is called from an atexit handlerRich Felker2015-07-241-12/+9
* make all objects used with atomic operations volatileRich Felker2015-03-031-1/+1
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-2/+0
* fix bug whereby most atexit-registered functions got skippedRich Felker2012-08-191-3/+2
* ditch the priority inheritance locks; use malloc's version of lockRich Felker2012-04-241-7/+7
* 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-141-4/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+57