summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: systemd-mount --list and systemd-umount requires the device is initiali...Yu Watanabe2022-12-161-1/+7
* man/systemd-oomd.service: Document command line optionsJade Lovelace2022-12-161-1/+18
* 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-157-11/+46
* | 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-155-6/+27
* | test: show and check almost all journal entries since the relevant command be...Yu Watanabe2022-12-161-9/+13
* | network: wifi: check SSID when AP interfaces go upAlvin Šipraga2022-12-163-1/+45
* | man: add two signature key example to systemd-measureLennart Poettering2022-12-151-0/+58
|/
* test: fix typoYu Watanabe2022-12-161-1/+1
* Merge pull request #25756 from yuwata/test-resolve-1Yu Watanabe2022-12-161-9/+4
|\
| * Revert "test: wait for the monitoring service to become active"Yu Watanabe2022-12-151-5/+0
| * test: suppress echo in monitor_check_rr()Yu Watanabe2022-12-151-4/+4
* | 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
* | | mkosi: work around a file conflict between systemd and systemd-bootFrantisek Sumsal2022-12-151-0/+7
* | | repart: Use "defer" in docs instead of "skip"Daan De Meyer2022-12-151-5/+5
* | | Manager: also log caller of daemon-reexecLuca Boccassi2022-12-151-4/+8
* | | Merge pull request #24058 from qdeslandes/journald_regex_filteringYu Watanabe2022-12-1530-1/+663
|\ \ \ | |_|/ |/| |
| * | journal: add integration tests for log filteringQuentin Deslandes2022-12-152-0/+85
| * | 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-1514-1/+339
| * | set: add set_make_nulstrQuentin Deslandes2022-12-153-0/+63
* | | packit: drop/replace deprecated directivesFrantisek Sumsal2022-12-151-9/+8
* | | repart: Fix integration testDaan De Meyer2022-12-151-2/+2
* | | Merge pull request #25224 from poettering/measure-appendYu Watanabe2022-12-157-15/+103
|\ \ \
| * | | update TODOLennart Poettering2022-12-151-13/+0
| * | | test: add integration test for systemd-measure --append=Lennart Poettering2022-12-151-0/+17
| * | | measure: add --append= switch for merging signaturesLennart Poettering2022-12-152-1/+37
| * | | json: add helper for adding variant to array suppressing duplicatesLennart Poettering2022-12-153-1/+49
| |/ /
* | | Merge pull request #25735 from yuwata/switch-root-follow-upsYu Watanabe2022-12-1511-74/+43
|\ \ \
| * | | mount-util: make mount_switch_root() take a mount propagation flagYu Watanabe2022-12-154-47/+12
| * | | mountpoint-util: introduce mount_propagation_flag_is_valid()Yu Watanabe2022-12-153-1/+6
| * | | mountpoint-util: rename mount_propagation_flags_to_string() and friends as si...Yu Watanabe2022-12-157-22/+22
| * | | mount-util: mount flag is unsigned longYu Watanabe2022-12-152-4/+3
| * | | mount-util: drop unnecessary inline attributesYu Watanabe2022-12-151-2/+2