History log of /freebsd/sys/modules/nlsysevent/Makefile (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e9ac4169 15-Jul-2024 Warner Losh <imp@FreeBSD.org>

Remove residual blank line at start of Makefile

This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix


Revision tags: release/14.1.0, release/13.3.0, release/14.0.0
# 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 02-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 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 ...