summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/write_alpha_disk.c
Commit message (Collapse)AuthorAgeFilesLines
* 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