| Commit message (Expand) | Author | Age | Files | Lines |
| * | executor/linux: fix compilation error with old compilers | Pavel Skripkin | 2024-06-25 | 1 | -1/+8 |
| * | executor: handle errors from netlink_query_family_id | Cameron Finucane | 2024-06-17 | 1 | -0/+17 |
| * | docs: remove mentions of strconst | Dmitry Vyukov | 2024-06-11 | 1 | -1/+1 |
| * | executor: use close_range if available | Dmitry Vyukov | 2024-06-10 | 1 | -0/+5 |
| * | executor: rework feature setup | Dmitry Vyukov | 2024-06-03 | 1 | -83/+76 |
| * | executor: setup binfmt_mist only if it has been mounted | Andrei Vagin | 2024-05-09 | 1 | -0/+1 |
| * | executor: consistently fail on feature setup | Dmitry Vyukov | 2024-05-07 | 1 | -42/+41 |
| * | executor: ignore EBADF when reading tun | Dmitry Vyukov | 2024-04-16 | 1 | -1/+2 |
| * | executor: ignore socketpair error in syz_usbip_server_init | Dmitry Vyukov | 2024-04-16 | 1 | -2/+5 |
| * | executor: cleanup mounts with MNT_FORCE | Aleksandr Nogikh | 2024-04-10 | 1 | -4/+9 |
| * | executor: ignore ENOENT for socket calls | Dmitry Vyukov | 2024-04-02 | 1 | -0/+12 |
| * | executor: temporarily disable IORING_SETUP_CQE32 and IORING_SETUP_SQE128 | Alexander Potapenko | 2024-03-05 | 1 | -1/+5 |
| * | executor: don't fail on setns() in pseudo syscalls | Aleksandr Nogikh | 2024-02-08 | 1 | -4/+10 |
| * | executor: don't hold a loop device fd | Aleksandr Nogikh | 2024-01-12 | 1 | -5/+26 |
| * | executor: prevent netlink_send_ext with dofail=true | Aleksandr Nogikh | 2024-01-05 | 1 | -0/+7 |
| * | syz-executor: don't fail on netlink errors during fuzzing | Aleksandr Nogikh | 2024-01-05 | 1 | -21/+23 |
| * | executor: introduce syz_pidfd_open() | Aleksandr Nogikh | 2023-12-19 | 1 | -0/+18 |
| * | sys/linux, pkg/host, executor: add NVMe-oF/TCP subsystem support | Alon Zahavi | 2023-12-07 | 1 | -2/+46 |
| * | sys/io_uring, executor/common_linux: remove sqes_index in syz_io_uring_submit | Dylan Yudaken | 2023-07-30 | 1 | -17/+12 |
| * | sys/linux/io_uring, executor/common_linux: fix io_uring segfault | Dylan Yudaken | 2023-07-30 | 1 | -9/+7 |
| * | executor: include missing linux/falloc.h | Khem Raj | 2023-06-20 | 1 | -0/+1 |
| * | all: support swap feature on Linux | Aleksandr Nogikh | 2023-06-15 | 1 | -9/+52 |
| * | executor: use exitf instead of fail outside of setup sequence (#3959) | Andrei Vagin | 2023-06-15 | 1 | -1/+1 |
| * | executor: use v1 memory cgroup controller | Aleksandr Nogikh | 2023-06-14 | 1 | -16/+14 |
| * | executor: resolve pseudo syscall compilation problems | Aleksandr Nogikh | 2023-05-04 | 1 | -1/+6 |
| * | sys/linux: add syz_pkey_set syscalls | Dmitry Vyukov | 2023-04-03 | 1 | -0/+24 |
| * | executor: fix initialize_tun() for Android (#3656) | kalder | 2023-02-06 | 1 | -4/+8 |
| * | vm/starnix: add support for fuzzing starnix (#3624) | juanPabloMiceli | 2023-01-19 | 1 | -7/+7 |
| * | executor: better prevent the panic on ext4 errors (#3604) | Aleksandr Nogikh | 2023-01-03 | 1 | -1/+9 |
| * | executor: simplify setup_loop_device | Dmitry Vyukov | 2022-11-23 | 1 | -8/+6 |
| * | executor: don't reset loop device on partition scan success | Dmitry Vyukov | 2022-11-23 | 1 | -1/+2 |
| * | executor: don't pass uncompressed zlib size | Dmitry Vyukov | 2022-11-23 | 1 | -17/+10 |
| * | executor: fix puff_zlib_to_file signature | Dmitry Vyukov | 2022-11-23 | 1 | -3/+3 |
| * | executor: update to match the new `syz_mount_image` call | Hrutvik Kanabar | 2022-11-21 | 1 | -27/+35 |
| * | executor: fix "wrong response packet" in BT fuzzing (#3493) | Tamas Koczka | 2022-11-07 | 1 | -11/+37 |
| * | executor: enable core dumps | Dmitry Vyukov | 2022-10-07 | 1 | -1/+2 |
| * | executor: move syz_mount_image's sanity checks to syz-fuzzer | Aleksandr Nogikh | 2022-09-27 | 1 | -23/+0 |
| * | executor: add NIC PCI pass-through VF support | George Kennedy | 2022-09-21 | 1 | -76/+217 |
| * | sys/linux, tools/syz-imagegen: allow `syz_mount_image` to change directory | Hrutvik Kanabar | 2022-09-13 | 1 | -2/+10 |
| * | executor: fix setup of netdevsim device | Dmitry Vyukov | 2022-09-09 | 1 | -7/+8 |
| * | executor: fix setup of xfrm device | Dmitry Vyukov | 2022-09-09 | 1 | -12/+29 |
| * | Revert "pkg/csource: inline void* cast into generated code" | Dmitry Vyukov | 2022-09-06 | 1 | -0/+4 |
| * | pkg/csource: inline void* cast into generated code | Greg Steuck | 2022-09-05 | 1 | -3/+0 |
| * | pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana... | Andrey Artemiev | 2022-08-06 | 1 | -5/+6 |
| * | executor: fixed fuzzing with System account in Android sandbox (#3275) | Andrey Artemiev | 2022-08-05 | 1 | -1/+2 |
| * | vm/adb: wait for Android boot to finish | Andrey Artemiev | 2022-07-25 | 1 | -5/+1 |
| * | executor: fix mounting of cgroups on read-only fs | Dmitry Vyukov | 2022-07-21 | 1 | -23/+33 |
| * | executor: added code to run Android with System account | Andrey Artemiev | 2022-07-19 | 1 | -11/+36 |
| * | executor: prevent ENOSPC if cgroup mount fails | Dmitry Vyukov | 2022-07-15 | 1 | -1/+15 |
| * | executor: fix enabling of ICMP/ping sockets | Dmitry Vyukov | 2022-06-20 | 1 | -1/+4 |