summaryrefslogtreecommitdiff
path: root/usr/src/boot/Makefile.version
AgeCommit message (Expand)AuthorFilesLines
2019-11-0511914 loader: zfs.c is missing malloc checks, fix itToomas Soome1-1/+1
2019-11-0411888 loader: calculate physical vdev psize from asizeToomas Soome1-1/+1
2019-10-2911882 loader: rs_alloc() may return NULLToomas Soome1-1/+1
2019-10-2811881 loader: zfs_fmtdev can crash when pool discovery did fail and we have n...Toomas Soome1-1/+1
2019-10-1011779 loader.efi: framebuffer cstyle cleanupToomas Soome1-1/+1
2019-10-0411775 loader: reset FONT_MANUAL flag on resolution changeToomas Soome1-1/+1
2019-10-0411761 loader: add libcrypto.h, sha1 does not need to return anythingToomas Soome1-1/+1
2019-10-0411760 loader: add explicit_bzero() to libstandToomas Soome1-1/+1
2019-09-3011755 loader: command_lsmod does show garbage on screenToomas Soome1-1/+1
2019-09-2011718 gptzfsboot: exit() should call __exit()Toomas Soome1-1/+1
2019-09-1811663 loader.efi: text mode background color is limited to 3 bitsToomas Soome1-1/+1
2019-09-1711587 loader.efi: comparison is always true due to limited range of data typeToomas Soome1-1/+1
2019-09-1211666 loader: remove panic macro from zfssubr.cToomas Soome1-1/+1
2019-09-1111649 loader.efi: some systems do not translate scan code 0x8 to backspaceToomas Soome1-1/+1
2019-09-1011648 loader.efi: comconsole should set EFI_SERIAL_REQUEST_TO_SEND bitToomas Soome1-1/+1
2019-08-2011517 loader.efi: efipart should be more careful about constructing block dev...Toomas Soome1-1/+1
2019-08-1511555 gptzfsboot: boot prompt is not refreshed on device changeToomas Soome1-1/+1
2019-08-1510166 loader: support com.delphix:removingToomas Soome1-1/+1
2019-08-1411549 loader: smatch error: efi_cons_cursor(): uninitialized symbol 'row' and...Toomas Soome1-1/+1
2019-08-1211475 gptzfsboot: update parsing the option switchesToomas Soome1-1/+1
2019-08-0711516 loader.efi: replace HandleProtocol() with OpenProtocol()Toomas Soome1-1/+1
2019-06-2811277 Loader cannot boot from root pool with encryption enabledAndy Fiddaman1-1/+1
2019-06-1811074 loader: mod_loadkld() error: we previously assumed 'last_file' could be...Toomas Soome1-1/+1
2019-05-2111045 libstand: smatch errors in dosfs and zfs readerToomas Soome1-1/+1
2019-05-1610947 loader: memory related issues in module.cToomas Soome1-1/+1
2019-05-1510933 loader: Make lsdev -v output line up in neat columnsToomas Soome1-1/+1
2019-05-0810912 loader: validate sectorsize argument in disk_open()Toomas Soome1-1/+1
2019-04-2210605 loader: boot2 build should use ldscriptToomas Soome1-1/+1
2019-04-1510598 loader: implement map-vdisk and unmap-vdisk commandsToomas Soome1-1/+1
2019-04-0210545 loader: console should be able to print information about deviceToomas Soome1-1/+1
2019-03-2110481 loader.efi: comconsole needs to identify the port handle betterToomas Soome1-1/+1
2019-03-1510511 loader: comconsole comc_setup should return booleanToomas Soome1-1/+1
2019-03-0710454 loader: panic does add newline for usToomas Soome1-1/+1
2019-02-2710446 loader: split panic routineToomas Soome1-1/+1
2019-02-2510443 loader: move panic.c to libstandToomas Soome1-1/+1
2019-02-1810411 loader: dev_net: correct net_open's interpretation of paramsToomas Soome1-1/+1
2019-01-2810199 loader: vbe should use bio_alloc for edid infoToomas Soome1-1/+1
2019-01-1410173 loader: support newer ZFS versionsToomas Soome1-1/+1
2019-01-0910171 biosdisk: use int13h ah=08 and ah=15 to count the floppy devicesToomas Soome1-1/+1
2019-01-0410064 loader: zfs reader should not probe partitionless disksToomas Soome1-1/+1
2018-12-1710058 loader: Add an ISO9660 "partition table" type to loader.Toomas Soome1-1/+1
2018-12-089956 loader: create separate lists for fd, cd and hd, merge bioscd with biosdiskToomas Soome1-1/+1
2018-08-169703 loader: stage1 should not probe floppies for zfsToomas Soome1-1/+1
2018-08-099668 loader: rename zfsloader to loaderToomas Soome1-1/+1
2018-06-119543 loader: bd_io needs a bit cleanupToomas Soome1-1/+1
2018-04-239423 loader: zfs_bootfs() needs to use config pool txg for boot deviceToomas Soome1-1/+1
2018-03-109198 libstand: Const-ify buffer argument of write(2) analogToomas Soome1-1/+1
2018-02-239167 gptzfsboot and zfsloader can't find slices inside PTABLE_VTOC label afte...Toomas Soome1-1/+1
2018-02-179099 loader: Solaris 2 partition may have no VTOCToomas Soome1-1/+1
2017-10-068647 loader should support large_dnodeToomas Soome1-1/+1