summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand
AgeCommit message (Expand)Author
2015-09-18Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which isMiod Vallat
2015-09-12Add missing free() in efid_io(). Found by jsg.YASUOKA Masahiko
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-07Fix the previous. The condition of loop which read GPT partitions had beenYASUOKA Masahiko
2015-09-07BOOTX86.EFI should be BOOTIA32.EFI.YASUOKA Masahiko
2015-09-06Use checksum to check the gpt parition. Old check was missingYASUOKA Masahiko
2015-09-03Improve the code that tries to figure out which device we booted from. TheMark Kettenis
2015-09-02Use the pointer we got back from alloc() when calling free() instead ofMark Kettenis
2015-09-02sync commentChristian Weisgerber
2015-09-02Add missing copyright.YASUOKA Masahiko
2015-09-02enter efibootTheo de Raadt
2015-09-02alloca() no longer neededTheo de Raadt
2015-09-02Bring the boot changes on amd64 to i386. alloca is deleted.YASUOKA Masahiko
2015-09-02only enter deeper on amd64Theo de Raadt
2015-09-02Initial commit of uefi boot loader of OpenBSD.YASUOKA Masahiko
2015-07-21A few more daddr_t fixes. Rename 'phys_off' variables to 'offset'Kenneth R Westerback
2015-07-19Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK()Kenneth R Westerback
2015-06-22document that boot.conf can contain comments;Jason McIntyre
2015-05-29Nuke annoying whitespace nits to shrink some future diffs.Kenneth R Westerback
2015-02-07Add the .orig file to CLEANFILESMiod Vallat
2015-01-24correct the syntax description of the boot command; ok jmc@Christian Weisgerber
2014-11-19Only keep {recv,send}udp() in the pxe-specific code, the remainder of whatMiod Vallat
2014-11-18Nuke some obvious #include duplications.Kenneth R Westerback
2014-09-23Fix constraint.Brad Smith
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-07-15mode 644 for installing these filesTheo de Raadt
2014-07-13fix even more trailing tabsJasper Lievisse Adriaanse
2014-07-13Stop using old n_long and n_short types.Martin Pieuchot
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
2014-07-12revert more free falloutTed Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-06-09Remove {amd64,i386}/stand/installboot - we now use usr.sbin/installbootJoel Sing
2014-05-20remove irrelevant, outdated, and misleading sentence suggesting thatAlexander Hall
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-13Unhook httpd(8) from build; man page bitsFlorian Obser
2014-02-18Bump version numbers.Joel Sing
2014-02-18Actually check to see if the CPU supports tsc, rather than assuming thatJoel Sing
2014-01-22CDIAGFLAGS= not neededTheo de Raadt
2014-01-20Unlink the old amd64/i386 installboot.Joel Sing
2014-01-18Fix comment re size of input buffer.Joel Sing
2014-01-06document random buffer must be multiple of 4 in sizeTheo de Raadt
2014-01-02crank version after random instruction fix from jsingTheo de Raadt
2014-01-02Simplify things slightly by using four byte indexing.Joel Sing
2014-01-02Ensure that we preserve callee-save registers.Joel Sing
2013-12-28Further clean up and unification of the amd64 and i386 boot(8) makefiles.Joel Sing
2013-12-28crank the versionTheo de Raadt
2013-12-28Try to load entropy data from disk:/etc/random.seed, and additionallyTheo de Raadt
2013-12-28If we fail to decrypt the softraid keys, return EPERM rather than fallingJoel Sing
2013-12-28Use preprocessor symbols where possible.Theo de Raadt