| History log of /src/tests/kernel/kqueue/Makefile |
| Revision | | Date | Author | Comments |
| 1.10 |
| 21-Nov-2021 |
hannken | 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".
|
| 1.9 |
| 23-Oct-2021 |
thorpej | 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).
|
| 1.8 |
| 23-Oct-2021 |
thorpej | 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.
|
| 1.7 |
| 13-Oct-2021 |
thorpej | 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.
|
| 1.6 |
| 10-Oct-2021 |
thorpej | Add a test case for the race condition in PR kern/50094, modeled after the Go run-time scenario described in the PR.
|
| 1.5 |
| 29-Apr-2016 |
ryoon | Tab alignment
|
| 1.4 |
| 14-Jan-2015 |
christos | bump warns.
|
| 1.3 |
| 17-Nov-2012 |
joerg | 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.
|
| 1.2 |
| 13-Jul-2010 |
jmmv | branches: 1.2.6; 1.2.12; Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
|
| 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 Makefile was added on branch jym-xensuspend on 2009-05-13 19:19:33 +0000
|
| 1.2.12.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
| 1.2.6.1 |
| 16-Jan-2013 |
yamt | sync with (a bit old) head
|