summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/abort.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Per POSIX, fix raise() and abort() to send the signal to the current thread.guenther2012-11-101-3/+5
* Add __cxa_atexit() support for gcc3. This provides support for shared object...millert2007-09-031-3/+6
* zap remaining rcsid.espie2005-08-081-4/+1
* Call _exit() not exit() from abort() if we are unable to kill ourselvesmillert2004-01-201-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* thread safe libc -- 2nd try. OK miod@, millert@marc2002-11-051-9/+1
* back out previous patch.. there are still some vax/m68k issuesmarc2002-11-031-1/+9
* libc changes for thread safety. Tested on:marc2002-11-031-9/+1
* Move __cleanup into mprotect'ed page to prevent unintentional modificationsdhartmei2002-09-141-6/+10
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-5/+5
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-1/+10
* Make sure we don't get stuck in a loop when trying to clean up stdiotholo1997-06-221-6/+11
* add decldownsj1996-10-251-1/+3
* POSIX requires stdio buffers be flushed on aborttholo1996-10-251-1/+7
* Fix RCS idstholo1996-08-191-2/+1
* initial import of NetBSD treederaadt1995-10-181-0/+65