aboutsummaryrefslogtreecommitdiffstats
path: root/sys/decl.go
Commit message (Expand)AuthorAgeFilesLines
* sys: add proc type to denote per proccess integersAndrey Konovalov2016-11-251-2/+17
* sys: allow to specify buffer size for stringsDmitry Vyukov2016-11-111-8/+10
* sys: add string flagsDmitry Vyukov2016-11-111-21/+9
* sys: replace FileoffType with IntType{Kind: IntFileoff}Dmitry Vyukov2016-11-111-16/+2
* sys: replace FilenameType with BufferType{Kind: BufferFilename}Dmitry Vyukov2016-11-111-13/+2
* prog: remote Type argument from Arg.Size/ValueDmitry Vyukov2016-11-111-57/+0
* sys: attach Dir to all typesDmitry Vyukov2016-11-111-84/+69
* sys: always use pointers to typesDmitry Vyukov2016-11-111-50/+50
* sys: fix StrConstType size and alignmentDmitry Vyukov2016-10-181-2/+2
* Add big-endian intsAndrey Konovalov2016-10-131-10/+15
* Refactor & improve len type handlingAndrey Konovalov2016-10-111-0/+57
* Emit BufferBlob for array[int8]Andrey Konovalov2016-10-041-2/+10
* sys: add padding to structs againDmitry Vyukov2016-09-291-6/+41
* Merge pull request #73 from xairy/ranged_arraysDmitry Vyukov2016-09-191-7/+13
|\
| * Allow range sized arraysAndrey Konovalov2016-09-191-7/+13
* | sys: delete Size() and Align() methods for struct and unionAndrey Konovalov2016-09-191-35/+4
|/
* sys: support recursive structsDmitry Vyukov2016-09-051-8/+26
* sys: specify resources in text descriptionsDmitry Vyukov2016-08-271-204/+57
* sys: fix skipping of syscalls with unknown constantsDmitry Vyukov2016-08-261-1/+2
* overhaul syscall description generation processDmitry Vyukov2016-08-261-5/+1
* reformat sourcesDmitry Vyukov2016-08-131-3/+3
* sys/sysgen/prog: support ranged intBaozeng Ding2016-08-101-1/+4
* sys: support kcm and netromBaozeng Ding2016-06-131-1/+4
* sys: slighly improve diagnostics for incorrect syscall descriptionsDmitry Vyukov2016-01-281-1/+5
* sys: support /dev/random and /dev/net/tunBaozeng Ding2016-01-261-1/+3
* sys: add basic netlink supportDmitry Vyukov2016-01-231-2/+3
* sys: implement array byte size argumentsDmitry Vyukov2016-01-231-0/+1
* sys: describe more dri syscallsDmitry Vyukov2016-01-161-1/+8
* sys: support /dev/input/{mouse,mice,event}Dmitry Vyukov2016-01-131-1/+2
* sys: add support for /dev/snd/controlDmitry Vyukov2016-01-131-1/+2
* sys: add support for /dev/snd/timerDmitry Vyukov2016-01-121-1/+2
* sys: support /dev/snd/seqDmitry Vyukov2016-01-111-3/+8
* sys: add kvm supportDmitry Vyukov2016-01-081-1/+5
* sys: implement sockaddr_storageDmitry Vyukov2015-12-311-1/+8
* prog: give more priority to generic socket syscallsDmitry Vyukov2015-12-301-0/+5
* sys: add packed/aligned struct attributesDmitry Vyukov2015-12-301-77/+5
* sys: add sctp supportDmitry Vyukov2015-12-301-1/+3
* sys: add union typeDmitry Vyukov2015-12-291-0/+38
* sys: support for AF_UNIX socketsDmitry Vyukov2015-12-281-1/+2
* prog: don't serialize paddingsDmitry Vyukov2015-12-281-0/+9
* host: detect unsupported syscallsDmitry Vyukov2015-12-271-14/+157
* sysgen: pull in syscall numbers from kernel headersDmitry Vyukov2015-12-241-3/+6
* sys: fix padding insertionDmitry Vyukov2015-12-231-2/+4
* sys: fix AT_FDCWD handlingDmitry Vyukov2015-12-231-1/+1
* sys: fix typosDmitry Vyukov2015-12-171-2/+7
* sys: add bluetooth supportDmitry Vyukov2015-12-171-1/+10
* sys: add PF_NFC supportDmitry Vyukov2015-12-171-1/+3
* sys: workaround Go compiler bugDmitry Vyukov2015-12-171-0/+1
* sys: automatically add padding to structsDmitry Vyukov2015-12-171-0/+188
* sys: add support for PF_ALGDmitry Vyukov2015-12-171-1/+6