Age | Commit message (Expand) | Author |
2015-09-29 | update-utmp: flush and close the bus used for connections after use | Lennart Poettering |
2015-09-29 | update-utmp: minor modernizations | Lennart Poettering |
2015-09-29 | bus-util: rename bus_open_transport() to bus_connect_transport() | Lennart Poettering |
2015-09-29 | pager: minor simplification | Lennart Poettering |
2015-09-29 | systemctl: rename parse_time_spec() to parse_shutdown_time_spec() | Lennart Poettering |
2015-09-29 | systemctl: conditionalize /dev/initctl fallback on HAVE_SYSV_COMPAT | Lennart Poettering |
2015-09-29 | systemctl: allocate arg_wall only on the heap | Lennart Poettering |
2015-09-29 | systemctl: add 'const' where appropriate | Lennart Poettering |
2015-09-29 | systemctl: remove client-side wall message support | Lennart Poettering |
2015-09-29 | systemctl: move strv_skip_first() out of systemctl.c | Lennart Poettering |
2015-09-29 | systemctl: split out code that schedules shutdowsn into its own function | Lennart Poettering |
2015-09-29 | systemctl: rename all logind-specific functions to logind_xyz() | Lennart Poettering |
2015-09-29 | systemctl: move shutdown cancelling code into its own function | Lennart Poettering |
2015-09-29 | systemctl: don't special case ACTION_RUNLEVEL anymore | Lennart Poettering |
2015-09-29 | systemctl: introduce a single function to set the wall message | Lennart Poettering |
2015-09-29 | core: rework crash handling | Lennart Poettering |
2015-09-29 | socket: rename ffs_xyz to usbffs_xyz | Lennart Poettering |
2015-09-29 | core: turn a large if statement into a switch | Lennart Poettering |
2015-09-29 | selinux: add _cleanup_ concepts to SELinux label allocation | Lennart Poettering |
2015-09-29 | core: simplify how we create socket fds | Lennart Poettering |
2015-09-29 | core: small error message wording improvements | Lennart Poettering |
2015-09-29 | core: properly use the ExitCode bus property when exiting is --user instance | Lennart Poettering |
2015-09-29 | core: allow setting WorkingDirectory= to the special value ~ | Lennart Poettering |
2015-09-29 | man: also properly indent our examples to 8ch | Lennart Poettering |
2015-09-29 | detect-virt: various modernizations | Lennart Poettering |
2015-09-29 | journal-cat: various modernizations | Lennart Poettering |
2015-09-29 | journal-cat: return a correct error, not -1 | Lennart Poettering |
2015-09-29 | machine-id-commit: merge machine-id-commit functionality into machine-id-setup | Lennart Poettering |
2015-09-29 | units: increase watchdog timeout to 3min for all our services | Lennart Poettering |
2015-09-29 | sd-daemon: Simplify sd_booted() check | Lennart Poettering |
2015-09-29 | systemctl: make "systemctl is-system-running" return "offline" if we are not ... | Lennart Poettering |
2015-09-29 | tty-ask-password: minor modernizations | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-09-29 | util: unify implementation of NOP signal handler | Lennart Poettering |
2015-09-29 | core: remove set_default_unit() | Lennart Poettering |
2015-09-29 | core: modernize prepare_reexecute() | Lennart Poettering |
2015-09-29 | core: exit early if we hit OOM | Lennart Poettering |
2015-09-29 | core: use %m rather than strerror() where we can | Lennart Poettering |
2015-09-29 | main: minor clean-ups | Lennart Poettering |
2015-09-29 | tree-wide: take benefit of the fact that fdset_free() returns NULL | Lennart Poettering |
2015-09-29 | core: order #includes in main.c | Lennart Poettering |
2015-09-29 | strv: add strv_free_free() to strv.c and make use of it | Lennart Poettering |
2015-09-29 | tree-wide: port more code to use send_one_fd() and receive_one_fd() | Lennart Poettering |
2015-09-29 | core: sort includes of manager.[ch] according to CODING_STYLE | Lennart Poettering |
2015-09-29 | Merge pull request #1403 from dvdhrm/prioq-comment | Michal Schmidt |
2015-09-29 | prioq: add introduction comment | David Herrmann |
2015-09-28 | Merge pull request #1396 from phomes/va-start | David Herrmann |
2015-09-27 | sd-bus: va_start should use the last named parameter | Thomas Hindoe Paaboel Andersen |
2015-09-27 | Merge pull request #1392 from dvdhrm/bus-format2 | Lennart Poettering |
2015-09-27 | Merge pull request #1373 from pfl/dhcp6_opportunistic_configuration | Martin Pitt |