summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/abort.c
Commit message (Expand)AuthorAgeFilesLines
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-271-1/+0
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-201-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-9/+5
* Some warnings go awayPeter S. Mazinger2006-01-271-4/+4
* Make i386 build w/ -std=c99 (almost)Peter S. Mazinger2006-01-231-1/+1
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger2006-01-191-32/+4
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-12/+13
* update for newer binutilsMike Frysinger2006-01-091-1/+1
* fix typoMike Frysinger2006-01-081-1/+1
* grammar fixMike Frysinger2006-01-051-1/+1
* New hidden versionsPeter S. Mazinger2005-12-161-4/+6
* Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commitPeter S. Mazinger2005-12-141-2/+2
* add an abort for armMike Frysinger2005-12-091-0/+2
* Convert the rest of users to hiddenPeter S. Mazinger2005-12-081-1/+1
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-5/+2
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-011-2/+2
* Hide more of stdio,getdents, use internal __raisePeter S. Mazinger2005-11-151-1/+2
* Add a config option for abort() to shutdown the stdio subsystem. This isManuel Novoa III2005-07-281-0/+14
* define an abort instruction for m68kMike Frysinger2005-07-101-0/+2
* define an abort instruction for alphaMike Frysinger2005-07-101-1/+3
* alphabetize and warn if an arch is undefinedMike Frysinger2005-07-101-7/+8
* whitespace/syntax updatesMike Frysinger2005-06-291-50/+50
* if we have a signal handler in place to cover SIGABRT, we have to make sure t...Mike Frysinger2005-06-291-1/+3
* Paul Mundt lethal at linux-sh dot org writes:Eric Andersen2004-02-121-0/+2
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-8/+0
* Patch from Paul Mundt, lethal at linux-sh dot org,Eric Andersen2004-01-311-0/+4
* Add missing abort instruction for powerpcEric Andersen2004-01-301-1/+5
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* Fix lockingEric Andersen2002-08-081-0/+19
* Oops... forgot to update abort.c.Manuel Novoa III2002-03-131-4/+7
* Doh! Miles Bader noticed a couple of spots where I forgotEric Andersen2002-02-191-1/+1
* Rename __stdio_close_all to __stdio_flush_buffers. Eliminate anEric Andersen2002-02-181-6/+4
* Hack the 68000 last ditch abort to work for all 68000 targets.David McCullough2001-12-051-1/+1
* Cleanup abort() so it behaves itself a bit betterEric Andersen2001-11-211-10/+65
* Create __uClibc_main to handle what can be done in C instead of each arch'sManuel Novoa III2001-02-191-4/+5
* A bunch of updates, part from Manuel Novoa III (such as more long longEric Andersen2001-01-011-2/+0
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
* Bypass problem with signals for the moment...Eric Andersen2000-10-171-0/+2
* Formatting updateEric Andersen2000-10-071-19/+17
* This is making far too much sense.Eric Andersen2000-10-041-1/+0
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-051-0/+53