freebsd-dev/sbin/newfs
Bruce Evans ffcaf36b2c Fixed 4 printf format errors that were fatal on alphas. %qd is not even
suitable for printing quad_t's since it is equivalent to %lld but quad_t
is unsigned long on alphas.  quad_t shouldn't be used anyway.
2002-07-11 17:49:41 +00:00
..
Makefile Add the undocumented -R option to disable randomness for regression-testing. 2002-03-19 21:05:29 +00:00
mkfs.c Fixed 4 printf format errors that were fatal on alphas. %qd is not even 2002-07-11 17:49:41 +00:00
newfs.8 The .Nm utility 2002-07-06 19:34:18 +00:00
newfs.c This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00
newfs.h This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00
ref.test Add the undocumented -R option to disable randomness for regression-testing. 2002-03-19 21:05:29 +00:00
runtest00.sh Add the undocumented -R option to disable randomness for regression-testing. 2002-03-19 21:05:29 +00:00
runtest01.sh Add the undocumented -R option to disable randomness for regression-testing. 2002-03-19 21:05:29 +00:00