summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/cdboot
AgeCommit message (Expand)Author
2015-09-18Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which isMiod Vallat
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-02Bring the boot changes on amd64 to i386. alloca is deleted.YASUOKA Masahiko
2015-09-02Initial commit of uefi boot loader of OpenBSD.YASUOKA Masahiko
2014-07-15mode 644 for installing these filesTheo de Raadt
2014-07-13fix even more trailing tabsJasper Lievisse Adriaanse
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
2014-02-18Bump version numbers.Joel Sing
2014-01-02crank version after random instruction fix from jsingTheo de Raadt
2013-12-28crank the versionTheo de Raadt
2013-12-28Try to load entropy data from disk:/etc/random.seed, and additionallyTheo de Raadt
2013-10-20Bump version numbers. Was supposed to be part of the keydisk boot commit.Stefan Sperling
2013-06-02Revert previous: libsa/ufs.c was fixed to not use big types when notPhilip Guenther
2013-04-23Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - theyJoel Sing
2013-01-18fix bogus dependencies, and allow mkdep to runMarc Espie
2013-01-17Generate assym.h where we need it, instead of reaching around into otherJoel Sing
2013-01-17Clean up/standardise makefiles for amd64/stand.Joel Sing
2012-10-29add (consistent) STANDARDS;Jason McIntyre
2012-10-29Bump version.Joel Sing
2012-10-29Enable softraid boot support in cdboot(8).Joel Sing
2012-10-29Make cdboot(8) work correctly when it is larger than 64KB in size. WhenJoel Sing
2012-10-11Initialise the protected mode IDT after zeroing .bss - otherwise we wipeJoel Sing
2012-10-09Bump boot versions due to recent changes.Joel Sing
2012-10-09Remove -noinhibit-exec now that we no longer have to deal withJoel Sing
2012-09-25Reduce the diff between amd64/stand and i386/stand, requested by deraadt@.Pascal Stumpf
2012-08-29Get rid of all NOPIE and NOPIE_FLAGS in amd64/stand and use -fno-pie and -nopiePascal Stumpf
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2012-06-03Add support for serial consoles at non-standard addresses. This implementsMark Kettenis
2011-03-08Fix extended partition searching so we don't get lost. The offsetKenneth R Westerback
2010-12-06- properly remove NENTS now after fixing the fallout.Jasper Lievisse Adriaanse
2010-12-06- partially revert previous NENTS removal for arches which got busted.Jasper Lievisse Adriaanse
2010-12-06- drop NENTS(), which was yet another copy of nitems().Jasper Lievisse Adriaanse
2010-08-11crank versionTheo de Raadt
2010-07-02Add ability to limit memory presented to kernel withTobias Weingartner
2008-04-19Change ELF loader to use the LMA as the load address for theTobias Weingartner
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30Pull out the ELF loadfile pieces from the standalone libraries, so thatTom Cosgrove
2007-05-29forgot to move to using shared boot.cTheo de Raadt
2007-05-29remove support for many alternative kernel choices -- only try /bsd andTheo de Raadt
2007-05-27Unbreak cdboot and pxeboot machine memory +/-; bad mpf@.Tom Cosgrove
2007-04-28clone "Control key" logic from i386 written by tom; tested by artTheo de Raadt
2007-01-02Issue the BIOS "check for keystroke" call before "get keystroke", asTom Cosgrove
2006-10-31Mention that cdboot won't find boot.conf if you create the CDTom Cosgrove
2006-10-12Bump versions to note behaviour change of no longer tryingKenneth R Westerback
2005-11-27ISOXXX/ISO-XXX -> ISO XXXJason McIntyre
2005-08-01Increment version so we can distinguish this in the future.Tobias Weingartner
2005-08-01do not include boot.c since cdboot.c is a copy of it; shrink 1k off the cdbootMichael Shalayeff
2005-07-30Need moddi3.c qdivrem.c for libzTodd C. Miller