freebsd-nq/sbin/newfs
Maxim Sobolev 83b5ab2770 Teach newfs(8) to understand size modifiers for all options taking
size or size-like argument. I.e. "-s 32k" instead of "-s 32768".
Size parsing function has been shamelessly stolen from the truncate(1).
I'm sure many sysadmins out there will appreciate this small
improvement.

MFC after:	1 week
2010-03-03 02:05:09 +00:00
..
Makefile Raise WARNS for various tools where possible. 2010-01-17 21:56:27 +00:00
mkfs.c One last pass to get all the unsigned comparisons correct. 2010-02-11 18:14:53 +00:00
newfs.8 Slightly improve gjournal documentation. 2009-04-29 10:02:50 +00:00
newfs.c Teach newfs(8) to understand size modifiers for all options taking 2010-03-03 02:05:09 +00:00
newfs.h Ensure that newfs will never create a filesystem with more than 2^32 2010-02-10 20:17:46 +00:00
ref.test
runtest00.sh
runtest01.sh