minix/minix/usr.bin/grep
David van Moolenbroek d794ecc9ef Replace NetBSD grep with OpenBSD grep
The NetBSD version is seriously broken--it is unable to match lines
against an empty pattern--and appears to be unmaintained.

The new version is the latest OpenBSD grep, with a number of MINIX-
specific changes marked as such, and an additional number of
(signed/unsigned, const) fixes to pass compilation.

Since this is not NetBSD code, move back the entire thing into
minix/usr.bin.

Change-Id: Icd40794a2d0cff9e7fb452db7d28c16dbd25e51d
2014-09-30 18:09:56 +00:00
..
binary.c Replace NetBSD grep with OpenBSD grep 2014-09-30 18:09:56 +00:00
file.c Replace NetBSD grep with OpenBSD grep 2014-09-30 18:09:56 +00:00
grep.1 Replace NetBSD grep with OpenBSD grep 2014-09-30 18:09:56 +00:00
grep.c Replace NetBSD grep with OpenBSD grep 2014-09-30 18:09:56 +00:00
grep.h Replace NetBSD grep with OpenBSD grep 2014-09-30 18:09:56 +00:00
Makefile Replace NetBSD grep with OpenBSD grep 2014-09-30 18:09:56 +00:00
mmfile.c Replace NetBSD grep with OpenBSD grep 2014-09-30 18:09:56 +00:00
queue.c Replace NetBSD grep with OpenBSD grep 2014-09-30 18:09:56 +00:00
util.c Replace NetBSD grep with OpenBSD grep 2014-09-30 18:09:56 +00:00