aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* loader.efi: Fix some arm64 PE metadataMark Johnston2023-05-292-22/+29
* libsa: Disable -Wdangling-pointer for zfs.c.John Baldwin2023-05-031-0/+2
* loader: comconsole: don't unconditionally wipe out hw.uart.consoleKyle Evans2023-04-261-1/+2
* stand: Remove a double word in a source code commentGordon Bergling2023-04-231-1/+1
* libsa: make single bit bitfields unsigned to avoid clang 16 warningDimitry Andric2023-04-221-2/+2
* loader: lua: disable autoboot timer after password entryCyrus Rahman2023-04-201-0/+1
* loader: lua: unload the kernel when changing BEsCyrus Rahman2023-04-201-0/+3
* stand: fix build userboot without zfsMichael Paepcke2023-02-282-1/+5
* lua: reduce diffs between luaconf.h copiesEd Maste2023-02-201-3/+4
* stand: Update mfc notesWarner Losh2023-02-201-2/+6
* loader: always install help filesMitchell Horne2023-02-158-8/+21
* efiserialio: use port settings (sio->Mode) for initial setupToomas Soome2023-02-101-16/+22
* loader: md: Use default func for fmtdev and parsedevEmmanuel Vadot2023-01-271-2/+0
* stand/mips: retire BERI boot loaderWarner Losh2023-01-2533-3510/+0
* stand: updated MFC info.Warner Losh2023-01-251-1/+5
* stand/mips64: Make beri loader compileWarner Losh2023-01-251-5/+6
* stand: update mips uboot to uboot reorgWarner Losh2023-01-258-103/+26
* stand/uboot: Remove -fPIC hereWarner Losh2023-01-251-2/+0
* stand: mfc notesWarner Losh2023-01-251-0/+31
* Revert "mips: remove saf1761"Warner Losh2023-01-251-0/+8
* Revert "Bump the FreeBSD kernel version in kernel boot shim."Warner Losh2023-01-251-1/+1
* Revert "stand: remove mips support"Warner Losh2023-01-2547-2/+3965
* stand: dev can't be NULL in default_prasedevWarner Losh2023-01-241-4/+1
* kboot: Use standard set_currdevWarner Losh2023-01-241-3/+10
* kboot: Add hostdisk overrideWarner Losh2023-01-242-11/+75
* kboot: Fetch hostfs_root and bootdev from the environmentWarner Losh2023-01-241-2/+17
* kboot: Add ZFS support build glueWarner Losh2023-01-241-0/+7
* kboot: Add support for ZFS volumesWarner Losh2023-01-242-0/+23
* kboot: Add ZFS support to hostdiskWarner Losh2023-01-242-2/+127
* kboot: Rework hostdisk.c to allow easier ZFS support.Warner Losh2023-01-241-23/+114
* stand/zfs: Fix memory leaking on error casesWarner Losh2023-01-241-16/+26
* stand/uboot: Explain why we test for NULL hereWarner Losh2023-01-241-0/+4
* stand/ofw: dev can't be NULL hereWarner Losh2023-01-241-2/+1
* stand: Separate base and cli parts of nvstoreWarner Losh2023-01-246-161/+223
* stand: create common set_currdevWarner Losh2023-01-245-28/+19
* stand: Move dev_cleanup into libsaWarner Losh2023-01-244-13/+12
* stand: Create common gen_setcurrdev and replace codeWarner Losh2023-01-2415-81/+29
* stand/efi: Better variable nameWarner Losh2023-01-241-4/+4
* stand/zfs: Add a third argument to zfs_probe_dev: part_tooWarner Losh2023-01-246-7/+9
* kboot: use 128MB for the heap area, ZFS needs a lot of memoryWarner Losh2023-01-241-1/+1
* kboot: Sort kexec_load alphabeticallyWarner Losh2023-01-241-6/+6
* stand: Add macros for file types from statWarner Losh2023-01-241-0/+22
* kboot: Disks should be at least 16MBWarner Losh2023-01-241-0/+4
* kboot: hostdisk.c update copyright noticeWarner Losh2023-01-241-0/+1
* stand: Allow stand.h to be included in C++ programsWarner Losh2023-01-241-1/+6
* stand: Add inttype.hWarner Losh2023-01-241-1/+1
* stand: Make ioctl declaration consistentWarner Losh2023-01-242-1/+2
* kboot: Use (void) instead of () for functiosn with no argsWarner Losh2023-01-242-7/+7
* kboot: Allow loading fdt from different sourcesWarner Losh2023-01-241-6/+20
* kboot: Need to find the ACPI tablesWarner Losh2023-01-242-0/+52