summaryrefslogtreecommitdiff
path: root/src/machine
Commit message (Expand)AuthorAgeFilesLines
* 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-141-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-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-044-4/+0
* Merge pull request #13866 from keszybz/nspawn-restartsLennart Poettering2019-10-306-4/+50
|\
| * machined: only Unref units that we AddRef'dZbigniew Jędrzejewski-Szmek2019-10-292-3/+8
| * machined: add UnregisterMachine methodZbigniew Jędrzejewski-Szmek2019-10-295-1/+42
* | basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-1/+1
* | Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek2019-10-081-2/+4
* | Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek2019-10-081-30/+31
|/
* tree-wide: get rid of strappend()Lennart Poettering2019-07-123-3/+4
* tree-wide: make use of errno_or_else() everywhereLennart Poettering2019-07-112-12/+14
* terminal-util: introduce openpt_allocate()Franck Bui2019-06-183-31/+9
* tree-wide: replace if_indextoname() with format_ifname()Yu Watanabe2019-05-291-2/+2
* Merge pull request #12411 from keszybz/pr/12394Lennart Poettering2019-05-081-0/+1
|\
| * Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* | machinectl/loginctl: show json output if requested even if zero entriesLennart Poettering2019-05-081-1/+1
|/
* Make fopen_temporary and fopen_temporary_label unlockedZbigniew Jędrzejewski-Szmek2019-04-121-2/+0
* basic: add new helper call empty_or_dash_to_null()Lennart Poettering2019-04-081-18/+10
* tree-wide: introduce empty_or_dash() helperLennart Poettering2019-04-081-11/+5
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-273-0/+4
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-0/+1
* bus-unit-util: split out code that shows a unit's process treeLennart Poettering2019-03-131-0/+1
* shared: split out code to wait for jobs to complet into its own source fileLennart Poettering2019-03-131-0/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1
* util: split out namespace related stuff into a new namespace-util.[ch] pairLennart Poettering2019-03-131-0/+1
* machinectl: do not format size if freed disk space is "-1"Yu Watanabe2019-03-111-6/+14
* machinectl: fix argument index in error logYu Watanabe2019-02-041-2/+2