aboutsummaryrefslogtreecommitdiff
path: root/share/examples/modules/skel.c
Commit message (Collapse)AuthorAgeFilesLines
* share: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
| | | | | | | | | | | | | | | | 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
* Fix a comment typo.Brad Davis2023-11-171-1/+1
|
* Address review feedback on a typo.George V. Neville-Neil2023-11-141-1/+1
| | | | | Reviewed by: jhb, gbe Differential Revision: <https://reviews.freebsd.org/D42096>
* A skeleton kernel module suitable for creating new such modules.George V. Neville-Neil2023-11-141-0/+87