Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | basic: move acquire_data_fd() and fd_duplicate_data_fd() to new data-fd-util.c | Zbigniew Jędrzejewski-Szmek | 2021-06-24 | 1 | -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-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | oomd: add names to dbus parameters and implement --bus-introspection | Zbigniew Jędrzejewski-Szmek | 2020-10-15 | 1 | -2/+13 |
| | |||||
* | systemd-oomd: dbus hook ups and oomctl CLI | Anita Zhang | 2020-10-08 | 1 | -0/+36 |