aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor, pkg/ipc: simplify retry handlingDmitry Vyukov2019-01-312-18/+11
* executor: remove ability to detect kernel bugsDmitry Vyukov2019-01-312-19/+2
* sys/test/test: add tests for test exiting in the middle of executionDmitry Vyukov2019-01-313-4/+17
* executor: fix do_sandbox_none on akaros and testDmitry Vyukov2019-01-314-5/+3
* executor: handle pthread_create errors betterDmitry Vyukov2019-01-311-3/+16
* pkg/csource: write tracing output to stderrDmitry Vyukov2019-01-311-1/+1
* executor: fix remote coverage area sizeAndrey Konovalov2019-01-281-1/+1
* sys/openbsd: add wscons descriptions, limited to wsdisplay for nowAnton Lindqvist2019-01-262-1/+40
* sys/openbsd: add openat$ttyAnton Lindqvist2019-01-262-1/+2
* sys/openbsd: add openat${null,zero}Anton Lindqvist2019-01-262-1/+3
* sys/linux: fix up mptcp descriptionsDmitry Vyukov2019-01-252-80/+4
* sys/linux: add Multipath TCP description8litz2019-01-251-5/+5
* sys/linux: add trusty hwrng serviceDmitry Vyukov2019-01-242-5/+25
* sys/linux: add trusty hwkey serviceDmitry Vyukov2019-01-242-5/+20
* sys/linux: describe trusty storage service interfaceDmitry Vyukov2019-01-242-5/+20
* sys/linux: fix a TODODmitry Vyukov2019-01-241-5/+5
* sys/linux: regenerate const filesDmitry Vyukov2019-01-242-3/+79
* sys/linux: update TODO commentsDmitry Vyukov2019-01-241-5/+5
* sys/openbsd: remove mincore(2) descriptionAnton Lindqvist2019-01-222-2/+1
* pkg/host: enable FeatureComparisons on OpenBSDAnton Lindqvist2019-01-211-12/+2
* executor: unbreak on OpenBSDAnton Lindqvist2019-01-192-1/+1
* kcov: some fixes for extra coverageAndrey Konovalov2019-01-171-1/+1
* executor: remove unused kvm_asm64_vm86Dmitry Vyukov2019-01-173-14/+0
* all: detect extra coverage supportAndrey Konovalov2019-01-162-9/+14
* all: support extra coverageAndrey Konovalov2019-01-165-31/+106
* sys/freebsd: add SCTP syscallsmsvoelker2019-01-162-1/+177
* sys/linux: add trusty supportDmitry Vyukov2019-01-142-5/+80
* sys/linux: Add syscalls to read from sockets for crypto operationsZubin Mithra2019-01-142-5/+10
* 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-2/+4
* executor: update KCOV support for FreeBSDMichael Tuexen2019-01-141-17/+4
* executor: disable gen.go for NetBSDKamil Rytarowski2019-01-101-1/+1
* tools/syz-trace2syz/proggen/proggen_test.go: test ipv6 address conversionShankara Pailoor2019-01-101-5/+5
* sys/linux: add rand_addr option to ipv6_addr unionShankara Pailoor2019-01-101-5/+5
* executor: adapt os_init() to NetBSD with PaX MPROTECTKamil Rytarowski2019-01-091-0/+3
* sys/linux: prohibit SNAPSHOT_FREEZEDmitry Vyukov2019-01-061-5/+5
* sys/linux: add /dev/ppp descriptionsDmitry Vyukov2019-01-042-5/+105
* sys/linux: detail ifla_vf_policy/ifla_port_policy/ifla_xdp_policyDmitry Vyukov2018-12-301-5/+5
* sys/linux: add can routesDmitry Vyukov2018-12-301-5/+5
* sys/linux: add AF_RXRPC descriptionsDmitry Vyukov2018-12-302-5/+55
* sys/linux: add /dev/mISDNtimerDmitry Vyukov2018-12-302-5/+20
* sys/linux: open more of /dev/ filesDmitry Vyukov2018-12-302-5/+25
* executor: fix linux includesDmitry Vyukov2018-12-291-9/+10
* sys/linux: add AF_ISDN descriptionsDmitry Vyukov2018-12-292-5/+155
* sys/linux: describe /dev/vhci interfaceDmitry Vyukov2018-12-292-5/+10
* sys/linux: misc assorted improvementsDmitry Vyukov2018-12-292-5/+10
* executor: use netlink instead of ip command to setup net devicesDmitry Vyukov2018-12-291-151/+386
* executor: log failure in write_fileDmitry Vyukov2018-12-291-41/+15
* executor: Fix FreeBSD such all platforms use same number of entriesMichael Tuexen2018-12-291-1/+2
* executor: fix error handling of mmap()Michael Tuexen2018-12-291-6/+5