History log of /freebsd/tests/sys/kern/sigsys.c (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 09dd7240 25-Feb-2024 Konstantin Belousov <kib@FreeBSD.org>

sigsys test: correct count of delivered signals

When knob is zero, intent is that no SIGSYS signals are delivered.
Comparing zero to zero does not test much, we should compare the count
of delivered

sigsys test: correct count of delivered signals

When knob is zero, intent is that no SIGSYS signals are delivered.
Comparing zero to zero does not test much, we should compare the count
of delivered SIGSYSs to zero.

Reviewed by: dchagin, imp
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D44077

show more ...


# e53b83a8 20-Feb-2024 Gleb Smirnoff <glebius@FreeBSD.org>

tests/sigsys: initialize parameter passed to sysctlbyname()


Revision tags: release/14.0.0
# b67c0ba4 03-Oct-2023 Dmitry Chagin <dchagin@FreeBSD.org>

tests: Test that SIGSYS is not delivered if kern.signosys knob is off

Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D41979
MFC after: 1 week


# 0afcac3e 25-Sep-2023 Konstantin Belousov <kib@FreeBSD.org>

SIGSYS: add tests

Reviewed by: dchagin, markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D41976