From d9d2e3ab7cf2b60ac5afe0d1a0a14d5bc39d7061 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 1 Oct 2024 18:04:21 +0100 Subject: [PATCH] sysent: regen comments --- lib/libsys/_libsys.h | 2 +- lib/libsys/syscalls.map | 3 ++- sys/amd64/linux/linux_systrace_args.c | 3 ++- sys/amd64/linux32/linux32_systrace_args.c | 3 ++- sys/arm64/linux/linux_systrace_args.c | 3 ++- sys/compat/freebsd32/freebsd32_systrace_args.c | 3 ++- sys/i386/linux/linux_systrace_args.c | 3 ++- sys/kern/systrace_args.c | 3 ++- sys/sys/syscall.mk | 4 ++++ 9 files changed, 19 insertions(+), 8 deletions(-) diff --git a/lib/libsys/_libsys.h b/lib/libsys/_libsys.h index 4565740a25b..fcb10ad40c8 100644 --- a/lib/libsys/_libsys.h +++ b/lib/libsys/_libsys.h @@ -3,7 +3,7 @@ * * Do not use directly, include instead. * - * DO NOT EDIT-- this file is automatically @generated. + * DO NOT EDIT-- this file is automatically @generated. */ #ifndef __LIBSYS_H_ #define __LIBSYS_H_ diff --git a/lib/libsys/syscalls.map b/lib/libsys/syscalls.map index 3d952c691af..334077c6bb2 100644 --- a/lib/libsys/syscalls.map +++ b/lib/libsys/syscalls.map @@ -1,6 +1,7 @@ /* * FreeBSD system call symbols. - * DO NOT EDIT-- this file is automatically @generated. + * + * DO NOT EDIT-- this file is automatically @generated. */ FBSDprivate_1.0 { _syscall; diff --git a/sys/amd64/linux/linux_systrace_args.c b/sys/amd64/linux/linux_systrace_args.c index 0126fdf7aa5..d0738267b35 100644 --- a/sys/amd64/linux/linux_systrace_args.c +++ b/sys/amd64/linux/linux_systrace_args.c @@ -1,8 +1,9 @@ /* * System call argument to DTrace register array converstion. * - * DO NOT EDIT-- this file is automatically @generated. * This file is part of the DTrace syscall provider. + * + * DO NOT EDIT-- this file is automatically @generated. */ static void diff --git a/sys/amd64/linux32/linux32_systrace_args.c b/sys/amd64/linux32/linux32_systrace_args.c index a37de1d753d..cf9d5b64a87 100644 --- a/sys/amd64/linux32/linux32_systrace_args.c +++ b/sys/amd64/linux32/linux32_systrace_args.c @@ -1,8 +1,9 @@ /* * System call argument to DTrace register array converstion. * - * DO NOT EDIT-- this file is automatically @generated. * This file is part of the DTrace syscall provider. + * + * DO NOT EDIT-- this file is automatically @generated. */ static void diff --git a/sys/arm64/linux/linux_systrace_args.c b/sys/arm64/linux/linux_systrace_args.c index 73b3bf10748..9e7b0935e56 100644 --- a/sys/arm64/linux/linux_systrace_args.c +++ b/sys/arm64/linux/linux_systrace_args.c @@ -1,8 +1,9 @@ /* * System call argument to DTrace register array converstion. * - * DO NOT EDIT-- this file is automatically @generated. * This file is part of the DTrace syscall provider. + * + * DO NOT EDIT-- this file is automatically @generated. */ static void diff --git a/sys/compat/freebsd32/freebsd32_systrace_args.c b/sys/compat/freebsd32/freebsd32_systrace_args.c index 9992242dba2..80b4a2ed010 100644 --- a/sys/compat/freebsd32/freebsd32_systrace_args.c +++ b/sys/compat/freebsd32/freebsd32_systrace_args.c @@ -4,8 +4,9 @@ /* * System call argument to DTrace register array converstion. * - * DO NOT EDIT-- this file is automatically @generated. * This file is part of the DTrace syscall provider. + * + * DO NOT EDIT-- this file is automatically @generated. */ static void diff --git a/sys/i386/linux/linux_systrace_args.c b/sys/i386/linux/linux_systrace_args.c index 4ec9ca46080..041ee80fd4f 100644 --- a/sys/i386/linux/linux_systrace_args.c +++ b/sys/i386/linux/linux_systrace_args.c @@ -1,8 +1,9 @@ /* * System call argument to DTrace register array converstion. * - * DO NOT EDIT-- this file is automatically @generated. * This file is part of the DTrace syscall provider. + * + * DO NOT EDIT-- this file is automatically @generated. */ static void diff --git a/sys/kern/systrace_args.c b/sys/kern/systrace_args.c index 2454a8b5137..c2e1f22cbf8 100644 --- a/sys/kern/systrace_args.c +++ b/sys/kern/systrace_args.c @@ -1,8 +1,9 @@ /* * System call argument to DTrace register array converstion. * - * DO NOT EDIT-- this file is automatically @generated. * This file is part of the DTrace syscall provider. + * + * DO NOT EDIT-- this file is automatically @generated. */ static void diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk index 6c883004204..4aa282724ab 100644 --- a/sys/sys/syscall.mk +++ b/sys/sys/syscall.mk @@ -1,5 +1,9 @@ +# # FreeBSD system call object files. +# # DO NOT EDIT-- this file is automatically @generated. +# + MIASM = \ syscall.o \ exit.o \