summaryrefslogtreecommitdiff
path: root/src/shared/machine-image.c
Commit message (Expand)AuthorAgeFilesLines
* shared: rename machine-image.[ch] → discover-image.[ch]Lennart Poettering2021-02-031-1308/+0
* machine-image: properly support searching for images below some --root= pathLennart Poettering2021-01-191-36/+57
* sysext: new tool for managing "system extensions" for /usr/ + /opt/Lennart Poettering2021-01-191-12/+18
* machine-image: pick up crtime of directory images, tooLennart Poettering2021-01-091-4/+7
* machine-image: use structured initializationLennart Poettering2021-01-091-8/+12
* Move hostname setup logic to new shared/hostname-setup.[ch]Zbigniew Jędrzejewski-Szmek2020-12-161-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* dissect: wrap verity settings in new VeritySettings structureLennart Poettering2020-09-171-1/+1
* service: add new RootImageOptions featureLuca Boccassi2020-07-291-1/+1
* dissect: support single-filesystem verity images with external verity hashLuca Boccassi2020-06-091-1/+1
* dissect: introduce new recognizable partition types for /var and /var/tmpLennart Poettering2019-12-231-1/+1
* loop-util: accept loopback flags when creating loopback deviceLennart Poettering2019-12-021-2/+3
* tree-wide: drop dirent.h when dirent-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-3/+3
* shared: allow LOCK_SH locks on the host root in OS imagesLennart Poettering2019-07-291-11/+35
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-3/+3
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-4/+1
* machine-image: openat() doesn't operate on the cwd if the first argument is s...Lennart Poettering2019-05-241-7/+10
* shared/machine-image: avoid passing NULL to log_debug_errnoMike Gilbert2019-05-231-3/+8
* tree-wide: code improvements suggested by CoccinelleFrantisek Sumsal2019-04-301-1/+1
* util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering2019-03-281-2/+2
* Voidify more mkdir_p callsZbigniew Jędrzejewski-Szmek2019-03-271-6/+3
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-1/+1
* copy: don't synthesize a 'user.crtime_usec' xattr on copy unless explicitly r...Lennart Poettering2019-03-011-1/+1
* lockfile: drop unnecessary headers from lockfile-util.hYu Watanabe2018-12-061-0/+1
* Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering2018-12-031-0/+2
|\
| * machine-image: introduce image_hash_ops and use itYu Watanabe2018-12-021-0/+2
* | util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-1/+1
|/
* fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-141-1/+1
* chattr: optionally, return the old flags when updating themLennart Poettering2018-10-081-4/+4
* tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicableYu Watanabe2018-08-271-18/+3
* Correct a number of trivial typos.Chris Lamb2018-06-181-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
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-1/+1
* tree-wide: drop unused variablesYu Watanabe2018-05-251-1/+0
* machine-image: extend search pathLennart Poettering2018-05-241-3/+36
* machine-image: add 'discoverable' flag for imagesLennart Poettering2018-05-241-3/+22
* machine-image: add proper refcountingLennart Poettering2018-05-241-0/+17
* machine-image: add APIs for converting arbitrary image paths into Image objectsLennart Poettering2018-05-241-0/+14
* machine-image: fix a debug log messageLennart Poettering2018-05-241-1/+1
* machine-image: rework error handlingLennart Poettering2018-05-241-44/+94
* machine-image: use pretty names if we already have them and validated themLennart Poettering2018-05-241-2/+2
* machine-image: validate pretty names when auto-generating themLennart Poettering2018-05-241-7/+55
* machine-image: fix duplicate detection when discovering imagesLennart Poettering2018-05-241-3/+18
* machine-image: introduce two different classes of imagesLennart Poettering2018-05-241-13/+22
* os-util: add helpers for finding /etc/os-releaseLennart Poettering2018-05-241-12/+5
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-5/+5
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0