summaryrefslogtreecommitdiff
path: root/src/shared/dissect-image.c
Commit message (Expand)AuthorAgeFilesLines
* shared/dissect-image: log messages from cryptsetupTopi Miettinen2020-04-031-0/+4
* *: convert amenable fdopen calls to take_fdopenVito Caputo2020-03-311-3/+1
* dissect-image: avoid scanning partitionsTopi Miettinen2020-03-101-4/+5
* dissect: optionally, run fsck before mounting dissected imagesLennart Poettering2020-01-291-0/+50
* dissect: complain if partition flags are set that we don't knowLennart Poettering2020-01-291-0/+45
* dissect: introduce new recognizable partition types for /var and /var/tmpLennart Poettering2019-12-231-1/+49
* valgrind: temporarily handle that valgrind still doesn't know LOOP_GET_STATUS64Lennart Poettering2019-12-021-3/+13
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-3/+3
* tree-wide: make use of errno_or_else() everywhereLennart Poettering2019-07-111-5/+5
* dissect: split out DM deferred remove into src/shared/dm-util.cLennart Poettering2019-07-051-35/+2
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-1/+1
* util: make device_wait_for_initialization() optionally takes timeout valueYu Watanabe2019-06-041-2/+2
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe2019-04-111-1/+2
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-0/+1
* dissect: when mounting an image mount the XBOOTLDR partition to /bootLennart Poettering2019-03-011-12/+21
* dissect: automatically detect boot loader spec $BOOT partitionLennart Poettering2019-03-011-12/+53
* dissect: use SYNTHETIC_ERRNO() where appropriateLennart Poettering2019-03-011-4/+2
* shared/dissect-image: make sure that we don't truncate device nameZbigniew Jędrzejewski-Szmek2019-01-271-1/+3
* dissect: add some assert()sLennart Poettering2018-12-191-0/+15
* gpt-auto-generator: don't wait for udevLennart Poettering2018-12-191-9/+16
* dissect-image: wait for the main device and all partitions to be known by udevZbigniew Jędrzejewski-Szmek2018-12-171-1/+11
* dissect-image: wait for the root to appearZbigniew Jędrzejewski-Szmek2018-12-171-4/+10
* dissect-image: split out a chunk of dissect_image() outZbigniew Jędrzejewski-Szmek2018-12-171-85/+119
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-121-1/+1
* util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-0/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-1/+2
* Merge pull request #10996 from poettering/oci-prepZbigniew Jędrzejewski-Szmek2018-11-301-2/+3
|\
| * tree-wide: port various parts of the code over to the new device_major_minor_...Lennart Poettering2018-11-291-2/+3
* | Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-291-0/+1
|/
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-4/+3
* fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-141-2/+2
* shared/dissect-image: drop parensZbigniew Jędrzejewski-Szmek2018-11-131-1/+1
* dissect: do not store unused devnumYu Watanabe2018-10-311-3/+1
* dissect-image: use right comparison functionDavid Tardon2018-10-121-1/+1
* More polite passphrase promptMarko Myllynen2018-10-091-1/+1
* tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...Yu Watanabe2018-09-101-11/+3
* dissect: rescan devices before creating partition list (#9930)Yu Watanabe2018-08-241-0/+4
* dissect: replace udev_device by sd_deviceYu Watanabe2018-08-231-44/+32
* tree-wide: use returned value from log_*_errno()Yu Watanabe2018-08-071-4/+2
* 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
* shared/dissect-image: avoid warning about unused function when compiled w/o b...Zbigniew Jędrzejewski-Szmek2018-05-311-0/+2
* os-util: add helpers for finding /etc/os-releaseLennart Poettering2018-05-241-0/+1
* process-util: add a new FORK_MOUNTNS_SLAVE flag for safe_fork()Lennart Poettering2018-05-241-5/+1
* dissect: optionally, validate that the image we dissect is a valid OS imageLennart Poettering2018-05-241-1/+9
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-7/+7
* Merge pull request #8676 from keszybz/drop-license-boilerplateLennart Poettering2018-04-101-13/+0
|\
| * tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0