summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/write_alpha_disk.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle read_block() failures by ignoring the disk rather thanbrian2004-06-041-1/+4
| | | | dumping core.
* Use sized cast matching the sized pointer.phk2003-04-041-1/+1
|
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-041-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()jhb2003-02-041-1/+1
| | | | | functions. - Clean up a few signed/unsigned warnings.
* Fixed style(9)nyan2002-11-151-3/+5
|
* - Merge Write_FreeBSD() into Write_Disk().jhb2002-11-081-40/+32
| | | | - Miscellaneous cleanups.
* Get this closer to working. The Write_Disk() function's for loop neededjhb2002-11-071-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.jhb2002-11-031-11/+1
|
* Untested alpha disk writer.phk2002-10-301-1/+1
|
* Don't call warn(3).phk2002-10-291-5/+1
|
* Remove unnecessary ioctls tickling kernel side to realize that we fiddledphk2002-10-231-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 itsphk2002-10-231-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.
OpenPOWER on IntegriCloud