aboutsummaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* 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