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
/
atexit.c
Age
Commit message (
Expand
)
Author
2007-09-05
Add missing header to avoid warning
Charles Longeau
2007-09-03
Add __cxa_atexit() support for gcc3. This provides support for shared object...
Todd C. Miller
2006-02-22
Avouid a race in atexit() handling by introducing a lock. Problem
Otto Moerbeek
2005-10-26
Remove obsolete comment. ok deraadt@
Otto Moerbeek
2005-08-08
zap remaining rcsid.
Marc Espie
2005-06-17
no longer a need for the free(malloc(1)) hack, because the brk stuff
Theo de Raadt
2005-03-30
ansi + de-register
Patrick Latifi
2002-09-14
Move __cleanup into mprotect'ed page to prevent unintentional modifications
Daniel Hartmeier
2002-09-06
missing include, ok theo
Henning Brauer
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
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt