summaryrefslogtreecommitdiff
path: root/usr.sbin/fdwrite/fdwrite.c
AgeCommit message (Expand)Author
2024-04-11fdwrite.c: initialize pointers to NULL and a few other cleanupsrilysh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2017-11-30SPDX: use the Beerware identifier.Pedro F. Giffuni
2009-06-24Drop the defunct FDOPT_NOERRLOG option from all the floppy utilities.Joerg Wunsch
2005-01-08Cleanup usr.sbin/fd* so they can compile under WARNS=6.Xin LI
2004-05-30Include <string.h> rather than <strings.h> for string function prototypes.Stefan Farfeleder
2002-03-25Modernize my email addressPoul-Henning Kamp
2001-06-26Now that we've got it, use FDOPT_NOERRLOG for fdformat and fdwrite toJoerg Wunsch
2001-06-06Part #2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: handle theJoerg Wunsch
2000-12-09Add `_PATH_DEVZERO'.David E. O'Brien
2000-04-26/dev/r<FOO> => /dev/<FOO>David E. O'Brien
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1997-09-18Use err(3). Document -y flag. Remove unused -s flag from getopt string.Philippe Charnier
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-09-30Make this more usable from shell scripts and such by adding a non-interactiveJordan K. Hubbard
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-10-14#include'ing mysterious stuff from ${DESTDIR}/sys/<somewhere> is no longerJoerg Wunsch
1994-09-18A small program, which can take a file of any size, format, write and verifyPoul-Henning Kamp