Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle read_block() failures by ignoring the disk rather than | brian | 2004-06-04 | 1 | -1/+4 |
| | | | | dumping core. | ||||
* | Use sized cast matching the sized pointer. | phk | 2003-04-04 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | - Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel() | jhb | 2003-02-04 | 1 | -1/+1 |
| | | | | | functions. - Clean up a few signed/unsigned warnings. | ||||
* | Fixed style(9) | nyan | 2002-11-15 | 1 | -3/+5 |
| | |||||
* | - Merge Write_FreeBSD() into Write_Disk(). | jhb | 2002-11-08 | 1 | -40/+32 |
| | | | | - Miscellaneous cleanups. | ||||
* | Get this closer to working. The Write_Disk() function's for loop needed | jhb | 2002-11-07 | 1 | -20/+13 |
| | | | | | | | to use the same start condition as the i386 version. However, since Alpha's only have one fake "slice" from sysinstall's perspective we don't need to use a loop, but can just write out the BSD label in the first fake "slice". | ||||
* | Remove unused MBR gunk leftover from i386. | jhb | 2002-11-03 | 1 | -11/+1 |
| | |||||
* | Untested alpha disk writer. | phk | 2002-10-30 | 1 | -1/+1 |
| | |||||
* | Don't call warn(3). | phk | 2002-10-29 | 1 | -5/+1 |
| | |||||
* | Remove unnecessary ioctls tickling kernel side to realize that we fiddled | phk | 2002-10-23 | 1 | -11/+1 |
| | | | | 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/+123 |
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. |