opnsense-src/lib/libsysdecode
Alex Richardson 9c4106c350 rtld: silence clang's unterminated-string-initialization warning
Since the initializer is used in other places where we can't just
replace it with a char-by-char initializer, this adds a macro for the
nonstring attribute (match the linuxkpi definition).

Reviewed by:	emaste, jhb
MFC after:	1 week
Differential Revision: https://reviews.freebsd.org/D52535

(cherry picked from commit 86f325711c07b723b85c031d581d0a5c1a0964f3)
2026-04-24 11:26:39 -04:00
..
tests spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
errno.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
flags.c libsysdecode: Add O_CLOFORK flags to sysdecode 2025-07-06 23:09:18 +00:00
linux.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
Makefile libsysdecode: Use consistent include path 2025-12-13 22:01:14 +00:00
Makefile.depend blocklist: Rename blacklist to blocklist 2025-10-14 00:53:16 +00:00
mkioctls Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
mklinuxtables Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
mktables libsysdecode: Add support for decoding inotify syscall flags 2025-07-04 14:42:33 +00:00
signal.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
support.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
support.h libsysdecode: For future use extract common code to a separate files 2022-06-22 13:12:21 +03:00
syscallnames.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
sysdecode.3 sysdecode_syscallnames.3: s/names/name/ 2025-08-25 20:49:05 -04:00
sysdecode.h libsysdecode: Add support for decoding inotify syscall flags 2025-07-04 14:42:33 +00:00
sysdecode_abi_to_freebsd_errno.3 sysdecode_syscallnames.3: s/names/name/ 2025-08-25 20:49:05 -04:00
sysdecode_cap_rights.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
sysdecode_cmsg_type.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
sysdecode_enum.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
sysdecode_fcntl_arg.3 libsysdecode: Add O_CLOFORK flags to sysdecode 2025-07-06 23:09:18 +00:00
sysdecode_ioctlname.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
sysdecode_kevent.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
sysdecode_mask.3 libsysdecode: add a decoder for pollfd events 2024-03-04 23:44:09 -06:00
sysdecode_quotactl_cmd.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
sysdecode_sctp_sinfo_flags.3 manuals: Fix "unusual .Xr" warnings with a script 2024-10-15 17:18:14 -03:00
sysdecode_sigcode.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
sysdecode_socket_protocol.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
sysdecode_sockopt_name.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
sysdecode_syscallname.3 sysdecode_syscallnames.3: s/names/name/ 2025-08-25 20:49:05 -04:00
sysdecode_utrace.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
utrace.c rtld: silence clang's unterminated-string-initialization warning 2026-04-24 11:26:39 -04:00