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
/
gnu
/
usr.bin
/
perl
/
cpan
/
Test-Harness
/
t
/
sample-tests
/
segfault
blob: c5670a42b592959dd69e417604c5a95cc0ca1f31 (
plain
) (
blame
)
1
2
3
4
5
#!/usr/bin/perl
print
"1..1\n"
;
print
"ok 1\n"
;
kill
11
,
$$
;