aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
...
* zfsboot: drvsize() may be unusable on some systemsToomas Soome2017-05-041-2/+54
* loader: F_READ/F_WRITE should be checked against masked flagToomas Soome2017-04-182-2/+2
* loader/multiboot: fix multiboot loadingRoger Pau Monné2017-04-131-0/+42
* In r298230 the value of HEAP_MIN was changed from 3MB to 64MB. Correct aBenno Rice2017-04-071-1/+1
* loader: zfs reader should check all labelsToomas Soome2017-04-063-3/+33
* Small cleanup to make i386/loader match efi/loader boot environment codeAllan Jude2017-04-031-1/+1
* Implement boot-time encryption key passing (keybuf)Allan Jude2017-04-019-22/+105
* Add explicit_bzero() to libstand, and switch GELIBoot to using itAllan Jude2017-03-313-4/+4
* Remove OLD_NFSV2 from loader and libstandToomas Soome2017-03-301-55/+0
* xfsread inlined uses more space, so remove the inline tag. ThisWarner Losh2017-03-291-1/+1
* Parameterize out 7680 (15 * 512) as BOOT2SIZE, similar to sys/boot/i386/zfsbo...Enji Cooper2017-03-291-2/+4
* loader: move bios getsecs into time.cToomas Soome2017-03-282-7/+9
* Don't hardcode input files for stage 1/2 bootloaders; use .ALLSRC insteadEnji Cooper2017-03-282-4/+4
* Use `NO_WCAST_ALIGN` instead of spelling it out as -Wno-cast-align in CFLAGSEnji Cooper2017-03-281-1/+3
* Remove -fno-guess-branch-probability and -fno-unit-at-a-time.Warner Losh2017-03-281-2/+0
* Simply retire the sedification of the boot2.s file. It's been obsoleteWarner Losh2017-03-281-17/+1
* gpt*boot: Save a bit more memory when LOADER_NO_GELI_SUPPORT is specifiedEnji Cooper2017-03-281-4/+8
* Unbreak compilation with gcc 4.2.1Enji Cooper2017-03-281-1/+8
* Fix build with path names with 'align' or 'nop' in them.Warner Losh2017-03-271-2/+10
* loader: verify the value from dhcp.interface-mtu and use snprintf to set mtuToomas Soome2017-03-201-1/+1
* loader: pxe.h constants have wrong valuesToomas Soome2017-03-201-2/+2
* loader: biosdisk should report IO error from INT13Toomas Soome2017-03-161-6/+14
* loader: remove open_disk cacheToomas Soome2017-03-161-18/+5
* r314948 seems to be missing a variable or two that will breakSean Bruno2017-03-101-0/+3
* Try to extract the RFC1048 data from PXE. If we get enough info we can skipMariusz Zaborski2017-03-091-2/+27
* Some style(9) fixes. No functional changes.Mariusz Zaborski2017-03-091-153/+150
* Remove unused macro from common/drv.c.Mariusz Zaborski2017-02-252-16/+0
* loader: disk io should not use alloca()Toomas Soome2017-02-063-21/+19
* loader: biosdisk fix for 2+TB disksToomas Soome2017-02-061-11/+85
* loader: disk/part api needs to use uint64_t offsetsToomas Soome2017-02-011-1/+1
* dosfs support in libstand is broken since r298230Toomas Soome2016-12-304-17/+17
* boot2 will deadlock if extended keys are used on text inputToomas Soome2016-12-301-15/+34
* cdboot: add explict suffix to ambiguous or instructionEd Maste2016-12-281-1/+1
* btxldr: process all PT_LOAD segments, not just the first twoEd Maste2016-12-281-7/+1
* loader: use strip -o instead of cp and strip in placeEd Maste2016-12-281-2/+1
* Deduplicate loader vers.c Makefile rulesEd Maste2016-12-191-5/+2
* Reduce boot loader version string duplicationEd Maste2016-12-181-4/+2
* dd is currently a bootstrap tool. It really doesn't have any businessWarner Losh2016-12-023-4/+4
* loader: smbios version check is not correctToomas Soome2016-11-191-1/+2
* lsdev device name section headers should be printed by dv_print callback.Toomas Soome2016-11-194-0/+21
* make pxeboot consistent with common/dev_net.cBaptiste Daroussin2016-11-091-4/+5
* Loader paged/pageable data is not always paged.Toomas Soome2016-11-084-25/+37
* zfsbootcfg: a simple tool to set next boot (one time) options for zfsbootAndriy Gapon2016-10-295-9/+130
* LIBSTAND goes last, so put it last here too.Warner Losh2016-10-262-2/+2
* Back out the move to the loader script from -N. This should fix theWarner Losh2016-10-261-2/+4
* Really make WITHOUT_FORTH (MK_FORTH==no) work. The recent inclusion ofWarner Losh2016-10-252-2/+6
* Create a pcibios-version environment FORTH word. This allows one toWarner Losh2016-10-151-2/+4
* Create a new linker set, Xficl_compile_set which contains a list ofWarner Losh2016-10-143-8/+161
* Disable loop unrolling in skein for sys/bootAllan Jude2016-10-062-0/+5
* The getsecs() function is implemented in platform- and bootfw-specificStephen J. Kiernan2016-09-221-1/+1