summaryrefslogtreecommitdiff
path: root/src/machine/operation.c
Commit message (Expand)AuthorAgeFilesLines
* machine,portable: fix a typo in an info messageFrantisek Sumsal2023-05-131-1/+1
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
* variuos: add missing includesZbigniew Jędrzejewski-Szmek2021-09-221-0/+1
* tree-wide: sd_bus_error_setf → set_bus_error_setZbigniew Jędrzejewski-Szmek2021-04-071-2/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Fix includes (#5980)Matija Skala2017-05-191-0/+2
* machined: properly propagate long-running operation errorsLennart Poettering2017-02-171-1/+3
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-2/+1
* treewide: fix typos and remove accidental repetition of wordsTorstein Husebø2016-07-111-2/+2
* machined: "machinectl clean" can take a while, do it asynchronously from a ba...Lennart Poettering2016-06-241-10/+31
* machined: rework copy-from/copy-to operation to use generic Operation objectLennart Poettering2016-05-021-5/+18
* util: rework sigkill_wait() to not require pid_t pointerLennart Poettering2016-05-021-1/+1
* machined: run clone operation asynchronously in the backgroundLennart Poettering2016-05-021-0/+118