aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/arm.go
Commit message (Expand)AuthorAgeFilesLines
...
* sys/linux: add files from net dir to list of /proc filesDmitry Vyukov2017-11-271-2/+2
* sys/linux: fix control len in msghdr'sDmitry Vyukov2017-11-271-11/+11
* sys/linux: improve hash generation for KEYCTL_DH_COMPUTEDmitry Vyukov2017-11-271-6/+9
* sys/linux: open files from /procDmitry Vyukov2017-11-271-98/+102
* sys/linux: improve fuse descriptionsDmitry Vyukov2017-11-271-116/+41
* sys/linux: improve AF_ALG alg name generationDmitry Vyukov2017-11-241-4/+6
* sys/syz-extract: fix mmap on armDmitry Vyukov2017-11-231-627/+636
* executor: move arm syscall fixup to syz-extractDmitry Vyukov2017-11-221-1819/+1776
* sys/linux: remove get_kernel_syms, add quotactl syscallDmitry Vyukov2017-11-201-525/+533
* sys/linux: add definition for LOOP_SET_BLOCK_SIZEEric Biggers2017-11-071-951/+957
* sys/linux: fix wrong ioctl numbers in loop device definitionsEric Biggers2017-11-071-3/+5
* sys/linux: add definition for keyctl_restrict_keyring()Eric Biggers2017-11-031-664/+671
* sys/linux: add definition for keyctl_dh_compute()Eric Biggers2017-11-031-675/+694
* sys/linux: use resource subtypes for "user" and "keyring" keysEric Biggers2017-11-031-1488/+1504
* sys/linux: define all the key typesEric Biggers2017-11-031-4/+4
* sys/linux: add MSG_ZEROCOPYWillem de Bruijn2017-10-171-31/+33
* sys/linux: fix fcntl signatureDmitry Vyukov2017-10-161-2/+3
* executor: support fragmentation in syz_emit_ethernetDmitry Vyukov2017-10-021-1/+7
* all: initial support for fuchsiaDmitry Vyukov2017-09-201-2/+2
* pkg/compiler: don't genererate missing syscallsDmitry Vyukov2017-09-151-1984/+1474
* syz-manager, syz-fuzzer, executor: ensure that binaries are consistentDmitry Vyukov2017-09-151-1/+3
* pkg/csource: support archs other than x86_64Dmitry Vyukov2017-09-151-0/+1
* sys: compile all supported targets into the packageDmitry Vyukov2017-09-151-0/+17141