summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/atexit.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r259042:Konstantin Belousov2013-12-131-5/+10
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-281-1/+1
* Do not call __pthread_cxa_finalize with invalid struct dl_phdr_info.Konstantin Belousov2010-08-271-1/+1
* On shared object unload, in __cxa_finalize, call and clear all installedKonstantin Belousov2010-08-231-3/+20
* Style.Konstantin Belousov2010-08-231-2/+2
* In threaded processes, destroy the mutex atexit_mutex when we'veColin Percival2010-06-131-0/+3
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendorAlexander Kabaev2003-12-191-7/+101
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Remove 'register' keyword.David E. O'Brien2002-03-211-1/+1
* When multiple threads call atexit at the same time, some operations mustTor Egge2002-03-051-2/+28
* Merge Lite2 changesPeter Wemm1997-03-111-1/+3
* Don't use malloc, pessimize to use sbrk.Poul-Henning Kamp1996-09-271-1/+2
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+66