aboutsummaryrefslogtreecommitdiff
path: root/sys/netlink/netlink_sysevent.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: refactor KPI for generic Netlink modulesGleb Smirnoff2025-02-051-3/+4
* netlink: augment group writer with priv(9) argumentGleb Smirnoff2025-01-111-1/+1
* netlink: refactor writer initialization KPIGleb Smirnoff2024-12-031-2/+3
* kern: Move devctl_systems[] out of sys/sys/devctl.hEd Maste2023-06-081-0/+23
* nlsysevent: add default command to the eventsBaptiste Daroussin2023-06-021-1/+1
* nlsysevent: deduplicate the code and split into smaller functionsBaptiste Daroussin2023-06-021-15/+28
* nlsysevent: rename variables for clarity of the codeBaptiste Daroussin2023-06-021-18/+18
* nlsysevent: specify all netlink header the same wayBaptiste Daroussin2023-06-021-2/+1
* nlsysevent: add a genetlink(4) module to report kernel eventsBaptiste Daroussin2023-06-011-0/+168