Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle read_block() failures by ignoring the disk rather than | brian | 2004-06-04 | 1 | -3/+10 |
| | | | | dumping core. | ||||
* | MFi386: WARNS=4 clean. | nyan | 2004-03-30 | 1 | -7/+7 |
| | |||||
* | Libdisk does not need to include <sys/diskslice.h> any more. | phk | 2003-04-04 | 1 | -1/+0 |
| | | | | | | | | | Move the remaining bits of <sys/diskslice.h> to <i386/include/bootinfo.h> Move i386/pc98 specific bits from <sys/reboot.h> to <i386/include/bootinfo.h> as well. Adjust includes in sys/boot accordingly. | ||||
* | Fix build error. | nyan | 2003-02-06 | 1 | -1/+0 |
| | |||||
* | - Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel() | jhb | 2003-02-04 | 1 | -4/+3 |
| | | | | | functions. - Clean up a few signed/unsigned warnings. | ||||
* | Rename the dos_partition structure for pc98 to pc98_partition. | nyan | 2003-01-04 | 1 | -2/+2 |
| | |||||
* | Fixed style(9) | nyan | 2002-11-15 | 1 | -36/+36 |
| | |||||
* | MFi386: revision 1.4. | nyan | 2002-11-08 | 1 | -1/+0 |
| | |||||
* | Add '#include <err.h>' for warn(). | nyan | 2002-10-31 | 1 | -0/+1 |
| | |||||
* | Remove unnecessary ioctls tickling kernel side to realize that we fiddled | phk | 2002-10-23 | 1 | -10/+0 |
| | | | | with the disk. GEOM will automatically retaste when we closet he filedesc. | ||||
* | Untangle #ifdefs in the write-end of things by giving each arch its | phk | 2002-10-23 | 1 | -0/+185 |
own file and own copy of WriteDisk() to do things in. This should have happened years ago, instead of adding #ifdefs all over the place. |