Up to [cvs.NetBSD.org] / src / tests / lib / libc / sys
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 20 15:21:14 2022 UTC (11 months, 1 week ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.3: +43 -2
lines
Diff to previous 1.3 (colored)
Validate basic fcntl(2) behavior for eventfd and timerfd.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 1 14:33:41 2021 UTC (15 months ago) by hannken
Branch: MAIN
Changes since 1.2: +31 -8
lines
Diff to previous 1.2 (colored)
Test lib/libc/sys/t_timerfd often fails when run on QEMU because QEMU misses clock interrupts. Always check values against [ lower, upper ] bounds and use "4 * upper" when run under QEMU. Now becomes part of PR kern/43997 "Kernel timer discrepancies".
Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 19 15:51:28 2021 UTC (16 months, 1 week ago) by thorpej
Branch: MAIN
Changes since 1.1: +602 -0
lines
Diff to previous 1.1 (colored)
Add native implementations of eventfd(2) and timerfd(2), compatible with the Linux interfaces of the same name.
Revision 1.1.2.1 / (download) - annotate - [select for diffs], Mon Dec 14 16:55:51 2020 UTC (2 years, 1 month ago) by thorpej
Branch: thorpej-futex
Changes since 1.1: +625 -0
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Unit tests for timerfd.
Revision 1.1, Mon Dec 14 16:55:51 2020 UTC (2 years, 1 month ago) by thorpej
Branch: MAIN
CVS Tags: cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: thorpej-futex
FILE REMOVED
file t_timerfd.c was initially added on branch thorpej-futex.