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
/
sys
/
uvm
/
uvm_swap_encrypt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
make SWAP_KEY_GET symmetrical with SWAP_KEY_PUT by having it call
dlg
2015-05-06
1
-1
/
+8
*
reduce the scope of things that include uvm_swap_encrypt.h.
dlg
2015-05-04
1
-1
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
move arc4random prototype to systm.h. more appropriate for most code
tedu
2014-11-18
1
-2
/
+1
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
for key material that is being being discarded, convert bzero() to
deraadt
2011-01-11
1
-3
/
+3
*
remove proc.h include from uvm_map.h. This has far reaching effects, as
tedu
2010-04-20
1
-1
/
+2
*
turn a for (i = 0; i < size; i++) arc4random(); loop into arc4random_buf().
oga
2009-03-23
1
-14
/
+1
*
encrypt swap by default. cheap, and why not. can be disabled by people
deraadt
2005-03-26
1
-2
/
+2
*
ansi + some knf, no binary change
hshoexer
2004-11-29
1
-19
/
+15
*
- use 1/2 space for rijndael context in ipsec
markus
2003-12-26
1
-12
/
+15
*
inital -> initial
nate
2002-07-02
1
-7
/
+7
*
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
miod
2001-11-06
1
-3
/
+1
*
switch to the optimised AES reference code from
markus
2001-08-24
1
-6
/
+6
*
remove vm_conf.h; art@ ok
mickey
2001-08-06
1
-2
/
+2
*
$OpenBSD$
niklas
2001-01-29
1
-0
/
+2
*
Convert bzero to memset(X, 0..) and bcopy to memcpy.
art
2000-09-07
1
-2
/
+2
*
put in own ctl level for swapencrypt.
provos
2000-06-14
1
-0
/
+43
*
use rijndael instead of blowfish because of faster key setup.
provos
2000-05-27
1
-69
/
+135
*
use encrypted blocknumber as IV
provos
2000-05-26
1
-4
/
+10
*
<crypto/blf.h>
markus
2000-02-29
1
-1
/
+1
*
swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabled
provos
1999-12-30
1
-0
/
+127