aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/boot1/ufs_module.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Unify boot1 with loader" change r324646Warner Losh2017-10-171-0/+185
* Unify boot1 with loaderWarner Losh2017-10-161-185/+0
* Use efi_devpath_str for debug path info.Warner Losh2017-08-261-2/+7
* Use the loader.efi conventions for the various EFI tables.Warner Losh2017-08-261-2/+2
* Correctly print and cast u_int64_t and off_t.Emmanuel Vadot2016-08-171-2/+2
* Use %ju modifier for u_int64_t and %jd modifier for off_t.Emmanuel Vadot2016-08-161-1/+1
* Fix a few cosmetic issues in boot1.efi.Mark Johnston2016-08-031-2/+2
* Fix EFI multi device boot supportSteven Hartland2016-02-051-29/+24
* Fix EFI UFS cachingSteven Hartland2016-01-211-85/+16
* Reset the filesystem cache before reading from a potentially newAndrew Turner2016-01-181-0/+1
* Modularise EFI boot loaderSteven Hartland2016-01-151-0/+253