summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/atexit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass thekettenis2013-12-281-10/+1
* Two small cleanups to atexit: remove unneeded __atexit_invalid, andmatthew2013-06-021-10/+4
* Fix __cxa_finalize() so that calling __cxa_finalize(NULL) properlymatthew2011-03-021-2/+2
* Add missing header to avoid warningchl2007-09-051-1/+2
* Add __cxa_atexit() support for gcc3. This provides support for shared object...millert2007-09-031-9/+84
* Avouid a race in atexit() handling by introducing a lock. Problemotto2006-02-221-9/+20
* Remove obsolete comment. ok deraadt@otto2005-10-261-5/+1
* zap remaining rcsid.espie2005-08-081-4/+1
* no longer a need for the free(malloc(1)) hack, because the brk stuffderaadt2005-06-171-9/+5
* ansi + de-registerpat2005-03-301-9/+7
* Move __cleanup into mprotect'ed page to prevent unintentional modificationsdhartmei2002-09-141-5/+56
* missing include, ok theohenning2002-09-061-1/+2
* re-enable function pointer table protection, this time make sure thatdhartmei2002-08-301-35/+51
* Back it out, it breaks something in perl (seen with spamassassin), debugdhartmei2002-07-311-46/+35
* Replace atexit handler. mprotect() the pages so an attempt to modify thedhartmei2002-07-291-35/+46
* Fix RCS idstholo1996-08-191-2/+1
* initial import of NetBSD treederaadt1995-10-181-0/+68