| Commit message (Expand) | Author | Age | Files | Lines |
| * | executor: increase input buffer size | Dmitry Vyukov | 2020-02-10 | 1 | -1/+1 |
| * | executor: fix syz_mount_image | Dmitry Vyukov | 2019-12-10 | 1 | -0/+2 |
| * | executor: refactor sandbox flags | Dmitry Vyukov | 2019-11-16 | 1 | -25/+17 |
| * | executor: rename some flags | Dmitry Vyukov | 2019-11-16 | 1 | -39/+39 |
| * | executor: move fixed pci devlink handle into network namespace | Jiri Pirko | 2019-11-03 | 1 | -0/+2 |
| * | syz-fuzzer, executor: Add support for blacklisting data race frames | Marco Elver | 2019-10-22 | 1 | -0/+8 |
| * | executor, csource: adjust syz_open_dev$hiddev timeout | Andrey Konovalov | 2019-09-24 | 1 | -0/+2 |
| * | executor: fix out-of-bounds access to syscalls array | Andrey Konovalov | 2019-09-17 | 1 | -20/+20 |
| * | executor: add some USB realted TODOs (#1319) | Andrey Konovalov | 2019-08-07 | 1 | -14/+7 |
| * | sys/linux, executor: add syz_usb_ep_read syzkall | Andrey Konovalov | 2019-07-01 | 1 | -2/+10 |
| * | sys/linux, executor: add basic USB HID fuzzing support | Andrey Konovalov | 2019-06-24 | 1 | -6/+14 |
| * | executor: improve usb coverage attribution | Andrey Konovalov | 2019-06-12 | 1 | -9/+18 |
| * | executor: Protect the coverage buffer | Andrew Turner | 2019-06-04 | 1 | -0/+6 |
| * | pkg/csource: generate timeouts for USB syzcalls | Andrey Konovalov | 2019-05-31 | 1 | -0/+1 |
| * | executor: implement support for leak checking | Dmitry Vyukov | 2019-05-20 | 1 | -9/+43 |
| * | executor: fix 32-bit build | Dmitry Vyukov | 2019-05-07 | 1 | -3/+3 |
| * | executor: change syscall argument type to intptr_t | munjinoo | 2019-05-07 | 1 | -4/+4 |
| * | executor: adjust waiting time for all usb syzcalls | Andrey Konovalov | 2019-04-23 | 1 | -8/+14 |
| * | all: add basic USB fuzzing support | Andrey Konovalov | 2019-04-11 | 1 | -1/+14 |
| * | all: add optional close_fds feature to reproducers | Andrey Konovalov | 2019-04-09 | 1 | -0/+6 |
| * | execprog, stress, prog2c: unify flags to enable additional features | Andrey Konovalov | 2019-03-05 | 1 | -6/+12 |
| * | executor: fix detection of blocked calls | Dmitry Vyukov | 2019-02-13 | 1 | -2/+1 |
| * | executor, pkg/ipc: simplify retry handling | Dmitry Vyukov | 2019-01-31 | 1 | -16/+8 |
| * | executor: remove ability to detect kernel bugs | Dmitry Vyukov | 2019-01-31 | 1 | -16/+1 |
| * | executor: unbreak on OpenBSD | Anton Lindqvist | 2019-01-19 | 1 | -1/+0 |
| * | all: detect extra coverage support | Andrey Konovalov | 2019-01-16 | 1 | -4/+9 |
| * | all: support extra coverage | Andrey Konovalov | 2019-01-16 | 1 | -16/+55 |
| * | executor: fix max number of syscall args | Dmitry Vyukov | 2018-12-26 | 1 | -1/+1 |
| * | executor: create more net devices on linux | Dmitry Vyukov | 2018-12-26 | 1 | -6/+6 |
| * | prog, pkg/csource: more readable serialization for strings | Dmitry Vyukov | 2018-12-15 | 1 | -0/+1 |
| * | executor: move setrlimit from setup_control_pipes to bsd os_init | Dmitry Vyukov | 2018-12-14 | 1 | -6/+0 |
| * | executor: reapply setuid sandbox for bsd | Greg Steuck | 2018-12-11 | 1 | -0/+6 |
| * | executor: fix handling of big-endian bitfields | Dmitry Vyukov | 2018-12-08 | 1 | -23/+39 |
| * | executor: make the debug output useful for race condition debugging | Alexander Popov | 2018-09-24 | 1 | -26/+38 |
| * | executor: fix build | Dmitry Vyukov | 2018-09-20 | 1 | -0/+13 |
| * | executor: fix build | Dmitry Vyukov | 2018-09-20 | 1 | -3/+3 |
| * | executor: move debug_dump_data() into common_linux.h | Anton Lindqvist | 2018-09-20 | 1 | -13/+0 |
| * | executor: remove unused var flag_sandbox_privs | Dmitry Vyukov | 2018-09-17 | 1 | -32/+31 |
| * | executor: make sandboxes more modular | Dmitry Vyukov | 2018-09-17 | 1 | -0/+6 |
| * | RFC: android: Add support for untrusted_app sandboxing (#697) | Zach Riggle | 2018-09-17 | 1 | -3/+10 |
| * | Add mandatory OpenBSD bits (#689) | Anton Lindqvist | 2018-08-28 | 1 | -1/+1 |
| * | executor: mount binfmt_mist | Dmitry Vyukov | 2018-08-09 | 1 | -1/+2 |
| * | executor: remap cover fd's to higher values | Dmitry Vyukov | 2018-08-08 | 1 | -4/+8 |
| * | executor: collect coverage from unfinished syscalls | Dmitry Vyukov | 2018-07-29 | 1 | -117/+158 |
| * | pkg/csource: tidy generated code | Dmitry Vyukov | 2018-07-27 | 1 | -1/+0 |
| * | executor: overhaul | Dmitry Vyukov | 2018-07-24 | 1 | -0/+1269 |
| * | executor: split source per-OS | Dmitry Vyukov | 2017-09-20 | 1 | -1001/+0 |
| * | executor: remove unused headers | Dmitry Vyukov | 2017-09-20 | 1 | -2/+0 |
| * | syz-manager, syz-fuzzer, executor: ensure that binaries are consistent | Dmitry Vyukov | 2017-09-15 | 1 | -0/+9 |
| * | pkg/csource: support archs other than x86_64 | Dmitry Vyukov | 2017-09-15 | 1 | -2/+3 |