aboutsummaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sys: resolve some old TODOs in descriptionsDmitry Vyukov2016-09-055-47/+47
* sys: support recursive structsDmitry Vyukov2016-09-053-16/+30
* Add the /dev/tlk_device (Open Trusted Execution device driver) descriptionAlexander Potapenko2016-09-053-0/+115
* sys: remove autogenerated filesDmitry Vyukov2016-09-023-16116/+0
* sys: fix incorrect argument type introduced in 76906672672365b9e31328a0047baf...Dmitry Vyukov2016-08-284-4/+4
* sysgen: sort resources by name to avoid unnecessary diffsDmitry Vyukov2016-08-283-135/+135
* executor, csource: share some common code between executor and csourceDmitry Vyukov2016-08-283-129/+129
* sys: specify resources in text descriptionsDmitry Vyukov2016-08-2728-4037/+4192
* sys: fix links and formatting in README.mdDmitry Vyukov2016-08-261-14/+23
* sys: update README to describe the new 2-step generation processDmitry Vyukov2016-08-261-22/+35
* sys: fix skipping of syscalls with unknown constantsDmitry Vyukov2016-08-264-3276/+3415
* overhaul syscall description generation processDmitry Vyukov2016-08-2679-3391/+22173
* sys: use ranged int in few syscalls so that it is testedDmitry Vyukov2016-08-133-4/+4
* sys: change int range to use ':' instead of '~'Dmitry Vyukov2016-08-131-1/+1
* reformat sourcesDmitry Vyukov2016-08-131-3/+3
* sys: regenerate syscall descriptions with latest linux sourcesDmitry Vyukov2016-08-131-2/+2
* sys/sysgen/prog: support ranged intBaozeng Ding2016-08-101-1/+4
* executor: add support for 386 arch (COMPAT syscalls)Dmitry Vyukov2016-06-301-0/+8
* sys: fix kvm_pit_channel_state.count_load_time typeDmitry Vyukov2016-06-212-3/+3
* sys: update generated filesDmitry Vyukov2016-06-134-247/+454
* sys: support kcm and netromBaozeng Ding2016-06-133-1/+95
* sys: support getsockopt for sctpBaozeng Ding2016-06-101-0/+97
* sys: add removed defines to fix generate in linux-nextLorenzo Stoakes2016-03-112-0/+7
* sys: add missing includeLorenzo Stoakes2016-03-081-0/+1
* sys: fix build with Go1.4Dmitry Vyukov2016-02-153-0/+9
* sys: fix /dev/snd/pcm descriptionDmitry Vyukov2016-02-055-680/+684
* sys: terminate string constants with \x00Dmitry Vyukov2016-02-051-64/+64
* sys: slighly improve diagnostics for incorrect syscall descriptionsDmitry Vyukov2016-01-282-2/+10
* sys: fix write$tun descriptionDmitry Vyukov2016-01-263-159/+161
* sys: regenerate after tun/random supportDmitry Vyukov2016-01-264-3/+90
* sys: open a bunch of new devicesDmitry Vyukov2016-01-265-649/+845
* sys: support /dev/random and /dev/net/tunBaozeng Ding2016-01-264-1/+166
* sys: allow to open all devices as stopgapDmitry Vyukov2016-01-241-0/+4
* sys: add basic netlink support for realDmitry Vyukov2016-01-235-11/+97
* sys: fix arg typeDmitry Vyukov2016-01-231-1/+1
* sys: add basic netlink supportDmitry Vyukov2016-01-234-8/+35
* sys: implement array byte size argumentsDmitry Vyukov2016-01-237-343/+338
* sys: remove resolved TODODmitry Vyukov2016-01-231-2/+0
* sys: use kernel headers instead of host headersDmitry Vyukov2016-01-2213-431/+119
* sys: describe more dri syscallsDmitry Vyukov2016-01-166-279/+688
* sys: support /dev/input/event ioctlsDmitry Vyukov2016-01-154-2/+282
* sys: support /dev/input/{mouse,mice,event}Dmitry Vyukov2016-01-135-3/+26
* sys: introduce a generic syz_open_dev helper syscallDmitry Vyukov2016-01-139-17/+26
* sys: add support for /dev/snd/controlDmitry Vyukov2016-01-136-4/+190
* sys: add support for /dev/snd/timerDmitry Vyukov2016-01-125-3/+116
* sys: support /dev/snd/seqDmitry Vyukov2016-01-119-48/+429
* sys: add kvm supportDmitry Vyukov2016-01-085-3/+680
* sys: update grammar descriptionDmitry Vyukov2015-12-311-3/+8
* sys: implement sockaddr_storageDmitry Vyukov2015-12-314-19/+29
* sys: implement fixed-size arraysDmitry Vyukov2015-12-304-56/+16