summaryrefslogtreecommitdiff
path: root/src/initctl/initctl.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek1-0/+2
2019-03-13util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering1-2/+2
2019-01-17initctl: shorten and update code a bitLennart Poettering1-6/+2
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-4/+3
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-08-07initctl: do not ignore errors in functionYu Watanabe1-7/+7
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-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-01-11log: minimize includes in log.hLennart Poettering1-0/+1
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/+2
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek1-1/+1
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-1/+1
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen1-3/+3
2015-11-09treewide: apply errno.cocciMichal Schmidt1-2/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-7/+8
2015-09-29bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering1-1/+1
2015-09-09tree-wide: make use of log_error_errno() return valueLennart Poettering1-2/+2
2015-09-09tree-wide: don't do assignments within if checksLennart Poettering1-5/+2
2015-04-10shared: add formats-util.hRonny Chevalier1-0/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-8/+0
2015-02-18everywhere: remove configurability of sysv runlevel to target mappingLennart Poettering1-9/+9
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen1-1/+1
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-7/+7
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-3/+3
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-3/+3
2014-08-21notify: send STOPPING=1 from our daemonsLennart Poettering1-0/+1
2014-08-11initctl: don't eat up error codeLennart Poettering1-1/+1
2014-06-04core: make sure PrivateDevices= makes /dev/log availableLennart Poettering1-1/+2
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek1-2/+2
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-3/+2
2013-12-03trivial coding style clean upsThomas Hindoe Paaboel Andersen1-1/+1
2013-11-26tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch1-7/+5
2013-10-30bus: move ssh support into public API of libsystem-busLennart Poettering1-1/+1
2013-10-18initctl: port to sd-busTom Gundersen1-47/+27
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering1-2/+2
2013-09-10journald: be a bit more verbose when vacuumingZbigniew Jędrzejewski-Szmek1-4/+6
2013-07-24initctl: use irreversible jobs when switching runlevelsZbigniew Jędrzejewski-Szmek1-1/+1
2013-03-21initctl: fix return from unitialized memory in error pathZbigniew Jędrzejewski-Szmek1-7/+15
2012-04-12move all tools to subdirsKay Sievers1-0/+451