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
/
rf_stripelocks.c
Age
Commit message (
Expand
)
Author
2003-12-30
Some days you wonder if some of the function declaration consistency
oster
2003-12-29
Clean up code/comments. No functional changes. Just a lot easier to read now.
oster
2003-12-29
Since rf_mutex_destroy() is effectively a NOP now, nuke it.
oster
2003-12-29
Simplify defn's of rf_mutex_init() and rf_mutex_destroy(). Since
oster
2003-12-29
- first kick at a major reworking of RAIDframe's memory allocation code:
oster
2003-04-10
rf_MakeLockTable() and rf_ShutdownStripeLocks() are used only in
simonb
2002-09-23
lockTable is not needed for AddToWaitersQueue(). Thanks to Simon B.
oster
2002-09-14
Everyone and their dog was using RF_ERRORMSG3 to print out the same
oster
2002-09-11
Use the newly added RF_DEBUG_STRIPELOCK to effectively remove a bunch
oster
2002-01-19
Bah.. Not sure how those ";"'s got missed :-(
oster
2002-01-19
Only include some debugging printf's if DEBUG is defined.
oster
2001-11-13
add RCSIDs
lukem
2001-10-05
Nuke some #if 0 stuff.
oster
2001-10-04
Step 2 of the disentanglement. We now look to <dev/raidframe/*> for
oster
2001-09-01
Disable all of the RF_ASSERT()s by default, enabling them if the
thorpej
2000-12-04
Comment out 2 cases of unitialized variable use (only used when
fvdl
2000-01-08
- more cleanup of rf_get_threadid() and debugging printfs
oster
2000-01-07
Nuke unused #define.
oster
1999-02-05
Phase 2 of the RAIDframe cleanup. The source is now closer to KNF
oster
1999-01-26
RAIDframe cleanup, phase 1. Nuke simulator support, user-land driver,
oster
1998-11-13
RAIDframe, version 1.1, from the Parallel Data Laboratory at
oster