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
/
lib
/
perl5db
/
t
/
lsub-n
blob: 83257b47e28121728c4bd1cf97c85c48f155a416 (
plain
) (
blame
)
1
2
3
4
5
6
sub foo : lvalue { $x+=10; } $x++; foo(); $x+=100;