summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/lib
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2023-04-20Add reloc keyworkd to let EFI bootstrap load amd64 kernel at any addressmanu
2022-09-21i386/stand: Handle 9.99.100 by taking four, not two, digits.riastradh
2022-09-10fix misspellings of 'available' and nearby typosrillig
2022-09-05G/C ISSET() macro copies. It has been defined in <sys/types.h> since 2006.tsutsui
2022-06-08Remove now unused bootdefault() function.wiz
2022-05-03Trailing whitespacejmcneill
2022-04-01s/potected/protected and s/investication/investigation/ in comments.andvar
2021-12-28In biosdisk_findpartition() check if part_name isn't NULL beforesimonb
2021-12-28Fix a tyop.simonb
2021-09-16fix various typos, mainly in comments.andvar
2021-08-02fix various typos in comments and log messages.andvar
2021-07-21Separate MI smbios interface from MD specific code.jmcneill
2021-05-30Add "root" command to provide a BTINFO_ROOTDEVICE parameter.mlelstv
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2020-08-24s/ressource/resource/. No functional change.msaitoh
2020-05-14Remove extra semicolon.msaitoh
2020-04-04Infrastructure for putting kernel+modules in /netbsd/kernel andchristos
2019-12-17Do not use NAME=label syntax when label are emptymanu
2019-12-15PR/54767: elo: fix incorrect test (mlelstv)christos
2019-12-10In-RAID partitions with no name can be candidate for bootingmanu
2019-12-07loadfile sets errno, return the correct error, not EIO.christos
2019-10-18Remove prototype added twice by mistakemanu
2019-10-18Fix kernel symbols for multiboot2manu
2019-10-18Add kernel symbols for multiboot1manu
2019-10-18Fix multiboot1 header detectionmanu
2019-09-15Remove debug define.manu
2019-09-13Add multiboot 2 support to x86 bootloadersmanu
2019-08-18Correct the memset(3)'s third argument in i386 biosdisk.ckamil
2019-08-18Add GPT and RAIDframe support to bootloadersmanu
2019-08-01Fix buffer overflow in BIOS disk geometry collect for bootinfomanu
2019-07-26Pre-allocate memory for the kernel space at startup.nonaka
2019-06-24Now that the ufs module has been split out from ffs and ext2fs, we needpgoyette
2019-06-24Remove double-include for reboot.hpgoyette
2019-06-20Add KASLR support in UEFI.maxv
2018-06-13revert previous MAKEOBJDIRPREFIX massagingchristos
2018-06-11switch CFLAGS from using MAKEOBJDIRPREFIX to MAKEOBJDIR. This whole thingchristos
2018-05-27- Introduce :q modifier for make variables and make it double escape $'s sochristos
2018-04-02efiboot: try to read boot.cfg from /EFI/NetBSD on ESP of the booted disk.nonaka
2018-03-20efiboot: fix to find boot partition process.nonaka
2018-03-08efiboot: system can boot from CD/DVD-ROM media.nonaka
2018-02-02convert HAVE_GCC handling to modern GCC release numbering:mrg
2018-01-27Recent changes have increased the number of "things" the bootloaderpgoyette
2017-10-07Add a new option in libsa, to load dynamic binaries. A separate functionmaxv
2017-03-24efiboot: fix calculation of the kernel size when loading modules.nonaka
2017-03-12efiboot: Kernel modules are loaded in pre-allocated memory.nonaka
2017-02-23no need COUNT_KERNEL hack.nonaka
2017-02-11PR/51953: fix unable to boot on some AMD machine.nonaka
2017-02-11efiboot: Copy bootinfo to safe arena.nonaka
2017-01-24Initial commit of native amd64 EFI boot loader.nonaka