summaryrefslogtreecommitdiff
path: root/usr.sbin/fdformat
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Remove single-space hard sentence breaks.Sheldon Hearn2000-03-061-4/+10
| | | | Notes: svn path=/stable/3/; revision=57783
* mkdosfs(1) is dead, refere to newfs_msdos(8)David E. O'Brien1998-09-291-3/+3
| | | | Notes: svn path=/head/; revision=39768
* fd(4) referenced in HISTORY has nothing to do with floppy disks;Dag-Erling Smørgrav1998-04-201-1/+1
| | | | | | | changed to fdc(4). Notes: svn path=/head/; revision=35333
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+6
| | | | Notes: svn path=/head/; revision=34809
* Use err(3). Document options in man page, not in usage string.Philippe Charnier1997-09-172-65/+46
| | | | Notes: svn path=/head/; revision=29531
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
| | | | Notes: svn path=/head/; revision=21880
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-1/+1
| | | | Notes: svn path=/head/; revision=13744
* Cross-reference newfs(8), and mkdosfs(1).Joerg Wunsch1995-11-051-3/+18
| | | | Notes: svn path=/head/; revision=12107
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8857
* Corrected the xref to the driver man page to be fdc(4) now thatJoerg Wunsch1994-10-281-2/+2
| | | | | | | we have one (instead of fd(4)). Notes: svn path=/head/; revision=3973
* Transfer speed definitions are now also found in <machine/ioctl_fd.h>.Joerg Wunsch1994-09-252-2/+1
| | | | | | | Remove the old include file, since it used to be in a non-public place. Notes: svn path=/head/; revision=3097
* Added a missing ${DESTDIR}. The real problem is that stuff related toPoul-Henning Kamp1994-09-181-1/+1
| | | | | | | | floppy formatting is in /sys/i386/isa/fdreg.h, it should be in /usr/include somewhere ?? Notes: svn path=/head/; revision=2852
* Fix include path.David Greenman1994-09-172-2/+2
| | | | Notes: svn path=/head/; revision=2840
* Make use of the new FDOPT_NORETRY facility. It does not make sense toJoerg Wunsch1994-05-223-55/+60
| | | | | | | | | verify formatted tracks with fully retryng. The head should not be moved in either case. Also some minor copyright cleanup. Notes: svn path=/head/; revision=1533
* From: phk@login.dkuug.dk (Poul-Henning Kamp)Rodney W. Grimes1994-02-201-3/+3
| | | | | | | | | | | Message-Id: <9402201119.AA06430@login.dkuug.dk> Subject: bug in fdformat.c There is a bug in fdformat.c: the number of heads are hardcoded in two places. This is quite inconsequencial at present, but a bug nontheless. Notes: svn path=/head/; revision=1183
* Some fixes from JoergAndrey A. Chernov1994-02-111-8/+15
| | | | Notes: svn path=/head/; revision=1148
* Fix size of il (interleave) array.Andrey A. Chernov1994-02-101-1/+1
| | | | Notes: svn path=/head/; revision=1138
* Add interleave > 1 support by Poul-Henning Kamp.Andrey A. Chernov1994-02-102-10/+17
| | | | | | | Chack valid range of sectors per track. Notes: svn path=/head/; revision=1137
* We got now floppy formatterAndrey A. Chernov1994-01-263-0/+506
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1022