summaryrefslogtreecommitdiff
path: root/src/core/kmod-setup.c
Commit message (Expand)AuthorAgeFilesLines
* kmod-setup: Add early loading for virtio_consoleDaan De Meyer2023-04-201-8/+33
* kmod-setup: Introduce match_modalias_recurse_dir_cb()Daan De Meyer2023-04-201-4/+5
* kmod-setup: bypass heavy virtio-rng check if we are not running in a VM anywayLennart Poettering2023-04-181-0/+4
* kmod-setup: use STARTSWITH_SET() where appropriateLennart Poettering2023-04-181-4/+2
* tree-wide: have_effective_cap() may return negative errnoYu Watanabe2022-12-231-1/+1
* kmod-setup: Make sure the tpm module is available earlyDaan De Meyer2022-11-171-7/+13
* kmod-setup: load dmi-sysfs if it's a moduleLudwig Nussel2022-08-081-0/+3
* pid1: load 'qemu_fw_cfg' kmod super early, so that we can import credentials ...Lennart Poettering2022-04-281-0/+8
* kmod-setup: port from nftw() to recurse_dir()Lennart Poettering2021-10-071-19/+37
* 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
* tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-191-1/+1
* core: use the generic module_load() functionZbigniew Jędrzejewski-Szmek2018-07-191-20/+1
* core/kmod-setup: restore commentsZbigniew Jędrzejewski-Szmek2018-07-061-3/+5
* 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
* Fix build without libkmodZbigniew Jędrzejewski-Szmek2017-11-241-5/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* util-lib: introdude _cleanup_ macros for kmod objectsZbigniew Jędrzejewski-Szmek2017-10-081-7/+3
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-4/+4
* kmod-setup: define has_virtio_rng() only in a case when HAVE_KMOD is enabled ...0xAX2017-09-081-1/+1
* Load virtio_rng early in the game (#6710)Harald Hoyer2017-08-311-0/+41
* Ensure kdbus isn't used (#3501)Dave Reisner2016-06-181-3/+0
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-3/+3
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-271-1/+1
* core: downgrade "Module inserted" message for kmod to DEBUGLennart Poettering2015-08-211-1/+1
* Revert "kmod-setup: don't print warning on -ENOSYS"David Herrmann2015-07-011-1/+1
* turn kdbus support into a runtime optionKay Sievers2015-06-171-2/+0
* kmod-setup: don't print warning on -ENOSYSDaniel Mack2015-06-111-3/+5
* kmod-setup: when we fail to load a kmod, log the error causeLennart Poettering2015-06-111-2/+3
* kmod-setup: split warn flagsDaniel Mack2015-06-081-9/+11
* kmod-setup: don't warn when ipv6 can't be loadedDaniel Mack2015-06-051-1/+1
* kmod-setup: conditionalize kmod autoloading properlyLennart Poettering2015-05-181-0/+4
* bus: don't switch to kdbus if not requestedDavid Herrmann2015-05-061-5/+2
* kmod-setup: load ip_tables kmod at bootLennart Poettering2015-04-221-4/+7
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-3/+0
* kmod-setup: simplify kernel command line parsingLennart Poettering2014-11-271-19/+1
* log: rearrange log function namingLennart Poettering2014-11-271-1/+1
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-271-1/+1
* core: reindent mount/kmod tablesLennart Poettering2014-11-261-3/+3
* kmod-setup: improve for "kdbus" word on the kernel cmdlineLennart Poettering2014-11-141-2/+15
* kmod: move #ifdef checks for kmod-setup out of main.c into kmod-setup.cLennart Poettering2014-11-141-0/+7
* sd-bus: sync with kdbus upstream (ABI break)Daniel Mack2014-11-131-1/+1
* util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering2014-11-071-1/+1
* kmod: conditionalize kmod setup on CAP_SYS_MODULE, not whether we run in a co...Lennart Poettering2014-06-171-1/+5
* macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2014-02-201-5/+2
* do not run kmod-setup in a containerKay Sievers2013-12-191-7/+7