summaryrefslogtreecommitdiff
path: root/src/activate
AgeCommit message (Expand)AuthorFilesLines
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-6/+17
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-27tree-wide: be more careful with the type of array sizesLennart Poettering1-9/+9
2018-04-24Fix three uses of bogus errno value in logs (and returned value in one case)Zbigniew Jędrzejewski-Szmek1-1/+1
2018-04-24tree-wide: avoid assignment of r just to use in a comparisonZbigniew Jędrzejewski-Szmek1-13/+6
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-02tree-wide: port various places over to use new rearrange_stdio()Lennart Poettering1-7/+2
2018-01-04process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering1-2/+2
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering1-23/+8
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-07-20tree-wide: make use of getpid_cached() wherever we canLennart Poettering1-2/+3
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2016-12-01tree-wide: set SA_RESTART for signal handlers we installLennart Poettering1-1/+1
2016-04-05activate: improve SIGCHLD handlerEvgeny Vereshchagin1-6/+18
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo1-4/+4
2016-02-18activate: fix -E option parsingZbigniew Jędrzejewski-Szmek1-1/+1
2016-02-13activate: allow multiple, possibly invalid, fd namesZbigniew Jędrzejewski-Szmek1-31/+53
2016-02-10activate: add a new switch --inetd to enable inetd-style socket activationLennart Poettering1-60/+83
2016-02-10activate: minor fixesLennart Poettering1-10/+11
2016-02-10activate: add new --seqpacket switch for testing SOCK_SEQPACKET socketsLennart Poettering1-11/+22
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-02-01activate: reorder --help textLennart Poettering1-3/+3
2016-02-01activate: fix memory allocation for execv() parametersLennart Poettering1-9/+29
2016-01-22Merge pull request #2080 from chaloulo/split-mode-host-remove-port-from-journ...Daniel Mack1-1/+1
2016-01-22systemd-activate: Add support for datagram socketsSusant Sahani1-2/+19
2015-12-01journal-remote: split-mode=host, remove port from journal filenameKlearchos Chaloulos1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-1/+2
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-0/+1
2015-10-06activate: validate fdname when accepting itLennart Poettering1-0/+5
2015-10-06core: add support for naming file descriptors passed using socket activationLennart Poettering1-16/+45
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-8/+5
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering1-0/+5
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-1/+0
2014-11-28treewide: another round of simplificationsMichal Schmidt1-12/+6
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-11/+11
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-2/+1
2014-11-28treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal 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-1/+1
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-1/+1
2014-09-11activate: fix fd leak in do_accept()Philippe De Swert1-1/+1
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-7/+5
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek1-1/+1
2014-03-17activate: export make_socket_fdZbigniew Jędrzejewski-Szmek1-20/+1
2013-12-30acticate: rename --environment to --setenvZbigniew Jędrzejewski-Szmek1-15/+15
2013-12-17activate: fix error checking on epoll_ctl()Lennart Poettering1-4/+6
2013-12-10activate: clean up inherited descriptorsZbigniew Jędrzejewski-Szmek1-4/+19