summaryrefslogtreecommitdiff
path: root/src/machine
AgeCommit message (Expand)AuthorFilesLines
2018-07-23tree-wide: port various bits over to open_parent()Lennart Poettering1-5/+3
2018-07-13machinectl: fix verbosity of import-raw or friendsYu Watanabe1-1/+1
2018-06-20Revert "mention alias for poweroff in machinectl --help"Lennart Poettering1-1/+0
2018-06-20mention alias for poweroff in machinectl --helpChristian Rebischke1-0/+1
2018-06-19tree-wide: do not assign values if not usedYu Watanabe1-13/+12
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek2-5/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering2-2/+2
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering12-41/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering13-26/+0
2018-06-13machine: ignore containers which disable private user namespace in MapToMachi...Yu Watanabe1-0/+8
2018-06-04basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek1-4/+2
2018-05-31Use const char* for timestamp strings which we don't plan to modifyZbigniew Jędrzejewski-Szmek1-6/+8
2018-05-28test-tables*: sortZbigniew Jędrzejewski-Szmek1-1/+1
2018-05-24machined: move bus_reply_pair_array() into generic utilitiesLennart Poettering2-29/+0
2018-05-24machined: unify how we forward image method calls from manager to image objectLennart Poettering1-171/+17
2018-05-24machined: introduce a common function for redirecting machine method calls fr...Lennart Poettering1-174/+17
2018-05-24machine-image: rework error handlingLennart Poettering2-20/+22
2018-05-24machine-image: introduce two different classes of imagesLennart Poettering2-14/+14
2018-05-24os-util: add helpers for finding /etc/os-releaseLennart Poettering1-8/+6
2018-05-24fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering1-1/+1
2018-05-22tree-wide: port various bits of the tree over to the new DUMP_STRING_TABLE() ...Lennart Poettering1-0/+16
2018-05-15machine: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2-41/+3
2018-05-11string-util: rename strdash_if_empty() to empty_to_dash()Yu Watanabe1-4/+4
2018-05-03util: rename signal_from_string_try_harder() to signal_from_string()Yu Watanabe1-1/+1
2018-04-27machined: minor code cleanups, such as voidifying callsLennart Poettering2-5/+9
2018-04-27tree-wide: be more careful with the type of array sizesLennart Poettering1-1/+1
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-1/+0
2018-04-18machinectl: port machinectl to format-table.[ch]Lennart Poettering1-298/+207
2018-04-17machined: some modernizationsLennart Poettering3-48/+46
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek14-182/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe3-11/+6
2018-03-28bus-util: add flags for bus_map_all_properties() (#8546)Yu Watanabe1-0/+3
2018-03-26Merge pull request #8554 from poettering/chase-trail-slashZbigniew Jędrzejewski-Szmek1-1/+1
2018-03-23Merge pull request #8552 from keszybz/test-improvementsLennart Poettering1-1/+1
2018-03-23tree-wide: warn when a directory path already exists but has bad mode/owner/typeZbigniew Jędrzejewski-Szmek1-1/+1
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-2/+1
2018-03-22fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()Lennart Poettering1-1/+1
2018-03-22basic/mkdir: convert bool flag to enumZbigniew Jędrzejewski-Szmek1-1/+1
2018-03-20bus-util: introduce bus_message_print_all_properties()Yu Watanabe1-2/+2
2018-03-20bus-util: make bus_map_all_properties() not copy stringYu Watanabe1-36/+18
2018-03-19tree-wide: voidify pager_open()Yu Watanabe1-6/+6
2018-03-04fixed 3 occurences of 'Failed top open' (#8349)SjonHortensius2-3/+3
2018-02-18Merge pull request #8202 from keszybz/avoid-msgmergeMichael Biebl2-25/+18
2018-02-16meson: drop unnecessary "transformation" of policy filesZbigniew Jędrzejewski-Szmek2-6/+1
2018-02-16Gettextize policy filesGunnar Hjalmarsson2-22/+20
2018-02-15machined: change check_gc to may_gc everywhereZbigniew Jędrzejewski-Szmek3-9/+9
2018-02-08machine: add some missing assertsShawn Landden1-0/+6
2018-01-16machined: use getent to get default shell for machinectl shell (#7684)Shawn Landden1-12/+31
2018-01-12Comment the fact that some tools need to termintate their bus connect firstFranck Bui1-0/+2
2018-01-12Revert "tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appro...Franck Bui1-1/+2