summaryrefslogtreecommitdiffstats
path: root/src/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: port remaining umount() calls to umount_verbose()Lennart Poettering2020-09-231-4/+4
* tree-wide: switch remaining mount() invocations over to mount_nofollow_verbose()Lennart Poettering2020-09-231-14/+20
* machine: fix error code propagation in two casesLennart Poettering2020-09-231-2/+2
* tree-wide: don't needlessly negate error number passed to bus_error_message()Lennart Poettering2020-09-141-16/+16
* tree-wide: copy hardlinks wherever we deal with possibly large OS-style treesLennart Poettering2020-09-091-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-085-18/+9
* tree-wide: drop pointless zero initialization (#16900)fangxiuning2020-08-291-1/+1
* Replace gendered pronouns with gender neutral ones. (#16844)PhoenixDiscord2020-08-271-1/+1
* tree-wide: use sd_bus_error_has_names() in more placesZbigniew Jędrzejewski-Szmek2020-08-241-8/+8
* nspawn/machine: move mount propagation dir to /run/host/incomingLennart Poettering2020-08-201-5/+3
* core,home,machined: generate description fields for all groups we synthesizeLennart Poettering2020-08-071-9/+28
* machine: Pass machine, user, program values to polkit on OpenMachineShellMarti Raudsepp2020-08-031-5/+12
* bus: use bus_log_connect_error to print error messagefangxiuning2020-07-211-1/+1
* machine: fix if checkLennart Poettering2020-07-161-1/+1
* machined: implement user/group lookup varlink API in machined tooLennart Poettering2020-07-145-5/+432
* machined: refactor UID/GID machine translationLennart Poettering2020-07-145-171/+260
* table use table_log_print_error() instead of table_log_show_errorfangxiuning2020-07-081-1/+1
* table add table_log_sort_error()fangxiuning2020-07-081-1/+1
* table add table_log_show_error()fangxiuning2020-07-081-1/+1
* shared: split out property get helpersLennart Poettering2020-06-303-1/+3
* shared: split out code for printing propertiesLennart Poettering2020-06-301-0/+1
* shared: split out code that maps properties to local structsLennart Poettering2020-06-301-0/+1
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-304-4/+4
* shared: split out BusObjectImplementor APIsLennart Poettering2020-06-301-1/+1
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* machine: switch to BusLocator-oriented helpersVito Caputo2020-05-074-322/+49
* tree-wide: Mark as _unused_ variables that are only used in assert()Benjamin Robin2020-05-061-2/+2
* machined: convert to the new scheme and add --bus-introspectZbigniew Jędrzejewski-Szmek2020-05-057-145/+149
* importd,logind: add --bus-introspect= optionZbigniew Jędrzejewski-Szmek2020-05-051-0/+1
* logind,importd,hostnamed,localed,timedated,machined,resolved: add option pars...Zbigniew Jędrzejewski-Szmek2020-05-031-5/+7
* tree-wide: implement new log control API dbus interface in all our daemonsLennart Poettering2020-04-211-0/+5
* machined: add dbus parameter namesZbigniew Jędrzejewski-Szmek2020-04-122-51/+393
* *: convert amenable fdopen calls to take_fdopenVito Caputo2020-03-312-6/+3
* systemctl: show logs for correct namespace of serviceLennart Poettering2020-01-311-0/+1
* shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering2020-01-224-1/+4
* Merge pull request #14555 from poettering/table-multineYu Watanabe2020-01-131-40/+35
|\
| * machinectl: modernize address table handlingLennart Poettering2020-01-131-40/+35
* | Merge pull request #14381 from keszybz/ifindex-cleanupLennart Poettering2020-01-132-31/+26
|\ \ | |/ |/|
| * machinectl: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek2020-01-121-23/+20
| * tree-wide: make parse_ifindex simply return the indexZbigniew Jędrzejewski-Szmek2020-01-111-8/+6
* | machinectl: do not truncate addresses when --full is specifiedYu Watanabe2020-01-101-1/+1
* | machinectl: optimize table creationYu Watanabe2020-01-101-20/+5
* | machinectl: do not ellipsize table when --full is specifiedYu Watanabe2020-01-101-0/+6
|/
* machine: fold machine_stop_scope() into machine_stop()Zbigniew Jędrzejewski-Szmek2019-11-221-21/+12
* machined: simplify reference handling for unitsZbigniew Jędrzejewski-Szmek2019-11-221-14/+17
* machine: simplify machine_start_scope()Zbigniew Jędrzejewski-Szmek2019-11-221-59/+38
* machine: make machine_start_scope() staticZbigniew Jędrzejewski-Szmek2019-11-223-96/+95
* tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-5/+7
* machinectl: spawn ask password agent on "start"Lennart Poettering2019-11-151-0/+2
* tree-wide: drop locale.h when locale-util.h is includedYu Watanabe2019-11-031-1/+0