aboutsummaryrefslogtreecommitdiffstats
path: root/sys/netbsd/gen
Commit message (Expand)AuthorAgeFilesLines
* sys/syz-sysgen: serialize descriptions as gob and embedDmitry Vyukov2025-01-231-6/+0
* sys: commit empty source filesDmitry Vyukov2021-04-211-0/+6
* 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-211-1/+6
* sys/netbsd: add minherit(2)ais2397@gmail.com2020-04-161-1/+11
* sys/netbsd: fix struct statais2397@gmail.com2020-04-131-16/+24
* sys/netbsd: adding chflags(2) syscalls (#1661)Ayushi Sharma2020-04-041-1/+23
* sys/netbsd: adding lwp syscalls (#1654)Ayushi Sharma2020-03-311-1/+13
* 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-051-9/+23
* sys/netbsd: add the newer vfork syscallR3x2019-12-051-1/+3
* sys/netbsd: Added posix_spawn and fork syscallsR3x2019-12-051-1/+57
* pkg/compiler: define fileoff templatePaul Chaignon2019-11-011-7/+7
* executor: add network packet injection for NetBSDSiddharth M2019-07-141-1/+20
* sys/netbsd: Adding more syscallsSiddharth M2019-07-011-1/+140
* sys/netbsd: Add new syscalls exit and ptraceR3x2019-06-261-1/+12
* .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-101-3/+3
* sys/netbsd: fix socketpair usageMichael Tuexen2018-12-091-2/+6
* sys/netbsd: improve recvmsg() descriptionMichael Tuexen2018-12-081-9/+9
* sys: remove socketpair for AF_INET and AF_INET6Michael Tüxen2018-12-041-21/+1
* sys: check that target consts are definedDmitry Vyukov2018-10-191-26/+2
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-301-1/+4
* Makefile: don't compile all targets into target binariesDmitry Vyukov2018-08-022-2/+9
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-081-5/+5
* prog: detect when flags are a bitmaskDmitry Vyukov2018-06-301-65/+65
* sys: mark output resources as optDmitry Vyukov2018-06-181-2/+2
* sys: move generate files to separate packagesDmitry Vyukov2018-05-051-0/+1676