CVS commit: src/sbin/fsck_ext2fs

2019-03-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 31 13:16:52 UTC 2019 Modified Files: src/sbin/fsck_ext2fs: setup.c Log Message: Ignore EXT4 'kbytes written' field when validating alternate superblock. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/

CVS commit: src/sbin/fsck_ext2fs

2019-03-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 31 10:55:58 UTC 2019 Modified Files: src/sbin/fsck_ext2fs: Makefile setup.c Log Message: No longer rely on data in disklabel to deduce alternate superblock positions from block size. Instead use the same defaults as newfs

CVS commit: src/sbin/fsck_ext2fs

2019-03-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 31 10:52:00 UTC 2019 Modified Files: src/sbin/fsck_ext2fs: setup.c Log Message: remove debug printfs from last commit. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sbin/fsck_ext2fs/setup.c Please n

CVS commit: src/sbin/fsck_ext2fs

2019-03-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Mar 30 17:32:40 UTC 2019 Modified Files: src/sbin/fsck_ext2fs: setup.c Log Message: Ignore recorded last mount point when validating alternate superblocks. Compute log_bsize correctly. This fixes computation of alternate supe

CVS commit: src/sbin/fsck_ext2fs

2018-08-27 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Aug 27 15:16:49 UTC 2018 Modified Files: src/sbin/fsck_ext2fs: fsck_ext2fs.8 main.c Log Message: Remove references to -c flag which was never included. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sbin/fs

CVS commit: src/sbin/fsck_ext2fs

2017-04-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 21 19:33:56 UTC 2017 Modified Files: src/sbin/fsck_ext2fs: pass1.c Log Message: Fix previous properly (wrong variable was tested) thanks riastradh@ To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sbin

CVS commit: src/sbin/fsck_ext2fs

2017-04-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 21 17:33:04 UTC 2017 Modified Files: src/sbin/fsck_ext2fs: pass1.c Log Message: e2di_block is an array; can't be NULL, (clang) To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sbin/fsck_ext2fs/pass1.c

CVS commit: src/sbin/fsck_ext2fs

2016-09-10 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Sep 11 03:56:00 UTC 2016 Modified Files: src/sbin/fsck_ext2fs: fsck_ext2fs.8 Log Message: Document the author and the version fsck_ext2fs first appeared. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.2

CVS commit: src/sbin/fsck_ext2fs

2016-08-15 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Aug 15 19:13:24 UTC 2016 Modified Files: src/sbin/fsck_ext2fs: setup.c Log Message: more informative debug output for unsupported features To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sbin/fsck_ext2fs/

CVS commit: src/sbin/fsck_ext2fs

2016-08-15 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Aug 15 18:57:07 UTC 2016 Modified Files: src/sbin/fsck_ext2fs: setup.c Log Message: adjust inode size check to compare against EXT2_REV0_DINODE_SIZE, rather then sizeof(struct ext2fs_dinode), as the structure definition was

CVS commit: src/sbin/fsck_ext2fs

2016-08-15 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Aug 15 18:42:15 UTC 2016 Modified Files: src/sbin/fsck_ext2fs: fsck.h setup.c Log Message: divorce list of features supported by fsck_ext2fs from the kernel; while kernel might support e.g. extents, extra_isize or dir_nlink,

CVS commit: src/sbin/fsck_ext2fs

2014-12-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 4 01:41:37 UTC 2014 Modified Files: src/sbin/fsck_ext2fs: setup.c Log Message: Instead of zerodivide, give a useful error message. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sbin/fsck_ext2fs/set

CVS commit: src/sbin/fsck_ext2fs

2014-03-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Mar 4 21:07:22 UTC 2014 Modified Files: src/sbin/fsck_ext2fs: Makefile Log Message: Make pointer NULL check non-fatal for a bogus condition. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sbin/fsck_ext2fs/

CVS commit: src/sbin/fsck_ext2fs

2012-11-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Nov 25 19:42:14 UTC 2012 Modified Files: src/sbin/fsck_ext2fs: dir.c extern.h inode.c pass1.c Log Message: Catch up to the kernel with respect to Ext2 huge_file feature. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sbin/fsck_ext2fs

2012-11-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Nov 25 19:36:23 UTC 2012 Modified Files: src/sbin/fsck_ext2fs: dir.c Log Message: e2di_nblock is (assuming the huge_file feature is not active) stored in DEV_BSIZE units, not fs block size units. To generate a diff of this

CVS commit: src/sbin/fsck_ext2fs

2012-08-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 26 09:33:19 UTC 2012 Modified Files: src/sbin/fsck_ext2fs: pass5.c Log Message: stdlib.h, not malloc.h To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sbin/fsck_ext2fs/pass5.c Please note that diffs

CVS commit: src/sbin/fsck_ext2fs

2011-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 6 16:42:41 UTC 2011 Modified Files: src/sbin/fsck_ext2fs: Makefile pass5.c Log Message: Avoid -Wno-pointer-sign. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sbin/fsck_ext2fs/Makefile cvs rdiff -u

CVS commit: src/sbin/fsck_ext2fs

2011-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 6 16:39:40 UTC 2011 Modified Files: src/sbin/fsck_ext2fs: pass5.c Log Message: Add static to a private function. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sbin/fsck_ext2fs/pass5.c Please note

CVS commit: src/sbin/fsck_ext2fs

2009-08-16 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Aug 16 13:50:54 UTC 2009 Modified Files: src/sbin/fsck_ext2fs: main.c Log Message: Ignore the "-P" option as intended to make this work with e.g. "fsck_flags=-pP" in "/etc/rc.conf". Patch supplied by Pierre Pronchery in PR bin/

CVS commit: src/sbin/fsck_ext2fs

2009-04-06 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Mon Apr 6 12:50:37 UTC 2009 Modified Files: src/sbin/fsck_ext2fs: inode.c pass1.c pass1b.c pass5.c Log Message: fix sign-compare issues To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sbin/fsck_ext2fs/inode.c c