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
/
dist
/
base
/
t
/
lib
/
HasSigDie.pm
blob: 3368e0499571b655ee9ba8a38cada4783bbed07a (
plain
) (
blame
)
1
2
3
4
5
6
package
HasSigDie
;
$SIG
{
__DIE__
}
=
sub
{
"Die, Bart, Die!"
};
1
;