History log of /src/sbin/newfs_v7fs |
Revision | Date | Author | Comments |
1.6 | 03-Jun-2023 |
lukem | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER
Provide a single variable CC_WNO_ADDRESS_OF_PACKED_MEMBER with options for both clang and gcc, to replace CLANG_NO_ADDR_OF_PACKED_MEMBER CC_NO_ADDR_OF_PACKED_MEMBER GCC_NO_ADDR_OF_PACKED_MEMBER
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
1.5 | 06-Sep-2020 |
mrg | add support for new GCC 9 warnings that may be too much to fix right now. new address-of-packed-member and format-overflow warnings have new GCC_NO_ADDR_OF_PACKED_MEMBER amd GCC_NO_FORMAT_OVERFLOW variables to remove these warnings.
apply to a bunch of the tree. mostly, these are real bugs that should be fixed, but in many cases, only by removing the 'packed' attribute from some structure that doesn't really need it. (i looked at many different ones, and while perhaps 60-80% were already properly aligned, it wasn't clear to me that the uses were always coming from sane data vs network alignment, so it doesn't seem safe to remove packed without careful research for each affect struct.) clang already warned (and was not erroring) for many of these cases, but gcc picked up dozens more.
|
1.4 | 05-Sep-2012 |
riz | Remove -g from CPPFLAGS.
|
1.3 | 10-Aug-2012 |
joerg | Don't depend on HAVE_GCC being always defined.
|
1.2 | 01-Jul-2011 |
mrg | branches: 1.2.2; remove HAVE_GCC == 4 conditional
|
1.1 | 27-Jun-2011 |
uch | 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8).
|
1.2.2.1 | 30-Oct-2012 |
yamt | sync with head
|
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).
|
1.4 | 12-Sep-2016 |
sevan | Document newfs_v7fs appeared in NetBSD 6.0. Add AUTHORS secton. Bump date.
|
1.3 | 10-Aug-2011 |
uch | newfs_v7fs(8)'s -v and -P options are obsolete. changed to newfs(8) compatible -V option.
|
1.2 | 27-Jun-2011 |
wiz | Various improvements.
|
1.1 | 27-Jun-2011 |
uch | 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8).
|
1.5 | 10-Jan-2017 |
christos | need <sys/stat.h>
|
1.4 | 16-Jun-2015 |
christos | branches: 1.4.2; fix error messages containing \n
|
1.3 | 10-Aug-2011 |
wiz | Sync usage with man page.
|
1.2 | 10-Aug-2011 |
uch | newfs_v7fs(8)'s -v and -P options are obsolete. changed to newfs(8) compatible -V option.
|
1.1 | 27-Jun-2011 |
uch | 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8).
|
1.4.2.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.2 | 10-Aug-2011 |
uch | newfs_v7fs(8)'s -v and -P options are obsolete. changed to newfs(8) compatible -V option.
|
1.1 | 27-Jun-2011 |
uch | 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8).
|