aboutsummaryrefslogtreecommitdiffstats
path: root/sys/openbsd/init.go
Commit message (Expand)AuthorAgeFilesLines
* all: apply linter auto fixesTaras Madan2025-07-171-3/+4
* all: use min/max functionsDmitry Vyukov2025-01-171-6/+2
* sys: control structural changes during neutralizationAleksandr Nogikh2022-09-291-2/+3
* sys/openbsd: sync fd rangeAnton Lindqvist2022-01-271-11/+8
* sys/openbsd: neutralize sysctl kern.maxfilesAnton Lindqvist2021-12-261-0/+9
* sys/openbsd: neutralize sysctl kern.maxprocAnton Lindqvist2021-02-261-0/+9
* sys/openbsd: neutralize sysctl kern.witnessAnton Lindqvist2020-12-021-0/+7
* sys/openbsd: fix linter warningsDmitry Vyukov2020-09-151-2/+2
* sys/openbsd: neutralize sysctl kern.maxthreadAnton Lindqvist2020-08-141-7/+36
* sys/openbsd: neutralize clock_settimeAnton Lindqvist2020-08-051-0/+15
* sys/openbsd: break out rlimitAnton Lindqvist2020-07-211-36/+41
* sys/openbsd: remove hardcoded constantsAnton Lindqvist2020-07-211-10/+9
* sys/openbsd: neutralize sysctl kern.maxclustersAnton Lindqvist2020-07-211-10/+37
* tools/syz-linter: check variable declarationsDmitry Vyukov2020-07-061-2/+2
* sys/openbsd: neutralize yet another pf ioctl commandAnton Lindqvist2020-06-291-4/+6
* 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
* prog: rename target.SanitizeCall to NeutralizeDmitry Vyukov2020-03-171-5/+5
* sys/openbsd: prevent killing the ssh VM connectionAnton Lindqvist2020-03-051-6/+16
* 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