aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
Commit message (Collapse)AuthorAgeFilesLines
* Update found_bugs.mdDmitry Vyukov2018-12-201-0/+1
|
* Update found_bugs.mdDmitry Vyukov2018-12-101-0/+1
|
* Update found_bugs.mdDmitry Vyukov2018-12-061-0/+1
|
* 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.
* 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.
* Update found_bugs.mdDmitry Vyukov2018-11-081-0/+1
|
* Update found_bugs.mdDmitry Vyukov2018-11-071-0/+1
|
* Update found_bugs.mdDmitry Vyukov2018-10-311-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
|
* docs: say that OpenBSD bugs are now reported by syzbot tooDmitry Vyukov2018-10-111-1/+2
|
* 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.
* 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.
* docs: Use 'stretch' in ssh commandTobin C. Harding2018-09-111-1/+1
| | | | | | | | | Recently Debian image was updated to be 'stretch' from 'wheezy'. The ssh command got missed. Update the ssh command to use 'stretch' instead of 'wheezy'. Signed-off-by: Tobin C. Harding <me@tobin.cc>
* tools: update to Debian stretchKees Cook2018-09-051-13/+13
| | | | | | | This updates the image creation tool to use Debian stretch (current stable) instead of wheezy, which is very out of date. The only change needed here was a hint to systemd to make the root filesystem read-write after booting. Documentation has also been updated.
* Modify name of private key file as id_rsa does not exist in the contextDongliang Mu2018-09-051-2/+2
|
* Update kernel_configs.mdDmitry Vyukov2018-08-291-5/+7
|
* docs: remove mentions of vmlinuxDmitry Vyukov2018-06-287-12/+12
| | | | | | vmlinux is deprecated in favor of kernel_obj. Remove all mentions of it. Also warn in syz-manager/mgrconfig if vmlinux is set.
* Update found_bugs.mdshankarapailoor2018-06-121-0/+1
|
* Update found_bugs.mdDmitry Vyukov2018-06-121-2/+2
|
* Update found_bugs.mdDmitry Vyukov2018-06-051-0/+1
|
* Update found_bugs.mdDmitry Vyukov2018-06-051-0/+1
|
* Updated file and fixed typo.Murat2018-05-151-1/+1
| | | Fixed typo for JSON config file. It has a comma after "false". If this comma exist, it always gives issue about object thing.
* docs: add link for PH-1 kernelJean-Baptiste Theou2018-05-091-1/+1
| | | | Signed-off-by: Jean-Baptiste Theou <jb@essential.com>
* Update kernel_configs.mdDmitry Vyukov2018-04-271-0/+6
|
* Update setup_linux-host_qemu-vm_arm-kernel.mdDmitry Vyukov2018-04-271-0/+1
|
* docs: add instructions for arm kernelDmitry Vyukov2018-04-272-0/+135
|
* Update found_bugs.mdDmitry Vyukov2018-04-241-0/+1
|
* Update found_bugs.mdDmitry Vyukov2018-04-231-0/+1
|
* Update found_bugs.mdDmitry Vyukov2018-04-231-0/+1
|
* Update kernel_configs.mdDmitry Vyukov2018-04-201-0/+1
|
* Update kernel_configs.mdDmitry Vyukov2018-04-191-0/+23
|
* [docs] Add Linux network troubleshooting guidance.Julia Hansbrough2018-03-011-0/+9
| | | | | It took me a bit to figure out this kernel configuration quirk, so thought it may be helpful to add to the troubleshooting section!
* Update found_bugs.mdDmitry Vyukov2018-02-271-0/+2
|
* Update found_bugs.mdDmitry Vyukov2018-01-301-0/+1
|
* Update found_bugs.mdDmitry Vyukov2018-01-301-0/+1
|
* Update found_bugs.mdDmitry Vyukov2018-01-251-1/+1
|
* Update found_bugs.mdDmitry Vyukov2018-01-221-0/+1
|
* sys/linux: add ion and ashmem devices supportDmitry Vyukov2018-01-091-1/+10
| | | | | Note: ion supercedes the old android interface, which is moved to sys/android.
* Update found_bugs.mdDmitry Vyukov2018-01-091-0/+7
|
* Update found_bugs.mdDmitry Vyukov2018-01-091-1/+2
|
* Makefile: fix Android buildsDmitry Vyukov2017-12-202-9/+2
| | | | | | | | | | | | | | | There are 2 known problems with current Android support: 1. It does not work with newer NDK (happens on every NDK update). 2. Dynamic Go binaries do not start on Android emulator. Drop special Android support and just build static linux binaries. For context see: https://groups.google.com/forum/#!msg/syzkaller/etg1ZJmTMzg/NYE-yjxxAQAJ https://groups.google.com/d/msg/syzkaller/8KjCYWslTFY/1oTXn5tTAgAJ Fixes #478
* Update found_bugs.mdDmitry Vyukov2017-12-161-0/+2
|
* Update found_bugs_usb.mdAndrey Konovalov2017-12-121-1/+1
|
* Update found_bugs_usb.mdAndrey Konovalov2017-12-121-0/+1
|
* Update found_bugs_usb.mdAndrey Konovalov2017-11-231-1/+1
|
* Update found_bugs_usb.mdAndrey Konovalov2017-11-231-2/+2
|
* docs/linux: added and updated docs for ARM32 architectureAtul Prakash2017-11-222-0/+84
| | | | docs/linux: Also fixed link and spacing in arm32 docs