summaryrefslogtreecommitdiff
path: root/usr.bin/grep/file.c
AgeCommit message (Expand)Author
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
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 .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-03-08grep: remove tautological conditionKyle Evans
2023-03-08Revert "grep: remove tautological condition"Kyle Evans
2023-03-08grep: remove tautological conditionKyle Evans
2021-02-09usr.bin/grep: Fix Address OOB read errorAlex Richardson
2020-09-21Fix -Wpointer-sign warnings in usr.bin/grepAlex Richardson
2018-06-08bsdgrep(1): Evict character sequence that moved inKyle Evans
2018-06-08bsdgrep(1): Slooowly peel away the chunky onionKyle Evans
2018-04-25Remove compression support from bsdgrepBaptiste Daroussin
2018-04-22bsdgrep: Fix build failure WITHOUT_LZMA (incorrect bracket placement)Kyle Evans
2018-04-21bsdgrep: if chain => switchKyle Evans
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-20bsdgrep: fix segfault with --mmapEd Maste
2017-04-17bsdgrep: add -z/--null-data supportEd Maste
2017-02-19bsdgrep: fix EOF handling with --mmapEd Maste
2015-01-21Fix xz handling for files larger than 32K.Xin LI
2013-01-08Following r226271, allow disabling lzma support with "WITHOUT_LZMA_SUPPORT".David E. O'Brien
2011-10-11- Use getprogname() instead of __prognameGabor Kovesdan
2011-10-05Update BSD grep to the latest development version. It has some codeGabor Kovesdan
2011-04-07- Adjust a comment to actual behaviourGabor Kovesdan
2010-08-19UTFize my name.Dag-Erling Smørgrav
2010-08-18- Refactor file reading code to use pure syscalls and an internal bufferGabor Kovesdan
2010-08-15- Revert strlcpy() changes to memcpy() because it's more efficient andGabor Kovesdan
2010-07-22Add BSD grep to the base system and make it our default grep.Gabor Kovesdan