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
/
raidframevar.h
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-08-02
Accidentally commited some other changes that weren't quite ready. Add
oster
2019-10-10
fix the function pointer and callback mess:
christos
2019-09-26
make nspares unsigned; it is assigned from numSpares which is unsigned.
christos
2018-04-19
s/static inline/static __inline/g for consistency.
christos
2018-01-18
implement 32-bit compat support for raidframe.
mrg
2014-11-14
Fix a long-standing bug related to rebooting while a
oster
2014-02-28
G/C sys/simplelock.h includes
skrll
2011-02-19
Define accessors for number of blocks and partition size in the
enami
2010-11-01
add support for >2TB raid devices.
mrg
2009-11-17
Finally commit the RAIDframe parity map Summer Of Code project.
jld
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-01-04
Start detangling lock.h from intr.h. This is likely to cause short term
ad
2006-09-05
Per a suggestion from Manuel, make numBlocks and partitionSize
oster
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2004-06-02
fix const'ificication, gcc-3.4 will notice it
drochner
2004-01-04
As noted by Thierry Deval in a posting to misc/at/openbsd.org,
oster
2003-12-29
[Having received a definite lack of strenuous objection, a small amount
oster
2003-08-12
Let boot code include raidframe.h to get RF_PROTECTED_SECTORS.
dsl
2003-02-01
Only use MALLOC_DECLARE() in kernel namespace.
tron
2003-02-01
Add extensible malloc types, adapted from FreeBSD. This turns
thorpej
2001-10-04
Step 1 of the disentangling of RAIDframe's .h files:
oster