summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | mempress: change default PSI window duration to 2sLennart Poettering2023-03-095-7/+9
| |_|/ |/| |
* | | man: fix typo in ukify pageJeidnx2023-03-091-1/+1
|/ /
* | manager: in dump, show controllers in "Delegate:"Zbigniew Jędrzejewski-Szmek2023-03-091-12/+3
* | journalctl: fix when --since, --until and --lines are used altogetherMike Yuan2023-03-091-1/+6
* | tests: merge test-tmpfiles.c into test-tmpfile-util.cZbigniew Jędrzejewski-Szmek2023-03-093-81/+66
|/
* Merge pull request #26038 from lilyinstarlight/fix/fstab-generator-sysroot-wi...Zbigniew Jędrzejewski-Szmek2023-03-0914-19/+131
|\
| * test: add fstab file support for fstab-generator testsLily Foster2023-01-2611-1/+63
| * fstab-generator: add SYSTEMD_SYSFS_CHECK env varLily Foster2023-01-262-2/+14
| * fstab-generator: use correct targets when /sysroot is specificied in fstab onlyLily Foster2023-01-262-16/+54
* | macro: support the case that the number of elements has const qualifierYu Watanabe2023-03-091-4/+6
* | Merge pull request #26698 from ldv-alt/udevadm-verifyYu Watanabe2023-03-0913-10/+498
|\ \
| * | udev_rules_parse_file: issue diagnostics about line continuation at EOFDmitry V. Levin2023-03-082-2/+15
| * | test: check udevadm verify diagnostics of unused labelsDmitry V. Levin2023-03-081-0/+19
| * | udevadm-verify: check for unused labelsDmitry V. Levin2023-03-081-2/+16
| * | test: add a test for udevadm verifyDmitry V. Levin2023-03-081-0/+180
| * | meson.build: check udev rules using udevadm verifyDmitry V. Levin2023-03-081-0/+7
| * | rules: do not use blkid builtin if built without blkid supportDmitry V. Levin2023-03-082-1/+3
| * | udevadm: introduce new 'verify' commandDmitry V. Levin2023-03-089-1/+208
| * | udev_rules_parse_file: mark logged issuesDmitry V. Levin2023-03-081-6/+52
* | | localed: print a custom message if libxkbcommon.so is unvailableZbigniew Jędrzejewski-Szmek2023-03-091-7/+6
* | | Merge pull request #26119 from kraxel/uki.installLuca Boccassi2023-03-084-11/+33
|\ \ \
| * | | kernel-install: handle uki installs automaticallyGerd Hoffmann2023-03-072-6/+23
| * | | kernel-install: remove math slang from man pageGerd Hoffmann2023-03-071-1/+1
| * | | 90-uki-copy.install: create $BOOT/EFI/Linux directory if neededGerd Hoffmann2023-03-071-2/+2
| * | | bootctl: tweak DOS header magic checkGerd Hoffmann2023-03-071-2/+7
* | | | Merge pull request #26656 from yuwata/mkdir-error-codeLuca Boccassi2023-03-082-1/+24
|\ \ \ \
| * | | | test: add tests for error code propagation from mkdir_xyz()Yu Watanabe2023-03-031-0/+20
| * | | | mkdir: fix error code on failureYu Watanabe2023-03-031-1/+4
* | | | | CODING_STYLE: note that 'unsigned' form is preferred over 'unsigned int'Dmitry V. Levin2023-03-081-1/+1
* | | | | Merge pull request #26711 from keszybz/man-page-stuffLuca Boccassi2023-03-084-65/+195
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | man: adjust description of CPUAccounting=Zbigniew Jędrzejewski-Szmek2023-03-073-6/+9
| * | | | man: add a note about session autogroupingZbigniew Jędrzejewski-Szmek2023-03-071-0/+7
| * | | | man: tweak details in descriptions of pids and cpu configurationZbigniew Jędrzejewski-Szmek2023-03-071-19/+15
| * | | | man: describe how cgroup controllers are turned onZbigniew Jędrzejewski-Szmek2023-03-071-31/+149
| * | | | man: explain route-only domains a bit moreZbigniew Jędrzejewski-Szmek2023-03-071-9/+15
* | | | | Merge pull request #26716 from mrc0mmand/more-testsLuca Boccassi2023-03-083-1/+144
|\ \ \ \ \
| * | | | | test: add a couple of tests for systemd-id128Frantisek Sumsal2023-03-081-0/+41
| * | | | | test: add a couple of tests for systemd-escapeFrantisek Sumsal2023-03-081-0/+102
| * | | | | random-seed: drop extraneous "we"Frantisek Sumsal2023-03-081-1/+1
* | | | | | Merge pull request #26678 from yuwata/foreach_arrayZbigniew Jędrzejewski-Szmek2023-03-083-13/+70
|\ \ \ \ \ \
| * | | | | | systemctl: port FOREACH_ARRAY() to systemctl-list-units.cYu Watanabe2023-03-071-13/+13
| * | | | | | macro: introduce FOREACH_ARRAY() macroYu Watanabe2023-03-072-0/+57
| | |_|_|/ / | |/| | | |
* | | | | | core: log message when reloading finishesLuca Boccassi2023-03-081-1/+4
* | | | | | Merge pull request #26713 from keszybz/man-getenvYu Watanabe2023-03-088-12/+24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | man: use more referencesZbigniew Jędrzejewski-Szmek2023-03-081-4/+5
| * | | | | man: add mention that libsystemd uses getenv()Zbigniew Jędrzejewski-Szmek2023-03-087-8/+19
* | | | | | timesync: stop re-sync on network configuration change when no link servers a...Chitoku2023-03-081-2/+2
* | | | | | localed: skip verification when libxkbcommon is not installedZbigniew Jędrzejewski-Szmek2023-03-081-6/+6
* | | | | | Merge pull request #26685 from yuwata/man-missing-servicesZbigniew Jędrzejewski-Szmek2023-03-083-13/+19
|\ \ \ \ \ \
| * | | | | | man: mention systemd-growfs-root.serviceYu Watanabe2023-03-052-2/+6