summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/atexit.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r259042:kib2013-12-131-5/+10
* Renumber clauses to reduce diffs to other versionsemaste2013-05-281-1/+1
* Do not call __pthread_cxa_finalize with invalid struct dl_phdr_info.kib2010-08-271-1/+1
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-231-3/+20
* Style.kib2010-08-231-2/+2
* In threaded processes, destroy the mutex atexit_mutex when we'vecperciva2010-06-131-0/+3
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendorkan2003-12-191-7/+101
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Remove 'register' keyword.obrien2002-03-211-1/+1
* When multiple threads call atexit at the same time, some operations musttegge2002-03-051-2/+28
* Merge Lite2 changespeter1997-03-111-1/+3
* Don't use malloc, pessimize to use sbrk.phk1996-09-271-1/+2
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+66
OpenPOWER on IntegriCloud