summaryrefslogtreecommitdiff
path: root/usr/src/boot
AgeCommit message (Expand)AuthorFilesLines
2022-11-0815139 loader: avoid duplicate load for environment and console-fontToomas Soome2-3/+13
2022-11-0715067 linker set should be declared WEAKToomas Soome2-4/+4
2022-09-0514948 loader: do_cpuid does corrupt memory when built with gcc 10Toomas Soome2-2/+2
2022-07-2714846 loader: console setup is still brokenToomas Soome2-79/+61
2022-07-2714748 loader: support for hiding the cursor on the console (fix autoboot)Toomas Soome1-0/+5
2022-07-2714825 loader: recognize and process boot-arg -xToomas Soome2-2/+13
2022-07-2114748 loader: support for hiding the cursor on the consoleToomas Soome5-7/+73
2022-07-1214585 loader: should preserve order of console device listToomas Soome2-2/+33
2022-07-1114580 loader.efi: detect console from ConOut/ConOutDevToomas Soome3-13/+275
2022-07-0312389 loader should consult with ACPI SPCR table for serial consoleToomas Soome7-62/+230
2022-05-2714715 libsa: Fix a bug in nvlist creationMark Johnston2-1/+2
2022-05-1814454 sys/debug.h: CTASSERT should use _Static_assertToomas Soome1-5/+1
2022-05-1714609 loader: os console in options menu should use first name from listToomas Soome1-0/+3
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 Evans2-1/+14
2022-03-2714590 loader: replace boolean_t with bool in non-zfs codeToomas Soome4-46/+46
2022-02-2314523 ficl: remove temporary warning gagsToomas Soome1-3/+0
2022-02-2214518 loader: linker cleanupToomas Soome12-42/+40
2022-02-1714480 loader: restructure loader source treeToomas Soome418-704/+239
2022-01-2814451 loader: want mechanism to test if we are virtualizedToomas Soome8-1/+73
2022-01-0714346 loader: add __alloc_size2Toomas Soome2-6/+8
2022-01-0414307 loader: bcache: Fix debug printfEmmanuel Vadot1-3/+5
2021-12-1614280 loader: use shadow framebufferToomas Soome4-11/+177
2021-11-0514121 loader: net_open() should not replace f->f_devdataToomas Soome4-7/+14
2021-11-0314036 pxeboot: improve and simplify rx handlingKyle Evans1-38/+110
2021-09-2814114 loader: dev_net.c should use __func__ with printfToomas Soome2-16/+21
2021-09-1714084 loader can't activate BEsDan McDonald1-1/+1
2021-09-1314060 loader.efi: multiboot2_exec() should fall back to use module load addressToomas Soome4-5/+15
2021-09-1214066 loader.efi: want inb and outbToomas Soome3-50/+56
2021-09-1214049 loader.efi: fix console output after BS offToomas Soome9-44/+47
2021-08-2013965 loader: open file list should be dynamicToomas Soome14-167/+282
2021-08-0413993 loader: tftp client should use server address from rootipToomas Soome2-5/+3
2021-08-0413991 loader.efi: check return value from mallocToomas Soome2-1/+3
2021-07-3013974 gptzfsboot: fall back device name is always disk-1:Toomas Soome2-4/+10
2021-07-3013970 loader: BIOS loader ld script needs to use KEEP statement with linker setsToomas Soome1-2/+2
2021-07-2713816 loader: BIOS build should not use -fPICToomas Soome19-197/+276
2021-07-1913955 loader: support.4th resets the read buffer incorrectlyJohn Hood1-1/+1
2021-06-2313876 tem: we should support CSI 38 and 48 sequences for RGB colorsToomas Soome7-153/+272
2021-05-1913791 loader: gfx_fb_drawrect should use GfxFbBltVideoFillToomas Soome2-11/+14
2021-05-1613785 loader: move libcrypto to libstandToomas Soome14-191/+80
2021-05-1313798 loader: Update the EFI timer to be called once a secondAndrew Turner2-7/+7
2021-05-0413762 stop passing MFLAGS to make(1)Richard Lowe8-8/+8
2021-04-0513693 loader: we should support pools without featuresToomas Soome2-3/+14
2021-03-1813575 loader: use display pixel density for font autoselectionToomas Soome5-11/+127
2021-03-1613574 loader.efi: efifb_gop_get_edid() is brokenToomas Soome2-19/+24
2021-03-1213607 loader: tem should use dynamic array for tab stopsToomas Soome3-10/+16
2021-02-1613516 loader.efi: efifb_mask_from_pixfmt is missing PixelBltOnlyToomas Soome2-1/+2
2021-02-1113454 loader: create local copy of mode list provided by vbeinfoblockToomas Soome2-38/+67
2021-02-1013453 loader.efi: handle multiple gop instancesToomas Soome2-2/+38
2021-01-2613360 loader: use BGRA RBG data in gfx functionsToomas Soome8-645/+761