aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/loader/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-89/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-101-14/+8
* Move LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELIWarner Losh2017-11-101-9/+2
* Replace LOADER_FIREWIRE_SUPPORT variableWarner Losh2017-11-101-6/+5
* Remove LOADER_ZFS_SUPPORT as a Makefile variableWarner Losh2017-11-101-10/+2
* loader: set options before including bsd.init.mkRoger Pau Monné2017-11-081-10/+10
* Move machine and other link creation to defs.mkWarner Losh2017-11-061-6/+2
* 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
* For amd64, compile both zfs and zfs32 libraries.Warner Losh2017-10-301-0/+4
* Use defs.mk name and prefer bsd.init.mkWarner Losh2017-10-301-16/+14
* End source directories with SRC rather than a hodgepodge of namesWarner Losh2017-10-221-2/+2
* Use BOOTOBJ and BOOTDIR to find geli includes and libraries.Warner Losh2017-10-221-2/+2
* LOADER_foo_SUPPORTEDWarner Losh2017-10-161-17/+6
* 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
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-101-4/+0
* Define LIBSA* and use them instead of overloaded LIBSTANDWarner Losh2017-10-091-4/+2
* Define SASRC and use itWarner Losh2017-10-091-1/+1
* Add chain loader support for loaderToomas Soome2017-06-161-1/+1
* Always build tftpfs support along with nfs for pxebootBaptiste Daroussin2017-05-271-2/+4
* loader: network read reworkToomas Soome2017-05-061-0/+5
* Implement boot-time encryption key passing (keybuf)Allan Jude2017-04-011-0/+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
* Really make WITHOUT_FORTH (MK_FORTH==no) work. The recent inclusion ofWarner Losh2016-10-251-2/+2
* Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsbootAllan Jude2016-03-161-2/+9
* Add more .NOMETA missed in r291320Bryan Drewery2016-03-111-1/+1
* Revert r269030. CLEANFILES is already added to .NOPATH since r241298.Bryan Drewery2016-03-111-1/+1
* Remove guards around overwriting loader.rc and menu.rcAllan Jude2015-08-061-6/+1
* Install loader(8) and zfsloader(8) only onceBaptiste Daroussin2015-06-191-0/+1
* Revert .PATH changes to fix mips build.Jung-uk Kim2015-04-031-0/+1
* Install newly added brand-*.4th and logo-*.4th files and reduce duplication.Jung-uk Kim2015-04-021-7/+2
* Add support for calling pcibios routines from theWarner Losh2014-09-101-0/+1
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0
* Add .NOPATH to the machine target so that builds in sys/boot work and don'tSean Bruno2014-07-231-1/+1
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Build boot/ficl as 64-bit library on amd64Ed Maste2014-04-031-0/+4
* Build a 32-bit libstand under sys/boot/Ed Maste2014-02-061-0/+2
* Hook in new files menusets.4th and manual.Devin Teske2012-11-071-1/+1
* Reduce the number of attempts to detect proper kld format for the amd64Andrey V. Elsukov2012-09-301-0/+1
* Remove unneeded flag.Andrey V. Elsukov2012-08-051-3/+0
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-171-0/+3
* i386 zfsloader: rename LIBZFS to LIBZFSBOOTAndriy Gapon2012-05-091-5/+3
* - Whitespaces fixed onlyMartin Wilke2011-11-191-3/+3
* New boot loader menus from Devin Teske.Julian Elischer2011-05-281-0/+5
* For consistency, change all 'i386' and MACHINE_ARCH to x86.Xin LI2010-08-311-1/+1