index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
modules-load
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
modules-load: downgrade error on ENODEV/ENOENT
Zbigniew Jędrzejewski-Szmek
2017-10-08
1
-2
/
+9
*
kmod_module_probe_insert_module returns 0 on success, != 0 on failure
Zbigniew Jędrzejewski-Szmek
2017-10-08
1
-2
/
+3
*
util-lib: introdude _cleanup_ macros for kmod objects
Zbigniew Jędrzejewski-Szmek
2017-10-08
1
-8
/
+5
*
exec-util,conf-files: skip non-executable files in execute_directories()
Lennart Poettering
2017-09-13
1
-1
/
+1
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
util-lib: various improvements to kernel command line parsing
Lennart Poettering
2016-12-21
1
-2
/
+6
*
tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically
Zbigniew Jędrzejewski-Szmek
2016-10-22
1
-2
/
+2
*
tree-wide: allow state to be passed through to parse_proc_cmdline_item
Zbigniew Jędrzejewski-Szmek
2016-10-22
1
-2
/
+2
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
defs: rework CONF_DIRS_NULSTR() macro
Lennart Poettering
2015-11-10
1
-1
/
+1
*
treewide: apply errno.cocci
Michal Schmidt
2015-11-09
1
-2
/
+1
*
util-lib: move CONF_DIRS_NULSTR definition to def.h
Lennart Poettering
2015-11-03
1
-0
/
+1
*
util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-1
/
+2
*
ask-password: add support for caching passwords in the kernel keyring
Lennart Poettering
2015-10-07
1
-1
/
+1
*
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
1
-8
/
+5
*
modules-load: fix memory leak
Cristian Rodríguez
2015-05-13
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-4
/
+0
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: a few more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-2
/
+1
*
treewide: yet more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
*
treewide: more log_*_errno() conversions, multiline calls
Michal Schmidt
2014-11-28
1
-2
/
+1
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-4
/
+4
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-4
/
+4
*
log: rearrange log function naming
Lennart Poettering
2014-11-27
1
-1
/
+1
*
log: add an "error" parameter to all low-level logging calls and intrdouce lo...
Lennart Poettering
2014-11-27
1
-1
/
+1
*
Introduce CONF_DIRS_NULSTR helper to define standard conf dirs
Josh Triplett
2014-11-27
1
-9
/
+1
*
util: simplify proc_cmdline() to reuse get_process_cmdline()
Lennart Poettering
2014-11-07
1
-2
/
+3
*
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-08-04
1
-7
/
+4
*
shared: add root argument to search_and_fopen
Michael Marineau
2014-03-14
1
-1
/
+1
*
util: move more intellegince into parse_proc_cmdline()
Lennart Poettering
2014-03-06
1
-11
/
+4
*
macro: introduce a nice macro for disabling -Wformat-nonliteral temporarily
Lennart Poettering
2014-02-20
1
-3
/
+3
*
load-modules: properly return a failing error code if some module fails to load
Lennart Poettering
2014-02-18
1
-3
/
+5
*
Extract looping over /proc/cmdline into a shared function
Zbigniew Jędrzejewski-Szmek
2014-02-17
1
-29
/
+9
*
Remove unused variables
Zbigniew Jędrzejewski-Szmek
2014-01-05
1
-1
/
+0
*
strv: multiple cleanups
Simon Peeters
2014-01-05
1
-5
/
+1
*
log: log_error() and friends add a newline after each line anyway, so avoid i...
Lennart Poettering
2013-12-24
1
-2
/
+2
*
trivial coding style clean ups
Thomas Hindoe Paaboel Andersen
2013-12-03
1
-2
/
+1
*
clients: unify how we invoke getopt_long()
Lennart Poettering
2013-11-06
1
-5
/
+15
*
util: unify reading of /proc/cmdline
Lennart Poettering
2013-11-06
1
-8
/
+4
*
modules-load: fix error handling
Lennart Poettering
2013-10-02
1
-2
/
+2
*
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-18
1
-2
/
+2
*
fileio: in envfiles, do not skip lines following empty lines
Zbigniew Jędrzejewski-Szmek
2013-04-14
1
-1
/
+1
*
modules-load: there's really no point in mentioning that a certain modules is...
Lennart Poettering
2013-03-26
1
-1
/
+1
*
honor SELinux labels, when creating and writing config files
Harald Hoyer
2013-02-14
1
-0
/
+1
*
binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...
Lennart Poettering
2013-02-11
1
-57
/
+124
[next]