summaryrefslogtreecommitdiff
path: root/src/modules-load
AgeCommit message (Collapse)AuthorFilesLines
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer1-0/+1
Also split out some fileio functions to fileio.c and provide a SELinux aware pendant in fileio-label.c see https://bugzilla.redhat.com/show_bug.cgi?id=881577
2013-02-11binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services ↵Lennart Poettering1-57/+124
that work on .d/ directories This unifies much of the logic behind them: - All four will now ofllow the rule that the earlier file and earlier assignment in the .d/ directories wins. Before, sysctl was the only outlier, where the later setting always won. - All four now support getopt() and --help on the command line. - All four can now handle specification of configuration file names on the command line to apply. The tools will automatically find them, and apply them. Previously only tmpfiles could do that. This is useful for %post scripts in RPMs and suchlike. - This fixes various error path issues in conf_files_list()
2013-02-08shared: conf-files - add root parameterKay Sievers1-1/+1
2012-12-04modules-load: fix memory leak when bailing outZbigniew Jędrzejewski-Szmek1-15/+8
Suggested-by: Mauro Dreissig <mukadr@gmail.com>
2012-09-21modules-load: initalize files to nullVáclav Pavlín1-1/+1
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden1-8/+4
also a number of minor fixups and bug fixes: spelling, oom errors that didn't print errors, not properly forwarding error codes, few more consistency issues, et cetera
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden1-2/+2
glibc/glib both use "out of memory" consistantly so maybe we should consider that instead of this. Eliminates one string out of a number of binaries. Also fixes extra newline in udev/scsi_id
2012-07-25modules-load: fix kernel cmdline parsingMichal Schmidt1-2/+2
2012-07-02modules load: rename kernel command line option to (rd.)modules-load=Kay Sievers1-2/+2
2012-06-28modules-load: use correct va_list logging functionMichal Schmidt1-1/+1
2012-06-28modules-load: fix return valueMichal Schmidt1-1/+1
2012-06-27modules-load: don't fail on builtin modules, better printsMichal Schmidt1-13/+31
Distinguish between non-existing modules, builtin modules, already loaded modules, and modules we load. Only the non-existing ones are treated as errors. https://bugzilla.redhat.com/show_bug.cgi?id=817760
2012-06-22modules-load: parse driver=/rd.driver= kernel command line optionLennart Poettering1-38/+134
This generalizes logic that already has been available in dracut before.
2012-05-07util: split-out conf-file.[ch]Kay Sievers1-0/+1
2012-04-13build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering1-0/+1
2012-04-12move all tools to subdirsKay Sievers1-0/+155