index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
raidframe
Age
Commit message (
Expand
)
Author
2002-08-02
Bye-bye to the memchunk files.
oster
2002-08-02
rf_memchunk.c is no longer needed.
oster
2002-08-02
- remove "#include "rf_memchunk.h"
oster
2002-08-02
Nuke stuff dealing with the experimental memChunk code. It's unused, and
oster
2002-08-02
- remove memChunkEnable as an arg to InitHdrNode
oster
2002-08-02
Unused code go bye-bye.
oster
2002-07-24
RAIDframe doesn't need to be so chatty on autoconfigure. Leave it
oster
2002-07-24
Don't print the value of protectedSectors all the time.
oster
2002-07-21
Rename bufq_init() to bufq_alloc().
hannken
2002-07-20
Convert to new device buffer queue interface.
hannken
2002-07-14
Oops... one more #include can disappear.
oster
2002-07-14
Nuke unneeded #include.
oster
2002-07-14
Remove incorrect comment.
oster
2002-07-13
Nuke a redundant wakeup().
oster
2002-07-13
Nuke a redundant check.
oster
2002-07-13
Most folks won't need the DAG printing and verification routines.
oster
2002-07-13
rf_ValidateDAG isn't something that we want to even consider
oster
2002-07-13
Minor cleanup.
oster
2002-07-13
rf_compute_workload_shift() is only used by the CHAINDECLUSTER stuff,
oster
2002-07-13
Nuke a redundant check that raidPtr->valid is true.
oster
2002-07-13
No need to unlock and then immediately relock a mutex.
oster
2002-07-13
- don't be quite so chatty.
oster
2002-07-13
As suggested by MRG, if we have an autoconfig set for root, we should
oster
2002-07-13
Cleanup unneeded #includes.
oster
2002-06-27
Exclude the Atari/Milan floppy driver from being a RAID capable device.
leo
2002-05-23
Not so fast... Add a bit of comment to the previous change.
leo
2002-05-23
Treat the "hdfd" (Atari/Hades floppy) like all the other "fd"s. OK-ed by
leo
2002-05-22
bcopy -> memcpy. Reviewed by Greg Oster.
wiz
2002-04-16
Centralize the RAIDframe config definitions.
thorpej
2002-03-08
Pool deals fairly well with physical memory shortage, but it doesn't
thorpej
2002-03-04
Correct misspellings of "failed".
wiz
2002-01-19
Bah.. Not sure how those ";"'s got missed :-(
oster
2002-01-19
Let's not bother building a number of infrequently used RAID types.
oster
2002-01-19
Only include some debugging printf's if DEBUG is defined.
oster
2002-01-09
We only need a single component buffer pool.
thorpej
2002-01-09
Move a bunch of debugging stuff to be only used if DEBUG is turned on.
oster
2002-01-07
Revert previous. Need to be more careful with what gets chopped out.
oster
2002-01-07
Some of this stuff is really just for debugging, so compile it only if
oster
2002-01-07
#if 0 rf_SetReconfiguredMode() since it is unused now, but may be
oster
2001-12-16
Fix an off-by-one error when autoconfig is hunting for a free RAID
oster
2001-11-28
use #ifdef RAID_AUTOCONFIG (for consistency with the rest of the kernel)
lukem
2001-11-20
Cleanup some whitespace that indent got wrong a long time ago.
oster
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-13
add RCSIDs
lukem
2001-10-06
Backout a line that accidentally got included when the .h reorg went in.
oster
2001-10-05
More #if 0's bite the dust.
oster
2001-10-05
Nuke some #if 0 stuff.
oster
2001-10-04
Tidy up the #includes a bit. (coulda/shoulda done that with last commit.)
oster
2001-10-04
rf_options.h isn't needed here.
oster
2001-10-04
If rf_options.h needs to be include it, then include it. Don't rely on
oster
[prev]
[next]