summaryrefslogtreecommitdiff
path: root/src/modules-load
Commit message (Expand)AuthorAgeFilesLines
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* modules-load: inline interator variableZbigniew Jędrzejewski-Szmek2021-05-191-3/+1
* fileio: optionally, return discovered path of file in search_and_fopen()Lennart Poettering2021-05-071-3/+4
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-4/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: drop libkmod.h when module-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* modules-load: do not fail service if modules are not presentZbigniew Jędrzejewski-Szmek2019-10-281-2/+4
* modules-load: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-10/+11
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-1/+1
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* modules-load: return first error in the loopYu Watanabe2018-10-241-5/+5
* modules-load: fgets() excorcismLennart Poettering2018-10-181-10/+10
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-5/+17
* udev-builtin-kmod: use the generic module_load() functionZbigniew Jędrzejewski-Szmek2018-07-191-2/+2
* Move module-util.h to src/shared/ and load_module() to libsharedZbigniew Jędrzejewski-Szmek2018-07-161-61/+2
* 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
* modules-load: downgrade error on ENODEV/ENOENTZbigniew Jędrzejewski-Szmek2017-10-081-2/+9
* kmod_module_probe_insert_module returns 0 on success, != 0 on failureZbigniew Jędrzejewski-Szmek2017-10-081-2/+3
* util-lib: introdude _cleanup_ macros for kmod objectsZbigniew Jędrzejewski-Szmek2017-10-081-8/+5
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-1/+1
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* util-lib: various improvements to kernel command line parsingLennart Poettering2016-12-211-2/+6
* tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek2016-10-221-2/+2
* tree-wide: allow state to be passed through to parse_proc_cmdline_itemZbigniew Jędrzejewski-Szmek2016-10-221-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* defs: rework CONF_DIRS_NULSTR() macroLennart Poettering2015-11-101-1/+1
* treewide: apply errno.cocciMichal Schmidt2015-11-091-2/+1
* util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering2015-11-031-0/+1
* util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* ask-password: add support for caching passwords in the kernel keyringLennart Poettering2015-10-071-1/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-8/+5
* modules-load: fix memory leakCristian Rodríguez2015-05-131-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-4/+0
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* treewide: a few more log_*_errno + return simplificationsMichal Schmidt2014-11-281-2/+1
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-2/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-4/+4
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-4/+4