summaryrefslogtreecommitdiff
path: root/src/machine/machinectl.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* merge two lines in our get_output_flags() functionsLennart Poettering2017-11-101-2/+1
* tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appropriate p...Lennart Poettering2017-11-101-2/+1
* loginctl: invoke sigbus_install()Lennart Poettering2017-11-101-1/+3
* treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187)Zbigniew Jędrzejewski-Szmek2017-10-301-27/+14
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-4/+2
* Add short-iso-precise for journalctl output (#5884)Ian Wienand2017-05-071-3/+4
* machinectl: don't return 1 in case we couldn't figure out container IP addres...Michal Sekletar2017-03-141-0/+1
* machinectl: tweak address output in "machinectl status"Lennart Poettering2017-02-171-9/+17
* machined: expose "UID shift" concept for containersLennart Poettering2017-02-171-0/+33
* tree-wide: make bus_map_all_properties return a proper sd_bus_errorLennart Poettering2017-02-091-3/+10
* shared/cgroup-show: extract funtion to query unit cgroup pathZbigniew Jędrzejewski-Szmek2017-02-011-21/+3
* Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek2017-01-141-2/+2
|\
| * machinectl: minor indentation fixLennart Poettering2016-12-211-2/+2
* | machinectl: make sure that inability to get OS version isn't consider fatal f...Lennart Poettering2016-12-291-10/+6
* | machinectl: handle EOPNOTSUPP from print_addresses (#4979)Graeme Lawes2016-12-251-1/+1
|/
* machinectl: make "machinectl -E … shell" workLennart Poettering2016-12-141-1/+1
* machined: add API for querying the OS release of a machine imageLennart Poettering2016-12-071-13/+20
* machinectl: don't output "No machines." with --no-legend option (#4593)Viktar Vaŭčkievič2016-11-061-12/+18
* machinectl: enable pager on help (#4313)0xAX2016-10-081-0/+1
* machinectl: prefer user@ to --uid=user for shell (#4006)Zbigniew Jędrzejewski-Szmek2016-09-261-17/+40
* machine: Disable more output when quiet flag is set (#4196)Wilhelm Schuster2016-09-221-10/+14
* machinectl: split OS field in two; print ip addresses (#4058)Seraphime Kirkovski2016-08-311-29/+123
* machinectl: print OS release in `machinectl list` (#3975)Seraphime2016-08-201-40/+89
* machinectl: hide legend in a case when no data (#3839)0xAX2016-08-011-6/+12
* tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriateLennart Poettering2016-07-221-1/+1
* treewide: remove unused variablesThomas Hindoe Paaboel Andersen2016-07-181-1/+0
* Merge pull request #3596 from poettering/machine-cleanMartin Pitt2016-06-301-6/+13
|\
| * machined: "machinectl clean" can take a while, do it asynchronously from a ba...Lennart Poettering2016-06-241-6/+13
* | Merge pull request #3572 from poettering/machinectl-shell-fixMartin Pitt2016-06-261-16/+62
|\ \
| * | machinectl: interpret options placed between "shell" verb and machine nameLennart Poettering2016-06-211-16/+62
* | | machinectl: verify image existance on "start" and "enable" (#3579)Lennart Poettering2016-06-261-0/+43
| |/ |/|
* | machinectl: do not escape the unit name (#3554)Elias Probst2016-06-221-5/+1
|/
* systemctl: make sure we terminate the bus connection first, and then close th...Lennart Poettering2016-06-161-1/+2
* machinectl: Added stop as alias for poweroff (#3406)Christian Rebischke2016-06-061-0/+1
* {machine,system}ctl: always pass &changes and &n_changes (#3350)Christian Hesse2016-05-261-4/+11
* machinectl: since clone/remove/copy verbs are possibly slow, turn off bus cal...Lennart Poettering2016-05-021-23/+46
* machinectl: simplify option string assignmentZbigniew Jędrzejewski-Szmek2016-04-271-7/+2
* machinectl: don't parse command line switches after "shell" verb (#3095)Lennart Poettering2016-04-221-1/+29
* Merge pull request #3094 from poettering/run-sliceZbigniew Jędrzejewski-Szmek2016-04-221-2/+2
|\
| * machinectl: fix misplaced newline in --help outputLennart Poettering2016-04-221-2/+2
* | shared: drop kernel_thread bool from cgroups show codeLennart Poettering2016-04-221-1/+1
* | loginctl,machinectl: also make use of new GetProcesses() bus callLennart Poettering2016-04-221-10/+20
|/
* machinectl: add -E as alias for --setenvZbigniew Jędrzejewski-Szmek2016-04-201-4/+3
* machinectl: add new "machinectl clean" commandLennart Poettering2016-04-121-0/+46
* machinectl: indentation fixZbigniew Jędrzejewski-Szmek2016-04-051-36/+32
* machinectl: add --value optionZbigniew Jędrzejewski-Szmek2016-04-051-2/+10
* Merge pull request #2671 from 0xAX/move-pager-open-to-one-placeZbigniew Jędrzejewski-Szmek2016-02-251-13/+5
|\
| * tree-wide: merge pager_open_if_enabled() to the pager_open()Alexander Kuleshov2016-02-261-13/+5
* | Merge pull request #2717 from keszybz/networkctl-prettificationLennart Poettering2016-02-231-1/+1
|\ \