aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
Commit message (Expand)AuthorAgeFilesLines
* executor: fix format stringsDmitry Vyukov2019-02-191-2/+2
* pkg/host: don't fail if CONFIG_FAIL_FUTEX is not enabledDmitry Vyukov2019-02-111-0/+4
* executor: add missing includeDmitry Vyukov2019-02-011-0/+1
* executor, pkg/ipc: simplify retry handlingDmitry Vyukov2019-01-311-2/+3
* executor: remove ability to detect kernel bugsDmitry Vyukov2019-01-312-3/+0
* sys/test/test: add tests for test exiting in the middle of executionDmitry Vyukov2019-01-311-0/+8
* executor: fix do_sandbox_none on akaros and testDmitry Vyukov2019-01-311-83/+2
* executor: handle pthread_create errors betterDmitry Vyukov2019-01-311-3/+13
* pkg/csource: write tracing output to stderrDmitry Vyukov2019-01-312-3/+3
* Makefile: enable -Wunused-const-variableDmitry Vyukov2019-01-191-1/+1
* executor: unbreak on OpenBSDAnton Lindqvist2019-01-191-0/+1
* executor: remove unused kvm_asm64_vm86Dmitry Vyukov2019-01-171-1/+0
* all: support extra coverageAndrey Konovalov2019-01-161-1/+6
* executor: adapt switching to user nobody to be more portable on BSDsKamil Rytarowski2019-01-141-5/+10
* executor: do not call setrlimit(2) for RLIMIT_AS for NetBSDKamil Rytarowski2019-01-141-1/+1
* prog, pkg/{csource,ifuzz,ipc,repro}: make tests deterministic on travisDmitry Vyukov2019-01-021-0/+3
* executor: fix linux includesDmitry Vyukov2018-12-291-9/+10
* executor: use netlink instead of ip command to setup net devicesDmitry Vyukov2018-12-291-133/+374
* executor: log failure in write_fileDmitry Vyukov2018-12-291-41/+15
* pkg/csource: split emitCall functionDmitry Vyukov2018-12-271-11/+16
* pkg/csource: use 0 for missing syscall argsDmitry Vyukov2018-12-272-0/+62
* pkg/csource: fix PRINTF removalDmitry Vyukov2018-12-261-1/+1
* executor: create more net devices on linuxDmitry Vyukov2018-12-261-15/+26
* executor: restrict ipc resource usageDmitry Vyukov2018-12-261-1/+21
* sys/linux: extend AX25/ROSE/NETROM descriptionsDmitry Vyukov2018-12-241-2/+26
* prog, pkg/csource: more readable serialization for stringsDmitry Vyukov2018-12-151-52/+4
* pkg/csource: support tun and setuid repros on {free,open}bsdGreg Steuck2018-12-133-8/+17
* executor: reapply setuid sandbox for bsdGreg Steuck2018-12-111-0/+70
* Revert "executor: add setuid sandbox for openbsd"Greg Steuck2018-12-101-70/+0
* executor: add setuid sandbox for openbsdGreg Steuck2018-12-101-0/+70
* executor: fix handling of big-endian bitfieldsDmitry Vyukov2018-12-082-21/+22
* pkg/csource: exclude linux/arm64 testsDmitry Vyukov2018-12-051-7/+5
* pkg/csource: reduce short testsDmitry Vyukov2018-12-032-40/+43
* pkg/csource: use defines from sys/syscall.h on *bsdGreg Steuck2018-12-021-0/+1
* executor: add support for tap interfaces on FreeBSDMichael Tüxen2018-12-011-1/+15
* openbsd: repair pkg/csource_testGreg Steuck2018-11-302-43/+35
* executor: Use correct macros.Michael Tuexen2018-11-301-1/+1
* executor: Fix compilation on FreeBSD.Michael Tuexen2018-11-301-5/+4
* executor: FreeBSD: fixed endian.h pathmsvoelker2018-11-231-0/+4
* sys/fuchsia: update VMAR syscallsMarco Vanotti2018-11-211-3/+3
* executor: OpenBSD network package injectionGreg Steuck2018-11-171-6/+214
* sys/targest: introduce target.BuildOSDmitry Vyukov2018-11-171-3/+3
* pkg/csource: add support for creating reproducers on OpenBSDAnton Lindqvist2018-11-171-1/+2
* executor: fix inclusion of kvm arch-specific codeDmitry Vyukov2018-10-311-2/+2
* Android: Fix sandbox implementationZach Riggle2018-10-121-3/+10
* executor: Fuchsia: Use zx_task_resume_from_exception()Scott Graham2018-10-101-2/+2
* executor: tune memcg container logicDmitry Vyukov2018-10-101-12/+6
* executor: fix build on newer linux distrosDmitry Vyukov2018-09-271-2/+30
* executor: make the debug output useful for race condition debuggingAlexander Popov2018-09-241-4/+1
* executor: fix buildDmitry Vyukov2018-09-201-12/+0