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