Expand description
Mostly platform-specific functionality
Modulesยง
- memfd
- Interfaces for managing memory-backed files.
- prctl
- prctl is a Linux-only API for performing operations on a process or thread.
- select
- Portably monitor a group of file descriptors for readiness.
- sendfile
- Send data from a file to a socket, bypassing userland.
- signal
- Operating system signals.
- signalfd
- Interface for the
signalfdsyscall. - socket
- Socket interface functions
- stat
- statfs
- Get filesystem statistics, non-portably
- statvfs
- Get filesystem statistics
- sysinfo
- time
- uio
- Vectored I/O
- utsname
- Get system identification
- wait
- Wait for a process to change status