aboutsummaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* ipc: print call number on corrupted output regionDmitry Vyukov2017-02-061-2/+2
* ipc: fix hangs in debug modeDmitry Vyukov2017-02-011-0/+1
* all: implement edge coverageDmitry Vyukov2017-01-272-55/+61
* all: spot optimizationsDmitry Vyukov2017-01-201-28/+35
* csource: compile with -WerrorDmitry Vyukov2017-01-091-1/+1
* ipc: produce more detailed error messagesDmitry Vyukov2016-12-081-14/+38
* executor: don't try to open tun if it's not enabledAndrey Konovalov2016-12-021-0/+1
* executor: emit ethernet trafficAndrey Konovalov2016-11-291-1/+3
* ipc: improve handling of executor failuresDmitry Vyukov2016-11-291-1/+26
* ipc: append pid to binary nameDmitry Vyukov2016-11-261-0/+15
* ipc, prog, sysgen: format codeDmitry Vyukov2016-11-251-2/+2
* sys: add proc type to denote per proccess integersAndrey Konovalov2016-11-252-4/+6
* ipc: extend error messagesDmitry Vyukov2016-11-221-2/+2
* ipc: read out executor outputDmitry Vyukov2016-08-131-18/+34
* ipc: fix broken testDmitry Vyukov2016-08-051-3/+4
* executor: revive setuid sandboxDmitry Vyukov2016-07-011-12/+19
* executor: ignore the case when test process kills loop processDmitry Vyukov2016-03-101-4/+13
* fuzzer: improve kmemleak logicDmitry Vyukov2016-03-102-11/+33
* ipc: increase default response timeoutDmitry Vyukov2016-03-101-1/+4
* ipc: give executor some time to startupDmitry Vyukov2016-01-271-0/+22
* ipc: unify command line flag handlingDmitry Vyukov2016-01-272-1/+32
* ipc: remove strace support tracesDmitry Vyukov2016-01-272-154/+6
* executor: new namespace-based sandboxDmitry Vyukov2016-01-221-8/+1
* executor: start moving sandboxing code into executorDmitry Vyukov2016-01-201-11/+0
* ipc: umount all mounts before removing temp dirsDmitry Vyukov2016-01-111-0/+3
* ipc: increase timeout in testsDmitry Vyukov2015-12-282-5/+12
* prog: remove padding checkingDmitry Vyukov2015-12-231-0/+3
* fileutil: new packageDmitry Vyukov2015-12-231-1/+2
* csource: new packageDmitry Vyukov2015-12-231-28/+14
* add a flag to disable setpgid syscallDmitry Vyukov2015-12-171-5/+8
* executor: export syscall execution resultsDmitry Vyukov2015-12-171-2/+11
* move Gate type to ipc package and use it in stress toolDmitry Vyukov2015-12-171-0/+54
* ipc: fix removal of temp dir if chmod failsDmitry Vyukov2015-12-171-4/+8
* sys: automatically add padding to structsDmitry Vyukov2015-12-171-1/+1
* ipc: fix potential nil deref in command.closeDmitry Vyukov2015-11-231-4/+7
* add various statistics to http interfaceDmitry Vyukov2015-11-191-145/+5
* use fork server in executorDmitry Vyukov2015-11-101-2/+237
* add collide mode to executorDmitry Vyukov2015-11-061-0/+1
* experimental functionality to impersonate nobody user in executorDmitry Vyukov2015-10-201-1/+13
* dump executor output directly to console when debugDmitry Vyukov2015-10-201-2/+7
* lkvm supportDmitry Vyukov2015-10-161-0/+4
* deduplicate coverare in executorDmitry Vyukov2015-10-131-4/+5
* process covereage in ipc package instead of fuzzerDmitry Vyukov2015-10-132-10/+83
* make ipc.Env.Exec accept the program to executeDmitry Vyukov2015-10-132-20/+21
* initial commitDmitry Vyukov2015-10-122-0/+457