| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "pkg/csource: list the newly added SYZ_KVM_ constants in TestExecutorM... | Alexander Potapenko | 2024-09-25 | 1 | -3/+0 |
| * | pkg/csource: list the newly added SYZ_KVM_ constants in TestExecutorMacros | Alexander Potapenko | 2024-09-25 | 1 | -0/+3 |
| * | prog: replace MinimizeParams with MinimizeMode | Dmitry Vyukov | 2024-08-07 | 1 | -1/+1 |
| * | prog: make minimization parameters explicit | Aleksandr Nogikh | 2024-05-27 | 1 | -1/+1 |
| * | pkg/csource: replace go:generate with go:embed | Dmitry Vyukov | 2024-05-08 | 1 | -1/+2 |
| * | tools/syz-linter: check t.Logf/Errorf/Fatalf messages | Dmitry Vyukov | 2024-04-17 | 1 | -2/+2 |
| * | pkg/csource: annotate syscall() args with their pretty-printed values | Florent Revest | 2024-02-01 | 1 | -0/+19 |
| * | pkg/csource: annotate syscall() args with their names | Florent Revest | 2023-06-09 | 1 | -7/+7 |
| * | pkg/csource: compile single pseudo syscalls | Aleksandr Nogikh | 2023-05-04 | 1 | -0/+17 |
| * | pkg/csource: fix unit tests for arches with non-default DataOffset | Alexander Egorenov | 2023-01-19 | 1 | -11/+16 |
| * | pkg/testutil: add RandSource helper | Dmitry Vyukov | 2022-11-23 | 1 | -7/+1 |
| * | executor: add setup_ext_test extension point | Dmitry Vyukov | 2022-11-01 | 1 | -0/+1 |
| * | pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana... | Andrey Artemiev | 2022-08-06 | 1 | -0/+35 |
| * | pkg/testutil: add package | Dmitry Vyukov | 2021-12-21 | 1 | -0/+14 |
| * | all: add the `rerun` call property | Aleksandr Nogikh | 2021-12-10 | 1 | -1/+4 |
| * | all: replace collide mode by `async` call property | Aleksandr Nogikh | 2021-12-10 | 1 | -1/+4 |
| * | pkg/csource: remove calls instead of skipping them | Aleksandr Nogikh | 2021-10-01 | 1 | -4/+4 |
| * | all: refactor fault injection into call props | Aleksandr Nogikh | 2021-09-22 | 1 | -0/+4 |
| * | pkg/csource: don't enable HandleSegv in short tests | Dmitry Vyukov | 2021-07-29 | 1 | -0/+6 |
| * | pkg/compiler: optimize array[const] representation | Dmitry Vyukov | 2021-04-21 | 1 | -24/+6 |
| * | pkg/csource: add resuling source tests | Dmitry Vyukov | 2021-04-21 | 1 | -0/+85 |
| * | pkg/runtest: check arch requirement early | Dmitry Vyukov | 2021-02-08 | 1 | -62/+1 |
| * | all: make timeouts configurable | Dmitry Vyukov | 2020-12-28 | 1 | -0/+1 |
| * | sys/targets: add OS/Arch name consts | Dmitry Vyukov | 2020-10-26 | 1 | -2/+2 |
| * | pkg/csource: don't test auto-generated files | Dmitry Vyukov | 2020-09-20 | 1 | -0/+6 |
| * | executor: add some code style checks | Dmitry Vyukov | 2020-08-06 | 1 | -48/+0 |
| * | executor: remove block comments | Dmitry Vyukov | 2020-08-04 | 1 | -11/+24 |
| * | .golangci.yml: enable whitespace checker | Dmitry Vyukov | 2020-06-05 | 1 | -1/+0 |
| * | pkg/csource: speed up tests | Dmitry Vyukov | 2020-05-18 | 1 | -1/+4 |
| * | Get rid of "Cross" in variable names | Alexander Potapenko | 2020-05-13 | 1 | -1/+1 |
| * | all: reformat code | Dmitry Vyukov | 2020-05-08 | 1 | -2/+2 |
| * | all: replace TRAVIS env var with CI | Dmitry Vyukov | 2020-05-07 | 1 | -2/+2 |
| * | prog: support disabled attribute | Dmitry Vyukov | 2020-05-04 | 1 | -2/+2 |
| * | sys/targets: better detection for missing/broken cross-compilers | Dmitry Vyukov | 2020-04-29 | 1 | -19/+1 |
| * | pkg/csource: don't print too much error output | Dmitry Vyukov | 2020-02-13 | 1 | -0/+19 |
| * | pkg/csource: detect common mistakes in the common executor header | Dmitry Vyukov | 2019-11-28 | 1 | -0/+35 |
| * | pkg/csoruce: test that executor does not mis-spell any of the SYZ_* macros | Dmitry Vyukov | 2019-11-16 | 1 | -0/+21 |
| * | pkg/csource: don't run tests if compiler is broken | Dmitry Vyukov | 2019-11-07 | 1 | -0/+8 |
| * | pkg/csource: skip cross-builds that are doomed to fail | Dmitry Vyukov | 2019-07-23 | 1 | -0/+4 |
| * | pkg/csource: test sys/*/test programs | Dmitry Vyukov | 2019-07-22 | 1 | -11/+52 |
| * | Makefile: enable 386 executor build in presubmit | Dmitry Vyukov | 2019-05-07 | 1 | -5/+0 |
| * | Makefile: enable arm executor build in presubmit | Dmitry Vyukov | 2019-05-07 | 1 | -6/+0 |
| * | all: fix warnings pointed to by golangci-lint | Dmitry Vyukov | 2019-03-28 | 1 | -1/+1 |
| * | executor: prevent non-null expected warnings | Dmitry Vyukov | 2019-03-21 | 1 | -1/+12 |
| * | prog, pkg/{csource,ifuzz,ipc,repro}: make tests deterministic on travis | Dmitry Vyukov | 2019-01-02 | 1 | -0/+3 |
| * | pkg/csource: exclude linux/arm64 tests | Dmitry Vyukov | 2018-12-05 | 1 | -7/+5 |
| * | pkg/csource: reduce short tests | Dmitry Vyukov | 2018-12-03 | 1 | -39/+42 |
| * | openbsd: repair pkg/csource_test | Greg Steuck | 2018-11-30 | 1 | -4/+0 |
| * | sys/targest: introduce target.BuildOS | Dmitry Vyukov | 2018-11-17 | 1 | -3/+3 |
| * | pkg/runtest, pkg/csource: don't run tests on openbsd | Dmitry Vyukov | 2018-09-17 | 1 | -0/+5 |