aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs/openbsd: update found_bugs.mdAnton Lindqvist2018-12-221-0/+2
|
* Update found_bugs.mdDmitry Vyukov2018-12-201-0/+1
|
* docs/openbsd: update found_bugs.mdAnton Lindqvist2018-12-191-0/+2
|
* docs: fix step to create local branch from new originVictor Hsieh2018-12-191-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.mdAnton Lindqvist2018-12-181-0/+2
|
* docs: add instructions for running syz-execprog in gVisorMichael Pratt2018-12-151-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-simplificationGreg Steuck2018-12-131-1/+1
| | | @mptre WDYT
* Update found_bugs.mdDmitry Vyukov2018-12-101-0/+1
|
* docs/openbsd: update found_bugs.mdAnton Lindqvist2018-12-081-0/+2
|
* docs: mention OpenBSD in setup.mdAnton Lindqvist2018-12-081-1/+1
|
* docs/darwin: add some info about darwinDmitry Vyukov2018-12-084-2/+24
| | | | | Also move windows into separate dir, mention windows/darwin in found bugs.
* Update syzbot.mdDmitry Vyukov2018-12-061-0/+1
| | | add newer clang compiler
* Update found_bugs.mdDmitry Vyukov2018-12-061-0/+1
|
* docs: update contributing.mdDmitry Vyukov2018-12-031-7/+13
| | | Clarify commit description guidelines.
* docs/openbsd: update found_bugs.mdAnton Lindqvist2018-12-021-0/+2
|
* Update found_bugs.mdDmitry Vyukov2018-11-261-0/+1
|
* docs/linux: update recommended configsDmitry Vyukov2018-11-231-2/+16
| | | Mention few more tricky kernel configs that cause problems.
* docs: add syz-ci instructions for fuchsiaDmitry Vyukov2018-11-211-0/+40
|
* docs: Add fuchsia syscall update process.Marco Vanotti2018-11-211-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 115200Anton Lindqvist2018-11-211-1/+0
|
* docs/openbsd: disabling library ASLR can improve VM boot timeAnton Lindqvist2018-11-211-0/+11
|
* docs: require arm64 build for fuchsiaMarco Vanotti2018-11-211-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.mdAnton Lindqvist2018-11-201-1/+3
|
* pkg/vcs: also recognize Tested-by: git commit tagsDmitry Vyukov2018-11-201-2/+3
| | | | | For context see: https://groups.google.com/d/msg/syzkaller-bugs/xiSF9GdiikU/uBoyYyf3AQAJ
* Fixed a tiny typoSergey Koulikov2018-11-201-1/+1
|
* docs/syzbot.md: update qemu command lineDmitry Vyukov2018-11-181-4/+13
| | | | Match more closely GCE VMs by using scsi drive. Update command line arguments.
* pkg/compiler: add vma64 typeDmitry Vyukov2018-11-171-1/+2
| | | | 8-byte vma is needed in several places in linux descriptions.
* executor: OpenBSD network package injectionGreg Steuck2018-11-171-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 OpenBSDAnton Lindqvist2018-11-171-0/+6
|
* [fuchsia] Fix Fuchsia build.Julia Hansbrough2018-11-121-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 neededAnton Lindqvist2018-11-111-1/+1
|
* docs/research.md: add CharmDmitry Vyukov2018-11-091-0/+3
|
* Update found_bugs.mdDmitry Vyukov2018-11-081-0/+1
|
* sys: initial trusty supportDmitry Vyukov2018-11-071-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.mdDmitry Vyukov2018-11-071-0/+1
|
* Update found_bugs.mdDmitry Vyukov2018-10-311-0/+1
|
* Update syscall_descriptions.mdDmitry Vyukov2018-10-281-3/+1
| | | Clarify that running `make clean` each time is not necessary.
* Update research.mdDmitry Vyukov2018-10-271-0/+1
|
* Update found_bugs.mdDmitry Vyukov2018-10-271-0/+2
|
* Update found_bugs.mdDmitry Vyukov2018-10-231-0/+1
|
* Added kernel config options for debian stretchBader AlBassam2018-10-181-0/+6
|
* Update configuration.mdLA2018-10-171-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.mdAnton Lindqvist2018-10-121-0/+2
|
* docs: say that OpenBSD bugs are now reported by syzbot tooDmitry Vyukov2018-10-112-1/+6
|
* docs/openbsd: use qcow2 disk format in setupAnton Lindqvist2018-10-111-1/+1
|
* Update setup.mdDmitry Vyukov2018-10-101-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.mdDmitry Vyukov2018-10-101-4/+8
| | | fix formatting
* docs: Update package names for modern UbuntuKees Cook2018-10-031-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 Hansbrough2018-10-021-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 documentationPaul Chaignon2018-10-011-1/+1
|