| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: add timeout call attributes | Dmitry Vyukov | 2020-04-19 | 1 | -1/+1 |
| | | | | | | | | Move additional call/prog timeouts to descriptions. Due to this logic duplication executor used 50ms for syz_mount_image, while pkg/csource used 100ms. | ||||
| * | pkg/compiler: ensure consistency of syscall argument types | Dmitry Vyukov | 2020-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Ensure that we don't have conflicting sizes for the same argument of the same syscall, e.g.: foo$1(a int16) foo$2(a int32) This is useful for several reasons: - we will be able avoid morphing syscalls into other syscalls - we will be able to figure out more precise sizes for args (lots of them are implicitly intptr, which is the largest type on most important arches) - found few bugs in linux descriptions Update #477 Update #502 | ||||
| * | sys/linux: add hidraw and hiddev descriptions | Andrey Konovalov | 2019-06-07 | 1 | -0/+89 |
