opnsense-src/usr.bin/grep
Kyle Evans 7a7f74dbcc grep: toss in some explicit fflush()
grep|tee of the src/ tree for infrequently-occurring strings is fairly
annoying; drop some tactical flushes at line-match boundaries to reduce
the long stalls.  In the case of `grep -o`, we'll flush after multiple
lines if there are multiple matches within a single line of text, while
for non`-o` we'll flush generally after every line.
2025-08-08 00:05:10 -05:00
..
tests grep: avoid duplicated lines when we're coloring output 2025-03-19 23:34:13 -05:00
file.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
grep.1 usr.bin: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
grep.c grep: Default to -p instead of -S. 2024-09-04 15:53:22 -04:00
grep.h Remove my middle name. 2023-08-17 15:08:30 +02:00
Makefile Replace last few remaining MAN[1-8] with MAN 2025-07-26 12:00:02 +02:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend.options Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
queue.c usr.bin: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
util.c grep: toss in some explicit fflush() 2025-08-08 00:05:10 -05:00
zgrep.1 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
zgrep.sh Fix remaining zgrep(1) wrapper script regressions 2025-02-09 10:45:03 -08:00