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