| Commit message (Expand) | Author | Age | Files | Lines |
| * | prog: export MakeData/UnionArg as we do for other arg types | Dmitry Vyukov | 2017-11-22 | 5 | -13/+13 |
| * | syz-fuzzer: generates hints only for the call that gave new coverage | Dmitry Vyukov | 2017-10-23 | 2 | -12/+10 |
| * | prog: add a TODO for hints | Dmitry Vyukov | 2017-10-23 | 1 | -0/+2 |
| * | prog: fix bugs in hints generation | Dmitry Vyukov | 2017-10-23 | 2 | -4/+70 |
| * | pkg/ipc: don't send program padding to executor | Dmitry Vyukov | 2017-10-12 | 2 | -5/+6 |
| * | syz-fuzzer: don't send/check CallIndex for inputs | Dmitry Vyukov | 2017-10-10 | 2 | -1/+17 |
| * | all: initial support for fuchsia | Dmitry Vyukov | 2017-09-20 | 1 | -5/+45 |
| * | syz-manager, syz-fuzzer, executor: ensure that binaries are consistent | Dmitry Vyukov | 2017-09-15 | 1 | -0/+1 |
| * | pkg/csource: support archs other than x86_64 | Dmitry Vyukov | 2017-09-15 | 1 | -1/+16 |
| * | prog: remove default target and all global state | Dmitry Vyukov | 2017-09-15 | 23 | -268/+267 |
| * | prog: remove special knowledge about "mmap" syscall | Dmitry Vyukov | 2017-09-15 | 5 | -16/+20 |
| * | syz-manager/mgrconfig: explicitly specify target in config | Dmitry Vyukov | 2017-09-15 | 3 | -3/+10 |
| * | sys: compile all supported targets into the package | Dmitry Vyukov | 2017-09-15 | 1 | -0/+5 |
| * | prog: allow more than 1 target | Dmitry Vyukov | 2017-09-15 | 1 | -4/+15 |
| * | prog: remove unused declaration | Dmitry Vyukov | 2017-09-05 | 1 | -2/+0 |
| * | prog: move resource-related functions to a separate file | Dmitry Vyukov | 2017-09-05 | 4 | -136/+140 |
| * | prog, sys: move dictionary of special strings to sys | Dmitry Vyukov | 2017-09-05 | 2 | -10/+13 |
| * | prog, sys: move types to prog | Dmitry Vyukov | 2017-09-05 | 22 | -357/+805 |
| * | prog: dot-import sys | Dmitry Vyukov | 2017-09-05 | 14 | -282/+276 |
| * | sys: rename Call to Syscall | Dmitry Vyukov | 2017-09-05 | 6 | -29/+29 |
| * | sys: change BitfieldLast to BitfieldMiddle | Dmitry Vyukov | 2017-09-04 | 2 | -2/+2 |
| * | sys: remove IntSignalno | Dmitry Vyukov | 2017-09-04 | 2 | -4/+0 |
| * | sys, pkg/compiler: move padding computation to compiler | Dmitry Vyukov | 2017-09-04 | 9 | -30/+28 |
| * | prog: move ptrSize const to test | Dmitry Vyukov | 2017-09-04 | 2 | -1/+2 |
| * | pkg/compiler: detect resources without ctors | Dmitry Vyukov | 2017-09-04 | 1 | -0/+3 |
| * | pkg/compiler: check and generate types | Dmitry Vyukov | 2017-09-02 | 3 | -16/+17 |
| * | hints: add some more tests for DataArg | Victor Chibotaru | 2017-09-01 | 1 | -0/+58 |
| * | hints: add new mutations and tests | Victor Chibotaru | 2017-09-01 | 2 | -15/+423 |
| * | ipc, prog, fuzzer, execprog: add hints generation code | Victor Chibotaru | 2017-08-30 | 2 | -8/+62 |
| * | executor, ipc: modify the IO between KCOV<->executor<->fuzzer | Victor Chibotaru | 2017-08-30 | 1 | -0/+50 |
| * | prog: restore missing struct fields | Dmitry Vyukov | 2017-08-25 | 1 | -2/+2 |
| * | all: support i386 arch | Dmitry Vyukov | 2017-08-19 | 1 | -1/+1 |
| * | sys, prog: switch values to to uint64 | Dmitry Vyukov | 2017-08-19 | 10 | -130/+128 |
| * | prog: simplify code | Dmitry Vyukov | 2017-08-14 | 1 | -1/+1 |
| * | prog: reuse defaultArg | Dmitry Vyukov | 2017-08-09 | 2 | -17/+5 |
| * | prog: fix restoration of default arguments | Dmitry Vyukov | 2017-08-09 | 2 | -4/+24 |
| * | prog: reduce the "uber-mmap" size | Alexander Potapenko | 2017-08-08 | 2 | -5/+9 |
| * | prog: don't mutate mmap() calls too often | Alexander Potapenko | 2017-08-02 | 1 | -0/+5 |
| * | prog: generate missing syscall args when decoding | Andrey Konovalov | 2017-08-01 | 3 | -0/+45 |
| * | prog: fix encoding for exec of result args | Andrey Konovalov | 2017-08-01 | 2 | -5/+20 |
| * | prog: properly remove calls when splicing progs | Andrey Konovalov | 2017-08-01 | 3 | -13/+25 |
| * | prog: return error instead of panic when parsing | Andrey Konovalov | 2017-07-24 | 2 | -1/+31 |
| * | prog: allow recursion for optional pointers | Andrey Konovalov | 2017-07-19 | 1 | -1/+18 |
| * | prog: split Arg into smaller structs | Andrey Konovalov | 2017-07-17 | 13 | -698/+921 |
| * | prog: fix PtrType generation | Andrey Konovalov | 2017-06-27 | 1 | -6/+0 |
| * | repro: always minimize over EnableTun | Andrey Konovalov | 2017-06-12 | 1 | -12/+12 |
| * | csource: force enable tun flag when required | Andrey Konovalov | 2017-06-12 | 1 | -0/+26 |
| * | prog: extend output on validation error | Dmitry Vyukov | 2017-06-06 | 1 | -1/+1 |
| * | pkg/ifuzz: move from ifuzz | Dmitry Vyukov | 2017-06-03 | 1 | -1/+1 |
| * | all: speed up tests | Dmitry Vyukov | 2017-05-29 | 1 | -2/+2 |