Module linux_syscalls::env
source · Expand description
A collection of environment informations useful to detect features used in syscalls.
Re-exports
Modules
Functions
- getauxvalNon-
bareReturns values from the auxiliary vector, a mechanism that the kernel’s ELF binary loader uses to pass certain information to user space when a program is executed. - kernel_versionNon-
bareReturns a cached kernel version. - unameNon-
bareReturns a cached crate::env::kernel::utsname. It do not useunamesyscall. - Returns values from the auxiliary vector, a mechanism that the kernel’s ELF binary loader uses to pass certain information to user space when a program is executed.
- Returns a cached kernel version.
- Returns a cached crate::env::kernel::utsname. It do not use
unamesyscall. - Returns the cached crate::env::vdso::Vdso for the current process.
- vdsoNon-
bareReturns cached crate::env::vdso::Vdso for the current process.