Module Name: src Committed By: martin Date: Tue Jul 16 17:29:18 UTC 2019
Modified Files: src/tests/fs/nfs: t_mountd.c src/tests/fs/union: t_pr.c src/tests/fs/vfs: t_full.c t_io.c t_ro.c src/tests/lib/libc/gen: t_ftok.c src/tests/lib/libc/stdio: t_fopen.c src/tests/lib/libc/sys: t_access.c t_mprotect.c t_stat.c t_write.c src/tests/rump/rumpkern/h_client: h_forkcli.c Log Message: PR misc/54382: whenever open(2) is called with O_CREAT, make sure to pass an open mode argument. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/fs/nfs/t_mountd.c cvs rdiff -u -r1.12 -r1.13 src/tests/fs/union/t_pr.c cvs rdiff -u -r1.10 -r1.11 src/tests/fs/vfs/t_full.c cvs rdiff -u -r1.17 -r1.18 src/tests/fs/vfs/t_io.c cvs rdiff -u -r1.6 -r1.7 src/tests/fs/vfs/t_ro.c cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/gen/t_ftok.c cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/stdio/t_fopen.c cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/sys/t_access.c cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/sys/t_mprotect.c cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/sys/t_stat.c cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/sys/t_write.c cvs rdiff -u -r1.1 -r1.2 src/tests/rump/rumpkern/h_client/h_forkcli.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.