summaryrefslogtreecommitdiff
path: root/src/modules-load
AgeCommit message (Expand)AuthorFilesLines
2015-10-07ask-password: add support for caching passwords in the kernel keyringLennart Poettering1-1/+1
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-8/+5
2015-05-13modules-load: fix memory leakCristian Rodríguez1-1/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-4/+0
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-1/+1
2014-11-28treewide: a few more log_*_errno + return simplificationsMichal Schmidt1-2/+1
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt1-4/+2
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt1-2/+1
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-4/+4
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-4/+4
2014-11-27log: rearrange log function namingLennart Poettering1-1/+1
2014-11-27log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering1-1/+1
2014-11-26Introduce CONF_DIRS_NULSTR helper to define standard conf dirsJosh Triplett1-9/+1
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering1-2/+3
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-7/+4
2014-03-14shared: add root argument to search_and_fopenMichael Marineau1-1/+1
2014-03-06util: move more intellegince into parse_proc_cmdline()Lennart Poettering1-11/+4
2014-02-20macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering1-3/+3
2014-02-18load-modules: properly return a failing error code if some module fails to loadLennart Poettering1-3/+5
2014-02-17Extract looping over /proc/cmdline into a shared functionZbigniew Jędrzejewski-Szmek1-29/+9
2014-01-05Remove unused variablesZbigniew Jędrzejewski-Szmek1-1/+0
2014-01-05strv: multiple cleanupsSimon Peeters1-5/+1
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering1-2/+2
2013-12-03trivial coding style clean upsThomas Hindoe Paaboel Andersen1-2/+1
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering1-5/+15
2013-11-06util: unify reading of /proc/cmdlineLennart Poettering1-8/+4
2013-10-02modules-load: fix error handlingLennart Poettering1-2/+2
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer1-2/+2
2013-04-13fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek1-1/+1
2013-03-26modules-load: there's really no point in mentioning that a certain modules is...Lennart Poettering1-1/+1
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer1-0/+1
2013-02-11binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering1-57/+124
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
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
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden1-2/+2
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
2012-06-22modules-load: parse driver=/rd.driver= kernel command line optionLennart Poettering1-38/+134
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