summaryrefslogtreecommitdiffstats
path: root/src/portable/portable.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-8/+5
* service: add new RootImageOptions featureLuca Boccassi2020-07-291-1/+1
* portabled: update host's os-release pathLuca Boccassi2020-07-231-2/+13
* Merge pull request #15891 from bluca/host_os_releaseZbigniew Jędrzejewski-Szmek2020-07-081-0/+1
|\
| * portabled: implement container host os-release interfaceLuca Boccassi2020-06-231-0/+1
* | portabled: create temp file for unit, not directoryLuca Boccassi2020-06-251-1/+1
* | portable: rework set handling in portable_detach()Zbigniew Jędrzejewski-Szmek2020-06-241-9/+3
* | tree-wide: use set_ensure_put()Zbigniew Jędrzejewski-Szmek2020-06-221-5/+1
|/
* dissect: support single-filesystem verity images with external verity hashLuca Boccassi2020-06-091-1/+1
* Merge pull request #15623 from poettering/cmsg-cleanupZbigniew Jędrzejewski-Szmek2020-05-081-9/+2
|\
| * tree-wide: make sure our control buffers are properly alignedLennart Poettering2020-05-071-8/+2
| * tree-wide: remove redundant assignmentsLennart Poettering2020-05-071-1/+0
* | basic/set: let set_put_strdup() create the set with string hash opsZbigniew Jędrzejewski-Szmek2020-05-061-13/+5
|/
* tree-wide: use recvmsg_safe() at various placesLennart Poettering2020-04-231-2/+2
* *: convert amenable fdopen calls to take_fdopenVito Caputo2020-03-311-2/+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-1/+3
* portabled: allow to detach an image with a unit in linked-runtime stateLuca Boccassi2019-10-041-1/+1
* Create src/shared/unit-file.[ch] for unit-file related opsZbigniew Jędrzejewski-Szmek2019-07-191-0/+1
* tree-wide: replace strjoina() with prefix_roota()Yu Watanabe2019-06-241-3/+3
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-201-3/+3
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-2/+0
* Add fdopen_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-6/+4
* util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering2019-03-281-1/+1
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-0/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-0/+1
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-3/+3
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-121-1/+1
* Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering2018-12-031-20/+8
|\
| * portable: introduce portable_metadata_hash_ops and use itYu Watanabe2018-12-021-20/+8
* | util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
|/
* portable: create/remove the 'attached' unit file directory when we canLennart Poettering2018-10-081-3/+17
* portable: properly handle if the unit file directory for portable service ima...Lennart Poettering2018-10-081-6/+19
* portable: make use of the new unit file pathLennart Poettering2018-10-081-6/+6
* portable: fix error handlingYu Watanabe2018-06-251-1/+1
* tree-wide: drop MSG_NOSIGNAL flag from recvmsg() invocationsLennart Poettering2018-06-201-1/+1
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-2/+2
* add new portable service frameworkLennart Poettering2018-05-241-0/+1427