summaryrefslogtreecommitdiff
path: root/usr.bin/grep
AgeCommit message (Expand)Author
7 daysgrep/tests: Fix up the zgrep executable path in a newly added testMark Johnston
8 daysRemove obsolete BUGS section from zgrep(1) man page, add testCraig Leres
9 daysgrep: add testcase to test color when matches is greater than MAX_MATCHESViacheslav Chimishuk
2025-12-14Fix zgrep(1) wrapper regression, add testCraig Leres
2025-08-08grep: toss in some explicit fflush()Kyle Evans
2025-07-26Replace last few remaining MAN[1-8] with MANDag-Erling Smørgrav
2025-03-19grep: avoid duplicated lines when we're coloring outputKyle Evans
2025-02-09Fix remaining zgrep(1) wrapper script regressionsCraig Leres
2024-09-04grep: Default to -p instead of -S.John Baldwin
2024-09-04grep: Fix various bugs in recursive tree handlingJohn Baldwin
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-11-04grep: don't rely on implementation-defined malloc(0) behaviorKyle Evans
2023-09-08grep: Suppress EISDIR when reading.Dag-Erling Smørgrav
2023-08-17Remove my middle name.Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-03-08grep: remove tautological conditionKyle Evans
2023-03-08Revert "grep: remove tautological condition"Kyle Evans
2023-03-08grep: remove tautological conditionKyle Evans
2023-01-03grep: properly switch EOL indicator with -zKyle Evans
2022-12-18grep.1: Add an ENVIRONMENT sectionJose Luis Duran
2022-11-01grep: correct argument name in man pageElvin Aslanov
2022-10-05grep: Add quotes in manpage when using wildcards with --includeDaniel Engberg
2021-12-21pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot
2021-11-10grep: fix/remove references to -PKyle Evans
2021-07-09grep: fix combination of quite and count flagMariusz Zaborski
2021-04-18Fix zgrep --versionMateusz Piotrowski
2021-04-17grep: Fix an incorrect description of the -C flagMateusz Piotrowski
2021-02-09usr.bin/grep: Fix Address OOB read errorAlex Richardson
2021-02-08grep: fix -A handling in conjunction with -m match limitationKyle Evans
2021-02-04grep: turn off -w if -x is specifiedKyle Evans
2021-02-04grep: fix null pattern and empty pattern file behaviorKyle Evans
2021-01-18grep: fix LINKS in MakefileMartin Tournoij
2020-12-25grep: tests: stop testing for a nonexistent version of grepKyle Evans
2020-12-25build: remove the option to build gnugrepKyle Evans
2020-12-09grep: replace the internal queue with a ring bufferKyle Evans
2020-12-09grep: tests: stop expecting a failure of gnuext w/ bsdgrepKyle Evans
2020-12-08fts_read: Handle error from a NULL return better.Bryan Drewery
2020-12-06bsdgrep: don't link against libregex for bootstrapKyle Evans
2020-12-05Retire GNU_GREP_COMPAT knobKyle Evans
2020-11-20bzgrep: make flag --no-filename workEugene Grosbein
2020-11-19grep(1): Add more EXAMPLESFernando Apesteguía
2020-10-01zgrep: fix exit status with multiple filesEric van Gyzen