summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mkosi: Default to debug log level for udev as wellDaan De Meyer2023-03-212-3/+2
* man/network-generator: replace dracut.kernel reference with dracut.cmdlineAntonio Alvarez Feijoo2023-03-211-1/+1
* gpt-auto-generator: fix typoAntonio Alvarez Feijoo2023-03-211-1/+1
* Merge pull request #26867 from dtardon/list-dependencies-circularZbigniew Jędrzejewski-Szmek2023-03-211-34/+35
|\
| * systemctl: move printing of state to the printing func.David Tardon2023-03-171-29/+28
| * systemctl: drop stray empty lineDavid Tardon2023-03-171-1/+0
| * systemctl: always print circular deps. at the endDavid Tardon2023-03-171-7/+10
| * systemctl: fix formatting of circular dep.David Tardon2023-03-171-1/+1
| * systemctl: fix indentation of circular depsDavid Tardon2023-03-171-1/+1
* | udev-rules: add another check for conflicting expressionsDmitry V. Levin2023-03-212-5/+40
* | compare-operator: added unit testsOMOJOLA JOSHUA DAMILOLA2023-03-202-0/+43
* | Merge pull request #26875 from yuwata/core-transactionYu Watanabe2023-03-211-10/+16
|\ \
| * | core/transaction: do not log "(null)"Yu Watanabe2023-03-181-3/+3
| * | core/transaction: make merge_unit_ids() return non-NULL on successYu Watanabe2023-03-181-0/+3
| * | core/transaction: make merge_unit_ids() always return NUL-terminated stringYu Watanabe2023-03-181-7/+10
* | | strv: introduce strv_print_full()Yu Watanabe2023-03-202-3/+6
* | | ci: drop clang-13, add clang-16Frantisek Sumsal2023-03-201-3/+3
* | | bootctl: fix wrong type comparisonYu Watanabe2023-03-201-1/+1
* | | Merge pull request #26886 from ldv-alt/udevadm-verifyYu Watanabe2023-03-204-13/+51
|\ \ \
| * | | udev-rules: fix check for conflicting and duplicate expressionsDmitry V. Levin2023-03-192-5/+31
| * | | Revert "udev: prepare memory for extra NUL termination for NULSTR"Dmitry V. Levin2023-03-191-3/+1
| * | | udev-rules: fix matching of token types that support alternative patternsDmitry V. Levin2023-03-192-5/+19
|/ / /
* | | loop-util: add more debugging logs in loop_configure()Yu Watanabe2023-03-191-19/+26
* | | hwdb: fix Wifi toggling for Haier 7G-Series/JWU (#25293) (#26878)taniishkaaa2023-03-191-0/+8
* | | Merge pull request #26884 from YHNdnzj/tmpfiles-unit-name-updateYu Watanabe2023-03-193-3/+3
|\ \ \
| * | | docs: update unit name for sd-tmpfiles-setupMike Yuan2023-03-192-2/+2
| * | | unit: sysext: update unit name for sd-tmpfiles-setupMike Yuan2023-03-191-1/+1
* | | | Merge pull request #26880 from yuwata/test-tmpfilesYu Watanabe2023-03-192-8/+4
|\ \ \ \
| * | | | test-systemd-tmpfiles.py: create global temporary directoryYu Watanabe2023-03-181-1/+2
| * | | | test-systemd-tmpfiles.py: use test_content() at one more placeYu Watanabe2023-03-181-6/+1
| * | | | tmpfiles: show file type in octal, instead of hexYu Watanabe2023-03-181-1/+1
| |/ / /
* | | | Merge pull request #26879 from mrc0mmand/cocciYu Watanabe2023-03-1916-16/+23
|\ \ \ \ | |/ / / |/| | |
| * | | tree-wide: simplify x ? x : y to x ?: y where applicableFrantisek Sumsal2023-03-1814-15/+15
| * | | coccinelle: add a transformation for GNU conditionalsFrantisek Sumsal2023-03-181-0/+7
| * | | coccinelle: respect spacing from the semantic patchFrantisek Sumsal2023-03-181-1/+1
* | | | man: explicitly list three command syntax at the beginningYu Watanabe2023-03-181-1/+12
* | | | Merge pull request #26759 from medhefgo/boot-stack-protectorYu Watanabe2023-03-188-27/+155
|\ \ \ \
| * | | | boot: Add undefined sanitizer supportJan Janssen2023-03-174-5/+62
| * | | | meson: Share more C flagsJan Janssen2023-03-175-10/+18
| * | | | boot: Add support for -ftrapvJan Janssen2023-03-172-1/+6
| * | | | boot: Add support for -fstack-protectorJan Janssen2023-03-175-6/+51
| * | | | boot: Detect nested assertionsJan Janssen2023-03-171-5/+18
* | | | | units: Order user@.service after systemd-oomd.serviceDaan De Meyer2023-03-181-1/+1
* | | | | Merge pull request #26862 from yuwata/uki-utilYu Watanabe2023-03-187-219/+337
|\ \ \ \ \
| * | | | | uki-util: move functions for inspecting kernel to uki-util.[ch]Yu Watanabe2023-03-174-300/+320
| * | | | | bootctl: introduce inspect_kernel()Yu Watanabe2023-03-171-39/+87
| * | | | | bootctl: introduce uki_read_pretty_name()Yu Watanabe2023-03-171-11/+36
| * | | | | bootctl: find matching section in read_pe_section()Yu Watanabe2023-03-171-11/+33
| * | | | | bootctl: return 0 instead of EXIT_SUCCESSYu Watanabe2023-03-173-4/+4
| * | | | | bootctl: move verb_kernel_identity()Yu Watanabe2023-03-171-24/+24