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
/
exit.c
Age
Commit message (
Expand
)
Author
2017-08-12
Minimize #includes, particularly to avoid thread_private.h
Philip Guenther
2015-09-13
Wrap <stdlib.h> so that calls go direct and the symbols not in the
Philip Guenther
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
2005-03-30
ansi + de-register
Patrick Latifi
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-09-14
Move __cleanup into mprotect'ed page to prevent unintentional modifications
Daniel Hartmeier
2002-08-30
re-enable function pointer table protection, this time make sure that
Daniel Hartmeier
2002-07-31
Back it out, it breaks something in perl (seen with spamassassin), debug
Daniel Hartmeier
2002-07-29
Replace atexit handler. mprotect() the pages so an attempt to modify the
Daniel Hartmeier
2000-01-06
include thread_private.h
David Leonard
1998-11-20
Add thread-safety to libc, so that libc_r will build (on i386 at least).
David Leonard
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt