opnsense-src/usr.bin/diff
Dag-Erling Smørgrav 893839b119 diff: Fix device case.
We already fell back to Stone for FIFOs, but we actually need to fall
back to Stone for everything except regular files, because libdiff's
atomizer needs to know the size of its input in advance, and neither
FIFOs nor devices can be trusted to report their size.

MFC after:	1 week
Reported by:	mav
Reviewed by:	mav, allanjude
Differential Revision:	https://reviews.freebsd.org/D48181
2024-12-23 18:16:14 +01:00
..
tests Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
diff.1 diff: Fix usage message and documentation. 2024-07-29 16:02:21 +02:00
diff.c diff: Fix usage message and documentation. 2024-07-29 16:02:21 +02:00
diff.h diff: Integrate libdiff from OpenBSD GoT. 2024-03-27 11:03:33 +01:00
diffdir.c diff: Sort headers. 2024-05-03 17:03:50 +02:00
diffreg.c diff: Fix integer overflow. 2024-07-29 16:02:29 +02:00
diffreg_new.c diff: Fix device case. 2024-12-23 18:16:14 +01:00
Makefile diff: Integrate libdiff from OpenBSD GoT. 2024-03-27 11:03:33 +01:00
pr.c diff: Integrate libdiff from OpenBSD GoT. 2024-03-27 11:03:33 +01:00
pr.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
TODO Update diff(1) TODO removing what has been implemented 2020-02-07 10:18:01 +00:00
xmalloc.c diff: Integrate libdiff from OpenBSD GoT. 2024-03-27 11:03:33 +01:00
xmalloc.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00