aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sys/fuchsia: minor improvements to syscall descriptionsDmitry Vyukov2017-10-161-6/+6
* executor: fix fuchsia syz_mmapDmitry Vyukov2017-10-161-7/+9
* executor: repair fuchsia nonfailing modeDmitry Vyukov2017-10-162-25/+67
* executor: fix akaros nonfailing modeDmitry Vyukov2017-10-161-3/+9
* executor, pkg/ipc: unify ipc protocol between linux and other OSesDmitry Vyukov2017-10-1612-189/+196
* executor: add akaros supportDmitry Vyukov2017-10-162-0/+359
* sys/akaros: add akaros supportDmitry Vyukov2017-10-161-0/+47
* sys/linux: fix fcntl signatureDmitry Vyukov2017-10-161-5/+5
* executor: pass attr to pthread_mutex/cond_initDmitry Vyukov2017-10-161-2/+9
* executor: write debug output to stderrDmitry Vyukov2017-10-161-2/+2
* executor: add PC to kcov_comparison_tAlexander Potapenko2017-10-161-1/+4
* sys/syz-extract: support freebsdDmitry Vyukov2017-10-121-3/+4
* executor: simple freebsd executorDmitry Vyukov2017-10-122-0/+200
* executor: include missing headerDmitry Vyukov2017-10-101-0/+1
* executor: set own PATH when starting subprocessesDmitry Vyukov2017-10-101-3/+8
* all: basic freebsd supportDmitry Vyukov2017-10-021-0/+12
* executor: support fragmentation in syz_emit_ethernetDmitry Vyukov2017-10-022-24/+84
* sys/fuchsia: add more descriptionsDmitry Vyukov2017-10-021-4/+56