summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa
AgeCommit message (Expand)Author
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-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-11-25typo; ok miod@Martynas Venckus
2007-09-13Don't bother bitching if APM does not exist. PleantyTobias 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-18Calculate the disklabel checksum *after* filling in all the fields inKenneth R Westerback
2007-05-30Pull out the ELF loadfile pieces from the standalone libraries, so thatTom Cosgrove
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-04Thinkpad -> ThinkPad; from Igor SobradoJason 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-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-20push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interfaceTheo de Raadt
2006-03-27kill unused extern in ifdef DEBUG evenMichael Shalayeff
2006-01-02Correctly set the %di register on PXENV calls. This should helpTom Cosgrove
2005-11-14convert and remove the last traces of i386_round_page(),Martin Reindl
2005-07-30Add libkern and link it in after libzTodd C. Miller
2005-05-31spelling corrections in comments;Jason McIntyre
2005-05-03The return value from getEBDAaddr() (info) is not used in bios_E820(),Tom Cosgrove
2005-05-03Convert the size of a memory chunk from bytes to megabytes beforeTom Cosgrove
2005-04-30Ensure we save the %ebx register returned from the BIOS call, not justTom Cosgrove
2005-04-25[OpenBSD]Tom Cosgrove
2005-03-13Only use bangpxe calling on PXE 2.1 and above. Makes no difference onTom Cosgrove
2005-03-12KNFTom Cosgrove
2005-03-12On return from real mode, reload the GDT using a 16-bit pointer ratherTom Cosgrove
2004-09-20addres -> addressMiod Vallat
2004-08-21Fix typo in commentTom Cosgrove
2004-08-17Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1.Tom Cosgrove
2004-06-26Initial stab at CPU identification code for i386 boot programs. AddedTom Cosgrove
2004-06-23Enter cdboot, a CD-specific second-stage bootrap.Tom Cosgrove
2004-04-07Allow pxeboot to compile with gcc3.Tom Cosgrove
2004-03-19Enter pxeboot, derived from the NetBSD implementation. InitiallyTom Cosgrove
2004-03-11If apm_connect() fails, don't try to pass the bios_apminfo_t structureTom Cosgrove
2004-03-09Spacing and KNF. Partly from Joris Vink <nimadeus at pandora dot be>.Tom Cosgrove
2004-02-10Make debug_init void debug_init(void), like nearly all of the otherTom Cosgrove
2004-01-13Allow building w/o -traditional. OK weingart@ and mickey@Todd C. Miller
2004-01-09spelling; jjy2+@pitt.eduTheo de Raadt
2003-12-16a bit more shrinking. do not bother printing the drive bus interfaces,Theo de Raadt