aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk/write_pc98_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Handle read_block() failures by ignoring the disk rather thanBrian Somers2004-06-041-3/+10
* MFi386: WARNS=4 clean.Yoshihiro Takahashi2004-03-301-7/+7
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-041-1/+0
* Fix build error.Yoshihiro Takahashi2003-02-061-1/+0
* - Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel()John Baldwin2003-02-041-4/+3
* Rename the dos_partition structure for pc98 to pc98_partition.Yoshihiro Takahashi2003-01-041-2/+2
* Fixed style(9)Yoshihiro Takahashi2002-11-151-36/+36
* MFi386: revision 1.4.Yoshihiro Takahashi2002-11-081-1/+0
* Add '#include <err.h>' for warn().Yoshihiro Takahashi2002-10-311-0/+1
* Remove unnecessary ioctls tickling kernel side to realize that we fiddledPoul-Henning Kamp2002-10-231-10/+0
* Untangle #ifdefs in the write-end of things by giving each arch itsPoul-Henning Kamp2002-10-231-0/+185