]> Zhao Yanbai Git Server - minix.git/commit
Replace NetBSD grep with OpenBSD grep 52/2852/1
authorDavid van Moolenbroek <david@minix3.org>
Tue, 30 Sep 2014 17:26:43 +0000 (17:26 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 30 Sep 2014 18:09:56 +0000 (18:09 +0000)
commitd794ecc9efbcfa044947fd20468ba1f184b357e7
tree291851ce28b936f9924c3de2af30c4fa8d767e3d
parent94e65446c4f963450ea94b8becc02cec062675cd
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
29 files changed:
minix/drivers/storage/ramdisk/Makefile
minix/usr.bin/Makefile
minix/usr.bin/grep/Makefile [new file with mode: 0644]
minix/usr.bin/grep/binary.c [new file with mode: 0644]
minix/usr.bin/grep/file.c [new file with mode: 0644]
minix/usr.bin/grep/grep.1 [moved from usr.bin/grep/grep.1 with 63% similarity]
minix/usr.bin/grep/grep.c [new file with mode: 0644]
minix/usr.bin/grep/grep.h [new file with mode: 0644]
minix/usr.bin/grep/mmfile.c [new file with mode: 0644]
minix/usr.bin/grep/queue.c [moved from usr.bin/grep/queue.c with 58% similarity]
minix/usr.bin/grep/util.c [new file with mode: 0644]
usr.bin/Makefile
usr.bin/grep/Makefile [deleted file]
usr.bin/grep/fastgrep.c [deleted file]
usr.bin/grep/file.c [deleted file]
usr.bin/grep/grep.c [deleted file]
usr.bin/grep/grep.h [deleted file]
usr.bin/grep/nls/C.msg [deleted file]
usr.bin/grep/nls/es_ES.ISO8859-1.msg [deleted file]
usr.bin/grep/nls/gl_ES.ISO8859-1.msg [deleted file]
usr.bin/grep/nls/hu_HU.ISO8859-2.msg [deleted file]
usr.bin/grep/nls/ja_JP.SJIS.msg [deleted file]
usr.bin/grep/nls/ja_JP.UTF-8.msg [deleted file]
usr.bin/grep/nls/ja_JP.eucJP.msg [deleted file]
usr.bin/grep/nls/pt_BR.ISO8859-1.msg [deleted file]
usr.bin/grep/nls/ru_RU.KOI8-R.msg [deleted file]
usr.bin/grep/nls/uk_UA.UTF-8.msg [deleted file]
usr.bin/grep/nls/zh_CN.UTF-8.msg [deleted file]
usr.bin/grep/util.c [deleted file]