summaryrefslogtreecommitdiff
path: root/stand/i386/libi386
Commit message (Expand)AuthorAgeFilesLines
* 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
* stand/i386/libi386: rename .s file to .S to use Clang IASEd Maste2018-11-262-1/+1
* loader: always set media size from partition.Toomas Soome2018-11-071-26/+30
* loader: biosdisk should check if the media is presentToomas Soome2018-11-021-0/+8
* loader: issue edd probe before legacy ah=08 and detect no mediaToomas Soome2018-10-311-79/+197
* loader: biosdisk interface should be able to cope with 4k sectorsToomas Soome2018-10-231-114/+124
* libi386: remove CLANG_NO_IAS workaroundEd Maste2018-10-201-4/+0
* libi386: bd_io_workaround() is to be called for reads onlyToomas Soome2018-08-161-2/+2
* libi386: small style updates in biosdiskToomas Soome2018-08-161-2/+2
* libi386: use BD_RD and BR_WR constantsToomas Soome2018-08-151-7/+9
* libi386: remove bd_read() and bd_write() wrappersToomas Soome2018-08-151-20/+3
* libi386: remove BD_SUPPORT_FRAGSToomas Soome2018-08-152-41/+0
* libi386: Fix typo in pxe.hKyle Evans2018-08-091-1/+1
* loader: bd_open() should cleanup from disk_open() errorToomas Soome2018-08-051-4/+12
* loader: 337353 did miss to rename 2 write instancesToomas Soome2018-08-051-2/+2
* loader: cstyle cleanup for biosdisk.cToomas Soome2018-08-051-305/+312
* loader: biosdisk.c has leftover geli header.Toomas Soome2018-08-041-4/+0
* In r337271, we limited the sector number to the lower of calculatedXin LI2018-08-041-1/+1