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
/
csu
/
common_elf
/
crtbeginS.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ELF uberalles, so move the files up out of common_elf
guenther
2014-11-15
1
-171
/
+0
*
Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass the
kettenis
2013-12-28
1
-1
/
+9
*
Reverse the order that ctors and dtors are run in accordance with
matthew
2012-09-08
1
-7
/
+7
*
Add __guard_local as a hidden symbol to ld.so, kernel, and every
matthew
2012-08-28
1
-1
/
+3
*
Sprinkle a few __used markers to prevent gcc4 from throwing away essential
kettenis
2010-05-01
1
-5
/
+5
*
Add gcj java class registration hooks for gcc3 elf archs. From NetBSD
kurt
2009-04-13
1
-1
/
+19
*
Tag ELF shared libraries as OpenBSD.
kettenis
2009-02-04
1
-1
/
+3
*
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
-1
/
+22
*
add finalized guard to destructor calls, to prevent multiple calls.
espie
2004-01-26
1
-6
/
+10
*
small clean-up: typedef to desambiguate const, prototypes...
espie
2004-01-26
1
-5
/
+6
*
__init/__fini handling on ELF has not been correct. It is supposed to
drahn
2004-01-08
1
-3
/
+15
*
correct array initializer size to be [1], not [0] fixes gcc3 libstdc++ error
drahn
2003-12-28
1
-3
/
+3
*
boring protos
deraadt
2003-06-26
1
-5
/
+5
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-5
/
+5
*
Commonize csu code for elf systems, powerpc now no longer has it's own
drahn
2001-05-28
1
-0
/
+103