C and UNIX Standards NAME standards - C and UNIX Standards DESCRIPTION The STANDARDS section that appea...start a transaction block NAME START_TRANSACTION - start a transaction block SYNOPSIS START...copying strings and character sequences NAME stpcpy, strcpy, strcat, stpecpy, strtcpy, strlcpy, strl...optional parts of the POSIX standard NAME posixoptions - optional parts of the POSIX standard DESCRIPTION The POSIX stan...list of eBPF helper functions NAME BPF-HELPERS - list of eBPF helper functions DESCRIPTION The...implementations of linked lists and queues NAME queue - implementations of linked lists and queues DESCRIPTION The <sys/...SPU filesystem NAME spufs - SPU filesystem DESCRIPTION The SPU filesystem is used on PowerPC machines...monitoring filesystem events NAME fanotify - monitoring filesystem events DESCRIPTION The fanotify API provid...System bootup process based on UNIX System V Release 4 NAME boot - System bootup process based......ee. There are many aspects of packing in Git that are not covered in this document that instead live in the aforementioned areas. Over time, those scattered bits may coalesce in…...oject into Git, make changes to it, and share changes with other developers. If you are instead primarily interested in using Git to fetch a project, for example, to test the la…...t database and the index file—and to provide the reader with everything necessary to understand the rest of the Git documentation. THE GIT OBJECT DATABASE Let’s start a new proj…...ins how to use the "core" Git commands to set up and work with a Git repository. If you just need to use Git as a revision control system you may prefer to start with "A Tutoria…...N ALTER GROUP changes the attributes of a user group. This is an obsolete command, though still accepted for backwards compatibility, because groups (and users too) have been su…...inode containing metadata about the file. An application can retrieve this metadata using stat (2) (or related calls), which returns a stat structure, or statx (2), which return…...PARATE CHANGES As a general rule, you should try to split your changes into small logical steps, and commit each of them. They should be consistent, working independently of any…...erfaces employed in the API are: shm_open (3) Create and open a new object, or open an existing object. This is analogous to open (2). The call returns a file descriptor for use…...s NAME namespaces - overview of Linux namespaces DESCRIPTION A namespace wraps a global system resource in an abstraction that makes it appear to the processes within the namesp…...audit - auditing API for the dynamic linker SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <link.h> DESCRIPTION The GNU dynamic linker (run-time linker) …...communication. These families are defined in <sys/socket.h> . The formats currently understood by the Linux kernel include: AF_UNIX AF_LOCAL Local communication. For further inf…