socket system calls NAME socketcall - socket system calls LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/net.h> /* Definition of SYS_* constants */ #include <sy…get name and information about current kernel NAME uname - get name and information about current kernel LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/utsname.h>…get name and information about current kernel NAME uname - get name and information about current kernel LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/utsname.h>…get name and information about current kernel NAME uname - get name and information about current kernel LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/utsname.h>…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…read/write system parameters NAME sysctl - read/write system parameters SYNOPSIS #include <unistd.h> #include <linux/sysctl.h> [[deprecated]] int _sysctl(struct __sysctl_args * arg…manipulation of signal mask (obsolete) NAME sgetmask, ssetmask - manipulation of signal mask (obsolete) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> …manipulation of signal mask (obsolete) NAME sgetmask, ssetmask - manipulation of signal mask (obsolete) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> …get/set I/O scheduling class and priority NAME ioprio_get, ioprio_set - get/set I/O scheduling class and priority LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux…get/set I/O scheduling class and priority NAME ioprio_get, ioprio_set - get/set I/O scheduling class and priority LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux…map files or devices into memory NAME mmap2 - map files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> /* Definition of MAP_* and P…change I/O privilege level NAME iopl - change I/O privilege level LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/io.h> [[deprecated]] int iopl(int level ); DESCRI…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…get/set message queue attributes NAME mq_getsetattr - get/set message queue attributes SYNOPSIS #include <mqueue.h> /* Definition of struct mq_attr */ #include <sys/syscall.h> /* D…exit all threads in a process NAME exit_group - exit all threads in a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* con…enforce a Landlock ruleset NAME landlock_restrict_self - enforce a Landlock ruleset LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/landlock.h> /* Definition of …transfer data to/from PCI MMIO memory page NAME s390_pci_mmio_write, s390_pci_mmio_read - transfer data to/from PCI MMIO memory page LIBRARY Standard C library ( libc , -lc ) SYNOP…transfer data to/from PCI MMIO memory page NAME s390_pci_mmio_write, s390_pci_mmio_read - transfer data to/from PCI MMIO memory page LIBRARY Standard C library ( libc , -lc ) SYNOP…return a directory entry's path NAME lookup_dcookie - return a directory entry's path LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of S…set port input/output permissions NAME ioperm - set port input/output permissions LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/io.h> int ioperm(unsigned long fr…