CVS commit: src/sbin/fsck_ffs

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 10:59:08 UTC 2023 Modified Files: src/sbin/fsck_ffs: inode.c setup.c utilities.c Log Message: Revert "fsck_ffs(8): Ensure A divides S before aligned_alloc(A, S)." C17 lifted this restriction. To generate a diff

CVS commit: src/sbin/fsck_ffs

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 10:59:08 UTC 2023 Modified Files: src/sbin/fsck_ffs: inode.c setup.c utilities.c Log Message: Revert "fsck_ffs(8): Ensure A divides S before aligned_alloc(A, S)." C17 lifted this restriction. To generate a diff

CVS commit: src/sbin/fsck_ffs

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 20:40:53 UTC 2023 Modified Files: src/sbin/fsck_ffs: dir.c extern.h fsck.h inode.c main.c pass1.c pass2.c pass4.c pass5.c pass6.c quota2.c setup.c utilities.c Log Message: fsck_ffs(8): Fix whitespace

CVS commit: src/sbin/fsck_ffs

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 20:40:53 UTC 2023 Modified Files: src/sbin/fsck_ffs: dir.c extern.h fsck.h inode.c main.c pass1.c pass2.c pass4.c pass5.c pass6.c quota2.c setup.c utilities.c Log Message: fsck_ffs(8): Fix whitespace

CVS commit: src/sbin/fsck_ffs

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 20:40:22 UTC 2023 Modified Files: src/sbin/fsck_ffs: inode.c setup.c utilities.c Log Message: fsck_ffs(8): Ensure A divides S before aligned_alloc(A, S). Required by C11 Sec. 7.22.3.1 The aligned_alloc function,

CVS commit: src/sbin/fsck_ffs

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 20:40:22 UTC 2023 Modified Files: src/sbin/fsck_ffs: inode.c setup.c utilities.c Log Message: fsck_ffs(8): Ensure A divides S before aligned_alloc(A, S). Required by C11 Sec. 7.22.3.1 The aligned_alloc function,

CVS commit: src/sbin/fsck_ffs

2023-03-27 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Mar 27 22:53:37 UTC 2023 Modified Files: src/sbin/fsck_ffs: pass2.c Log Message: Apply this commit from FreeBSD: commit 6bae6625e0e06816c80ac4971dfccf0643abe3f0 Author: Kirk McKusick Date: Wed Aug 17 14:19:59 2022

CVS commit: src/sbin/fsck_ffs

2023-03-27 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Mar 27 22:53:37 UTC 2023 Modified Files: src/sbin/fsck_ffs: pass2.c Log Message: Apply this commit from FreeBSD: commit 6bae6625e0e06816c80ac4971dfccf0643abe3f0 Author: Kirk McKusick Date: Wed Aug 17 14:19:59 2022

CVS commit: src/sbin/fsck_ffs

2023-01-14 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jan 14 17:01:11 UTC 2023 Modified Files: src/sbin/fsck_ffs: inode.c Log Message: Use %zu rather than %lu to print a size_t (should fix i386 build). But, philosophical question, shouldn't the product of two size_t variables

CVS commit: src/sbin/fsck_ffs

2023-01-14 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jan 14 17:01:11 UTC 2023 Modified Files: src/sbin/fsck_ffs: inode.c Log Message: Use %zu rather than %lu to print a size_t (should fix i386 build). But, philosophical question, shouldn't the product of two size_t variables

CVS commit: src/sbin/fsck_ffs

2023-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 14 12:12:50 UTC 2023 Modified Files: src/sbin/fsck_ffs: fsck.h inode.c pass4.c utilities.c Log Message: catch up with sign changes in the fs.h To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sbin/fsck_ffs

2023-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 14 12:12:50 UTC 2023 Modified Files: src/sbin/fsck_ffs: fsck.h inode.c pass4.c utilities.c Log Message: catch up with sign changes in the fs.h To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sbin/fsck_ffs

2023-01-07 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Jan 8 05:25:25 UTC 2023 Modified Files: src/sbin/fsck_ffs: pass5.c setup.c Log Message: ufs: more signed/unsigned fixes Fix the previous signed/unsigned fixes to build on 32-bit, including applying this commit from FreeBSD:

CVS commit: src/sbin/fsck_ffs

