Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tree-wide: "<n>bit" → "<n>-bit" | Zbigniew Jędrzejewski-Szmek | 2023-07-02 | 1 | -2/+2 |
| | | | | In some places, "<n> bits" is used when more appropriate. | ||||
* | bus-util: introduce bus_property_get_tristate() | Yu Watanabe | 2023-02-23 | 1 | -0/+1 |
| | | | | This will be used in later commits. | ||||
* | tree-wide: use ASSERT_PTR more | David Tardon | 2022-09-13 | 1 | -2/+1 |
| | |||||
* | oom: rework *MemoryPressureLimit= properties to have 1/10000 precision | Anita Zhang | 2021-02-03 | 1 | -1/+0 |
| | | | | | | | Requested in https://github.com/systemd/systemd/pull/15206#discussion_r505506657, preserve the full granularity for memory pressure limits (permyriad) instead of capping out at percent. | ||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | core: add ManagedOOM*= properties to configure systemd-oomd on the unit | Anita Zhang | 2020-10-08 | 1 | -0/+1 |
| | | | | | This adds the hook ups so it can be read with the usual systemd utilities. Used in later commits by sytemd-oomd. | ||||
* | util: drop duplicated inclusion of sd-bus.h | Yu Watanabe | 2020-07-20 | 1 | -2/+0 |
| | |||||
* | shared: split out property get helpers | Lennart Poettering | 2020-06-30 | 1 | -0/+103 |
No code changes, just some refactoring. |