summaryrefslogtreecommitdiff
path: root/src/machine
AgeCommit message (Expand)AuthorFilesLines
2016-12-07nspawn/dissect: automatically discover dm-verity verity partitionsLennart Poettering1-1/+1
2016-12-07dissect: add support for encrypted imagesLennart Poettering1-1/+1
2016-12-07machined: add API for querying the OS release of a machine imageLennart Poettering7-40/+261
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek4-4/+4
2016-11-06machinectl: don't output "No machines." with --no-legend option (#4593)Viktar Vaŭčkievič1-12/+18
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-1/+1
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2-5/+2
2016-10-11Merge pull request #4067 from poettering/invocation-idZbigniew Jędrzejewski-Szmek1-19/+1
2016-10-08machinectl: enable pager on help (#4313)0xAX1-0/+1
2016-10-07bus-util: generalize helper for ID128 prpoertiesLennart Poettering1-19/+1
2016-09-26machinectl: prefer user@ to --uid=user for shell (#4006)Zbigniew Jędrzejewski-Szmek1-17/+40
2016-09-22machine: Disable more output when quiet flag is set (#4196)Wilhelm Schuster1-10/+14
2016-09-13tree-wide: use %m in calls to sd_bus_error_set_errnofZbigniew Jędrzejewski-Szmek1-1/+3
2016-08-31machinectl: split OS field in two; print ip addresses (#4058)Seraphime Kirkovski1-29/+123
2016-08-20machinectl: print OS release in `machinectl list` (#3975)Seraphime1-40/+89
2016-08-04util-lib: rework /tmp and /var/tmp handling codeLennart Poettering1-1/+1
2016-08-01machinectl: hide legend in a case when no data (#3839)0xAX1-6/+12
2016-07-22tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriateLennart Poettering2-2/+2
2016-07-18treewide: remove unused variablesThomas Hindoe Paaboel Andersen1-1/+0
2016-07-12Various fixes for typos found by lintian (#3705)Michael Biebl1-1/+1
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø2-3/+3
2016-06-30Merge pull request #3596 from poettering/machine-cleanMartin Pitt7-57/+233
2016-06-26Merge pull request #3572 from poettering/machinectl-shell-fixMartin Pitt1-16/+62
2016-06-26machinectl: verify image existance on "start" and "enable" (#3579)Lennart Poettering1-0/+43
2016-06-24machined: make sure CleanPool() method is opened up in the dbus policyLennart Poettering1-0/+4
2016-06-24machined: "machinectl clean" can take a while, do it asynchronously from a ba...Lennart Poettering6-55/+229
2016-06-24machined: don't bother explicitly closing the errno pipeLennart Poettering1-2/+0
2016-06-22machinectl: do not escape the unit name (#3554)Elias Probst1-5/+1
2016-06-21machinectl: interpret options placed between "shell" verb and machine nameLennart Poettering1-16/+62
2016-06-16systemctl: make sure we terminate the bus connection first, and then close th...Lennart Poettering1-1/+2
2016-06-06machinectl: Added stop as alias for poweroff (#3406)Christian Rebischke1-0/+1
2016-05-30util-lib: make localed's nonempty() generic, rename it to empty_to_null() and...Lennart Poettering1-2/+1
2016-05-26{machine,system}ctl: always pass &changes and &n_changes (#3350)Christian Hesse1-4/+11
2016-05-02machinectl: since clone/remove/copy verbs are possibly slow, turn off bus cal...Lennart Poettering1-23/+46
2016-05-02machined: rework copy-from/copy-to operation to use generic Operation objectLennart Poettering6-108/+33
2016-05-02machined: also make image removal operation asynchronousLennart Poettering1-3/+32
2016-05-02util: rework sigkill_wait() to not require pid_t pointerLennart Poettering2-2/+2
2016-05-02machined: run clone operation asynchronously in the backgroundLennart Poettering5-5/+210
2016-04-27machinectl: simplify option string assignmentZbigniew Jędrzejewski-Szmek1-7/+2
2016-04-25Merge pull request #3109 from poettering/journal-by-fdZbigniew Jędrzejewski-Szmek3-0/+114
2016-04-25machined: generate a nicer error when the user tries "machinectl clone" on no...Lennart Poettering1-0/+2
2016-04-25machined: add new OpenRootDirectory() call to Machine objectsLennart Poettering3-0/+114
2016-04-22machinectl: don't parse command line switches after "shell" verb (#3095)Lennart Poettering1-1/+29
2016-04-22Merge pull request #3094 from poettering/run-sliceZbigniew Jędrzejewski-Szmek1-2/+2
2016-04-22machinectl: fix misplaced newline in --help outputLennart Poettering1-2/+2
2016-04-22shared: drop kernel_thread bool from cgroups show codeLennart Poettering1-1/+1
2016-04-22loginctl,machinectl: also make use of new GetProcesses() bus callLennart Poettering1-10/+20
2016-04-20machinectl: add -E as alias for --setenvZbigniew Jędrzejewski-Szmek1-4/+3
2016-04-13tree-wide: remove useless NULLs from strjoinaZbigniew Jędrzejewski-Szmek1-1/+1
2016-04-12machinectl: add new "machinectl clean" commandLennart Poettering2-0/+134