summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
AgeCommit message (Expand)Author
2023-06-29Primary bootstrap is now able to read a GPT inside RAIDframe.manu
2023-06-24Fix typo in comment.msaitoh
2023-06-20``int i'' is used only for SUPPORT_NFS || SUPPORT_TFTP.rin
2023-06-19whitespace -> tab, blank line, no binary changes.rin
2023-06-03adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2023-05-14x86/efiboot: Nix trailing whitespace.riastradh
2023-05-10Raise the version for new feature (here reloc command)manu
2023-04-20Add reloc keyworkd to let EFI bootstrap load amd64 kernel at any addressmanu
2023-01-18Fix the clang build by setting -z noseparate-codechristos
2022-12-25Fix broken flag -nocombreloc, 2.34 did not complain for not understanding it,christos
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-06-08Do not use default entry's parameters for for plain "boot" commandwiz
2022-05-11fix various typos in comments.andvar
2022-05-03Trailing whitespacejmcneill
2022-04-01s/potected/protected and s/investication/investigation/ in comments.andvar
2022-03-06pass errno through switch to protected mode.mlelstv
2021-12-28In biosdisk_findpartition() check if part_name isn't NULL beforesimonb
2021-12-28Fix a tyop.simonb
2021-12-27Revert rev 1.12 of devopen.c. This had the unintented side effectsimonb
2021-12-05s/decriptor/descriptor/ in comment.msaitoh
2021-11-18Fix crash because of NULL pointer referencemanu
2021-11-18Do not pass BIOS geometry when booting using EFImanu
2021-10-28Make "0 seconds" overwrite the countdown also when enter is pressedkim
2021-09-16fix various typos, mainly in comments.andvar
2021-09-07Remove banner printing code from bootloaders, add it to libsa.nia
2021-08-02fix various typos in comments and log messages.andvar
2021-07-21Separate MI smbios interface from MD specific code.jmcneill
2021-06-24boot1.c: remove a comment that's no longer relevant/correctgutteridge
2021-06-22efiboot (x86): add ASCII artnia
2021-06-21use a single printf call for readabilitynia
2021-06-21biosboot: Add ASCII art.nia
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-07-15Let consdev command also set speedkim
2020-05-14Remove extra semicolon.msaitoh
2020-04-04Infrastructure for putting kernel+modules in /netbsd/kernel andchristos
2020-04-04Add --noinhibit-exec and --no-dynamic-linkerchristos
2020-03-21Fix clang build after packed lfs64 accessor change.riastradh
2020-02-22Remove check for bestmode==-1 (shouldn't happen)jmcneill
2020-02-22If the default GOP mode is unavailable, fallback to the first mode defined.jmcneill
2020-02-11Use 1024x768 as the default GOP mode. It is the only option available forjmcneill
2020-02-09Do not clear the screen before exiting boot services as this may cause anjmcneill
2020-02-08Fix a few bugs related to the framebuffer:jmcneill
2020-01-22Clamp FAT partition size to 32 bit byte offsets to make the code smallmartin
2020-01-18x86 efiboot: Fixed the problem that /EFI/NetBSD/boot.cfg could not be loaded.nonaka