summaryrefslogtreecommitdiff
path: root/src/sys/resource.rs
AgeCommit message (Expand)Author
2022-11-06Reformat everythingAlex Saveau
2022-10-02re-export RLIM_INFINITY from libcSteve Lau
2022-06-20Add getrusage wrapperGustavo Noronha Silva
2022-03-20uclibc uses a u32 for RLIMIT definitionsRyan Zoeller
2022-03-13Change getrlimit and setrlimit to use rlim_t directly.Arnavion
2022-01-24uclibc supportJonah Petri
2021-12-24Add NetBSD configuration for supported process resourcesSachin Cherian
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-09-20Lower limits in setrlimit exampleRyan Zoeller
2021-09-04Check Dragonfly BSD and OpenBSD in CIAlan Somers
2021-09-04Document more thingsAlan Somers
2021-08-01Add getrlimit and setrlimitLMJW