| b2532432 | 13-Feb-2026 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
diff: Tweak recursion tests
The -r flag is not required to compare two directories; it is only required to compare them recursively, i.e. descend into their common subdirectories. Adjust tests that
diff: Tweak recursion tests
The -r flag is not required to compare two directories; it is only required to compare them recursively, i.e. descend into their common subdirectories. Adjust tests that use -r needlessly, and adjust the dirloop test to verify that these two cases remain distinct.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D55262
show more ...
|
| 59012678 | 05-Feb-2026 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
diff: Don't compare a file or directory to itself
While here, stop abusing struct dirent for something we don't even need to store.
PR: 254455 MFC after: 1 week Sponsored by: Klara, Inc. Reviewed
diff: Don't compare a file or directory to itself
While here, stop abusing struct dirent for something we don't even need to store.
PR: 254455 MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: thj, kevans Differential Revision: https://reviews.freebsd.org/D55113
show more ...
|
| 27049260 | 05-Feb-2026 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
diff: Add test case for pagination resource leak
The pagination code leaks either processes or descriptors or both, depending on the exact version of the code you have. Add a test case which exerci
diff: Add test case for pagination resource leak
The pagination code leaks either processes or descriptors or both, depending on the exact version of the code you have. Add a test case which exercises this leak to facilitate fixing it.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: thj, kevans Differential Revision: https://reviews.freebsd.org/D55111
show more ...
|
| 3931c072 | 18-Feb-2022 |
Tom Jones <thj@FreeBSD.org> |
diff: fix failed compare when ignoring file case
With --ignore-file-name-case we need to compare files regardless of case. We need to propigate both names down to diffit so we can look up the correc
diff: fix failed compare when ignoring file case
With --ignore-file-name-case we need to compare files regardless of case. We need to propigate both names down to diffit so we can look up the correct file when the names differ based on case, otherwise we try to look up the file using the case from the a tree which might not be discoverable if its case is different in the b tree.
Reviewed by: bapt Sponsored by: Klara Inc. Differential Revision: https://reviews.freebsd.org/D34201
show more ...
|
| f4be3645 | 18-Feb-2022 |
Tom Jones <thj@FreeBSD.org> |
diff: add --no-dereference flag
When diffing files and directories, don't follow symbolic links, instead compare where the links point to.
Reviewed by: bapt Sponsored by: Klara Inc. Differential Re
diff: add --no-dereference flag
When diffing files and directories, don't follow symbolic links, instead compare where the links point to.
Reviewed by: bapt Sponsored by: Klara Inc. Differential Revision: https://reviews.freebsd.org/D34203
show more ...
|