summaryrefslogtreecommitdiff
path: root/src/initctl
Commit message (Expand)AuthorAgeFilesLines
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+2
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-2/+2
* initctl: shorten and update code a bitLennart Poettering2019-01-171-6/+2
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-4/+3
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* initctl: do not ignore errors in functionYu Watanabe2018-08-071-7/+7
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-2/+2
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-3/+3
* treewide: apply errno.cocciMichal Schmidt2015-11-091-2/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-7/+8
* bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering2015-09-291-1/+1
* tree-wide: make use of log_error_errno() return valueLennart Poettering2015-09-091-2/+2
* tree-wide: don't do assignments within if checksLennart Poettering2015-09-091-5/+2
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-8/+0
* everywhere: remove configurability of sysv runlevel to target mappingLennart Poettering2015-02-181-9/+9
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-121-1/+1
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-7/+7
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-2/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-3/+3
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-3/+3
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-211-0/+1
* initctl: don't eat up error codeLennart Poettering2014-08-111-1/+1
* core: make sure PrivateDevices= makes /dev/log availableLennart Poettering2014-06-041-1/+2
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-2/+2
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-3/+2
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-031-1/+1
* tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch2013-11-261-7/+5
* bus: move ssh support into public API of libsystem-busLennart Poettering2013-10-301-1/+1
* initctl: port to sd-busTom Gundersen2013-10-181-47/+27
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-2/+2
* journald: be a bit more verbose when vacuumingZbigniew Jędrzejewski-Szmek2013-09-101-4/+6
* initctl: use irreversible jobs when switching runlevelsZbigniew Jędrzejewski-Szmek2013-07-241-1/+1
* initctl: fix return from unitialized memory in error pathZbigniew Jędrzejewski-Szmek2013-03-211-7/+15
* build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering2012-04-131-0/+1
* move all tools to subdirsKay Sievers2012-04-121-0/+451