History log of /freebsd-current/sys/modules/nlsysevent/Makefile
Revision Date Author Comments
# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 92d817ad 09-Jun-2023 Baptiste Daroussin <bapt@FreeBSD.org>

nlsysevent: remove useless CFLAGS


# 6a3e9a88 01-Jun-2023 Mark Johnston <markj@FreeBSD.org>

nlsysevent: Fix the EXPORT_SYMS definition

EXPORT_SYMS=YES has a special meaning, EXPORT_SYMS=yes does not.

Fixes: 8a2af0b469b6 ("nlsysevent: add a genetlink(4) module to report kernel events")


# 8a2af0b4 01-Jun-2023 Baptiste Daroussin <bapt@FreeBSD.org>

nlsysevent: add a genetlink(4) module to report kernel events

Hooked to devctl_notify, this allows consumers to received events
by subscribing to a system over a generic netlink protocol

Reviewed by: imp, melifaro
Differential Revision: https://reviews.freebsd.org/D37574