Name Description Size
auxv.rs 2927
init.rs rustix's `init` function. # Safety When "use-explicitly-provided-auxv" is enabled, the `init` function must be called before any other function in this module. It is unsafe because it operates on raw pointers. 634
mod.rs Process parameters. These values correspond to `sysconf` in POSIX, and the auxv array in Linux. Despite the POSIX name “sysconf”, these aren't *system* configuration parameters; they're *process* configuration parameters, as they may differ between different processes on the same system. 506