summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* journalctl: replace ppoll() loop with sd_event_loop()Yu Watanabe2023-05-281-51/+71
* journalctl: split out show()Yu Watanabe2023-05-281-137/+176
* journalctl: split out update_cursor()Yu Watanabe2023-05-281-20/+30
* journalctl: split out action_list_fields()Yu Watanabe2023-05-281-31/+35
* journalctl: fix --no-tail handlingYu Watanabe2023-05-281-1/+4
* journalctl: use correct variable to check if --since is specifiedYu Watanabe2023-05-281-1/+1
* journalctl: always initialize global variablesYu Watanabe2023-05-281-1/+1
* tree-wide: Downgrade a few more noisy log messages to traceDaan De Meyer2023-05-273-11/+11
* boot/measure: replace TPM PolicyPCR session with calculationDan Streetman2023-05-271-69/+16
* Merge pull request #27721 from yuwata/journalctl-cleanupYu Watanabe2023-05-273-165/+152
|\
| * journalctl: split get_boots() into threeYu Watanabe2023-05-261-155/+140
| * logs-show: introduce add_match_boot_id() helper functionYu Watanabe2023-05-263-14/+16
* | Add DHCPServer information to JSON output.Rene Hollander2023-05-271-0/+133
* | Merge pull request #27517 from ddstreet/tpm2_calculate_policyDaan De Meyer2023-05-263-250/+900
|\ \ | |/ |/|
| * tpm2: add tpm2_calculate_sealing_policy()Dan Streetman2023-05-261-48/+70
| * tpm2: use tpm2_policy_authorize()Dan Streetman2023-05-261-125/+29
| * tpm2: add tpm2_policy_authorize()Dan Streetman2023-05-263-0/+210
| * tpm2: add tpm2_policy_auth_value()Dan Streetman2023-05-263-12/+74
| * tpm2: add tpm2_policy_pcr()Dan Streetman2023-05-263-27/+143
| * tpm2: rename pcr_values_size vars to n_pcr_valuesDan Streetman2023-05-261-10/+10
| * tpm2: add tpm2_get_name()Dan Streetman2023-05-263-8/+154
| * tpm2: add tpm2_set_auth()Dan Streetman2023-05-261-27/+38
| * tpm2: replace hash_pin() with tpm2_digest_*() functionsDan Streetman2023-05-261-18/+8
| * tpm2: add tpm2_digest_*() functionsDan Streetman2023-05-263-5/+194
* | Merge pull request #27787 from keszybz/firstboot-synchronous-restartMike Yuan2023-05-263-5/+21
|\ \
| * | various: fix error message for bus_wait_for_jobs_new()Zbigniew Jędrzejewski-Szmek2023-05-262-3/+3
| * | firstboot: synchronously wait for systemd-vconsole-setup.service/restart jobZbigniew Jędrzejewski-Szmek2023-05-261-2/+18
* | | Merge pull request #27786 from YHNdnzj/format-timestamp-monotonicYu Watanabe2023-05-267-64/+100
|\ \ \
| * | | loginctl: use FORMAT_TIMESTAMP_RELATIVE_MONOTONICMike Yuan2023-05-261-34/+35
| * | | loginctl: realign bus_properties_mapMike Yuan2023-05-261-2/+2
| * | | systemctl: list-units: use TABLE_TIMESTAMP_RELATIVE_MONOTONICMike Yuan2023-05-261-7/+21
| * | | time-util,format-table: add relative_monotonic variant for timestampMike Yuan2023-05-265-21/+42
* | | | Merge pull request #27803 from mrc0mmand/even-more-nalloc-shenanigansYu Watanabe2023-05-265-21/+45
|\ \ \ \
| * | | | sd-network: avoid leaking DHCPLeaseFrantisek Sumsal2023-05-263-18/+42
| * | | | sd-journal: log about errors from ordered_hashmap_*()Frantisek Sumsal2023-05-261-2/+2
| * | | | journal-remote: bump the refcount right after creating the writer objectFrantisek Sumsal2023-05-261-1/+1
* | | | | gpt/DPS: alias amd64 to x86-64 and aarch64 to arm64Luca Boccassi2023-05-261-7/+21
* | | | | test-gpt: verify that alias entries are identical to the primary onesLennart Poettering2023-05-261-0/+17
* | | | | mount-util: Downgrade another noisy debug log to trace levelDaan De Meyer2023-05-261-1/+1
* | | | | nspawn: restore cross-architecture bootingLuca Boccassi2023-05-261-4/+4
| |_|_|/ |/| | |
* | | | Merge pull request #27746 from yuwata/unit-bidirectional-depZbigniew Jędrzejewski-Szmek2023-05-262-64/+137
|\ \ \ \ | |/ / / |/| | |
| * | | core/unit: update bidirectional dependency simultaneouslyYu Watanabe2023-05-261-61/+103
| * | | core/unit: search shared namespace in transitive relation of JoinsNamespaceOf=Yu Watanabe2023-05-262-1/+34
| * | | core/unit: make JoinsNamespaceOf= implies the inverse dependencyYu Watanabe2023-05-261-6/+5
| * | | core/unit: drop doubled empty lineYu Watanabe2023-05-261-1/+0
| | |/ | |/|
* | | Merge pull request #27554 from ElvishJerricco/tmpfiles-c-escapesZbigniew Jędrzejewski-Szmek2023-05-261-1/+1
|\ \ \
| * | | tmpfiles: Allow C escapesWill Fancher2023-05-261-1/+1
| | |/ | |/|
* | | fstab-generator: use correct swap name varFrantisek Sumsal2023-05-261-1/+1
* | | Merge pull request #27563 from yuwata/fstab-generatorLennart Poettering2023-05-261-168/+363
|\ \ \
| * | | fstab-generator: support defining mount units through kernel command lineYu Watanabe2023-05-241-5/+159