summaryrefslogtreecommitdiff
path: root/src/core/kmod-setup.c
AgeCommit message (Expand)Author
2015-08-21core: downgrade "Module inserted" message for kmod to DEBUGLennart Poettering
2015-07-01Revert "kmod-setup: don't print warning on -ENOSYS"David Herrmann
2015-06-17turn kdbus support into a runtime optionKay Sievers
2015-06-11kmod-setup: don't print warning on -ENOSYSDaniel Mack
2015-06-11kmod-setup: when we fail to load a kmod, log the error causeLennart Poettering
2015-06-08kmod-setup: split warn flagsDaniel Mack
2015-06-05kmod-setup: don't warn when ipv6 can't be loadedDaniel Mack
2015-05-18kmod-setup: conditionalize kmod autoloading properlyLennart Poettering
2015-05-06bus: don't switch to kdbus if not requestedDavid Herrmann
2015-04-22kmod-setup: load ip_tables kmod at bootLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-11-27kmod-setup: simplify kernel command line parsingLennart Poettering
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-27log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-11-26core: reindent mount/kmod tablesLennart Poettering
2014-11-14kmod-setup: improve for "kdbus" word on the kernel cmdlineLennart Poettering
2014-11-14kmod: move #ifdef checks for kmod-setup out of main.c into kmod-setup.cLennart Poettering
2014-11-13sd-bus: sync with kdbus upstream (ABI break)Daniel Mack
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-06-17kmod: conditionalize kmod setup on CAP_SYS_MODULE, not whether we run in a co...Lennart Poettering
2014-02-20macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering
2013-12-19do not run kmod-setup in a containerKay Sievers
2013-12-18temporarily support "kdbus" keyword on the kernel commandline to load the moduleKay Sievers
2013-05-07kmod-setup: properly iterate through module tableLennart Poettering
2012-11-04kmod-setup: mounting efivarfs, *after* we tried to mount it, is pointlessKay Sievers
2012-11-04kmod-setup: add conditional module loading callbackKay Sievers
2012-10-30systemd: mount the EFI variable filesystemLee, Chun-Yi
2012-06-28modules-load: use correct va_list logging functionMichal Schmidt
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers