index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
stdlib
/
abort.c
Age
Commit message (
Expand
)
Author
2005-11-15
Hide more of stdio,getdents, use internal __raise
Peter S. Mazinger
2005-07-28
Add a config option for abort() to shutdown the stdio subsystem. This is
Manuel Novoa III
2005-07-10
define an abort instruction for m68k
Mike Frysinger
2005-07-10
define an abort instruction for alpha
Mike Frysinger
2005-07-10
alphabetize and warn if an arch is undefined
Mike Frysinger
2005-06-29
whitespace/syntax updates
Mike Frysinger
2005-06-29
if we have a signal handler in place to cover SIGABRT, we have to make sure t...
Mike Frysinger
2004-02-12
Paul Mundt lethal at linux-sh dot org writes:
Eric Andersen
2004-02-11
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Manuel Novoa III
2004-01-31
Patch from Paul Mundt, lethal at linux-sh dot org,
Eric Andersen
2004-01-30
Add missing abort instruction for powerpc
Eric Andersen
2003-12-27
Fix a long-standing bug with pthreads. A couple of linuxthreads files
Manuel Novoa III
2002-08-08
Fix locking
Eric Andersen
2002-03-13
Oops... forgot to update abort.c.
Manuel Novoa III
2002-02-19
Doh! Miles Bader noticed a couple of spots where I forgot
Eric Andersen
2002-02-18
Rename __stdio_close_all to __stdio_flush_buffers. Eliminate an
Eric Andersen
2001-12-05
Hack the 68000 last ditch abort to work for all 68000 targets.
David McCullough
2001-11-21
Cleanup abort() so it behaves itself a bit better
Eric Andersen
2001-02-19
Create __uClibc_main to handle what can be done in C instead of each arch's
Manuel Novoa III
2001-01-01
A bunch of updates, part from Manuel Novoa III (such as more long long
Eric Andersen
2000-11-04
Make spelling of uClibc be consistant.
Eric Andersen
2000-10-17
Bypass problem with signals for the moment...
Eric Andersen
2000-10-07
Formatting update
Eric Andersen
2000-10-04
This is making far too much sense.
Eric Andersen
2000-07-05
Many bugfixes, header cleanups, etc. Added abort and glob.
Eric Andersen