summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand
AgeCommit message (Expand)Author
2010-07-09un-terminated string found when comparing to i386 boot code. TheseTheo de Raadt
2010-07-02usefull -> useful;Jason McIntyre
2010-07-02Add ability to limit memory presented to kernel withTobias Weingartner
2010-05-09Fix packed use and unbreak with gcc4, same as i386.Nicholas Marriott
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-03-06remove the (now inaccurate) note about not being able to runJason McIntyre
2009-11-30Bump up array size to prevent overflow when probing memoryCan Erkin Acar
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-09-30Fix comments to match reality.Tobias Weingartner
2009-05-30Without -v, be quietTheo de Raadt
2009-05-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
2009-04-30pass db_console from the bootloader to the kernel, and then use it toDavid Gwynne
2009-04-23-v was printing some information which is irrelevant or duplicate. ThisTheo de Raadt
2009-02-16Cancel the automatic boot when you hold ctrl to skip boot.conf.Stuart Henderson
2009-01-16add next-server option to exampleOleg Safiullin
2008-12-10When booting from a CD on i386/amd64, assume the root filesystemKenneth R Westerback
2008-08-12Fix multiple addition error recently introduced for when extended partitionsTheo de Raadt
2008-08-04fix extended partition support by handling chained EBRs correctlyReyk Floeter
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25this diff changes the bootloader to skip the CHS sanity check if LBAReyk Floeter
2008-06-25allow to install and boot the OpenBSD A6 partition and disklabel in anReyk Floeter
2008-06-04olf support starts to die (easy stuff first); ok miodTheo de Raadt
2008-04-20rewrite the serial port handling to manipulate the hardware directlyDavid Gwynne
2008-04-19Change ELF loader to use the LMA as the load address for theTobias Weingartner
2008-01-24"read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because itKenneth R Westerback
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2008-01-05handle 64-bit blkno in format stringOtto Moerbeek
2007-11-25typo; ok miod@Martynas Venckus
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-09-07Comment fix. It's 0x7F ELF, not 0xFF ELF.Tobias Weingartner
2007-07-27As on i386:Tom Cosgrove
2007-06-27wt(4) was removed a while ago, so don't support booting off it anoymore.Michael Knudsen
2007-06-25"of of" is wrong - it should be "off of" - but "from" is even nicerTom Cosgrove
2007-06-18Calculate the disklabel checksum *after* filling in all the fields inKenneth R Westerback
2007-06-17(error in commit messages to other similar MI files; see position inTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31Add a comment so this is identical to the i386 versionTom Cosgrove
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-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-04-04Thinkpad -> ThinkPad; from Igor SobradoJason McIntyre
2007-02-12OpenBSD -> .OxJason McIntyre
2007-02-12sync the wording w/ the i386 page;Jason McIntyre
2007-02-12zap double word;Jason McIntyre
2007-01-02Issue the BIOS "check for keystroke" call before "get keystroke", asTom Cosgrove
2006-12-29Fix another 'tripple' (not surprising, since this was copied from theTom Cosgrove
2006-10-31Mention that cdboot won't find boot.conf if you create the CDTom Cosgrove