| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | .github/workflows: check commit description format | Dmitry Vyukov | 2020-07-31 | 1 | -0/+11 |
| | | | | | | Check PR commit subjects for the standard format we use "pkg/name: description of the change". Check PR commit bodies for at most 120 characters. | ||||
| * | docs/openbsd: update found bugs.md | Anton Lindqvist | 2020-07-29 | 1 | -0/+20 |
| | | |||||
| * | docs: add section on descriptions testing | Dmitry Vyukov | 2020-07-27 | 2 | -14/+74 |
| | | | | | | | | The sys/OS/test/* tests are currently mostly undocumented. Add initial documentation for these tests. The "External Dependencies" section is just moved with no changes. | ||||
| * | docs: add a note re pseudo-syscall dependencies | Dmitry Vyukov | 2020-07-16 | 1 | -0/+14 |
| | | |||||
| * | docs: add a note re per-field directions | Dmitry Vyukov | 2020-07-16 | 1 | -1/+4 |
| | | |||||
| * | docs: add instructions on updating syz-env | Andrey Konovalov | 2020-07-15 | 1 | -0/+6 |
| | | |||||
| * | docs: add another research paper | Dmitry Vyukov | 2020-07-12 | 1 | -0/+1 |
| | | |||||
| * | Update syzbot.md | Andrey Konovalov | 2020-07-09 | 1 | -1/+3 |
| | | |||||
| * | docs/linux: use OpenSBI jump firmware in QEMU for linux/riscv64 | Tobias Klauser | 2020-07-09 | 1 | -3/+5 |
| | | | | | | | | | Use the OpenSBI "jump" firmware with the QEMU -bios parameter to boot linux/riscv64. This will allow to boot the kernel directly without having to recompile OpenSBI every time the kernel is recompiled. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | ||||
| * | docs/linux: add not about default OpenSBI firmware in QEMU for linux/riscv64 | Tobias Klauser | 2020-07-09 | 1 | -0/+29 |
| | | | | | | | | | Mention the possibility to use `-bios default` to use OpenSBI provided with QEMU. However, this might not work on all distributions yet, so make it optional. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | ||||
| * | docs/linux: drop dhcpcd from buildroot options in linux/riscv64 instructions | Tobias Klauser | 2020-07-09 | 1 | -1/+0 |
| | | | | | | | buildroot already installs udhcpc as a DHCP client. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | ||||
| * | docs/linux: mention QEMU version in linux/riscv64 instructions | Tobias Klauser | 2020-07-09 | 1 | -0/+4 |
| | | | | | Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | ||||
| * | docs: add explanation of flags type | Dmitry Vyukov | 2020-07-09 | 2 | -1/+22 |
| | | | | | | * docs: add explanation of flags type * Apply suggestions from code review Co-authored-by: Marco Elver <marco.elver@gmail.com> | ||||
| * | docs: explain pseudo-syscall argument type | Dmitry Vyukov | 2020-07-08 | 1 | -2/+12 |
| | | |||||
| * | docs: add tips on writing descriptions | Dmitry Vyukov | 2020-07-08 | 1 | -0/+60 |
| | | |||||
| * | docs: add note that pseudo-syscalls are discouraged | Dmitry Vyukov | 2020-07-08 | 1 | -3/+12 |
| | | |||||
| * | docs/linux: use OpenSBI instead of BBL to boot linux/riscv64 QEMU VM | Tobias Klauser | 2020-07-01 | 1 | -10/+12 |
| | | | | | | | | | | | OpenSBI seems to be the recommended boot method nowadays, see e.g. [1], [2] [1] https://riscv.org/2019/01/risc-v-community-releases-opensbi-to-foster-continued-ecosystem-growth/ [2] https://wiki.freebsd.org/riscv#OpenSBI Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | ||||
| * | docs/linux: mention CONFIG_KMEMLEAK in suggested kernel configs | Tobias Klauser | 2020-07-01 | 1 | -0/+7 |
| | | | | | Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | ||||
| * | docs/linux: change suggested kernel git repo | Dmitry Vyukov | 2020-06-29 | 1 | -1/+1 |
| | | | | | | | | Suggest to checkout linux kernel from kernel.org rather than from github. github is a mirror and we don't use it ourselves and I think it's generally not used by kernel developers. The kernel.org repo is the canonical location. | ||||
| * | Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md | Andrey Konovalov | 2020-06-29 | 1 | -1/+1 |
| | | |||||
| * | Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md | Andrey Konovalov | 2020-06-29 | 1 | -1/+3 |
| | | |||||
| * | docs/linux: add setup guide for riscv64 kernel in QEMU | Tobias Klauser | 2020-06-27 | 2 | -0/+150 |
| | | | | | Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | ||||
| * | docs: fix a link in research page | Dmitry Vyukov | 2020-06-24 | 1 | -1/+1 |
| | | |||||
| * | docs/syzbot: Add link to GCC 10 | Marco Elver | 2020-06-22 | 1 | -0/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-06-19 | 1 | -4/+8 |
| | | |||||
| * | Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md | Andrey Konovalov | 2020-06-19 | 1 | -0/+2 |
| | | |||||
| * | docs/syzbot: Update KCSAN related information | Marco Elver | 2020-06-18 | 1 | -7/+4 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-06-17 | 1 | -1/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-06-16 | 1 | -7/+7 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-06-16 | 1 | -1/+1 |
| | | |||||
| * | Update syzbot.md | Andrey Konovalov | 2020-06-16 | 1 | -5/+15 |
| | | |||||
| * | docs/syzbot.md: update notes on USB | Andrey Konovalov | 2020-06-13 | 1 | -14/+6 |
| | | |||||
| * | Update syscall_descriptions.md | Andrey Konovalov | 2020-06-12 | 1 | -2/+1 |
| | | |||||
| * | Update external_fuzzing_usb.md | Andrey Konovalov | 2020-06-12 | 1 | -7/+5 |
| | | |||||
| * | Update syscall_descriptions.md | Andrey Konovalov | 2020-06-12 | 1 | -1/+2 |
| | | |||||
| * | Update syscall_descriptions.md | Andrey Konovalov | 2020-06-12 | 1 | -1/+7 |
| | | |||||
| * | all: use more respective language | Dmitry Vyukov | 2020-06-11 | 2 | -3/+3 |
| | | | | | | | | | Some terms are normalised on the technical level but may be oppressive on a societal level. Replace them with more technically neutral terms. See the following doc for a longer version: https://tools.ietf.org/id/draft-knodel-terminology-00.html | ||||
| * | Update syscall_descriptions_syntax.md | Andrey Konovalov | 2020-06-10 | 1 | -4/+4 |
| | | |||||
| * | docs: new file pseudo_syscalls.md | Ricardo Cañuelo | 2020-06-10 | 1 | -0/+72 |
| | | | | | | Add a brief description about pseudo-syscalls and how to create new ones. | ||||
| * | docs: suggested changes for pull-request 1797 | Ricardo Cañuelo | 2020-06-08 | 1 | -19/+8 |
| | | | | | https://github.com/google/syzkaller/pull/1797 | ||||
| * | docs: more info about resources and the "enable_sysaclls" config option | Ricardo Cañuelo | 2020-06-08 | 2 | -2/+41 |
| | | | | | | | | - Give some extra clarifications and examples about resources in syscall descriptions. - More details about how to use the "enable_syscalls" option. - Mention pseudo-syscalls in the general syscall description doc file. | ||||
| * | Update setup.md | Andrey Konovalov | 2020-06-04 | 1 | -2/+2 |
| | | |||||
| * | Update setup.md | Andrey Konovalov | 2020-06-04 | 1 | -0/+15 |
| | | |||||
| * | docs/freebsd: install golangci-lint on FreeBSD | Michael Tuexen | 2020-06-04 | 1 | -1/+1 |
| | | | | | This is required for gmake presubmit. | ||||
| * | docs/linux: fix example qemu command | Matt Morehouse | 2020-06-04 | 1 | -2/+2 |
| | | |||||
| * | tools: add syz-big-env | Dmitry Vyukov | 2020-06-02 | 1 | -1/+1 |
| | | | | | | | | | On top of syz-env it provides akaros/fuchsia/netbsd toolchains and gcloud sdk. With this it's possible to run dashboard/app tests on CI and locally and test executor build and pkg/{csource,cover} for these OSes. Update #1765 | ||||
| * | docs: fix a typo | Dmitry Vyukov | 2020-05-31 | 1 | -1/+1 |
| | | | | Fixes ##1778 | ||||
| * | docs/netbsd: update image link | Dmitry Vyukov | 2020-05-28 | 1 | -3/+1 |
| | | |||||
| * | docs: add KRACE paper | Dmitry Vyukov | 2020-05-22 | 1 | -0/+1 |
| | | |||||
| * | Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md | Andrey Konovalov | 2020-05-19 | 1 | -1/+1 |
| | | |||||
