History log of /netbsd/sbin/newfs_v7fs/main.c (Results 1 – 11 of 11)
Revision Date Author Comments
# e41c6c8b 27-Feb-2022 zafer <zafer@NetBSD.org>

fix typo


# d1057839 10-Aug-2011 uch <uch@NetBSD.org>

newfs_v7fs(8)'s -v and -P options are obsolete. changed to newfs(8) compatible -V option.


# f283d2c1 09-Aug-2011 uch <uch@NetBSD.org>

Fix warning message.


# 5af19fa2 09-Aug-2011 uch <uch@NetBSD.org>

Check whether superblock is writable sector.


# f1973702 22-Jul-2011 uch <uch@NetBSD.org>

Fixed the problem that partition size over 8GiB(v7fs filesystem limit) failed newfs.


# c863b256 19-Jul-2011 tron <tron@NetBSD.org>

Use howmany() macro as it is used in a lot fo places in this tool anyway
as suggested by Tsugutomo Enami.


# 3186b8a3 19-Jul-2011 joerg <joerg@NetBSD.org>

Allow cross-compiling from Linux


# d986ec7b 18-Jul-2011 tron <tron@NetBSD.org>

Don't use roundup2(9) (which should have been howmany(9) anyway) to
fix builds on platforms other than NetBSD.


# 3777d7c6 18-Jul-2011 apb <apb@NetBSD.org>

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

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.

show more ...


# 59fdbd40 10-Jul-2011 uch <uch@NetBSD.org>

fix freeblock count bug.


# ed990ef3 27-Jun-2011 uch <uch@NetBSD.org>

7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8).