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
/
arm
/
at91
Age
Commit message (
Expand
)
Author
2023-05-06
few more typos in the word "register", mainly s/resister/register/.
andvar
2023-05-06
s/Registre/Register/ in comment.
andvar
2023-04-21
More devmap updates
skrll
2023-04-21
Trailing whitespace
skrll
2022-10-26
ddb/db_active.h: New home for extern db_active.
riastradh
2022-09-27
Remove unnecessary sys/malloc.h include
skrll
2022-09-27
malloc -> kmem
skrll
2022-09-17
Eliminate use of IFF_OACTIVE.
thorpej
2022-07-21
fix typos in comments and log messages, mainly s/intrrupt/interrupt/.
andvar
2022-02-13
s/Errorrs/Errors/
andvar
2021-11-04
Remove unnecessary duplicate bit define in mask
skrll
2021-09-17
some love to double letters (in comments).
andvar
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-11-20
malloc(9) -> kmem(9)
thorpej
2020-07-03
hardclock_ticks -> getticks()
maxv
2020-06-17
<sys/extent.h> not needed here.
thorpej
2020-05-29
For struct timecounter, use C99 initializers.
rin
2020-04-18
PMAP_DEBUG has been deleted on arm
skrll
2020-04-18
Trailing whitespace
skrll
2020-02-24
0x%#x --> %#x for non-external codes.
rin
2020-02-19
When a media change is requested, don't just all (*if_init)(). That's
thorpej
2020-02-11
More <net/if_stats.h>
skrll
2020-02-04
Adopt <net/if_stats.h>
skrll
2019-12-27
s/transfered/transferred/
msaitoh
2019-12-22
Cleanup i2c bus acquire / release, centralizing all of the logic into
thorpej
2019-12-15
Remove clause 3 and 4 leftovers from TNF licenses in more sources.
tsutsui
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2019-08-13
ensure spibus_attach_args is zero'ed
tnn
2019-07-16
Consistently use vaddr_t as initarm and friends return type.
skrll
2019-07-16
KNF
skrll
2019-05-28
Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.
msaitoh
2019-05-23
- Fix compile error (remove unused variable).
msaitoh
2019-05-23
Whitespace fix (mainly tabify).
msaitoh
2019-05-23
No functional change:
msaitoh
2019-04-22
On drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass to
msaitoh
2019-04-11
Fix CVS Id usage
kamil
2019-02-05
Remove very old IFF_NOTRAILERS flag.
msaitoh
2019-01-22
Change MII PHY read/write API from:
msaitoh
2018-10-28
Fix a commit
skrll
2018-09-21
Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR into
skrll
2018-07-31
Sprinkle #include "opt_arm_debug.h" where VERBOSE_INIT_ARM is used
skrll
2018-07-15
Retire ipkdb entirely. The option was removed from the config files
maxv
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
2018-04-09
Stop potential misuse of vendor names and USB vendor IDs in root hub
jakllsch
2018-03-16
use designated initializer to make adaptability and flexibility for changing ...
ryo
2017-02-20
Apply deferred if_start to more drivers...
ozaki-r
2016-12-22
switch all ports to use uvm_init.c:uvm_md_init()
cherry
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
[next]