Advanced concepts related to packing in Git NAME gitpacking - Advanced concepts related to packing in Git SYNOPSIS gitpacking DESCRIPTION This document aims to describe some advanc…Hierarchical Fair Service Curve NAME tc-hfcs - Hierarchical Fair Service Curve HISTORY & INTRODUCTION HFSC (Hierarchical Fair Service Curve) is a network packet scheduling algorith…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…Linux routing socket NAME rtnetlink - Linux routing socket SYNOPSIS #include <asm/types.h> #include <linux/if_link.h> #include <linux/netlink.h> #include <linux/rtnetlink.h> #inclu…An overview of recommended workflows with Git NAME gitworkflows - An overview of recommended workflows with Git SYNOPSIS git * DESCRIPTION This document attempts to write down and …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 Memory Protection Keys NAME pkeys - overview of Memory Protection Keys DESCRIPTION Memory Protection Keys (pkeys) are an extension to existing page-based memory permiss…change the definition of a routine NAME ALTER_ROUTINE - change the definition of a routine SYNOPSIS ALTER ROUTINE name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] action [ …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…lock a table NAME LOCK - lock a table SYNOPSIS LOCK [ TABLE ] [ ONLY ] name [ * ] [, ...] [ IN lockmode MODE ] [ NOWAIT ] where lockmode is one of: ACCESS SHARE | ROW SHARE | ROW E…change the definition of a function NAME ALTER_FUNCTION - change the definition of a function SYNOPSIS ALTER FUNCTION name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] actio…define a new function NAME CREATE_FUNCTION - define a new function SYNOPSIS CREATE [ OR REPLACE ] FUNCTION name ( [ [ argmode ] [ argname ] argtype [ { DEFAULT | = } default_expr ]…overview of POSIX message queues NAME mq_overview - overview of POSIX message queues DESCRIPTION POSIX message queues allow processes to exchange data in the form of messages. This…Pluggable Authentication Modules for Linux NAME PAM, pam - Pluggable Authentication Modules for Linux DESCRIPTION This manual is intended to offer a quick introduction to Linux-PAM…overview of Linux PID namespaces NAME pid_namespaces - overview of Linux PID namespaces DESCRIPTION For an overview of namespaces, see namespaces (7). PID namespaces isolate the pr…overview of the virtual ELF dynamic shared object NAME vdso - overview of the virtual ELF dynamic shared object SYNOPSIS #include <sys/auxv.h> void *vdso = (uintptr_t) getauxval(AT…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 …roff language reference for mandoc NAME roff — roff language reference for mandoc DESCRIPTION The roff language is a general purpose text formatting language. Since traditional imp…Linux control groups NAME cgroups - Linux control groups DESCRIPTION Control groups, usually referred to as cgroups, are a Linux kernel feature which allow processes to be organize…unprivileged access-control NAME Landlock - unprivileged access-control DESCRIPTION Landlock is an access-control system that enables any processes to securely restrict themselves …