aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* Always build tftpfs support along with nfs for pxebootBaptiste Daroussin2017-05-271-2/+4
* Support URI scheme for root-path in netbootingBaptiste Daroussin2017-05-271-10/+52
* Pass -N directly to ld via -Wl rather than passing it to the compiler driver.John Baldwin2017-05-231-1/+1
* Replacing iterating over rootpath by strsep(3).Mariusz Zaborski2017-05-221-8/+6
* Fix the offset for the CPU0 MPIC registers.Luiz Otavio O Souza2017-05-171-1/+1
* libstand: increase nfs max read size to 16kToomas Soome2017-05-161-2/+2
* Set the right variable when overriding the default console speed.Mark Johnston2017-05-111-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-092-2/+0
* loader: network read reworkToomas Soome2017-05-069-425/+333
* distinguish NFS versus TFTP boot by rootpathBaptiste Daroussin2017-05-062-15/+9
* [arm] [rt1310] add initial RT1310 SoC code.Adrian Chadd2017-05-062-0/+251
* zfsboot: drvsize() may be unusable on some systemsToomas Soome2017-05-041-2/+54
* loader.efi: ResetSystem does not use data with EFI_SUCCESSToomas Soome2017-05-011-2/+1
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-5/+0
* loader: uboot disk ioctl should call disk_ioctlToomas Soome2017-04-181-0/+5
* loader: F_READ/F_WRITE should be checked against masked flagToomas Soome2017-04-1811-4/+11
* Switch BERI Programmable Interrupt Controller to INTRNG.Ruslan Bukin2017-04-184-72/+92
* loader: zfs reader vdev_probe should check for minimum device sizeToomas Soome2017-04-181-1/+10
* Replace the RC4 algorithm for generating in-kernel secure randomMark Murray2017-04-161-1/+1
* loader: Avoid possible overflow via environment variableConrad Meyer2017-04-131-1/+1
* loader/multiboot: fix multiboot loadingRoger Pau Monné2017-04-133-0/+59
* loader.efi: only fetch zfs pool guid for the actual boot deviceToomas Soome2017-04-111-21/+9
* loader: r316585 did miss sparc/ofwToomas Soome2017-04-104-14/+87
* loader: r316585 did miss userboot updateToomas Soome2017-04-092-2/+18
* Silence GCC warning by initializing the local variable.Alexander Kabaev2017-04-071-0/+1
* Do not use -msoft-float with intention of disabling FP on aarch64Alexander Kabaev2017-04-075-5/+11
* 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-067-96/+185
* loader: want mechanism to avoid RA with bcacheToomas Soome2017-04-062-4/+15
* loader: part.c cstyle cleanupToomas Soome2017-04-061-22/+22
* Small cleanup to make i386/loader match efi/loader boot environment codeAllan Jude2017-04-031-1/+1
* Restore EFI boot environment functionality broken in r313333Allan Jude2017-04-031-0/+1
* Fix sparc64 build broken by r316343 and r316076Allan Jude2017-04-021-0/+3
* Correct a comment... the stack used by ubldr is the same stack u-boot wasIan Lepore2017-04-011-1/+3
* Reduce the diff on beaglebone-black DTS.Emmanuel Vadot2017-04-011-13/+1
* Preserve the registers containing argc, argv, and return address valuesIan Lepore2017-04-011-0/+9
* Implement boot-time encryption key passing (keybuf)Allan Jude2017-04-0115-69/+335
* Add explicit_bzero() to libstand, and switch GELIBoot to using itAllan Jude2017-03-317-16/+13
* Remove OLD_NFSV2 from loader and libstandToomas Soome2017-03-301-55/+0
* loader: simplify efi_zfs_probe and avoid double probing for zfs.Toomas Soome2017-03-301-43/+22
* loader: efipart should check disk size from partition tableToomas Soome2017-03-301-9/+28
* 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
* self_reloc.c: Pass -Wno-error=maybe-uninitialized to gcc versions greater tha...Enji Cooper2017-03-283-0/+12
* loader: ls command should display file types properlyToomas Soome2017-03-281-18/+43
* loader: move bios getsecs into time.cToomas Soome2017-03-282-7/+9
* Use `-Wno-missing-declarations` with CWARNFLAGS for skein.cEnji Cooper2017-03-281-0/+4
* Don't hardcode input files for stage 1/2 bootloaders; use .ALLSRC insteadEnji Cooper2017-03-284-8/+8
* Remove -Wunused-but-set variable, `tail` in `ls_getdir(..)`Enji Cooper2017-03-281-2/+1
* Remove redundant declaration for `zfs_crc64_table`Enji Cooper2017-03-281-1/+0