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
/
next68k
/
dev
Age
Commit message (
Expand
)
Author
2023-06-10
gratuitous commit to fix spelling error
dbj
2023-02-11
NeXT Turbo Color doesn't have NEXT_P_C16_CMD_REG.
tsutsui
2023-02-11
Add and check machine type NeXT_CUBE_TURBO (type 8).
tsutsui
2023-02-11
Handle NeXT Turbo VRAM regions properly.
tsutsui
2023-02-04
Remove trailing spaces and TABs.
tsutsui
2023-02-03
Use proper C99 int types.
tsutsui
2023-02-03
Make local functions static.
tsutsui
2023-02-03
Misc cleanup.
tsutsui
2023-02-03
Misc KNF and cosmetics.
tsutsui
2023-02-03
Misc KNF and cosmetics.
tsutsui
2023-02-03
Use proper C99 int types.
tsutsui
2023-02-03
TAB/space cleanup.
tsutsui
2023-02-03
Add proper rnd_add_uint32(9) calls to next68k xe(4) driver.
tsutsui
2023-01-27
next68k: Fix silent stall of next68k esp(4) SCSI.
tsutsui
2022-09-18
Eliminate use of IFF_OACTIVE. (It was not being used correctly here in
thorpej
2022-03-17
revert broken to borken, it is used spelling in BSD and "tastes better that w...
andvar
2022-03-16
s/paniced/panicked/ and s/borken/broken/ in comments.
andvar
2021-09-11
Add missing double p and d for stopped and overriden accordingly.
andvar
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-11-21
malloc(9) -> kmem(9)
thorpej
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-11-12
Add missing initialization of sc_dev.
msaitoh
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2019-05-29
Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in
msaitoh
2019-05-29
KNF. No functional change.
msaitoh
2019-05-29
Whitespace fix. No functional change.
msaitoh
2019-04-25
- KNF.
msaitoh
2019-04-24
KNF. No functional change.
msaitoh
2019-02-05
Remove very old IFF_NOTRAILERS flag.
msaitoh
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-05-01
PR port-next68k/52205 from Miod Vallat: cosmetic change to print the
martin
2017-03-31
Remove extra 0x. This bug was added when replacing bitmask_snprintf(9) with
msaitoh
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-02-09
Introduce softint-based if_input
ozaki-r
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-03-29
fix misplaced line
christos
2014-03-27
correct/add protection against snprintf overflow.
christos
2014-03-25
fix sprintf debugging mess.
christos
2014-03-24
- use cpu_{g,s}etmodel
christos
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2011-11-19
First step of random number subsystem rework described in
tls
2011-06-06
CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0
matt
2011-01-02
Explicitly include <machine/bus.h> here for bus_space_tag_t and bus_dma_tag_t.
tsutsui
2010-06-06
fix some errors in debug code, found by henning petersen in PR#42529.
mrg
2010-04-24
switch from 4 clause to 2 clause BSD license.
dbj
[next]