summaryrefslogtreecommitdiff
path: root/usr/src/boot/Makefile.version
AgeCommit message (Expand)AuthorFilesLines
2022-07-1214585 loader: should preserve order of console device listToomas Soome1-1/+1
2022-07-1114580 loader.efi: detect console from ConOut/ConOutDevToomas Soome1-1/+1
2022-07-0312389 loader should consult with ACPI SPCR table for serial consoleToomas Soome1-1/+1
2022-05-2714715 libsa: Fix a bug in nvlist creationMark Johnston1-1/+1
2022-05-0314626 zlib: update to zlib-1.2.12Toomas Soome1-1/+1
2022-04-2314653 loader: zfs: handle holes at the tail end correctlyKyle Evans1-1/+1
2022-01-2814451 loader: want mechanism to test if we are virtualizedToomas Soome1-1/+1
2021-12-1614280 loader: use shadow framebufferToomas Soome1-1/+1
2021-11-0514121 loader: net_open() should not replace f->f_devdataToomas Soome1-1/+1
2021-09-2814114 loader: dev_net.c should use __func__ with printfToomas Soome1-1/+1
2021-09-1314060 loader.efi: multiboot2_exec() should fall back to use module load addressToomas Soome1-1/+1
2021-09-1214066 loader.efi: want inb and outbToomas Soome1-1/+1
2021-09-1214049 loader.efi: fix console output after BS offToomas Soome1-1/+1
2021-08-2013965 loader: open file list should be dynamicToomas Soome1-1/+1
2021-08-0413993 loader: tftp client should use server address from rootipToomas Soome1-1/+1
2021-08-0413991 loader.efi: check return value from mallocToomas Soome1-1/+1
2021-07-3013974 gptzfsboot: fall back device name is always disk-1:Toomas Soome1-1/+1
2021-07-2713816 loader: BIOS build should not use -fPICToomas Soome1-1/+1
2021-06-2313876 tem: we should support CSI 38 and 48 sequences for RGB colorsToomas Soome1-1/+1
2021-05-1913791 loader: gfx_fb_drawrect should use GfxFbBltVideoFillToomas Soome1-1/+1
2021-05-1313798 loader: Update the EFI timer to be called once a secondAndrew Turner1-1/+1
2021-04-0513693 loader: we should support pools without featuresToomas Soome1-1/+1
2021-03-1813575 loader: use display pixel density for font autoselectionToomas Soome1-1/+1
2021-03-1613574 loader.efi: efifb_gop_get_edid() is brokenToomas Soome1-1/+1
2021-03-1213607 loader: tem should use dynamic array for tab stopsToomas Soome1-1/+1
2021-02-1613516 loader.efi: efifb_mask_from_pixfmt is missing PixelBltOnlyToomas Soome1-1/+1
2021-02-1113454 loader: create local copy of mode list provided by vbeinfoblockToomas Soome1-1/+1
2021-02-1013453 loader.efi: handle multiple gop instancesToomas Soome1-1/+1
2020-12-2913351 loader: vbe_find_mode_xydm() is using wrong safety and iteration is buggyToomas Soome1-1/+1
2020-12-1113353 loader: 13345 did miss byte and nvlist arrayToomas Soome1-1/+1
2020-12-1013347 loader: gfx_fb_putimage 8 bit color translation is not goodToomas Soome1-1/+1
2020-12-0713345 loader: xdr_array is missing countToomas Soome1-1/+1
2020-12-0413344 loader: zfs_probe_partition should skip EFI System PartitionToomas Soome1-1/+1
2020-12-0113332 loader: iterate consoles to draw loader menu screenToomas Soome1-1/+1
2020-12-0113331 loader: term_drawrect and putimage coordinates fixToomas Soome1-1/+1
2020-11-2513060 loader: fb-putimage fails silently even with debug flag setAndrew Stormont1-1/+2
2020-11-2313314 loader: make sure console variable has usable consolesToomas Soome1-1/+1
2020-10-2713204 loader: 8-bit depth can draw 256 colorsToomas Soome1-1/+1
2020-10-1613224 loader: edd_device_path_v3 is too smallToomas Soome1-1/+1
2020-10-0913153 loader: before falling back to default, also use EDID standard timingsToomas Soome1-1/+1
2020-09-2513173 loader: add strtoul, strtoull, memmem and abortToomas Soome1-1/+1
2020-09-2113176 gptzfsboot: rework stage3 loadingToomas Soome1-1/+1
2020-08-2513003 console: multiple issues related to colors and font loading and switchingToomas Soome1-1/+1
2020-08-2213062 loader: make env_discard() publicToomas Soome1-1/+1
2020-08-2113068 gptzfsboot: command from /boot/config should be nul terminatedToomas Soome1-1/+1
2020-08-1113019 loader.efi: cursor and pixel draw should use Blt() if possibleToomas Soome1-1/+1
2020-07-1312935 loader: setting vdev size based on label asize is not workingToomas Soome1-1/+1
2020-06-2712901 loader: can not read zfs pool with slog removedToomas Soome1-1/+1
2020-06-1912836 loader: strings in nvlist are counted strings, not c-stringsToomas Soome1-1/+1
2020-05-1112710 loader: vdev_read() can corrupt memoryToomas Soome1-1/+1