aboutsummaryrefslogtreecommitdiffstats
path: root/sys/openbsd
Commit message (Expand)AuthorAgeFilesLines
...
* pkg/serializer: do not write field names if it won't save spaceDmitry Vyukov2020-01-261-1129/+1129
* pkg/compiler: don't mark flags with 0 as bitmaskDmitry Vyukov2020-01-181-31/+31
* pkg/compiler: sort flags valuesDmitry Vyukov2020-01-181-72/+72
* pkg/compiler: define fileoff templatePaul Chaignon2019-11-011-8/+8
* sys/openbsd: add ktrace descriptionAnton Lindqvist2019-08-123-1/+51
* sys/openbsd: add acct descriptionAnton Lindqvist2019-08-123-1/+8
* sys/openbsd: add speaker descriptionsAnton Lindqvist2019-08-123-1/+50
* sys/openbsd: prevent swap partition device nodes from being createdAnton Lindqvist2019-07-222-4/+15
* sys/openbsd: add diskmap descriptionsAnton Lindqvist2019-07-103-1/+51
* sys/openbsd: add missing WSDISPLAYIO_SBURNER ioctl commandAnton Lindqvist2019-06-303-1/+14
* sys/openbsd: correct setrlimit resource detectionAnton Lindqvist2019-06-182-1/+8
* sys/openbsd: sanitize mlockall syscallsAnton Lindqvist2019-06-142-0/+11
* sys/openbsd: rename test caseAnton Lindqvist2019-06-131-1/+1
* sys/openbsd: sanitize setrlimit(RLIMIT_STACK) syscallsAnton Lindqvist2019-06-132-9/+32
* sys/openbsd: sanitize setrlimit(RLIMIT_DATA) syscalls (#1231)Anton Lindqvist2019-06-112-0/+35
* sys/openbsd: prevent using vio0 as a virtual multicast interfaceAnton Lindqvist2019-06-082-3/+5
* sys/openbsd: add klog descriptionsAnton Lindqvist2019-06-053-1/+55
* sys/openbsd: add missing wsmouse ioctl descriptionsAnton Lindqvist2019-06-053-1/+109
* pkg/csource: add ability to annotate syscalls using comments in C reproducersAnton Lindqvist2019-05-241-0/+16
* .golangci.yml: add codeanalysis build tagDmitry Vyukov2019-05-151-1/+2
* pkg/compiler: generate complex len targetsDmitry Vyukov2019-05-141-103/+103
* sys/openbsd: prevent changing mutability flags on files (#1174)Anton Lindqvist2019-05-132-0/+26
* sys/openbsd: add missing padding argumentsAnton Lindqvist2019-05-124-6/+31
* sys/openbsd: avoid raw root disk node creation (#1171)Anton Lindqvist2019-05-112-3/+23
* sys/openbsd: add vmm descriptions (#1152)Anton Lindqvist2019-05-013-1/+339
* sys/openbsd: add pci descriptionsAnton Lindqvist2019-04-053-1/+96
* pkg/compiler: make buffer alias to ptr[array[int8]]Dmitry Vyukov2019-04-011-30/+30
* executor: connect tun and bpf devices on OpenBSDAnton Lindqvist2019-04-013-19/+21
* sys/openbsd: add common ioctl() commandsAnton Lindqvist2019-04-013-1/+44
* sys/openbsd: add bpf descriptionsAnton Lindqvist2019-03-293-1/+314
* sys/openbsd: add chflags descriptionsAnton Lindqvist2019-03-183-1/+39
* sys/openbsd: add missing wscons descriptions (#976)Anton Lindqvist2019-02-013-1/+160
* sys/openbsd: add wscons descriptions, limited to wsdisplay for nowAnton Lindqvist2019-01-265-1/+613
* sys/openbsd: add openat$ttyAnton Lindqvist2019-01-262-1/+8
* sys/openbsd: add openat${null,zero}Anton Lindqvist2019-01-262-1/+16
* sys/openbsd: remove mincore(2) descriptionAnton Lindqvist2019-01-223-10/+1
* sys/openbsd: avoid /dev/fd node creationAnton Lindqvist2019-01-192-5/+86
* Revert "sys/openbsd: avoid /dev/fd node creation"Anton Lindqvist2019-01-171-26/+5
* sys/openbsd: avoid /dev/fd node creationGreg Steuck2019-01-141-5/+26
* pkg/csource: use 0 for missing syscall argsDmitry Vyukov2018-12-271-21/+21
* sys: consistently mark all paddings as const[0]Dmitry Vyukov2018-12-102-5/+5
* sys/openbsd: fix socketpair usageMichael Tuexen2018-12-092-3/+12
* sys/openbsd: improve recvmsg() descriptionMichael Tuexen2018-12-082-12/+12
* sys/openbsd: correct semctl syscall numberAnton Lindqvist2018-12-073-14/+14
* sys: remove socketpair for AF_INET and AF_INET6Michael Tüxen2018-12-045-35/+1
* executor: OpenBSD network package injectionGreg Steuck2018-11-172-1/+40
* sys/openbsd: added minherit, extended/simplified mmapGreg Steuck2018-10-293-7/+30
* sys: check that target consts are definedDmitry Vyukov2018-10-191-5/+9
* Makefile: format openbsd syscall descriptionsDmitry Vyukov2018-09-201-1/+1
* sys/openbsd: make SanitizeCall() idempotentAnton Lindqvist2018-08-311-23/+12