| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs/openbsd: update found_bugs.md | Anton Lindqvist | 2018-12-22 | 1 | -0/+2 |
| | | |||||
| * | Update found_bugs.md | Dmitry Vyukov | 2018-12-20 | 1 | -0/+1 |
| | | |||||
| * | docs/openbsd: update found_bugs.md | Anton Lindqvist | 2018-12-19 | 1 | -0/+2 |
| | | |||||
| * | docs: fix step to create local branch from new origin | Victor Hsieh | 2018-12-19 | 1 | -1/+1 |
| | | | | | | The current step creates a local branch from the default origin, which is probably not my-origin in the instruction. | ||||
| * | docs/openbsd: update found_bugs.md | Anton Lindqvist | 2018-12-18 | 1 | -0/+2 |
| | | |||||
| * | docs: add instructions for running syz-execprog in gVisor | Michael Pratt | 2018-12-15 | 1 | -0/+278 |
| | | | | | | | This configuration mounts the syzkaller bin/linux_amd64 folder as the sandbox root, bind mounts a single input log, then runs syz-execprog on the input. | ||||
| * | docs/openbsd/setup.md: micro-simplification | Greg Steuck | 2018-12-13 | 1 | -1/+1 |
| | | | | @mptre WDYT | ||||
| * | Update found_bugs.md | Dmitry Vyukov | 2018-12-10 | 1 | -0/+1 |
| | | |||||
| * | docs/openbsd: update found_bugs.md | Anton Lindqvist | 2018-12-08 | 1 | -0/+2 |
| | | |||||
| * | docs: mention OpenBSD in setup.md | Anton Lindqvist | 2018-12-08 | 1 | -1/+1 |
| | | |||||
| * | docs/darwin: add some info about darwin | Dmitry Vyukov | 2018-12-08 | 4 | -2/+24 |
| | | | | | | Also move windows into separate dir, mention windows/darwin in found bugs. | ||||
| * | Update syzbot.md | Dmitry Vyukov | 2018-12-06 | 1 | -0/+1 |
| | | | | add newer clang compiler | ||||
| * | Update found_bugs.md | Dmitry Vyukov | 2018-12-06 | 1 | -0/+1 |
| | | |||||
| * | docs: update contributing.md | Dmitry Vyukov | 2018-12-03 | 1 | -7/+13 |
| | | | | Clarify commit description guidelines. | ||||
| * | docs/openbsd: update found_bugs.md | Anton Lindqvist | 2018-12-02 | 1 | -0/+2 |
| | | |||||
| * | Update found_bugs.md | Dmitry Vyukov | 2018-11-26 | 1 | -0/+1 |
| | | |||||
| * | docs/linux: update recommended configs | Dmitry Vyukov | 2018-11-23 | 1 | -2/+16 |
| | | | | Mention few more tricky kernel configs that cause problems. | ||||
| * | docs: add syz-ci instructions for fuchsia | Dmitry Vyukov | 2018-11-21 | 1 | -0/+40 |
| | | |||||
| * | docs: Add fuchsia syscall update process. | Marco Vanotti | 2018-11-21 | 1 | -1/+4 |
| | | | | | | This commits describes the steps required to update the syscall descriptions in syzkaller. | ||||
| * | docs/openbsd: as of OpenBSD 6.4, the console speed defaults to 115200 | Anton Lindqvist | 2018-11-21 | 1 | -1/+0 |
| | | |||||
| * | docs/openbsd: disabling library ASLR can improve VM boot time | Anton Lindqvist | 2018-11-21 | 1 | -0/+11 |
| | | |||||
| * | docs: require arm64 build for fuchsia | Marco Vanotti | 2018-11-21 | 1 | -0/+7 |
| | | | | I am adding a note in the fuchsia docs to specify that the caller should also build fuchsia for arm64. This is because the make extract command will call generate_fidl for TARGETARCH amd64 and arm64. If you happen to have an old tree for arm64, your amd64 changes might be overwritten by the arm64 ones. | ||||
| * | docs/openbsd: update found_bugs.md | Anton Lindqvist | 2018-11-20 | 1 | -1/+3 |
| | | |||||
| * | pkg/vcs: also recognize Tested-by: git commit tags | Dmitry Vyukov | 2018-11-20 | 1 | -2/+3 |
| | | | | | | For context see: https://groups.google.com/d/msg/syzkaller-bugs/xiSF9GdiikU/uBoyYyf3AQAJ | ||||
| * | Fixed a tiny typo | Sergey Koulikov | 2018-11-20 | 1 | -1/+1 |
| | | |||||
| * | docs/syzbot.md: update qemu command line | Dmitry Vyukov | 2018-11-18 | 1 | -4/+13 |
| | | | | | Match more closely GCE VMs by using scsi drive. Update command line arguments. | ||||
| * | pkg/compiler: add vma64 type | Dmitry Vyukov | 2018-11-17 | 1 | -1/+2 |
| | | | | | 8-byte vma is needed in several places in linux descriptions. | ||||
| * | executor: OpenBSD network package injection | Greg Steuck | 2018-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Squash of: * Doc typo * Ported some tun related functions. * Copy vnet.txt from linux to openbsd. * Simplified syz_emit_ethernet and stubbed out vnet.txt. * Undo clang-format header sorting: headers are order sensitive. * Uniquify tap devices by pid. * clang-format off for includes * Happier clang-format. * Partially revert "Uniquify tap devices by pid." Just rely on procid magic instead of getting it from a flag. | ||||
| * | pkg/csource: add support for creating reproducers on OpenBSD | Anton Lindqvist | 2018-11-17 | 1 | -0/+6 |
| | | |||||
| * | [fuchsia] Fix Fuchsia build. | Julia Hansbrough | 2018-11-12 | 1 | -1/+1 |
| | | | | | | | | | | | * Needed to clean out the build on the main host. We switched to a "petal" layout which required a complete rebuild. * Update SSH interface. SSH keys have to be set at buildtime via --args. * Update fvm.blk location. | ||||
| * | docs/openbsd: bash is no longer needed | Anton Lindqvist | 2018-11-11 | 1 | -1/+1 |
| | | |||||
| * | docs/research.md: add Charm | Dmitry Vyukov | 2018-11-09 | 1 | -0/+3 |
| | | |||||
| * | Update found_bugs.md | Dmitry Vyukov | 2018-11-08 | 1 | -0/+1 |
| | | |||||
| * | sys: initial trusty support | Dmitry Vyukov | 2018-11-07 | 1 | -0/+6 |
| | | | | | | | | | | Trusty is a set of software components supporting a Trusted Execution Environment (TEE) on mobile devices. https://source.android.com/security/trusty Add syscall descriptions and some boilerplate. | ||||
| * | Update found_bugs.md | Dmitry Vyukov | 2018-11-07 | 1 | -0/+1 |
| | | |||||
| * | Update found_bugs.md | Dmitry Vyukov | 2018-10-31 | 1 | -0/+1 |
| | | |||||
| * | Update syscall_descriptions.md | Dmitry Vyukov | 2018-10-28 | 1 | -3/+1 |
| | | | | Clarify that running `make clean` each time is not necessary. | ||||
| * | Update research.md | Dmitry Vyukov | 2018-10-27 | 1 | -0/+1 |
| | | |||||
| * | Update found_bugs.md | Dmitry Vyukov | 2018-10-27 | 1 | -0/+2 |
| | | |||||
| * | Update found_bugs.md | Dmitry Vyukov | 2018-10-23 | 1 | -0/+1 |
| | | |||||
| * | Added kernel config options for debian stretch | Bader AlBassam | 2018-10-18 | 1 | -0/+6 |
| | | |||||
| * | Update configuration.md | LA | 2018-10-17 | 1 | -1/+3 |
| | | | | | VM parameters are not defined in config.go, I've found them in qemu.go instead. Fix for the documentation to make it easier to find all supported parameters for qemu. | ||||
| * | docs/openbsd: update found_bugs.md | Anton Lindqvist | 2018-10-12 | 1 | -0/+2 |
| | | |||||
| * | docs: say that OpenBSD bugs are now reported by syzbot too | Dmitry Vyukov | 2018-10-11 | 2 | -1/+6 |
| | | |||||
| * | docs/openbsd: use qcow2 disk format in setup | Anton Lindqvist | 2018-10-11 | 1 | -1/+1 |
| | | |||||
| * | Update setup.md | Dmitry Vyukov | 2018-10-10 | 1 | -8/+6 |
| | | | | | Update Go instructions for newer toolchain. GOPATH and GOROOT are now optional, and we also need to add GOPATH/bin to PATH. | ||||
| * | Update contributing.md | Dmitry Vyukov | 2018-10-10 | 1 | -4/+8 |
| | | | | fix formatting | ||||
| * | docs: Update package names for modern Ubuntu | Kees Cook | 2018-10-03 | 1 | -2/+2 |
| | | | | | The package names for perf and qemu are out of date. This updates them. | ||||
| * | Include generate_fidl as part of the `extract` step. | Julia Hansbrough | 2018-10-02 | 1 | -6/+2 |
| | | | | | | | | | | | | Anytime we're running `make extract/generate` with Fuchsia as a target, we probably want to update FIDL descriptions too, so we don't fall behind what upstream is up to. This includes generate_fidl as part of the `make extract` workflow. Also, corrects fidlgenPath to properly find the path for ARM targets (we only have host_x64 right now). | ||||
| * | docs: fix typo in reproduction documentation | Paul Chaignon | 2018-10-01 | 1 | -1/+1 |
| | | |||||
