summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/boot
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2022-06-08Do not use default entry's parameters for for plain "boot" commandwiz
2021-09-07Remove banner printing code from bootloaders, add it to libsa.nia
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-07-15Let consdev command also set speedkim
2020-04-04Infrastructure for putting kernel+modules in /netbsd/kernel andchristos
2019-12-10In-RAID partitions with no name can be candidate for bootingmanu
2019-09-13Add multiboot 2 support to x86 bootloadersmanu
2019-09-02Make sure devices names are copied including last bytemanu
2019-08-18Add GPT and RAIDframe support to bootloadersmanu
2018-07-25Specify NOLIBCSANITIZER in x86 bootloader-like code under sys/arch/kamil
2018-06-02- Disable MKSANITIZERchristos
2017-11-14Add missing ).maxv
2017-11-08Add pkboot in "help".maxv
2017-10-11Reset has_prekern if pkboot fails. Otherwise here:maxv
2017-10-07Bump bootloader version, support for booting KASLR amd64 kernels.maxv
2017-10-07Add a new option in libsa, to load dynamic binaries. A separate functionmaxv
2017-04-08centralize vers.c building for standalone programs.christos
2016-02-03PR/50748: David Binderman: check bounds before dereferencechristos
2016-01-23We'll define the kernel types for standalone code.christos
2016-01-23Define _KERNTYPES for things that need it.christos
2015-08-20${PROG} depends on ${LDSCRIPT}.uebayasi
2015-06-11Also document the "splash" command in boot(8)khorben
2015-01-16Restore previous behavior: "boot -s" == "boot netbsd -s"christos
2014-06-28patch posted to tech-kern@ 2014/06/25 for review with minor changesrtr
2014-04-14Use ldscript. Identical output confirmed.uebayasi
2014-04-14Other boot loaders name ELF *.sym, not *.syms. Follow that convention.uebayasi
2014-03-26kill sprintf.christos
2014-03-20allow LS to be commented outchristos
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2014-01-04undo the linker script hack now that the linker scripts do this.christos
2014-01-01remove commented out -fno-reorder-functionschristos
2014-01-01Use a custom ldscript so that we can keep boot_start at 0.christos
2014-01-01Provide a boot ldscript that puts the text.unlikely section after the textchristos
2013-08-30Bump bootloader version for memory disk image changes.jmcneill
2013-08-30Add support for using a raw file-system image as memory disk root withjmcneill
2013-08-21Add KLINK_MACHINE= i386matt
2013-08-21Use <bsd.klinks.mk>matt
2013-07-28Two changes for the i386 boot loader related to the boot menu whichhe
2012-08-10Don't depend on HAVE_GCC being always present.joerg
2012-08-04Fix i386 `boot' command to try the usual set of kernel names.riastradh
2012-01-16PR/45796: Evgeniy Ivanov minixfs3 support.christos
2011-12-25Apply the following patch submitted by Evgeniy Ivanov:tsutsui
2011-11-28Add support for passing saved entropy (random seed file) to the kerneltls
2011-08-22disable mmx/sse here too. hopefully fixes amd64 /boot issues.mrg
2011-07-01remove HAVE_GCC == 4 conditionalmrg
2011-06-23cast a uint8_t * to a char * for a function that takes char *.mrg