summaryrefslogtreecommitdiff
path: root/src/core/kmod-setup.c
Commit message (Collapse)AuthorAge
* kmod: conditionalize kmod setup on CAP_SYS_MODULE, not whether we run in a ↵Lennart Poettering2014-06-17
| | | | | | | container It's generally preferrable to conditionalize on the actual ability to do something then the context we run in.
* macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2014-02-20
|
* do not run kmod-setup in a containerKay Sievers2013-12-19
|
* temporarily support "kdbus" keyword on the kernel commandline to load the moduleKay Sievers2013-12-18
|
* kmod-setup: properly iterate through module tableLennart Poettering2013-05-07
| | | | | | Previously we skipped every second entry. This also cleans up much of the code and removes some dead code.
* kmod-setup: mounting efivarfs, *after* we tried to mount it, is pointlessKay Sievers2012-11-04
| | | | | | The mount() system call, which we issue before loading modules, will trigger a modprobe by the kernel and block until it returns. Trying to load it again later, will have exactly the same result as the first time.
* kmod-setup: add conditional module loading callbackKay Sievers2012-11-04
|
* systemd: mount the EFI variable filesystemLee, Chun-Yi2012-10-30
| | | | | | | | | | | | | | | | Add efivarfs to the mount_table in mount-setup.c, so the EFI variable filesystem will be mounted when systemd executed. The EFI variable filesystem will merge in v3.7 or v3.8 linux kernel. Cc: Kay Sievers <kay@vrfy.org> Cc: Lennart Poettering <lennart@poettering.net> Cc: Mantas Mikulėnas <grawity@gmail.com> Cc: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> Cc: Matt Fleming <matt.fleming@intel.com> Cc: Jeremy Kerr <jeremy.kerr@canonical.com> Cc: Matthew Garrett <mjg@redhat.com> Signed-off-by: Lee, Chun-Yi <jlee@suse.com>
* modules-load: use correct va_list logging functionMichal Schmidt2012-06-28
|
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
| | | | | | | | | | | | | | We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
* move libsystemd_core.la sources into core/Kay Sievers2012-04-11