Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-26 | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden | |
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-25 | use "Out of memory." consistantly (or with "\n") | Shawn Landden | |
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-25 | modules-load: fix kernel cmdline parsing | Michal Schmidt | |
2012-07-02 | modules load: rename kernel command line option to (rd.)modules-load= | Kay Sievers | |
2012-06-28 | modules-load: use correct va_list logging function | Michal Schmidt | |
2012-06-28 | modules-load: fix return value | Michal Schmidt | |
2012-06-27 | modules-load: don't fail on builtin modules, better prints | Michal Schmidt | |
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-22 | modules-load: parse driver=/rd.driver= kernel command line option | Lennart Poettering | |
This generalizes logic that already has been available in dracut before. | |||
2012-05-07 | util: split-out conf-file.[ch] | Kay Sievers | |
2012-04-13 | build-sys: add stub makefiles to all subdirs to ease development with emacs | Lennart Poettering | |
2012-04-12 | move all tools to subdirs | Kay Sievers | |