Expand description
Mostly platform-specific functionality
Modules§
- aio
aioPOSIX Asynchronous I/O - epoll
event - eventfd
event - fanotify
fanotifyMonitoring API for filesystem events. - inotify
inotifyMonitoring API for filesystem events. - ioctl
ioctlProvide helpers for making ioctl system calls. - memfd
fsInterfaces for managing memory-backed files. - mman
mmanMemory management declarations. - personality
personalityProcess execution domains - prctl
processprctl is a Linux-only API for performing operations on a process or thread. - pthread
pthreadLow level threading primitives - ptrace
ptraceProvides helpers for making ptrace system calls - quota
quotaSet and configure disk quotas for users, groups, or projects. - reboot
rebootReboot/shutdown - resource
resourceConfigure the process resource limits. - select
pollPortably monitor a group of file descriptors for readiness. - sendfile
zerocopySend data from a file to a socket, bypassing userland. - Operating system signals.
- signalfd
signalInterface for thesignalfdsyscall. - socket
socketSocket interface functions - stat
fs - statfs
fsGet filesystem statistics, non-portably - statvfs
fsGet filesystem statistics - termios
termAn interface for controlling asynchronous communication ports - timer
timeTimer API via signals. - timerfd
timeTimer API via file descriptors. - uio
uioVectored I/O - utsname
featureGet system identification - wait
processWait for a process to change status