| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: initial support for fuchsia | Dmitry Vyukov | 2017-09-20 | 1 | -120/+41 |
| | | | | | | | Nothing works, but builds. Update #191 | ||||
| * | syz-manager, syz-fuzzer, executor: ensure that binaries are consistent | Dmitry Vyukov | 2017-09-15 | 1 | -1/+2 |
| | | | | | | | | Check that manager/fuzzer/executor are build on the same git revision, use the same syscall descriptions and the same target arch. Update #336 | ||||
| * | prog: remove special knowledge about "mmap" syscall | Dmitry Vyukov | 2017-09-15 | 1 | -0/+1 |
| | | | | | Abstract "mmap" away as it can be called differently on another OS. | ||||
| * | sys: compile all supported targets into the package | Dmitry Vyukov | 2017-09-15 | 1 | -47/+136 |
| | | | | | | Currently we compile in only GOOS/GOARCH target. Compile in all targets so that they can be selected at runtime. | ||||
| * | sys/linux: rename package from sys to linux | Dmitry Vyukov | 2017-09-15 | 1 | -1/+1 |
| | | |||||
| * | sys: move linux descriptions to sys/linux | Dmitry Vyukov | 2017-09-15 | 1 | -0/+272 |
