| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Recognize FAT partition on MBR and PC98 disks. | Yoshihiro Takahashi | 2002-11-08 | 1 | -20/+47 |
| * | MFi386: revision 1.4. | Yoshihiro Takahashi | 2002-11-08 | 1 | -1/+0 |
| * | Don't set a variable to a bogus value right before setting it to the | John Baldwin | 2002-11-08 | 2 | -2/+0 |
| * | Don't set a value to a variable that we don't use. | John Baldwin | 2002-11-08 | 1 | -1/+0 |
| * | - Merge Write_FreeBSD() into Write_Disk(). | John Baldwin | 2002-11-08 | 1 | -40/+32 |
| * | Fixed pc98 support. | Yoshihiro Takahashi | 2002-11-07 | 2 | -6/+5 |
| * | Get this closer to working. The Write_Disk() function's for loop needed | John Baldwin | 2002-11-07 | 1 | -20/+13 |
| * | Remove unused MBR gunk leftover from i386. | John Baldwin | 2002-11-03 | 1 | -11/+1 |
| * | Fix to compile for pc98. | Yoshihiro Takahashi | 2002-11-03 | 1 | -0/+8 |
| * | Initialize d->bios_cyl. We know the media size in sectors, the number | Marcel Moolenaar | 2002-11-03 | 1 | -4/+10 |
| * | Add support for GPT: | Marcel Moolenaar | 2002-11-02 | 1 | -5/+45 |
| * | Add support for ia64. This is almost identical to i386, except that | Marcel Moolenaar | 2002-11-02 | 1 | -0/+20 |
| * | Don't claim all MBR's have subtype 165 on i386. | Poul-Henning Kamp | 2002-11-02 | 2 | -3/+2 |
| * | Fill in partition 2 with with "whole disk" parameters. | Poul-Henning Kamp | 2002-11-01 | 1 | -0/+8 |
| * | Style(9) improvements. | Poul-Henning Kamp | 2002-10-31 | 1 | -6/+6 |
| * | Set the sector size for the disk. | Poul-Henning Kamp | 2002-10-31 | 1 | -0/+2 |
| * | Restore to pc98 support. | Yoshihiro Takahashi | 2002-10-31 | 3 | -50/+108 |
| * | Use ${MACHINE} variable instead of using '.if .endif' each machines. | Yoshihiro Takahashi | 2002-10-31 | 1 | -18/+1 |
| * | Add '#include <err.h>' for warn(). | Yoshihiro Takahashi | 2002-10-31 | 1 | -0/+1 |
| * | Actually save the bootblock in the disk structure. Write the bootblock | Jake Burkholder | 2002-10-31 | 2 | -2/+9 |
| * | Untested alpha disk writer. | Poul-Henning Kamp | 2002-10-30 | 1 | -1/+1 |
| * | Write out 15 sectors of boot code. | Poul-Henning Kamp | 2002-10-30 | 1 | -0/+4 |
| * | Getting closer to getting things right: | Poul-Henning Kamp | 2002-10-29 | 2 | -4/+3 |
| * | Don't call warn(3). | Poul-Henning Kamp | 2002-10-29 | 1 | -5/+1 |
| * | Since make release is toast anyway, add wood to the pyre: | Poul-Henning Kamp | 2002-10-29 | 5 | -742/+312 |
| * | Fix various minor issues. | Poul-Henning Kamp | 2002-10-29 | 1 | -3/+5 |
| * | the 'd' partition hasn't been magic for years, so allocate it in natural | Poul-Henning Kamp | 2002-10-29 | 1 | -1/+1 |
| * | Add the write_spar64_disk.c to make life easier for testers. | Poul-Henning Kamp | 2002-10-29 | 1 | -0/+94 |
| * | Add back ia64 support that was removed in the last few revisions. | Peter Wemm | 2002-10-27 | 4 | -1/+31 |
| * | #ifdef out assignToPartition on non x86 arches to unbreak the world | Andrew Gallatin | 2002-10-24 | 1 | -0/+2 |
| * | More lobotomy: | Poul-Henning Kamp | 2002-10-23 | 8 | -111/+6 |
| * | Remove another 10 mindless #ifdefs. | Poul-Henning Kamp | 2002-10-23 | 1 | -59/+45 |
| * | Rely on sysctl kern.disks to be there, and get rid of one of the far too | Poul-Henning Kamp | 2002-10-23 | 1 | -69/+36 |
| * | Remove unnecessary ioctls tickling kernel side to realize that we fiddled | Poul-Henning Kamp | 2002-10-23 | 7 | -55/+3 |
| * | Untangle #ifdefs in the write-end of things by giving each arch its | Poul-Henning Kamp | 2002-10-23 | 11 | -322/+968 |
| * | Separate the struct disklabel filling stuff from the rest of Write_FreeBSD(). | Poul-Henning Kamp | 2002-10-23 | 1 | -42/+41 |
| * | - The GEOM system does not work on pc98. | Yoshihiro Takahashi | 2002-10-23 | 1 | -0/+4 |
| * | Add the new extra argument also in the alpha case. | Poul-Henning Kamp | 2002-10-23 | 1 | -1/+1 |
| * | No longer needed. | Poul-Henning Kamp | 2002-10-22 | 1 | -18/+0 |
| * | Remove the last traces of bogus MAKEDEV functionality. | Poul-Henning Kamp | 2002-10-22 | 2 | -24/+0 |
| * | Live with it: I had hoped to find a neat way to deal with all the magic | Poul-Henning Kamp | 2002-10-22 | 1 | -2/+9 |
| * | Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functions | Poul-Henning Kamp | 2002-10-22 | 5 | -56/+3 |
| * | Swing the weed-whacker around libdisk: | Poul-Henning Kamp | 2002-10-22 | 10 | -447/+73 |
| * | Lobotomize MakeDev(), we don't need it with devfs. | Poul-Henning Kamp | 2002-10-21 | 1 | -0/+2 |
| * | Sigh, d_ntracks, not d_nheads. | Poul-Henning Kamp | 2002-10-21 | 1 | -1/+1 |
| * | fwheads and fwsectors got swapped underway. | Poul-Henning Kamp | 2002-10-21 | 1 | -2/+2 |
| * | Another baby step toward getting sysinstall working: | Sam Leffler | 2002-10-20 | 1 | -76/+127 |
| * | o since you can't use DIOCGDINFO and DIOCGSLICEINFO on drive nodes with geom, | Sam Leffler | 2002-10-19 | 1 | -62/+456 |
| * | not sure if this correct, but it compiles again | Sam Leffler | 2002-10-18 | 1 | -3/+3 |
| * | o ioctl DIOCGDINFO error wasn't checked | Sam Leffler | 2002-10-17 | 1 | -7/+29 |