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
/
ieee1394
/
fwdev.c
Age
Commit message (
Expand
)
Author
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-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2012-04-29
Change to consistently use M_FW for all malloc/free.
dsl
2011-07-31
Put back #include "ioconf.h" per popular demand.
uebayasi
2011-05-25
Declare cfdrivers using extern rather than including ioconf.h.
uebayasi
2010-08-26
don't call tsleep() with any mutexes hold
cegger
2010-08-16
do not hold mutexes when calling tsleep(9).
cegger
2010-05-23
Revert all previous kmem_ commits. This needs to be done in a different way
christos
2010-05-14
Use kmem(9) instead of malloc(9).
kiyohara
2010-05-10
Use kmem(9) instead of malloc(9).
kiyohara
2010-04-29
Remove unnecessary cast.
kiyohara
2010-03-29
Bye-bye fw_port.h.
kiyohara
2009-04-18
Remove extra whitespace added by a stupid tool.
tsutsui
2009-03-18
bcopy -> memcpy
cegger
2009-03-18
bzero -> memset
cegger
2007-12-11
use __KERNEL_RCSID()
lukem
2007-11-05
+ Sync to FreeBSD.
kiyohara
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-07-29
It's not a good idea for device drivers to modify b_flags, as they don't
ad
2007-04-21
firewire.c sync to Rev.1.86 for FreeBSD.
kiyohara
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-16
undo previous change - crom_buf->len has been changed to uint32_t
jdolecek
2006-11-16
Avoid integer overflow, as reported by Rodrigo Rubira Branco in a
elad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-08-30
- fix missing initializations
christos
2005-12-11
merge ktrace-lwp.
christos
2005-07-20
minor cleanup: some "const", global namespace sanity and fix a maclo name
drochner
2005-07-11
ieee1394 import from FreeBSD.
kiyohara