2023-01-07 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Jan 8 05:25:25 UTC 2023 Modified Files: src/sbin/fsck_ffs: pass5.c setup.c Log Message: ufs: more signed/unsigned fixes Fix the previous signed/unsigned fixes to build on 32-bit, including applying this commit from FreeBSD:

CVS commit: src/sbin/fsck_ffs

2022-11-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 18 07:41:31 UTC 2022 Modified Files: src/sbin/fsck_ffs: pass1.c Log Message: Fix clearing of permissions when finding unexpected extended attributs for swapped endian file systems. Ok: chs To generate a diff of this

CVS commit: src/sbin/fsck_ffs

2022-11-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 18 07:41:31 UTC 2022 Modified Files: src/sbin/fsck_ffs: pass1.c Log Message: Fix clearing of permissions when finding unexpected extended attributs for swapped endian file systems. Ok: chs To generate a diff of this

CVS commit: src/sbin/fsck_ffs

2022-11-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Nov 17 18:57:16 UTC 2022 Modified Files: src/sbin/fsck_ffs: pass1.c Log Message: Make the "non-zero exattr fields" message show the inode number. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61

CVS commit: src/sbin/fsck_ffs

2022-11-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Nov 17 18:57:16 UTC 2022 Modified Files: src/sbin/fsck_ffs: pass1.c Log Message: Make the "non-zero exattr fields" message show the inode number. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61

CVS commit: src/sbin/fsck_ffs

2022-07-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 25 05:15:08 UTC 2022 Modified Files: src/sbin/fsck_ffs: wapbl.c Log Message: Fix misleading fsck_ffs messages about wapbl journal replay. Apparently fsck doesn't have a way to replay it to its internal memory only.

CVS commit: src/sbin/fsck_ffs

2022-07-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 25 05:15:08 UTC 2022 Modified Files: src/sbin/fsck_ffs: wapbl.c Log Message: Fix misleading fsck_ffs messages about wapbl journal replay. Apparently fsck doesn't have a way to replay it to its internal memory only.

CVS commit: src/sbin/fsck_ffs

2020-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 19 19:37:07 UTC 2020 Modified Files: src/sbin/fsck_ffs: pass1.c Log Message: Enable the code to clean the extattr blocks To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sbin/fsck_ffs/pass1.c Please

CVS commit: src/sbin/fsck_ffs

2020-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 19 19:37:07 UTC 2020 Modified Files: src/sbin/fsck_ffs: pass1.c Log Message: Enable the code to clean the extattr blocks To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sbin/fsck_ffs/pass1.c Please

CVS commit: src/sbin/fsck_ffs

2020-04-17 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 17 09:42:27 UTC 2020 Modified Files: src/sbin/fsck_ffs: inode.c setup.c utilities.c Log Message: align buffers used for I/O to DEV_BSIZE so it's executed more optimally when run for xbd(4) raw (character) device To

CVS commit: src/sbin/fsck_ffs

2020-04-17 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 17 09:42:27 UTC 2020 Modified Files: src/sbin/fsck_ffs: inode.c setup.c utilities.c Log Message: align buffers used for I/O to DEV_BSIZE so it's executed more optimally when run for xbd(4) raw (character) device To

CVS commit: src/sbin/fsck_ffs

2020-04-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 6 09:54:24 UTC 2020 Modified Files: src/sbin/fsck_ffs: main.c Log Message: Sync "common" declarations with ifdefs in header. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sbin/fsck_ffs/main.c

CVS commit: src/sbin/fsck_ffs

2020-04-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 6 09:54:24 UTC 2020 Modified Files: src/sbin/fsck_ffs: main.c Log Message: Sync "common" declarations with ifdefs in header. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sbin/fsck_ffs/main.c

CVS commit: src/sbin/fsck_ffs

2020-04-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 6 06:41:34 UTC 2020 Modified Files: src/sbin/fsck_ffs: main.c Log Message: dion't define endian as well as try to declare it as a variable. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88

CVS commit: src/sbin/fsck_ffs

2020-04-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 6 06:41:34 UTC 2020 Modified Files: src/sbin/fsck_ffs: main.c Log Message: dion't define endian as well as try to declare it as a variable. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88

CVS commit: src/sbin/fsck_ffs

2019-05-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 5 14:59:07 UTC 2019 Modified Files: src/sbin/fsck_ffs: dir.c fsck.h fsck_ffs.8 main.c Log Message: Add a -z flag to zero out the up to 4 bytes of padding in directory entry names (including the terminating NUL), as

