Age | Commit message (Expand) | Author |
2015-09-30 | Merge pull request #1417 from poettering/nspawn-and-more | Daniel Mack |
2015-09-30 | Merge pull request #1394 from steelman/fsck-force-reboot | Lennart Poettering |
2015-09-30 | analyze: add new set-log-target subcommand | Lennart Poettering |
2015-09-30 | log: properly return -EINVAL from log_set_max_level_from_string() | Lennart Poettering |
2015-09-30 | nspawn: mount /sys as tmpfs, and then mount only select subdirs of the real s... | Lennart Poettering |
2015-09-30 | nspawn: fix user namespace support | Lennart Poettering |
2015-09-30 | nspawn: order includes | Lennart Poettering |
2015-09-30 | nspawn: make sure mount_legacy_cgroup_hierarchy() can deal with NULL root dir... | Lennart Poettering |
2015-09-30 | systemctl: when reading legacy -t argument for shutdown, don't drop following... | Lennart Poettering |
2015-09-30 | systemctl: various modernizations | Lennart Poettering |
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 |