summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-sysroot.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-391/+301
* lib/sysroot-deploy: Add experimental support for automatic early pruneJonathan Lebon2023-05-011-0/+1
* Strip trailing whitespace on all C filesDan Nicholson2023-02-071-2/+2
* bootloader: Add an aboot (Android) bootloader backendEric Curtin2022-12-151-0/+3
* sysroot: Add an API to initialize with mountnsColin Walters2022-11-221-0/+57
* sysroot: Have `ensure_writable` also always initializeColin Walters2022-07-131-4/+3
* sysroot: Strengthen several `g_return_if_fail` into `g_assert()`Colin Walters2022-05-161-4/+4
* sysroot: Quiet one gcc `-fanalyzer` warningColin Walters2022-05-151-0/+1
* Add an `ostree-boot-complete.service` to propagate staging failuresColin Walters2022-04-261-0/+2
* glib: bump glib requirement to 2.66 and port to GUriDaniel Kolesa2022-03-121-2/+3
* deploy: Add a 5s max timeout on global filesystem `sync()`Colin Walters2022-01-181-0/+5
* sysroot: Add a public `#define OSTREE_PATH_BOOTED`Colin Walters2022-01-121-3/+3
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* sysroot: Fix gcc `-fanalyzer` warningColin Walters2021-10-131-2/+6
* lib/sysroot: Fix error message about creating `/var/lib`Jonathan Lebon2021-08-031-1/+1
* Merge pull request #2375 from cgwalters/generator-remountJonathan Lebon2021-06-181-1/+0
|\
| * Use generator to enable ostree-remount.service and ostree-finalize-staged.pathColin Walters2021-06-161-1/+0
* | Fix small typo in ostree-sysroot.cChristian Kellner2021-06-151-1/+1
|/
* sysroot: Add _require_booted_deployment() APIColin Walters2021-03-171-0/+21
* Merge pull request #2287 from jlebon/pr/deployment-parsing-commentsOpenShift Merge Robot2021-03-031-1/+11
|\
| * lib/sysroot: Add comments and debug statements around sysroot parsingJonathan Lebon2021-03-021-1/+11
* | sysroot: Handle ro /boot but rw /sysrootColin Walters2021-01-101-11/+36
* | sysroot: Also maintain canonical boot_fdColin Walters2021-01-101-0/+15
|/
* deployment: Ensure query_deployments_for returns nullable valuesColin Walters2020-11-111-2/+2
* sysroot: Fix up some GI nullable annotationsColin Walters2020-11-061-9/+9
* fixup! Refactor `ostree_sysroot_query_bootloader`William Manley2020-10-271-0/+3
* fixup! Refactor: Centralise choosing the appropriate bootloaderWilliam Manley2020-10-271-1/+0
* Refactor `ostree_sysroot_query_bootloader`William Manley2020-10-261-49/+47
* Add support for explicitly requesting any specific bootloader typeWilliam Manley2020-10-261-0/+9
* Refactor: sysroot.bootloader: Store enum value rather than stringWilliam Manley2020-10-261-33/+36
* Refactor: Centralise choosing the appropriate bootloaderWilliam Manley2020-10-261-18/+41
* lib/deploy: Add support for overlay initrdsJonathan Lebon2020-09-301-0/+22
* deploy: Remove deployment bootcsum assertionColin Walters2020-09-241-0/+1
* Add "transient" unlockColin Walters2020-08-071-7/+21
* sysroot: Reorganize sysroot load code a bitColin Walters2020-03-311-47/+59
* lib: Add error prefixing for sysroot load and repo openColin Walters2020-03-281-0/+1
* lib: Fix Since versions for 2020.1fixup-since-versionsDan Nicholson2020-02-201-3/+3
* Support mounting /sysroot (and /boot) read-onlyColin Walters2019-12-111-44/+156
* tree-wide: [scan-build]: Add some asserts that pointers are non-NULLColin Walters2019-10-161-0/+1
* sysroot: [scan-build] Remove a dead assignmentColin Walters2019-10-151-4/+1
* sysroot: Add a clearer error if /boot/loader isn't foundColin Walters2019-08-261-1/+12
* lib/kargs: Make API public and upstream new rpm-ostree APIsAllen Bai2019-06-181-3/+3
* lib: add parameter annotations for sysroot_load_if_changedFelix Krull2019-05-191-0/+4
* lib: add minimum version to various symbols based on libostree-released.symFelix Krull2019-05-191-0/+13
* lib/sysroot: Match deployment /usr mode for overlayJonathan Lebon2019-04-241-5/+13
* lib/sysroot: Call `chmod` on overlay dirs when unlockingJonathan Lebon2019-04-241-4/+20
* boot: Add ostree-finalize-staged.pathJonathan Lebon2018-10-231-0/+1
* sysroot: Add error prefixing to deployment parsingColin Walters2018-10-171-0/+4
* sysroot: Update some code to use fstatat_allow_noent APIColin Walters2018-10-171-12/+12
* sysroot: Reject attempts to pin the staged deploymentColin Walters2018-06-291-1/+5