| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/compiler: check for unused resources | Dmitry Vyukov | 2020-08-04 | 1 | -15/+5 |
| | | | | | | | | | | | If a resource is never used as an input, it is not useful. It's effectively the same as using an integer. Detect such cases, they are quite confusing. Fix all existing errors in descriptions. This uncovered some interesting bugs as well, e.g. use of a completely unrelated fd subtype after copy-paste (while the resource that was supposed to be used there is completely unused). | ||||
| * | sys/netbsd: improve vusb.txt | m00nbsd | 2020-05-29 | 1 | -2/+1307 |
| | | |||||
| * | executor: add support for USB fuzzing on NetBSD | m00nbsd | 2020-05-19 | 1 | -0/+11 |
