NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/51963 CVS commit: src



The following reply was made to PR kern/51963; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51963 CVS commit: src
Date: Sat, 28 Feb 2026 20:43:29 +0000

 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.
 


Home | Main Index | Thread Index | Old Index