Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and | 2013-12-01 | 1 | -17/+8 | |
| | | | | | | | | | 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@ | ||||
* | A set of regressions to test diff(1). | 2003-07-17 | 1 | -0/+3225 | |
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@ |