| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: rename dev descriptions files | Andrey Konovalov | 2019-02-01 | 1 | -192/+0 |
| | | | | | | Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names. | ||||
| * | sys/linux: add perf, kvm, btrfs consts for trace2syz | shankarapailoor | 2018-10-30 | 1 | -0/+1 |
| | | |||||
| * | sys/linux: add few assorted new flags/ioctls | Dmitry Vyukov | 2018-08-26 | 1 | -0/+7 |
| | | |||||
| * | sys/linux: treat cuse as fuse | Dmitry Vyukov | 2018-08-26 | 1 | -2/+2 |
| | | | | | | | It's mostly fuse. Also regenerate consts on latest kernel. | ||||
| * | sys/linux: a bunch of assorted improvements | Dmitry Vyukov | 2018-04-27 | 1 | -0/+1 |
| | | |||||
| * | sys/syz-extract: save unsupported consts to the const files | Dmitry Vyukov | 2018-02-01 | 1 | -0/+57 |
| | | | | | | | | | | | | We currently print unsupported consts to console during make extract. But this is not very useful as there are too many output now. This also does not allow to understand what's unsupported in newly checked-in descriptions, or what's unsupported in all current decriptions. Save unsupported consts to the const files instead. This solves all of the above problems. | ||||
| * | executor: move arm syscall fixup to syz-extract | Dmitry Vyukov | 2017-11-22 | 1 | -2/+2 |
| | | |||||
| * | sys: move linux descriptions to sys/linux | Dmitry Vyukov | 2017-09-15 | 1 | -0/+126 |
