History log of /freebsd-current/sys/gnu/gcov/gcov_fs.c
Revision Date Author Comments
# fdafd315 24-Nov-2023 Warner Losh <imp@FreeBSD.org>

sys: 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


# 685dc743 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 9e23ca1c 07-Mar-2019 Brooks Davis <brooks@FreeBSD.org>

Correct my previous correction to the license. It now matches the text
in https://spdx.org/licenses/GPL-2.0.html


# b1329b31 07-Mar-2019 Brooks Davis <brooks@FreeBSD.org>

Correct license boilerplate, to match the SPDX tag.

The GPL-2.0 tag is a deprecated tag which means that same thing as
GPL-2.0-only.


# 8ea23c2b 06-Mar-2019 Matt Macy <mmacy@FreeBSD.org>

add GPL text in addition to SPDX tags as requested by core

MFC after: 1 week


# 5426539c 23-Feb-2019 Matt Macy <mmacy@FreeBSD.org>

gcov support

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