index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
softraid_crypto.c
Age
Commit message (
Expand
)
Author
2008-02-23
Oops to eager with the delete button. prompted by deraadt.
Marco Peereboom
2008-02-23
Backout premature code.
Marco Peereboom
2008-02-22
Propper encryption of on-disk-keys, prodded/suggest by tedu@ and djm@
Hans-Joerg Hoexer
2008-02-19
Cleanup, spacing and KNF.
Marco Peereboom
2008-02-17
Kill stray comment
Marco Peereboom
2008-02-17
add my copyright, too.
Hans-Joerg Hoexer
2008-02-17
Add propper key encryption.
Hans-Joerg Hoexer
2008-02-15
Add myself to the copyrights, ok marco@
Chris Kuethe
2008-02-14
Actually implement the crypto.
Chris Kuethe
2008-02-07
Add optional metadata memebers.
Marco Peereboom
2008-02-05
Shave off a few more bytes by moving IO collision detection into a generic
Marco Peereboom
2008-02-05
Create a generic function to validate IO instead of copying and pasting
Marco Peereboom
2008-01-31
Add me to copyright.
Marco Peereboom
2008-01-29
Improve performance dramatically by preventing severeal context switches.
Marco Peereboom
2008-01-27
Oops forgot one function when adding 16 byte scsi commands.
Marco Peereboom
2008-01-26
Remove duplicate protos
Marco Peereboom
2008-01-24
Bring softraid into the world of 16 byte commands; this allows for > 2TB disks
Marco Peereboom
2007-11-27
split crypto functions out into their own file, so softraid.c is not such
Ted Unangst