aboutsummaryrefslogtreecommitdiff
path: root/lib/libsysdecode/mklinuxtables
diff options
authorDmitry Chagin <dchagin@FreeBSD.org>2023-05-26 16:32:20 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2023-05-26 16:32:20 +0000
commitbd35e83bcf03a3650b5574f81201e8e55af4cdd7 (patch)
tree74970a68c777143d35827dd57af3604f600ce75c /lib/libsysdecode/mklinuxtables
parent3f1bfc136f8fb8c6a7c4dcccebd27962bc104670 (diff)
libsysdecode: Decode linux_clone syscall flags
Reviewed by: emaste Differential Revision:https://reviews.freebsd.org/D40150 MFC after: 1 week
Diffstat (limited to 'lib/libsysdecode/mklinuxtables')
-rw-r--r--lib/libsysdecode/mklinuxtables1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsysdecode/mklinuxtables b/lib/libsysdecode/mklinuxtables
index eebdadd03613..70490321cc68 100644
--- a/lib/libsysdecode/mklinuxtables
+++ b/lib/libsysdecode/mklinuxtables
@@ -94,6 +94,7 @@ gen_table "clockflags" "LINUX_TIMER_[A-Z_]+[[:space:]]+0x[0-9]+" "compat
gen_table "clockcpuids" "LINUX_CPUCLOCK_[A-Z_]+[[:space:]]+[0-9]+" "compat/linux/linux_time.h" "_MASK|_MAX"
gen_table "openflags" "LINUX_O_[A-Z_]+[[:space:]]+[0-9]+" "compat/linux/linux_file.h" "O_RDONLY|O_RDWR|O_WRONLY|O_ACCMODE"
gen_table "sigprocmaskhow" "LINUX_SIG_[A-Z]+[[:space:]]+[0-9]+" "compat/linux/linux.h"
+gen_table "cloneflags" "LINUX_CLONE_[A-Z_]+[[:space:]]+[[:alnum:]]+" "compat/linux/linux_fork.h" "LINUX_CLONE_LEGACY_FLAGS|LINUX_CLONE_CLEAR_SIGHAND|LINUX_CLONE_INTO_CGROUP|LINUX_CLONE_NEWTIME"
# Generate a .depend file for our output file
if [ -n "$output_file" ]; then