aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/grep/file.c
Commit message (Expand)AuthorAgeFilesLines
* usr.bin/grep: Fix Address OOB read errorAlex Richardson2021-02-091-4/+7
* Fix -Wpointer-sign warnings in usr.bin/grepAlex Richardson2020-09-211-4/+4
* bsdgrep(1): Evict character sequence that moved inKyle Evans2018-06-081-1/+1
* bsdgrep(1): Slooowly peel away the chunky onionKyle Evans2018-06-081-6/+6
* Remove compression support from bsdgrepBaptiste Daroussin2018-04-251-134/+1
* bsdgrep: Fix build failure WITHOUT_LZMA (incorrect bracket placement)Kyle Evans2018-04-221-1/+1
* bsdgrep: if chain => switchKyle Evans2018-04-211-50/+71
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* bsdgrep: fix segfault with --mmapEd Maste2017-05-201-11/+11
* bsdgrep: add -z/--null-data supportEd Maste2017-04-171-3/+4
* bsdgrep: fix EOF handling with --mmapEd Maste2017-02-191-5/+11
* Fix xz handling for files larger than 32K.Xin LI2015-01-211-21/+40
* Following r226271, allow disabling lzma support with "WITHOUT_LZMA_SUPPORT".David E. O'Brien2013-01-081-1/+8
* - Use getprogname() instead of __prognameGabor Kovesdan2011-10-111-5/+15
* Update BSD grep to the latest development version. It has some codeGabor Kovesdan2011-10-051-32/+93
* - Adjust a comment to actual behaviourGabor Kovesdan2011-04-071-0/+2
* UTFize my name.Dag-Erling Smørgrav2010-08-191-1/+1
* - Refactor file reading code to use pure syscalls and an internal bufferGabor Kovesdan2010-08-181-168/+152
* - Revert strlcpy() changes to memcpy() because it's more efficient andGabor Kovesdan2010-08-151-6/+19
* Add BSD grep to the base system and make it our default grep.Gabor Kovesdan2010-07-221-0/+255