aboutsummaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add tests for big-endian intsAndrey Konovalov2016-10-131-0/+21
* Add big-endian intsAndrey Konovalov2016-10-131-10/+15
* Update sys/README.mdAndrey Konovalov2016-10-111-17/+31
* Add assign len fields testsAndrey Konovalov2016-10-111-0/+90
* Refactor & improve len type handlingAndrey Konovalov2016-10-111-0/+57
* Rename duplicate fields in templatesAndrey Konovalov2016-10-107-45/+44
* Add exec serialize tests for array[int8]Andrey Konovalov2016-10-041-0/+13
* Emit BufferBlob for array[int8]Andrey Konovalov2016-10-042-3/+16
* sys: add padding to structs againDmitry Vyukov2016-09-293-39/+83
* prog: add a test for union layoutDmitry Vyukov2016-09-291-2/+17
* sys, prog: add tests for description parsing and serializationDmitry Vyukov2016-09-281-0/+25
* sys: refine KCM ioctl typeDmitry Vyukov2016-09-281-1/+1
* Merge pull request #73 from xairy/ranged_arraysDmitry Vyukov2016-09-193-9/+15
|\
| * Allow range sized arraysAndrey Konovalov2016-09-193-9/+15
* | sys: delete Size() and Align() methods for struct and unionAndrey Konovalov2016-09-191-35/+4
|/
* sys: resolve the TODO with recursive structsDmitry Vyukov2016-09-051-3/+1
* 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