| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: remove akaros support | Dmitry Vyukov | 2024-04-15 | 1 | -3/+3 |
| | | | | | | | | Akaros support is unused, it was shutdown on syzbot for a while, the akaros development seems to be frozen for years as well. We have a bunch of hacks for Akaros since it supported only super old gcc and haven't supported Go. Remove it. | ||||
| * | vm/starnix: add support for fuzzing starnix (#3624) | juanPabloMiceli | 2023-01-19 | 1 | -0/+1 |
| | | | | | | | | This commit adds a new VM for fuzzing starnix. The VM will boot a fuchsia image using the `ffx` tool and will connect to an adb server inside it. Fuzzing will be done using HostFuzzer mode due to some features not being implemented yet in starnix. Once this is possible, fuzzing will be performed without HostFuzzer mode. Co-authored-by: Juampi Miceli <jpmiceli@google.com> | ||||
| * | docs: add syzbot instructions | Space Meyer | 2022-07-08 | 1 | -0/+1 |
| | | | | | Fixes #1043 | ||||
| * | .github/workflows: remove fuzzit.dev | Dmitry Vyukov | 2020-12-25 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | All fuzzit.dev jobs become broken recently, see e.g.: https://github.com/google/syzkaller/pull/2351/checks?check_run_id=1601794199 ... {"status":"Status: Downloaded newer image for gcr.io/fuzzit-public/stretch-llvm8:64bdedf"} Downloading fuzzit cli/agent... Error: Process completed with exit code 1. https://github.com/fuzzitdev/fuzzit is archived now and the README says: "the standalone service will soon be deperecated". So I guess it's time to remove fuzzit.dev integration. | ||||
| * | README.md: fix oss-fuzz badge link | Dmitry Vyukov | 2020-05-21 | 1 | -1/+1 |
| | | |||||
| * | .github/workflows: add CI workflow | Dmitry Vyukov | 2020-05-18 | 1 | -1/+2 |
| | | | | | | | | Switch from Travis to Github Actions for testing. This is faster and is better integrated with github. Update #1699 | ||||
| * | README.md: point Travis link to /branches | Dmitry Vyukov | 2020-05-01 | 1 | -1/+1 |
| | | | | | | | The current link points to the latest build for the project, which may be on a random PR. Both failure and success are mostly irrelevant. The /branches page seems to be more relevant. | ||||
| * | docs: add talks page | Dmitry Vyukov | 2020-03-03 | 1 | -16/+2 |
| | | | | | | | Move all tech talks and articles to a separate page, there are too many of them now to list on the main page. Extend talks list with new talks. | ||||
| * | README: add proper syzkaller pronunciation | Dmitry Vyukov | 2020-02-01 | 1 | -1/+1 |
| | | | | | On popular request... | ||||
| * | fuzzit.sh: migrate syzkaller to new org and introduce regression | Yevgeny Pats | 2019-08-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | The fuzzers now run on every new code that is pushed to master Regression using the generated corpus from the above step is run locally in the travis. This should fail the travis if new or old bugs are introduce and thus help catch bugs earlier. To reproduce locally you can run ./fuzzit create job --local syzkaller/target-name $PATH_TO_FUZZER | ||||
| * | doc/linux: add one link for linux in the README.md (#1194) | Dongliang Mu | 2019-05-21 | 1 | -1/+1 |
| | | |||||
| * | docs: add new line in README.md | Dmitry Vyukov | 2019-03-01 | 1 | -1/+2 |
| | | | | | Add new line between description and supported OSes. Looks better visually, also list of OSes is not split across lines. | ||||
| * | docs: improve README.md | Dmitry Vyukov | 2019-03-01 | 1 | -4/+3 |
| | | | | | | | 1. Mention OpenBSD 2. Properly spell OS names (capitalize) 3. Shorten text for the mailing list 4. Remove indirection for found bugs | ||||
| * | docs: move OS-specific docs to subdirs | Dmitry Vyukov | 2019-02-26 | 1 | -3/+3 |
| | | | | | | | Move freebsd, fuchsia, gvisor docs into own subdirs as we do for all other OSes. Add freebsd found_bugs.md. | ||||
| * | docs: move netbsd.md into own dir | Dmitry Vyukov | 2019-02-01 | 1 | -1/+1 |
| | | | | | | The latest trend is to create a dir per OS as we now have too many of them. Create a dir netbsd and move the existing doc into it. | ||||
| * | Makefile: collect coverage report for codecov.io | Dmitry Vyukov | 2018-12-31 | 1 | -1/+5 |
| | | |||||
| * | docs/darwin: add some info about darwin | Dmitry Vyukov | 2018-12-08 | 1 | -2/+11 |
| | | | | | | Also move windows into separate dir, mention windows/darwin in found bugs. | ||||
| * | docs: mention OpenBSD | Anton Lindqvist | 2018-10-01 | 1 | -1/+1 |
| | | |||||
| * | docs: add research work based on syzkaller | Dmitry Vyukov | 2018-09-24 | 1 | -0/+2 |
| | | |||||
| * | README.md: add go report card and license icons | Dmitry Vyukov | 2018-07-31 | 1 | -1/+1 |
| | | |||||
| * | docs: add gvisor page | Dmitry Vyukov | 2018-06-25 | 1 | -2/+2 |
| | | |||||
| * | Update README.md | Dmitry Vyukov | 2018-04-23 | 1 | -3/+6 |
| | | |||||
| * | Update README.md | Dmitry Vyukov | 2018-03-12 | 1 | -0/+1 |
| | | |||||
| * | docs: add found_bugs for akaros | Dmitry Vyukov | 2017-11-01 | 1 | -1/+1 |
| | | |||||
| * | Update README.md (#404) | BALAJI.J.B | 2017-10-30 | 1 | -1/+1 |
| | | |||||
| * | docs: add links to new OS support docs | Andrey Konovalov | 2017-10-27 | 1 | -0/+4 |
| | | |||||
| * | docs: move linux kernel specific docs to docs/linux/ dir | Andrey Konovalov | 2017-10-27 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | Dmitry Vyukov | 2017-10-25 | 1 | -2/+2 |
| | | |||||
| * | readme: add travis-ci status | Andrey Konovalov | 2017-07-28 | 1 | -0/+2 |
| | | |||||
| * | docs: move parts of README to docs | Andrey Konovalov | 2017-06-14 | 1 | -233/+10 |
| | | |||||
| * | docs: minor clean up | Andrey Konovalov | 2017-06-14 | 1 | -4/+4 |
| | | |||||
| * | docs: move setup pages from wiki | Andrey Konovalov | 2017-06-14 | 1 | -2/+2 |
| | | |||||
| * | docs: move exeprog, prog2c, repro page from wiki | Andrey Konovalov | 2017-06-14 | 1 | -1/+1 |
| | | |||||
| * | docs: move kernel configs page from wiki | Andrey Konovalov | 2017-06-14 | 1 | -1/+1 |
| | | |||||
| * | docs: move executing syzkaller page from wiki | Andrey Konovalov | 2017-06-14 | 1 | -1/+1 |
| | | |||||
| * | docs: move found bugs page from wiki | Andrey Konovalov | 2017-06-14 | 1 | -1/+1 |
| | | |||||
| * | docs: move sys/README.md to docs | Andrey Konovalov | 2017-06-14 | 1 | -1/+1 |
| | | |||||
| * | docs: move reporting kernel bugs page from wiki | Andrey Konovalov | 2017-06-14 | 1 | -1/+1 |
| | | |||||
| * | docs: move contributing section from README to docs/ | Andrey Konovalov | 2017-06-14 | 1 | -4/+2 |
| | | |||||
| * | Update README.md | Andrey Konovalov | 2017-06-07 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | Andrey Konovalov | 2017-06-07 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | Andrey Konovalov | 2017-06-06 | 1 | -7/+1 |
| | | |||||
| * | syz-manager/config: add test for example config parsing | Dmitry Vyukov | 2017-06-04 | 1 | -21/+22 |
| | | | | | This will ensure that the provided example config is up-to-date. | ||||
| * | Update README.md | Andrey Konovalov | 2017-06-01 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | Dmitry Vyukov | 2017-06-01 | 1 | -0/+2 |
| | | |||||
| * | Update README.md | Andrey Konovalov | 2017-05-30 | 1 | -33/+37 |
| | | |||||
| * | Update README.md | Dmitry Vyukov | 2017-05-24 | 1 | -0/+1 |
| | | |||||
| * | Update README.md | Andrey Konovalov | 2017-05-19 | 1 | -1/+6 |
| | | |||||
| * | Update README.md | Andrey Konovalov | 2017-05-17 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | Dmitry Vyukov | 2017-05-09 | 1 | -0/+2 |
| | | |||||
