summaryrefslogtreecommitdiffstats
path: root/src/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: add short comments for namespace_open() and namespace_enter()Yu Watanabe2024-01-191-3/+18
* machined,portabled: remove unneeded NOTIFY_STOPPINGMike Yuan2024-01-091-16/+9
* bus-polkit: port polkit_registry to use value destructors in hash_opsLennart Poettering2024-01-031-1/+1
* machinectl: add `restart` convenience alias (#30625)Chris Simons2023-12-271-0/+1
* Merge pull request #30628 from YHNdnzj/format-table-improvementYu Watanabe2023-12-251-4/+4
|\
| * format-table: introduce table_isempty and use it where appropriateMike Yuan2023-12-251-4/+4
* | tree-wide: drop space between variable and an increment/decrementYu Watanabe2023-12-241-1/+1
|/
* polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus featureLennart Poettering2023-12-213-48/+0
* machine: also clean up gid_map fscanf error handlingMike Yuan2023-12-161-7/+6
* basic/uid-range: add uid_map_read_one helperMike Yuan2023-12-151-28/+15
* test: always call test_setup_logging()Yu Watanabe2023-11-171-0/+3
* Rename {dual,triple}_timestamp_get to {dual,triple}_timestamp_nowZbigniew Jędrzejewski-Szmek2023-11-131-1/+1
* process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...Lennart Poettering2023-11-021-3/+3
* varlink,json: introduce new varlink_dispatch() helperLennart Poettering2023-11-021-6/+6
* fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLETLennart Poettering2023-10-263-7/+7
* Merge pull request #29553 from keszybz/analyze-cat-config-tldrLuca Boccassi2023-10-251-2/+2
|\
| * analyze/cat-config: add switch to print only "interesting" parts of config filesZbigniew Jędrzejewski-Szmek2023-10-241-2/+2
* | Merge pull request #29601 from yuwata/mmap-check-overflowLuca Boccassi2023-10-241-1/+1
|\ \
| * | tree-wide: check if return value of lseek() and friends is negativeYu Watanabe2023-10-191-1/+1
* | | io-util: split out "struct iovec" related calls into their own .c/.h filesLennart Poettering2023-10-201-1/+1
* | | mount tunnel: use PidRefLuca Boccassi2023-10-191-1/+1
|/ /
* / process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...Lennart Poettering2023-10-181-1/+1
|/
* tree-wide: make all our Varlink APIs introspectableLennart Poettering2023-10-061-0/+5
* machinectl: align UID shift status field properlyLennart Poettering2023-10-061-1/+1
* tree-wide: prefer sending pifds over pids when creating scope unitsLennart Poettering2023-10-051-2/+6
* machined: port over to PidRef tooLennart Poettering2023-09-095-39/+62
* tree-wide: use LIST_POP()David Tardon2023-08-171-2/+1
* copy: Add support for creating subvolumes to copy_tree_at()Daan De Meyer2023-08-141-2/+2
* meson: merge declarations of normal and test executablesYu Watanabe2023-08-031-11/+8
* meson: move declarations of machined and friendsYu Watanabe2023-08-011-4/+25
* bus-unit-util: add common code for reloading PID 1Lennart Poettering2023-07-101-2/+2
* treewide: fix "an" before consonant U soundsJoerg Behrmann2023-07-061-1/+1
* loginctl,machinectl: use same ansi formatting in --help texts as in systemctlLennart Poettering2023-07-031-11/+11
* machinectl: fix messageZbigniew Jędrzejewski-Szmek2023-06-191-1/+1
* label: Introduce LabelOps to do pre/post labelling operationsDaan De Meyer2023-05-311-1/+1
* machine,portable: fix a typo in an info messageFrantisek Sumsal2023-05-131-1/+1
* machine: fix a memory leak when showing multiple machinesFrantisek Sumsal2023-05-121-2/+1
* machine: fix a memory leak when showing multiple imagesFrantisek Sumsal2023-05-121-2/+1
* Merge pull request #25608 from poettering/dissect-moarLennart Poettering2023-04-121-4/+4
|\
| * tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-051-4/+4
* | tree-wide: drop unneeded output paramsDavid Tardon2023-04-121-5/+1
* | Merge pull request #27033 from dtardon/array-cleanupYu Watanabe2023-04-121-26/+21
|\ \
| * | machinectl: do not repeat the same comparisonDavid Tardon2023-04-111-6/+8
| * | machinectl: drop unneeded elseDavid Tardon2023-04-111-2/+2
| * | machinectl: use CLEANUP_ARRAYDavid Tardon2023-04-111-19/+12
| |/
* | Merge pull request #27174 from YHNdnzj/edit-util-fixletsYu Watanabe2023-04-081-3/+1
|\ \
| * | edit-util: introduce overwrite_with_origin switchMike Yuan2023-04-071-3/+1
| |/
* / tree-wide: reset optind to 0 when GNU extensions in optstring are usedYu Watanabe2023-03-291-0/+4
|/
* machinectl: add verb edit and cat to operate on .nspawn filesMike Yuan2023-03-151-4/+166
* Merge pull request #26641 from medhefgo/boot-elf2efiYu Watanabe2023-03-111-1/+2
|\