Up to [cvs.NetBSD.org] / src / tests / lib / libc / kevent_nullmnt
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 18 04:30:30 2022 UTC (6 months, 2 weeks ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.5: +0 -2
lines
Diff to previous 1.5 (colored)
Make kqueue event status for vnodes shareable, and for stacked file systems like nullfs, make the upper vnode share that status with the lower vnode. And, lo, NetBSD 9.99.99. Fixes PR kern/56713.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jun 4 20:32:49 2022 UTC (7 months, 3 weeks ago) by pgoyette
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Fix syntax error
Revision 1.4 / (download) - annotate - [select for diffs], Mon May 30 14:28:31 2022 UTC (8 months ago) by pgoyette
Branch: MAIN
Changes since 1.3: +12 -10
lines
Diff to previous 1.3 (colored)
More factoring of common code. NFCI
Revision 1.3 / (download) - annotate - [select for diffs], Mon May 30 03:33:07 2022 UTC (8 months ago) by pgoyette
Branch: MAIN
Changes since 1.2: +74 -19
lines
Diff to previous 1.2 (colored)
Update test so all four combinations of update_{upper, lower} x monitor_{upper, lower}} can be verified. Currently update_upper is expected to fail regardless of which file is being monitored. PR kern/56713
Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 30 17:09:44 2022 UTC (9 months ago) by pgoyette
Branch: MAIN
Changes since 1.1: +11 -11
lines
Diff to previous 1.1 (colored)
Don't put temporary files and directories into the atf_srcdir (that might be read-only!). Instead, put them in the test's working directory what the atf framework will automatically clean up after the test completes.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 29 22:17:49 2022 UTC (9 months ago) by pgoyette
Branch: MAIN
Add a new test for PR kern/56713 and set to expected_failure for now.