History log of /src/sbin/newfs_ext2fs/newfs_ext2fs.8 |
Revision | | Date | Author | Comments |
1.15 |
| 17-May-2023 |
tsutsui | Use https for Ext2 documentation URLs.
|
1.14 |
| 13-Apr-2019 |
maya | Omit mention of old vnd(4) bug, now resolved.
Via elge, thanks.
|
1.13 |
| 06-Mar-2019 |
mrg | make ext2fs rev1 the default. this enables LARGEFILES support.
|
1.12 |
| 03-Jul-2017 |
wiz | branches: 1.12.6; Remove workaround for ancient HTML generation code.
|
1.11 |
| 25-Feb-2010 |
tsutsui | Avoid line break in `Linux Ext2' strings.
|
1.10 |
| 21-Feb-2010 |
wiz | Fix string, noted by tsutsui.
|
1.9 |
| 18-Feb-2010 |
wiz | Fix pasto noted by tsutsui.
|
1.8 |
| 17-Feb-2010 |
wiz | Various fixes from Jason McIntyre <jmc@kerhand.co.uk>.
|
1.7 |
| 01-Dec-2009 |
pooka | Remove vinum-removal sentence fragment, similarly to newfs(8).
|
1.6 |
| 25-Oct-2009 |
joerg | Use .%U.
|
1.5 |
| 18-May-2009 |
wiz | Sort option descriptions.
|
1.4 |
| 01-Mar-2009 |
wiz | New sentence, new line.
|
1.3 |
| 01-Mar-2009 |
wiz | Sort options.
|
1.2 |
| 01-Mar-2009 |
christos | Support variable inode sizes.
|
1.1 |
| 17-Nov-2007 |
tsutsui | branches: 1.1.6; 1.1.16; 1.1.18; Add a dumb but BSD-licensed newfs_ext2fs(8) command. This is based on the newfs(8) command for ffs, but most ext2fs specific part is written from scratch.
Tested on alpha, cobalt, i386 and sgimips with some disks and vnd(4), and at least cobalt's firmware can load boot files from an ext2fs E2FS_REV0 partition created by this native newfs_ext2fs(8) command.
Closes PR bin/16175.
|
1.1.18.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.1.16.1 |
| 16-Jan-2011 |
bouyer | Pull up following revision(s) (requested by tsutsui in ticket #1486): sbin/fsck_ext2fs/setup.c: revision 1.26 sbin/newfs_ext2fs/mke2fs.c: revision 1.10 sbin/newfs_ext2fs/mke2fs.c: revision 1.11 sbin/newfs_ext2fs/mke2fs.c: revision 1.12 sbin/fsck_ext2fs/inode.c: revision 1.24 sys/lib/libsa/ext2fs.c: revision 1.6 sbin/newfs_ext2fs/extern.h: revision 1.3 sbin/fsck_ext2fs/inode.c: revision 1.25 sys/lib/libsa/ext2fs.c: revision 1.7 sbin/fsck_ext2fs/inode.c: revision 1.26 sys/ufs/ext2fs/ext2fs_inode.c: revision 1.68 sbin/fsck_ext2fs/inode.c: revision 1.27 sbin/fsck_ext2fs/inode.c: revision 1.28 sys/ufs/ext2fs/ext2fs_dinode.h: revision 1.18 sys/ufs/ext2fs/ext2fs_dinode.h: revision 1.19 sbin/newfs_ext2fs/newfs_ext2fs.c: revision 1.5 sbin/newfs_ext2fs/newfs_ext2fs.8: revision 1.2 sbin/newfs_ext2fs/newfs_ext2fs.c: revision 1.6 sbin/newfs_ext2fs/newfs_ext2fs.8: revision 1.3 sys/ufs/ext2fs/ext2fs_vfsops.c: revision 1.142 sbin/newfs_ext2fs/newfs_ext2fs.c: revision 1.7 sbin/newfs_ext2fs/newfs_ext2fs.8: revision 1.4 sbin/newfs_ext2fs/newfs_ext2fs.c: revision 1.8 PR/40936: Frederik Sausmikat: ext2fs: add support for inodes > 128 bytes Support variable inode sizes. catch up with variable inode size. Don't use e2fs_inode_size in superblock on E2FS_REV0 file system. - accept only EXT2_REV0_DINODE_SIZE inodesize on -O 0 - use inodesize to get offset of inode, not struct ext2fs_dinode array Replace a magic number with a new EXT2_REV0_DINODE_SIZE macro. Use EXT2_DINODE_SIZE() to get offset of inode, not struct ext2fs_dinode array. Fix botched logic in inodesize check. Use inodesize to get offset of inode in one more place. - add a sanity check for e2fs_inode_size in readsb() - use EXT2_DINODE_SIZE() rather than sizeof(struct ext2fs_dinode) or struct ext2fs_dinode array/pointer to see e2fs_ipb and inode offsets Sort options. New sentence, new line. Sort options in usage. - unsigned -> unsigned int - remove unnecessary casts from malloc(3) and free(3) - fix a bogus indent Use "size > INT32_MAX" rather than "size >= 0x80000000U" to check 2GB limit. Add missed byteswap ops against ext2fs_dinode members. Handle 32 bit uid field on E2FS_REV1.
|
1.1.6.2 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.1.6.1 |
| 17-Nov-2007 |
matt | file newfs_ext2fs.8 was added on branch matt-armv6 on 2008-01-09 01:38:15 +0000
|
1.12.6.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|