CVS commit: src
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: riastradh Date: Sat Feb 28 20:43:28 UTC 2026 Modified Files: src/distrib/sets/lists/tests: mi src/tests/fs/nullfs: Makefile Added Files: src/tests/fs/nullfs: t_ipc.sh Log Message: Add test case for sockets and fifos through null mounts. I would also add a test case of sending and receiving a datagram, but nc(1) doesn't seem to have a way to send or receive _one_ datagram; as far as I can tell, it just loops forever on datagram sockets, with no stopping point because there's no concept of FIN/shutdown(). PR kern/51963: sockets in chroot sandbox via null-mounts don't work To generate a diff of this commit: cvs rdiff -u -r1.1413 -r1.1414 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.5 -r1.6 src/tests/fs/nullfs/Makefile cvs rdiff -u -r0 -r1.1 src/tests/fs/nullfs/t_ipc.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.