mirror of
https://github.com/opnsense/src.git
synced 2026-06-29 02:13:01 -04:00
Add a _SYSCALL(name) which calls the SYS_name syscall. Use it to add a _SYSCALL_BODY() macro which invokes the syscall and calls cerror as required. Use the latter to implement PSEUDO() and RSYSCALL(). Reviewed by: imp, markj Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D43059 |
||
|---|---|---|
| .. | ||
| amd64_get_fsbase.c | ||
| amd64_get_gsbase.c | ||
| amd64_set_fsbase.c | ||
| amd64_set_gsbase.c | ||
| cerror.S | ||
| getcontext.S | ||
| Makefile.inc | ||
| vfork.S | ||