]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ctf: Import ctf.h from OpenBSD
authorMark Johnston <markj@FreeBSD.org>
Mon, 7 Mar 2022 13:42:57 +0000 (08:42 -0500)
committerMark Johnston <markj@FreeBSD.org>
Mon, 18 Apr 2022 16:37:53 +0000 (12:37 -0400)
commit6edd55f882b32bf5e74c9892920c0e40ba697d1f
tree3b07634bae931c10aeeda2cb154f26ad82749a60
parente74c79e48ef1620b7b5a3c29dd316d30bda55790
ctf: Import ctf.h from OpenBSD

Use it instead of the existing ctf.h from OpenSolaris.  This makes it
easier to use CTF in the core kernel, and to extend the CTF format to
support wider type IDs.

The imported ctf.h is modified to depend only on _types.h, and also to
provide macros which use the "parent" bit of a type ID to refer to types
in a parent CTF container.

No functional change intended.

Approved by: re (gjb)
Reviewed by: Domagoj Stolfa, emaste
Sponsored by: The FreeBSD Foundation

(cherry picked from commit 2d5d2a986ce1a93b8567dbdf3f80bc2b545d6998)
(cherry picked from commit 3681c4f065f1028ff84b654cfbfb238f2723b78c)
cddl/contrib/opensolaris/tools/ctf/common/ctf_headers.h
cddl/lib/libdtrace/Makefile
sys/cddl/contrib/opensolaris/uts/common/sys/ctf.h [deleted file]
sys/sys/ctf.h [new file with mode: 0644]
tools/build/Makefile