aboutsummaryrefslogtreecommitdiffstats
path: root/sys/sys.go
Commit message (Expand)AuthorAgeFilesLines
* sys/trusty/gen: add empty.goDmitry Vyukov2021-06-151-0/+1
* sys/syz-extract: initial darwin supportPatrick Meyer2021-05-201-0/+1
* prog: dump orig prog if Deserialize panicsDmitry Vyukov2020-02-211-20/+0
* dashboard/app: properly handle build failuresDmitry Vyukov2019-03-251-2/+19
* sys: disable trusty for nowDmitry Vyukov2018-11-081-1/+0
* sys: initial trusty supportDmitry Vyukov2018-11-071-0/+1
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-281-0/+1
* Makefile: don't compile all targets into target binariesDmitry Vyukov2018-08-021-7/+7
* all: fix gometalinter warningsDmitry Vyukov2018-03-081-0/+1
* sys: move test syscalls to a separate targetDmitry Vyukov2017-12-171-0/+1
* Lots of changes to sys/netbsd (#397)Utkarsh Anand2017-10-251-0/+1
* sys/akaros: add akaros supportDmitry Vyukov2017-10-161-0/+1
* all: basic freebsd supportDmitry Vyukov2017-10-021-0/+1
* executor, sys/windows: initial windows supportDmitry Vyukov2017-09-251-0/+1
* all: more assorted fuchsia supportDmitry Vyukov2017-09-221-0/+1
* sys/targets: move targets from sys packageDmitry Vyukov2017-09-151-70/+0
* pkg/compiler: don't genererate missing syscallsDmitry Vyukov2017-09-151-3/+5
* syz-manager, syz-fuzzer, executor: ensure that binaries are consistentDmitry Vyukov2017-09-151-0/+3
* pkg/csource: support archs other than x86_64Dmitry Vyukov2017-09-151-1/+1
* sys/syz-extract: use consolidated target infoDmitry Vyukov2017-09-151-0/+1
* sys/syz-extract: switch to consolidated target info in sys packageDmitry Vyukov2017-09-151-8/+20
* sys: consolidate info about various targetsDmitry Vyukov2017-09-151-0/+55
* syz-manager/mgrconfig: explicitly specify target in configDmitry Vyukov2017-09-151-9/+0
* sys: compile all supported targets into the packageDmitry Vyukov2017-09-151-0/+9
* sys: move linux descriptions to sys/linuxDmitry Vyukov2017-09-151-0/+8
* overhaul syscall description generation processDmitry Vyukov2016-08-261-3324/+0
* sys: use ranged int in few syscalls so that it is testedDmitry Vyukov2016-08-131-2/+2
* sys: regenerate syscall descriptions with latest linux sourcesDmitry Vyukov2016-08-131-2/+2
* sys: fix kvm_pit_channel_state.count_load_time typeDmitry Vyukov2016-06-211-2/+2
* sys: update generated filesDmitry Vyukov2016-06-131-244/+451
* sys: fix /dev/snd/pcm descriptionDmitry Vyukov2016-02-051-676/+679
* sys: terminate string constants with \x00Dmitry Vyukov2016-02-051-64/+64
* sys: fix write$tun descriptionDmitry Vyukov2016-01-261-1/+1
* sys: regenerate after tun/random supportDmitry Vyukov2016-01-261-0/+87
* sys: open a bunch of new devicesDmitry Vyukov2016-01-261-646/+790
* sys: add basic netlink support for realDmitry Vyukov2016-01-231-1/+49
* sys: add basic netlink supportDmitry Vyukov2016-01-231-4/+4
* sys: implement array byte size argumentsDmitry Vyukov2016-01-231-332/+332
* sys: use kernel headers instead of host headersDmitry Vyukov2016-01-221-37/+37
* sys: describe more dri syscallsDmitry Vyukov2016-01-161-272/+410
* sys: support /dev/input/event ioctlsDmitry Vyukov2016-01-151-0/+108
* sys: support /dev/input/{mouse,mice,event}Dmitry Vyukov2016-01-131-0/+3
* sys: introduce a generic syz_open_dev helper syscallDmitry Vyukov2016-01-131-9/+18
* sys: add support for /dev/snd/controlDmitry Vyukov2016-01-131-0/+75
* sys: add support for /dev/snd/timerDmitry Vyukov2016-01-121-0/+45
* sys: support /dev/snd/seqDmitry Vyukov2016-01-111-30/+129
* sys: add kvm supportDmitry Vyukov2016-01-081-0/+258
* sys: implement sockaddr_storageDmitry Vyukov2015-12-311-4/+4
* sys: implement fixed-size arraysDmitry Vyukov2015-12-301-10/+10
* sys: add packed/aligned struct attributesDmitry Vyukov2015-12-301-3/+3