index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
initctl
/
initctl.c
Age
Commit message (
Expand
)
Author
2015-11-16
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-09
treewide: apply errno.cocci
Michal Schmidt
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-09-29
bus-util: rename bus_open_transport() to bus_connect_transport()
Lennart Poettering
2015-09-09
tree-wide: make use of log_error_errno() return value
Lennart Poettering
2015-09-09
tree-wide: don't do assignments within if checks
Lennart Poettering
2015-04-10
shared: add formats-util.h
Ronny Chevalier
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-18
everywhere: remove configurability of sysv runlevel to target mapping
Lennart Poettering
2015-02-12
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: more log_*_errno() conversions, multiline calls
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-08-21
notify: send STOPPING=1 from our daemons
Lennart Poettering
2014-08-11
initctl: don't eat up error code
Lennart Poettering
2014-06-04
core: make sure PrivateDevices= makes /dev/log available
Lennart Poettering
2014-05-15
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2013-12-03
trivial coding style clean ups
Thomas Hindoe Paaboel Andersen
2013-11-26
tree-wide usage of %m specifier instead of strerror(errno)
Daniel Buch
2013-10-30
bus: move ssh support into public API of libsystem-bus
Lennart Poettering
2013-10-18
initctl: port to sd-bus
Tom Gundersen
2013-10-14
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-09-10
journald: be a bit more verbose when vacuuming
Zbigniew Jędrzejewski-Szmek
2013-07-24
initctl: use irreversible jobs when switching runlevels
Zbigniew Jędrzejewski-Szmek
2013-03-21
initctl: fix return from unitialized memory in error path
Zbigniew Jędrzejewski-Szmek
2012-04-12
move all tools to subdirs
Kay Sievers