aboutsummaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* executor: move arm syscall fixup to syz-extractDmitry Vyukov2017-11-2238-2283/+2234
* sys/linux: remove get_kernel_syms, add quotactl syscallDmitry Vyukov2017-11-2011-3613/+3644
* sys/syz-extract: fix compiler invocationDmitry Vyukov2017-11-201-2/+1
* pkg/osutil: don't leace runaway processesDmitry Vyukov2017-11-161-4/+4
* sys/freebsd: add POLLINIGNEOFTobias Klauser2017-11-083-3/+5
* sys/linux: add definition for LOOP_SET_BLOCK_SIZEEric Biggers2017-11-0711-4672/+4708
* sys/linux: fix wrong ioctl numbers in loop device definitionsEric Biggers2017-11-0711-17/+37
* syz-extract: fix printf conditional in templateEric Biggers2017-11-071-1/+1
* syz-extract: select declaring printf or notzoulasc2017-11-067-15/+19
* syz-extract: Add missing symlink for NetBSD and refactor symlink code.zoulasc2017-11-061-5/+19
* sys/linux: add definition for keyctl_restrict_keyring()Eric Biggers2017-11-0311-3233/+3274
* sys/linux: add definition for keyctl_dh_compute()Eric Biggers2017-11-0311-3288/+3405
* sys/linux: use resource subtypes for "user" and "keyring" keysEric Biggers2017-11-036-7427/+7516
* sys/linux: define all the key typesEric Biggers2017-11-036-21/+21
* Changing the types of members of struct statUtkarsh Anand2017-10-302-30/+29
* Added a few more syscall descriptions, constsUtkarsh Anand2017-10-3014-59/+2389
* Add two new syscalls `shmctl` and `msgctl`Utkarsh Anand2017-10-304-44/+114
* Fix the SYS_SEMCTL value issue for NetBSDUtkarsh Anand2017-10-304-17/+27
* sys/netbsd: fix mmap signatureDmitry Vyukov2017-10-253-2/+4
* sys/freebsd: fix const nameDmitry Vyukov2017-10-251-23/+23
* Lots of changes to sys/netbsd (#397)Utkarsh Anand2017-10-2513-136/+696
* Added 4 files containing syscall descriptions (#396)Utkarsh Anand2017-10-244-0/+335
* executor: use forkserver for freebsdDmitry Vyukov2017-10-181-2/+2
* sys/linux: add MSG_ZEROCOPYWillem de Bruijn2017-10-1711-157/+177
* sys/freebsd: more syscall descriptionsDmitry Vyukov2017-10-1727-24/+4397
* executor: improvements for akarosDmitry Vyukov2017-10-172-23/+23
* sys/fuchsia: more descriptionsDmitry Vyukov2017-10-1612-210/+1245
* sys/fuchsia: minor improvements to syscall descriptionsDmitry Vyukov2017-10-167-160/+155
* executor, pkg/ipc: unify ipc protocol between linux and other OSesDmitry Vyukov2017-10-161-8/+23
* pkg/csource: support akarosDmitry Vyukov2017-10-162-11/+31
* sys/akaros: add akaros supportDmitry Vyukov2017-10-166-0/+586
* sys/linux: fix fcntl signatureDmitry Vyukov2017-10-1611-11/+21
* sys/syz-extract: support akarosDmitry Vyukov2017-10-163-0/+36
* sys/syz-extract: support freebsdDmitry Vyukov2017-10-125-18/+111
* sys/syz-extract: factor out compilation functionDmitry Vyukov2017-10-125-291/+189
* all: basic freebsd supportDmitry Vyukov2017-10-026-0/+148
* executor: support fragmentation in syz_emit_ethernetDmitry Vyukov2017-10-026-6/+44
* sys/fuchsia: add more descriptionsDmitry Vyukov2017-10-0212-83/+539
* sys/linux: include additional header to ion.txtBilly Lau2017-09-293-0/+3
* sys/windows: add more descriptionsDmitry Vyukov2017-09-274-10/+17450
* Makefile, sys/syz-extract: fix androidDmitry Vyukov2017-09-273-5/+9
* executor, sys/windows: initial windows supportDmitry Vyukov2017-09-2511-53/+372
* sys/fuchsia: describe more syscallsDmitry Vyukov2017-09-2542-54/+1819
* sys/syz-extract: support fuchsiaDmitry Vyukov2017-09-259-160/+304
* all: more assorted fuchsia supportDmitry Vyukov2017-09-229-33/+143
* sys/fuchsia: fix buildDmitry Vyukov2017-09-211-0/+1
* all: initial support for fuchsiaDmitry Vyukov2017-09-2014-135/+174
* sys/linux: improve user_desc descriptionDmitry Vyukov2017-09-204-22/+46
* sys/targets: move targets from sys packageDmitry Vyukov2017-09-155-82/+86
* pkg/compiler: don't genererate missing syscallsDmitry Vyukov2017-09-156-9274/+6908