summaryrefslogtreecommitdiff
path: root/sys/boot
AgeCommit message (Expand)Author
2017-05-27Always build tftpfs support along with nfs for pxebootBaptiste Daroussin
2017-05-27Support URI scheme for root-path in netbootingBaptiste Daroussin
2017-05-23Pass -N directly to ld via -Wl rather than passing it to the compiler driver.John Baldwin
2017-05-22Replacing iterating over rootpath by strsep(3).Mariusz Zaborski
2017-05-17Fix the offset for the CPU0 MPIC registers.Luiz Otavio O Souza
2017-05-16libstand: increase nfs max read size to 16kToomas Soome
2017-05-11Set the right variable when overriding the default console speed.Mark Johnston
2017-05-09DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-05-06loader: network read reworkToomas Soome
2017-05-06distinguish NFS versus TFTP boot by rootpathBaptiste Daroussin
2017-05-06[arm] [rt1310] add initial RT1310 SoC code.Adrian Chadd
2017-05-04zfsboot: drvsize() may be unusable on some systemsToomas Soome
2017-05-01loader.efi: ResetSystem does not use data with EFI_SUCCESSToomas Soome
2017-04-24Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis
2017-04-18loader: uboot disk ioctl should call disk_ioctlToomas Soome
2017-04-18loader: F_READ/F_WRITE should be checked against masked flagToomas Soome
2017-04-18Switch BERI Programmable Interrupt Controller to INTRNG.Ruslan Bukin
2017-04-18loader: zfs reader vdev_probe should check for minimum device sizeToomas Soome
2017-04-16Replace the RC4 algorithm for generating in-kernel secure randomMark Murray
2017-04-13loader: Avoid possible overflow via environment variableConrad Meyer
2017-04-13loader/multiboot: fix multiboot loadingRoger Pau Monné
2017-04-11loader.efi: only fetch zfs pool guid for the actual boot deviceToomas Soome
2017-04-10loader: r316585 did miss sparc/ofwToomas Soome
2017-04-09loader: r316585 did miss userboot updateToomas Soome
2017-04-07Silence GCC warning by initializing the local variable.Alexander Kabaev
2017-04-07Do not use -msoft-float with intention of disabling FP on aarch64Alexander Kabaev
2017-04-07In r298230 the value of HEAP_MIN was changed from 3MB to 64MB. Correct aBenno Rice
2017-04-06loader: zfs reader should check all labelsToomas Soome
2017-04-06loader: want mechanism to avoid RA with bcacheToomas Soome
2017-04-06loader: part.c cstyle cleanupToomas Soome
2017-04-03Small cleanup to make i386/loader match efi/loader boot environment codeAllan Jude
2017-04-03Restore EFI boot environment functionality broken in r313333Allan Jude
2017-04-02Fix sparc64 build broken by r316343 and r316076Allan Jude
2017-04-01Correct a comment... the stack used by ubldr is the same stack u-boot wasIan Lepore
2017-04-01Reduce the diff on beaglebone-black DTS.Emmanuel Vadot
2017-04-01Preserve the registers containing argc, argv, and return address valuesIan Lepore
2017-04-01Implement boot-time encryption key passing (keybuf)Allan Jude
2017-03-31Add explicit_bzero() to libstand, and switch GELIBoot to using itAllan Jude
2017-03-30Remove OLD_NFSV2 from loader and libstandToomas Soome
2017-03-30loader: simplify efi_zfs_probe and avoid double probing for zfs.Toomas Soome
2017-03-30loader: efipart should check disk size from partition tableToomas Soome
2017-03-29xfsread inlined uses more space, so remove the inline tag. ThisWarner Losh
2017-03-29Parameterize out 7680 (15 * 512) as BOOT2SIZE, similar to sys/boot/i386/zfsbo...Enji Cooper
2017-03-28self_reloc.c: Pass -Wno-error=maybe-uninitialized to gcc versions greater tha...Enji Cooper
2017-03-28loader: ls command should display file types properlyToomas Soome
2017-03-28loader: move bios getsecs into time.cToomas Soome
2017-03-28Use `-Wno-missing-declarations` with CWARNFLAGS for skein.cEnji Cooper
2017-03-28Don't hardcode input files for stage 1/2 bootloaders; use .ALLSRC insteadEnji Cooper
2017-03-28Remove -Wunused-but-set variable, `tail` in `ls_getdir(..)`Enji Cooper
2017-03-28Remove redundant declaration for `zfs_crc64_table`Enji Cooper