...leds (1), setmetamode (1), execve (2), fcntl (2), ioctl_tty (2), ioperm (2), termios (3), console_codes (4), mt (4), sd (4), tty (4), ttyS (4), vcs (4), vcsa (4), charsets (7), …read and/or clear kernel message ring buffer; set console_loglevel NAME syslog, klogctl - read and/or clear kernel message ring buffer; set console_loglevel LIBRARY Standard C libr…ioctls for console terminal and virtual consoles NAME ioctl_vt - ioctls for console terminal and virtual consoles SYNOPSIS #include <linux/vt.h> /* Definition of VT_* constants */ …ioctls for terminals and serial lines NAME ioctl_tty - ioctls for terminals and serial lines LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <asm/termbits.h> /* Definit…ioctls for console terminal and virtual consoles NAME ioctl_kd - ioctls for console terminal and virtual consoles SYNOPSIS #include <linux/kd.h> /* Definition of op constants */ #i…execute an SPU context NAME spu_run - execute an SPU context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/spu.h> /* Definition of SPU_* constants */ #include <s…initiate a connection on a socket NAME connect - initiate a connection on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int connect(int sockfd…load shared library NAME uselib - load shared library SYNOPSIS #include <unistd.h> [[deprecated]] int uselib(const char * library ); DESCRIPTION The system call uselib () serves to…control device NAME ioctl - control device LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/ioctl.h> int ioctl(int fd , unsigned long op , ...); /* glibc, BSD */ in…define a subpage protection for an address range NAME subpage_prot - define a subpage protection for an address range LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <s…queue a signal and data NAME rt_sigqueueinfo, rt_tgsigqueueinfo - queue a signal and data LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/signal.h> /* Definition…queue a signal and data NAME rt_sigqueueinfo, rt_tgsigqueueinfo - queue a signal and data LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/signal.h> /* Definition…change the root mount NAME pivot_root - change the root mount LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants */ #inclu…open and possibly create a file NAME open, openat, creat - open and possibly create a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int open(const char…open and possibly create a file NAME open, openat, creat - open and possibly create a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int open(const char…fast user-space locking NAME futex - fast user-space locking LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/futex.h> /* Definition of FUTEX_* constants */ #incl…open and possibly create a file NAME open, openat, creat - open and possibly create a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int open(const char…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 …