summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand
AgeCommit message (Expand)Author
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
2013-12-28Add initial implementations of early MD random, for use in the boot code.Joel Sing
2013-11-13Use DL_GETPOFFSET() to get partition offset, except where weKenneth R Westerback
2013-11-06Document 'machine boot' in boot(8) on i386 and amd64.Bryan Steele
2013-11-05Replace direct references to p_size, p_offset and d_secperunit withKenneth R Westerback
2013-10-28Document softraid boot process for i386/amd64.Stefan Sperling
2013-10-25some cleanup for "machine memory";Jason McIntyre
2013-10-23Crank bootblock versions after last commitMike Larkin
2013-10-23Allow uppercase "K/M/G" specification in "machine memory" boot command.Mike Larkin
2013-10-20Bump version numbers. Was supposed to be part of the keydisk boot commit.Stefan Sperling
2013-10-20Add i386/amd64 boot(8) support for keydisk-based softraid crypto volumes.Stefan Sperling
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
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-04-23tedu unused makefiles.Joel Sing