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
/
mips
/
atheros
Age
Commit message (
Expand
)
Author
2022-09-29
Remove unnecessary include of <sys/malloc.h>.
skrll
2022-09-18
Eliminate use of IFF_OACTIVE.
thorpej
2021-11-10
s/endianess/endianness/
msaitoh
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-08-02
fix various typos in comments and log messages.
andvar
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2021-01-04
malloc(9) -> kmem(9)
thorpej
2020-09-02
Id -> NetBSD in comment. No functional change.
msaitoh
2020-07-11
Fix various typos of "system" in comments. Mainly copypasto errors.
nia
2020-02-04
Use ifmedia_fini().
thorpej
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
2019-09-13
if_flags is neither int nor short. It's unsigned short.
msaitoh
2019-08-21
Fix typo (s/contoller/controller/).
msaitoh
2019-08-13
ensure spibus_attach_args is zero'ed
tnn
2019-05-28
Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.
msaitoh
2019-05-23
Whitespace fix (mainly tabify).
msaitoh
2019-05-23
No functional change:
msaitoh
2019-03-08
s/ are are / are /
msaitoh
2019-01-22
Change MII PHY read/write API from:
msaitoh
2018-12-08
Clean up initialization of com_regs structure, in preparation for
thorpej
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
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-12-08
Apply deferred if_start framework
ozaki-r
2016-09-15
remove last isolated islands using BUS_SPACE_BARRIER_SYNC and
jdolecek
2016-07-12
Include <mips/locore.h> for badaddr.
maya
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-04-23
Merge nick-nhusb
skrll
2016-02-09
Introduce softint-based if_input
ozaki-r
2015-10-02
PCI Extended Configuration stuff written by nonaka@:
msaitoh
2015-09-21
Fix typo
skrll
2015-09-11
Trailing whitespace.
skrll
2015-09-11
Fix up USBMODE registers in sc_vendor_init functions and not in the ehci
skrll
2015-06-29
Remove a dead branch. Could look like a memory leak, but ih cannot be
maxv
2015-06-26
#include <mips/locore.h> and other include cleanups.
matt
2015-06-09
#include <sys/cpu.h> or <mips/cpuregs.h> as needed
matt
2015-04-13
MD rnd.h cleanups. Please let me know if I broke anything!
riastradh
2014-08-10
Merge tls-earlyentropy branch into HEAD.
tls
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-05-29
Comment out nfrac as it's unused.
skrll
2014-03-29
make pci_intr_string and eisa_intr_string take a buffer and a length
christos
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2014-02-23
fix typo
martin
2014-02-07
Check _BYTE_ORDER.
msaitoh
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-07-22
Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes
matt
2012-07-20
EHCI_USBINTR is 4 bytes long so use EOWRITE4
matt
2012-02-12
Change old-style function defintions to C89 prototypes.
matt
2012-02-02
Entropy-pool implementation move and cleanup.
tls
[next]