Module Name: src Committed By: riastradh Date: Sun Nov 10 15:57:33 UTC 2024
Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/kernel: Makefile Added Files: src/tests/kernel: h_cloexec.c t_cloexec.c Log Message: tests/kernel/t_cloexec: New tests for close-on-exec. Verified that the following tests fail on a netbsd-10 kernel: - clonedev_posixspawn - dup3_posixspawn - fcntldupfd_posixspawn PR kern/58822: close-on-exec is broken for dup3 and opening cloning devices To generate a diff of this commit: cvs rdiff -u -r1.453 -r1.454 src/distrib/sets/lists/debug/mi cvs rdiff -u -r1.1345 -r1.1346 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.82 -r1.83 src/tests/kernel/Makefile cvs rdiff -u -r0 -r1.1 src/tests/kernel/h_cloexec.c \ src/tests/kernel/t_cloexec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.