summaryrefslogtreecommitdiff
path: root/src/test/test-proc-cmdline.c
Commit message (Expand)AuthorAgeFilesLines
* proc-cmdline: filter PID1 arguments when we are running in a containerYu Watanabe2023-03-291-0/+44
* proc-cmdline: introduce proc_cmdline_strv()Yu Watanabe2023-03-291-0/+8
* 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-241-5/+5
* proc-cmdline: use proc_cmdline_key_string() when we search for keyYu Watanabe2023-03-241-4/+8
* basic: create new basic/initrd-util.[ch] for initrd-related functionsZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* test: allow to set NULL to intro or outroYu Watanabe2022-02-021-1/+1
* tests: rework test macros to not take code as parametersLennart Poettering2022-02-021-7/+8
* test: Use TEST macro in more casesJan Janssen2021-11-251-40/+27
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tests: various small fixes for strict systemsTopi Miettinen2020-04-261-0/+4
* tree-wide: fix spelling errorsFrantisek Sumsal2020-04-211-1/+1
* test-proc-cmdline: disable EFI-dependent tests when EFI is disabledMike Gilbert2019-11-251-0/+2
* Add support for SystemdOptions EFI var to augment /proc/cmdlineZbigniew Jędrzejewski-Szmek2019-09-161-1/+33
* test-proc-cmdline: use test_setup_logging()Zbigniew Jędrzejewski-Szmek2019-09-161-2/+2
* util-lib: move runlevel_to_target() to shared/unit-fileZbigniew Jędrzejewski-Szmek2019-09-161-19/+0
* tree-wide: drop duplicated blank linesYu Watanabe2019-07-151-1/+0
* tests: add tests for embedded newlines in /proc/cmdlineLennart Poettering2019-03-131-5/+13
* veritysetup-generator: treat '-' and '_' as equivalentZbigniew Jędrzejewski-Szmek2018-11-201-6/+6
* tests: add some tests for cmdline args containing spacesLennart Poettering2018-11-141-9/+28
* proc-cmdline: introduce new proc_cmdline_get_key_many() helperLennart Poettering2018-11-141-0/+19
* test: check for putenv() failures, the call might theortically failLennart Poettering2018-10-181-2/+2
* basic/proc-cmdline: allow parsing of cmdline from a stringZbigniew Jędrzejewski-Szmek2018-10-081-14/+80
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* util-lib: various improvements to kernel command line parsingLennart Poettering2016-12-211-3/+93
* tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek2016-10-221-1/+1
* tree-wide: allow state to be passed through to parse_proc_cmdline_itemZbigniew Jędrzejewski-Szmek2016-10-221-2/+5
* core: parse `rd.rescue` and `rd.emergency` as initrd-specific shorthands (#3488)Ivan Shapovalov2016-06-131-0/+11
* tests: move proc-cmdline related tests to test-proc-cmdline.cRonny Chevalier2016-03-031-0/+52