summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/atexit.c
Commit message (Expand)AuthorAgeFilesLines
* libc: allow __cxa_atexit handlers to be added during __cxa_finalizeAurélien Croc de Suray2025-04-171-25/+36
* libc: Purge unneeded cdefs.hWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Fix order of destructors between main binary and libraries.Konstantin Belousov2019-04-151-0/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Remove names from prototypesCraig Rodrigues2015-09-201-2/+2
* Add declarations to eliminate -Wmissing-prototypes warnings.Craig Rodrigues2015-09-201-0/+3
* Silence a warning with GCC that was breaking the build with Juniper's GCC.David Chisnall2014-04-051-1/+2
* Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-021-2/+35
* Do not force to run atexit handlers, which text comes from a dsoKonstantin Belousov2013-12-061-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