aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor: resolve pseudo syscall compilation problemsAleksandr Nogikh2023-05-046-50/+81
* executor: remove openbsd bits out of common_bsd.hGreg Steuck2023-04-271-47/+1
* executor: detangle common_openbsd.h out of common_bsd.hGreg Steuck2023-04-272-1/+383
* sys/targets: switch openbsd to SyscallNumbers: falseGreg Steuck2023-04-272-2/+27
* executor: use explicit lretl in kvm_amd64.SSpace Meyer2023-04-121-1/+1
* executor: mark amd64 kvm_gen.cc stack nonexecutableSpace Meyer2023-04-121-1/+1
* sys/linux: add syz_pkey_set syscallsDmitry Vyukov2023-04-031-0/+24
* executor: use valid temporary dir on AndroidKris Alder2023-03-211-1/+1
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-231-2/+2
* executor: fix initialize_tun() for Android (#3656)kalder2023-02-061-4/+8
* vm/starnix: add support for fuzzing starnix (#3624)juanPabloMiceli2023-01-192-7/+11
* executor: better prevent the panic on ext4 errors (#3604)Aleksandr Nogikh2023-01-031-1/+9
* pkg/image: treat empty compressed image as valid imageDmitry Vyukov2022-12-221-4/+2
* pkg/image: optimize image decompressionDmitry Vyukov2022-12-221-0/+1
* executor: simplify setup_loop_deviceDmitry Vyukov2022-11-231-8/+6
* executor: don't reset loop device on partition scan successDmitry Vyukov2022-11-231-1/+2
* executor: reduce zlib memory consumptionDmitry Vyukov2022-11-231-5/+8
* executor: declare variables locally in zlibDmitry Vyukov2022-11-231-76/+46
* executor: don't pass uncompressed zlib sizeDmitry Vyukov2022-11-233-31/+26
* executor: remove support for zlib length calculationDmitry Vyukov2022-11-231-24/+14
* executor: add test for zlib decompressionDmitry Vyukov2022-11-231-0/+22
* executor: fix puff_zlib_to_file signatureDmitry Vyukov2022-11-232-13/+14
* executor: update to match the new `syz_mount_image` callHrutvik Kanabar2022-11-211-27/+35
* executor: add `zlib` decompression header fileHrutvik Kanabar2022-11-212-1/+536
* executor: fix "wrong response packet" in BT fuzzing (#3493)Tamas Koczka2022-11-071-11/+37
* executor: fix TestCommonExt for bigendian archesDmitry Vyukov2022-11-031-1/+1
* executor: add setup_ext_test extension pointDmitry Vyukov2022-11-014-0/+42
* executor: test extension pointsDmitry Vyukov2022-11-014-2/+52
* executor: include sys/mman.h (#3476)glpesk2022-10-281-0/+1
* executor: remove a few #defines which are not used any longerGreg Steuck2022-10-251-10/+0
* executor: deal with input_data more sensiblyGreg Steuck2022-10-251-16/+22
* executor: cope with mimmutable(2) on OpenBSDAnton Lindqvist2022-10-231-2/+7
* executor: better errors for failed mmapsDmitry Vyukov2022-10-215-15/+22
* executor: enable core dumpsDmitry Vyukov2022-10-071-1/+2
* executor: move syz_mount_image's sanity checks to syz-fuzzerAleksandr Nogikh2022-09-271-23/+0
* executor: add NIC PCI pass-through VF supportGeorge Kennedy2022-09-212-76/+219
* pkg/csource: fix const sock_filterGeorge Kennedy2022-09-212-2/+2
* sys/linux, tools/syz-imagegen: allow `syz_mount_image` to change directoryHrutvik Kanabar2022-09-131-2/+10
* executor: fix setup of netdevsim deviceDmitry Vyukov2022-09-091-7/+8
* executor: fix setup of xfrm deviceDmitry Vyukov2022-09-091-12/+29
* Revert "pkg/csource: inline void* cast into generated code"Dmitry Vyukov2022-09-062-0/+8
* pkg/csource: inline void* cast into generated codeGreg Steuck2022-09-052-7/+0
* executor: revert errno logic for fuchsia (#3306)Marco Vanotti2022-08-121-0/+9
* pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana...Andrey Artemiev2022-08-062-6/+11
* executor: fixed fuzzing with System account in Android sandbox (#3275)Andrey Artemiev2022-08-051-1/+2
* vm/adb: wait for Android boot to finishAndrey Artemiev2022-07-251-5/+1
* executor: fix mounting of cgroups on read-only fsDmitry Vyukov2022-07-211-23/+33
* executor: added code to run Android with System accountAndrey Artemiev2022-07-197-19/+535
* executor: prevent ENOSPC if cgroup mount failsDmitry Vyukov2022-07-151-1/+15
* executor: also reset flags on the parent dir if unlinking failsMark Johnston2022-06-241-0/+1