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
/
isa
/
mcd.c
Age
Commit message (
Expand
)
Author
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-09-02
add missing initializer
christos
2006-04-13
PR/29683: Sergey Svishchev: Make this compile again..
christos
2005-12-11
merge ktrace-lwp.
christos
2005-10-15
- change the way to specify a bufq strategy. (by string rather than by number)
yamt
2005-03-12
PR/29683: M. B. Buchanan: mcd driver has printf formatting compile issue
christos
2005-02-27
nuke trailing whitespace
perry
2005-02-04
de-__P
perry
2004-10-28
move buffer queue related stuffs from buf.h to their own header, bufq.h.
yamt
2004-09-14
Separate the namespace for default (ie unspecified) locators used
drochner
2003-11-07
Replace home-grown locks with lockmgr().
mycroft
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-05-10
Change bounds_check_with_label() to take a pointer to the disk structure,
thorpej
2002-11-01
implement separate read/write disk statistics:
mrg
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Fix sizeof and whitespace bug from the script I'm using to do the
thorpej
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-07-24
Convert to new device buffer queue interface.
hannken
2002-01-07
Overhaul of the ISA autoconfiguration code to support direct
thorpej
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-13
add RCSID
lukem
2001-07-18
bzero -> memset
thorpej
2001-02-10
Insert missing '#' for cpp(1). This should close PR/12167.
taca
2001-01-08
Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when
fvdl
2001-01-07
Adapt all disk devices in MI directories to handle ODIOC* calls
fvdl
2000-07-06
Use device_lookup().
thorpej
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-02-07
Fix a bug in disksort_*() which caused non-optimal ordering when multiple
thorpej
2000-01-21
Update for sys/buf.h/disksort_*() changes.
thorpej
1999-02-08
Change DIOCEJECT to do what's needed to eject a device before the eject
bouyer
1998-06-23
* Add defopt MCD_PROMISC for more conservative probes.
jonathan
1998-06-09
Nuke __BROKEN_INDIRECT_CONFIG.
thorpej
1998-01-14
make it compile without BROKEN_INDIRECT_CONFIG
drochner
1998-01-12
Update for config changes.
thorpej
1997-11-11
Add missing ;
fvdl
1997-10-20
Don't panic if we fail to remap i/o or mem space in the attach function.
thorpej
1997-10-19
Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) before
thorpej
1997-10-08
Implement DIOCGDEFLABEL.
thorpej
1997-06-14
Make this compile again in light of recent changes to cdio.h
thorpej
1997-04-04
Busify the driver (from perry).
christos
1996-11-05
Eliminate unsolicited spewage; PR #2108.
mikel
1996-10-13
backout kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-05-12
Use intr.h.
mycroft
1996-04-29
Fix gcc -Wall warnings.
christos
[next]