History log of /freebsd-14.2/sys/modules/nlsysevent/Makefile (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# 031beb4e 16-Aug-2023 Warner Losh <[email protected]>

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

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


# 92d817ad 09-Jun-2023 Baptiste Daroussin <[email protected]>

nlsysevent: remove useless CFLAGS


# 6a3e9a88 02-Jun-2023 Mark Johnston <[email protected]>

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 <[email protected]>

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 b

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

show more ...