CVS commit: src/sbin/fsck_ffs

2019-05-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 5 14:59:07 UTC 2019 Modified Files: src/sbin/fsck_ffs: dir.c fsck.h fsck_ffs.8 main.c Log Message: Add a -z flag to zero out the up to 4 bytes of padding in directory entry names (including the terminating NUL), as

CVS commit: src/sbin/fsck_ffs

2019-05-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 5 13:24:19 UTC 2019 Modified Files: src/sbin/fsck_ffs: dir.c Log Message: simplify the endian byte-swapping code. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sbin/fsck_ffs/dir.c Please note

CVS commit: src/sbin/fsck_ffs

2019-05-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 5 13:24:19 UTC 2019 Modified Files: src/sbin/fsck_ffs: dir.c Log Message: simplify the endian byte-swapping code. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sbin/fsck_ffs/dir.c Please note

CVS commit: src/sbin/fsck_ffs

2018-10-05 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Oct 5 09:49:23 UTC 2018 Modified Files: src/sbin/fsck_ffs: setup.c Log Message: Add a test for duplicate inodes on the persistent snapshot list. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102

CVS commit: src/sbin/fsck_ffs

2018-10-05 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Oct 5 09:49:23 UTC 2018 Modified Files: src/sbin/fsck_ffs: setup.c Log Message: Add a test for duplicate inodes on the persistent snapshot list. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102

CVS commit: src/sbin/fsck_ffs

2018-02-13 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue Feb 13 11:20:08 UTC 2018 Modified Files: src/sbin/fsck_ffs: pass1.c Log Message: Treat an inode with "mode == 0" and "blocks != 0" as partially allocated and clear it as ffs_newvnode() tests for "blocks == 0". To generate

CVS commit: src/sbin/fsck_ffs

2018-02-13 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue Feb 13 11:20:08 UTC 2018 Modified Files: src/sbin/fsck_ffs: pass1.c Log Message: Treat an inode with "mode == 0" and "blocks != 0" as partially allocated and clear it as ffs_newvnode() tests for "blocks == 0". To generate

CVS commit: src/sbin/fsck_ffs

2017-02-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 16:23:24 UTC 2017 Modified Files: src/sbin/fsck_ffs: fsck.h Log Message: use __empty To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sbin/fsck_ffs/fsck.h Please note that diffs are not public

CVS commit: src/sbin/fsck_ffs

2017-02-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 16:23:24 UTC 2017 Modified Files: src/sbin/fsck_ffs: fsck.h Log Message: use __empty To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sbin/fsck_ffs/fsck.h Please note that diffs are not public

CVS commit: src/sbin/fsck_ffs

2017-02-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 7 16:14:48 UTC 2017 Modified Files: src/sbin/fsck_ffs: Makefile Log Message: Do not compile in progress.c when SMALLPROG is defined. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sbin/fsck_ffs/Makefile

CVS commit: src/sbin/fsck_ffs

2017-02-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 7 16:14:48 UTC 2017 Modified Files: src/sbin/fsck_ffs: Makefile Log Message: Do not compile in progress.c when SMALLPROG is defined. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sbin/fsck_ffs/Makefile

CVS commit: src/sbin/fsck_ffs

2016-09-10 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Sep 11 04:07:38 UTC 2016 Modified Files: src/sbin/fsck_ffs: fsck_ffs.8 Log Message: Document the version fsck_ffs first appeared. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/sbin/fsck_ffs

2016-09-10 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Sep 11 04:07:38 UTC 2016 Modified Files: src/sbin/fsck_ffs: fsck_ffs.8 Log Message: Document the version fsck_ffs first appeared. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/sbin/fsck_ffs

2013-12-02 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Dec 2 18:46:52 UTC 2013 Modified Files: src/sbin/fsck_ffs: inode.c Log Message: Fix pasto in the !ufs2 case (use dp-dp1 and not of dp-dp2). This would be a problem only when allocating a new data block and the indir block is

CVS commit: src/sbin/fsck_ffs

2013-12-02 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Dec 2 18:46:52 UTC 2013 Modified Files: src/sbin/fsck_ffs: inode.c Log Message: Fix pasto in the !ufs2 case (use dp-dp1 and not of dp-dp2). This would be a problem only when allocating a new data block and the indir block is

CVS commit: src/sbin/fsck_ffs

