freebsd-src/lib/libsysdecode
Jessica Clarke 45be5010ce libsysdecode: Migrate from COMPAT_32BIT to generic COMPAT_LIBCOMPAT
The use isn't any more generic, just the variable itself, which will
allow COMPAT_32BIT to be removed. The fact we even have to check
COMPAT_LIBCOMPAT here in order to pass the right flags to CPP points at
our libcompat infrastructure not suitably modifying the CPP variable
(which we barely use for world; this and bsd.symver.mk are the two
uses, and the latter could benefit from the right flags too), but this
change doesn't attempt to fix that.

See commit 8fad2cda93 ("bsd.compat.mk: Provide new CPP and sub-make
variables") for the context behind this change.

Reviewed by:	emaste, imp, brooks, jhb
Differential Revision:	https://reviews.freebsd.org/D40930
2023-07-09 18:49:43 +01:00
..
tests spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
errno.c Drop cloudabi 2021-09-22 00:18:44 +03:00
flags.c libsysdecode: Decode setitimer, getitimer which argument 2022-06-22 14:17:10 +03:00
linux.c libsysdecode: Drop dead __amd64__ && COMPAT_32BIT code 2023-07-09 18:45:23 +01:00
Makefile libsysdecode: Migrate from COMPAT_32BIT to generic COMPAT_LIBCOMPAT 2023-07-09 18:49:43 +01:00
Makefile.depend Update/fix Makefile.depend for userland 2023-04-18 17:14:23 -07:00
mkioctls libsysdecode: Grab some more ioctl definitions from CAM 2022-06-30 10:31:26 -04:00
mklinuxtables libsysdecode: Decode linux_clone syscall flags 2023-05-26 19:32:20 +03:00
mktables libsysdecode: Match socket option names containing underscores 2022-11-02 13:46:24 -04:00
signal.c Drop "All rights reserved" from my copyright statements. 2019-03-06 22:11:45 +00:00
support.c libsysdecode: For future use extract common code to a separate files 2022-06-22 13:12:21 +03:00
support.h libsysdecode: For future use extract common code to a separate files 2022-06-22 13:12:21 +03:00
syscallnames.c libsysdecode: Decode FreeBSD32 syscalls on arm64. 2021-09-23 00:24:50 +02:00
sysdecode.3 sysdecode: Add aarch64 2023-04-11 22:14:17 -06:00
sysdecode.h libsysdecode: Decode linux_clone syscall flags 2023-05-26 19:32:20 +03:00
sysdecode_abi_to_freebsd_errno.3 libsysdecode: Include required headers in sysdecode.h 2022-04-15 10:22:29 -04:00
sysdecode_cap_rights.3 libsysdecode: Include required headers in sysdecode.h 2022-04-15 10:22:29 -04:00
sysdecode_cmsg_type.3 libsysdecode: Include required headers in sysdecode.h 2022-04-15 10:22:29 -04:00
sysdecode_enum.3 libsysdecode: Decode setitimer, getitimer which argument 2022-06-22 14:17:10 +03:00
sysdecode_fcntl_arg.3 libsysdecode: Include required headers in sysdecode.h 2022-04-15 10:22:29 -04:00
sysdecode_ioctlname.3 libsysdecode: Include required headers in sysdecode.h 2022-04-15 10:22:29 -04:00
sysdecode_kevent.3 libsysdecode: Include required headers in sysdecode.h 2022-04-15 10:22:29 -04:00
sysdecode_mask.3 libsysdecode: Include required headers in sysdecode.h 2022-04-15 10:22:29 -04:00
sysdecode_quotactl_cmd.3 libsysdecode: Include required headers in sysdecode.h 2022-04-15 10:22:29 -04:00
sysdecode_sctp_sinfo_flags.3 libsysdecode: Include required headers in sysdecode.h 2022-04-15 10:22:29 -04:00
sysdecode_sigcode.3 libsysdecode: Include required headers in sysdecode.h 2022-04-15 10:22:29 -04:00
sysdecode_socket_protocol.3 libsysdecode: Include required headers in sysdecode.h 2022-04-15 10:22:29 -04:00
sysdecode_sockopt_name.3 libsysdecode: Include required headers in sysdecode.h 2022-04-15 10:22:29 -04:00
sysdecode_syscallnames.3 libsysdecode: Include required headers in sysdecode.h 2022-04-15 10:22:29 -04:00
sysdecode_utrace.3 libsysdecode: Include required headers in sysdecode.h 2022-04-15 10:22:29 -04:00
utrace.c