summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/abort.c
AgeCommit message (Expand)Author
2017-08-12Minimize #includes, particularly to avoid thread_private.hPhilip Guenther
2015-10-25Use sigaction() instead of signal() to avoid pulling in unnecessaryPhilip Guenther
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadPhilip Guenther
2015-09-13Wrap <stdlib.h> so that calls go direct and the symbols not in thePhilip Guenther
2014-05-14stop flushing streams in abort(). it's hackish and unsafe, and no longerTed Unangst
2012-11-10Per POSIX, fix raise() and abort() to send the signal to the current thread.Philip Guenthe
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