Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up a mistake in the CFLAGS added. Pointed out by jrtc. | George V. Neville-Neil | 2024-05-01 | 1 | -1/+1 |
| | |||||
* | Out of tree modules should be built with DTrace by default. | George V. Neville-Neil | 2024-05-01 | 1 | -0/+2 |
| | |||||
* | share: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -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 Davis | 2023-11-17 | 1 | -1/+1 |
| | |||||
* | Address review feedback on a typo. | George V. Neville-Neil | 2023-11-14 | 1 | -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-Neil | 2023-11-14 | 2 | -0/+93 |