summaryrefslogtreecommitdiff
path: root/sys/kern/kern_devctl.c
AgeCommit message (Expand)Author
2025-10-18knotes: kqueue: handle copy for trivial filtersKonstantin Belousov
2025-10-13kern: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-11-26kern: Make fileops and filterops tables const where possibleMark Johnston
2024-05-18devctl: Disable the boottime optimization of suppressing NOMATCHWarner Losh
2024-05-09New sysctl to disable NOMATCH until devmatch runsIsaac Cilia Attard
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-01devctl: allow to register a hook to receive the eventsBaptiste Daroussin
2022-12-02devd: Warn for deprecated 'kern' system typeWarner Losh
2022-08-10devd: move all devd notification logic to a separate file.Alexander V. Chernikov