| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | prog: remove default target and all global state | Dmitry Vyukov | 2017-09-15 | 1 | -7/+5 |
| | | | | | | | Now each prog function accepts the desired target explicitly. No global, implicit state involved. This is much cleaner and allows cross-OS/arch testing, etc. | ||||
| * | prog, sys: move types to prog | Dmitry Vyukov | 2017-09-05 | 1 | -2/+5 |
| | | | | | | | | | | | | Large overhaul moves syscalls and arg types from sys to prog. Sys package now depends on prog and contains only generated descriptions of syscalls. Introduce prog.Target type that encapsulates all targer properties, like syscall list, ptr/page size, etc. Also moves OS-dependent pieces like mmap call generation from prog to sys. Update #191 | ||||
| * | prog: return error instead of panic when parsing | Andrey Konovalov | 2017-07-24 | 1 | -0/+30 |
| | | |||||
| * | syz-hub: add program | Dmitry Vyukov | 2016-11-17 | 1 | -0/+95 |
| syz-hub is used to exchange programs between syz-managers. | |||||
