index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
atexit.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move __cxa_thread_atexit* to its own .c file to avoid pulling the code
guenther
2017-12-16
1
-1
/
+8
*
Implement __cxa_thread_atexit to support C++11 thread_local scope. The
kettenis
2017-12-05
1
-1
/
+3
*
Hide __atexit and __atexit_register_cleanup()
guenther
2015-10-25
1
-1
/
+6
*
Always call atexit handlers as if they were registered with __cxa_atexit.
kettenis
2014-06-18
1
-5
/
+2
*
Two small cleanups to atexit: remove unneeded __atexit_invalid, and
matthew
2013-06-02
1
-2
/
+1
*
Add __cxa_atexit() support for gcc3. This provides support for shared object destructors called at dlclose() time. Inspired by similar changes in FreeBSD and NetBSD.
millert
2007-09-03
1
-2
/
+12
*
fix a proto
deraadt
2003-07-31
1
-2
/
+2
*
re-enable function pointer table protection, this time make sure that
dhartmei
2002-08-30
1
-30
/
+26
*
Back it out, it breaks something in perl (seen with spamassassin), debug
dhartmei
2002-07-31
1
-26
/
+30
*
Replace atexit handler. mprotect() the pages so an attempt to modify the
dhartmei
2002-07-29
1
-30
/
+26
*
Fix RCS ids
tholo
1996-08-19
1
-2
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+46