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
/
arch
/
sparc
/
dev
/
sw.c
Age
Commit message (
Expand
)
Author
2023-01-23
s/lager/larger/ in comments.
andvar
2020-11-22
malloc(9) -> kmem(9) (easy, straight-forward cases only, for now)
thorpej
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2008-12-16
replace bitmask_snprintf(9) with snprintb(3)
christos
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-04
Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes.
tsutsui
2007-11-01
typo
jnemeth
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-03-29
Use device_cfdata().
thorpej
2005-11-16
Duplicate open curlies in both #if and #else parts confuse
uwe
2005-11-16
ANSIify function declarations/defintions. Use uint<N>_t.
uwe
2003-12-04
NetBSD.ORG -> NetBSD.org
keihan
2003-07-15
__KERNEL_RCSID()
lukem
2003-05-03
DMA, not dma nor Dma.
wiz
2002-12-10
Remove the `flags' argument from bus_intr_establish().
pk
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-01
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2002-03-11
* `bus_type_t' is gone.
pk
2001-08-20
precede, not preceed.
wiz
2001-04-25
Pull up the thorpej_scsipi branch to main branch.
bouyer
2000-07-09
Add a `device class' interrupt level argument (from machine/intr.h)
pk
2000-06-29
When winding down a DMA transfer, don't complain about the actual
pk
2000-06-26
Split si & sw drivers.
pk