aboutsummaryrefslogtreecommitdiff
path: root/sbin/badsect
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Reduce diffs to current. This includes several mdoc(7) fixes, minorTom Rhodes2002-08-211-9/+13
| | | | | | | spelling and grammar fixes, along with 'the .Nm utility' Notes: svn path=/stable/4/; revision=102233
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-1/+1
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81775
* MFC: include missing header files.Dima Dorfman2001-07-301-0/+1
| | | | Notes: svn path=/stable/4/; revision=80623
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-4/+4
| | | | Notes: svn path=/stable/4/; revision=80142
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+2
| | | | Notes: svn path=/stable/4/; revision=75953
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-051-1/+1
| | | | Notes: svn path=/stable/4/; revision=73781
* MFC: prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-1/+1
| | | | Notes: svn path=/stable/4/; revision=70155
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-2/+2
| | | | Notes: svn path=/stable/4/; revision=69765
* MFC rev 1.8 - remove block/char distinction.Adrian Chadd2000-11-091-7/+1
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=68524
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57668
* Remove xrefs to obsolete bad144(8).Nik Clayton2000-03-011-4/+1
| | | | | | | | PR: docs/17060 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> Notes: svn path=/head/; revision=57662
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50476
* Fixed printf format errors.Bruce Evans1998-06-281-9/+9
| | | | Notes: svn path=/head/; revision=37233
* Correct use of .Nm. Add section number to .Xr. Add rcsid, usage(). Use err(3).Philippe Charnier1998-06-042-35/+35
| | | | Notes: svn path=/head/; revision=36626
* Remove Xref to format(8) which does not exist.Masafumi Max NAKANE1997-10-151-2/+1
| | | | Notes: svn path=/head/; revision=30449
* Expected to be found in /sbin not /etc.Philippe Charnier1997-06-041-2/+2
| | | | Notes: svn path=/head/; revision=26437
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22990
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Sort cross references.Wolfram Schneider1997-01-131-2/+3
| | | | Notes: svn path=/head/; revision=21635
* Eliminated includes of the "temporary" backwards compatibility headerBruce Evans1996-09-241-2/+2
| | | | | | | | | <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones. Notes: svn path=/head/; revision=18485
* Submitted by: Philippe Charnier <charnier@lirmm.fr>, added to by bdeBruce Evans1995-04-021-8/+8
| | | | | | | Fix all the warnings from `gcc -Wall'. Notes: svn path=/head/; revision=7590
* Make this actually work. It always failed in FreeBSD because it attemptedBruce Evans1995-04-021-6/+27
| | | | | | | | | | | | | | | | | to open the mounted block device containing the directory to put the bad sector files in, and opening of mounted block devices hasn't been allowed since Net/2 or before. Attempt to open the raw device instead. Be more careful about long names. Use lstat() instead of stat() to search for block devices so that my symlink to the default floppy doesn't cause problems. Check for truncation of the block number when it is squeezed through the mknod() interface. The maximum used to be only 32767, but now it large enough. Notes: svn path=/head/; revision=7589
* Convert to our man installation style. Also fixed long-standing bugGarrett Wollman1994-08-051-1/+1
| | | | | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message. Notes: svn path=/head/; revision=1855
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-263-0/+347
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin. Notes: svn path=/head/; revision=1558