opnsense-src/sys/tools/syscalls/examples/cpp
Brooks Davis 9355ad0b0b makesyscalls: emit cpp in syscalls.map
If there are per-platform differences in which syscalls are supported,
we should only try to export implemented ones in libc.  Fortunately,
syscall maps are run though cpp.  This is arguably incomplete as
syscall.mk isn't (and can't practically be) supported.

Reviewed by:	kevans
Sponsored by:	DARPA, AFRL
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1575
2025-02-18 22:03:33 +00:00
..
Makefile sys: syscalls: add a test syscall definition file 2025-02-18 22:02:19 +00:00
syscalls.conf makesyscalls: emit cpp in syscalls.map 2025-02-18 22:03:33 +00:00
syscalls.master sys: syscalls: add a test syscall definition file 2025-02-18 22:02:19 +00:00
test_proto.h
test_syscall.h sys: syscalls: add a test syscall definition file 2025-02-18 22:02:19 +00:00
test_syscalls.c sys: syscalls: add a test syscall definition file 2025-02-18 22:02:19 +00:00
test_syscalls.map makesyscalls: emit cpp in syscalls.map 2025-02-18 22:03:33 +00:00
test_sysent.c sys: syscalls: add a test syscall definition file 2025-02-18 22:02:19 +00:00
test_systrace_args.c