Home | History | Annotate | Download | only in kqueue
History log of /src/tests/kernel/kqueue/t_sig.c
RevisionDateAuthorComments
 1.5  10-Jul-2024  rillig tests/kqueue: fix mismatch between '=' and '=='
 1.4  10-Oct-2021  thorpej branches: 1.4.2; 1.4.4;
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.
 1.3  13-Jan-2017  christos Don't play with "../.." in includes for h_macros.h; deal with it centrally.
Minor fixes.
 1.2  03-Nov-2010  christos branches: 1.2.28;
add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing
how many bugs this found :-)
 1.1  20-Feb-2009  jmmv branches: 1.1.2;
Add the kernel-level tests developed by Lukasz Strzygowski as part of the
atfify GSoC 2008 project.
 1.1.2.2  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.1.2.1  20-Feb-2009  jym file t_sig.c was added on branch jym-xensuspend on 2009-05-13 19:19:33 +0000
 1.2.28.1  20-Mar-2017  pgoyette Sync with HEAD
 1.4.4.1  02-Aug-2025  perseant Sync with HEAD
 1.4.2.1  24-Aug-2024  martin Pull up following revision(s) (requested by rin in ticket #810):

tests/kernel/kqueue/t_sig.c: revision 1.5

tests/kqueue: fix mismatch between '=' and '=='

RSS XML Feed