aboutsummaryrefslogtreecommitdiffstats
path: root/sys/syz-sysgen
Commit message (Expand)AuthorAgeFilesLines
* sys/syz-sysgen: fix typomaoyixie2025-12-101-1/+1
* all: remove loop variables scopingTaras Madan2025-02-171-1/+0
* sys/syz-sysgen: serialize descriptions as gob and embedDmitry Vyukov2025-01-231-103/+98
* pkg/compiler: handle string syscall attributesFlorent Revest2024-12-091-0/+2
* sys/targets: mark big-endian targetsDmitry Vyukov2024-06-041-2/+2
* executor: remove noshmem modeDmitry Vyukov2024-06-041-7/+2
* sys/syz-sysgen: remove all files in the case set of arches has changedDmitry Vyukov2024-06-041-0/+12
* pkg/host: explicitly disable syz_execute_funcDmitry Vyukov2024-04-291-2/+5
* sys/syz-sysgen: save flags's possible valuesFlorent Revest2024-02-011-5/+23
* sys/syz-sysgen: fail on undefined constsAleksandr Nogikh2023-10-042-1/+32
* sys: refactor const extractionAleksandr Nogikh2023-10-041-5/+10
* sys/targets: introduce HasCallNumber to reduce clutterGreg Steuck2023-04-251-4/+2
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-231-2/+1
* pkg/ast, pkg/compiler: support per-file metadataDmitry Vyukov2022-04-291-23/+2
* 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