| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-10 | 1 | -1/+4 |
| | | |||||
| * | docs/linux/found_bugs.md: add 3 manually reported bugs | Dmitry Vyukov | 2019-12-04 | 1 | -0/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-03 | 1 | -0/+2 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-03 | 1 | -1/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-03 | 1 | -1/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-03 | 1 | -16/+20 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-03 | 1 | -0/+11 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-11-05 | 1 | -1/+1 |
| | | |||||
| * | executor, pkg/host, dashboard/config: rename usb-fuzzer to usb raw-gadget | Andrey Konovalov | 2019-11-04 | 1 | -22/+22 |
| | | | | | The interface is being upstreamed and the name has changed. | ||||
| * | docs: Remove an invalid ascii character | Andrew Turner | 2019-10-21 | 1 | -1/+1 |
| | | | | | | A python3 version of check_links.py raises an exception reading this. Fix by removing the invalid ascii character. | ||||
| * | executor/usb: enable endpoints on SET_INTERFACE | Andrey Konovalov | 2019-10-21 | 1 | -7/+4 |
| | | | | | | This commit changes syz_usb_control_io to enable the relevant endpoints for the interface being set via a SET_INTERFACE request. | ||||
| * | docs/linux: update USB instructions | Andrey Konovalov | 2019-09-19 | 1 | -5/+7 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-09-19 | 1 | -1/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-09-19 | 1 | -2/+2 |
| | | |||||
| * | docs: fix USB Raspberry Pi instructions | Andrey Konovalov | 2019-09-18 | 1 | -0/+19 |
| | | |||||
| * | sys/linux, executor: basic support for multiple USB interfaces | Andrey Konovalov | 2019-09-06 | 1 | -2/+5 |
| | | |||||
| * | docs: update USB fuzzing documentation | Andrey Konovalov | 2019-09-04 | 1 | -22/+234 |
| | | |||||
| * | docs: add CC="$GCC/bin/gcc" to setup_ubuntu-host_qemu-vm_x86-64-kernel.md ↵ | ITWOI | 2019-09-03 | 1 | -3/+3 |
| | | | | | | (#1368) Use the same GCC version when configuring and building Linux kernel. | ||||
| * | Update setup_linux-host_qemu-vm_arm-kernel.md | Andrey Konovalov | 2019-08-28 | 1 | -2/+2 |
| | | |||||
| * | Update setup_linux-host_qemu-vm_arm-kernel.md | Andrey Konovalov | 2019-08-28 | 1 | -1/+1 |
| | | |||||
| * | Update found_bugs_usb.md | Andrey Konovalov | 2019-08-21 | 1 | -2/+4 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-08-20 | 1 | -3/+6 |
| | | |||||
| * | Update found_bugs_usb.md | Andrey Konovalov | 2019-08-19 | 1 | -2/+2 |
| | | |||||
| * | Update found_bugs.md | Denis Efremov | 2019-07-19 | 1 | -0/+4 |
| | | |||||
| * | docs/linux: add references to syzkaller build instructions | Willem de Bruijn | 2019-07-04 | 7 | -7/+25 |
| | | | | | | | | | | | | | | | | | In the various linux build instructions, add pointers to the main doc with instructions for building syzkaller. These instructions were present before commit d23e90a7b44b ("all: switch to Go 1.12"). They were duplicated across files. Since the commit the instructions are in one place. Make it easier to find them from the platform-specific setup guides. Also clarify in the x86_64 guide that using a precompiled compiler from the supplied list is optional if the distribution provided compiler is recent enough. Before commit d28f4ce ("Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md") the file had explicit build instructions. Those are no longer needed. | ||||
| * | docs/linux/qemu-arm64: fix copy/paste with non-ASCII character | Alessio Balsini | 2019-06-26 | 1 | -4/+4 |
| | | | | | | | | | The sneaky '“' character causes errors when copy-pasting snapshots of the documentation. Solved with s/“/"/g. Signed-off-by: Alessio Balsini <balsini@android.com> | ||||
| * | Update found_bugs_usb.md | Andrey Konovalov | 2019-06-07 | 1 | -2/+10 |
| | | |||||
| * | Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md | Andrey Konovalov | 2019-05-03 | 1 | -48/+8 |
| | | |||||
| * | docs: add USB fuzzing docs | Andrey Konovalov | 2019-04-11 | 1 | -0/+45 |
| | | |||||
| * | dashboard/app: split dashboard per-namespace | Dmitry Vyukov | 2019-04-08 | 2 | -2/+2 |
| | | | | | | | | We now have too many namespaces and bugs. Main page takes infinity to load. Also almost nobody is interested in more than 1 namespace. So split main page per-namespaces. | ||||
| * | Update setup.md | Heyuan | 2019-04-01 | 1 | -1/+1 |
| | | | | | | svn commit 231296 matches commit d29e939c63b71 ("Add fuzzing coverage support") in the gcc git. The change is part of gcc 6.1.0. Replace the svn commit number with a gcc version which everyone can easily compare. Related links: https://github.com/torvalds/linux/commit/58f4df3c1bde999574d3e66b20eb7ee796a2647e#diff-4552954e64a20391a1a3b5fd3e494bc3 | ||||
| * | Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md | Sukrit Bhatnagar | 2019-03-18 | 1 | -1/+1 |
| | | | | change chown to chmod | ||||
| * | all: switch to Go 1.12 | Dmitry Vyukov | 2019-03-14 | 5 | -70/+4 |
| | | | | | | | | | Differences in code formatting between Go versions cause constant problems for us (https://github.com/golang/go/issues/25161). Currently we support 1.9 and 1.10. Switch to newer 1.11 and 1.12. Fixes #1013 | ||||
| * | tools/create-image.sh: correct usage examples (#1034) | zhanggenex | 2019-03-03 | 1 | -2/+2 |
| | | |||||
| * | tweak create-image.sh script and modify document about its deployment (#1022) | Dongliang Mu | 2019-03-01 | 1 | -15/+19 |
| | | |||||
| * | docs/linux: remove redundant entry in found_bugs list | Dongliang Mu | 2019-02-20 | 1 | -1/+0 |
| | | |||||
| * | docs/linux: correct image name and remove packages already installed in the ↵ | Dongliang Mu | 2019-02-11 | 1 | -2/+2 |
| | | | | | script | ||||
| * | Update found_bugs.md | Dmitry Vyukov | 2019-02-01 | 1 | -0/+2 |
| | | |||||
| * | Update found_bugs.md | Dmitry Vyukov | 2019-01-25 | 1 | -0/+1 |
| | | |||||
| * | Update found_bugs.md | Dmitry Vyukov | 2019-01-17 | 1 | -0/+1 |
| | | |||||
| * | Update found_bugs.md | Dmitry Vyukov | 2019-01-16 | 1 | -0/+1 |
| | | |||||
| * | Update found_bugs.md | Dmitry Vyukov | 2019-01-15 | 1 | -0/+1 |
| | | |||||
| * | Update found_bugs.md | Dmitry Vyukov | 2019-01-09 | 1 | -0/+1 |
| | | |||||
| * | docs/linux: update places with reported bugs | Dmitry Vyukov | 2019-01-06 | 1 | -1/+1 |
| | | | | Mention that reported bugs can be on syzkaller-bugs and and syzbot dashboard. | ||||
| * | Update found_bugs.md | Dmitry Vyukov | 2018-12-20 | 1 | -0/+1 |
| | | |||||
| * | Update found_bugs.md | Dmitry Vyukov | 2018-12-10 | 1 | -0/+1 |
| | | |||||
| * | Update found_bugs.md | Dmitry Vyukov | 2018-12-06 | 1 | -0/+1 |
| | | |||||
| * | 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. | ||||
| * | 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. | ||||
