Module Name: src Committed By: christos Date: Sun Sep 15 16:58:11 UTC 2019
Modified Files: src/distrib/sets/lists/comp: mi src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi Log Message: fexecve(2) related additions. To generate a diff of this commit: cvs rdiff -u -r1.2285 -r1.2286 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.287 -r1.288 src/distrib/sets/lists/debug/mi cvs rdiff -u -r1.820 -r1.821 src/distrib/sets/lists/tests/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/lists/comp/mi diff -u src/distrib/sets/lists/comp/mi:1.2285 src/distrib/sets/lists/comp/mi:1.2286 --- src/distrib/sets/lists/comp/mi:1.2285 Mon Sep 2 05:08:29 2019 +++ src/distrib/sets/lists/comp/mi Sun Sep 15 12:58:11 2019 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.2285 2019/09/02 09:08:29 roy Exp $ +# $NetBSD: mi,v 1.2286 2019/09/15 16:58:11 christos Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. ./etc/mtree/set.comp comp-sys-root @@ -4311,6 +4311,7 @@ ./usr/share/man/cat2/fcntl.0 comp-c-catman .cat ./usr/share/man/cat2/fdatasync.0 comp-c-catman .cat ./usr/share/man/cat2/fdiscard.0 comp-c-catman .cat +./usr/share/man/cat2/fexecve.0 comp-c-catman .cat ./usr/share/man/cat2/fhopen.0 comp-c-catman .cat ./usr/share/man/cat2/fhstat.0 comp-c-catman .cat ./usr/share/man/cat2/fhstatfs.0 comp-obsolete obsolete @@ -12376,6 +12377,7 @@ ./usr/share/man/html2/fcntl.html comp-c-htmlman html ./usr/share/man/html2/fdatasync.html comp-c-htmlman html ./usr/share/man/html2/fdiscard.html comp-c-htmlman html +./usr/share/man/html2/fexecve.html comp-c-htmlman html ./usr/share/man/html2/fhopen.html comp-c-htmlman html ./usr/share/man/html2/fhstat.html comp-c-htmlman html ./usr/share/man/html2/fhstatvfs.html comp-c-htmlman html @@ -20258,6 +20260,7 @@ ./usr/share/man/man2/fcntl.2 comp-c-man .man ./usr/share/man/man2/fdatasync.2 comp-c-man .man ./usr/share/man/man2/fdiscard.2 comp-c-man .man +./usr/share/man/man2/fexecve.2 comp-c-man .man ./usr/share/man/man2/fhopen.2 comp-c-man .man ./usr/share/man/man2/fhstat.2 comp-c-man .man ./usr/share/man/man2/fhstatfs.2 comp-obsolete obsolete Index: src/distrib/sets/lists/debug/mi diff -u src/distrib/sets/lists/debug/mi:1.287 src/distrib/sets/lists/debug/mi:1.288 --- src/distrib/sets/lists/debug/mi:1.287 Sun Sep 15 12:28:09 2019 +++ src/distrib/sets/lists/debug/mi Sun Sep 15 12:58:11 2019 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.287 2019/09/15 16:28:09 christos Exp $ +# $NetBSD: mi,v 1.288 2019/09/15 16:58:11 christos Exp $ ./etc/mtree/set.debug comp-sys-root ./usr/lib comp-sys-usr compatdir ./usr/lib/i18n/libBIG5_g.a comp-c-debuglib debuglib,compatfile @@ -1704,6 +1704,7 @@ ./usr/libdata/debug/usr/tests/kernel/arch/i386/t_ptrace_wait6.debug tests-obsolete obsolete,compattestfile ./usr/libdata/debug/usr/tests/kernel/arch/i386/t_ptrace_waitid.debug tests-obsolete obsolete,compattestfile ./usr/libdata/debug/usr/tests/kernel/arch/i386/t_ptrace_waitpid.debug tests-obsolete obsolete,compattestfile +./usr/libdata/debug/usr/tests/kernel/h_fexecve.debug tests-kernel-tests debug,atf,compattestfile ./usr/libdata/debug/usr/tests/kernel/h_getprocpath.debug tests-kernel-tests debug,atf,compattestfile ./usr/libdata/debug/usr/tests/kernel/h_ps_strings1.debug tests-kernel-tests debug,atf,compattestfile ./usr/libdata/debug/usr/tests/kernel/h_ps_strings2.debug tests-kernel-tests debug,atf,compattestfile Index: src/distrib/sets/lists/tests/mi diff -u src/distrib/sets/lists/tests/mi:1.820 src/distrib/sets/lists/tests/mi:1.821 --- src/distrib/sets/lists/tests/mi:1.820 Sun Sep 15 12:28:09 2019 +++ src/distrib/sets/lists/tests/mi Sun Sep 15 12:58:11 2019 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.820 2019/09/15 16:28:09 christos Exp $ +# $NetBSD: mi,v 1.821 2019/09/15 16:58:11 christos Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -2137,6 +2137,7 @@ ./usr/tests/kernel/arch/i386/t_ptrace_waitid tests-obsolete obsolete ./usr/tests/kernel/arch/i386/t_ptrace_waitpid tests-obsolete obsolete ./usr/tests/kernel/arch/x86 tests-obsolete obsolete +./usr/tests/kernel/h_fexecve tests-kernel-tests compattestfile,atf ./usr/tests/kernel/h_getprocpath tests-kernel-tests compattestfile,atf ./usr/tests/kernel/h_interpreter tests-kernel-tests compattestfile,atf ./usr/tests/kernel/h_ps_strings1 tests-kernel-tests compattestfile,atf @@ -2178,6 +2179,7 @@ ./usr/tests/kernel/t_extattrctl tests-kernel-tests atf,rump ./usr/tests/kernel/t_extent tests-kernel-tests compattestfile,atf ./usr/tests/kernel/t_fcntl tests-kernel-tests atf +./usr/tests/kernel/t_fexecve tests-kernel-tests atf ./usr/tests/kernel/t_filedesc tests-kernel-tests atf,rump ./usr/tests/kernel/t_interp tests-kernel-tests atf ./usr/tests/kernel/t_kauth_pr_47598 tests-kernel-tests compattestfile,atf