summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/exit.c
AgeCommit message (Expand)Author
2017-07-14Drop TLS variant checks, emutls is enough for VAX and Sun2.joerg
2017-07-11Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. Thisjoerg
2011-05-18Remove __P()dsl
2011-03-07Pass down ELF Auxillary Vectors for static NetBSD binaries too.joerg
2010-09-09Only do the __libc_init hack in libc, i.e. remove it from ld.elf_so.skrll
2010-06-28Ensure that initfini.c is referenced by exit.c. The start up code has tojoerg
2007-10-30Build a local copy of exit that doesn't call __cxa_finalize. It's notskrll
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-03-01Rewrite atexit(3), and add support for __cxa_atexit()/__cxa_finalize(),thorpej
1998-10-18Protect __atexit manipulation and traversal with a mutex.kleink
1998-02-03remove obsolete register declarationsperry
1998-01-30update to lite-2perry
1997-07-13Add local.h for local prototypes.christos
1995-12-28New-style RCS ids.thorpej
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd