aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* executor: fix macros in common.hAndrey Konovalov2017-12-141-3/+4
* sys/linux: describe PF_KEYDmitry Vyukov2017-12-111-10/+25
* prog: fix hints of data argsDmitry Vyukov2017-12-081-10/+15
* sys/linux: add a simple description for selinuxDmitry Vyukov2017-12-081-10/+95
* executor: fix buildDmitry Vyukov2017-12-062-6/+6
* executor: unshare PID namespace even for sandbox=noneDmitry Vyukov2017-12-051-5/+26
* executor: treat fail-nth errors as non-fatalDmitry Vyukov2017-12-051-4/+7
* prog: support bytesizeN for vmaDmitry Vyukov2017-11-291-5/+5
* prog: repair arrays/buffers with incorrect size in DeserializeDmitry Vyukov2017-11-281-10/+20
* pkg/compiler: add check that len does not refer to array with varlen elementsDmitry Vyukov2017-11-283-7/+7
* sys/linux: add binder descriptionsDmitry Vyukov2017-11-271-15/+45
* sys/linux: assorted improvements to descriptionsDmitry Vyukov2017-11-271-10/+45
* sys/linux: add files from net dir to list of /proc filesDmitry Vyukov2017-11-271-5/+5
* sys/linux: fix control len in msghdr'sDmitry Vyukov2017-11-271-5/+5
* sys/linux: improve hash generation for KEYCTL_DH_COMPUTEDmitry Vyukov2017-11-271-5/+5
* sys/linux: open files from /procDmitry Vyukov2017-11-272-341/+373
* sys/linux: improve fuse descriptionsDmitry Vyukov2017-11-271-65/+15
* executor: use /proc/thread-self/fail-nth instead of /proc/self/task/%d/fail-nthDmitry Vyukov2017-11-271-7/+6
* sys/linux: improve AF_ALG alg name generationDmitry Vyukov2017-11-241-5/+5
* sys/syz-extract: fix mmap on armDmitry Vyukov2017-11-232-14/+5
* executor: fixup previous commitDmitry Vyukov2017-11-221-223/+223
* executor: move arm syscall fixup to syz-extractDmitry Vyukov2017-11-222-1643/+1616
* executor: Modified executor_linux.cc to support ARM32 architectureAtul Prakash2017-11-221-2/+25
* sys/linux: remove get_kernel_syms, add quotactl syscallDmitry Vyukov2017-11-201-10/+12
* executor: proceed even if /dev/net/tun is not availableAndrey Konovalov2017-11-081-2/+12
* sys/freebsd: add POLLINIGNEOFTobias Klauser2017-11-081-1/+1
* sys/linux: add definition for LOOP_SET_BLOCK_SIZEEric Biggers2017-11-071-10/+15
* sys/linux: fix wrong ioctl numbers in loop device definitionsEric Biggers2017-11-071-5/+5
* sys/linux: add definition for keyctl_restrict_keyring()Eric Biggers2017-11-031-10/+15
* sys/linux: add definition for keyctl_dh_compute()Eric Biggers2017-11-031-10/+15
* sys/linux: use resource subtypes for "user" and "keyring" keysEric Biggers2017-11-031-10/+20
* sys/linux: define all the key typesEric Biggers2017-11-031-5/+5
* Changing the types of members of struct statUtkarsh Anand2017-10-301-1/+1
* Added a few more syscall descriptions, constsUtkarsh Anand2017-10-301-2/+139
* Add two new syscalls `shmctl` and `msgctl`Utkarsh Anand2017-10-301-2/+10
* Fix the SYS_SEMCTL value issue for NetBSDUtkarsh Anand2017-10-301-11/+11
* sys/netbsd: fix mmap signatureDmitry Vyukov2017-10-251-1/+1
* executor: small fixes for netbsdDmitry Vyukov2017-10-251-1/+5
* executor: fix netbsd syscallsDmitry Vyukov2017-10-252-1/+9
* Lots of changes to sys/netbsd (#397)Utkarsh Anand2017-10-251-0/+54
* executor: fix mkdtemp return value checkDmitry Vyukov2017-10-251-1/+1
* all: basic building on netbsdDmitry Vyukov2017-10-233-173/+176
* executor: prevent executor from messing with output regionDmitry Vyukov2017-10-236-19/+78
* executor: fix build breakages due to doexitDmitry Vyukov2017-10-196-9/+46
* pkg/ipc: move fallback coverage into executorDmitry Vyukov2017-10-182-1/+15
* executor: use forkserver for freebsdDmitry Vyukov2017-10-183-4/+136
* sys/linux: add MSG_ZEROCOPYWillem de Bruijn2017-10-171-5/+5
* sys/freebsd: more syscall descriptionsDmitry Vyukov2017-10-171-2/+254
* executor: improvements for akarosDmitry Vyukov2017-10-178-36/+38
* sys/fuchsia: more descriptionsDmitry Vyukov2017-10-163-25/+193