index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
abort.c
Age
Commit message (
Expand
)
Author
2007-09-03
Add __cxa_atexit() support for gcc3. This provides support for shared object...
Todd C. Miller
2005-08-08
zap remaining rcsid.
Marc Espie
2004-01-20
Call _exit() not exit() from abort() if we are unable to kill ourselves
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-11-05
thread safe libc -- 2nd try. OK miod@, millert@
Marco S Hyman
2002-11-03
back out previous patch.. there are still some vax/m68k issues
Marco S Hyman
2002-11-03
libc changes for thread safety. Tested on:
Marco S Hyman
2002-09-14
Move __cleanup into mprotect'ed page to prevent unintentional modifications
Daniel Hartmeier
2001-08-12
#(endif|else) foo is incorrect, make it #endif /* foo */
Heikki Korpela
1998-11-20
Add thread-safety to libc, so that libc_r will build (on i386 at least).
David Leonard
1997-06-22
Make sure we don't get stuck in a loop when trying to clean up stdio
Thorsten Lockert
1996-10-25
add decl
Jason Downs
1996-10-25
POSIX requires stdio buffers be flushed on abort
Thorsten Lockert
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt