| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
is not used. Convert tests into a common style.
OK anton@
|
|
|
|
|
|
|
|
| |
'+' and '-' always appear in the first column of a newline in diff -uw
output, even when one file doesn't end with a newline and the other file
contains additional lines.
ok guenther@
|
|
|
|
|
|
|
|
|
| |
use TAILQ_*_SAFE more than might be needed.
Bulk ports build by sthen@ showed nobody sticking their fingers
so deep into the kernel.
Feedback and suggestions from millert@. ok jsing@
|
| |
|
|
|
|
| |
sys/dev/pci/pciide.c from naddy@
|
| |
|
|
|
|
| |
Contents of comments are obviously part of the diff tests.
|
|
|
|
| |
rescinded 22 July 1999.
|
|
|
|
| |
ok millert@
|
| |
|
|
|
|
| |
ok millert@
|
|
|
|
|
|
|
|
|
| |
The script recursively walks though a checked out cvs dir and
retrieves all revisions from each file. All pairs of these revisions
are diffed against each other, and the resulting patches are checked
using patch(1) and cmp(1). Based on an idea from deraadt@.
ok millert@ deraadt@
|
|
|
|
| |
ok millert@
|
|
Currently standard, context and unified diffs are tested by diffing
two files and then applying the patch on a copy of the first file
using patch(1). Next, the result is compared with the original
first file using cmp(1).
ok millert@ tedu@
|