aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/libi386
Commit message (Expand)AuthorAgeFilesLines
...
* stand: use archsw.arch_copyin instead of i386_copyinWarner Losh2022-09-163-13/+13
* stand: i386: take into account disk sector size for blk calculationKyle Evans2022-09-081-1/+2
* stand: Stop setting hints for bios loader tooWarner Losh2022-09-011-12/+0
* stand: i386_fmtdev can be reduced to devformatWarner Losh2022-08-113-30/+3
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2022-08-111-0/+1
* stand: Move i386_devdesc to a unionWarner Losh2022-08-111-15/+13
* stand: Remove unnecessary includeWarner Losh2022-08-111-1/+0
* stand: Make sure nobody has a NULL pointer for dv_cleanupWarner Losh2022-07-272-4/+4
* stand: s/libstand/libsa/g to catch up with renameWarner Losh2022-04-301-1/+1
* stand: Fix a common typo in source code commentsGordon Bergling2022-03-281-1/+1
* teken: color #3 is yellow not brown - use TC_YELLOW as the nameEd Maste2022-03-121-1/+1
* loader: accept "yellow" as a named colorEd Maste2022-03-111-1/+1
* loader: support numeric and named bright colors (8-15)Ed Maste2022-03-111-12/+22
* loader: narrow the scope of gfx frame buffer wrt tg supported kernelsWarner Losh2021-12-141-1/+1
* loader: framebuffer should only be written intoToomas Soome2021-12-111-0/+4
* loader: implement mount/unmount rootfsToomas Soome2021-09-081-7/+7
* pxeboot: improve and simplify rx handlingKyle Evans2021-08-261-48/+106
* loader: Use tslog to instrument some functionsColin Percival2021-06-211-0/+17
* EFI secure boot VECTX related changesEric van Gyzen2021-04-301-0/+2
* loader: use display pixel density for font autoselectionToomas Soome2021-02-271-9/+16
* loader: autoload_font will hung loader when there is no local consoleToomas Soome2021-02-211-2/+6
* loader: remove BORDER_PIXELSToomas Soome2021-02-091-2/+2
* stand/amd64: remove unused addr parameter from bi_load64Roger Pau Monné2021-02-014-10/+10
* stand/multiboot: adjust the protocol between loader and kernelRoger Pau Monné2021-01-291-117/+39
* loader: start kernel in text mode when there is no vbefb vt driverToomas Soome2021-01-261-0/+10
* loader: handle malloc failures in vbe_init, use consistent namingToomas Soome2021-01-191-16/+24
* loader: create local copy of mode list provided by vbeinfoblockToomas Soome2021-01-161-33/+49
* loader: do not update palette in text mode (real fix)Toomas Soome2021-01-151-1/+1
* loader: term_image_display() should test screen_bufferToomas Soome2021-01-101-0/+3
* loader: do not update palette in text modeToomas Soome2021-01-071-1/+1
* loader: instead of hw.vga.textmode, use screen.textmodeToomas Soome2021-01-061-6/+5
* loader: remove left over call to unsetenv()Toomas Soome2021-01-061-1/+0
* loader: rewrite vidc_install_fontToomas Soome2021-01-061-32/+34
* loader: only use vidc_install_font() with vga controllerToomas Soome2021-01-043-0/+17
* loader: vidc_load_palette() does not need argumentsToomas Soome2021-01-041-2/+2
* loader: implement framebuffer consoleToomas Soome2021-01-028-177/+1898
* loader: create single zfs nextboot implementationToomas Soome2020-06-201-0/+2
* loader: vidc_init should also erase the screenToomas Soome2020-06-171-5/+2
* Stop setting PG_U in bootstrap mappings.Mark Johnston2020-04-241-4/+3
* test if port does exist via using scratch registerToomas Soome2020-03-121-0/+10
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-082-3/+5
* Move smbios.c to libsa.Warner Losh2020-02-203-494/+1
* Create ptov() function.Warner Losh2020-02-201-8/+1
* loader: bc_add can not use any other probes than ah=0x4bToomas Soome2020-02-031-50/+97
* Add support for Hygon Dhyana Family 18h processor.Konstantin Belousov2020-01-211-0/+1
* Backout 356693. The libsa malloc does provide necessary alignment andToomas Soome2020-01-131-1/+1
* loader: allocate properly aligned buffer for network packetToomas Soome2020-01-131-1/+1
* loader: bioscd probe can get sector size 0Toomas Soome2020-01-091-2/+4
* Use symbolic names for int13 callsWarner Losh2019-12-161-25/+40
* cstyle cleanup for i386_copy.cToomas Soome2019-11-081-18/+18