| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys: move test syscalls to a separate target | Dmitry Vyukov | 2017-12-17 | 1 | -2/+0 |
| | | | | | | | We have them in linux solely for historical reasons. Fixes #462 | ||||
| * | sys/linux: open files from /proc | Dmitry Vyukov | 2017-11-27 | 1 | -0/+2 |
| | | |||||
| * | sys/linux: remove get_kernel_syms, add quotactl syscall | Dmitry Vyukov | 2017-11-20 | 1 | -1/+13 |
| | | | | | | | get_kernel_syms does not seem to be present upstream. Describe an old quotactl syscall. Also fix umount/umount2 names in kallsyms. | ||||
| * | executor, pkg/ipc: unify ipc protocol between linux and other OSes | Dmitry Vyukov | 2017-10-16 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | pkg/host: add fuchsia support | Dmitry Vyukov | 2017-09-20 | 1 | -0/+161 |
