sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
nlsysevent: remove useless CFLAGS
nlsysevent: Fix the EXPORT_SYMS definitionEXPORT_SYMS=YES has a special meaning, EXPORT_SYMS=yes does not.Fixes: 8a2af0b469b6 ("nlsysevent: add a genetlink(4) module to report kernel events")
nlsysevent: add a genetlink(4) module to report kernel eventsHooked to devctl_notify, this allows consumers to received eventsby subscribing to a system over a generic netlink protocolReviewed b
nlsysevent: add a genetlink(4) module to report kernel eventsHooked to devctl_notify, this allows consumers to received eventsby subscribing to a system over a generic netlink protocolReviewed by: imp, melifaroDifferential Revision: https://reviews.freebsd.org/D37574
show more ...