summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdwrite/fdwrite.c
Commit message (Collapse)AuthorAgeFilesLines
* Modernize my email addressphk2002-03-251-1/+1
|
* Now that we've got it, use FDOPT_NOERRLOG for fdformat and fdwrite tojoerg2001-06-261-1/+4
| | | | | | avoid blasting the syslog with error messages from bad floppies. Both tools have their own error reporting anyway (which could easily be cluttered by the syslog output on your terminal).
* Part #2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: handle thejoerg2001-06-061-1/+1
| | | | tools in usr.sbin/fd*.
* Add `_PATH_DEVZERO'.obrien2000-12-091-2/+3
| | | | Use _PATH_* where where possible.
* /dev/r<FOO> => /dev/<FOO>obrien2000-04-261-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use err(3). Document -y flag. Remove unused -s flag from getopt string.charnier1997-09-181-46/+23
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Make this more usable from shell scripts and such by adding a non-interactivejkh1996-09-301-9/+19
| | | | | flag and some checking to see if it's even reasonable to ask for confirmation at all.
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* #include'ing mysterious stuff from ${DESTDIR}/sys/<somewhere> is no longerjoerg1994-10-141-2/+1
| | | | | necessary. Requested by: phk
* A small program, which can take a file of any size, format, write and verifyphk1994-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.
OpenPOWER on IntegriCloud