summaryrefslogtreecommitdiff
path: root/src/basic/exec-util.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-24conf-files: beef up conf-files.[ch] a bitLennart Poettering1-1/+1
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-20coccinelle: make use of DIV_ROUND_UP() wherever appropriateLennart Poettering1-1/+1
2018-03-02tree-wide: port various places over to use new rearrange_stdio()Lennart Poettering1-5/+2
2018-02-26basic/exec-util: use _exit() to return from childZbigniew Jędrzejewski-Szmek1-1/+1
2018-01-10exec-util: cast to void when return value is ignoredYu Watanabe1-1/+1
2018-01-04process-spec: add another flag FORK_WAIT to safe_fork()Lennart Poettering1-9/+2
2018-01-04exec-util: drop redundant log message in do_spawn()Lennart Poettering1-1/+0
2018-01-04process-util: rework wait_for_terminate_and_warn() to take a flags parameterLennart Poettering1-8/+5
2018-01-04process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering1-4/+4
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering1-16/+9
2017-11-26exec-util: initialize `new` before using it (#7471)Evgeny Vereshchagin1-1/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-09-13exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering1-1/+1
2017-02-20Tighten checking for variable validityZbigniew Jędrzejewski-Szmek1-0/+5
2017-02-20exec-util: implement a set of callbacks to pass variables aroundZbigniew Jędrzejewski-Szmek1-0/+102
2017-02-20basic/exec-util: add support for synchronous (ordered) executionZbigniew Jędrzejewski-Szmek1-31/+118
2017-02-11basic/exec-util: use conf_files_list_strv to list executablesZbigniew Jędrzejewski-Szmek1-50/+25
2017-02-11basic/exec-util: split out actual execution to a different functionZbigniew Jędrzejewski-Szmek1-25/+35
2017-02-11basic/util: move execute_directory() to separate fileZbigniew Jędrzejewski-Szmek1-0/+181