indirect system call NAME syscall - indirect system call LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants */ #include <u…examine and change a signal action NAME sigaction, rt_sigaction - examine and change a signal action LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int siga…examine and change a signal action NAME sigaction, rt_sigaction - examine and change a signal action LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int siga…create a file descriptor for accepting signals NAME signalfd - create a file descriptor for accepting signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/signa…create a file descriptor for accepting signals NAME signalfd - create a file descriptor for accepting signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/signa…introduction to system calls NAME intro - introduction to system calls DESCRIPTION Section 2 of the manual describes the Linux system calls. A system call is an entry point into th…get time in seconds NAME time - get time in seconds LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <time.h> time_t time(time_t *_Nullable tloc ); DESCRIPTION time () r…enable or disable kernel management of Memory Protection eXtensions (MPX) NAME PR_MPX_ENABLE_MANAGEMENT, PR_MPX_DISABLE_MANAGEMENT - enable or disable kernel management of Memory P…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…manipulate thread-local storage information NAME get_thread_area, set_thread_area - manipulate thread-local storage information LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…manipulate thread-local storage information NAME get_thread_area, set_thread_area - manipulate thread-local storage information LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…synchronous I/O multiplexing NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO, fd_set - synchronous I/O multiplexing LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #incl…synchronous I/O multiplexing NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO, fd_set - synchronous I/O multiplexing LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #incl…synchronous I/O multiplexing NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO, fd_set - synchronous I/O multiplexing LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #incl…process trace NAME ptrace - process trace LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/ptrace.h> long ptrace(enum __ptrace_request op , pid_t pid , void * addr …operate on Secure Computing state of the process NAME seccomp - operate on Secure Computing state of the process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/…Seccomp user-space notification mechanism NAME seccomp_unotify - Seccomp user-space notification mechanism LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/seccom…set up performance monitoring NAME perf_event_open - set up performance monitoring LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/perf_event.h> /* Definition of…