summaryrefslogtreecommitdiffstats
path: root/sbin/scan_ffs
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-4/+4
2019-02-10Delete BUGS: dubious style and not relevant/accuratejca1-5/+1
2019-02-10Add a warning that scan_ffs doesn't support FFS2 filesystemsjca1-1/+5
2019-02-10Drop useless .TH line; ok jmc@jca1-3/+2
2018-04-26Prefer <fcntl.h> over <sys/fcntl.h> in userlandguenther1-6/+7
2017-07-09remove redundant variable declarations in Makefiles, since those areespie1-2/+1
2015-11-23Use pledge "disklabel" as needed. The theory here is these tools become morederaadt1-1/+4
2015-10-11After the disk is opened, this can pledge "stdio".deraadt1-1/+4
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt1-2/+1
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-2/+3
2013-11-01Sprinkle (long long) casts where %lld is being used to print daddr_tkrw1-5/+8
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt1-4/+4
2013-04-02handle large time_tderaadt1-2/+5
2008-03-23Remove two stray references to the departed -r argument to disklabel.krw1-4/+4
2007-06-22daddr_t -> daddr64_t; ok pedro@ thib@otto1-10/+15
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-03-19Add FFS2 fields to the superblock, change file system tools to keeppedro1-6/+6
2006-09-11- sort optionsjmc1-21/+11
2006-06-28Use argv[0] where argv[0] is meant, Nicholas Marriottpedro1-2/+2
2004-12-14mention /var/backups;jmc1-2/+5
2004-02-16no need for extra param; Mathias@enloco.netderaadt1-5/+7
2003-07-02missing protosderaadt1-3/+3
2003-06-03Kill clause 3 & 4 on some of my code.weingart2-12/+2
2002-07-03ansideraadt1-17/+17
2001-07-07major -Wall cleanup, almost completederaadt1-3/+3
2001-01-26Small cleanup patch from <mpech@prosoft.org.lv>.weingart1-6/+9
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manaaron1-2/+2
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.aaron1-19/+29
2000-03-05Finish standardizing options list introduction.aaron1-2/+2
1999-07-03remove redundant .Pp macrosaaron1-2/+1
1999-06-08Some large partition fixesniklas1-6/+6
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-2/+2
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-2/+2
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesaaron1-4/+4
1998-09-17sbin/ man page fixesaaron1-2/+2
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,aaron1-3/+3
1998-04-28use Xr more oftenderaadt1-2/+4
1998-03-28Wallderaadt1-2/+5
1998-02-05special -> deviceweingart1-2/+2
1998-02-05Add man page. I don't know which revision this one is, I might haveweingart2-2/+145
1998-02-04fix usage stringmillert1-2/+2
1998-02-04very handy program that scans a device for filesystems; from niklas & weingart.deraadt2-0/+172