summaryrefslogtreecommitdiffstats
path: root/src/shared/bus-get-properties.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: "<n>bit" → "<n>-bit"Zbigniew Jędrzejewski-Szmek2023-07-021-2/+2
| | | | In some places, "<n> bits" is used when more appropriate.
* bus-util: introduce bus_property_get_tristate()Yu Watanabe2023-02-231-0/+1
| | | | This will be used in later commits.
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
|
* oom: rework *MemoryPressureLimit= properties to have 1/10000 precisionAnita Zhang2021-02-031-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-laterYu Watanabe2020-11-091-1/+1
|
* core: add ManagedOOM*= properties to configure systemd-oomd on the unitAnita Zhang2020-10-081-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.hYu Watanabe2020-07-201-2/+0
|
* shared: split out property get helpersLennart Poettering2020-06-301-0/+103
No code changes, just some refactoring.