aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* makefile: list generated packagesAndrey Konovalov2017-06-141-1/+1
* makefile: add db target to build syz-dbAndrey Konovalov2017-06-141-2/+5
* makefile: generate: do go generate && formatAndrey Konovalov2017-06-141-1/+2
* executor: fix clang-tidy warningsDmitry Vyukov2017-06-131-1/+5
* sys: check in generated filesDmitry Vyukov2017-06-131-1/+0
* executor: limit stack frame sizeDmitry Vyukov2017-05-311-1/+2
* Makefile: don't generate DWARF for Go binariesDmitry Vyukov2017-05-291-10/+16
* makefile: fix syz-extract dependenciesAndrey Konovalov2017-01-231-1/+1
* tools/kcovtrace: add KCOV-based tracing utilityDmitry Vyukov2017-01-201-1/+1
* Fix make report failedDate Huang2016-12-121-1/+1
* repro: factor out of syz-repro toolDmitry Vyukov2016-11-191-0/+2
* Makefile: don't change source files in default actionDmitry Vyukov2016-10-071-3/+2
* makefile: syz-sysgen depends on sysparser/*.goAndrey Konovalov2016-09-191-1/+1
* Makefile: run generate in 'all'Dmitry Vyukov2016-09-051-1/+6
* Makefile: format after generateDmitry Vyukov2016-09-021-0/+1
* csource: teach how to execute pseudo syz_ syscallsDmitry Vyukov2016-08-281-0/+1
* executor, csource: share some common code between executor and csourceDmitry Vyukov2016-08-281-1/+10
* overhaul syscall description generation processDmitry Vyukov2016-08-261-8/+9
* sys: support kcm and netromBaozeng Ding2016-06-131-1/+1
* sysgen: Cope with non-inline kernel buildDavid Drysdale2016-03-101-1/+1
* Makefile: Split generate: targetDavid Drysdale2016-03-101-5/+8
* Merge pull request #14 from sploving/masterDmitry Vyukov2016-01-261-1/+1
|\
| * sys: support /dev/random and /dev/net/tunBaozeng Ding2016-01-261-1/+1
* | Makefile: use -pthread instead of -lpthreadDmitry Vyukov2016-01-251-1/+1
* | Makefile: allow to build executor without -staticDmitry Vyukov2016-01-251-3/+8
|/
* sys: add basic netlink support for realDmitry Vyukov2016-01-231-1/+2
* sys: support /dev/input/{mouse,mice,event}Dmitry Vyukov2016-01-131-1/+1
* sys: add support for /dev/snd/controlDmitry Vyukov2016-01-131-1/+1
* sys: add support for /dev/snd/timerDmitry Vyukov2016-01-121-1/+1
* sys: support /dev/snd/seqDmitry Vyukov2016-01-111-1/+1
* sys: add kvm supportDmitry Vyukov2016-01-081-1/+2
* executor: fix some bugs found by clangDmitry Vyukov2015-12-311-1/+1
* sys: add sctp supportDmitry Vyukov2015-12-301-1/+1
* sys: move more subsystems into separate filesDmitry Vyukov2015-12-281-1/+2
* sys: split syscall description into several filesDmitry Vyukov2015-12-281-1/+1
* tools/syz-upgrade: helper tool for corpus format upgradesDmitry Vyukov2015-12-281-1/+4
* sysgen: pull in syscall numbers from kernel headersDmitry Vyukov2015-12-241-1/+4
* tools/syz-repro: add reproduction toolDmitry Vyukov2015-12-231-1/+4
* Add 'all-tools' target to build toolsDavid Drysdale2015-12-211-1/+15
* remove master and naming overhaulDmitry Vyukov2015-12-171-14/+8
* format go files simplerDmitry Vyukov2015-11-101-1/+1
* Add MakefileAndrey Konovalov2015-10-131-0/+28