summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/write_i386_disk.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle read_block() failures by ignoring the disk rather thanbrian2004-06-041-3/+10
| | | | dumping core.
* Make libdisk WARNS=4 clean.kuriyama2004-03-301-15/+15
| | | | Glanced by: jhb
* 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-6/+5
| | | | | functions. - Clean up a few signed/unsigned warnings.
* Fixed style(9)nyan2002-11-151-42/+45
|
* Don't set a variable to a bogus value right before setting it to thejhb2002-11-081-1/+0
| | | | correct value in the next statement.
* More lobotomy:phk2002-10-231-5/+1
| | | | | | | remove CHUNK_BSD_COMPAT, it was a bad idea, and now its gone. remove DOSPTYP_ONTRACK, missed in OnTrack removal commit. unifdef -DHAVE_GEOM make tst01 compile again.
* Remove unnecessary ioctls tickling kernel side to realize that we fiddledphk2002-10-231-11/+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 itsphk2002-10-231-0/+212
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