aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fdread
Commit message (Expand)AuthorAgeFilesLines
* Mark global functions and/or variables in fdread(8) static where possible.Ed Schouten2011-11-061-8/+8
* Open the floppy disk device with O_RDONLY rather than O_RDWR. AfterJoerg Wunsch2011-06-171-1/+1
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Drop the defunct FDOPT_NOERRLOG option from all the floppy utilities.Joerg Wunsch2009-06-241-8/+1
* Remove unused variables.Stefan Farfeleder2006-07-201-2/+2
* fdread cannot work without opening the /dev/fd node in O_RDWR mode now,Peter Wemm2005-10-261-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-2/+2
* Cleanup usr.sbin/fd* so they can compile under WARNS=6.Xin LI2005-01-083-28/+30
* Fixed fd related tools on pc98.Yoshihiro Takahashi2004-11-091-0/+39
* Rewrite of the floppy driver to make it MPsafe & GEOM friendly:Poul-Henning Kamp2004-08-201-90/+49
* PC98 got it right here: sectors can be non-512 byte sized.Poul-Henning Kamp2004-07-071-5/+0
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-11/+22
* Add PC98 supports.Yoshihiro Takahashi2004-03-282-5/+69
* Set size field correctly, it is number of sectors on the device, notPoul-Henning Kamp2004-02-251-2/+6
* Use `The .Nm utility'Philippe Charnier2002-04-201-1/+4
* Long promised major enhancement set for the floppy disk driver:Joerg Wunsch2001-12-152-3/+397
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
* mdoc(7) police: use plain text parentheses with plain text blocks.Ruslan Ermilov2001-07-051-3/+1
* Break out the function to print the FDC error information intoJoerg Wunsch2001-07-024-44/+114
* Implement the -I option that uses the FD_READID ioctl in order to readJoerg Wunsch2001-06-262-3/+107
* Part #2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: handle theJoerg Wunsch2001-06-061-2/+1
* Now that we've got the ne765.h file installed under <dev/ic/>, use itJoerg Wunsch2001-06-041-2/+1
* Fix man page markup.Joerg Wunsch2001-05-161-23/+28
* Initial import of fdread(1), a logical counterpart to fdwrite(1).Joerg Wunsch2001-05-143-0/+497