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
/
ic
/
athrate-sample.c
Age
Commit message (
Expand
)
Author
2021-08-09
s/alway /always/
andvar
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2012-11-08
Use NetBSD's own KASSERT() and KASSERTMSG() instead of #undef and re-#defining
dyoung
2011-02-20
support building as a module
jmcneill
2008-12-11
Sync ath(4) with the new HAL, mostly based on <jmcneill>'s patches.
alc
2008-07-09
- device/softc split for ath(4)
joerg
2008-04-08
use aprint_*_dev and device_xname
cegger
2008-01-04
Start detangling lock.h from intr.h. This is likely to cause short term
ad
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-04-14
Coverty CID 1317: Avoid negative index.
christos
2006-04-02
Reorganize ath layout as requested by sam@ and suggested by dyoung@ in
gdamore
2006-03-02
Miscellaneous ath(4) and net80211 updates and bug-fixes coming from
dyoung
2006-02-05
Add missing $NetBSD$ tags and __KERNEL_RCSID().
xtraeme
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-11-18
Resolve conflicts.
skrll
2005-10-25
Add missing <sys/device.h> include.
martin
2005-07-28
Fix variable shadowing, sysctl attachment, ident(1) strings,
dyoung
2005-06-22
Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)
dyoung
2005-06-21
Import FreeBSD's ath(4) of 2005-05-18
dyoung