index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
grep
/
grep.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r326276:
eadler
2018-03-05
1
-0
/
+2
*
bsdgrep: add a primitive literal matcher to unbreak fgrep in some scenarios
kevans
2017-09-11
1
-0
/
+4
*
bsdgrep: bump version number to 2.6.0 and update copyright information
kevans
2017-08-17
1
-1
/
+1
*
MFC r318914: bsdgrep: correct assumptions to prepare for chunking
kevans
2017-08-17
1
-1
/
+1
*
MFC r318574: bsdgrep: Correct per-line line metadata printing
kevans
2017-08-17
1
-0
/
+1
*
bsdgrep: Don't allow negative context flags, add more tests
kevans
2017-08-17
1
-1
/
+1
*
bsdgrep: fix -w flag matching with an empty pattern
kevans
2017-08-16
1
-4
/
+3
*
MFC r317254: bsdgrep: add BSD_GREP_FASTMATCH knob for built-in fastmatch
kevans
2017-08-16
1
-0
/
+4
*
bsdgrep: add -z/--null-data support and update NLS catalogs accordingly
kevans
2017-08-16
1
-0
/
+1
*
Various style(9) fixes and typos in grep, sort and patch.
pfg
2014-04-21
1
-27
/
+27
*
Make bsdgrep behave as gnugrep and as documented: -m should only stop
eadler
2012-12-20
1
-0
/
+1
*
- Match GNU behavior of exit code
gabor
2011-12-07
1
-1
/
+1
*
Update BSD grep to the latest development version. It has some code
gabor
2011-10-05
1
-21
/
+16
*
- Adjust a comment to actual behaviour
gabor
2011-04-07
1
-0
/
+1
*
- Simplify the fixed string pattern preprocessing code
gabor
2011-04-07
1
-0
/
+1
*
UTFize my name.
des
2010-08-19
1
-1
/
+1
*
- Refactor file reading code to use pure syscalls and an internal buffer
gabor
2010-08-18
1
-7
/
+2
*
- Revert strlcpy() changes to memcpy() because it's more efficient and
gabor
2010-08-15
1
-4
/
+1
*
- Use the traditional behaviour for filename and directory name inclusion
gabor
2010-07-29
1
-6
/
+6
*
- Fix --color behaviour to only output color sequences if stdout is a tty
gabor
2010-07-25
1
-4
/
+5
*
Add BSD grep to the base system and make it our default grep.
gabor
2010-07-22
1
-0
/
+162