History log of /freebsd/share/examples/modules/skel.c (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0044e912 24-Nov-2023 Warner Losh <imp@FreeBSD.org>

share: Automated cleanup of cdefs and other formatting

Apply the following automated changes to try to eliminate
no-longer-needed sys/cdefs.h includes as well as now-empty
blank lines in a row.

Rem

share: Automated cleanup of cdefs and other formatting

Apply the following automated changes to try to eliminate
no-longer-needed sys/cdefs.h includes as well as now-empty
blank lines in a row.

Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/
Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/
Remove /\n+#if.*\n#endif.*\n+/
Remove /^#if.*\n#endif.*\n/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/

Sponsored by: Netflix

show more ...


# 5bcd2d5a 17-Nov-2023 Brad Davis <brd@FreeBSD.org>

Fix a comment typo.


# 02984833 14-Nov-2023 George V. Neville-Neil <gnn@FreeBSD.org>

Address review feedback on a typo.

Reviewed by: jhb, gbe
Differential Revision: <https://reviews.freebsd.org/D42096>


Revision tags: release/14.0.0
# b2e41172 05-Oct-2023 George V. Neville-Neil <gnn@FreeBSD.org>

A skeleton kernel module suitable for creating new such modules.