summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/abort.c
AgeCommit message (Expand)Author
2007-09-03Add __cxa_atexit() support for gcc3. This provides support for shared object...Todd C. Miller
2005-08-08zap remaining rcsid.Marc Espie
2004-01-20Call _exit() not exit() from abort() if we are unable to kill ourselvesTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-11-05thread safe libc -- 2nd try. OK miod@, millert@Marco S Hyman
2002-11-03back out previous patch.. there are still some vax/m68k issuesMarco S Hyman
2002-11-03libc changes for thread safety. Tested on:Marco S Hyman
2002-09-14Move __cleanup into mprotect'ed page to prevent unintentional modificationsDaniel Hartmeier
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1997-06-22Make sure we don't get stuck in a loop when trying to clean up stdioThorsten Lockert
1996-10-25add declJason Downs
1996-10-25POSIX requires stdio buffers be flushed on abortThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt