universal character set NAME unicode - universal character set DESCRIPTION The international standard ISO/IEC 10646 defines the Universal Character Set (UCS). UCS contains all char…define a new operator NAME CREATE_OPERATOR - define a new operator SYNOPSIS CREATE OPERATOR name ( {FUNCTION|PROCEDURE} = function_name [, LEFTARG = left_type ] [, RIGHTARG = right…overview of POSIX semaphores NAME sem_overview - overview of POSIX semaphores DESCRIPTION POSIX semaphores allow processes and threads to synchronize their actions. A semaphore is …symbolic link handling NAME symlink - symbolic link handling DESCRIPTION Symbolic links are files that act as pointers to other files. To understand their behavior, you must first …overview of Non-Uniform Memory Architecture NAME numa - overview of Non-Uniform Memory Architecture DESCRIPTION Non-Uniform Memory Access (NUMA) refers to multiprocessor systems wh…socket address families (domains) NAME address_families - socket address families (domains) SYNOPSIS #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> int socket(int d…optional parts of the POSIX standard NAME posixoptions - optional parts of the POSIX standard DESCRIPTION The POSIX standard (the information below is from POSIX.1-2001) describes …per-user persistent keyring NAME persistent-keyring - per-user persistent keyring DESCRIPTION The persistent keyring is a keyring used to anchor keys on behalf of a user. Each UID …overview of CPU scheduling NAME sched - overview of CPU scheduling DESCRIPTION Since Linux 2.6.23, the default scheduler is CFS, the "Completely Fair Scheduler". The CFS scheduler …define a cursor NAME DECLARE - define a cursor SYNOPSIS DECLARE name [ BINARY ] [ ASENSITIVE | INSENSITIVE ] [ [ NO ] SCROLL ] CURSOR [ { WITH | WITHOUT } HOLD ] FOR query DESCRIPT…SPU filesystem NAME spufs - SPU filesystem DESCRIPTION The SPU filesystem is used on PowerPC machines that implement the Cell Broadband Engine Architecture in order to access Syner…A useful minimum set of commands for Everyday Git NAME giteveryday - A useful minimum set of commands for Everyday Git SYNOPSIS Everyday Git With 20 Commands Or So DESCRIPTION Git …List all manpages from the systemd project NAME systemd.index - List all manpages from the systemd project 3 30-systemd-environment-d-generator (8) — Load variables specified by en…POSIX threads NAME pthreads - POSIX threads DESCRIPTION POSIX.1 specifies a set of interfaces (functions, header files) for threaded programming commonly known as POSIX threads, or…copy data between a file and a table NAME COPY - copy data between a file and a table SYNOPSIS COPY table_name [ ( column_name [, ...] ) ] FROM { ' filename ' | PROGRAM ' command '…list of eBPF helper functions NAME BPF-HELPERS - list of eBPF helper functions DESCRIPTION The extended Berkeley Packet Filter (eBPF) subsystem consists in programs written in a ps…A tutorial introduction to Git NAME gittutorial - A tutorial introduction to Git SYNOPSIS git * DESCRIPTION This tutorial explains how to import a new project into Git, make change…overview of Linux capabilities NAME capabilities - overview of Linux capabilities DESCRIPTION For the purpose of performing permission checks, traditional UNIX implementations dist…Network device naming schemes NAME systemd.net-naming-scheme - Network device naming schemes DESCRIPTION Network interfaces names and MAC addresses may be generated based on certai…in-kernel key management and retention facility NAME keyrings - in-kernel key management and retention facility DESCRIPTION The Linux key-management facility is primarily a way for…