| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: prevent executor from messing with output region | Dmitry Vyukov | 2017-10-23 | 1 | -0/+5 |
| | | | | | | | | | When comparisons are enabled fuzzer somehow manages to discover the output region and corrupt it. It seems to fetch the address from some memory operations (mmap/munmap). Don't leak the output region address. | ||||
| * | executor: improvements for akaros | Dmitry Vyukov | 2017-10-17 | 1 | -1/+1 |
| | | | | | | | | 1. remove workaround for pthread attrs (was fixed in akaros) 2. remove workaround for dup2 (was fixed in akaros) 3. check that we receive a program 4. implement timeout for test processes | ||||
| * | sys/fuchsia: more descriptions | Dmitry Vyukov | 2017-10-16 | 1 | -1/+2 |
| | | |||||
| * | executor: repair fuchsia nonfailing mode | Dmitry Vyukov | 2017-10-16 | 1 | -2/+1 |
| | | |||||
| * | executor, pkg/ipc: unify ipc protocol between linux and other OSes | Dmitry Vyukov | 2017-10-16 | 1 | -25/+4 |
| | | | | | | | | | | | | | | | | | | We currently use more complex and functional protocol on linux, and a simple ad-hoc protocol on other OSes. This leads to code duplication in both ipc and executor. Linux supports coverage, shared memory communication and fork server, which would also be useful for most other OSes. Unify communication protocol and parametrize it by (1) use of shmem or only pipes, (2) use of fork server. This reduces duplication in ipc and executor and will allow to support the useful features for other OSes easily. Finally, this fixes akaros support as it currently uses syz-stress running on host (linux) and executor running on akaros. | ||||
| * | Makefile: add fuchsia support | Dmitry Vyukov | 2017-09-25 | 1 | -0/+1 |
| | | |||||
| * | executor, sys/windows: initial windows support | Dmitry Vyukov | 2017-09-25 | 1 | -65/+1 |
| | | |||||
| * | all: more assorted fuchsia support | Dmitry Vyukov | 2017-09-22 | 1 | -2/+137 |
| | | |||||
| * | all: initial support for fuchsia | Dmitry Vyukov | 2017-09-20 | 1 | -0/+3 |
| | | | | | | | Nothing works, but builds. Update #191 | ||||
| * | executor: split source per-OS | Dmitry Vyukov | 2017-09-20 | 1 | -0/+9 |
| Update #191 | |||||
