]> git.ipfire.org Git - pakfire.git/history - src/libpakfire/cgroup.c
cgroup: Be less verbose when parsing stats
[pakfire.git] / src / libpakfire / cgroup.c
2023-11-05  Michael Tremercgroup: Be less verbose when parsing stats
2023-11-01  Michael Tremercgroups: Anchor to the context
2023-10-17  Michael Tremerpath: Make pakfire_dirname into the path library
2023-10-06  Michael Tremercgroup: Make the BPF log buffer statically allocated...
2023-10-06  Michael Tremerpath: Rename join -> append
2023-10-06  Michael Tremerpath: Implement joining two paths
2023-10-05  Michael Tremercgroup: Do not use TLS for buffer that is longer than...
2023-10-04  Michael TremerFix any incorrect format arguments throughout the code...
2023-09-02  Michael Tremerutil: Remove static buffers from basename/dirname
2023-08-18  Michael TremerMove all static buffers into Thread-local storage
2023-06-29  Michael Tremercgroups: Add BPF program to filter device node access
2023-06-21  Michael Tremercgroup: Return error when the cgroup could not be created
2023-05-05  Michael Tremercgroups: Prevent falling through to default statement...
2023-05-05  Michael Tremercgroups: Don't create groups in system root for unprivi...
2023-05-05  Michael Tremercgroups: Fix checks for file descriptors
2023-01-12  Michael Tremercgroups: Make killall function static and fix memory...
2022-08-19  Michael Tremercgroup: Fix compiler warning
2022-08-19  Michael Tremerutil: Refactor pakfire_basename/dirname and pakfire_mkdir
2022-08-18  Michael Tremerutil: Refactor pakfire_path_join
2022-08-18  Michael Tremerutil: Split string functions into an extra file
2022-08-17  Michael Tremercgroups: Check if a valid name for child groups is...
2022-08-10  Michael Tremercgroup: Implement reading stats
2022-08-09  Michael Tremercgroup: Remove unused variable
2022-08-09  Michael Tremercgroup: Add option to control the amount of PIDs
2022-08-09  Michael Tremerjail: Create a leaf cgroup
2022-08-09  Michael Tremercgroup: Implement legacy way to kill processes
2022-08-09  Michael Tremercgroup: Fix destruction function
2022-08-09  Michael Tremercgroup: Add functions to configure memory limits
2022-08-08  Michael Tremercgroup: Add controllers
2022-08-08  Michael Tremercgroup: Start again from scratch
2021-12-09  Michael TremerFix any invalid prototypes
2021-07-09  Michael Tremerpakfire: Change type from Pakfire to struct pakfire
2021-06-21  Michael Tremerlibpakfire: Use %m instead of strerror(errno)
2021-06-10  Michael TremerMerge branch 'python3'
2021-05-13  Michael Tremercgroup: killall: Break if cgroup could not be opened
2021-05-13  Michael Tremerexecute: Log errors when cgroup could not be created
2021-04-26  Michael Tremercgroup: Do not include NULL byte in random selection
2021-03-31  Michael Tremercgroups: Add function to set nice level
2021-03-31  Michael Tremerexecute: Create a random cgroup for each process
2021-03-29  Michael Tremerexecute: Fork new processes straight into their cgroup
2021-03-29  Michael Tremercgroups: Add function to get cpu stats
2021-03-27  Michael Tremercgroup: Implement function to kill all processes left
2021-03-27  Michael Tremercgroups: Implement attaching/detaching processes
2021-03-27  Michael Tremercgroups: Catch errors when writes fail
2021-03-27  Michael Tremercgroup: Only enable controllers for parent groups
2021-03-27  Michael Tremercgroup: Add helper functions to write to file
2021-03-27  Michael Tremerlibpakfire: Create a simple cgroup library