| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update setup.md | Andrey Konovalov | 2020-06-04 | 1 | -2/+2 |
| | | |||||
| * | Update setup.md | Andrey Konovalov | 2020-06-04 | 1 | -0/+15 |
| | | |||||
| * | docs/linux: fix example qemu command | Matt Morehouse | 2020-06-04 | 1 | -2/+2 |
| | | |||||
| * | Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md | Andrey Konovalov | 2020-05-19 | 1 | -1/+1 |
| | | |||||
| * | tools/check_links.py: detect absolute links | Dmitry Vyukov | 2020-05-19 | 1 | -1/+1 |
| | | | | | | Detect absolute links to our repo. These are not checked and long and inconsistent with majority of links. | ||||
| * | docs: various updates all over | Andrey Konovalov | 2020-05-08 | 3 | -3/+42 |
| | | |||||
| * | docs/linux: update x86-64 instructions | Andrey Konovalov | 2020-05-07 | 1 | -17/+20 |
| | | |||||
| * | sys/android: dev_ prefix for ion descriptions | Andrey Konovalov | 2020-05-07 | 4 | -98/+88 |
| | | |||||
| * | docs/linux: update links to go install | Andrey Konovalov | 2020-05-07 | 7 | -8/+8 |
| | | |||||
| * | docs: some setup.md updates | Andrey Konovalov | 2020-05-07 | 1 | -8/+7 |
| | | |||||
| * | docs: move go install instructions to setup.md | Andrey Konovalov | 2020-05-07 | 2 | -15/+46 |
| | | | | | Also update go version requirement to 1.13. | ||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-05-05 | 1 | -28/+9 |
| | | |||||
| * | docs: update source download instructions | Dmitry Vyukov | 2020-05-02 | 1 | -1/+1 |
| | | | | | | | | | Since we don't don't have auto-generated files checked-in, go get fails to parse packages. go get only prog package without building, this will checkout the whole repo anyway and that's the only thing we need. | ||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-04-09 | 1 | -4/+5 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-03-23 | 1 | -1/+10 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-03-23 | 1 | -25/+25 |
| | | |||||
| * | Update found_bugs.md | Dmitry Vyukov | 2020-03-07 | 1 | -0/+1 |
| | | |||||
| * | sys, docs: rename syzcall to pseudo-syscall | Andrey Konovalov | 2020-03-04 | 1 | -3/+3 |
| | | |||||
| * | Update internals.md | Andrey Konovalov | 2020-02-25 | 1 | -3/+5 |
| | | |||||
| * | Update setup.md | Andrey Konovalov | 2020-02-25 | 1 | -10/+1 |
| | | |||||
| * | Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md | Andrey Konovalov | 2020-02-25 | 1 | -3/+2 |
| | | |||||
| * | Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md | Andrey Konovalov | 2020-02-25 | 1 | -2/+3 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-02-24 | 1 | -1/+1 |
| | | |||||
| * | Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md | Andrey Konovalov | 2020-02-23 | 1 | -15/+28 |
| | | |||||
| * | vm/isolated: add initial support for fuzzing chromebooks | Zubin Mithra | 2020-02-20 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (WIP PR) Add support for StartupScript. * Modify Config{} to contain PostRepairScript. * Allow repair() to execute a startup_script after reboot. The contents of this script execute on the DUT. Add pstore support: * Modify Config{} to contain Pstore. * Modify Diagnose() to reboot the DUT and fetch pstore logs, conditional on inst.cfg.Pstore. * Add readPstoreContents(). * Allow clearing previous pstore logs upon Create() and after use inside readPstoreContents(). * Fetching pstore crashlogs relies on reliably getting lost connection on DUT reboot. Use "ServerAliveInterval=6 ServerAliveCountMax=5" ssh options when running syz-fuzzer with Pstore support enabled. Allow parsing pstore contents: * Diagnose() now returns pstore contents. Refactoring: * Move out some reusable parts of repair() to waitRebootAndSSH(). * Have an early return inside repair() if inst.waitForSSH() fails. | ||||
| * | docs: fix link to usb keyboard.c | Dmitry Vyukov | 2020-02-09 | 1 | -1/+2 |
| | | | | | | File /tools/syz-usbgen/keyboard.c linked from ./docs/linux/external_fuzzing_usb.md not found Makefile:351: recipe for target 'check_links' failed | ||||
| * | docs: link github.com/xairy/raw-gadget | Andrey Konovalov | 2020-02-06 | 1 | -61/+5 |
| | | |||||
| * | docs: fix spelling errors | Hye Sung Jung | 2020-01-28 | 1 | -2/+2 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-01-23 | 1 | -13/+20 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-01-07 | 1 | -2/+2 |
| | | |||||
| * | Update setup_linux-host_qemu-vm_arm64-kernel.md | Andrey Konovalov | 2019-12-20 | 1 | -0/+8 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-19 | 1 | -1/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-19 | 1 | -2/+3 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-13 | 1 | -3/+2 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-13 | 1 | -1/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-13 | 1 | -1/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2019-12-12 | 1 | -1/+2 |
| | | |||||
| * | 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 |
| | | |||||
