summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
AgeCommit message (Expand)Author
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
2006-05-15better wording for the "memory" section;Jason McIntyre
2006-05-13sensible english; ok jmc; from graham.gower@gmail.comTheo de Raadt
2006-03-27kill unused extern in ifdef DEBUG evenMichael Shalayeff
2006-02-14Fix botched format string specifiers. From adobriyan at gmail.com.Aaron Campbell
2006-01-13Fix printf format string due to types changeTodd C. Miller
2006-01-02Correctly set the %di register on PXENV calls. This should helpTom Cosgrove
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-11-27ISOXXX/ISO-XXX -> ISO XXXJason McIntyre
2005-11-14convert and remove the last traces of i386_round_page(),Martin Reindl
2005-07-30build libkernTodd C. Miller