summaryrefslogtreecommitdiff
path: root/src/os/cgroup.zig
AgeCommit message (Expand)Author
2025-10-05linux cgroup: also fix controllers()Jeffrey C. Ollie
2025-10-05linux cgroup: fix initializationJeffrey C. Ollie
2025-10-03Zig 0.15: zig build GTK exeMitchell Hashimoto
2025-05-30gtk: clean up per-surface cgroup on closeMitchell Hashimoto
2025-02-03linux: ensure that group dir fd is closedJeffrey C. Ollie
2025-02-02comment on why to not use posix.errnorhodes-b
2025-02-02fix errno handlerhodes-b
2025-01-23Prevent fd leaks to the running shell or commandMitchell Hashimoto
2024-08-11os: unify memory/processes cgroup limiting funcMitchell Hashimoto
2024-08-11Add Config Option to Limit Number of ProcessesChristian Kugler
2024-07-22Fix multiple deprecated names for zig lib/stdmultifred
2024-06-08small stylistic tweaksMitchell Hashimoto
2024-06-07Use clone3 / CLONE_INTO_CGROUP on LinuxJeffrey C. Ollie
2024-06-05termio/exec: move subprocess into cgroupMitchell Hashimoto
2024-06-04os: cgroup can set memory limitsMitchell Hashimoto
2024-06-04os: cgroup create/moveMitchell Hashimoto
2024-06-04os: API to configure cgroup controllersMitchell Hashimoto
2024-06-04os: rename linux => cgroupMitchell Hashimoto