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
/
arn9003.c
Age
Commit message (
Expand
)
Author
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-02-01
Replace ovbcopy -> memmove, same.
maxv
2017-05-23
Apply deferred if_start to more drivers
ozaki-r
2017-02-02
wlan interfaces make interrupt routine running on softint context.
nonaka
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-03-09
PR/50927: David Binderman: Fix wrong paren
christos
2015-05-24
Use bus_dmamap_load instead of bus_dmamap_load_raw
matt
2014-02-23
use aprint.
christos
2013-10-22
Avoid "declaration of 'delay' shadows a global declaration" by renaming
skrll
2013-10-17
- remove unused variables
christos
2013-04-06
Debounce the "wlan button pressed" event via pmf PMFE_RADIO_OFF so we
martin
2013-04-03
instead of ifnet use ethercom.
christos
2013-03-30
This is the initial port of OpenBSD's athn(4) driver. It supports
christos