aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/abort.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-1/+1
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-291-3/+3
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-281-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Move the declaration of __cleanup to libc_private.h as it is used in bothStefan Farfeleder2005-09-121-1/+1
* Replace some syscalls with libc version, this makes abort work better withDavid Xu2003-08-161-10/+7
* Fix some comments.Garrett Wollman2002-07-101-4/+6
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-17/+16
* Use signal() in both the threaded and non-threaded cases.John Birrell1998-04-291-2/+1
* POSIX requires stdio buffers be flushed on abort.Alexander Langer1996-10-261-0/+8
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-0/+13
* Mino cleanup, #includes & unused vars.Poul-Henning Kamp1995-10-221-1/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+65