summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/atexit.c
Commit message (Expand)AuthorAgeFilesLines
* Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-241-0/+212
* Revert "Unregister pthread_atfork handlers on dlclose()"Dimitry Ivanov2015-04-241-212/+0
* Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-221-0/+212
* Upstream atexitDmitriy Ivanov2014-07-141-250/+0
* Slim down static binaries by avoiding stdio.Elliott Hughes2014-07-101-3/+2
* Hide __atexit and remove __atexit_invalid.Dan Albert2014-06-181-5/+0
* Register _cleanup function with atexitDmitriy Ivanov2014-05-151-2/+40
* Fixes for __cxa_finalizeDmitriy Ivanov2014-05-051-27/+70
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-1/+1
* Clean up abort.Elliott Hughes2013-06-121-40/+2
* ARM: make CRT_LEGACY_WORKAROUND work as intendedArd Biesheuvel2012-08-281-11/+0
* fix __cxa_finalize() implementation to be thread safe.Srinavasa Nagaraju2012-07-311-0/+4
* Enable functional DSO object destructionBruce Beare2011-06-201-0/+2
* Fix __eabi_atexit() implementation, as well as a bug in the BSD-originated __...David 'Digit' Turner2009-05-201-0/+9
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+209
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-209/+0
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-11/+87
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+133