aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/options.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/csource: add call argument annotations to generated C-source filesEthan Graham2025-08-041-7/+11
* all: manual linter fixesTaras Madan2025-07-171-2/+2
* all: apply linter auto fixesTaras Madan2025-07-171-3/+3
* executor: add runner modeDmitry Vyukov2024-06-241-0/+58
* pkg/csource: remove the Repro optionAleksandr Nogikh2024-05-171-6/+1
* pkg/csource/options.go: refactor deserializeLegacyFormatsTaras Madan2023-10-301-59/+45
* all: support swap feature on LinuxAleksandr Nogikh2023-06-151-0/+4
* executor: add NIC PCI pass-through VF supportGeorge Kennedy2022-09-211-0/+4
* pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...Andrey Artemiev2022-08-061-21/+68
* all: replace collide mode by `async` call propertyAleksandr Nogikh2021-12-101-3/+1
* all: refactor fault injection into call propsAleksandr Nogikh2021-09-221-4/+8
* sys/linux: add ieee802154 descriptionsDmitry Vyukov2021-02-121-0/+4
* pkg/runtest: check arch requirement earlyDmitry Vyukov2021-02-081-0/+12
* all: make timeouts configurableDmitry Vyukov2020-12-281-3/+7
* all: fix format of fmt.Printf/Fprintf callsDmitry Vyukov2020-11-301-1/+1
* pkg/csource: setup sysctl's in C reproducersDmitry Vyukov2020-10-281-64/+41
* sys/targets: add OS/Arch name constsDmitry Vyukov2020-10-261-4/+5
* all: integrate with mac80211_hwsimAleksandr Nogikh2020-09-221-0/+10
* all: initialize vhci in linuxTheOfficialFloW2020-07-301-24/+34
* all: fix dup types in func argsDmitry Vyukov2020-07-041-1/+1
* .golangci.yml: make goconst checker more strictDmitry Vyukov2020-06-071-6/+10
* csource, executor: add usb emulation featureAndrey Konovalov2020-04-031-0/+6
* pkg/csource: rename some optionsDmitry Vyukov2019-11-161-67/+66
* executor: refactor sandbox flagsDmitry Vyukov2019-11-161-2/+2
* pkg/csource: remove duplicate checkJiri Pirko2019-11-031-3/+0
* pkg/csource: fix lint warningsDmitry Vyukov2019-11-031-2/+0
* executor: move fixed pci devlink handle into network namespaceJiri Pirko2019-11-031-0/+12
* executor, host, csource: Add support to enable KCSANMarco Elver2019-10-041-1/+5
* pkg/csource: fix failing syz-runtest for NetBSDSiddharth M2019-08-211-2/+2
* executor: implement support for leak checkingDmitry Vyukov2019-05-201-0/+5
* all: fix some static analysis warningsDmitry Vyukov2019-04-231-18/+18
* all: add optional close_fds feature to reproducersAndrey Konovalov2019-04-091-0/+10
* pkg/csource: sort sys/types.h to the top on FreeBSDMark Johnston2019-03-071-2/+2
* execprog, stress, prog2c: unify flags to enable additional featuresAndrey Konovalov2019-03-051-33/+108
* pkg/csource: support tun and setuid repros on {free,open}bsdGreg Steuck2018-12-131-2/+4
* RFC: android: Add support for untrusted_app sandboxing (#697)Zach Riggle2018-09-171-2/+2
* pkg/csource: don't do checkpoint/reset net with setuid sandboxDmitry Vyukov2018-08-081-19/+26
* pkg/csource: refactor defineListDmitry Vyukov2018-08-021-0/+5
* pkg/mgrconfig: move from syz-manager/mgrconfigDmitry Vyukov2018-08-021-1/+1
* pkg/csource: rafactor option checkingDmitry Vyukov2018-07-311-27/+25
* pkg/csource: add option to trace syscall resultsDmitry Vyukov2018-07-271-6/+11
* pkg/csource: tun/cgroups are linux-specificDmitry Vyukov2018-07-251-2/+1
* executor: overhaulDmitry Vyukov2018-07-241-15/+13
* pkg/csource: disable most features on akarosDmitry Vyukov2018-07-051-8/+8
* pkg/csource: support fuchsiaDmitry Vyukov2018-06-291-1/+53
* pkg/csource: minimize netdevices and net resetDmitry Vyukov2018-05-171-0/+14
* pkg/csource: serialize options into jsonDmitry Vyukov2018-05-171-17/+26
* sys/linux: add cgroup descriptionsDmitry Vyukov2018-03-251-13/+39
* sys/linux: extend netfilter descriptionsDmitry Vyukov2018-01-271-0/+3
* pkg/csource: add function to parse serialized optionsDmitry Vyukov2017-11-171-0/+82