summaryrefslogtreecommitdiff
path: root/src/shared/dissect-image.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-31tree-wide: drop missing.hYu Watanabe1-1/+0
2019-10-24basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek1-3/+3
2019-07-11tree-wide: make use of errno_or_else() everywhereLennart Poettering1-5/+5
2019-07-05dissect: split out DM deferred remove into src/shared/dm-util.cLennart Poettering1-35/+2
2019-06-21tree-wide: replace strjoin() with path_join()Yu Watanabe1-1/+1
2019-06-04util: make device_wait_for_initialization() optionally takes timeout valueYu Watanabe1-2/+2
2019-04-29codespell: fix spelling errorsBen Boeckel1-1/+1
2019-04-11tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe1-1/+2
2019-03-14util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering1-0/+1
2019-03-01dissect: when mounting an image mount the XBOOTLDR partition to /bootLennart Poettering1-12/+21
2019-03-01dissect: automatically detect boot loader spec $BOOT partitionLennart Poettering1-12/+53
2019-03-01dissect: use SYNTHETIC_ERRNO() where appropriateLennart Poettering1-4/+2
2019-01-27shared/dissect-image: make sure that we don't truncate device nameZbigniew Jędrzejewski-Szmek1-1/+3
2018-12-19dissect: add some assert()sLennart Poettering1-0/+15
2018-12-19gpt-auto-generator: don't wait for udevLennart Poettering1-9/+16
2018-12-17dissect-image: wait for the main device and all partitions to be known by udevZbigniew Jędrzejewski-Szmek1-1/+11
2018-12-17dissect-image: wait for the root to appearZbigniew Jędrzejewski-Szmek1-4/+10
2018-12-17dissect-image: split out a chunk of dissect_image() outZbigniew Jędrzejewski-Szmek1-85/+119
2018-12-12tree-wide: Remove O_CLOEXEC from fdopenChris Down1-1/+1
2018-12-02util-lib: split out env file parsing code into env-file.cLennart Poettering1-0/+1
2018-12-02util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering1-1/+2
2018-11-30Merge pull request #10996 from poettering/oci-prepZbigniew Jędrzejewski-Szmek1-2/+3
2018-11-29Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek1-0/+1
2018-11-29tree-wide: port various parts of the code over to the new device_major_minor_...Lennart Poettering1-2/+3
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-4/+3
2018-11-14fileio: drop "newline" parameter for env file parsersLennart Poettering1-2/+2
2018-11-13shared/dissect-image: drop parensZbigniew Jędrzejewski-Szmek1-1/+1
2018-10-31dissect: do not store unused devnumYu Watanabe1-3/+1
2018-10-12dissect-image: use right comparison functionDavid Tardon1-1/+1
2018-10-09More polite passphrase promptMarko Myllynen1-1/+1
2018-09-10tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...Yu Watanabe1-11/+3
2018-08-24dissect: rescan devices before creating partition list (#9930)Yu Watanabe1-0/+4
2018-08-23dissect: replace udev_device by sd_deviceYu Watanabe1-44/+32
2018-08-07tree-wide: use returned value from log_*_errno()Yu Watanabe1-4/+2
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-31shared/dissect-image: avoid warning about unused function when compiled w/o b...Zbigniew Jędrzejewski-Szmek1-0/+2
2018-05-24os-util: add helpers for finding /etc/os-releaseLennart Poettering1-0/+1
2018-05-24process-util: add a new FORK_MOUNTNS_SLAVE flag for safe_fork()Lennart Poettering1-5/+1
2018-05-24dissect: optionally, validate that the image we dissect is a valid OS imageLennart Poettering1-1/+9
2018-04-25tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering1-7/+7
2018-04-10Merge pull request #8676 from keszybz/drop-license-boilerplateLennart Poettering1-13/+0
2018-04-07dissect: drop unnecessary parenthesisZbigniew Jędrzejewski-Szmek1-2/+2
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-05dissect: when pulling metadata from an image, don't bother with /home or ESPLennart Poettering1-2/+4
2018-04-05dissect: tighten block device checks a bitLennart Poettering1-1/+24
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-37/+17
2018-04-04Merge pull request #8605 from poettering/drop-in-name-fixZbigniew Jędrzejewski-Szmek1-8/+4
2018-04-03dissect: Don't count RPMB and boot partitions (#8609)João Paulo Rechi Vita1-7/+20
2018-03-29dissect: port code to chase_symlinks_and_open()Lennart Poettering1-8/+4