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
2009-04-03
Switch various printfs from %ld and %d to PRIu64, etc. to be more consistent
sborrill
2009-03-23
Rework/simplify the disk queuing code. A bunch of this was still
oster
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2009-03-15
ansify function definitions
cegger
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-03-14
'boot -z' bogons
ad
2009-02-28
Nuke a DIAGNOSTIC check that is no longer useful, even for DIAGNOSTIC.
oster
2009-02-28
It seems that some SCSI drivers can block while the spinlock on a given
oster
2009-02-11
If we see a RF_RECON_WRITE_ERROR event we know a write has finished and
oster
2009-02-07
Nuke #define MAXNSTRIPES which is no longer useful.
oster
2009-02-07
Be consistent with wd.c and don't complain loudly if the underlying
oster
2009-01-18
add compat50 ioctls.
christos
2009-01-13
g/c BUFQ_FOO() macros and use bufq_foo() directly.
yamt
2009-01-11
Implement DIOCCACHESYNC for RAIDframe too.
oster
2008-12-20
When unconfiguring an array where a reconstruct is in progress, abort
oster
2008-12-17
kill MALLOC and FREE macros.
cegger
2008-11-18
_KERNEL_OPT
ad
2008-09-28
Undo previous change to an #if 0. The code does belong to the
oster
2008-09-27
Cleanup some of the spare table stuff. It is not needed in the general
oster
2008-09-23
Nuke unneeded printf(). Spotted by pooka@.
oster
2008-06-17
Mark a buffer `busy` in getnewbuf() when it came from the pool_cache since
reinoud
2008-06-16
We don't care about md devices here. Fixes issue reported by Jukka Salmi
oster
2008-06-10
use new "defpseudodev" where appropriate, and remove dummy interface
drochner
2008-06-07
- Use bdev_strategy() instead of VOP_STRATEGY().
oster
2008-05-20
Add in a missing "bp->b_resid = bp->b_bcount" in the EIO case.
oster
2008-05-19
Re-work some of the guts of the reconstruction code.
oster
2008-05-04
Both StripeUnitsPerParityUnit and StripeUnitsPerReconstructUnit need
oster
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-20
Cleanup function prototypes. No functional change.
oster
2008-04-20
Introduce a function to return the default head separation for RAID 1
oster
2008-04-15
A forced recon read should not default to indicating that the reads
oster
2008-04-14
Print out the status value if a reconstruction read fails.
oster
2008-04-14
Fix display of total number of sectors if > 2^32 on 32-bit machines
sborrill
2008-04-05
use aprint_*_dev and device_xname
cegger
2008-03-21
Catch up with descriptor handling changes. See kern_descrip.c revision
ad
2008-02-12
rf_debugMem.c: remove unused 'rc' variable for RF_DEBUG_MEM.
oster
2008-01-26
In a land before time, when kernel processes roamed the system, we
oster
2008-01-04
Start detangling lock.h from intr.h. This is likely to cause short term
ad
2008-01-02
Merge vmlocking2 to head.
ad
2007-12-18
Fix a 'use after free' issue with wedges and RAIDframe.
oster
2007-12-11
Use CFATTACH_DECL_NEW instead of CFATTACH_DECL... ICB wisdom
oster
2007-12-05
lockmgr -> mutex
ad
2007-12-01
aprintify
jmcneill
2007-11-26
Remove the "struct lwp *" argument from all VFS and VOP interfaces.
pooka
2007-11-17
Nuke debugging output that is a) misleading at best, and
oster
2007-11-13
don't include <sys/namei.h> unnecessarily.
yamt
2007-11-08
We need to initialize dk_driver as well. Thanks to Ronald Roskens
oster
2007-11-01
Implement support for drvctl in RAIDframe. Thanks to jnemeth@ for
oster
2007-10-08
Merge brelse() changes from the vmlocking branch.
ad
[next]