summaryrefslogtreecommitdiff
path: root/libc/stdlib/abort.c
AgeCommit message (Expand)Author
2005-07-28Add a config option for abort() to shutdown the stdio subsystem. This isManuel Novoa III
2005-07-10 define an abort instruction for m68kMike Frysinger
2005-07-10define an abort instruction for alphaMike Frysinger
2005-07-10alphabetize and warn if an arch is undefinedMike Frysinger
2005-06-29whitespace/syntax updatesMike Frysinger
2005-06-29if we have a signal handler in place to cover SIGABRT, we have to make sure t...Mike Frysinger
2004-02-12Paul Mundt lethal at linux-sh dot org writes:Eric Andersen
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2004-01-31Patch from Paul Mundt, lethal at linux-sh dot org,Eric Andersen
2004-01-30Add missing abort instruction for powerpcEric Andersen
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2002-08-08Fix lockingEric Andersen
2002-03-13Oops... forgot to update abort.c.Manuel Novoa III
2002-02-19Doh! Miles Bader noticed a couple of spots where I forgotEric Andersen
2002-02-18Rename __stdio_close_all to __stdio_flush_buffers. Eliminate anEric Andersen
2001-12-05Hack the 68000 last ditch abort to work for all 68000 targets.David McCullough
2001-11-21Cleanup abort() so it behaves itself a bit betterEric Andersen
2001-02-19Create __uClibc_main to handle what can be done in C instead of each arch'sManuel Novoa III
2001-01-01A bunch of updates, part from Manuel Novoa III (such as more long longEric Andersen
2000-11-04Make spelling of uClibc be consistant.Eric Andersen
2000-10-17Bypass problem with signals for the moment...Eric Andersen
2000-10-07Formatting updateEric Andersen
2000-10-04This is making far too much sense.Eric Andersen
2000-07-05Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen