freebsd-skq/usr.sbin/makefs
sbruno 6b8afc4e2b makefs(8) leaves sblock.fs_providersize uninitialized (zero) that can be easily
checked with dumpfs(8). This may lead to other problems, f.e. geom_label kernel
module sanity checks do not like zero fs_old_size value and skips such UFS1
file system while tasting (fs_old_size derives from sblock.fs_providersize).

PR:	203704
Submitted by:	eugen@grosbein.net
Reviewed by:	marcel
2015-10-13 17:00:14 +00:00
..
cd9660
ffs makefs(8) leaves sblock.fs_providersize uninitialized (zero) that can be easily 2015-10-13 17:00:14 +00:00
cd9660.c
cd9660.h
ffs.c makefs: introduce a new option to specify what to round the resulting 2015-10-13 02:32:15 +00:00
ffs.h
Makefile Convert makefs to LIBADD 2014-11-24 22:15:30 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
makefs.8 makefs: introduce a new option to specify what to round the resulting 2015-10-13 02:32:15 +00:00
makefs.c makefs: introduce a new option to specify what to round the resulting 2015-10-13 02:32:15 +00:00
makefs.h makefs: introduce a new option to specify what to round the resulting 2015-10-13 02:32:15 +00:00
mtree.c Don't leak 'var'. 2015-09-03 01:15:23 +00:00
walk.c