History log of /netbsd-src/tests/sbin/sysctl/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# 313072e7 27-Jun-2020 jruoho <jruoho@NetBSD.org>

Add a simple test case that writes random garbage to (almost) every sysctl node.
This test reproduced already at least five unique panics in a few quick runs.
The test is skipped by default as it is

Add a simple test case that writes random garbage to (almost) every sysctl node.
This test reproduced already at least five unique panics in a few quick runs.
The test is skipped by default as it is not likely safe even without the panics.

show more ...


# a74ccce8 10-Apr-2012 jruoho <jruoho@NetBSD.org>

Test that sysctl(8) does not segfault, as reported by pgoyette@ on current
users.


# f33b8e3d 09-May-2011 jruoho <jruoho@NetBSD.org>

Add a test case for PR kern/44946. This tests that common first level sysctl
nodes (ddb, hw, machdep, etc.) are not writable by a normal user.