index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
scan_ffs
/
scan_ffs.c
Age
Commit message (
Expand
)
Author
2015-11-23
Use pledge "disklabel" as needed. The theory here is these tools become more
Theo de Raadt
2015-10-11
After the disk is opened, this can pledge "stdio".
Theo de Raadt
2015-01-20
Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2013-11-01
Sprinkle (long long) casts where %lld is being used to print daddr_t
Kenneth R Westerback
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2013-04-02
handle large time_t
Theo de Raadt
2007-06-22
daddr_t -> daddr64_t; ok pedro@ thib@
Otto Moerbeek
2007-03-19
Add FFS2 fields to the superblock, change file system tools to keep
Pedro Martelletto
2006-06-28
Use argv[0] where argv[0] is meant, Nicholas Marriott
Pedro Martelletto
2004-02-16
no need for extra param; Mathias@enloco.net
Theo de Raadt
2003-07-02
missing protos
Theo de Raadt
2003-06-03
Kill clause 3 & 4 on some of my code.
Tobias Weingartner
2002-07-03
ansi
Theo de Raadt
2001-07-07
major -Wall cleanup, almost complete
Theo de Raadt
2001-01-26
Small cleanup patch from <mpech@prosoft.org.lv>.
Tobias Weingartner
1999-06-08
Some large partition fixes
Niklas Hallqvist
1998-03-28
Wall
Theo de Raadt
1998-02-05
special -> device
Tobias Weingartner
1998-02-04
fix usage string
Todd C. Miller
1998-02-04
very handy program that scans a device for filesystems; from niklas & weingart.
Theo de Raadt