aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/gcov/gcov_fs.c
Commit message (Collapse)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-2/+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
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
| | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
* Correct my previous correction to the license. It now matches the textBrooks Davis2019-03-071-2/+1
| | | | | | | in https://spdx.org/licenses/GPL-2.0.html Notes: svn path=/head/; revision=344901
* Correct license boilerplate, to match the SPDX tag.Brooks Davis2019-03-071-1/+1
| | | | | | | | The GPL-2.0 tag is a deprecated tag which means that same thing as GPL-2.0-only. Notes: svn path=/head/; revision=344900
* add GPL text in addition to SPDX tags as requested by coreMatt Macy2019-03-071-0/+14
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=344869
* gcov supportMatt Macy2019-02-231-0/+945
add gcov support and export results as files in debugfs Reviewed by: hps@ MFC after: 1 week Sponsored by: iX Systems Differential Revision: https://reviews.freebsd.org/D19260 Notes: svn path=/head/; revision=344487