summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * userdbctl: don't show legend when dumping JSON with servicesFrantisek Sumsal2023-03-241-1/+1
* | core/main: restore the correct assert about array positionZbigniew Jędrzejewski-Szmek2023-03-261-1/+1
* | Merge pull request #26960 from poettering/syscall-catchupYu Watanabe2023-03-253-7/+44
|\ \
| * | analyze: don't claim "@known" was an unlisted syscallLennart Poettering2023-03-241-6/+27
| * | seccomp-util: enforce group orderingLennart Poettering2023-03-241-1/+4
| * | seccomp-util: add some newer syscalls to existing groupsLennart Poettering2023-03-241-0/+3
| * | seccomp-util: add new @sandbox syscall group with landlock/seccompLennart Poettering2023-03-242-0/+10
| |/
* | xdg-autostart-generator: do not warn about unknown fieldsZbigniew Jędrzejewski-Szmek2023-03-251-1/+2
* | Merge pull request #26977 from poettering/find-line-startswithYu Watanabe2023-03-257-35/+68
|\ \
| * | import: use truncate_nl() where appropriateLennart Poettering2023-03-241-3/+2
| * | tree-wide: port various places to find_line_startswith()Lennart Poettering2023-03-244-32/+12
| * | string-util: add new helper for finding line starting with specific string in...Lennart Poettering2023-03-243-0/+54
* | | bootctl: enable colored loggingYu Watanabe2023-03-251-2/+1
* | | core/main: fix setting of arguments for shutdownZbigniew Jędrzejewski-Szmek2023-03-241-15/+22
|/ /
* | Merge pull request #26920 from medhefgo/ukifyZbigniew Jędrzejewski-Szmek2023-03-241-50/+63
|\ \
| * | 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
| |/
* | chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-2463-376/+366
* | Merge pull request #26785 from keszybz/udev-distcheckZbigniew Jędrzejewski-Szmek2023-03-247-234/+309
|\ \ | |/ |/|
| * udev/ata_id: use unliagned helpersZbigniew Jędrzejewski-Szmek2023-03-161-5/+6
| * udev/v4l_id: use O_CLOEXEC|O_NOCTTYZbigniew Jędrzejewski-Szmek2023-03-161-1/+1
| * meson: add udev builtins to dist-checkZbigniew Jędrzejewski-Szmek2023-03-161-0/+1
| * udev: implement --version in all builtinsZbigniew Jędrzejewski-Szmek2023-03-166-19/+48
| * udev/cdrom_id: do not abort on unknown optionsZbigniew Jędrzejewski-Szmek2023-03-161-0/+2
| * udev/mtd_probe: convert to run()Zbigniew Jędrzejewski-Szmek2023-03-161-14/+10
| * udev/mtd_probe: implement --helpZbigniew Jędrzejewski-Szmek2023-03-161-4/+34
| * udev/fido_id: implement --helpZbigniew Jędrzejewski-Szmek2023-03-161-9/+38
| * udev/ata_id: stop using errno, fix logicZbigniew Jędrzejewski-Szmek2023-03-161-118/+95
| * udev/ata_id: drop unused output parameterZbigniew Jędrzejewski-Szmek2023-03-161-22/+10
| * udev/ata_id: convert to run()Zbigniew Jędrzejewski-Szmek2023-03-151-10/+9
| * udev/ata_id: split out parse_argv()Zbigniew Jędrzejewski-Szmek2023-03-151-37/+44
| * udev/v4l_id: convert to run() and add error messagesZbigniew Jędrzejewski-Szmek2023-03-131-13/+29
* | 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