aboutsummaryrefslogtreecommitdiffstats
path: root/sys/sys_arm64.go
Commit message (Expand)AuthorAgeFilesLines
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-17181/+0
* sys: regenerate consts with tip linuxDmitry Vyukov2017-09-131-2/+2
* sys: use correct pointer sizeDmitry Vyukov2017-09-051-0/+1
* sys: add new perf attribute flagDmitry Vyukov2017-09-051-1/+1
* prog, sys: move types to progDmitry Vyukov2017-09-051-2/+4
* sys: rename Call to SyscallDmitry Vyukov2017-09-051-1/+1
* pkg/compiler: assign Call.ID staticallyDmitry Vyukov2017-09-041-1542/+1542
* sys: use ptr64 type instead of ptr where necessaryDmitry Vyukov2017-09-041-19/+19
* sys: change BitfieldLast to BitfieldMiddleDmitry Vyukov2017-09-041-57/+57
* sys: remove IntSignalnoDmitry Vyukov2017-09-041-39/+39
* sys, pkg/compiler: move padding computation to compilerDmitry Vyukov2017-09-041-11089/+11279
* sys: minor fixes for statx and sigeventDmitry Vyukov2017-09-041-3/+3
* pkg/compiler: move bitfield marking from sysDmitry Vyukov2017-09-041-38/+38
* sys: don't assume vma size is 8Dmitry Vyukov2017-09-041-41/+41
* pkg/compiler: detect resources without ctorsDmitry Vyukov2017-09-041-2/+1
* sys: allow custom size for PtrTypeDmitry Vyukov2017-09-021-1739/+1739
* sys: improve bpf descriptionsDmitry Vyukov2017-09-021-5/+105
* pkg/compiler: restore generation of unsupported syscallsDmitry Vyukov2017-09-021-0/+539
* pkg/compiler: check and generate typesDmitry Vyukov2017-09-021-23265/+13380
* sys: add AF_PACKET sockets descriptionAndrey Konovalov2017-09-011-0/+290
* sys: export struct/union attributesDmitry Vyukov2017-08-311-154/+154
* executor, fuzzer: change the way Syzkaller opens the KCOV deviceVictor Chibotaru2017-08-301-0/+4
* pkg/compiler: actually tolerate unsupported constsDmitry Vyukov2017-08-281-0/+22
* pkg/compiler: tolerate unsupported consts everywhereDmitry Vyukov2017-08-281-0/+11
* pkg/compiler: move more const-processing code to compilerDmitry Vyukov2017-08-271-110/+102
* pkg/compiler, sys/syz-sysgen: move const handling to pkg/compilerDmitry Vyukov2017-08-271-73/+0
* sys: improve tun descriptionsDmitry Vyukov2017-08-251-39/+89
* sys, prog: switch values to to uint64Dmitry Vyukov2017-08-191-4362/+4362
* sys/syz-extract: switch to the new parserDmitry Vyukov2017-08-181-6/+36
* sys: reformat descriptionsDmitry Vyukov2017-08-181-117/+117
* sys: fix a single case of field starting from a digitDmitry Vyukov2017-08-181-6/+6
* sys: add some known xattr namesDmitry Vyukov2017-08-161-9/+47
* sys: describe clone/execve callsDmitry Vyukov2017-08-121-2/+9
* sys: describe chroot/getcwd/chdir/fchdirDmitry Vyukov2017-08-121-0/+8
* sys: commit generated filesDmitry Vyukov2017-08-091-6/+7
* sys: provide list of intersting MSRs for KVMDmitry Vyukov2017-08-091-9/+9
* sys: fix recvmmsg signatureDmitry Vyukov2017-08-091-1/+1
* sys: improve ipv6 descriptionsDmitry Vyukov2017-08-071-76/+78
* sys: fix KVM_RUN ioctlAndrey Konovalov2017-08-011-1/+1
* prog: fix encoding for exec of result argsAndrey Konovalov2017-08-011-0/+3
* prog: return error instead of panic when parsingAndrey Konovalov2017-07-241-0/+33
* prog: allow recursion for optional pointersAndrey Konovalov2017-07-191-0/+70
* prog: split Arg into smaller structsAndrey Konovalov2017-07-171-68/+71
* sys: add ETHTOOL ioctl in socket.txtJB Cayrou2017-06-191-0/+2563
* sys: use consistent icmp socket syscall namesAndrey Konovalov2017-06-141-12/+20
* sys: check in generated filesDmitry Vyukov2017-06-131-0/+23173
* sys: remove autogenerated filesDmitry Vyukov2016-09-021-5340/+0
* sys: fix incorrect argument type introduced in 76906672672365b9e31328a0047baf...Dmitry Vyukov2016-08-281-1/+1
* sysgen: sort resources by name to avoid unnecessary diffsDmitry Vyukov2016-08-281-45/+45
* executor, csource: share some common code between executor and csourceDmitry Vyukov2016-08-281-43/+43