reboot or enable/disable Ctrl-Alt-Del NAME reboot - reboot or enable/disable Ctrl-Alt-Del LIBRARY Standa......tifications ( CONFIG_WATCH_QUEUE ) is not compiled into the kernel. VERSIONS The System V ABI on some architectures allows the use of more than one register for returning multip…...tifications ( CONFIG_WATCH_QUEUE ) is not compiled into the kernel. VERSIONS The System V ABI on some architectures allows the use of more than one register for returning multip…...include <sys/time.h> int gettimeofday(struct timeval *restrict tv , struct timezone *_Nullable restrict tz ); int settimeofday(const struct timeval * tv , const struct timezone …...include <sys/time.h> int gettimeofday(struct timeval *restrict tv , struct timezone *_Nullable restrict tz ); int settimeofday(const struct timeval * tv , const struct timezone …...tail from the caller: when a system call returns a negative value, the wrapper copies the absolute value into the errno variable, and returns -1 as the return value of the wrapp…...d: PTRACE_TRACEME Indicate that this process is to be traced by its parent. A process probably shouldn't make this operation if its parent isn't expecting to trace it. ( pid , a…...tions (described below). Overview In conventional usage of a seccomp filter, the decision about how to treat a system call is made by the filter itself. By contrast, the user-sp…