summaryrefslogtreecommitdiff
path: root/src/modules-load
Commit message (Expand)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: a few more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* log: rearrange log function namingLennart Poettering2014-11-27
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-27
* Introduce CONF_DIRS_NULSTR helper to define standard conf dirsJosh Triplett2014-11-26
* util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering2014-11-07
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-03
* shared: add root argument to search_and_fopenMichael Marineau2014-03-14
* util: move more intellegince into parse_proc_cmdline()Lennart Poettering2014-03-06
* macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2014-02-20
* load-modules: properly return a failing error code if some module fails to loadLennart Poettering2014-02-18
* Extract looping over /proc/cmdline into a shared functionZbigniew Jędrzejewski-Szmek2014-02-17
* Remove unused variablesZbigniew Jędrzejewski-Szmek2014-01-05
* strv: multiple cleanupsSimon Peeters2014-01-05
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-24
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-03
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-06
* util: unify reading of /proc/cmdlineLennart Poettering2013-11-06
* modules-load: fix error handlingLennart Poettering2013-10-02
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek2013-04-13
* modules-load: there's really no point in mentioning that a certain modules is...Lennart Poettering2013-03-26
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-14
* binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering2013-02-11
* shared: conf-files - add root parameterKay Sievers2013-02-08
* modules-load: fix memory leak when bailing outZbigniew Jędrzejewski-Szmek2012-12-04
* modules-load: initalize files to nullVáclav Pavlín2012-09-21
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-26
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-25
* modules-load: fix kernel cmdline parsingMichal Schmidt2012-07-25
* modules load: rename kernel command line option to (rd.)modules-load=Kay Sievers2012-07-02
* modules-load: use correct va_list logging functionMichal Schmidt2012-06-28
* modules-load: fix return valueMichal Schmidt2012-06-28
* modules-load: don't fail on builtin modules, better printsMichal Schmidt2012-06-27
* modules-load: parse driver=/rd.driver= kernel command line optionLennart Poettering2012-06-22
* util: split-out conf-file.[ch]Kay Sievers2012-05-07
* build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering2012-04-13
* move all tools to subdirsKay Sievers2012-04-12