CVS commit: src/sbin/dump

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 23:26:40 UTC 2023 Modified Files: src/sbin/dump: traverse.c Log Message: fix always true conditional by removing the address-of operator. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

CVS commit: src/sbin/dump

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 23:26:40 UTC 2023 Modified Files: src/sbin/dump: traverse.c Log Message: fix always true conditional by removing the address-of operator. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

CVS commit: src/sbin/dump

2022-03-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 14 18:38:11 UTC 2022 Modified Files: src/sbin/dump: optr.c Log Message: Silently ignore fstab entries with NAME= entries that cannot be resolved. Fixes PR 56249. To generate a diff of this commit: cvs rdiff -u -r1.43

CVS commit: src/sbin/dump

2022-03-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 14 18:38:11 UTC 2022 Modified Files: src/sbin/dump: optr.c Log Message: Silently ignore fstab entries with NAME= entries that cannot be resolved. Fixes PR 56249. To generate a diff of this commit: cvs rdiff -u -r1.43

CVS commit: src/sbin/dump

2022-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 26 20:22:14 UTC 2022 Modified Files: src/sbin/dump: traverse.c Log Message: PR/56643: Paul Goyette: Disable the last block adjustment for now. It seems to break restore. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sbin/dump

2022-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 26 20:22:14 UTC 2022 Modified Files: src/sbin/dump: traverse.c Log Message: PR/56643: Paul Goyette: Disable the last block adjustment for now. It seems to break restore. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sbin/dump

2019-08-19 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Mon Aug 19 18:12:50 UTC 2019 Modified Files: src/sbin/dump: dump.8 main.c Log Message: Add -D flag to allow the user to specify an alternate dumpdates file. Closes PR #54469. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sbin/dump

2019-08-19 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Mon Aug 19 18:12:50 UTC 2019 Modified Files: src/sbin/dump: dump.8 main.c Log Message: Add -D flag to allow the user to specify an alternate dumpdates file. Closes PR #54469. To generate a diff of this commit: cvs rdiff -u

Re: CVS commit: src/sbin/dump

2019-03-01 Thread Robert Elz
Date:Fri, 1 Mar 2019 11:42:11 -0500 From:"Christos Zoulas" Message-ID: <20190301164211.de6aaf...@cvs.netbsd.org> | Use getfsspecname() to fill the filesystem argument in dumpdates. Is there a reason for that?It seems like a step backwards to me. If I follow

CVS commit: src/sbin/dump

2010-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 11 01:32:59 UTC 2010 Modified Files: src/sbin/dump: itime.c main.c Log Message: PR/42952: The Grey Wolf: Fix for true incremental. Don't overload level 9, use a new level i which is logically 10. To generate a diff of

CVS commit: src/sbin/dump

2010-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 02:11:40 UTC 2010 Modified Files: src/sbin/dump: dump.8 dump.h itime.c main.c Log Message: PR/42883: Greywolf: Add -i flag which brings true incremental capability. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sbin/dump

2010-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 02:11:40 UTC 2010 Modified Files: src/sbin/dump: dump.8 dump.h itime.c main.c Log Message: PR/42883: Greywolf: Add -i flag which brings true incremental capability. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sbin/dump

2010-02-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Feb 26 07:01:17 UTC 2010 Modified Files: src/sbin/dump: dump.8 Log Message: -i does not take an argument. Remove unnecessary Bk/Ek. New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/sbin/dump

2010-02-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Feb 26 07:01:17 UTC 2010 Modified Files: src/sbin/dump: dump.8 Log Message: -i does not take an argument. Remove unnecessary Bk/Ek. New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/sbin/dump

2010-01-27 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Wed Jan 27 12:20:25 UTC 2010 Modified Files: src/sbin/dump: rcache.c Log Message: range-check what we assign to int cachebufs from calculations with uint64_t usermem. This only becomes relevant if you have several TB of RAM.