summaryrefslogtreecommitdiff
path: root/src/activate
AgeCommit message (Expand)AuthorFilesLines
2019-07-16activate: move array allocation to heapLennart Poettering1-6/+10
2019-07-12tree-wide: get rid of strappend()Lennart Poettering1-2/+2
2019-05-08Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek1-0/+1
2019-04-12code style format: clang-format applied to src/a*/*Sebastian Jennen1-13/+15
2019-04-10tree-wide: port users over to use new ERRNO_IS_ACCEPT_AGAIN() callLennart Poettering1-1/+5
2019-04-10tree-wide: voidify some socket callsLennart Poettering1-2/+2
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek1-0/+1
2019-03-15Handle or voidify all calls to close_all_fds()Zbigniew Jędrzejewski-Szmek1-1/+3
2019-03-14util: split out errno related stuffLennart Poettering1-0/+1
2018-12-01tree-wide: use FORK_RLIMIT_NOFILE_SAFE wherever possibleLennart Poettering1-1/+1
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-22/+17
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-0/+1
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