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
*
modules-load: use static destructor and DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
2018-11-20
1
-10
/
+11
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-1
/
+1
*
log: introduce new helper call log_setup_service()
Lennart Poettering
2018-11-20
1
-3
/
+1
*
modules-load: return first error in the loop
Yu Watanabe
2018-10-23
1
-5
/
+5
*
modules-load: fgets() excorcism
Lennart Poettering
2018-10-18
1
-10
/
+10
*
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
1
-5
/
+17
*
udev-builtin-kmod: use the generic module_load() function
Zbigniew Jędrzejewski-Szmek
2018-07-19
1
-2
/
+2
*
Move module-util.h to src/shared/ and load_module() to libshared
Zbigniew Jędrzejewski-Szmek
2018-07-16
1
-61
/
+2
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
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
[next]