Age | Commit message (Expand) | Author |
2015-09-30 | architecture.h: define PROC_CPUINFO_MODEL | Aaro Koskinen |
2015-09-30 | fileio: make get_status_field() more generic | Aaro Koskinen |
2015-09-30 | tree-wide: use strempty() where possible | Daniel Mack |
2015-09-29 | Merge pull request #1408 from poettering/systemctl-and-more | Daniel Mack |
2015-09-29 | systemctl: when a shutdown is scheduled, always go via logind | Lennart Poettering |
2015-09-29 | systemctl: minor modernizations | Lennart Poettering |
2015-09-29 | systemctl: port verb dispatching to generic verbs.[ch] code | Lennart Poettering |
2015-09-29 | systemctl: prefer shutting down through logind even as root | Lennart Poettering |
2015-09-29 | systemctl: split out code invoking SetExitCode() into function of its own | Lennart Poettering |
2015-09-29 | pager: minor modernizations | Lennart Poettering |
2015-09-29 | systemctl: don't assert on the arguments array unnecessarily | Lennart Poettering |
2015-09-29 | systemctl: make use of strv_skip() where appropriate | Lennart Poettering |
2015-09-29 | systemctl: make use of log_error_errno() where we can | Lennart Poettering |
2015-09-29 | systemctl: rework how we connect to busses | Lennart Poettering |
2015-09-29 | core: add a "Requires=" dependency between units and the slices they are loca... | Lennart Poettering |
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 | 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 | 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 | Merge pull request #1407 from dvdhrm/prioq | 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 |