summaryrefslogtreecommitdiff
path: root/sbin/devmatch/devmatch.c
Commit message (Expand)AuthorAgeFilesLines
* devmatch(8): Respect mask field when matching strings of Z type.Vladimir Kondratyev2020-10-311-0/+5
* Regularize the Netflix copyrightWarner Losh2019-02-041-2/+1
* Add in a missing newlineWarner Losh2018-08-251-1/+1
* When trying to match the nomatch event passed to us, attempt to lookWarner Losh2018-08-231-5/+60
* Add a new device flag: DF_ATTACHED_ONCEWarner Losh2018-08-231-0/+2
* Remove sorting of matches and print all the matches as we find them.Warner Losh2018-08-231-60/+2
* Exit with an error if a linker hints file can't be found.John Baldwin2018-06-141-6/+2
* More verbose output.Warner Losh2018-02-201-0/+2
* Print more info for -v runs and temp hack for usb vs uhubWarner Losh2018-02-181-5/+22
* Fix USB driver matching in devmatch(8).Hans Petter Selasky2018-02-171-2/+63
* Implement --hints to read hints file directlyWarner Losh2018-02-171-35/+59
* Add option to parse NOMATCH event and suggest modules to loadWarner Losh2018-02-171-1/+48
* Tweak the 'I' flagged valueWarner Losh2018-02-171-1/+1
* Implement 'T' field matching.Warner Losh2018-02-171-0/+18
* Warn when we encounter unknown PNP field specifiers.Warner Losh2018-02-171-0/+1
* Move devmatch to sbin from usr/sbin.Warner Losh2018-02-121-0/+431