summaryrefslogtreecommitdiffstats
path: root/src/oom/oomd-manager-bus.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* basic: move acquire_data_fd() and fd_duplicate_data_fd() to new data-fd-util.cZbigniew Jędrzejewski-Szmek2021-06-241-0/+1
| | | | | | | | | | | fd_duplicate_data_fd() is renamed to copy_data_fd(). This makes the two functions have nicely similar names. Now fd-util.[ch] is again about low-level file descriptor manipulations. copy_data_fd() is a complex function that internally wraps the other functions in copy.c. I want to move copy.c and the whole cluster of related code from basic/ to shared/ later on, and this is a preparatory step for that.
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* oomd: add names to dbus parameters and implement --bus-introspectionZbigniew Jędrzejewski-Szmek2020-10-151-2/+13
|
* systemd-oomd: dbus hook ups and oomctl CLIAnita Zhang2020-10-081-0/+36