aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/grep
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* grep: don't rely on implementation-defined malloc(0) behaviorKyle Evans2023-11-051-0/+4
* grep: Suppress EISDIR when reading.Dag-Erling Smørgrav2023-09-081-0/+2
* Remove my middle name.Dag-Erling Smørgrav2023-08-175-5/+5
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-167-7/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-165-5/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-126-6/+6
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-0/+1
* grep: remove tautological conditionKyle Evans2023-03-091-2/+1
* Revert "grep: remove tautological condition"Kyle Evans2023-03-091-1/+2
* grep: remove tautological conditionKyle Evans2023-03-091-2/+1
* grep: properly switch EOL indicator with -zKyle Evans2023-01-042-0/+14
* grep.1: Add an ENVIRONMENT sectionJose Luis Duran2022-12-181-1/+17
* grep: correct argument name in man pageElvin Aslanov2022-11-011-1/+1
* grep: Add quotes in manpage when using wildcards with --includeDaniel Engberg2022-10-051-2/+2
* pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot2021-12-211-0/+2
* grep: fix/remove references to -PKyle Evans2021-11-102-5/+5
* grep: fix combination of quite and count flagMariusz Zaborski2021-07-091-1/+1
* Fix zgrep --versionMateusz Piotrowski2021-04-181-3/+3
* grep: Fix an incorrect description of the -C flagMateusz Piotrowski2021-04-172-14/+11
* usr.bin/grep: Fix Address OOB read errorAlex Richardson2021-02-092-5/+10
* grep: fix -A handling in conjunction with -m match limitationKyle Evans2021-02-081-1/+20
* grep: turn off -w if -x is specifiedKyle Evans2021-02-052-1/+8
* grep: fix null pattern and empty pattern file behaviorKyle Evans2021-02-052-30/+16
* grep: fix LINKS in MakefileMartin Tournoij2021-01-181-1/+1
* grep: tests: stop testing for a nonexistent version of grepKyle Evans2020-12-251-16/+3
* build: remove the option to build gnugrepKyle Evans2020-12-251-18/+8
* grep: replace the internal queue with a ring bufferKyle Evans2020-12-093-52/+78
* grep: tests: stop expecting a failure of gnuext w/ bsdgrepKyle Evans2020-12-091-3/+1
* fts_read: Handle error from a NULL return better.Bryan Drewery2020-12-081-1/+3
* bsdgrep: don't link against libregex for bootstrapKyle Evans2020-12-061-0/+2
* Retire GNU_GREP_COMPAT knobKyle Evans2020-12-052-9/+1
* bzgrep: make flag --no-filename workEugene Grosbein2020-11-201-4/+4
* grep(1): Add more EXAMPLESFernando Apesteguía2020-11-191-8/+57
* zgrep: fix exit status with multiple filesEric van Gyzen2020-10-011-5/+12
* Fix -Wpointer-sign warnings in usr.bin/grepAlex Richardson2020-09-211-4/+4
* Always install usr.bin/grep as grep when bootstrappingAlex Richardson2020-08-071-2/+2
* grep(1): correct typos for 'if a name patches' to 'if a name matches'Gordon Bergling2020-08-071-5/+5
* bsdgrep: switch to libregex for GNU_GREP_COMPATKyle Evans2020-08-042-3/+3
* Fix some regressions with the zgrep(1) wrapper.Craig Leres2020-07-202-13/+61
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-3/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+8
* bsdgrep(1): various fixes of empty pattern/exit code/-c behaviorKyle Evans2019-09-252-29/+35
* bsdgrep(1): add some basic tests for some GNU Extension supportKyle Evans2019-09-031-0/+26
* grep: Move lone 'r'grep case into the adjacent switchKyle Evans2019-06-021-7/+9
* Fix bsdgrep manpage clobbering grep(1) with default build optionsKyle Evans2019-01-091-1/+1