summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/atexit.c
AgeCommit message (Expand)Author
2007-09-05Add missing header to avoid warningCharles Longeau
2007-09-03Add __cxa_atexit() support for gcc3. This provides support for shared object...Todd C. Miller
2006-02-22Avouid a race in atexit() handling by introducing a lock. ProblemOtto Moerbeek
2005-10-26Remove obsolete comment. ok deraadt@Otto Moerbeek
2005-08-08zap remaining rcsid.Marc Espie
2005-06-17no longer a need for the free(malloc(1)) hack, because the brk stuffTheo de Raadt
2005-03-30ansi + de-registerPatrick Latifi
2002-09-14Move __cleanup into mprotect'ed page to prevent unintentional modificationsDaniel Hartmeier
2002-09-06missing include, ok theoHenning Brauer
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
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt