aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* all: remove akaros supportDmitry Vyukov2024-04-151-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)juanPabloMiceli2023-01-191-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 instructionsSpace Meyer2022-07-081-0/+1
| | | | Fixes #1043
* .github/workflows: remove fuzzit.devDmitry Vyukov2020-12-251-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 linkDmitry Vyukov2020-05-211-1/+1
|
* .github/workflows: add CI workflowDmitry Vyukov2020-05-181-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 /branchesDmitry Vyukov2020-05-011-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 pageDmitry Vyukov2020-03-031-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 pronunciationDmitry Vyukov2020-02-011-1/+1
| | | | On popular request...
* fuzzit.sh: migrate syzkaller to new org and introduce regressionYevgeny Pats2019-08-091-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 Mu2019-05-211-1/+1
|
* docs: add new line in README.mdDmitry Vyukov2019-03-011-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.mdDmitry Vyukov2019-03-011-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 subdirsDmitry Vyukov2019-02-261-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 dirDmitry Vyukov2019-02-011-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.ioDmitry Vyukov2018-12-311-1/+5
|
* docs/darwin: add some info about darwinDmitry Vyukov2018-12-081-2/+11
| | | | | Also move windows into separate dir, mention windows/darwin in found bugs.
* docs: mention OpenBSDAnton Lindqvist2018-10-011-1/+1
|
* docs: add research work based on syzkallerDmitry Vyukov2018-09-241-0/+2
|
* README.md: add go report card and license iconsDmitry Vyukov2018-07-311-1/+1
|
* docs: add gvisor pageDmitry Vyukov2018-06-251-2/+2
|
* Update README.mdDmitry Vyukov2018-04-231-3/+6
|
* Update README.mdDmitry Vyukov2018-03-121-0/+1
|
* docs: add found_bugs for akarosDmitry Vyukov2017-11-011-1/+1
|
* Update README.md (#404)BALAJI.J.B2017-10-301-1/+1
|
* docs: add links to new OS support docsAndrey Konovalov2017-10-271-0/+4
|
* docs: move linux kernel specific docs to docs/linux/ dirAndrey Konovalov2017-10-271-1/+1
|
* Update README.mdDmitry Vyukov2017-10-251-2/+2
|
* readme: add travis-ci statusAndrey Konovalov2017-07-281-0/+2
|
* docs: move parts of README to docsAndrey Konovalov2017-06-141-233/+10
|
* docs: minor clean upAndrey Konovalov2017-06-141-4/+4
|
* docs: move setup pages from wikiAndrey Konovalov2017-06-141-2/+2
|
* docs: move exeprog, prog2c, repro page from wikiAndrey Konovalov2017-06-141-1/+1
|
* docs: move kernel configs page from wikiAndrey Konovalov2017-06-141-1/+1
|
* docs: move executing syzkaller page from wikiAndrey Konovalov2017-06-141-1/+1
|
* docs: move found bugs page from wikiAndrey Konovalov2017-06-141-1/+1
|
* docs: move sys/README.md to docsAndrey Konovalov2017-06-141-1/+1
|
* docs: move reporting kernel bugs page from wikiAndrey Konovalov2017-06-141-1/+1
|
* docs: move contributing section from README to docs/Andrey Konovalov2017-06-141-4/+2
|
* Update README.mdAndrey Konovalov2017-06-071-1/+1
|
* Update README.mdAndrey Konovalov2017-06-071-1/+1
|
* Update README.mdAndrey Konovalov2017-06-061-7/+1
|
* syz-manager/config: add test for example config parsingDmitry Vyukov2017-06-041-21/+22
| | | | This will ensure that the provided example config is up-to-date.
* Update README.mdAndrey Konovalov2017-06-011-1/+1
|
* Update README.mdDmitry Vyukov2017-06-011-0/+2
|
* Update README.mdAndrey Konovalov2017-05-301-33/+37
|
* Update README.mdDmitry Vyukov2017-05-241-0/+1
|
* Update README.mdAndrey Konovalov2017-05-191-1/+6
|
* Update README.mdAndrey Konovalov2017-05-171-1/+1
|
* Update README.mdDmitry Vyukov2017-05-091-0/+2
|