summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
AgeCommit message (Expand)Author
2011-07-05Don't write /boot to sector 0 on non-floppy devices. Non-floppyKenneth R Westerback
2011-07-05More non-512-byte sector groundwork. Don't let disklabel hint thatKenneth R Westerback
2011-07-03Change name of pointer to partition from pl to pp, as is used everywhere else...Kenneth R Westerback
2011-06-26kill mcd dead. ok krw matthew millert thibTed Unangst
2011-06-26remove remnants of scd device, discovered by Frederic PerrinTed Unangst
2011-04-26Make amd64/i386 boot(8) pass the DUID of the selected boot device to theJoel Sing
2011-04-24Don't leak fd's in sr_installboot(). From cppcheck via Amit Kulkarni.Kenneth R Westerback
2011-03-19Make amd64/i386 installboot error out if /boot would cross theKenneth R Westerback
2011-03-17Make the various findopenbsd() functions non-recursive, eliminatingKenneth R Westerback
2011-03-15Bunch of white space and style adjustments to make amd64 versionKenneth R Westerback
2011-03-14Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB forKenneth R Westerback
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2011-03-11Zap stack garbage before passing buffer to biosd_io(), which mayKenneth R Westerback
2011-03-08Fix extended partition searching so we don't get lost. The offsetKenneth R Westerback
2011-03-02- change recieved -> received in comments, as well as two unused definesJasper Lievisse Adriaanse
2011-01-23Add support to installboot(8) for installing biosboot(8) and boot(8) onJoel Sing
2010-12-06- properly remove NENTS now after fixing the fallout.Jasper Lievisse Adriaanse
2010-12-06- partially revert previous NENTS removal for arches which got busted.Jasper Lievisse Adriaanse
2010-12-06- drop NENTS(), which was yet another copy of nitems().Jasper Lievisse Adriaanse
2010-11-20__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andMiod Vallat
2010-08-11crank versionTheo de Raadt
2010-08-11De-inline CHS_rw. Somehow the merger of two monster __asm __inline statementsTheo de Raadt
2010-08-10add a description for bsd.sp where appropriate; while here, writeIgor Sobrado
2010-07-10and cdboot must be linked with -N still, too. even more curiousTheo de Raadt
2010-07-10actually, pxeboot must remain linked with -NTheo de Raadt
2010-07-10link bootblocks with -Z instead of -N, to ensure that the file offset andTheo de Raadt
2010-07-02usefull -> useful;Jason McIntyre
2010-07-02Add ability to limit memory presented to kernel withTobias Weingartner
2010-05-07fix packed use as pointed out by gcc4.Jonathan Gray
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
2010-03-04has been no -r flag for a few years; J.C. RobertsTheo de Raadt
2009-11-30Bump up array size to prevent overflow when probing memoryCan Erkin Acar
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-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