aboutsummaryrefslogtreecommitdiffstats
path: root/sys/sys_386.go
Commit message (Expand)AuthorAgeFilesLines
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-17184/+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-32/+33
* 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/+11229
* 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: use correct arch ptr sizeDmitry Vyukov2017-09-041-4263/+4263
* 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/+449
* pkg/compiler: check and generate typesDmitry Vyukov2017-09-021-23274/+13468
* sys: add AF_PACKET sockets descriptionAndrey Konovalov2017-09-011-0/+289
* 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/+33
* 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-61/+0
* sys: improve tun descriptionsDmitry Vyukov2017-08-251-39/+89
* all: support i386 archDmitry Vyukov2017-08-191-0/+25991
* overhaul syscall description generation processDmitry Vyukov2016-08-261-8/+0
* executor: add support for 386 arch (COMPAT syscalls)Dmitry Vyukov2016-06-301-0/+8