History log of /netbsd-src/tests/kernel/kqueue/Makefile (Results 1 – 10 of 10)
Revision Date Author Comments
# ae0245f0 21-Nov-2021 hannken <hannken@NetBSD.org>

Test kernel/kqueue/t_timer, subtests abstime, basic_timer and timer_units
often fail when run on QEMU because QEMU misses clock interrupts.

Always check timespec against expected "tv_sec" and use an

Test kernel/kqueue/t_timer, subtests abstime, basic_timer and timer_units
often fail when run on QEMU because QEMU misses clock interrupts.

Always check timespec against expected "tv_sec" and use an "4 * tv_sec"
upper bound when run under QEMU.

Now becomes part of PR kern/43997 "Kernel timer discrepancies".

show more ...


# 4e78a8a8 23-Oct-2021 thorpej <thorpej@NetBSD.org>

Fix a regression introduced in kern_event.c,v 1.129 that would cause
"udata" to get clobbered on ONESHOT events, and add a unit test for it.
Reported by martin@ (manifested in his case as a KASSERT()

Fix a regression introduced in kern_event.c,v 1.129 that would cause
"udata" to get clobbered on ONESHOT events, and add a unit test for it.
Reported by martin@ (manifested in his case as a KASSERT() firing when
running unit tests in COMPAT_NETBSD32).

show more ...


# d5b88446 23-Oct-2021 thorpej <thorpej@NetBSD.org>

Add support for the EVFILT_EMPTY filter, which is activated when the
write buffer associated with the file descriptor is empty. This is
currently implemented only for sockets, and is intended primar

Add support for the EVFILT_EMPTY filter, which is activated when the
write buffer associated with the file descriptor is empty. This is
currently implemented only for sockets, and is intended primarily to
provide visibility to applications that all previously written data
has been acknowledged by the TCP layer on the receiver. Compatible
with the same filter in FreeBSD.

show more ...


# dbceac44 13-Oct-2021 thorpej <thorpej@NetBSD.org>

Add support for the NOTE_SECONDS, NOTE_MSECONDS, NOTE_USECONDS,
NOTE_NSECONDS, and NOTE_ABSTIME filter flags to EVFILT_TIMER,
API-compatible with the same in FreeBSD.


# a8831e8f 10-Oct-2021 thorpej <thorpej@NetBSD.org>

Add a test case for the race condition in PR kern/50094, modeled after
the Go run-time scenario described in the PR.


# 09a88610 29-Apr-2016 ryoon <ryoon@NetBSD.org>

Tab alignment


# d0b8ae57 14-Jan-2015 christos <christos@NetBSD.org>

bump warns.


# f611942e 17-Nov-2012 joerg <joerg@NetBSD.org>

Unbreak the NOTE_TRACK event of EVFILT_PROC. When attaching to the child
process, proc_find can't be used as the child is still in state SIDL.


# 9d0b4b5b 13-Jul-2010 jmmv <jmmv@NetBSD.org>

Get rid of static Atffiles and let bsd.test.mk generate them on the fly.


# 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.