summaryrefslogtreecommitdiffstats
path: root/src/backlight (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-23sysupdate: fix error handlingYu Watanabe1-1/+1
2022-03-23NEWS: fix typoYu Watanabe1-2/+2
2022-03-23boot: fix typoYu Watanabe1-1/+1
2022-03-23fs-util: make sure openat_report_new() initializes return param also on shortcutLennart Poettering2-3/+29
Our coding style dictates that return parameters should be initialized always on success, hence do so here also in the shortcut codepath. Issue discovered by @fbuihuu: https://github.com/systemd/systemd/pull/22808/files/ca8503f168d0632c606110da909aba3057777395#r831911069
2022-03-23fs-util: fix typos in commentsLennart Poettering1-2/+2
2022-03-23meson: replace sh+find with an internal glob in the python helperZbigniew Jędrzejewski-Szmek3-10/+19
As suggested in https://github.com/systemd/systemd/pull/22810#discussion_r831708052 This makes the whole thing simpler. A glob is passed to helper which then resolves it on its own. This way it's trivial to call the helper with a different set of files for testing.
2022-03-23NEWS: adjust MONITOR_ env vars paragraphLuca Boccassi1-8/+7
This actually never shipped in a release, so it's not a backward-incompatible change. Move it down and reword it.
2022-03-22NEWS: initial writeup for v251Zbigniew Jędrzejewski-Szmek1-77/+239