summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
AgeCommit message (Expand)Author
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-30add support for passing db_console from the bootloader to the kernel.David 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-10-04The wrong byte of the return code was being looked at for theTheo de Raadt
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-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-26few more dribbles of LIBKERN cleanupTheo de Raadt
2007-11-26More LIBKERN bits that go awayTheo de Raadt
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-13Don't bother bitching if APM does not exist. PleantyTobias Weingartner
2007-09-07Comment fix. It's 0x7F ELF, not 0xFF ELF.Tobias Weingartner
2007-07-27We don't want to pass the PXE MAC address to the kernel when bootingTom 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-17amd64/standTheo de Raadt
2007-05-31It's the time to squash antique bugs. This has been thereTobias Weingartner
2007-05-31Forgot to commit the changes to this file with the rest of the ELF32+64Tom Cosgrove
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-29remove support for many alternative kernel choices -- only try /bsd andTheo de Raadt
2007-05-27When deciding whether to allocate a bounce buffer, we need one ifTom Cosgrove
2007-04-27Check for Control key held down when starting, and don't read boot.confTom Cosgrove
2007-04-13Update install media generation to the new semantics of the -c flag.Todd C. Miller
2007-04-04Thinkpad -> ThinkPad; from Igor SobradoJason McIntyre
2007-02-12OpenBSD -> .OxJason McIntyre
2007-01-02Fix the keyboard problem seen on Intel Macs, where only the firstTom Cosgrove
2006-12-26There is a single 'p', not a double, in 'triple'.Tom Cosgrove
2006-10-31Mention that cdboot won't find boot.conf if you create the CDTom Cosgrove
2006-10-30install boot.conf as a section 5 page, not section 8;Jason McIntyre
2006-10-12Bump versions to note behaviour change of no longer tryingKenneth R Westerback
2006-10-12Don't try to boot from a NetBSD MBR partition when no OpenBSD MBRKenneth R Westerback
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-09-18boot(8) ``machine memory'' support for > 4G.Marco Pfatschbacher
2006-06-06use _C_LABEL() instead of _Michael Shalayeff
2006-05-21some diskless pointers; ok deraadtJason McIntyre
2006-05-20push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interfaceTheo de Raadt