aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/libi386
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1434-8611/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-101-2/+1
* Move LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELIWarner Losh2017-11-101-6/+3
* Move machine and other link creation to defs.mkWarner Losh2017-11-061-10/+0
* For amd64, compile both zfs and zfs32 libraries.Warner Losh2017-10-301-2/+2
* Use defs.mk name and prefer bsd.init.mkWarner Losh2017-10-301-9/+9
* End source directories with SRC rather than a hodgepodge of namesWarner Losh2017-10-221-1/+1
* Use BOOTOBJ and BOOTDIR to find geli includes and libraries.Warner Losh2017-10-221-1/+1
* Stopgap fix to the mistmatch between LOADER_GELI_SUPPORT andWarner Losh2017-10-221-1/+1
* LOADER_foo_SUPPORTEDWarner Losh2017-10-161-7/+2
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-101-2/+0
* Define SASRC and use itWarner Losh2017-10-091-1/+1
* After the r317886 support for TFTP and NFS can be enable simultaneously.Mariusz Zaborski2017-09-231-2/+2
* loader: biosmem allocate heap just below 4GBToomas Soome2017-09-181-5/+14
* loader: biosmem.c cstyle cleanupToomas Soome2017-09-141-127/+134
* Remove useless 'static' for an enum definition.Warner Losh2017-08-261-1/+1
* Make spinconsole platform independent and hook it up into EFI loader onMaxim Sobolev2017-08-251-14/+18
* loader: chain load relocate data declaration is badToomas Soome2017-06-291-1/+4
* Add chain loader support for loaderToomas Soome2017-06-163-1/+388
* loader: network read reworkToomas Soome2017-05-062-348/+200
* distinguish NFS versus TFTP boot by rootpathBaptiste Daroussin2017-05-061-7/+5
* 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
* Implement boot-time encryption key passing (keybuf)Allan Jude2017-04-013-5/+45
* Remove OLD_NFSV2 from loader and libstandToomas Soome2017-03-301-55/+0
* loader: move bios getsecs into time.cToomas Soome2017-03-282-7/+9
* 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-157/+154
* loader: disk io should not use alloca()Toomas Soome2017-02-062-21/+11
* 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-303-15/+15
* 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-193-0/+17
* make pxeboot consistent with common/dev_net.cBaptiste Daroussin2016-11-091-4/+5
* Loader paged/pageable data is not always paged.Toomas Soome2016-11-083-21/+28
* Really make WITHOUT_FORTH (MK_FORTH==no) work. The recent inclusion ofWarner Losh2016-10-251-0/+4
* 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
* The getsecs() function is implemented in platform- and bootfw-specificStephen J. Kiernan2016-09-221-1/+1
* bd_int13probe() should check extended info if sector info is badToomas Soome2016-09-011-4/+19
* Netboot: allow both tftpfs and nfs in both pxeboot and loader.efiBaptiste Daroussin2016-08-311-16/+19
* The read-ahead code from r298230 made it likely the boot code would readPeter Wemm2016-08-281-9/+10
* Add kernel environment variables under smbios.system for the followingStephen J. Kiernan2016-08-101-0/+6