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_aselect.c
Age
Commit message (
Expand
)
Author
2017-01-04
PR/51775: David Binderman: Remove unused variable.
christos
2013-09-15
Remove unused variables
martin
2011-08-31
NULL does not need a cast
plunky
2009-02-07
Nuke #define MAXNSTRIPES which is no longer useful.
oster
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-03-23
This one is good for making one's brain hurt. Turns out that the
oster
2006-03-18
dag_h will always be NULL in this case, and thus we can eliminate a
oster
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2004-04-09
These changes complete the effective removal of malloc() from all
oster
2004-03-20
Can't conditionalize cleanup on numStripeUnitsBailed -- have to
oster
2004-03-19
Introduce 3 more pools and 6 functions to handle allocating/freeing
oster
2004-03-18
- Introduce a 'dagnode' pool. Initialize it and allow for cleanup.
oster
2004-02-29
InitHdrNode() might as well return 'void'. Nothing ever pays attention
oster
2004-02-29
rf_MakeAllocList() will always get memory. No point in checking for
oster
2004-02-29
TransferDagMemory() doesn't exist, so these lines are just wasting space.
oster
2004-02-29
Stripe functions are now handled by a linked-list instead of a
oster
2004-02-27
Use a dynamically allocated linked list of dagLists instead of using a
oster
2004-01-02
Fix the "We panic if we can't create a DAG" problem that's existed
oster
2003-12-30
Some days you wonder if some of the function declaration consistency
oster
2003-12-29
- first kick at a major reworking of RAIDframe's memory allocation code:
oster
2003-07-01
UpdateNodeHdrPtr() isn't used anywhere. Turf.
oster
2002-08-02
- remove memChunkEnable as an arg to InitHdrNode
oster
2002-08-02
Unused code go bye-bye.
oster
2001-11-13
add RCSIDs
lukem
2001-10-04
Step 2 of the disentanglement. We now look to <dev/raidframe/*> for
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