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
/
softraidvar.h
Age
Commit message (
Expand
)
Author
2007-05-01
Refactor metadata code; this is the first step to be able to bringup
Marco Peereboom
2007-04-23
Add interesting runtime stats.
Marco Peereboom
2007-04-22
Add more debug output for metadata.
Marco Peereboom
2007-04-22
Don't use SBLOCK_UFS1. Don't call it SKIP either.
Marco Peereboom
2007-04-22
Skip past SBLOCK_UFS1 to make sure that metadata does not destroy anything
Marco Peereboom
2007-04-21
Remove big endian in metadata; prompted by deraadt.
Marco Peereboom
2007-04-21
Add volumes to sensors.
Marco Peereboom
2007-04-19
Add initial metadata write function and hook it up.
Marco Peereboom
2007-04-14
shave some blocks off each chunk to make sure disklabel doesn't get eaten
Ted Unangst
2007-04-12
Add failure statistics per workunit.
Marco Peereboom
2007-04-11
Add infrastructure to run with multiple openings.
Marco Peereboom
2007-03-30
Make volume state transitions work
Marco Peereboom
2007-03-27
First stab at state transition code for volumes and chunks.
Marco Peereboom
2007-03-19
the autoconf glue funcs (match/attach/etc) are only used inside softraid.c,
David Gwynne
2007-03-19
attach softraid to the root of the device tree in a machine independant
David Gwynne
2007-03-19
Add a new device that provides a framework for IO manipulation. A very basic
Marco Peereboom