| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
(cherry picked from commit 54a3415cb69e1ea0e6533ca3fc168deba64f249f)
|
| |
|
|
| |
(cherry picked from commit 702dda4368dc2d07e8898fcfdddb12d730e6c174)
|
| |
|
|
|
|
|
|
|
| |
* replace realloc calls with reallocarray calls
* fix merging of files that lack newlines
Obtained from: OpenBSD
(cherry picked from commit 7f7b03f3897f0196e3cc7a3b71c7359cc206ba61)
|
| |
|
|
| |
Notes:
svn path=/head/; revision=355854
|
| |
|
|
|
|
|
| |
Use existing strtoimax instead of reinventing it
Notes:
svn path=/head/; revision=355847
|
| |
|
|
|
|
|
| |
Use caph_{rights,ioctls,fcntls}_limit to simplify the code.
Notes:
svn path=/head/; revision=340138
|
| |
|
|
|
|
|
| |
No functional change intended.
Notes:
svn path=/head/; revision=335395
|
| |
|
|
|
|
|
|
|
|
| |
text file or not.
The check is not done by diff3 but by diff (the argument -a is directly passed
to diff(1))
Notes:
svn path=/head/; revision=318889
|
|
|
import bsd diff3 from OpenBSD.
Differences with OpenBSD:
- lots of warning fixed
- no shell wrapper with diff3 actually living in libexec
- capsicumized
Keep it disconnected as it is not yet good enough to replace GNU diff
The motivation to import it now it to allow other people to jump in and also to
have an open development on it
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=318888
|