summaryrefslogtreecommitdiff
path: root/usr.sbin/fdwrite/fdwrite.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8857
* #include'ing mysterious stuff from ${DESTDIR}/sys/<somewhere> is no longerJoerg Wunsch1994-10-141-2/+1
| | | | | | | | necessary. Requested by: phk Notes: svn path=/head/; revision=3592
* A small program, which can take a file of any size, format, write and verifyPoul-Henning Kamp1994-09-181-0/+208
it onto a bunch of floppies in a semi-intelligent way. Useful for things like: tar cf - . | gzip -9 | fdwrite -d /dev/rfd0.1720 -v Where it will keep asking for floppies until tar is done. Notes: svn path=/cvs2svn/branches/phk/; revision=2849