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
Age
Commit message (
Expand
)
Author
2022-07-29
s/collissions/collisions/
andvar
2022-07-29
Improve a couple of comments
skrll
2022-07-29
Trailing whitespace
skrll
2022-07-29
PR kern/56946
rin
2022-07-28
KNF the KNF
skrll
2022-07-26
Whitespace
skrll
2022-07-25
Some more BITS(3)
skrll
2022-07-25
G/C the unused bge_rx_mini_chain member from bge_chain_data. It was removed
skrll
2022-07-23
- Handle dtlink in acpi_pack_compat_list().
thorpej
2022-07-23
If there is a compat string list, parenthetically print the first one
thorpej
2022-07-22
Normalize how motoi2c controllers are attached.
thorpej
2022-07-22
malloc -> kmem.
skrll
2022-07-22
Add more statistics countes.
msaitoh
2022-07-21
Add some driver debugging infrastructure
martin
2022-07-21
s/pedning/pending/
andvar
2022-07-21
fix typos in comments and log messages, mainly s/intrrupt/interrupt/.
andvar
2022-07-20
Improve error reporting.
thorpej
2022-07-20
When we init the hardware's rx/tx ring configuration we need to
martin
2022-07-20
In the Alpha tc_syncbus(), we need to issue a MB because WMB does not
thorpej
2022-07-20
No need to test for __alpha__ || alpha ... just one will suffice.
thorpej
2022-07-20
drm: Use CPPFLAGS.drmkms in all local drm drivers too.
riastradh
2022-07-20
Modify comment. Use __BIT() a little. No functional change.
msaitoh
2022-07-19
wm(4): Use CSR_WRITE_FLUSH, not bus_space_barrier.
riastradh
2022-07-19
wm(4): Use bus_dmamap_sync, not bus_space_barrier, for tx desc.
riastradh
2022-07-19
KNF
skrll
2022-07-19
Don't need sys/malloc.h so remove the #include
skrll
2022-07-19
Turn a locking botch (shouldn't drop lock on error) into a KASSERT
skrll
2022-07-18
Make it compile w/o warnings for !VCONS_DRAW_INTR
martin
2022-07-17
wsdisplay(4): Make most of struct vcons_data private.
riastradh
2022-07-17
genfb(4): Make internal parts of struct genfb_softc private.
riastradh
2022-07-17
genfb(4): KASSERT(a && b) -> KASSERT(a); KASSERT(b)
riastradh
2022-07-17
wsmouse(4): Nix trailing whitespace.
riastradh
2022-07-17
wsdisplay(4): KNF: return foo, not return (foo)
riastradh
2022-07-17
wsdisplay(4): KASSERT(a && b) -> KASSERT(a); KASSERT(b)
riastradh
2022-07-17
wsmouse(4): KASSERT(a && b) -> KASSERT(a); KASSERT(b)
riastradh
2022-07-17
wsdisplay(4): Use DPRINTF; reduce #ifdefs.
riastradh
2022-07-17
wsdisplay(4): Insert memory barriers for scr_dirty synchronization.
riastradh
2022-07-17
wsdisplay(4): Factor out scr_dirty setting.
riastradh
2022-07-17
wsdisplay(4): Factor out use_intr tests.
riastradh
2022-07-17
wsdisplay(4): Factor out WSDISPLAY_SCROLLSUPPORT logic.
riastradh
2022-07-17
wsdisplay(4): Nix trailing whitespace.
riastradh
2022-07-17
agp(4): Use bus_space_barrier, not membar_producer.
riastradh
2022-07-16
modify screen before updating cache.
mlelstv
2022-07-16
Enable Aero.
msaitoh
2022-07-16
It seems that a logical volume number and the target ID is different
msaitoh
2022-07-16
Add max 256 VD support.
msaitoh
2022-07-12
Remove unneeded bus_space_barrier() calls.
thorpej
2022-07-12
Remove uneeded bus_space_barrier() calls.
thorpej
2022-07-12
Remove unneeded bus_space_barrier() calls.
thorpej
2022-07-11
KNF. No functional change.
msaitoh
[prev]
[next]