summaryrefslogtreecommitdiff
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-14119-20954/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-109-30/+19
* Move LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELIWarner Losh2017-11-106-39/+16
* Replace LOADER_FIREWIRE_SUPPORT variableWarner Losh2017-11-103-7/+17
* Remove LOADER_ZFS_SUPPORT as a Makefile variableWarner Losh2017-11-102-17/+4
* loader: set options before including bsd.init.mkRoger Pau Monné2017-11-082-11/+12
* Centralize all 32-bit builds on 64-bit platform stuff.Warner Losh2017-11-061-5/+0
* Prefer bsd.init.mk to src.opts.mkWarner Losh2017-11-061-1/+1
* Move machine and other link creation to defs.mkWarner Losh2017-11-068-55/+3
* Define LIBFICL32 to be libficl.a on i386 and libficl32.a on amd64.Warner Losh2017-11-061-9/+2
* This used to have bzip2 support too.Warner Losh2017-11-021-0/+1
* loader: fix BOOTSRC -> BOOTOBJ in a library pathAndriy Gapon2017-11-021-1/+1
* loader: re-enable gzip support for x86Roger Pau Monné2017-11-021-0/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-315-8/+9
* For amd64, compile both zfs and zfs32 libraries.Warner Losh2017-10-304-21/+27
* Use defs.mk name and prefer bsd.init.mkWarner Losh2017-10-3018-118/+116
* Move BINDIR definition to defs.mk, and override where it isn't /bootWarner Losh2017-10-251-2/+0
* Use BOOTSRC here.Warner Losh2017-10-221-1/+1
* End source directories with SRC rather than a hodgepodge of namesWarner Losh2017-10-224-5/+5
* Use BOOTOBJ and BOOTDIR to find geli includes and libraries.Warner Losh2017-10-224-7/+7
* Stopgap fix to the mistmatch between LOADER_GELI_SUPPORT andWarner Losh2017-10-223-3/+3
* LOADER_foo_SUPPORTEDWarner Losh2017-10-163-24/+10
* Move all the ficl common code into ficl.mkWarner Losh2017-10-161-13/+9
* Move common/Makefile.inc to sys/boot/loader.mk.Warner Losh2017-10-161-4/+2
* Move ufsread.cWarner Losh2017-10-121-1/+1
* Honor CFLAGS modifications in Makefile.inc by using += here. There'sWarner Losh2017-10-121-1/+1
* Move crc32.c, util.c and gpt.c over to libsa.Warner Losh2017-10-123-6/+10
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-103-7/+0
* Define LIBSA* and use them instead of overloaded LIBSTANDWarner Losh2017-10-094-13/+5
* Define SASRC and use itWarner Losh2017-10-093-3/+3
* 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
* i386/boot2: -fno-asynchronous-unwind-tables for gccRyan Libby2017-08-091-0/+1
* Revert r321969Enji Cooper2017-08-031-7/+5
* Fix the return types for printf and putchar to match their libc andEnji Cooper2017-08-031-5/+7
* loader: chain load relocate data declaration is badToomas Soome2017-06-292-5/+7
* Allow Clang's integrated assembler to assemble boot0Ed Maste2017-06-231-3/+0
* Add chain loader support for loaderToomas Soome2017-06-166-2/+533
* Followup on the user-class changesBaptiste Daroussin2017-05-281-1/+1
* Catch with the change in the user classBaptiste Daroussin2017-05-271-1/+1
* Capitalize DHCPBaptiste Daroussin2017-05-271-1/+1
* Document recent changes on pxebootBaptiste Daroussin2017-05-271-1/+30
* Always build tftpfs support along with nfs for pxebootBaptiste Daroussin2017-05-271-2/+4
* libstand: increase nfs max read size to 16kToomas Soome2017-05-161-2/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-092-2/+0
* loader: network read reworkToomas Soome2017-05-063-348/+205
* distinguish NFS versus TFTP boot by rootpathBaptiste Daroussin2017-05-061-7/+5