aboutsummaryrefslogtreecommitdiffstats
path: root/sys/netbsd/amd64.go
Commit message (Expand)AuthorAgeFilesLines
* sys: move generate files to separate packagesDmitry Vyukov2018-05-051-1678/+0
* gometalinter: enable package comment checkingDmitry Vyukov2018-05-031-1/+2
* pkg/compiler: don't assign call IDs staticallyDmitry Vyukov2018-02-251-188/+188
* sys: fix descriptions for strickter return type checksDmitry Vyukov2018-02-231-2/+2
* prog: rework address allocationDmitry Vyukov2018-02-191-2/+2
* pkg/compiler: support void typeDmitry Vyukov2018-01-131-102/+102
* pkg/compiler: add bitsize typeDmitry Vyukov2018-01-061-3/+3
* pkg/compiler: add check that len does not refer to array with varlen elementsDmitry Vyukov2017-11-281-3/+3
* Changing the types of members of struct statUtkarsh Anand2017-10-301-17/+16
* Added a few more syscall descriptions, constsUtkarsh Anand2017-10-301-56/+1279
* Add two new syscalls `shmctl` and `msgctl`Utkarsh Anand2017-10-301-35/+99
* Fix the SYS_SEMCTL value issue for NetBSDUtkarsh Anand2017-10-301-12/+12
* sys/netbsd: fix mmap signatureDmitry Vyukov2017-10-251-1/+2
* Lots of changes to sys/netbsd (#397)Utkarsh Anand2017-10-251-0/+390