aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/loader/Makefile
Commit message (Expand)AuthorAgeFilesLines
* loader: Minor comentary tweakWarner Losh2024-08-021-2/+2
* stand: Reduce limit to 500k for x86 loaderWarner Losh2024-08-011-1/+6
* stand: Stop building in fat, ext2fs, gzip and bzip to BIOS /boot/loaderWarner Losh2024-07-251-4/+4
* loader: Make MK_LOADER_BIOS_TEXTONLY workWarner Losh2024-02-181-1/+15
* loader: Bump the limit to 560,000 bytes for BIOS loaderWarner Losh2024-02-161-3/+2
* kboot: Add our own lua bindingsWarner Losh2024-02-161-1/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* loader: always install help filesMitchell Horne2023-02-031-0/+1
* stand: Remove i386-only support fire firewireWarner Losh2022-11-181-7/+2
* stand: Fix a couple of comment typos in f8a199f28f9dJessica Clarke2022-08-131-2/+2
* stand: Raise limit to 550,000 bytes for loaderWarner Losh2022-08-131-2/+16
* stand: Go back to a.out format for /boot/loaderWarner Losh2022-08-111-6/+6
* stand: Make BIOS loader size limits settableWarner Losh2022-08-111-1/+1
* stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldrWarner Losh2022-08-111-0/+5
* stand: i386/amd64: Always use elf format for /boot/loader and pxeldrWarner Losh2022-08-111-1/+1
* i386 loaders: avoid lld 13 garbage collecting linker setsDimitry Andric2021-09-081-0/+6
* type: becauce -> becauseWarner Losh2021-07-221-1/+1
* boot: fix OBJS to not include BTX's crt0.oWarner Losh2021-05-061-2/+12
* loader: create built in font from bold font faceToomas Soome2021-01-231-1/+1
* loader: implement framebuffer consoleToomas Soome2021-01-021-2/+11
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-211-0/+5
* Allow overriding the tool used for stripping binariesAlex Richardson2020-08-111-1/+1
* Revert that!Simon J. Gerraty2020-07-191-7/+3
* Oops missed Makefile.configSimon J. Gerraty2020-07-191-3/+7
* Link stand/i386 components using a linker scriptDimitry Andric2020-03-041-1/+3
* loader: --gc-sections needs sections to work withToomas Soome2019-09-081-1/+1
* MK_ZFS -> {MK_ZFS|MK_LOADER_ZFS}, this is so we can diable userland / kernelMatt Macy2019-01-051-2/+2
* Create a loader for each interpreter for x86 BIOS and all EFIWarner Losh2018-08-141-4/+6
* Older zfs boot blocks don't support symlinks. install the link toWarner Losh2018-07-231-1/+1
* Collapse zfsloader functionality back down into loader.Warner Losh2018-07-201-0/+5
* Extend loader(8) geli support to all architectures and all disk-like devices.Ian Lepore2018-07-131-2/+0
* Move ZFS files into libsaWarner Losh2018-07-081-2/+2
* stand: move libgeliboot into libsa.Warner Losh2018-06-181-2/+2
* Honor settings for including / excluding cd9660, ufs, ext2fs and msdos.Warner Losh2018-02-211-3/+3
* Invent new LDR_INTERP for the loader interpreter to use. Use this inWarner Losh2018-02-021-2/+2
* Centralize several variables.Warner Losh2018-02-021-3/+0
* Hoist btx include stuff to i386/Makefile.incWarner Losh2017-12-191-3/+0
* Move loader help file definitions to being 100% inside of loader.mk.Warner Losh2017-12-181-3/+1
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+89