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-04-23
Need vnode locked fot VOP_FDISCARD().
hannken
2022-04-23
audio(4): Fix a typo in comment. Remove several old comments.
isaki
2022-04-23
audio(4): Clean up about audio_realloc().
isaki
2022-04-23
audio(4): Remove no longer used counters.
isaki
2022-04-23
audio(4): Restore(implement) AUDIO_GETIOFFS ioctl.
isaki
2022-04-23
audio(4): Fix an (unintended) minor behavior on AUDIO_FLUSH.
isaki
2022-04-22
Regen
skrll
2022-04-22
Add some Broadcom devices. From OpenBSD.
skrll
2022-04-21
s/substract/subtract/ in comments and error message.
andvar
2022-04-21
#if 0 now unused audio_track_is_record() to appease clang
macallan
2022-04-20
vio9p: avoid null pointer dereference on attach.
uwe
2022-04-20
audio(4): Rework AUDIO_GETOOFFS.
isaki
2022-04-20
audio(4): Make recording buffer more robust.
isaki
2022-04-20
audio(4): Make debug messages better in audio_ioctl() and mixier_ioctl().
isaki
2022-04-19
audio(4): Wait for opens to drain in detach.
riastradh
2022-04-19
umcs(4): Avoid using uninitialized data if register read fails.
riastradh
2022-04-18
Do not attach if the parent bus failed to provide an ISA chipset tag.
jmcneill
2022-04-17
fix various typos in comments.
andvar
2022-04-17
umb(4): Use memcpy, not potentially unaligned/aliased casts.
riastradh
2022-04-17
umb(4): Validate descriptor lengths.
riastradh
2022-04-17
uvideo(4): Parse descriptors more robustly.
riastradh
2022-04-17
uvideo(4): Convert conditional to KASSERT in uvideo_attach.
riastradh
2022-04-17
uvideo(4): Convert conditional to KASSERT in uvideo_unit_alloc.
riastradh
2022-04-17
usbdi(9): Make usb_desc_iter_next_interface reject truncated descs.
riastradh
2022-04-17
usbdi(9): Minor KNF and tidying in descriptor iteration.
riastradh
2022-04-17
uvideo(4): Use sizeof(*p), not sizeof(T), for kmem_alloc/free.
riastradh
2022-04-17
uvideo(4): KNF comment style.
riastradh
2022-04-17
usbdi(9): Restore usb_descriptor_t to its correct definition.
riastradh
2022-04-17
umb(4): Use usb_cdc_descriptor_t for bDescriptorSubtype.
riastradh
2022-04-17
umidi(4): Restore umidi_cs_descriptor_t type.
riastradh
2022-04-17
uvideo(4): Avoid printing off the end of truncated descriptors.
riastradh
2022-04-17
ucom(4): Make sure rndsource is attached before use and detach.
riastradh
2022-04-16
eqos: Freeze counters to prevent unhandled interrupts
jmcneill
2022-04-16
fix various typos in comments and log messages.
andvar
2022-04-16
s/strickly/strictly/
andvar
2022-04-16
Fix mistake in error branch locking caused by previous changes.
andvar
2022-04-16
regen
nia
2022-04-16
hdaudiodevs: Add some ~new Intel devices
nia
2022-04-16
sequencer(4): VOP_CLOSE requires vnode lock.
riastradh
2022-04-16
sequencer(4): Convert some #if DIAGNOSTIC to assertions.
riastradh
2022-04-16
sequencer(4): Sprinkle KNF.
riastradh
2022-04-16
Unlock vnode for VOP_IOCTL().
hannken
2022-04-14
Revert "viornd(4): Process host entropy in softint context."
riastradh
2022-04-14
Split some common stuff into scsi_subr module. This enables loading
pgoyette
2022-04-13
virtio_pci: Don't use a cast for upcasting.
uwe
2022-04-13
vio9p: Bump max tag len to match QEMU.
uwe
2022-04-13
vio9p: Properly negotiate MOUNT_TAG feature.
uwe
2022-04-13
vio9p: Add definition for the MOUNT_TAG feature bit.
uwe
2022-04-13
virtio: Use UINT64_C() instead of explicit ULL suffix.
uwe
2022-04-13
virtio: G/c accidentally committed comment in previous.
uwe
[next]