summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-08-12thinkpad(4): Don't detach on shutdown.riastradh
2022-08-12usbnet(9): Fix mbuf alignment and narrow bounds check.riastradh
2022-08-12viocon(4): New virtio tty driver imported from OpenBSD.riastradh
2022-08-12wm(4): Remove the non-MP-safe scaffolding.riastradh
2022-08-12wm(4): Audit sc->phy.acquire and sc->nvm.acquire.riastradh
2022-08-12wm: use a workqueue to reset the interface when wm_watchdog determines it nee...riastradh
2022-08-12wm(4): if_flags and IFNET_LOCK auditriastradh
2022-08-12wm(4): Revert previous -- mistakenly committed unsquashed change part.riastradh
2022-08-12wm(4): if_flags and IFNET_LOCK auditriastradh
2022-08-12virtio(4): Membar and bus_dmamap_sync audit.riastradh
2022-08-11hilkbdmap.c: fix typo in comment and add NetBSD RCS IDgutteridge
2022-08-10raidframe: reject invalid values for numCol and numSparesmrg
2022-08-09Turn off AWIN_GMAC_MAC_CONF_ACS, so that all received packets retain FCSsekiya
2022-08-09virtio(4): Move comment for virtio_vq_intr.riastradh
2022-08-08To avoid releasing mutex temporally, use new wm_set_mdio_slow_mode_hv_locked().msaitoh
2022-08-08Consistency use -1 instead of 1 for some error code. Advised by knakahara.msaitoh
2022-08-08Pass an error code correctly if phy.acquire() failed.msaitoh
2022-08-08Pass an error code to the upper layer instead of -1. Advised by knakahara.msaitoh
2022-08-08Modify debug messages so that we can determine where it happened.msaitoh
2022-08-07usbnet(9): Simplify assertions now that urndis(4) is less sketchy.riastradh
2022-08-07uirda(4): Unconditionally initializes mutexes and selq on attach.riastradh
2022-08-07fix various typos in comments, documentation and messages.andvar
2022-08-07fix typos in comments.andvar
2022-08-07Provide and use (when appropriate) a bge_free_jumbo_mem.skrll
2022-08-07Misc tidyup. NFC.skrll
2022-08-07Unwrap a long line and remove unecessary brackets. NFC.skrll
2022-08-07Fix the KNF. oops.skrll
2022-08-07whitespaceskrll
2022-08-07KNFskrll
2022-08-06In my previous change, it was necessary to consider the case where the first ...ryo
2022-08-06PR 56948: fix multicast hash filter setupmartin
2022-08-06sip(4): Tidy up DMA syncs.riastradh
2022-08-05Do not unilaterally set M_HASFCS; this breaks protocols that lack CRC bytessekiya
2022-08-05Sprinkle const on splfoo call results.skrll
2022-08-04s/bufferred/buffered/ in memory description.L:andvar
2022-08-04Don't pass a block of size 0 to fdt_memory_add_range().ryo
2022-08-03Add a KASSERT for the locking protocol in wm_ioctl.skrll
2022-08-03Add some KASSERTs around the locking protocol.skrll
2022-08-01genfb: Handle uninitialized softc in genfb_enable/disable_polling.riastradh
2022-08-01Prevent multiple unregistrations.mlelstv
2022-08-01revert accidental commit.mlelstv
2022-08-01Revert this to 1.205, undoing changes apparently mistakenlykre
2022-08-01Now really restore 1.24.mlelstv
2022-08-01Revert last accidental commits.mlelstv
2022-08-01Also fix shift values for SCT constants.mlelstv
2022-07-31Compute a unique port number from interface index.mlelstv
2022-07-31Don't report errors as timeout.mlelstv
2022-07-31The namespace id is a 32bit value, in particular the "all namespaces" valuemlelstv
2022-07-31The status is an 8 bit field. Fix masks and move the status type fieldmlelstv
2022-07-30aprint_error_dev is for autoconfig messages, use device_printf instead.mlelstv