Home | History | Annotate | Download | only in newfs_v7fs
History log of /src/sbin/newfs_v7fs/main.c
RevisionDateAuthorComments
 1.11  27-Feb-2022  zafer fix typo
 1.10  10-Aug-2011  uch newfs_v7fs(8)'s -v and -P options are obsolete. changed to newfs(8) compatible -V option.
 1.9  09-Aug-2011  uch Fix warning message.
 1.8  09-Aug-2011  uch Check whether superblock is writable sector.
 1.7  22-Jul-2011  uch Fixed the problem that partition size over 8GiB(v7fs filesystem limit) failed newfs.
 1.6  19-Jul-2011  tron Use howmany() macro as it is used in a lot fo places in this tool anyway
as suggested by Tsugutomo Enami.
 1.5  19-Jul-2011  joerg Allow cross-compiling from Linux
 1.4  18-Jul-2011  tron Don't use roundup2(9) (which should have been howmany(9) anyway) to
fix builds on platforms other than NetBSD.
 1.3  18-Jul-2011  apb In sources that get compiled into the tools version of makefs, add:

#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif

This should fix cross-build problems, but I can't really test
that now, so I am not re-enabling the inclusion of v7fs support
in makefs.
 1.2  10-Jul-2011  uch fix freeblock count bug.
 1.1  27-Jun-2011  uch 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8).

RSS XML Feed