aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/libi386
Commit message (Expand)AuthorAgeFilesLines
* 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
* loader: libi386/comconsole.c cstyle cleanupToomas Soome2019-11-021-123/+123
* We don't support configuring serial PCI cards in EFI. Make this clearer in theWarner Losh2019-11-011-2/+4
* loader: fix indentation in efi_console and vidconsoleToomas Soome2019-09-251-1/+1
* loader: add teken.fg_color and teken.bg_color variablesToomas Soome2019-09-251-4/+101
* loader: vidconsole should set LINES and COLUMNSToomas Soome2019-09-101-0/+6
* loader: use teken teminal emulator for x86 and uefiToomas Soome2019-09-052-454/+632
* loader: use DPRINTF in biosdisk.c and define safe DPRINTFToomas Soome2019-05-091-12/+12
* loader: no-TERM_EMU is broken nowToomas Soome2019-05-091-3/+9
* loader: implement proper 8 char tab stopsToomas Soome2019-05-091-4/+6
* Distinguish between "no partition" and "choose best partition" with a constant.Ian Lepore2019-03-241-4/+4
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-062-2/+1
* Regularize the Netflix copyrightWarner Losh2019-02-041-1/+2
* Add Dell Chromebook to the list of devices with E820 extmem quirk enabledOleksandr Tymoshenko2019-01-141-0/+1
* With buggy int13 ah=15, we can mis-identify the floppy devices.Toomas Soome2019-01-051-3/+41
* i386_parsedev() needs to support fd devicesToomas Soome2019-01-021-19/+29
* Add Copyright.Toomas Soome2018-12-301-0/+2
* loader: create bio_alloc and bio_free for bios bounce bufferToomas Soome2018-12-305-86/+208
* loader: create separate lists for fd, cd and hd, merge bioscd with biosdiskToomas Soome2018-11-305-618/+499
* The libstand's panic() appends its own '\n' to the message, so that users of ...Maxim Sobolev2018-11-291-1/+1