summaryrefslogtreecommitdiff
path: root/src/basic/proc-cmdline.h
Commit message (Expand)AuthorAgeFilesLines
* proc-cmdline: filter PID1 arguments when we are running in a containerYu Watanabe2023-03-291-0/+2
* proc-cmdline: introduce proc_cmdline_strv()Yu Watanabe2023-03-291-0/+1
* proc-cmdline: make proc_cmdline_parse_given() staticYu Watanabe2023-03-241-1/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* proc-cmdline: make checking of EFI options variable optionalLennart Poettering2020-05-201-3/+4
* proc-cmdline: add some explanatory commentsLennart Poettering2020-05-181-3/+3
* util-lib: move shall_restore_state() to shared/reboot-utilZbigniew Jędrzejewski-Szmek2019-09-161-2/+0
* util-lib: move runlevel_to_target() to shared/unit-fileZbigniew Jędrzejewski-Szmek2019-09-161-1/+0
* proc-cmdline: introduce new proc_cmdline_get_key_many() helperLennart Poettering2018-11-141-0/+3
* proc-cmdline: turn flags parameter into a proper typedef'ed enumLennart Poettering2018-11-141-5/+5
* proc-cmdline: use our usual syntax for denoting bit mask enumsLennart Poettering2018-10-261-3/+3
* proc-cmdline: introduce PROC_CMDLINE_RD_STRICTLukas Nykryn2018-10-251-0/+1
* basic/proc-cmdline: allow parsing of cmdline from a stringZbigniew Jędrzejewski-Szmek2018-10-081-0/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+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-4/+29
* tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek2016-10-221-1/+3
* tree-wide: allow state to be passed through to parse_proc_cmdline_itemZbigniew Jędrzejewski-Szmek2016-10-221-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* proc-cmdline: add runlevel to target mappingEvgeny Vereshchagin2015-11-031-0/+1
* util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-0/+28