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
/
newsmips
/
apbus
Age
Commit message (
Expand
)
Author
2022-09-18
Eliminate use of IFF_OACTIVE, take 2. (Not sure what happened there.)
thorpej
2022-09-18
Eliminate use of IFF_OACTIVE.
thorpej
2022-08-20
snstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with
thorpej
2021-11-10
s/endianess/endianness/
msaitoh
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-11-21
malloc(9) -> kmem(9)
thorpej
2020-02-05
Fix if_stats access.
martin
2020-02-04
Trailing whitespace
skrll
2020-02-04
Adopt <net/if_stats.h>
skrll
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2019-09-13
if_flags is neither int nor short. It's unsigned short.
msaitoh
2019-05-29
No functional change:
msaitoh
2019-05-28
Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.
msaitoh
2019-02-05
Remove very old IFF_NOTRAILERS flag.
msaitoh
2018-10-19
Reorganize APbus zs(4) console handling.
tsutsui
2018-10-14
Add NWS-4000 support.
tsutsui
2018-09-30
Avoid reference of APbus workarea that can't be read via kvm(3).
tsutsui
2018-09-30
Account APbus interrupts by evcnt(9).
tsutsui
2018-09-30
Fix news5000 panic during boot on APbus attach. PR port-newsmips/53626
tsutsui
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-06-22
It's not required to include net/bpfdesc.h. Remove it.
msaitoh
2017-07-29
Avoid memory leak in sonic_get.
riastradh
2017-03-31
Remove extra 0x. This bug was added when replacing bitmask_snprintf(9) with
msaitoh
2017-02-22
Apply deferred if_start to more MD drivers.
nonaka
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-07-21
Don't include <mips/locore.h> in <machine/intr.h>, introduces circular
christos
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-02-09
Introduce softint-based if_input
ozaki-r
2014-03-24
- fix unused
christos
2014-01-31
Add WSDISPLAYIO_LINEBYTES ioctl (for Xorg wsfb driver).
tsutsui
2012-10-13
struct device * -> device_t, use device_xname() (from chs@)
tsutsui
2012-10-13
Fix botch on device_t/softc split inside #ifdef SNDEBUG part. from chs@
tsutsui
2011-07-15
Track the changes to tulipvar.h -- use the recently introduced
he
2011-02-20
Merge forward matt-nb5-mips64
matt
2010-06-26
Um, fix botch in previous.
tsutsui
2010-06-26
Pull a similar fix from sparc/dev/zs.c rev 1.119:
tsutsui
2010-05-15
Set RI_NO_AUTO in ri_flg if init functions are invoked from cnattach.
tsutsui
2010-04-05
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf
joerg
2010-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2009-12-14
Merge from matt-nb5-mips64
matt
2009-04-17
Split device_t/softc, use aprint_*().
tsutsui
2008-12-16
replace bitmask_snprintf(9) with snprintb(3)
christos
2008-11-07
*** Summary ***
dyoung
2008-06-13
use device_lookup_private to get softc
cegger
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-20
No need to check whole alldevs to search a specific dmac unit in dmac3_link().
tsutsui
2008-04-09
Remove leftover stuff moved to dmac3var.h.
tsutsui
2008-04-09
Split device_t/softc, with misc cleanup.
tsutsui
[next]