summaryrefslogtreecommitdiff
path: root/src/modules-load
AgeCommit message (Expand)AuthorFilesLines
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2016-12-21util-lib: various improvements to kernel command line parsingLennart Poettering1-2/+6
2016-10-22tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek1-2/+2
2016-10-22tree-wide: allow state to be passed through to parse_proc_cmdline_itemZbigniew Jędrzejewski-Szmek1-2/+2
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-10defs: rework CONF_DIRS_NULSTR() macroLennart Poettering1-1/+1
2015-11-09treewide: apply errno.cocciMichal Schmidt1-2/+1
2015-11-03util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering1-0/+1
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-1/+2
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