aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fdwrite/fdwrite.c
Commit message (Expand)AuthorAgeFilesLines
* fdwrite.c: initialize pointers to NULL and a few other cleanupsrilysh2024-04-111-3/+5
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-301-1/+3
* Drop the defunct FDOPT_NOERRLOG option from all the floppy utilities.Joerg Wunsch2009-06-241-4/+1
* Cleanup usr.sbin/fd* so they can compile under WARNS=6.Xin LI2005-01-081-4/+5
* Include <string.h> rather than <strings.h> for string function prototypes.Stefan Farfeleder2004-05-301-1/+1
* Modernize my email addressPoul-Henning Kamp2002-03-251-1/+1
* Now that we've got it, use FDOPT_NOERRLOG for fdformat and fdwrite toJoerg Wunsch2001-06-261-1/+4
* Part #2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: handle theJoerg Wunsch2001-06-061-1/+1
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-2/+3
* /dev/r<FOO> => /dev/<FOO>David E. O'Brien2000-04-261-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err(3). Document -y flag. Remove unused -s flag from getopt string.Philippe Charnier1997-09-181-46/+23
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Make this more usable from shell scripts and such by adding a non-interactiveJordan K. Hubbard1996-09-301-9/+19
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* #include'ing mysterious stuff from ${DESTDIR}/sys/<somewhere> is no longerJoerg Wunsch1994-10-141-2/+1
* A small program, which can take a file of any size, format, write and verifyPoul-Henning Kamp1994-09-181-0/+208