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
/
dlfcn
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct error returns, do not print eror message to stdout (there
otto
2020-10-09
1
-8
/
+15
*
Partly revert previous commit, these changes we not supposed to go in.
otto
2020-10-09
1
-2
/
+1
*
As noted by tb@ previous commit only removed an unused fucntion.
otto
2020-10-09
1
-1
/
+2
*
allow setenv LIBC_NOUSERTC to disable userland timekeeping, for ktrace.
tedu
2020-07-16
1
-1
/
+3
*
Add support for timeconting in userland.
pirofti
2020-07-06
1
-2
/
+12
*
Complete the ld.so boot cleanup: move most libc initialization from
guenther
2019-06-02
2
-40
/
+86
*
Redo the calculation of the alignment and placement of static TLS data to
guenther
2017-12-01
2
-42
/
+92
*
Implement dl_iterate_phdr() for static PIE executables using info extracted
guenther
2016-09-06
3
-4
/
+74
*
Use a Thread Information Block in both single and multi-threaded programs.
guenther
2016-05-07
3
-5
/
+193
*
The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa.
guenther
2016-03-21
1
-4
/
+5
*
Add $OpenBSD line
guenther
2016-03-20
1
-0
/
+1
*
Rearrange C runtime bits: now that ld.so exports environ and __progname,
guenther
2016-03-20
2
-2
/
+109
*
delete old lint ARGSUSED comments
guenther
2015-11-01
1
-8
/
+1
*
ELF_TOOLCHAIN bye bye.
miod
2013-07-05
1
-3
/
+1
*
dlerror() should not return const char *, as noted by landry
deraadt
2013-03-24
1
-3
/
+3
*
Correct the declaration of the dladdr() stub so that it has the correct
guenther
2009-04-22
1
-3
/
+5
*
Remove unused include, ok miod@
drahn
2005-12-27
1
-2
/
+1
*
ARGSUSED stubs
deraadt
2005-11-28
1
-1
/
+8
*
Expose dl_iterate_phdr.
kettenis
2004-10-17
1
-1
/
+13
*
add dladdr() support and add some 'standard' dlsym() support.
drahn
2004-08-11
1
-1
/
+9
*
protos
deraadt
2003-07-15
1
-2
/
+2
*
ansification; checked by pval
deraadt
2003-06-11
1
-2
/
+2
*
pefo 3/4 licence cleanups
deraadt
2003-06-09
1
-7
/
+1
*
remove printf from static dlctl and dlerror stubs. Return -1 if
marc
2003-04-29
1
-4
/
+2
*
no way for this to be 'shared only', duh
pvalchev
2001-12-26
1
-3
/
+1
*
shared only
pvalchev
2001-11-20
1
-1
/
+3
*
Put dl* function definitions in libc on ELF, removing the need for libdl.
pvalchev
2001-11-20
2
-0
/
+94