The document discusses UNIX system calls. It describes that system calls are functions used in the kernel to request the operating system perform an action on behalf of a user program. To the programmer, system calls appear as normal C function calls. However, they require changing the process execution mode to kernel mode. Common system calls allow processes to manage files, control other processes, and provide inter-process communication.