summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ukify: Add riscv32 and loongarch supportJan Janssen2023-03-241-0/+3
* ukify: Use pefile to add sections to EFI stubJan Janssen2023-03-241-50/+60
* Merge pull request #26958 from yuwata/nulstr-optionally-drop-trailing-nulstrDaan De Meyer2023-03-244-79/+59
|\
| * process-util: drop trailing NUls before parsing the nulstrYu Watanabe2023-03-241-9/+3
| * test: add tests from strv_parse_nulstr_full()Yu Watanabe2023-03-241-68/+47
| * nulstr-util: introduce strv_parse_nulstr_full() that optionally drop trailing...Yu Watanabe2023-03-242-2/+9
* | Merge pull request #26957 from yuwata/proc-cmdline-cleanupsDaan De Meyer2023-03-243-20/+29
|\ \
| * | test-proc-cmdline: test proc_cmdline_get_key() actually parses EFI optionsYu Watanabe2023-03-241-5/+10
| * | proc-cmdline: make proc_cmdline_parse_given() staticYu Watanabe2023-03-243-7/+6
| * | proc-cmdline: use proc_cmdline_key_string() when we search for keyYu Watanabe2023-03-242-5/+9
| * | proc-cmdline: rename variableYu Watanabe2023-03-241-3/+3
| * | proc-cmdline: insert an empty line between variable declaration and assertionYu Watanabe2023-03-241-0/+1
| |/
* | Merge pull request #26948 from yuwata/vconsole-fix-memleakDaan De Meyer2023-03-241-52/+180
|\ \
| * | vconsole: introduce context_get_config() helper functionYu Watanabe2023-03-241-14/+34
| * | vconsole: introduce Context and its helper functionsYu Watanabe2023-03-241-41/+149
| |/
* | core/main: make positional arguments followed by '=', then by valueYu Watanabe2023-03-241-18/+15
* | core/main: fix maximum number of arguments for shutdown commandYu Watanabe2023-03-241-1/+1
|/
* chase-symlinks: Use xopenat() instead of open_mkdir_at()Daan De Meyer2023-03-231-1/+1
* Merge pull request #26935 from keszybz/test-parse_auxLuca Boccassi2023-03-234-69/+199
|\
| * test-coredump-util: also test parse_auxv() with unaligned dataZbigniew Jędrzejewski-Szmek2023-03-231-10/+39
| * test-coredump-util: add tests for parse_aux()Zbigniew Jędrzejewski-Szmek2023-03-231-0/+63
| * coredump: split out parse_auxv() to src/shared/Zbigniew Jędrzejewski-Szmek2023-03-233-69/+107
* | Merge pull request #26949 from DaanDeMeyer/xopenat-reopenLuca Boccassi2023-03-234-8/+35
|\ \
| * | loop-util: Add loop_device_make_by_path_at()Daan De Meyer2023-03-232-7/+24
| * | fs-util: Allow xopenat() to reopen existing file descriptorsDaan De Meyer2023-03-232-1/+11
* | | fileio: add new helper fdopen_independent()Lennart Poettering2023-03-236-26/+82
* | | pid1: allowlist all tpm devices for a unit when encrypted creds are neededLennart Poettering2023-03-231-1/+1
* | | core: move encrypted credential check to execute.cLennart Poettering2023-03-233-11/+19
| |/ |/|
* | Merge pull request #26214 from YHNdnzj/sd-notify-change-notifyaccessMike Yuan2023-03-244-11/+70
|\ \
| * | core: support overriding NOTIFYACCESS= through sd-notify during runtimeMike Yuan2023-03-224-11/+70
* | | find-esp: don't silently error bootctl install if presumed XBOOTLDR part is s...наб2023-03-231-1/+1
* | | test-fileio: add test for return value of read_one_line_file()Zbigniew Jędrzejewski-Szmek2023-03-231-0/+36
| |/ |/|
* | Merge pull request #26936 from DaanDeMeyer/xopenat-lockDaan De Meyer2023-03-235-24/+125
|\ \
| * | fs-util: Add xopenat_lock()Daan De Meyer2023-03-225-24/+125
* | | Merge pull request #26916 from DaanDeMeyer/log-context-refDaan De Meyer2023-03-227-41/+128
|\ \ \
| * | | unit: Add LOG_CONTEXT_PUSH_UNIT()Daan De Meyer2023-03-212-0/+12
| * | | log: Add key/value support to the log contextDaan De Meyer2023-03-215-20/+75
| * | | log: Avoid pushing the same fields more than once on the log contextDaan De Meyer2023-03-215-26/+46
* | | | edit-util: alloc correct amount of memoryMike Yuan2023-03-221-1/+1
* | | | coredump: use unaligned_read_ne{32,64}() to parse auxvYu Watanabe2023-03-221-89/+60
* | | | ukify: allow uncompressed kernel images for UNAME detection on aarch64 and ri...Tobias Powalowski2023-03-221-0/+4
| |/ / |/| |
* | | core: Settle log target if we're going to be closing all fdsDaan De Meyer2023-03-227-0/+24
* | | stat-util: Add verify_regular_at()Daan De Meyer2023-03-222-0/+13
* | | Merge pull request #26829 from DaanDeMeyer/copy-atDaan De Meyer2023-03-2216-44/+63
|\ \ \
| * | | copy: Add more at() helpersDaan De Meyer2023-03-212-12/+28
| * | | copy: Move chattr arguments to full function signaturesDaan De Meyer2023-03-2115-32/+35
* | | | bootctl: 'graceful' should ignore EFI variable failuresKevin P. Fleming2023-03-221-9/+22
|/ / /
* | | Merge pull request #26828 from DaanDeMeyer/tmpfile-atDaan De Meyer2023-03-214-16/+38
|\ \ \
| * | | tmpfile-util: Add open_tmpfile_linkable_at() and link_tmpfile_at()Daan De Meyer2023-03-212-12/+20
| * | | fs-util: Add open_parent_at()Daan De Meyer2023-03-212-4/+18