summaryrefslogtreecommitdiff
path: root/sbin/scan_ffs/scan_ffs.c
AgeCommit message (Expand)Author
2015-11-23Use pledge "disklabel" as needed. The theory here is these tools become moreTheo de Raadt
2015-10-11After the disk is opened, this can pledge "stdio".Theo de Raadt
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-11-01Sprinkle (long long) casts where %lld is being used to print daddr_tKenneth R Westerback
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-04-02handle large time_tTheo de Raadt
2007-06-22daddr_t -> daddr64_t; ok pedro@ thib@Otto Moerbeek
2007-03-19Add FFS2 fields to the superblock, change file system tools to keepPedro Martelletto
2006-06-28Use argv[0] where argv[0] is meant, Nicholas MarriottPedro Martelletto
2004-02-16no need for extra param; Mathias@enloco.netTheo de Raadt
2003-07-02missing protosTheo de Raadt
2003-06-03Kill clause 3 & 4 on some of my code.Tobias Weingartner
2002-07-03ansiTheo de Raadt
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-01-26Small cleanup patch from <mpech@prosoft.org.lv>.Tobias Weingartner
1999-06-08Some large partition fixesNiklas Hallqvist
1998-03-28WallTheo de Raadt
1998-02-05special -> deviceTobias Weingartner
1998-02-04fix usage stringTodd C. Miller
1998-02-04very handy program that scans a device for filesystems; from niklas & weingart.Theo de Raadt