summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2022-04-13virtio: use the new syntax for snprintb(3) format strings.uwe
2022-04-13vioif(4): issue VIRTIO_NET_CTRL_MAC_ADDR_SET command only whenyamaguchi
2022-04-12s/sould/should/ and s/shoud/should/andvar
2022-04-12s/similarily/similarly/andvar
2022-04-11s/serivce/service/ in comments.andvar
2022-04-10fix various typos in comments and output/log messages.andvar
2022-04-09sys: Use membar_release/acquire around reference drop.riastradh
2022-04-09audio(4): Use membar_acquire, not membar_enter.riastradh
2022-04-08s/postion/position/andvar
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2022-04-07ucom(4): Use tty_unit -- save a couple lines of code.riastradh
2022-04-07fix various typos in comments.andvar
2022-04-07ucom(4): Fix unit numbering for devsw/autoconf cross-wiring.riastradh
2022-04-06mvxpsec(4): Nix trailing whitespace.riastradh
2022-04-06revert accidental last commit (except ukbd.c)mlelstv
2022-04-06remove debug printfmlelstv
2022-04-06KNF nits, NFCmacallan
2022-04-06we've been using the power key for its intended purpose for yesrs, whichmacallan
2022-04-04fix various typos, mainly in comments.andvar
2022-04-04Use the original right boundary when calculating the vertical scrollblymn
2022-04-02Don't attach Yubikeys as console keyboard.mlelstv