summaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-14683-136517/+0
* Move sys/boot/fdt/dts to sys/dts and adjust scripts.Warner Losh2017-11-14116-27290/+0
* Don't add /boot/dt*s* but /boot/dt*b*. Stupid think-o. /boot/dtb wasWarner Losh2017-11-131-1/+1
* Add /boot/dts to the list of default modules. The minimal arm and mipsWarner Losh2017-11-131-1/+1
* Add loader.conf to the list of files that are MD.Warner Losh2017-11-132-2/+1
* Use proper include file. While <boot/userboot/userboot.h> works, itWarner Losh2017-11-131-1/+1
* boot1: also check for NULL deviceEd Maste2017-11-121-7/+9
* Make sure the proper loader.rc gets installed.Warner Losh2017-11-121-3/+10
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-1039-203/+96
* Move LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELIWarner Losh2017-11-1010-43/+39
* Replace LOADER_FIREWIRE_SUPPORT variableWarner Losh2017-11-103-7/+17
* Remove useless PNP define here.Warner Losh2017-11-101-3/+0
* Remove LOADER_ZFS_SUPPORT as a Makefile variableWarner Losh2017-11-109-26/+30
* Remove LOADER_FDT_SUPPORT as a Makefile variable.Warner Losh2017-11-1012-38/+27
* FDT support doesn't make sense for ps3. There's no support in the ps3Warner Losh2017-11-101-8/+1
* Remove all the empty help files from the powerpc build.Warner Losh2017-11-108-8/+4
* Simplify this if to a direct assignment.Warner Losh2017-11-101-5/+1
* libsa32 isn't needed for i386. It's already a 32-bit platform andWarner Losh2017-11-101-1/+0
* boot1: avoid using NULL device pathEd Maste2017-11-101-14/+15
* loader.efi: efi_devpath_is_prefix should return boolToomas Soome2017-11-102-9/+9
* loader: set options before including bsd.init.mkRoger Pau Monné2017-11-0812-104/+105
* Centralize all 32-bit builds on 64-bit platform stuff.Warner Losh2017-11-0610-52/+14
* Prefer bsd.init.mk to src.opts.mkWarner Losh2017-11-066-8/+5
* MACHINE can never be powerpc64, so cleanup code that thinks it can.Warner Losh2017-11-061-4/+2
* Move machine and other link creation to defs.mkWarner Losh2017-11-0618-145/+42
* Prefer bsd.init.mk to other constructs.Warner Losh2017-11-061-3/+1
* Use DO32 for all the places that we need to flag we're building a 32Warner Losh2017-11-066-10/+16
* Define LIBFICL32 to be libficl.a on i386 and libficl32.a on amd64.Warner Losh2017-11-062-9/+6
* Powerpc is a 32-bit boot loader.Warner Losh2017-11-068-14/+15
* Cleanup stray libstand names to be libsa names.Warner Losh2017-11-042-13/+13
* Revert "WIP: centralize machine links"Warner Losh2017-11-041-34/+0
* Revert "mostly libsa"Warner Losh2017-11-043-5/+4
* mostly libsaWarner Losh2017-11-043-4/+5
* WIP: centralize machine linksWarner Losh2017-11-041-0/+34
* 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
* zfs.c:vdev_read() needs to be careful about large sectorsToomas Soome2017-11-021-7/+51
* efipart_strategy is using wrong offset with >512B sectorsToomas Soome2017-11-011-1/+5
* loader ptblread() is broken with >512B sectorsToomas Soome2017-10-311-0/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-3113-18/+18
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-312-0/+24
* Actually add zfs32/MakefileWarner Losh2017-10-301-0/+5
* For amd64, compile both zfs and zfs32 libraries.Warner Losh2017-10-3019-117/+66
* Minor cleanupWarner Losh2017-10-301-3/+1
* We don't need to build a special ficl for userboot.Warner Losh2017-10-303-75/+1
* Remove the -nostdlib stuff I added. Instead, fix LDFLAGS to be honoredWarner Losh2017-10-302-5/+3
* Use defs.mk name and prefer bsd.init.mkWarner Losh2017-10-3019-122/+118
* Use defs.mk values for userbootWarner Losh2017-10-304-22/+19
* Use defs.mk defins in most MD codeWarner Losh2017-10-3011-84/+81