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
/
fwdma.c
Age
Commit message (
Expand
)
Author
2021-07-24
Fix all remaining typos, mainly in comments but also in few definitions and l...
andvar
2018-12-13
Fix fwdma_free() for when bus_dmamap_unload() clobbers the dmamap.
jakllsch
2010-05-23
Revert all previous kmem_ commits. This needs to be done in a different way
christos
2010-05-10
Use kmem(9) instead of malloc(9).
kiyohara
2010-04-29
Call malloc(M_ZERO) instead of malloc() and memset().
kiyohara
2010-03-29
Bye-bye fw_port.h.
kiyohara
2008-01-04
Start detangling lock.h from intr.h. This is likely to cause short term
ad
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-03-11
Remove #include <machine/vmparam.h>.
ad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-04-30
Fix memory leak.
kiyohara
2006-04-30
Use An appropriate flag in macro fw_bus_dma_*.
kiyohara
2006-04-30
Coordination of macro fw_bus_dma_tag_create().
kiyohara
2005-12-11
merge ktrace-lwp.
christos
2005-07-11
ieee1394 import from FreeBSD.
kiyohara