summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/exit.c
AgeCommit message (Expand)Author
2017-08-12Minimize #includes, particularly to avoid thread_private.hPhilip Guenther
2015-09-13Wrap <stdlib.h> so that calls go direct and the symbols not in thePhilip Guenther
2007-09-03Add __cxa_atexit() support for gcc3. This provides support for shared object...Todd C. Miller
2005-08-08zap remaining rcsid.Marc Espie
2005-03-30ansi + de-registerPatrick Latifi
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-09-14Move __cleanup into mprotect'ed page to prevent unintentional modificationsDaniel Hartmeier
2002-08-30re-enable function pointer table protection, this time make sure thatDaniel Hartmeier
2002-07-31Back it out, it breaks something in perl (seen with spamassassin), debugDaniel Hartmeier
2002-07-29Replace atexit handler. mprotect() the pages so an attempt to modify theDaniel Hartmeier
2000-01-06include thread_private.hDavid Leonard
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt