| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor: include missing header | Dmitry Vyukov | 2017-10-10 | 1 | -0/+1 |
| | | | | | writev requires <sys/uio.h>. Include it. | ||||
| * | executor: set own PATH when starting subprocesses | Dmitry Vyukov | 2017-10-10 | 1 | -3/+8 |
| | | | | | | | Executor process does not have any env, including PATH. On some distributions, system/shell adds a minimal PATH, on some it does not. Set own standard PATH to make it work across distributions. | ||||
| * | executor: support fragmentation in syz_emit_ethernet | Dmitry Vyukov | 2017-10-02 | 1 | -19/+79 |
| | | | | | | | A recent linux commit "tun: enable napi_gro_frags() for TUN/TAP driver" added support for fragmentation when emitting packets via tun. Support this feature in syz_emit_ethernet. | ||||
| * | executor, sys/windows: initial windows support | Dmitry Vyukov | 2017-09-25 | 1 | -0/+65 |
| | | |||||
| * | all: more assorted fuchsia support | Dmitry Vyukov | 2017-09-22 | 1 | -0/+877 |
