summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #26803 from yuwata/udevadm-verify-summaryYu Watanabe2023-03-172-37/+93
|\
| * test: add tests for summary output of udevadm verifyYu Watanabe2023-03-161-11/+50
| * test: reindent testsuite-17.11.shYu Watanabe2023-03-161-35/+36
| * udevadm-verify: add a short summaryYu Watanabe2023-03-161-2/+18
* | mkosi: Enable some debugging options by defaultDaan De Meyer2023-03-172-9/+12
* | man: fix misspelled executable name (#26858)Addison Snelling2023-03-171-2/+2
* | mkosi: Use default timeout of 10sDaan De Meyer2023-03-162-0/+3
* | test: wrap mkfs.*/mksquashfs/mkswap binaries when running w/ ASanFrantisek Sumsal2023-03-161-5/+7
* | doc: update ELF_PACKAGE_METADATA to use linker flag instead of manual scriptLuca Boccassi2023-03-161-49/+5
|/
* sd-journal: fix segfaultYu Watanabe2023-03-161-0/+2
* Merge pull request #26835 from poettering/userdb-modernizationsLuca Boccassi2023-03-163-76/+45
|\
| * userdbd: make static const what we can make soLennart Poettering2023-03-151-1/+1
| * userdbd: rework to use sd_event_add_child() instead of manual SIGCHLDLennart Poettering2023-03-151-50/+32
| * userdbd: make use of FORK_CLOSE_ALL_FDS + FORK_REOPEN_LOG where we canLennart Poettering2023-03-151-11/+6
| * userdbd: modernize signal handlingLennart Poettering2023-03-153-16/+8
* | updated usage of SD_BUS_METHOD_WITH_NAMES macros to SD_BUS_METHOD_WIT… (#26...OMOJOLA JOSHUA2023-03-151-27/+15
* | github: update default and example in templateYu Watanabe2023-03-152-5/+5
* | Merge pull request #26771 from YHNdnzj/machinectl-editYu Watanabe2023-03-164-4/+228
|\ \
| * | test: add testsuite-74.machinectlMike Yuan2023-03-152-0/+47
| * | machinectl: add verb edit and cat to operate on .nspawn filesMike Yuan2023-03-152-4/+181
* | | manager: fix scope for environment generatorsLudwig Nussel2023-03-161-1/+1
* | | test: fix testsuite-17.10.shDmitry V. Levin2023-03-161-0/+1
* | | Merge pull request #26831 from YHNdnzj/edit-util-followupYu Watanabe2023-03-161-3/+3
|\ \ \
| * | | edit-util: log unexpected errors if we fail to remove the parent dirMike Yuan2023-03-151-2/+2
| * | | edit-util: use path_equalMike Yuan2023-03-151-1/+1
| |/ /
* | | udev-rules: check for conflicting and duplicate expressionsDmitry V. Levin2023-03-162-4/+102
* | | Update github issue template to include systemd-dissectCornelius Hoffmann2023-03-153-0/+5
| |/ |/|
* | Merge pull request #26784 from DaanDeMeyer/chase-fixDaan De Meyer2023-03-1514-138/+209
|\ \
| * | chase-symlinks: Add more assertionsDaan De Meyer2023-03-151-18/+13
| * | chase-symlinks: Rework open() functions and some chase flagsDaan De Meyer2023-03-153-70/+105
| * | chase-symlinks: Remove unused ret_fd argumentsDaan De Meyer2023-03-1411-23/+16
| * | chase-symlinks: Fix memory leakDaan De Meyer2023-03-141-1/+3
| * | fs-util: Add xopenat()Daan De Meyer2023-03-143-27/+73
* | | fs-util: Drop unlink_noerrno()Daan De Meyer2023-03-156-36/+12
* | | Merge pull request #26820 from DaanDeMeyer/dir-fd-is-rootDaan De Meyer2023-03-155-5/+82
|\ \ \ | |_|/ |/| |
| * | fd-util: Add dir_fd_is_root()Daan De Meyer2023-03-153-0/+66
| * | mountpoint-util: Add path_get_mnt_id_at()Daan De Meyer2023-03-152-5/+16
| |/
* | Add rebrands of Medion Akoya notebooks/tabletsbri2023-03-151-0/+3
* | Merge pull request #26804 from fbuihuu/fixes-for-test-58-repartLuca Boccassi2023-03-152-3/+3
|\ \
| * | tests: don't use absolute paths when installing binaries in TEST-58-REPARTFranck Bui2023-03-141-2/+2
| * | tests: fix inverted condition in testsuite-58.shFranck Bui2023-03-141-1/+1
* | | Merge pull request #26825 from keszybz/log-message-fixLuca Boccassi2023-03-152-7/+4
|\ \ \
| * | | core: fix "(null)" in outputZbigniew Jędrzejewski-Szmek2023-03-151-1/+1
| * | | core: reduce scope of variableZbigniew Jędrzejewski-Szmek2023-03-151-6/+3
* | | | Merge pull request #26800 from t-8ch/memfd_createLennart Poettering2023-03-156-9/+44
|\ \ \ \