| Age | Commit message (Expand) | Author |
| 2019-10-10 | use a dedicated struct BootableSet in MakeBootable signature | Samuele Pedroni |
| 2019-09-26 | boot: fix two typos (thanks to Samuele) | Michael Vogt |
| 2019-09-26 | boot: rename DebugDumpBootvars->DumpBootvars and move info boot/debug.go | Michael Vogt |
| 2019-09-26 | cmd: add `snap debug bootvars` that dumps the current bootvars | Michael Vogt |
| 2019-09-09 | introduce boot.MakeBootable, use it in image instead of ad hoc code | Samuele Pedroni |
| 2019-09-05 | many: pass the rootdir and options to bootloader.Find | Samuele Pedroni |
| 2019-09-03 | boot, etc: misc renames and cleanups | John R. Lenton |
| 2019-09-03 | boot, etc: simplify BootParticipant (etc) usage | John R. Lenton |
| 2019-09-02 | added comments to make things more readable | John R. Lenton |
| 2019-09-02 | boot: add a bit more info to error when boot variable is unset | John R. Lenton |
| 2019-09-02 | don't use `loader` for a bootloader | John R. Lenton |
| 2019-09-02 | rename bootloader.ErrBootNameAndRevisionAgain to ...NotReady | John R. Lenton |
| 2019-09-02 | boot, bootloader, o/devicestate: boot env manip goes in boot | John R. Lenton |
| 2019-09-02 | many: bootloadertest, not mockbootloader, as per @pedronis | John R. Lenton |
| 2019-09-02 | many: refactor boot/boottest and move to bootloader/mockbootloader | John R. Lenton |
| 2019-08-22 | boot, snapstate: finally found the bug, fixed, refactored a little in passing | John R. Lenton |
| 2019-08-14 | boot, snapstate: one last coat of polish | John R. Lenton |
| 2019-08-14 | boot, image: addressed review comments from @pedronis | John R. Lenton |
| 2019-08-02 | boot, etc: much back-and-forthing ensued | John R. Lenton |
| 2019-07-29 | boot, etc.: refactor boot to have a lookup with different imps | John R. Lenton |
| 2019-07-23 | boot: updated the doc of GetCurrentBoot to not mention ErrUnsupportedSnapType | John R. Lenton |
| 2019-07-23 | boot: one last mini refactor / cleanup | John R. Lenton |
| 2019-07-23 | boot/boottest: helpers to set boot kernel and base | John R. Lenton |
| 2019-07-23 | boot, overlord, o/snapstate: refactor a bit more | John R. Lenton |
| 2019-07-22 | boot, o/snapst, o/devicest: limit knowledge of boot vars to boot | John R. Lenton |
| 2019-07-19 | boot,bootloader: add new s.bootdir to the testsuite and use it | Michael Vogt |
| 2019-07-18 | bootloader: remove "Dir()" from Bootloader interface | Michael Vogt |
| 2019-06-21 | Merge pull request #6691 from kubiko/move-extractkernelassets | Samuele Pedroni |
| 2019-06-19 | Introduce GetType() function for snap.Info and rename Info.Type to SnapType t...info-gettype | Pawel Stolowski |
| 2019-06-12 | boot: ensure we test {Extract,Remove}KernelAssets for idempotency | Michael Vogt |
| 2019-06-12 | boottest: make mockbootloader record extra/remove asset calls | Michael Vogt |
| 2019-06-12 | boot: refactor test suites into {uboot,grub}KernelOSSuite | Michael Vogt |
| 2019-06-12 | boot: cleanup kernel_os_test.go to use mock loader when possible | Michael Vogt |
| 2019-06-12 | boot, bootloader: update test suite after moving ExtractKernelAssets to bootl... | Ondrej Kubik |
| 2019-06-12 | boot,bootloader: move RemoveKernelAssets and ExtractKernelAssets to bootloade... | Ondrej Kubik |
| 2019-03-26 | boot: add unit test for boot.RemoveKernelAssets() with force-kernel-extraction | Michael Vogt |
| 2019-03-26 | boot: use meta/force-kernel-extraction as flagfile | Michael Vogt |
| 2019-03-26 | Merge remote-tracking branch 'upstream/master' into kernel-extract | Michael Vogt |
| 2019-03-21 | bootloader: tweak naming, update related packages | Maciej Borzecki |
| 2019-03-19 | partition,bootloader: rename 'partition' package to 'bootloader' | Maciej Borzecki |
| 2019-03-18 | boot: add flag file "force-kernel-extraction" | Michael Vogt |
| 2018-09-05 | many: remove deadcode | Michael Vogt |
| 2018-06-26 | many: rename snap.Info.StoreName() to snap.Info.SnapName() | Maciej Borzecki |
| 2018-06-18 | Merge remote-tracking branch 'origin/master' into bboozzoo/parallel-install-s... | Maciej Borzecki |
| 2018-06-18 | many: further tweaks, TODOs | Maciej Borzecki |
| 2018-06-15 | address review feedback | Michael Vogt |
| 2018-06-13 | many: rename snap.Info.Name() to snap.Info.InstanceName(), leave parallel-ins... | Maciej Borzecki |
| 2018-06-04 | address review feedback | Michael Vogt |
| 2018-05-30 | snapstate: call boot.SetNextBoot() only for kernel/core/base defined in the m... | Michael Vogt |
| 2018-05-30 | address review feeback | Michael Vogt |