| History log of /src/tests/lib/libc/kevent_nullmnt |
| Revision | Date | Author | Comments |
| 1.1 | 29-Apr-2022 |
pgoyette | Add a new test for PR kern/56713 and set to expected_failure for now.
|
| 1.2 | 01-May-2022 |
pgoyette | Rename variables to be more descriptive of their local meaning rather than referring to external usage.
|
| 1.1 | 29-Apr-2022 |
pgoyette | Add a new test for PR kern/56713 and set to expected_failure for now.
|
| 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.
|
| 1.8 | 02-Jun-2025 |
martin | branches: 1.8.2; Skip the tests when the nullmount fails (kernel w/o file-system NULLFS)
|
| 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)
|
| 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.
|
| 1.6.2.1 | 06-Oct-2025 |
martin | Pull up following revision(s) (requested by kre in ticket #1171):
tests/lib/libc/kevent_nullmnt/t_nullmnt.sh: revision 1.7-1.9
t_nullmnt: Need privileges for mount. (unless vfs.generic.usermount=1 but let's keep it simple)
PR 59683: check for availability of null FS support via vfs.generic.fstypes, fail if the mount fails for other reasons.
|
| 1.7.2.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
| 1.8.2.1 | 06-Oct-2025 |
martin | Pull up following revision(s) (requested by kre in ticket #47):
tests/lib/libc/kevent_nullmnt/t_nullmnt.sh: revision 1.9
PR 59683: check for availability of null FS support via vfs.generic.fstypes, fail if the mount fails for other reasons.
|