aboutsummaryrefslogtreecommitdiffstats
path: root/sys/netbsd
Commit message (Expand)AuthorAgeFilesLines
* Makefile: generate descriptions on-the-flyDmitry Vyukov2020-04-302-2526/+0
* pkg/compiler: deduplicate Types in descriptionsDmitry Vyukov2020-04-261-941/+1522
* sys/netbsd: add lchmod(2) (#1687)Ayushi Sharma2020-04-213-1/+8
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-192-3/+3
* executor: surround the data mapping with PROT_NONE pagesDmitry Vyukov2020-04-181-1/+1
* prog: refactor target.MakeMmapDmitry Vyukov2020-04-181-1/+1
* sys/linux: use PROT_EXEC for the data section mmapDmitry Vyukov2020-04-181-1/+1
* sys/netbsd: add minherit(2)ais2397@gmail.com2020-04-163-1/+18
* sys/netbsd: fix struct statais2397@gmail.com2020-04-132-32/+47
* sys/netbsd: adding chflags(2) syscalls (#1661)Ayushi Sharma2020-04-043-1/+37
* sys/netbsd: adding lwp syscalls (#1654)Ayushi Sharma2020-03-314-2/+21
* prog: rename target.SanitizeCall to NeutralizeDmitry Vyukov2020-03-171-3/+3
* pkg/compiler: calculate more precise sizes for argumentsDmitry Vyukov2020-03-171-34/+34
* prog: remove unused ResourceDesc.TypeDmitry Vyukov2020-01-261-17/+17
* pkg/serializer: do not write field names if it won't save spaceDmitry Vyukov2020-01-261-751/+751
* pkg/compiler: don't mark flags with 0 as bitmaskDmitry Vyukov2020-01-181-19/+19
* pkg/compiler: sort flags valuesDmitry Vyukov2020-01-181-62/+62
* sys/netbsd: fix the build issues with posix_spawnSiddharth Muralee2019-12-053-15/+33
* make required changes to sys/netbsdSiddharth M2019-12-051-9/+10
* sys/netbsd: add the newer vfork syscallR3x2019-12-053-1/+5
* sys/netbsd: Added posix_spawn and fork syscallsR3x2019-12-053-1/+114
* pkg/compiler: define fileoff templatePaul Chaignon2019-11-011-7/+7
* executor: add network packet injection for NetBSDSiddharth M2019-07-142-1/+36
* sys/netbsd: Adding more syscallsSiddharth M2019-07-017-1/+244
* sys/netbsd: Add new syscalls exit and ptraceR3x2019-06-263-1/+18
* .golangci.yml: add codeanalysis build tagDmitry Vyukov2019-05-151-1/+2
* pkg/compiler: generate complex len targetsDmitry Vyukov2019-05-141-93/+93
* pkg/compiler: make buffer alias to ptr[array[int8]]Dmitry Vyukov2019-04-011-30/+30
* pkg/csource: use 0 for missing syscall argsDmitry Vyukov2018-12-271-8/+8
* sys: consistently mark all paddings as const[0]Dmitry Vyukov2018-12-102-5/+5
* sys/netbsd: fix socketpair usageMichael Tuexen2018-12-092-3/+12
* sys/netbsd: improve recvmsg() descriptionMichael Tuexen2018-12-082-12/+12
* sys: remove socketpair for AF_INET and AF_INET6Michael Tüxen2018-12-045-35/+1
* sys: check that target consts are definedDmitry Vyukov2018-10-198-51/+9
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-302-1/+6
* sys/netbsd: use posix helper instead of copy-pasted codeDmitry Vyukov2018-08-251-19/+3
* Makefile: don't compile all targets into target binariesDmitry Vyukov2018-08-023-8/+10
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-081-5/+5
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-304-240/+0
* prog: detect when flags are a bitmaskDmitry Vyukov2018-06-301-65/+65
* sys: mark output resources as optDmitry Vyukov2018-06-182-3/+3
* sys: dedup mmap code across OSesDmitry Vyukov2018-05-061-35/+4
* sys: move generate files to separate packagesDmitry Vyukov2018-05-052-5/+8
* gometalinter: enable package comment checkingDmitry Vyukov2018-05-031-1/+2
* all: fix gometalinter warningsDmitry Vyukov2018-03-081-2/+1
* pkg/compiler: don't assign call IDs staticallyDmitry Vyukov2018-02-251-188/+188
* sys: fix descriptions for strickter return type checksDmitry Vyukov2018-02-232-3/+3
* prog: rework address allocationDmitry Vyukov2018-02-192-39/+6
* pkg/compiler: support void typeDmitry Vyukov2018-01-131-102/+102
* sys/linux: add type alias for socket portDmitry Vyukov2018-01-083-2/+3