index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
exec-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move various files that don't need to be in basic/ to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-348
/
+0
*
Merge pull request #10742 from poettering/c-utf8
Zbigniew Jędrzejewski-Szmek
2018-11-15
1
-1
/
+1
|
\
|
*
fileio: drop "newline" parameter for env file parsers
Lennart Poettering
2018-11-14
1
-1
/
+1
*
|
Move LONG_LINE_MAX definition to fileio.h
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-1
/
+0
|
/
*
core: rework serialization
Lennart Poettering
2018-10-26
1
-11
/
+31
*
exec-util: errors are reported by non-zero, not negative by putenv()
Lennart Poettering
2018-10-18
1
-1
/
+1
*
exec-util: use fflush_and_check() where appropriate
Lennart Poettering
2018-10-17
1
-3
/
+4
*
exec-util: add missing logging call
Lennart Poettering
2018-09-25
1
-1
/
+1
*
exec-util: handle putenv() errors
Lennart Poettering
2018-09-25
1
-1
/
+2
*
exec-util: in execute_directories, support initial exec environment
Dimitri John Ledkov
2018-09-24
1
-4
/
+9
*
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
*
conf-files: beef up conf-files.[ch] a bit
Lennart Poettering
2018-05-24
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
coccinelle: make use of DIV_ROUND_UP() wherever appropriate
Lennart Poettering
2018-03-20
1
-1
/
+1
*
tree-wide: port various places over to use new rearrange_stdio()
Lennart Poettering
2018-03-02
1
-5
/
+2
*
basic/exec-util: use _exit() to return from child
Zbigniew Jędrzejewski-Szmek
2018-02-26
1
-1
/
+1
*
exec-util: cast to void when return value is ignored
Yu Watanabe
2018-01-10
1
-1
/
+1
*
process-spec: add another flag FORK_WAIT to safe_fork()
Lennart Poettering
2018-01-04
1
-9
/
+2
*
exec-util: drop redundant log message in do_spawn()
Lennart Poettering
2018-01-04
1
-1
/
+0
*
process-util: rework wait_for_terminate_and_warn() to take a flags parameter
Lennart Poettering
2018-01-04
1
-8
/
+5
*
process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN logging
Lennart Poettering
2018-01-04
1
-4
/
+4
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
1
-16
/
+9
*
exec-util: initialize `new` before using it (#7471)
Evgeny Vereshchagin
2017-11-26
1
-1
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
exec-util,conf-files: skip non-executable files in execute_directories()
Lennart Poettering
2017-09-13
1
-1
/
+1
*
Tighten checking for variable validity
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-0
/
+5
*
exec-util: implement a set of callbacks to pass variables around
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-0
/
+102
*
basic/exec-util: add support for synchronous (ordered) execution
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-31
/
+118
*
basic/exec-util: use conf_files_list_strv to list executables
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-50
/
+25
*
basic/exec-util: split out actual execution to a different function
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-25
/
+35
*
basic/util: move execute_directory() to separate file
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-0
/
+181