History log of /netbsd/tests/kernel/kqueue/t_sig.c (Results 1 – 4 of 4)
Revision Date Author Comments
# b38761ea 10-Oct-2021 thorpej <thorpej@NetBSD.org>

The knotes for EVFILT_SIGNAL and EVFILT_PROC are maintained on a single
per-process list, and kern_event.c,v 1.129 has several KASSERT()s in
various code paths that process this list related to the m

The knotes for EVFILT_SIGNAL and EVFILT_PROC are maintained on a single
per-process list, and kern_event.c,v 1.129 has several KASSERT()s in
various code paths that process this list related to the mixing of these
two knote types. This new unit test is designed specifically to exercise
those KASSERT()s and thus validate their assumptions.

show more ...


# 77102b8e 13-Jan-2017 christos <christos@NetBSD.org>

Don't play with "../.." in includes for h_macros.h; deal with it centrally.
Minor fixes.


# 0f10aa9d 03-Nov-2010 christos <christos@NetBSD.org>

add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing
how many bugs this found :-)


# 99635d94 20-Feb-2009 jmmv <jmmv@NetBSD.org>

Add the kernel-level tests developed by Lukasz Strzygowski as part of the
atfify GSoC 2008 project.