2013-01-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jan 6 22:06:00 UTC 2013 Modified Files: src/sbin/fsck_ffs: pass1.c Log Message: Show pass1 SIGINFO output on stderr like other passes, not on stdout. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/sbin/fsck_ffs

2013-01-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jan 6 22:06:00 UTC 2013 Modified Files: src/sbin/fsck_ffs: pass1.c Log Message: Show pass1 SIGINFO output on stderr like other passes, not on stdout. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/sbin/fsck_ffs

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

CVS commit: src/sbin/fsck_ffs

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

CVS commit: src/sbin/fsck_ffs

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

CVS commit: src/sbin/fsck_ffs

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

CVS commit: src/sbin/fsck_ffs

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

CVS commit: src/sbin/fsck_ffs

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

CVS commit: src/sbin/fsck_ffs

2012-03-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Mar 6 10:30:20 UTC 2012 Modified Files: src/sbin/fsck_ffs: fsck_ffs.8 Log Message: Mention scan_ffs -b. Based on a patch by Matthew Mondor mm_li...@pulsar-zone.net on tech-userlevel. Bump date. To generate a diff of this

CVS commit: src/sbin/fsck_ffs

2012-03-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Mar 6 10:30:20 UTC 2012 Modified Files: src/sbin/fsck_ffs: fsck_ffs.8 Log Message: Mention scan_ffs -b. Based on a patch by Matthew Mondor mm_li...@pulsar-zone.net on tech-userlevel. Bump date. To generate a diff of this

CVS commit: src/sbin/fsck_ffs

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:32:02 UTC 2011 Modified Files: src/sbin/fsck_ffs: Makefile pass1.c pass2.c pass5.c quota2.c setup.c Log Message: WARNS=4 To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sbin/fsck_ffs/Makefile

CVS commit: src/sbin/fsck_ffs

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:32:02 UTC 2011 Modified Files: src/sbin/fsck_ffs: Makefile pass1.c pass2.c pass5.c quota2.c setup.c Log Message: WARNS=4 To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sbin/fsck_ffs/Makefile

CVS commit: src/sbin/fsck_ffs

2011-04-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Apr 29 10:34:52 UTC 2011 Modified Files: src/sbin/fsck_ffs: fsck_ffs.8 Log Message: Re-add -q description that got lost when -x was added. Sort descriptions. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.46

CVS commit: src/sbin/fsck_ffs

2011-04-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Apr 29 10:34:52 UTC 2011 Modified Files: src/sbin/fsck_ffs: fsck_ffs.8 Log Message: Re-add -q description that got lost when -x was added. Sort descriptions. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.46

CVS commit: src/sbin/fsck_ffs

2011-03-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Mar 20 11:41:25 UTC 2011 Modified Files: src/sbin/fsck_ffs: setup.c Log Message: initialise memory allocated for uquot_user_hash uquot_group_hash. Pointed out by Nicolas Joly. To generate a diff of this commit: cvs rdiff

CVS commit: src/sbin/fsck_ffs

2011-03-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Mar 20 11:41:25 UTC 2011 Modified Files: src/sbin/fsck_ffs: setup.c Log Message: initialise memory allocated for uquot_user_hash uquot_group_hash. Pointed out by Nicolas Joly. To generate a diff of this commit: cvs rdiff

CVS commit: src/sbin/fsck_ffs

2011-02-06 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Feb 6 12:02:59 UTC 2011 Modified Files: src/sbin/fsck_ffs: main.c Log Message: Do Skip device checks, which ends up parsing fstab, when working on a filesystem image with -F option set. To generate a diff of this commit:

CVS commit: src/sbin/fsck_ffs

2011-02-06 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Feb 6 12:02:59 UTC 2011 Modified Files: src/sbin/fsck_ffs: main.c Log Message: Do Skip device checks, which ends up parsing fstab, when working on a filesystem image with -F option set. To generate a diff of this commit:

CVS commit: src/sbin/fsck_ffs

2010-03-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Mar 6 11:31:40 UTC 2010 Modified Files: src/sbin/fsck_ffs: wapbl.c Log Message: When clearing a log on failure, not only ask the kernel to ignore an existing log but to remove it on next mount. To generate a diff of this

CVS commit: src/sbin/fsck_ffs

2010-03-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Mar 6 11:31:40 UTC 2010 Modified Files: src/sbin/fsck_ffs: wapbl.c Log Message: When clearing a log on failure, not only ask the kernel to ignore an existing log but to remove it on next mount. To generate a diff of this

