History log of /src/tests/lib/libc/kevent_nullmnt/t_nullmnt.sh
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.9 02-Oct-2025 martin

PR 59683: check for availability of null FS support via
vfs.generic.fstypes, fail if the mount fails for other reasons.


Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.8 02-Jun-2025 martin

branches: 1.8.2;
Skip the tests when the nullmount fails (kernel w/o file-system NULLFS)


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.7 05-Aug-2023 riastradh

branches: 1.7.2;
t_nullmnt: Need privileges for mount.

(unless vfs.generic.usermount=1 but let's keep it simple)


Revision tags: netbsd-10-1-RELEASE netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base
# 1.6 18-Jul-2022 thorpej

branches: 1.6.2;
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.


# 1.5 04-Jun-2022 pgoyette

Fix syntax error


# 1.4 30-May-2022 pgoyette

More factoring of common code. NFCI


# 1.3 30-May-2022 pgoyette

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


# 1.2 30-Apr-2022 pgoyette

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.


# 1.1 29-Apr-2022 pgoyette

Add a new test for PR kern/56713 and set to expected_failure for now.