aboutsummaryrefslogtreecommitdiff
path: root/sbin/badsect/badsect.c
Commit message (Expand)AuthorAgeFilesLines
* The badsect(8) utility uses atol(), which doesn't allow very good errorRobert Watson2005-01-031-1/+4
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4
* Remove unused variable to make badsect WARNS=2 clean.Johan Karlsson2003-02-221-1/+0
* Convert badsect to use libufs.Juli Mallett2003-01-201-58/+16
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-271-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-4/+4
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-3/+21
* more file system > filesystemTom Rhodes2002-05-161-3/+3
* Sigh, more BBSIZE related breakage.Poul-Henning Kamp2002-05-121-0/+1
* Kill registerWarner Losh2002-03-201-1/+1
* o Use real prototypes and ANSI function definitions.Warner Losh2002-03-181-12/+5
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Remove the block/char device distinction. badsect only worked on bdevs,Adrian Chadd2000-11-091-7/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed printf format errors.Bruce Evans1998-06-281-9/+9
* Correct use of .Nm. Add section number to .Xr. Add rcsid, usage(). Use err(3).Philippe Charnier1998-06-041-25/+25
* Eliminated includes of the "temporary" backwards compatibility headerBruce Evans1996-09-241-2/+2
* Submitted by: Philippe Charnier <charnier@lirmm.fr>, added to by bdeBruce Evans1995-04-021-8/+8
* Make this actually work. It always failed in FreeBSD because it attemptedBruce Evans1995-04-021-6/+27
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+209