summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-29systemctl: remove client-side wall message supportLennart Poettering
2015-09-29systemctl: move strv_skip_first() out of systemctl.cLennart Poettering
2015-09-29systemctl: split out code that schedules shutdowsn into its own functionLennart Poettering
2015-09-29systemctl: rename all logind-specific functions to logind_xyz()Lennart Poettering
2015-09-29systemctl: move shutdown cancelling code into its own functionLennart Poettering
2015-09-29systemctl: don't special case ACTION_RUNLEVEL anymoreLennart Poettering
2015-09-29systemctl: introduce a single function to set the wall messageLennart Poettering
2015-09-29core: rework crash handlingLennart Poettering
2015-09-29socket: rename ffs_xyz to usbffs_xyzLennart Poettering
2015-09-29core: turn a large if statement into a switchLennart Poettering
2015-09-29selinux: add _cleanup_ concepts to SELinux label allocationLennart Poettering
2015-09-29core: simplify how we create socket fdsLennart Poettering
2015-09-29core: small error message wording improvementsLennart Poettering
2015-09-29core: properly use the ExitCode bus property when exiting is --user instanceLennart Poettering
2015-09-29core: allow setting WorkingDirectory= to the special value ~Lennart Poettering
2015-09-29man: also properly indent our examples to 8chLennart Poettering
2015-09-29detect-virt: various modernizationsLennart Poettering
2015-09-29journal-cat: various modernizationsLennart Poettering
2015-09-29journal-cat: return a correct error, not -1Lennart Poettering
2015-09-29machine-id-commit: merge machine-id-commit functionality into machine-id-setupLennart Poettering
2015-09-29units: increase watchdog timeout to 3min for all our servicesLennart Poettering
2015-09-29sd-daemon: Simplify sd_booted() checkLennart Poettering
2015-09-29systemctl: make "systemctl is-system-running" return "offline" if we are not ...Lennart Poettering
2015-09-29Merge pull request #1398 from evverx/man-systemd-journaldLennart Poettering
2015-09-29Merge pull request #1407 from dvdhrm/prioqLennart Poettering
2015-09-29tty-ask-password: minor modernizationsLennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-09-29util: unify implementation of NOP signal handlerLennart Poettering
2015-09-29core: remove set_default_unit()Lennart Poettering
2015-09-29core: modernize prepare_reexecute()Lennart Poettering
2015-09-29core: exit early if we hit OOMLennart Poettering
2015-09-29core: use %m rather than strerror() where we canLennart Poettering
2015-09-29main: minor clean-upsLennart Poettering
2015-09-29tree-wide: take benefit of the fact that fdset_free() returns NULLLennart Poettering
2015-09-29core: order #includes in main.cLennart Poettering
2015-09-29strv: add strv_free_free() to strv.c and make use of itLennart Poettering
2015-09-29tree-wide: port more code to use send_one_fd() and receive_one_fd()Lennart Poettering
2015-09-29core: sort includes of manager.[ch] according to CODING_STYLELennart Poettering
2015-09-29sd-event: don't provide priority stabilityDavid Herrmann
2015-09-29prioq: never shuffle identical entriesDavid Herrmann
2015-09-29Merge pull request #1403 from dvdhrm/prioq-commentMichal Schmidt
2015-09-29prioq: add introduction commentDavid Herrmann
2015-09-28bash-completion: remove one more sort and sub-shellZbigniew Jędrzejewski-Szmek
2015-09-28bash-completion: use builtins when generating listZbigniew Jędrzejewski-Szmek
2015-09-28bash-completion: use builtins when generating listZbigniew Jędrzejewski-Szmek
2015-09-28shell-completion: use systemctl --state=helpZbigniew Jędrzejewski-Szmek
2015-09-28Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek
2015-09-28systemctl: add --state=helpZbigniew Jędrzejewski-Szmek
2015-09-28Move UnitActiveState to basic/Zbigniew Jędrzejewski-Szmek
2015-09-28Merge pull request #1396 from phomes/va-startDavid Herrmann