#
832fd780 |
| 23-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r270409.
|
#
ee7b0571 |
| 19-Aug-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head from 7/28
|
#
2ac5b1c7 |
| 18-Aug-2014 |
Gabor Kovesdan <gabor@FreeBSD.org> |
- Do not look for more matching lines if -L is specified
Submitted by: eadler (based on) MFC after: 2 weeks
|
#
1b833d53 |
| 13-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r269943.
|
#
78bef01f |
| 17-Jul-2014 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
grep: Fix type.
Obtained from: NetBSD (CVS rev. 1.17) MFC after: 3 days
|
Revision tags: release/9.3.0 |
|
#
66edec08 |
| 20-Jun-2014 |
Glen Barber <gjb@FreeBSD.org> |
Fix a bug in bsdgrep(1) where patterns are not correctly detected.
Certain criteria must be met for this bug to show up:
* the -w flag is specified, and * neither -o or --color are specified, and
Fix a bug in bsdgrep(1) where patterns are not correctly detected.
Certain criteria must be met for this bug to show up:
* the -w flag is specified, and * neither -o or --color are specified, and * the pattern is part of another word in the line, and * the other word that contains the pattern occurs first
PR: 181973 MFC after: 3 days Sponsored by: The FreeBSD Foundation
show more ...
|
Revision tags: release/10.0.0, release/9.2.0 |
|
#
cfe30d02 |
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
Revision tags: release/8.4.0 |
|
#
d241a0e6 |
| 26-Feb-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @247348.
|
#
d9a44755 |
| 08-Feb-2013 |
David E. O'Brien <obrien@FreeBSD.org> |
Sync with HEAD.
|
#
46b1c55d |
| 04-Jan-2013 |
Neel Natu <neel@FreeBSD.org> |
IFC @ r244983.
|
#
924500b7 |
| 20-Dec-2012 |
Eitan Adler <eadler@FreeBSD.org> |
Make bsdgrep behave as gnugrep and as documented: -m should only stop reading the specific file, not any file.
Tested by: frogs (irc) Reviewed by: gabor Approved by: cperciva (implicit) MFC after: 1
Make bsdgrep behave as gnugrep and as documented: -m should only stop reading the specific file, not any file.
Tested by: frogs (irc) Reviewed by: gabor Approved by: cperciva (implicit) MFC after: 1 week
show more ...
|
Revision tags: release/9.1.0, release/8.3.0_cvs, release/8.3.0 |
|
#
8fa0b743 |
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
#
80dbff4e |
| 04-Jan-2012 |
Sean Bruno <sbruno@FreeBSD.org> |
IFC to head to catch up the bhyve branch
Approved by: grehan@
|
Revision tags: release/9.0.0 |
|
#
6f4cbf7c |
| 07-Dec-2011 |
Gabor Kovesdan <gabor@FreeBSD.org> |
- Match GNU behavior of exit code - Rename variable that has a different meaning now
PR: bin/162930 Submitted by: Jan Beich <jbeich@tormail.net> MFC after: 1 week
|
#
ede01be2 |
| 28-Nov-2011 |
Gabor Kovesdan <gabor@FreeBSD.org> |
- Call warnx() instead of errx() if a directory is not readable when using a recursive search. This is the expected behavior instead of aborting.
PR: bin/162907 Submitted by: Jan Beich <jbeich@t
- Call warnx() instead of errx() if a directory is not readable when using a recursive search. This is the expected behavior instead of aborting.
PR: bin/162907 Submitted by: Jan Beich <jbeich@tormail.net> MFC after: 3 days
show more ...
|
#
f0c94259 |
| 28-Nov-2011 |
Gabor Kovesdan <gabor@FreeBSD.org> |
- Fix behavior of --null to match GNU grep
PR: bin/162906 Submitted by: Jan Beich <jbeich@tormail.net> MFC after: 3 days
|
#
70d8f36a |
| 27-Oct-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r226824
|
#
bbf9339d |
| 12-Oct-2011 |
Gabor Kovesdan <gabor@FreeBSD.org> |
- Fix counting of match limit (-m)
Reported by: Nali Toja <nalitoja@gmail.com> Approved by: delphij (mentor)
|
#
f20f6f3f |
| 05-Oct-2011 |
Gabor Kovesdan <gabor@FreeBSD.org> |
Update BSD grep to the latest development version. It has some code backported that was written for the TRE integration project in Google Summer of Code 2011. This is a temporary solution until the
Update BSD grep to the latest development version. It has some code backported that was written for the TRE integration project in Google Summer of Code 2011. This is a temporary solution until the whole regex library is not replaced so that BSD grep development can continue and the backported code gets some review and testing. This change only improves scalability slightly, there is no big performance boost yet but several minor bugs have been found and fixed.
Approved by: delphij (mentor) Sposored by: Google Summer of Code 2011 MFC after: 1 week
show more ...
|
#
fab4c373 |
| 16-Sep-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r225592
sys/dev/bvm/bvm_console.c - move up to the new alt-break order.
|
#
4ff9eb89 |
| 01-Sep-2011 |
Alexander Motin <mav@FreeBSD.org> |
Integrate from head at r225316.
|
#
ad92276e |
| 17-Aug-2011 |
Gabor Kovesdan <gabor@FreeBSD.org> |
- Fix exclusion of directories from a recursive search - Use FTS_SKIP for exclusion instead of custom code
Submitted by: ttsestt@gmail.com Approved by: re (kib), delphij (mentor)
|
#
935205e2 |
| 17-Jul-2011 |
Justin T. Gibbs <gibbs@FreeBSD.org> |
Integrate from Head into ZFSD feature branch as of revision r224141.
|
#
a5615c90 |
| 28-Jun-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r222830
|
#
b8764e51 |
| 13-Jun-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|