aboutsummaryrefslogtreecommitdiffstats
path: root/sys/openbsd/init.go
Commit message (Expand)AuthorAgeFilesLines
* sys/openbsd: prevent swap partition device nodes from being createdAnton Lindqvist2019-07-221-3/+4
* sys/openbsd: correct setrlimit resource detectionAnton Lindqvist2019-06-181-1/+3
* sys/openbsd: sanitize mlockall syscallsAnton Lindqvist2019-06-141-0/+6
* sys/openbsd: sanitize setrlimit(RLIMIT_STACK) syscallsAnton Lindqvist2019-06-131-9/+27
* sys/openbsd: sanitize setrlimit(RLIMIT_DATA) syscalls (#1231)Anton Lindqvist2019-06-111-0/+25
* pkg/csource: add ability to annotate syscalls using comments in C reproducersAnton Lindqvist2019-05-241-0/+16
* sys/openbsd: prevent changing mutability flags on files (#1174)Anton Lindqvist2019-05-131-0/+18
* sys/openbsd: avoid raw root disk node creation (#1171)Anton Lindqvist2019-05-111-3/+18
* sys/openbsd: avoid /dev/fd node creationAnton Lindqvist2019-01-191-5/+36
* 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
* sys: check that target consts are definedDmitry Vyukov2018-10-191-5/+9
* sys/openbsd: make SanitizeCall() idempotentAnton Lindqvist2018-08-311-23/+12
* sys/openbsd: disable mknod sanitization as tests failDmitry Vyukov2018-08-301-18/+21
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-281-0/+49