summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/atexit.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move __cxa_thread_atexit* to its own .c file to avoid pulling the codeguenther2017-12-161-1/+8
* Implement __cxa_thread_atexit to support C++11 thread_local scope. Thekettenis2017-12-051-1/+3
* Hide __atexit and __atexit_register_cleanup()guenther2015-10-251-1/+6
* Always call atexit handlers as if they were registered with __cxa_atexit.kettenis2014-06-181-5/+2
* Two small cleanups to atexit: remove unneeded __atexit_invalid, andmatthew2013-06-021-2/+1
* Add __cxa_atexit() support for gcc3. This provides support for shared object...millert2007-09-031-2/+12
* fix a protoderaadt2003-07-311-2/+2
* re-enable function pointer table protection, this time make sure thatdhartmei2002-08-301-30/+26
* Back it out, it breaks something in perl (seen with spamassassin), debugdhartmei2002-07-311-26/+30
* Replace atexit handler. mprotect() the pages so an attempt to modify thedhartmei2002-07-291-30/+26
* Fix RCS idstholo1996-08-191-2/+1
* initial import of NetBSD treederaadt1995-10-181-0/+46