summaryrefslogtreecommitdiff
path: root/lib/libdisk/write_pc98_disk.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle read_block() failures by ignoring the disk rather thanBrian Somers2004-06-041-3/+10
| | | | | | | dumping core. Notes: svn path=/head/; revision=130067
* MFi386: WARNS=4 clean.Yoshihiro Takahashi2004-03-301-7/+7
| | | | Notes: svn path=/head/; revision=127617
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-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. Notes: svn path=/head/; revision=113083
* Fix build error.Yoshihiro Takahashi2003-02-061-1/+0
| | | | Notes: svn path=/head/; revision=110454
* - Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel()John Baldwin2003-02-041-4/+3
| | | | | | | | functions. - Clean up a few signed/unsigned warnings. Notes: svn path=/head/; revision=110339
* Rename the dos_partition structure for pc98 to pc98_partition.Yoshihiro Takahashi2003-01-041-2/+2
| | | | Notes: svn path=/head/; revision=108650
* Fixed style(9)Yoshihiro Takahashi2002-11-151-36/+36
| | | | Notes: svn path=/head/; revision=106949
* MFi386: revision 1.4.Yoshihiro Takahashi2002-11-081-1/+0
| | | | Notes: svn path=/head/; revision=106623
* Add '#include <err.h>' for warn().Yoshihiro Takahashi2002-10-311-0/+1
| | | | Notes: svn path=/head/; revision=106236
* Remove unnecessary ioctls tickling kernel side to realize that we fiddledPoul-Henning Kamp2002-10-231-10/+0
| | | | | | | with the disk. GEOM will automatically retaste when we closet he filedesc. Notes: svn path=/head/; revision=105817
* Untangle #ifdefs in the write-end of things by giving each arch itsPoul-Henning Kamp2002-10-231-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. Notes: svn path=/head/; revision=105816