summaryrefslogtreecommitdiffstats
path: root/src/basic/generate-af-list.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-24process-util: drop trailing NUls before parsing the nulstrYu Watanabe1-9/+3
2023-03-24test: add tests from strv_parse_nulstr_full()Yu Watanabe1-68/+47
2023-03-24nulstr-util: introduce strv_parse_nulstr_full() that optionally drop trailing...Yu Watanabe2-2/+9
2023-03-24test-proc-cmdline: test proc_cmdline_get_key() actually parses EFI optionsYu Watanabe1-5/+10
2023-03-24proc-cmdline: make proc_cmdline_parse_given() staticYu Watanabe3-7/+6
2023-03-24proc-cmdline: use proc_cmdline_key_string() when we search for keyYu Watanabe2-5/+9
2023-03-24proc-cmdline: rename variableYu Watanabe1-3/+3
2023-03-24proc-cmdline: insert an empty line between variable declaration and assertionYu Watanabe1-0/+1
2023-03-24core/main: make positional arguments followed by '=', then by valueYu Watanabe1-18/+15
2023-03-24core/main: fix maximum number of arguments for shutdown commandYu Watanabe1-1/+1
2023-03-24vconsole: introduce context_get_config() helper functionYu Watanabe1-14/+34
2023-03-24vconsole: introduce Context and its helper functionsYu Watanabe1-41/+149
2023-03-24chase-symlinks: Use xopenat() instead of open_mkdir_at()Daan De Meyer1-1/+1
2023-03-23fileio: add new helper fdopen_independent()Lennart Poettering6-26/+82
2023-03-23pid1: allowlist all tpm devices for a unit when encrypted creds are neededLennart Poettering1-1/+1
2023-03-23core: move encrypted credential check to execute.cLennart Poettering3-11/+19
2023-03-23test-coredump-util: also test parse_auxv() with unaligned dataZbigniew Jędrzejewski-Szmek1-10/+39
2023-03-23test-coredump-util: add tests for parse_aux()Zbigniew Jędrzejewski-Szmek14-57/+92
2023-03-23coredump: split out parse_auxv() to src/shared/Zbigniew Jędrzejewski-Szmek3-69/+107
2023-03-23loop-util: Add loop_device_make_by_path_at()Daan De Meyer2-7/+24
2023-03-23fs-util: Allow xopenat() to reopen existing file descriptorsDaan De Meyer2-1/+11
2023-03-23docs: Explicitly tell developers to enable mkosi required meson optionsDaan De Meyer1-1/+1
2023-03-23find-esp: don't silently error bootctl install if presumed XBOOTLDR part is s...наб1-1/+1
2023-03-23test-fileio: add test for return value of read_one_line_file()Zbigniew Jędrzejewski-Szmek1-0/+36
2023-03-22fs-util: Add xopenat_lock()Daan De Meyer5-24/+125
2023-03-22edit-util: alloc correct amount of memoryMike Yuan1-1/+1
2023-03-22coredump: use unaligned_read_ne{32,64}() to parse auxvYu Watanabe1-89/+60
2023-03-22ukify: allow uncompressed kernel images for UNAME detection on aarch64 and ri...Tobias Powalowski1-0/+4
2023-03-22core: Settle log target if we're going to be closing all fdsDaan De Meyer7-0/+24
2023-03-22labeler: add journal label also for sd-journal stuffDavid Tardon1-0/+1
2023-03-22test: add tests for NOTIFYACCESS override through sd_notifyMike Yuan7-0/+85
2023-03-22stat-util: Add verify_regular_at()Daan De Meyer2-0/+13
2023-03-22bootctl: 'graceful' should ignore EFI variable failuresKevin P. Fleming1-9/+22
2023-03-22ci: limit permissions for `differential-shellcheck`Jan Macku1-1/+0
2023-03-22ci: trigger differential-shellcheck workflow on pushJan Macku1-1/+4
2023-03-21core: support overriding NOTIFYACCESS= through sd-notify during runtimeMike Yuan6-12/+80
2023-03-21copy: Add more at() helpersDaan De Meyer2-12/+28
2023-03-21copy: Move chattr arguments to full function signaturesDaan De Meyer15-32/+35
2023-03-21fd-util: make sure fd_reopen() works with AT_FDCWD systematicallyLennart Poettering1-3/+9
2023-03-21execute: Add kernel cmdline arguments for tty term, rows and columnsDaan De Meyer2-5/+110
2023-03-21docs: Fix vscode debugging section in HACKING.mdDaan De Meyer1-12/+13
2023-03-21chase-symlinks: Add more chase_symlinks_at() helpersDaan De Meyer3-0/+223
2023-03-21chase-symlinks: Return zero from access() and stat() helpersDaan De Meyer1-16/+8
2023-03-21chase-symlinks: Add CHASE_EXTRACT_FILENAME flagDaan De Meyer3-9/+52
2023-03-21udev-rules: fix nvme symlink creation on namespace changesThomas Blume2-0/+10
2023-03-21tmpfile-util: Add open_tmpfile_linkable_at() and link_tmpfile_at()Daan De Meyer2-12/+20
2023-03-21fs-util: Add open_parent_at()Daan De Meyer2-4/+18
2023-03-21lock-util: Add make_lock_file_at()Daan De Meyer4-6/+60
2023-03-21unit: Add LOG_CONTEXT_PUSH_UNIT()Daan De Meyer2-0/+12
2023-03-21log: Add key/value support to the log contextDaan De Meyer5-20/+75