]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement 'T' field matching.
authorimp <imp@FreeBSD.org>
Sat, 17 Feb 2018 06:57:25 +0000 (06:57 +0000)
committerimp <imp@FreeBSD.org>
Sat, 17 Feb 2018 06:57:25 +0000 (06:57 +0000)
commit332cdd4a220b9c62325ebd5fbced3ed35b5379be
tree9244510e728533042f8753984c41cc52b53e970d
parent9ae5cff01b39dfaf24e4eb77d1e35e9290b3b178
Implement 'T' field matching.

Implement 'T' field matching. This is needed to prevent false
positives. However, it's not general enough. It only handles one field
and there's a ton of edge cases even with that it likely wouldn't
handle. To do it more generally and also eliminate a lot of the
hackiness that's in this program now, we'd need to creating
directories for lookups ala awk, pearl, python, etc. It appears to be
sufficient, though, to get my keyboard loaded on boot.

Sponsored by: Netflix
sbin/devmatch/devmatch.c