summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* portable: include base and extension images in log fieldsLuca Boccassi2023-03-281-4/+26
* portable: use parse_env_file_fd to keep FD validLuca Boccassi2023-03-281-10/+5
* strv: add helper to find value in key/value pairs from list of keysLuca Boccassi2023-03-283-0/+26
* env: add load_env_file_pairs_fd()Luca Boccassi2023-03-284-20/+39
* cryptenroll: fix a memory leakFrantisek Sumsal2023-03-281-5/+6
* Merge pull request #27022 from yuwata/journal-remote-fix-relative-output-jour...Yu Watanabe2023-03-284-18/+22
|\
| * journal-remote: make specified output file absoluteYu Watanabe2023-03-281-2/+5
| * journal-remote: add missing log message for failure in journal_remote_get_wri...Yu Watanabe2023-03-281-1/+1
| * journal-remote: make writer_new() return negative errno on failureYu Watanabe2023-03-283-15/+16
* | systemctl: show service status string in other colorLennart Poettering2023-03-281-1/+1
* | systemctl: show fd store info in status outputLennart Poettering2023-03-281-0/+8
* | systemctl: dont's how memory limits that aren't available via D-Bus propsLennart Poettering2023-03-281-1/+5
* | Merge pull request #26993 from mrc0mmand/TEST-46-tweaksYu Watanabe2023-03-281-22/+16
|\ \
| * | userdb: rename the destructor to follow our coding styleFrantisek Sumsal2023-03-271-3/+3
| * | userdb: fix a memory leakFrantisek Sumsal2023-03-271-19/+13
* | | Merge pull request #26980 from ldv-alt/udevadm-verifyYu Watanabe2023-03-284-134/+200
|\ \ \
| * | | udev-rules: fix grammar in diagnostics about lines that have no effectDmitry V. Levin2023-03-271-3/+3
| * | | udev-rules: extend the check for conflicting expressionsDmitry V. Levin2023-03-271-5/+22
| * | | udev-rules: check token delimitersDmitry V. Levin2023-03-271-2/+50
| * | | udev-rules: move udev_check_rule_line() invocationDmitry V. Levin2023-03-274-8/+9
| * | | udev-rules: move udev_rules_parse_file() after udev_check_rule_line()Dmitry V. Levin2023-03-271-118/+118
* | | | env-util: introduce strv_env_assign_many()Yu Watanabe2023-03-283-0/+70
* | | | ukify: Weaken file alignment assertionsDaan De Meyer2023-03-271-1/+7
* | | | Merge pull request #27005 from poettering/fd-reopen-symlinkDaan De Meyer2023-03-272-9/+40
|\ \ \ \
| * | | | test-fd-util: use stat_inode_same() where appropriateLennart Poettering2023-03-271-8/+4
| * | | | fd-util: cover some corner cases with fd_reopen() on symlinksLennart Poettering2023-03-272-1/+36
| |/ / /
* | | | Merge pull request #26902 from YHNdnzj/restart-sec-stepDaan De Meyer2023-03-275-4/+70
|\ \ \ \ | |_|_|/ |/| | |
| * | | core/dbus-service: add RestartUSecCurrent propertyMike Yuan2023-03-271-0/+2
| * | | core: add RestartSteps= and RestartSecMax= for exponentially increasingMike Yuan2023-03-275-4/+68
| |/ /
* | | locale: Add missing libxkbcommon dependency to testsDaan De Meyer2023-03-271-0/+1
* | | Merge pull request #26932 from dtardon/journal-vacuumLennart Poettering2023-03-271-29/+35
|\ \ \ | |/ / |/| |
| * | journal-vacuum: use CLEANUP_ARRAYDavid Tardon2023-03-231-21/+20
| * | journal-vacuum: rename function to match struct nameDavid Tardon2023-03-231-6/+6
| * | journal-vacuum: count size of all journal filesDavid Tardon2023-03-231-2/+9
* | | test: verify the journal with and without a sealing keyFrantisek Sumsal2023-03-272-36/+96
* | | sd-id128: make id128_read() optionally take root directoryYu Watanabe2023-03-275-16/+13
* | | Merge pull request #26961 from DaanDeMeyer/chase-and-pinDaan De Meyer2023-03-273-8/+61
|\ \ \
| * | | chase-symlinks: Add chase_and_open_parent() + at() variantDaan De Meyer2023-03-263-5/+61
| * | | chase-symlinks: Allow optional path with CHASE_EXTRACT_FILENAMEDaan De Meyer2023-03-241-3/+0
* | | | journalctl: fix when --grep is used with --followMike Yuan2023-03-271-2/+4
* | | | Merge pull request #26294 from yuwata/locale-verify-confZbigniew Jędrzejewski-Szmek2023-03-276-166/+263
|\ \ \ \
| * | | | locale: also verify keymaps loaded from config file and converted keymapsYu Watanabe2023-03-251-14/+34
| * | | | locale: introduce x11_context_verify()Yu Watanabe2023-03-253-13/+37
| * | | | locale: split out xkbcommon related functions to xkbcommon-util.cYu Watanabe2023-03-254-107/+122
| * | | | locale: split out checking existence of keymapYu Watanabe2023-03-253-9/+47
| * | | | locale: move x11_convert_to_vconsole() near the relevant functionsYu Watanabe2023-03-251-24/+24
* | | | | bootctl: split-out entry token related definitions into boot-entry.[ch]Yu Watanabe2023-03-277-125/+267
* | | | | Define $KERNEL_INSTALL_UKI_GENERATORGertalitec2023-03-262-1/+7
| |_|_|/ |/| | |
* | | | Merge pull request #26973 from mrc0mmand/userdbctl-testsYu Watanabe2023-03-261-1/+2
|\ \ \ \
| * | | | userdbctl: flush stdout before running the chain commandFrantisek Sumsal2023-03-241-0/+1