summaryrefslogtreecommitdiffstats
path: root/src/oom (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18375 from yuwata/cli-tools-also-read-kernel-command-lineZbigniew Jędrzejewski-Szmek2021-02-081-1/+1
|\
| * tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-01-311-1/+1
* | oom: rework *MemoryPressureLimit= properties to have 1/10000 precisionAnita Zhang2021-02-035-18/+26
|/
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-312-10/+10
* oom: fix reclaim activity detectionAnita Zhang2021-01-242-2/+7
* oom: make swap a soft requirementAnita Zhang2021-01-243-6/+19
* oom: make memory pressure duration configurable through oomd.confAnita Zhang2021-01-245-7/+17
* meson: enable several tests even if the relevant features are disabledYu Watanabe2021-01-181-6/+6
* meson: make the second and third elements of tests or fuzzers optionalYu Watanabe2021-01-181-3/+1
* Add install-sysconfdir=no-samples option for (non-)installation of sample con...Josh Triplett2021-01-141-1/+1
* test: use for(;;) instead of while(true)Yu Watanabe2020-11-271-1/+1
* oom: use CMP() macroYu Watanabe2020-11-271-12/+2
* oom: fix oomd.conf install locationChristian Hesse2020-11-271-1/+1
* test-oomd-util: remove memory_pressure == 0 checksAnita Zhang2020-11-171-4/+0
* meson: add option to skip installing to $sysconfdirJörg Thalheim2020-11-121-2/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-0912-12/+12
* oomd: make start up swap check more robustAnita Zhang2020-10-231-2/+13
* oomd: use ERRNO_IS_NOT_SUPPORTED and ERRNO_IS_PRIVILEGEAnita Zhang2020-10-221-1/+1
* oomd: simplify if/else error checkAnita Zhang2020-10-191-7/+4
* oomd: fix unit test when xattrs not supportedAnita Zhang2020-10-171-4/+6
* oomd: add names to dbus parameters and implement --bus-introspectionZbigniew Jędrzejewski-Szmek2020-10-154-6/+30
* oomd: check number of arguments, add --version, fix indentationZbigniew Jędrzejewski-Szmek2020-10-151-18/+28
* systemd-oomd: service filesAnita Zhang2020-10-082-0/+17
* systemd-oomd: dbus hook ups and oomctl CLIAnita Zhang2020-10-089-0/+396
* systemd-oomd: manager/daemonAnita Zhang2020-10-086-0/+686
* systemd-oomd: unit testable helper functionsAnita Zhang2020-10-084-0/+858