aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls_netbsd.h
Commit message (Collapse)AuthorAgeFilesLines
* pkg/compiler: add bitsize typeDmitry Vyukov2018-01-061-1/+1
| | | | This is need for few crypto/xfrm descriptions.
* pkg/compiler: add check that len does not refer to array with varlen elementsDmitry Vyukov2017-11-281-1/+1
| | | | | This [almost] always means a bug in descriptions. Fix all bugs identified by the check.
* Changing the types of members of struct statUtkarsh Anand2017-10-301-1/+1
| | | | As defined in the header files.
* Added a few more syscall descriptions, constsUtkarsh Anand2017-10-301-2/+139
| | | | and other related files.
* Add two new syscalls `shmctl` and `msgctl`Utkarsh Anand2017-10-301-2/+10
|
* Fix the SYS_SEMCTL value issue for NetBSDUtkarsh Anand2017-10-301-11/+11
|
* sys/netbsd: fix mmap signatureDmitry Vyukov2017-10-251-1/+1
| | | | mmap syscall has 7 arguments (one unused padding)
* Lots of changes to sys/netbsd (#397)Utkarsh Anand2017-10-251-0/+54
* Lots of changes to sys/netbsd: - Removed a few syscalls that did not have proper constants defined. - Autogenerated *.const files. - Removed a few types like uid and gid, that were not available. - Ran make generate * Few changes for NetBSD support: - Added sys/netbsd/init.go - Added netbsd to sys/sys.go * Fix order in sys/sys.go * Update documentation for NetBSD