index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
atexit.c
Age
Commit message (
Expand
)
Author
2017-11-06
Assert that __cxa_atexit is not used with NULL as DSO. Don't use
joerg
2017-11-02
Revert previous on demand.
kamil
2017-11-02
Correct handling of __cxa_atexit(a,b,NULL) in libc
kamil
2015-04-19
Redo __aeabi_atexit by shuffling the arguments and dropping the code in
joerg
2015-04-18
Add __aeabi_atexit alias for another case of NIH on ARM.
joerg
2015-01-20
Fix non _REENTRANT build.
christos
2013-08-19
Put the startup code in .text.startup
matt
2013-04-26
add {at_,}quick_exit(3) from FreeBSD
christos
2009-10-08
When converting the locking path of mutex+counter to a real recursive
pooka
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-02-25
There's no need to do the mutex_trylock dance anymore in __cxa_finalize(),
xtraeme
2008-02-25
Add a comment for __libc_atexit_init() missed in previous that was
xtraeme
2008-02-25
Make the atexit mutex recursive and initialize it in __libc_init()
xtraeme
2007-08-08
Keep track of atexit functions that are added while processing
kristerw
2007-08-08
Ensure that the struct atexit_handler has been removed from the list
kristerw
2005-06-12
Add missing __RCSID()
lukem
2003-03-19
When implementing a recursive mutex, it helps if you remember to
nathanw
2003-03-04
Fix lib/20558:
thorpej
2003-03-01
Rewrite atexit(3), and add support for __cxa_atexit()/__cxa_finalize(),
thorpej
2003-01-18
Merge the nathanw_sa branch.
thorpej
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1998-10-18
Protect __atexit manipulation and traversal with a mutex.
kleink
1998-02-03
remove obsolete register declarations
perry
1998-01-30
update to lite-2
perry
1997-07-13
Add local.h for local prototypes.
christos
1995-12-28
New-style RCS ids.
thorpej
1995-06-14
define __atexit pointer
jtc
1995-02-28
remove unneeded "#include <stddef.h>"
jtc
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd