summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-10-29Limit checksumming correctly at MAXBSIZE.Niklas Hallqvist
Don't involve floppies or bad block disks ever in uniqueness tests
1997-10-29Do not accept bad checksum lengths, bail outNiklas Hallqvist
1997-10-29clarifyTheo de Raadt
1997-10-29clarify a promptTheo de Raadt
1997-10-29kernel on cdrom w/ ramdisk in it is bsd.rd, not bsd.Todd C. Miller
1997-10-28do not replace unit number in bootdev. please talk to me about this.Theo de Raadt
this makes it so that when booting sd0 on a wd0/sd0/sd1 system the kernel doesn't get told we are booting from sd1 (ie. scsi, but it is hd1..).
1997-10-28attempt to number the bsd_dev units of each drive uniquely for scsi and ide.Theo de Raadt
hence ide 0, 1, 2, 3... scsi 0, 1, 2, 3... this makes the initial bsd_dev values closer to the correct value they will have inside the kernel after dkcsum has corrected them. XXX if a drive has no label, it becomes known as an IDE drive, and scsi drives after it get renumbered incorretcly. sorry.
1997-10-28dkcsum is *really* mandatory. XXX will be done differently later.Niklas Hallqvist
1997-10-28stand missingPer Fogelstrom
1997-10-28Do not checksum CD devicesNiklas Hallqvist
1997-10-28use RAW_PART, not 0Theo de Raadt
1997-10-28DOH s/btoc/i386_round_page/Niklas Hallqvist
1997-10-28Mention the builtin disklabel editor with '?' and 'M' commands.Todd C. Miller
1997-10-28Replace a set of "'s with `` '' so that manual.c will build.Todd C. Miller
1997-10-28Document -E bugsTodd C. Miller
1997-10-28Fix a few typos.Todd C. Miller
1997-10-28First cut at -E docs. Perhaps this should go at the end?Todd C. Miller
1997-10-28Add a missing .ElTodd C. Miller
1997-10-28Fix info on cd booting and use fmt to nicely format paragraphs.Todd C. Miller
1997-10-28if printing, we do not need to read the mbr firstTheo de Raadt
1997-10-28MAKEBOOTDEV() on RAW_PARTTheo de Raadt
1997-10-27Use opendev()Todd C. Miller
1997-10-27Turning on optimization wins us an extra 15kb.Todd C. Miller
1997-10-27Add back device parsing but don't treat paths like 2.2/alpha/bsd asTodd C. Miller
a device spec. Instead of returning ENXIO just treat it as a regular filename and continue.
1997-10-27check bios_diskinfo for NULL in dkcsumattach()Michael Shalayeff
1997-10-27Mandatory disk signature BIOS->BSD mapping enabledNiklas Hallqvist
1997-10-27Kernel side of disk signature based BIOS->BSD disk number mappingNiklas Hallqvist
(a.k.a checksumming). This is a solution for the otherwise hard problem of knowing what disk a certain BIOS geometry is for. PC BIOSes does not tell anything about where a certain disk is physically attached, and the ordering of drives in the BIOS area is not deterministic. for the moment it is not enabled in any kernel config file, but that will come RSN.
1997-10-27A flag added to diskinfo used by the kernel to mark devices already mappedNiklas Hallqvist
to BSD dittos.
1997-10-27me bad.Todd T. Fries
1997-10-27Pull out the device crap for now as it prevents paths like 2.2/alpha/bsd.Todd C. Miller
1997-10-26we have new features, bump boot versionMichael Shalayeff
1997-10-26smaller, faster, better (;Michael Shalayeff
1997-10-26we don't need that extra var (st)Michael Shalayeff
1997-10-26Max out checksumming at MAXBSIZENiklas Hallqvist
1997-10-26More info from attach, cleared by MickeyNiklas Hallqvist
1997-10-26don't freak out on old kernelsMichael Shalayeff
1997-10-26do device sysctl operations like installboot does; I hope this is rightTheo de Raadt
1997-10-25fix install on unit!=0Michael Shalayeff
1997-10-25use geometryMichael Shalayeff
1997-10-25hmm, copy&paste is evilMichael Shalayeff
1997-10-25fix blk2chr,chr2blkMichael Shalayeff
1997-10-25fix diskinfo listing, support blk2chr,chr2blkMichael Shalayeff
1997-10-25Boot args needs to be r/wNiklas Hallqvist
1997-10-25treat a case bios0 is not attachedMichael Shalayeff
1997-10-25alloca needs frame pointer i guessMichael Shalayeff
1997-10-25Mirror alpha install.md:Todd T. Fries
deraadt: clarify millert: don't use sync(1) millert: Bitch if md_installboot called with no args
1997-10-25no ED_DEBUGMichael Shalayeff
1997-10-25better sizeofMichael Shalayeff
1997-10-25do blk<-->chr dev_t conversions through the sysctlMichael Shalayeff
1997-10-25fix commentMichael Shalayeff