summaryrefslogtreecommitdiff
path: root/usr.bin/grep/queue.c
AgeCommit message (Expand)Author
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-17Remove my middle name.Dag-Erling Smørgrav
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
2021-02-09usr.bin/grep: Fix Address OOB read errorAlex Richardson
2020-12-09grep: replace the internal queue with a ring bufferKyle Evans
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-20bsdgrep: Correct per-line line metadata printingEd Maste
2017-05-15bsdgrep: don't allow negative -A / -B / -CEd Maste
2017-05-02bsdgrep: fix -w flag matching with an empty patternEd Maste
2014-07-17grep: fix some memory leaks.Pedro F. Giffuni
2014-07-17grep: fix some memory leaks.Pedro F. Giffuni
2011-04-07- Adjust a comment to actual behaviourGabor Kovesdan
2010-08-19UTFize my name.Dag-Erling Smørgrav
2010-08-15- Revert strlcpy() changes to memcpy() because it's more efficient andGabor Kovesdan
2010-07-29- Use the traditional behaviour for filename and directory name inclusionGabor Kovesdan
2010-07-22Add BSD grep to the base system and make it our default grep.Gabor Kovesdan