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
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
2007-10-08
Merge disk init changes from the vmlocking branch. These seperate init /
ad
2007-10-05
Implement dumping kernel cores to RAID 1 sets. The component used
oster
2007-09-21
Fix wording in a comment and correct a debug line. From Olivier Cherrier
oster
2007-09-16
Make a couple of variables 64-bit quantities to avoid overflow issues
oster
2007-07-29
It's not a good idea for device drivers to modify b_flags, as they don't
ad
2007-07-18
Fix fallout from recent kthread changes.
ad
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-06-26
Change dk_lookup() to accept an additional argument of the type enum uio_seg
cube
2007-06-24
don't leak a vnode in the wedge case.
christos
2007-03-13
Fix typo in print statement; from khorben
christos
2007-03-12
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
ad
2007-03-09
In the case of multiple RAID sets that are marked as root, attempt to
oster
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-01-29
Remove more duplicate headers.
hubertf
2006-11-30
Change a bunch of "#if DEBUG" to "#ifdef DEBUG".
oster
2006-11-30
If the user has specified 'root on foo', then skip changing the booted_device
oster
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-10-09
Remove unused variable. (Noted by mrg. Thanks.)
oster
2006-10-08
Fix previous a different way. (pseudo_disk_init() needed to be called earlier)
oster
2006-10-08
Call pseudo_disk_init in the autoconfig case.
christos
2006-10-08
Re-work some of the initialization code to now use config_attach_pseudo()
oster
2006-10-07
It's ok to wait for memory for the emergency buffers. If we don't get
oster
2006-10-05
Revert previous change: Remove an unused variable declaration that was
oster
2006-10-05
Protect calls to pool_put/pool_get that may occur in interrupt context
tls
2006-09-28
Make sure the 'last configured as' field in the component labels
oster
2006-09-05
Per a suggestion from Manuel, make numBlocks and partitionSize
oster
2006-08-28
Fix uninitialized variables.
christos
2006-08-27
- use dk_lookup instead of our home-spun version.
christos
2006-08-17
Fix all the -D*DEBUG* code that it was rotting away and did not even compile.
christos
2006-08-07
sc_size should be a 64-bit quantity. Notice by Matthias Drochner.
oster
2006-08-07
Fix a minor typo in a comment.
oster
[prev]
[next]