| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_ID | Zbigniew Jędrzejewski-Szmek | 2017-02-15 | 1 | -2/+2 |
* | tree-wide: make bus_map_all_properties return a proper sd_bus_error | Lennart Poettering | 2017-02-09 | 1 | -3/+10 |
* | shared/cgroup-show: extract funtion to query unit cgroup path | Zbigniew Jędrzejewski-Szmek | 2017-02-01 | 1 | -21/+3 |
* | Merge pull request #4879 from poettering/systemd | Zbigniew Jędrzejewski-Szmek | 2017-01-14 | 2 | -3/+3 |
|\ |
|
| * | machinectl: minor indentation fix | Lennart Poettering | 2016-12-21 | 1 | -2/+2 |
| * | dissect: make using a generic partition as root partition optional | Lennart Poettering | 2016-12-21 | 1 | -1/+1 |
| * | dissect: optionally, only look for GPT partition tables, nothing else | Lennart Poettering | 2016-12-20 | 1 | -1/+1 |
* | | machinectl: make sure that inability to get OS version isn't consider fatal f... | Lennart Poettering | 2016-12-29 | 1 | -10/+6 |
* | | machined: remove unused variable (#4993) | Thomas H. P. Andersen | 2016-12-29 | 1 | -1/+0 |
* | | machinectl: handle EOPNOTSUPP from print_addresses (#4979) | Graeme Lawes | 2016-12-25 | 1 | -1/+1 |
|/ |
|
* | machinectl: make "machinectl -E … shell" work | Lennart Poettering | 2016-12-14 | 1 | -1/+1 |
* | nspawn/dissect: automatically discover dm-verity verity partitions | Lennart Poettering | 2016-12-07 | 1 | -1/+1 |
* | dissect: add support for encrypted images | Lennart Poettering | 2016-12-07 | 1 | -1/+1 |
* | machined: add API for querying the OS release of a machine image | Lennart Poettering | 2016-12-07 | 7 | -40/+261 |
* | Rename formats-util.h to format-util.h | Zbigniew Jędrzejewski-Szmek | 2016-11-07 | 4 | -4/+4 |
* | machinectl: don't output "No machines." with --no-legend option (#4593) | Viktar Vaŭčkievič | 2016-11-06 | 1 | -12/+18 |
* | tree-wide: drop NULL sentinel from strjoin | Zbigniew Jędrzejewski-Szmek | 2016-10-23 | 1 | -1/+1 |
* | tree-wide: use mfree more | Zbigniew Jędrzejewski-Szmek | 2016-10-16 | 2 | -5/+2 |
* | Merge pull request #4067 from poettering/invocation-id | Zbigniew Jędrzejewski-Szmek | 2016-10-11 | 1 | -19/+1 |
|\ |
|
| * | bus-util: generalize helper for ID128 prpoerties | Lennart Poettering | 2016-10-07 | 1 | -19/+1 |
* | | machinectl: enable pager on help (#4313) | 0xAX | 2016-10-08 | 1 | -0/+1 |
|/ |
|
* | machinectl: prefer user@ to --uid=user for shell (#4006) | Zbigniew Jędrzejewski-Szmek | 2016-09-26 | 1 | -17/+40 |
* | machine: Disable more output when quiet flag is set (#4196) | Wilhelm Schuster | 2016-09-22 | 1 | -10/+14 |
* | tree-wide: use %m in calls to sd_bus_error_set_errnof | Zbigniew Jędrzejewski-Szmek | 2016-09-13 | 1 | -1/+3 |
* | machinectl: split OS field in two; print ip addresses (#4058) | Seraphime Kirkovski | 2016-08-31 | 1 | -29/+123 |
* | machinectl: print OS release in `machinectl list` (#3975) | Seraphime | 2016-08-20 | 1 | -40/+89 |
* | util-lib: rework /tmp and /var/tmp handling code | Lennart Poettering | 2016-08-04 | 1 | -1/+1 |
* | machinectl: hide legend in a case when no data (#3839) | 0xAX | 2016-08-01 | 1 | -6/+12 |
* | tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriate | Lennart Poettering | 2016-07-22 | 2 | -2/+2 |
* | treewide: remove unused variables | Thomas Hindoe Paaboel Andersen | 2016-07-18 | 1 | -1/+0 |
* | Various fixes for typos found by lintian (#3705) | Michael Biebl | 2016-07-12 | 1 | -1/+1 |
* | treewide: fix typos and remove accidental repetition of words | Torstein Husebø | 2016-07-11 | 2 | -3/+3 |
* | Merge pull request #3596 from poettering/machine-clean | Martin Pitt | 2016-06-30 | 7 | -57/+233 |
|\ |
|
| * | machined: make sure CleanPool() method is opened up in the dbus policy | Lennart Poettering | 2016-06-24 | 1 | -0/+4 |
| * | machined: "machinectl clean" can take a while, do it asynchronously from a ba... | Lennart Poettering | 2016-06-24 | 6 | -55/+229 |
| * | machined: don't bother explicitly closing the errno pipe | Lennart Poettering | 2016-06-24 | 1 | -2/+0 |
* | | Merge pull request #3572 from poettering/machinectl-shell-fix | Martin Pitt | 2016-06-26 | 1 | -16/+62 |
|\ \ |
|
| * | | machinectl: interpret options placed between "shell" verb and machine name | Lennart Poettering | 2016-06-21 | 1 | -16/+62 |
* | | | machinectl: verify image existance on "start" and "enable" (#3579) | Lennart Poettering | 2016-06-26 | 1 | -0/+43 |
| |/
|/| |
|
* | | machinectl: do not escape the unit name (#3554) | Elias Probst | 2016-06-22 | 1 | -5/+1 |
|/ |
|
* | systemctl: make sure we terminate the bus connection first, and then close th... | Lennart Poettering | 2016-06-16 | 1 | -1/+2 |
* | machinectl: Added stop as alias for poweroff (#3406) | Christian Rebischke | 2016-06-06 | 1 | -0/+1 |
* | util-lib: make localed's nonempty() generic, rename it to empty_to_null() and... | Lennart Poettering | 2016-05-30 | 1 | -2/+1 |
* | {machine,system}ctl: always pass &changes and &n_changes (#3350) | Christian Hesse | 2016-05-26 | 1 | -4/+11 |
* | machinectl: since clone/remove/copy verbs are possibly slow, turn off bus cal... | Lennart Poettering | 2016-05-02 | 1 | -23/+46 |
* | machined: rework copy-from/copy-to operation to use generic Operation object | Lennart Poettering | 2016-05-02 | 6 | -108/+33 |
* | machined: also make image removal operation asynchronous | Lennart Poettering | 2016-05-02 | 1 | -3/+32 |
* | util: rework sigkill_wait() to not require pid_t pointer | Lennart Poettering | 2016-05-02 | 2 | -2/+2 |
* | machined: run clone operation asynchronously in the background | Lennart Poettering | 2016-05-02 | 5 | -5/+210 |
* | machinectl: simplify option string assignment | Zbigniew Jędrzejewski-Szmek | 2016-04-27 | 1 | -7/+2 |