aboutsummaryrefslogtreecommitdiffstats
path: root/sys/syz-sysgen
Commit message (Expand)AuthorAgeFilesLines
* sys/syz-sysgen: generate possibly missing __NR/SYS definesAleksandr Nogikh2022-01-131-0/+25
* sys/syz-sysgen: restore detection of unsupported kvm syscallsDmitry Vyukov2021-10-271-2/+13
* sys/syz-sysgen: refactor main functionDmitry Vyukov2021-10-271-44/+52
* all: refactor fault injection into call propsAleksandr Nogikh2021-09-221-2/+2
* all: introduce call propertiesAleksandr Nogikh2021-09-221-0/+23
* sys/syz-extract: restore kvm const extraction for arm64/ppc64Dmitry Vyukov2021-09-161-2/+1
* sys: skip kvm const extraction for non i386/amd64Aleksandr Nogikh2021-09-131-2/+2
* pkg/host: fail loudly when coverage collection is enable w/o shmemPatrick Meyer2021-05-201-6/+6
* sys: commit empty source filesDmitry Vyukov2021-04-211-9/+0
* all: use tool.Failf instead of local functionsDmitry Vyukov2020-12-251-9/+4
* pkg/cmdprof: merge into pkg/toolDmitry Vyukov2020-12-251-3/+2
* sys/targets: add OS/Arch name constsDmitry Vyukov2020-10-261-2/+2
* pkg/compiler: merge const files into a single fileDmitry Vyukov2020-08-131-4/+5
* sys/syz-sysgen: ignore *_kvm.txt on linux/riscv64Tobias Klauser2020-06-261-3/+5
* sys/linux: first 64bit big-endian architecture s390xAlexander Egorenkov2020-06-251-7/+15
* target: support of big-endian architecturesAlexander Egorenkov2020-06-231-2/+2
* sys/syz-sysgen: be less verbose if no errors happenedDmitry Vyukov2020-06-191-4/+4
* sys/syz-sysgen: add -src and -out flagsMatthew Dempsky2020-06-021-7/+11
* sys/syz-sysgen: don't format descriptionsDmitry Vyukov2020-05-211-8/+2
* sys/syz-sysgen: fix up linux/arm/kvm hackDmitry Vyukov2020-05-121-1/+1
* sys/syz-extract: use -nostdinc on linuxDmitry Vyukov2020-05-111-2/+11
* prog: refactor ANY to not fabricate new typesDmitry Vyukov2020-05-051-3/+3
* prog: remove StructDescDmitry Vyukov2020-05-031-6/+2
* pkg/cmdprof: add packageDmitry Vyukov2020-04-301-18/+2
* pkg/compiler: deduplicate Types in descriptionsDmitry Vyukov2020-04-261-2/+6
* sys/syz-sysgen: better formatting for syscall descriptionsDmitry Vyukov2020-04-191-3/+3
* prog: introduce call attributesDmitry Vyukov2020-04-191-11/+50
* pkg/compiler: ensure consistency of syscall argument typesDmitry Vyukov2020-03-171-3/+15
* pkg/compiler: don't specify syscall consts for test OSDmitry Vyukov2020-03-171-0/+4
* tools/syz-check: inject description compilation warningsDmitry Vyukov2019-12-201-1/+2
* .golangci.yml: add codeanalysis build tagDmitry Vyukov2019-05-151-0/+1
* Makefile: don't compile all targets into target binariesDmitry Vyukov2018-08-021-5/+22
* executor: overhaulDmitry Vyukov2018-07-241-39/+74
* executor: rework fallback coverageDmitry Vyukov2018-06-221-0/+6
* executor: make syscall table and number constantDmitry Vyukov2018-06-071-2/+2
* sys: move generate files to separate packagesDmitry Vyukov2018-05-051-8/+8
* gometalinter: check unkeyed composite literalsDmitry Vyukov2018-05-031-1/+1
* gometalinter: enable package comment checkingDmitry Vyukov2018-05-031-1/+1
* all: fix gometalinter warningsDmitry Vyukov2018-03-081-7/+0
* prog: rework address allocationDmitry Vyukov2018-02-191-9/+20
* sys/syz-sysgen: don't generate syz_ syscall numbersDmitry Vyukov2018-01-131-18/+1
* pkg/csource: support akarosDmitry Vyukov2017-10-161-2/+1
* executor, sys/windows: initial windows supportDmitry Vyukov2017-09-251-2/+2
* all: more assorted fuchsia supportDmitry Vyukov2017-09-221-17/+22
* all: initial support for fuchsiaDmitry Vyukov2017-09-201-5/+8
* sys/targets: move targets from sys packageDmitry Vyukov2017-09-151-5/+5
* syz-manager, syz-fuzzer, executor: ensure that binaries are consistentDmitry Vyukov2017-09-151-9/+18
* sys/syz-extract: switch to consolidated target info in sys packageDmitry Vyukov2017-09-151-15/+13
* sys: consolidate info about various targetsDmitry Vyukov2017-09-152-163/+146
* sys: compile all supported targets into the packageDmitry Vyukov2017-09-151-30/+20