summaryrefslogtreecommitdiff
path: root/src/modules-load
AgeCommit message (Expand)Author
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-10defs: rework CONF_DIRS_NULSTR() macroLennart Poettering
2015-11-09treewide: apply errno.cocciMichal Schmidt
2015-11-03util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-07ask-password: add support for caching passwords in the kernel keyringLennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-05-13modules-load: fix memory leakCristian Rodríguez
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: a few more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
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-26Introduce CONF_DIRS_NULSTR helper to define standard conf dirsJosh Triplett
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek
2014-03-14shared: add root argument to search_and_fopenMichael Marineau
2014-03-06util: move more intellegince into parse_proc_cmdline()Lennart Poettering
2014-02-20macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering
2014-02-18load-modules: properly return a failing error code if some module fails to loadLennart Poettering
2014-02-17Extract looping over /proc/cmdline into a shared functionZbigniew Jędrzejewski-Szmek
2014-01-05Remove unused variablesZbigniew Jędrzejewski-Szmek
2014-01-05strv: multiple cleanupsSimon Peeters
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering
2013-12-03trivial coding style clean upsThomas Hindoe Paaboel Andersen
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering
2013-11-06util: unify reading of /proc/cmdlineLennart Poettering
2013-10-02modules-load: fix error handlingLennart Poettering
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-13fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek
2013-03-26modules-load: there's really no point in mentioning that a certain modules is...Lennart Poettering
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer
2013-02-11binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering
2013-02-08shared: conf-files - add root parameterKay Sievers
2012-12-04modules-load: fix memory leak when bailing outZbigniew Jędrzejewski-Szmek
2012-09-21modules-load: initalize files to nullVáclav Pavlín
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden
2012-07-25modules-load: fix kernel cmdline parsingMichal Schmidt
2012-07-02modules load: rename kernel command line option to (rd.)modules-load=Kay Sievers
2012-06-28modules-load: use correct va_list logging functionMichal Schmidt
2012-06-28modules-load: fix return valueMichal Schmidt
2012-06-27modules-load: don't fail on builtin modules, better printsMichal Schmidt