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