| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Actually save the bootblock in the disk structure. Write the bootblock | jake | 2002-10-31 | 2 | -2/+9 |
* | Untested alpha disk writer. | phk | 2002-10-30 | 1 | -1/+1 |
* | Write out 15 sectors of boot code. | phk | 2002-10-30 | 1 | -0/+4 |
* | Getting closer to getting things right: | phk | 2002-10-29 | 2 | -4/+3 |
* | Don't call warn(3). | phk | 2002-10-29 | 1 | -5/+1 |
* | Since make release is toast anyway, add wood to the pyre: | phk | 2002-10-29 | 5 | -744/+314 |
* | Fix various minor issues. | phk | 2002-10-29 | 1 | -3/+5 |
* | the 'd' partition hasn't been magic for years, so allocate it in natural | phk | 2002-10-29 | 1 | -1/+1 |
* | Add the write_spar64_disk.c to make life easier for testers. | phk | 2002-10-29 | 1 | -0/+94 |
* | Add back ia64 support that was removed in the last few revisions. | peter | 2002-10-27 | 4 | -1/+31 |
* | #ifdef out assignToPartition on non x86 arches to unbreak the world | gallatin | 2002-10-24 | 1 | -0/+2 |
* | More lobotomy: | phk | 2002-10-23 | 8 | -111/+6 |
* | Remove another 10 mindless #ifdefs. | phk | 2002-10-23 | 1 | -59/+45 |
* | Rely on sysctl kern.disks to be there, and get rid of one of the far too | phk | 2002-10-23 | 1 | -69/+36 |
* | Remove unnecessary ioctls tickling kernel side to realize that we fiddled | phk | 2002-10-23 | 7 | -55/+3 |
* | Untangle #ifdefs in the write-end of things by giving each arch its | phk | 2002-10-23 | 11 | -322/+968 |
* | Separate the struct disklabel filling stuff from the rest of Write_FreeBSD(). | phk | 2002-10-23 | 1 | -42/+41 |
* | - The GEOM system does not work on pc98. | nyan | 2002-10-23 | 1 | -0/+4 |
* | Add the new extra argument also in the alpha case. | phk | 2002-10-23 | 1 | -1/+1 |
* | No longer needed. | phk | 2002-10-22 | 1 | -18/+0 |
* | Remove the last traces of bogus MAKEDEV functionality. | phk | 2002-10-22 | 2 | -24/+0 |
* | Live with it: I had hoped to find a neat way to deal with all the magic | phk | 2002-10-22 | 1 | -2/+9 |
* | Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functions | phk | 2002-10-22 | 5 | -56/+3 |
* | Swing the weed-whacker around libdisk: | phk | 2002-10-22 | 10 | -447/+73 |
* | Lobotomize MakeDev(), we don't need it with devfs. | phk | 2002-10-21 | 1 | -0/+2 |
* | Sigh, d_ntracks, not d_nheads. | phk | 2002-10-21 | 1 | -1/+1 |
* | fwheads and fwsectors got swapped underway. | phk | 2002-10-21 | 1 | -2/+2 |
* | Another baby step toward getting sysinstall working: | sam | 2002-10-20 | 1 | -77/+128 |
* | o since you can't use DIOCGDINFO and DIOCGSLICEINFO on drive nodes with geom, | sam | 2002-10-19 | 1 | -62/+456 |
* | not sure if this correct, but it compiles again | sam | 2002-10-18 | 1 | -3/+3 |
* | o ioctl DIOCGDINFO error wasn't checked | sam | 2002-10-17 | 1 | -7/+29 |
* | correct arg order to strlcpy/strlcat under #ifdef alpha | sam | 2002-10-17 | 1 | -2/+2 |
* | Fix to check disk geometry. | nyan | 2002-10-14 | 1 | -1/+18 |
* | Use buffer-safe string functions for paranoia. | kris | 2002-10-12 | 1 | -11/+12 |
* | Zero memory after malloc. This stops sysinstall from dumping core | kris | 2002-10-12 | 1 | -0/+1 |
* | Fix to support pc98. | nyan | 2002-10-08 | 3 | -0/+12 |
* | White-space change only. Move closer to style(9). | phk | 2002-10-04 | 1 | -323/+322 |
* | #include the right thing for PC98 | phk | 2002-10-02 | 1 | -0/+4 |
* | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | phk | 2002-10-01 | 4 | -0/+4 |
* | Use correct printf format specifier to print unsigned longs. | wollman | 2002-05-30 | 1 | -1/+1 |
* | NOSHARED is meaningless in the bsd.lib.mk context. | ru | 2002-05-13 | 1 | -1/+0 |
* | Retire the bogus uses of the disklabel field d_sbsize and begin to | phk | 2002-05-12 | 1 | -1/+1 |
* | Modernize my email address. | phk | 2002-03-25 | 10 | -10/+10 |
* | Modify Delete_Chunk() into Delete_Chunk2() which can take a flags | dillon | 2002-01-07 | 2 | -1/+20 |
* | Sort the disknames when we get them from the kernel. | phk | 2001-12-23 | 1 | -10/+23 |
* | Add auto-fill-on-delete. When deleting an 'A'uto created partition | dillon | 2001-12-09 | 2 | -17/+38 |
* | One more fix for sysinstall/libdisk to create a device file | matusita | 2001-11-11 | 1 | -6/+10 |
* | Add EFI GPT (238, 0xEE) and EFI System Parition (239, 0xEF) | peter | 2001-10-15 | 1 | -0/+2 |
* | Check to see if the devfs MIB exists and return 1 if it exists rather | jkh | 2001-10-10 | 1 | -0/+9 |
* | Fixed bitrot in synopsis. The change of the return type of | bde | 2001-10-03 | 1 | -1/+1 |