aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls_freebsd.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.
* sys/freebsd: add POLLINIGNEOFTobias Klauser2017-11-081-1/+1
|
* sys/freebsd: more syscall descriptionsDmitry Vyukov2017-10-171-2/+254
| | | | | | | This is mostly copied form linux. We probably need better support for sharing descriptions between multiple OSes. But there are lots of differences, so this is not trivial.
* sys/syz-extract: support freebsdDmitry Vyukov2017-10-121-3/+4
|
* all: basic freebsd supportDmitry Vyukov2017-10-021-0/+12
For now we just make Go part build for freebsd.