summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* argv-util: do proper permission check while when changing process nameMichal Sekletar2022-12-191-6/+4
* bootctl: split out "install" verb tooLennart Poettering2022-12-194-1188/+1182
* bootctl: split out "status" verb tooLennart Poettering2022-12-196-603/+645
* bootctl: split out "set-efivar" verbs, tooLennart Poettering2022-12-193-138/+154
* bootctl: also split out 'systemd-efi-options' verbLennart Poettering2022-12-193-32/+42
* bootctl: split out random seed verb, tooLennart Poettering2022-12-196-170/+229
* bootctl: let's start splitting up bootctl like we did for systemctl and othersLennart Poettering2022-12-193-33/+42
* journal-remote: fix memory leak on initialization errorLuca Boccassi2022-12-181-3/+3
* journal-remote: fix initialization of vacuum metricsLuca Boccassi2022-12-181-1/+1
* vacuum journal remote (#25076)berenddeschouwer2022-12-175-6/+53
* Merge pull request #25221 from enr0n/nic-rename-fallbackLuca Boccassi2022-12-174-27/+46
|\
| * sd-netlink: add a test for rtnl_set_link_name()Nick Rosbrook2022-12-151-0/+27
| * udev: attempt device rename even if interface is upNick Rosbrook2022-12-151-11/+5
| * sd-netlink: restore altname on error in rtnl_set_link_nameNick Rosbrook2022-12-151-3/+16
| * sd-netlink: do not swap old name and alternative nameNick Rosbrook2022-12-151-13/+0
| * udev/net: allow new link name as an altname before renaming happensNick Rosbrook2022-12-151-2/+0
* | Merge pull request #25387 from yuwata/core-fix-gc-logicLuca Boccassi2022-12-171-70/+53
|\ \
| * | core/unit: fix log messageYu Watanabe2022-12-161-27/+22
| * | core/unit: merge unit names after merging depsYu Watanabe2022-12-061-5/+5
| * | core/unit: merge two loops into oneYu Watanabe2022-12-061-32/+15
| * | core/unit: fix logic of dropping self-referencing dependenciesYu Watanabe2022-12-061-1/+2
| * | core/unit: drop dependency to the unit being mergedYu Watanabe2022-12-061-8/+13
| * | core/unit: drop doubled empty lineYu Watanabe2022-12-061-1/+0
* | | Merge pull request #25487 from poettering/systemctl-edit-newline-fixLennart Poettering2022-12-151-99/+156
|\ \ \
| * | | systemctl: don't unlink non-existing temporary filesLennart Poettering2022-12-151-2/+5
| * | | systemctl: if we edit a single file only, jump to the right lineLennart Poettering2022-12-151-55/+115
| * | | systemctl: stop using basename() at one more placeLennart Poettering2022-12-151-4/+7
| * | | systemctl: line break string where the newlines areLennart Poettering2022-12-151-2/+4
| * | | systemctl: minor modernizations/simplificationsLennart Poettering2022-12-151-6/+7
| * | | systemctl: simplify trim_edit_markers()Lennart Poettering2022-12-151-37/+25
* | | | Implement SYSTEMD_HOME_MKFS_OPTIONS_* envvars to configure mkfs options for h...Aidan Dang2022-12-156-11/+41
* | | | repart: Always derive fs/luks UUIDs from generated partition UUIDDaan De Meyer2022-12-151-12/+25
* | | | pcrphase: gracefully exit if TPM2 support is incompleteLennart Poettering2022-12-151-0/+13
* | | | network: wifi: check SSID when AP interfaces go upAlvin Šipraga2022-12-163-1/+45
|/ / /
* | | Merge pull request #25718 from yuwata/locale-cleanupsYu Watanabe2022-12-168-130/+241
|\ \ \
| * | | locale-setup: avoid TOCTOU in reading locale.confYu Watanabe2022-12-144-39/+40
| * | | locale-setup: make failure in stat() criticalYu Watanabe2022-12-141-2/+4
| * | | locale-setup: clear partially loaded context on failureYu Watanabe2022-12-141-6/+3
| * | | locale-setup: split locale_context_load() into small piecesYu Watanabe2022-12-141-72/+109
| * | | localed: avoid TOCTOU in loading configYu Watanabe2022-12-143-37/+45
| * | | env-file: introduce parse_env_file_fd()Yu Watanabe2022-12-142-0/+31
| * | | env-file: several cleanupsYu Watanabe2022-12-142-8/+43
* | | | Manager: also log caller of daemon-reexecLuca Boccassi2022-12-151-4/+8
| |_|/ |/| |
* | | Merge pull request #24058 from qdeslandes/journald_regex_filteringYu Watanabe2022-12-1524-1/+524
|\ \ \
| * | | journal: filter log based on LogFilterPatternsQuentin Deslandes2022-12-158-0/+146
| * | | Create hash_ops structure to free keys of type pcre2_codeQuentin Deslandes2022-12-152-0/+12
| * | | systemctl: add support for LogFilterPatterns for show commandQuentin Deslandes2022-12-151-0/+18
| * | | journal: log filtering options support in PID1Quentin Deslandes2022-12-1510-1/+285
| * | | set: add set_make_nulstrQuentin Deslandes2022-12-153-0/+63
* | | | Merge pull request #25224 from poettering/measure-appendYu Watanabe2022-12-154-2/+73
|\ \ \ \