bapt
fa97dd2a76
Replace homemade getline(3) by actual getline(3)
2019-12-17 11:03:32 +00:00
bapt
ba4bc69258
Use strtoimax.
...
Use existing strtoimax instead of reinventing it
2019-12-17 09:13:48 +00:00
oshogbo
b60d6a5607
capsicum: use a new capsicum helpers in tools
...
Use caph_{rights,ioctls,fcntls}_limit to simplify the code.
2018-11-04 19:24:49 +00:00
oshogbo
8acf9b1609
Convert cap_enter() < 0 && errno != ENOSYS
to caph_enter() < 0
.
...
No functional change intended.
2018-06-19 23:43:14 +00:00
bdrewery
a4164f0dcd
DIRDEPS_BUILD: Connect new directories.
...
Sponsored by: Dell EMC Isilon
2017-10-31 00:04:07 +00:00
ngie
d26727d972
Add HAS_TESTS to all Makefiles that are currently using the
...
`SUBDIR.${MK_TESTS}+= tests` idiom.
This is a follow up to r321912.
2017-08-02 08:50:42 +00:00
ngie
734d081ed1
MFhead@r321912
2017-08-02 08:38:36 +00:00
bapt
faaaa2a24c
Update the diff3 manpage to reflect the fact the version in freebsd does
...
not use temporary files nor uses a /usr/libexec/diff3prog
2017-05-25 18:46:13 +00:00
bapt
b88f76f211
For now comment tests for arguments which are not in par with GNU diff3 yet
2017-05-25 17:58:01 +00:00
bapt
ed229984e2
Remove the MAX_CHECK macro, it was initially used to test if a file was a
...
text file or not.
The check is not done by diff3 but by diff (the argument -a is directly passed
to diff(1))
2017-05-25 17:55:40 +00:00
bapt
e91f984b9d
Import working progress BSD diff3
...
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
2017-05-25 17:45:50 +00:00