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
2015-09-06
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
dholland
2015-08-20
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
christos
2015-07-10
mark all the device entry points static.
mrg
2015-04-26
Use C99-style initializers for struct dkdriver.
mlelstv
2015-01-03
Also print b_error in the IO Error message
prlw1
2015-01-02
We have three sets of DTYPE_ constants in the kernel:
christos
2014-12-31
make more drivers use disk_ioctl, and add a dev parameter to it so that
christos
2014-12-31
Centralize wedge ioctls in disk_ioctl.
christos
2014-12-31
disk_blocksize and disk_set_info relay the same information
mlelstv
2014-12-21
Stop useless disklabel warning if there are wedges, using GPT partition.
taca
2014-11-14
Adjust comment to reflect reality. (5th arg, not 4th)
oster
2014-11-14
Fix a long-standing bug related to rebooting while a
oster
2014-11-04
support DIOCMWEDGES ioctl.
mlelstv
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2014-10-11
No longer warn about differences bewteen disk size and total sector count
mlelstv
2014-10-11
clamp total number of sectors to UINT32_MAX instead of providing the
mlelstv
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-07-25
Add d_discard to all struct bdevsw instances I could find.
dholland
2014-06-14
Change dk_lookup() to return an anonymous vnode not associated with
hannken
2014-05-12
restore defaulting to the 'a' partition for booting with root on raid as
christos
2014-05-08
Revert default strategy change from 1.298 (which has since moved).
jakllsch
2014-04-03
Add a "soft" root option, leaving the current default as "force root", so
christos
2014-04-03
Fix bugs in raidframe + wedge and root interaction:
christos
2014-04-02
If we are autoconfiguring root, then only change the booted_device if
christos
2014-03-25
kill sprintf
christos
2014-03-23
fix unused
christos
2014-03-23
remove unused
christos
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2014-02-28
G/C sys/simplelock.h includes
skrll
2013-11-22
Remove RAID_DIAGNOSTIC around a variable and mark __unused instead.
riz
2013-11-22
Move two RF_ASSERT()s into the protection of RAID_DIAGNOSTIC to
riz
2013-09-15
Mark a variable as potentially unused
martin
2013-09-15
Mark variables as potentially unused
martin
2013-09-15
ifdef variables like their use
martin
2013-09-15
Avoid unused variable warnings
martin
2013-09-15
Move variables into the same ifdef as their use
martin
2013-09-15
Remove unused variables
martin
2013-09-15
Remove/ifdef unused variables
martin
2013-09-15
Remove unused variable
martin
2013-09-15
Remove unused variables
martin
2013-09-15
When we do not compile in the RF_ASSERT-ion code, still "use" the expression,
martin
2013-05-29
phase 1 of disk geometry cleanup:
christos
2013-05-23
PR/47846: Frank Kardel: panic/lockups in raidframe during detach at shutdown
christos
2013-04-29
Set the raidid and the softc together in both places where we initialize
christos
2013-04-28
no need for raid.h
christos
2013-04-27
no more needs flag
christos
2013-04-27
allocate devices dynamically.
christos
2013-03-06
fix parens in a message
yamt
2013-02-18
Fix a few spelling issues. No functional changes.
oster
2012-12-10
Fix off by one read.
msaitoh
[next]