Age | Commit message (Expand) | Author |
1997-10-29 | Do not accept bad checksum lengths, bail out | Niklas Hallqvist |
1997-10-29 | clarify | Theo de Raadt |
1997-10-29 | clarify a prompt | Theo de Raadt |
1997-10-29 | kernel on cdrom w/ ramdisk in it is bsd.rd, not bsd. | Todd C. Miller |
1997-10-28 | do not replace unit number in bootdev. please talk to me about this. | Theo de Raadt |
1997-10-28 | attempt to number the bsd_dev units of each drive uniquely for scsi and ide. | Theo de Raadt |
1997-10-28 | dkcsum is *really* mandatory. XXX will be done differently later. | Niklas Hallqvist |
1997-10-28 | stand missing | Per Fogelstrom |
1997-10-28 | Do not checksum CD devices | Niklas Hallqvist |
1997-10-28 | use RAW_PART, not 0 | Theo de Raadt |
1997-10-28 | DOH s/btoc/i386_round_page/ | Niklas Hallqvist |
1997-10-28 | Mention the builtin disklabel editor with '?' and 'M' commands. | Todd C. Miller |
1997-10-28 | Replace a set of "'s with `` '' so that manual.c will build. | Todd C. Miller |
1997-10-28 | Document -E bugs | Todd C. Miller |
1997-10-28 | Fix a few typos. | Todd C. Miller |
1997-10-28 | First cut at -E docs. Perhaps this should go at the end? | Todd C. Miller |
1997-10-28 | Add a missing .El | Todd C. Miller |
1997-10-28 | Fix info on cd booting and use fmt to nicely format paragraphs. | Todd C. Miller |
1997-10-28 | if printing, we do not need to read the mbr first | Theo de Raadt |
1997-10-28 | MAKEBOOTDEV() on RAW_PART | Theo de Raadt |
1997-10-27 | Use opendev() | Todd C. Miller |
1997-10-27 | Turning on optimization wins us an extra 15kb. | Todd C. Miller |
1997-10-27 | Add back device parsing but don't treat paths like 2.2/alpha/bsd as | Todd C. Miller |
1997-10-27 | check bios_diskinfo for NULL in dkcsumattach() | Michael Shalayeff |
1997-10-27 | Mandatory disk signature BIOS->BSD mapping enabled | Niklas Hallqvist |
1997-10-27 | Kernel side of disk signature based BIOS->BSD disk number mapping | Niklas Hallqvist |
1997-10-27 | A flag added to diskinfo used by the kernel to mark devices already mapped | Niklas Hallqvist |
1997-10-27 | me bad. | Todd T. Fries |
1997-10-27 | Pull out the device crap for now as it prevents paths like 2.2/alpha/bsd. | Todd C. Miller |
1997-10-26 | we have new features, bump boot version | Michael Shalayeff |
1997-10-26 | smaller, faster, better (; | Michael Shalayeff |
1997-10-26 | we don't need that extra var (st) | Michael Shalayeff |
1997-10-26 | Max out checksumming at MAXBSIZE | Niklas Hallqvist |
1997-10-26 | More info from attach, cleared by Mickey | Niklas Hallqvist |
1997-10-26 | don't freak out on old kernels | Michael Shalayeff |
1997-10-26 | do device sysctl operations like installboot does; I hope this is right | Theo de Raadt |
1997-10-25 | fix install on unit!=0 | Michael Shalayeff |
1997-10-25 | use geometry | Michael Shalayeff |
1997-10-25 | hmm, copy&paste is evil | Michael Shalayeff |
1997-10-25 | fix blk2chr,chr2blk | Michael Shalayeff |
1997-10-25 | fix diskinfo listing, support blk2chr,chr2blk | Michael Shalayeff |
1997-10-25 | Boot args needs to be r/w | Niklas Hallqvist |
1997-10-25 | treat a case bios0 is not attached | Michael Shalayeff |
1997-10-25 | alloca needs frame pointer i guess | Michael Shalayeff |
1997-10-25 | Mirror alpha install.md: | Todd T. Fries |
1997-10-25 | no ED_DEBUG | Michael Shalayeff |
1997-10-25 | better sizeof | Michael Shalayeff |
1997-10-25 | do blk<-->chr dev_t conversions through the sysctl | Michael Shalayeff |
1997-10-25 | fix comment | Michael Shalayeff |
1997-10-25 | make diskinfo working; fix one bug and one exploit | Michael Shalayeff |