summaryrefslogtreecommitdiff
path: root/src/machine/machinectl.c
Commit message (Expand)AuthorAgeFilesLines
* Use const char* for timestamp strings which we don't plan to modifyZbigniew Jędrzejewski-Szmek2018-05-311-6/+8
* tree-wide: port various bits of the tree over to the new DUMP_STRING_TABLE() ...Lennart Poettering2018-05-221-0/+16
* string-util: rename strdash_if_empty() to empty_to_dash()Yu Watanabe2018-05-111-4/+4
* util: rename signal_from_string_try_harder() to signal_from_string()Yu Watanabe2018-05-031-1/+1
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-1/+1
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* machinectl: port machinectl to format-table.[ch]Lennart Poettering2018-04-181-298/+207
* machined: some modernizationsLennart Poettering2018-04-171-6/+8
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* bus-util: add flags for bus_map_all_properties() (#8546)Yu Watanabe2018-03-281-0/+3
* bus-util: introduce bus_message_print_all_properties()Yu Watanabe2018-03-201-2/+2
* bus-util: make bus_map_all_properties() not copy stringYu Watanabe2018-03-201-36/+18
* tree-wide: voidify pager_open()Yu Watanabe2018-03-191-6/+6
* machine: add some missing assertsShawn Landden2018-02-081-0/+6
* Comment the fact that some tools need to termintate their bus connect firstFranck Bui2018-01-121-0/+2
* Revert "tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appro...Franck Bui2018-01-121-1/+2
* tree-wide: install matches asynchronouslyLennart Poettering2018-01-051-19/+18
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-6/+6
* machine: remove unused variablesYu Watanabe2017-11-251-1/+0
* machinectl: show (some) of the new image metadata bits in "status-image" outputLennart Poettering2017-11-201-6/+105
* 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
|\ \