CVS commit: src/sbin/fsck_ffs

2009-09-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Sep 27 17:13:37 UTC 2009 Modified Files: src/sbin/fsck_ffs: setup.c Log Message: Restore changes from 1.86 and 1.87 after commit of 1.88. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89

Re: CVS commit: src/sbin/fsck_ffs

2009-05-11 Thread M. Warner Losh
In message: 87r5yv4rqn@snark.cb.piermont.com Perry E. Metzger pe...@piermont.com writes: : : M. Warner Losh i...@bsdimp.com writes: : What I didn't glean from the discussion is what, exactly, you were : going to do about it and what, exactly, you'd like to harmonize with :

Re: CVS commit: src/sbin/fsck_ffs

2009-05-10 Thread Joerg Sonnenberger
On Sun, May 10, 2009 at 04:31:34AM +, YAMAMOTO Takashi wrote: have you tried to convince freebsd guys to use your preferred name? being different creates another layer of confusion. We had a short discussion about this during BSDCan. Kirk didn't mind and if it should be reasonable to get

Re: CVS commit: src/sbin/fsck_ffs

2009-05-10 Thread M. Warner Losh
In message: 20090510220227.gd16...@britannica.bec.de Joerg Sonnenberger jo...@britannica.bec.de writes: : On Sun, May 10, 2009 at 04:31:34AM +, YAMAMOTO Takashi wrote: : have you tried to convince freebsd guys to use your preferred name? : being different creates another layer of

Re: CVS commit: src/sbin/fsck_ffs

2009-05-10 Thread Joerg Sonnenberger
On Sun, May 10, 2009 at 07:51:41PM -0600, M. Warner Losh wrote: I've missed much of the discussion, can someone recap exactly what you'd like to see changed? That would be the starting point for any user-visisble changes to FreeBSD... There is currently a mixed naming convention when refering

Re: CVS commit: src/sbin/fsck_ffs

2009-05-10 Thread M. Warner Losh
In message: 20090511015855.gd16...@britannica.bec.de Joerg Sonnenberger jo...@britannica.bec.de writes: : On Sun, May 10, 2009 at 07:51:41PM -0600, M. Warner Losh wrote: : I've missed much of the discussion, can someone recap exactly what : you'd like to see changed? That would be

Re: CVS commit: src/sbin/fsck_ffs

2009-05-08 Thread Greg Troxel
(or just use FFSv2 (UFS2) etc.) in some man pages and related docs. (and also add the UFS2 paper into the SEE ALSO section?) I see both points, and think this is an excellent way to address both of them. pgpV50T6scYJU.pgp Description: PGP signature

Re: CVS commit: src/sbin/fsck_ffs

2009-05-07 Thread Izumi Tsutsui
lu...@netbsd.org wrote: Modified Files: src/sbin/fsck_ffs: fsck_ffs.8 Log Message: Use FFSv2 instead of UFS2. There was a related comment around PR/38192: http://mail-index.NetBSD.org/source-changes/2008/03/09/msg003309.html do we really want to call it FFSv2? we call it UFS2 in

Re: CVS commit: src/sbin/fsck_ffs

2009-05-07 Thread Luke Mewburn
On Thu, May 07, 2009 at 08:52:40PM +0900, Izumi Tsutsui wrote: | lu...@netbsd.org wrote: | | Modified Files: |src/sbin/fsck_ffs: fsck_ffs.8 | | Log Message: | Use FFSv2 instead of UFS2. | | There was a related comment around PR/38192: |

CVS commit: src/sbin/fsck_ffs

2009-05-07 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu May 7 06:54:23 UTC 2009 Modified Files: src/sbin/fsck_ffs: fsck_ffs.8 Log Message: Use FFSv2 instead of UFS2. Expand the description of -c. Xref dumpfs. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sbin/fsck_ffs

2009-04-11 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Apr 11 07:31:21 UTC 2009 Modified Files: src/sbin/fsck_ffs: dir.c Log Message: fix sign-compare issues To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sbin/fsck_ffs/dir.c Please note that diffs are not

CVS commit: src/sbin/fsck_ffs

2009-04-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 7 05:50:11 UTC 2009 Modified Files: src/sbin/fsck_ffs: setup.c Log Message: fix a logic error in the previous, as point out by frank kardel. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87