Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 04:07:19 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org
Subject:   svn commit: r272343 - in vendor/NetBSD/tests: . dist dist/bin dist/bin/cat dist/bin/cp dist/bin/dd dist/bin/df dist/bin/expr dist/bin/pax dist/bin/ps dist/bin/sh dist/bin/sh/dotcmd dist/bin/sh/dotc...
Message-ID:  <201410010407.s9147JQg021511@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Oct  1 04:07:17 2014
New Revision: 272343
URL: https://svnweb.freebsd.org/changeset/base/272343

Log:
  Check in first src/tests snapshot from NetBSD anoncvs
  
  Sources were obtained like so:
  
  % export CVSROOT="anoncvs@anoncvs.NetBSD.org:/cvsroot"
  % cvs -z9 co -D "09/30/2014 20:45" -P src/tests
  % mv src/tests/* tests/dist/.
  
  '*CVS*' has been added to svn:ignore to ease updating periodically from
  upstream
  
  Some line ending issues had to be resolved with test outputs and scripts
  via dos2unix and by deleting the eol-style property set in usr.bin/sort
  
  Discussed with: rpaulo
  Sponsored by: EMC / Isilon Storage Division

Added:
  vendor/NetBSD/tests/
  vendor/NetBSD/tests/dist/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/README
  vendor/NetBSD/tests/dist/bin/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/cat/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/cat/d_align.in   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/cat/d_align.out
  vendor/NetBSD/tests/dist/bin/cat/t_cat.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/cp/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/cp/t_cp.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/dd/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/dd/t_dd.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/df/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/df/getmntinfo.c   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/df/t_df.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/expr/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/expr/t_expr.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/pax/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/pax/t_pax.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/ps/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/ps/keywords
  vendor/NetBSD/tests/dist/bin/ps/t_ps.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sh/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_break_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_break_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_break_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_break_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_break_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_break_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_break_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_break_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_continue_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_continue_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_continue_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_continue_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_continue_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_continue_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_continue_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_continue_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_return_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_return_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_return_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_return_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_return_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_return_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_return_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/case_return_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_break_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_break_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_break_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_break_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_break_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_break_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_break_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_break_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_continue_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_continue_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_continue_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_continue_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_continue_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_continue_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_continue_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_continue_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_return_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_return_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_return_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_return_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_return_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_return_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_return_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/compound_return_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_break_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_break_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_break_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_break_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_break_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_break_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_break_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_break_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_continue_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_continue_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_continue_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_continue_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_continue_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_continue_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_continue_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_continue_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_return_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_return_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_return_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_return_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_return_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_return_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_return_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/file_return_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_break_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_break_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_break_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_break_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_break_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_break_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_break_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_break_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_continue_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_continue_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_continue_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_continue_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_continue_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_continue_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_continue_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_continue_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_return_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_return_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_return_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_return_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_return_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_return_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_return_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/for_return_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_break_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_break_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_break_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_break_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_break_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_break_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_break_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_break_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_continue_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_continue_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_continue_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_continue_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_continue_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_continue_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_continue_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_continue_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_return_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_return_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_return_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_return_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_return_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_return_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_return_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/func_return_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_break_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_break_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_break_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_break_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_break_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_break_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_break_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_break_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_continue_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_continue_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_continue_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_continue_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_continue_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_continue_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_continue_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_continue_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_return_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_return_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_return_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_return_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_return_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_return_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_return_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/subshell_return_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_break_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_break_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_break_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_break_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_break_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_break_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_break_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_break_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_continue_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_continue_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_continue_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_continue_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_continue_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_continue_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_continue_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_continue_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_return_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_return_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_return_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_return_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_return_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_return_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_return_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/until_return_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_break_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_break_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_break_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_break_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_break_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_break_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_break_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_break_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_continue_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_continue_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_continue_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_continue_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_continue_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_continue_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_continue_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_continue_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_return_case.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_return_compound.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_return_file.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_return_for.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_return_func.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_return_subshell.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_return_until.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/while_return_while.out
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/scoped_command   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/t_dotcmd.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sh/t_compexit.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sh/t_evaltested.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sh/t_exit.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sh/t_expand.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sh/t_fsplit.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sh/t_here.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sh/t_set_e.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sh/t_ulimit.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sh/t_varquote.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sh/t_wait.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sleep/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/sleep/t_sleep.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/tar/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/bin/tar/t_tar.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/bf/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/bn/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/bn/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/bn/bn/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/bn/div/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/bn/exp/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/cast/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/conf/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/conf/d_conf.out
  vendor/NetBSD/tests/dist/crypto/libcrypto/conf/d_conf_ssleay.cnf
  vendor/NetBSD/tests/dist/crypto/libcrypto/des/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/dh/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/dsa/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/ec/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/ecdh/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/ecdsa/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/engine/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/evp/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/hmac/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/idea/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/lhash/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/md2/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/md4/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/md5/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/mdc2/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/rand/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/rc2/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/rc4/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/rc5/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/ripemd/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/rsa/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/sha/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/sha1/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/srp/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/t_certs.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/t_ciphers.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/t_hashes.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/t_libcrypto.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/t_pubkey.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/threads/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/x509v3/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/h_aesctr1.c   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/h_aesctr2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/h_arc4.c   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/h_camellia.c   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/h_cbcdes.c   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/h_comp.c   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/h_comp_zlib.c   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/h_comp_zlib_rnd.c   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/h_gcm.c   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/h_md5.c   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/h_md5hmac.c   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/h_null.c   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/h_sha1hmac.c   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/h_xcbcmac.c   (contents, props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/t_opencrypto.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/audio/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/audio/h_pad.c   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/audio/h_pad_musa.c   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/audio/t_pad.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/audio/t_pad_output.bz2.uue
  vendor/NetBSD/tests/dist/dev/cgd/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/cgd/paramsfile
  vendor/NetBSD/tests/dist/dev/cgd/t_cgd.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/dm/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/dm/dm_targets_cmd.plist   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/dm/dm_version_cmd.plist   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/dm/h_dm.c   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/dm/t_dm.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/md/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/md/h_mdserv.c   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/md/t_md.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/raidframe/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/raidframe/t_raid.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/scsipi/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/scsipi/libscsitest/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/scsipi/libscsitest/SCSITEST.ioconf
  vendor/NetBSD/tests/dist/dev/scsipi/libscsitest/scsitest.c   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/scsipi/libscsitest/scsitest.h   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/scsipi/libscsitest/scsitest_component.c   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/scsipi/t_cd.c   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/sysmon/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/sysmon/t_swsensor.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/dev/sysmon/t_swwdog.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/cd9660/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/cd9660/pr_48787.image.bz2.uue
  vendor/NetBSD/tests/dist/fs/cd9660/t_high_ino_big_file.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/common/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/common/fstest_ext2fs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/common/fstest_ffs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/common/fstest_lfs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/common/fstest_msdosfs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/common/fstest_nfs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/common/fstest_puffs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/common/fstest_rumpfs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/common/fstest_sysvbfs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/common/fstest_tmpfs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/common/fstest_udf.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/common/fstest_v7fs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/common/fstest_zfs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/common/h_fsmacros.h   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/common/snapshot.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/ffs_common.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/h_ffs_server.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/h_quota2_tests.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/quotas_common.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/t_clearquota.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/t_fifos.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/t_getquota.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/t_miscquota.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/t_mount.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/t_quota2_1.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/t_quota2_remount.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/t_quotalimit.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/t_setquota.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/t_snapshot.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/t_snapshot_log.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ffs/t_snapshot_v2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/fifofs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/fifofs/t_fifo.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/h_funcs.subr
  vendor/NetBSD/tests/dist/fs/hfs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/hfs/colon.hfs.bz2.uue
  vendor/NetBSD/tests/dist/fs/hfs/t_pathconvert.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/kernfs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/kernfs/t_basic.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/lfs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/lfs/t_pr.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/msdosfs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/msdosfs/t_snapshot.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/README
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/exports
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/getmntinfo.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/mountd.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/nfsd.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/pathnames.h   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/rpcbind/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/rpcbind/check_bound.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/rpcbind/pmap_svc.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/rpcbind/rpcb_stat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/rpcbind/rpcb_svc.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/rpcbind/rpcb_svc_4.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/rpcbind/rpcb_svc_com.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/rpcbind/rpcbind.8   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/rpcbind/rpcbind.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/rpcbind/rpcbind.h   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/rpcbind/security.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/rpcbind/util.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/rumpnfsd.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/t_mountd.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nfs/t_rquotad.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nullfs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/nullfs/t_basic.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/psshfs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/psshfs/h_have_puffs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/psshfs/ssh_config.in   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/psshfs/ssh_host_key
  vendor/NetBSD/tests/dist/fs/psshfs/ssh_host_key.pub
  vendor/NetBSD/tests/dist/fs/psshfs/sshd_config.in   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/psshfs/t_psshfs.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ptyfs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ptyfs/t_nullpts.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/ptyfs/t_ptyfs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/puffs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/puffs/h_dtfs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/puffs/h_dtfs/dtfs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/puffs/h_dtfs/dtfs.h   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/puffs/h_dtfs/dtfs_subr.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/puffs/h_dtfs/dtfs_vfsops.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/puffs/h_dtfs/dtfs_vnops.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/puffs/t_basic.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/puffs/t_fuzz.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/puffs/t_io.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/README
  vendor/NetBSD/tests/dist/fs/tmpfs/h_funcs.subr
  vendor/NetBSD/tests/dist/fs/tmpfs/h_tools.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_create.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_devices.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_dots.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_exec.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_link.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_mkdir.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_mknod.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_mount.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_pipes.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_read_write.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_readdir.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_remove.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_rename.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_renamerace.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_rmdir.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_setattr.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_sizes.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_sockets.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_statvfs.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_symlink.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_times.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_trail_slash.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_truncate.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_vnd.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/t_vnode_leak.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/umapfs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/umapfs/t_basic.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/union/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/union/t_pr.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/vfs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/vfs/t_full.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/vfs/t_io.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/vfs/t_renamerace.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/vfs/t_rmdirrace.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/vfs/t_ro.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/vfs/t_union.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/vfs/t_unpriv.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/vfs/t_vfsops.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/vfs/t_vnops.c   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/zfs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/fs/zfs/t_zpool.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/games/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/games/t_factor.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/h_macros.h   (contents, props changed)
  vendor/NetBSD/tests/dist/include/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/include/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/include/d_bitstring_27.out
  vendor/NetBSD/tests/dist/include/d_bitstring_32.out
  vendor/NetBSD/tests/dist/include/d_bitstring_49.out
  vendor/NetBSD/tests/dist/include/d_bitstring_64.out
  vendor/NetBSD/tests/dist/include/d_bitstring_67.out
  vendor/NetBSD/tests/dist/include/d_bitstring_8.out
  vendor/NetBSD/tests/dist/include/machine/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/include/machine/t_bswap.c   (contents, props changed)
  vendor/NetBSD/tests/dist/include/sys/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/include/sys/t_bitops.c   (contents, props changed)
  vendor/NetBSD/tests/dist/include/sys/t_bootblock.c   (contents, props changed)
  vendor/NetBSD/tests/dist/include/sys/t_cdefs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/include/sys/t_socket.c   (contents, props changed)
  vendor/NetBSD/tests/dist/include/sys/t_tree.c   (contents, props changed)
  vendor/NetBSD/tests/dist/include/sys/t_types.c   (contents, props changed)
  vendor/NetBSD/tests/dist/include/t_bitstring.c   (contents, props changed)
  vendor/NetBSD/tests/dist/include/t_errno.c   (contents, props changed)
  vendor/NetBSD/tests/dist/include/t_glob.c   (contents, props changed)
  vendor/NetBSD/tests/dist/include/t_inttypes.c   (contents, props changed)
  vendor/NetBSD/tests/dist/include/t_limits.c   (contents, props changed)
  vendor/NetBSD/tests/dist/include/t_netdb.c   (contents, props changed)
  vendor/NetBSD/tests/dist/include/t_paths.c   (contents, props changed)
  vendor/NetBSD/tests/dist/include/t_stdint.c   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/expected/.cvsignore
  vendor/NetBSD/tests/dist/ipf/expected/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/expected/bpf-f1
  vendor/NetBSD/tests/dist/ipf/expected/bpf1
  vendor/NetBSD/tests/dist/ipf/expected/f1
  vendor/NetBSD/tests/dist/ipf/expected/f10
  vendor/NetBSD/tests/dist/ipf/expected/f11
  vendor/NetBSD/tests/dist/ipf/expected/f12
  vendor/NetBSD/tests/dist/ipf/expected/f13
  vendor/NetBSD/tests/dist/ipf/expected/f14
  vendor/NetBSD/tests/dist/ipf/expected/f15
  vendor/NetBSD/tests/dist/ipf/expected/f16
  vendor/NetBSD/tests/dist/ipf/expected/f17
  vendor/NetBSD/tests/dist/ipf/expected/f18
  vendor/NetBSD/tests/dist/ipf/expected/f19
  vendor/NetBSD/tests/dist/ipf/expected/f2
  vendor/NetBSD/tests/dist/ipf/expected/f20
  vendor/NetBSD/tests/dist/ipf/expected/f21
  vendor/NetBSD/tests/dist/ipf/expected/f22
  vendor/NetBSD/tests/dist/ipf/expected/f24
  vendor/NetBSD/tests/dist/ipf/expected/f25
  vendor/NetBSD/tests/dist/ipf/expected/f26
  vendor/NetBSD/tests/dist/ipf/expected/f27
  vendor/NetBSD/tests/dist/ipf/expected/f28
  vendor/NetBSD/tests/dist/ipf/expected/f29
  vendor/NetBSD/tests/dist/ipf/expected/f3
  vendor/NetBSD/tests/dist/ipf/expected/f30
  vendor/NetBSD/tests/dist/ipf/expected/f4
  vendor/NetBSD/tests/dist/ipf/expected/f5
  vendor/NetBSD/tests/dist/ipf/expected/f6
  vendor/NetBSD/tests/dist/ipf/expected/f7
  vendor/NetBSD/tests/dist/ipf/expected/f8
  vendor/NetBSD/tests/dist/ipf/expected/f9
  vendor/NetBSD/tests/dist/ipf/expected/i1
  vendor/NetBSD/tests/dist/ipf/expected/i10
  vendor/NetBSD/tests/dist/ipf/expected/i11
  vendor/NetBSD/tests/dist/ipf/expected/i12
  vendor/NetBSD/tests/dist/ipf/expected/i13
  vendor/NetBSD/tests/dist/ipf/expected/i14
  vendor/NetBSD/tests/dist/ipf/expected/i15
  vendor/NetBSD/tests/dist/ipf/expected/i16
  vendor/NetBSD/tests/dist/ipf/expected/i17
  vendor/NetBSD/tests/dist/ipf/expected/i18
  vendor/NetBSD/tests/dist/ipf/expected/i19.dist
  vendor/NetBSD/tests/dist/ipf/expected/i2
  vendor/NetBSD/tests/dist/ipf/expected/i20
  vendor/NetBSD/tests/dist/ipf/expected/i21
  vendor/NetBSD/tests/dist/ipf/expected/i22
  vendor/NetBSD/tests/dist/ipf/expected/i23
  vendor/NetBSD/tests/dist/ipf/expected/i3
  vendor/NetBSD/tests/dist/ipf/expected/i4
  vendor/NetBSD/tests/dist/ipf/expected/i5
  vendor/NetBSD/tests/dist/ipf/expected/i6
  vendor/NetBSD/tests/dist/ipf/expected/i7
  vendor/NetBSD/tests/dist/ipf/expected/i8
  vendor/NetBSD/tests/dist/ipf/expected/i9
  vendor/NetBSD/tests/dist/ipf/expected/in1
  vendor/NetBSD/tests/dist/ipf/expected/in100
  vendor/NetBSD/tests/dist/ipf/expected/in100_6
  vendor/NetBSD/tests/dist/ipf/expected/in101
  vendor/NetBSD/tests/dist/ipf/expected/in101_6
  vendor/NetBSD/tests/dist/ipf/expected/in102
  vendor/NetBSD/tests/dist/ipf/expected/in102_6
  vendor/NetBSD/tests/dist/ipf/expected/in1_6
  vendor/NetBSD/tests/dist/ipf/expected/in2
  vendor/NetBSD/tests/dist/ipf/expected/in2_6
  vendor/NetBSD/tests/dist/ipf/expected/in3
  vendor/NetBSD/tests/dist/ipf/expected/in3_6
  vendor/NetBSD/tests/dist/ipf/expected/in4
  vendor/NetBSD/tests/dist/ipf/expected/in4_6
  vendor/NetBSD/tests/dist/ipf/expected/in5
  vendor/NetBSD/tests/dist/ipf/expected/in5_6
  vendor/NetBSD/tests/dist/ipf/expected/in6
  vendor/NetBSD/tests/dist/ipf/expected/in6_6
  vendor/NetBSD/tests/dist/ipf/expected/in7
  vendor/NetBSD/tests/dist/ipf/expected/in8_6
  vendor/NetBSD/tests/dist/ipf/expected/ip1
  vendor/NetBSD/tests/dist/ipf/expected/ip2
  vendor/NetBSD/tests/dist/ipf/expected/ip3
  vendor/NetBSD/tests/dist/ipf/expected/ipv6.1   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/expected/ipv6.2   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/expected/ipv6.3   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/expected/ipv6.4   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/expected/ipv6.5   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/expected/ipv6.6   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/expected/l1
  vendor/NetBSD/tests/dist/ipf/expected/l1.b
  vendor/NetBSD/tests/dist/ipf/expected/n1
  vendor/NetBSD/tests/dist/ipf/expected/n10
  vendor/NetBSD/tests/dist/ipf/expected/n100
  vendor/NetBSD/tests/dist/ipf/expected/n101
  vendor/NetBSD/tests/dist/ipf/expected/n102
  vendor/NetBSD/tests/dist/ipf/expected/n103
  vendor/NetBSD/tests/dist/ipf/expected/n104
  vendor/NetBSD/tests/dist/ipf/expected/n105
  vendor/NetBSD/tests/dist/ipf/expected/n106
  vendor/NetBSD/tests/dist/ipf/expected/n11
  vendor/NetBSD/tests/dist/ipf/expected/n11_6
  vendor/NetBSD/tests/dist/ipf/expected/n12
  vendor/NetBSD/tests/dist/ipf/expected/n12_6
  vendor/NetBSD/tests/dist/ipf/expected/n13
  vendor/NetBSD/tests/dist/ipf/expected/n13_6
  vendor/NetBSD/tests/dist/ipf/expected/n14
  vendor/NetBSD/tests/dist/ipf/expected/n14_6
  vendor/NetBSD/tests/dist/ipf/expected/n15
  vendor/NetBSD/tests/dist/ipf/expected/n15_6
  vendor/NetBSD/tests/dist/ipf/expected/n16
  vendor/NetBSD/tests/dist/ipf/expected/n17
  vendor/NetBSD/tests/dist/ipf/expected/n18
  vendor/NetBSD/tests/dist/ipf/expected/n1_6
  vendor/NetBSD/tests/dist/ipf/expected/n2
  vendor/NetBSD/tests/dist/ipf/expected/n200
  vendor/NetBSD/tests/dist/ipf/expected/n2_6
  vendor/NetBSD/tests/dist/ipf/expected/n3
  vendor/NetBSD/tests/dist/ipf/expected/n4
  vendor/NetBSD/tests/dist/ipf/expected/n4_6
  vendor/NetBSD/tests/dist/ipf/expected/n5
  vendor/NetBSD/tests/dist/ipf/expected/n5_6
  vendor/NetBSD/tests/dist/ipf/expected/n6
  vendor/NetBSD/tests/dist/ipf/expected/n6_6
  vendor/NetBSD/tests/dist/ipf/expected/n7
  vendor/NetBSD/tests/dist/ipf/expected/n7_6
  vendor/NetBSD/tests/dist/ipf/expected/n8
  vendor/NetBSD/tests/dist/ipf/expected/n8_6
  vendor/NetBSD/tests/dist/ipf/expected/n9
  vendor/NetBSD/tests/dist/ipf/expected/n9_6
  vendor/NetBSD/tests/dist/ipf/expected/ni1
  vendor/NetBSD/tests/dist/ipf/expected/ni10
  vendor/NetBSD/tests/dist/ipf/expected/ni11
  vendor/NetBSD/tests/dist/ipf/expected/ni12
  vendor/NetBSD/tests/dist/ipf/expected/ni13
  vendor/NetBSD/tests/dist/ipf/expected/ni14
  vendor/NetBSD/tests/dist/ipf/expected/ni15
  vendor/NetBSD/tests/dist/ipf/expected/ni16
  vendor/NetBSD/tests/dist/ipf/expected/ni17
  vendor/NetBSD/tests/dist/ipf/expected/ni18
  vendor/NetBSD/tests/dist/ipf/expected/ni19
  vendor/NetBSD/tests/dist/ipf/expected/ni2
  vendor/NetBSD/tests/dist/ipf/expected/ni20
  vendor/NetBSD/tests/dist/ipf/expected/ni21
  vendor/NetBSD/tests/dist/ipf/expected/ni23
  vendor/NetBSD/tests/dist/ipf/expected/ni3
  vendor/NetBSD/tests/dist/ipf/expected/ni4
  vendor/NetBSD/tests/dist/ipf/expected/ni5
  vendor/NetBSD/tests/dist/ipf/expected/ni6
  vendor/NetBSD/tests/dist/ipf/expected/ni7
  vendor/NetBSD/tests/dist/ipf/expected/ni8
  vendor/NetBSD/tests/dist/ipf/expected/ni9
  vendor/NetBSD/tests/dist/ipf/expected/p1
  vendor/NetBSD/tests/dist/ipf/expected/p10
  vendor/NetBSD/tests/dist/ipf/expected/p11
  vendor/NetBSD/tests/dist/ipf/expected/p12
  vendor/NetBSD/tests/dist/ipf/expected/p13
  vendor/NetBSD/tests/dist/ipf/expected/p2
  vendor/NetBSD/tests/dist/ipf/expected/p3
  vendor/NetBSD/tests/dist/ipf/expected/p4
  vendor/NetBSD/tests/dist/ipf/expected/p5
  vendor/NetBSD/tests/dist/ipf/expected/p6
  vendor/NetBSD/tests/dist/ipf/expected/p7
  vendor/NetBSD/tests/dist/ipf/expected/p9
  vendor/NetBSD/tests/dist/ipf/h_common.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/input/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/input/f1
  vendor/NetBSD/tests/dist/ipf/input/f10
  vendor/NetBSD/tests/dist/ipf/input/f11
  vendor/NetBSD/tests/dist/ipf/input/f12
  vendor/NetBSD/tests/dist/ipf/input/f13
  vendor/NetBSD/tests/dist/ipf/input/f14
  vendor/NetBSD/tests/dist/ipf/input/f15
  vendor/NetBSD/tests/dist/ipf/input/f16
  vendor/NetBSD/tests/dist/ipf/input/f17
  vendor/NetBSD/tests/dist/ipf/input/f18
  vendor/NetBSD/tests/dist/ipf/input/f19
  vendor/NetBSD/tests/dist/ipf/input/f2
  vendor/NetBSD/tests/dist/ipf/input/f20
  vendor/NetBSD/tests/dist/ipf/input/f21
  vendor/NetBSD/tests/dist/ipf/input/f22
  vendor/NetBSD/tests/dist/ipf/input/f24
  vendor/NetBSD/tests/dist/ipf/input/f25
  vendor/NetBSD/tests/dist/ipf/input/f26
  vendor/NetBSD/tests/dist/ipf/input/f27
  vendor/NetBSD/tests/dist/ipf/input/f28
  vendor/NetBSD/tests/dist/ipf/input/f29
  vendor/NetBSD/tests/dist/ipf/input/f3
  vendor/NetBSD/tests/dist/ipf/input/f30
  vendor/NetBSD/tests/dist/ipf/input/f4
  vendor/NetBSD/tests/dist/ipf/input/f5
  vendor/NetBSD/tests/dist/ipf/input/f6
  vendor/NetBSD/tests/dist/ipf/input/f7
  vendor/NetBSD/tests/dist/ipf/input/f8
  vendor/NetBSD/tests/dist/ipf/input/f9
  vendor/NetBSD/tests/dist/ipf/input/ip2.data
  vendor/NetBSD/tests/dist/ipf/input/ipv6.1   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/input/ipv6.2   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/input/ipv6.3   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/input/ipv6.4   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/input/ipv6.5   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/input/ipv6.6   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/input/l1
  vendor/NetBSD/tests/dist/ipf/input/n1
  vendor/NetBSD/tests/dist/ipf/input/n10
  vendor/NetBSD/tests/dist/ipf/input/n100
  vendor/NetBSD/tests/dist/ipf/input/n101
  vendor/NetBSD/tests/dist/ipf/input/n102
  vendor/NetBSD/tests/dist/ipf/input/n103
  vendor/NetBSD/tests/dist/ipf/input/n104
  vendor/NetBSD/tests/dist/ipf/input/n105
  vendor/NetBSD/tests/dist/ipf/input/n106
  vendor/NetBSD/tests/dist/ipf/input/n10_6
  vendor/NetBSD/tests/dist/ipf/input/n11
  vendor/NetBSD/tests/dist/ipf/input/n11_6
  vendor/NetBSD/tests/dist/ipf/input/n12
  vendor/NetBSD/tests/dist/ipf/input/n12_6
  vendor/NetBSD/tests/dist/ipf/input/n13
  vendor/NetBSD/tests/dist/ipf/input/n13_6
  vendor/NetBSD/tests/dist/ipf/input/n14
  vendor/NetBSD/tests/dist/ipf/input/n14_6
  vendor/NetBSD/tests/dist/ipf/input/n15
  vendor/NetBSD/tests/dist/ipf/input/n15_6
  vendor/NetBSD/tests/dist/ipf/input/n16
  vendor/NetBSD/tests/dist/ipf/input/n17
  vendor/NetBSD/tests/dist/ipf/input/n18
  vendor/NetBSD/tests/dist/ipf/input/n1_6
  vendor/NetBSD/tests/dist/ipf/input/n2
  vendor/NetBSD/tests/dist/ipf/input/n200
  vendor/NetBSD/tests/dist/ipf/input/n2_6
  vendor/NetBSD/tests/dist/ipf/input/n3
  vendor/NetBSD/tests/dist/ipf/input/n4
  vendor/NetBSD/tests/dist/ipf/input/n4_6
  vendor/NetBSD/tests/dist/ipf/input/n5
  vendor/NetBSD/tests/dist/ipf/input/n5_6
  vendor/NetBSD/tests/dist/ipf/input/n6
  vendor/NetBSD/tests/dist/ipf/input/n6_6
  vendor/NetBSD/tests/dist/ipf/input/n7
  vendor/NetBSD/tests/dist/ipf/input/n7_6
  vendor/NetBSD/tests/dist/ipf/input/n8
  vendor/NetBSD/tests/dist/ipf/input/n8_6
  vendor/NetBSD/tests/dist/ipf/input/n9
  vendor/NetBSD/tests/dist/ipf/input/n9_6
  vendor/NetBSD/tests/dist/ipf/input/ni1
  vendor/NetBSD/tests/dist/ipf/input/ni10
  vendor/NetBSD/tests/dist/ipf/input/ni11
  vendor/NetBSD/tests/dist/ipf/input/ni12
  vendor/NetBSD/tests/dist/ipf/input/ni13
  vendor/NetBSD/tests/dist/ipf/input/ni14
  vendor/NetBSD/tests/dist/ipf/input/ni15
  vendor/NetBSD/tests/dist/ipf/input/ni16
  vendor/NetBSD/tests/dist/ipf/input/ni17
  vendor/NetBSD/tests/dist/ipf/input/ni18
  vendor/NetBSD/tests/dist/ipf/input/ni19
  vendor/NetBSD/tests/dist/ipf/input/ni2
  vendor/NetBSD/tests/dist/ipf/input/ni20
  vendor/NetBSD/tests/dist/ipf/input/ni21
  vendor/NetBSD/tests/dist/ipf/input/ni23
  vendor/NetBSD/tests/dist/ipf/input/ni3
  vendor/NetBSD/tests/dist/ipf/input/ni4
  vendor/NetBSD/tests/dist/ipf/input/ni5
  vendor/NetBSD/tests/dist/ipf/input/ni6
  vendor/NetBSD/tests/dist/ipf/input/ni7
  vendor/NetBSD/tests/dist/ipf/input/ni8
  vendor/NetBSD/tests/dist/ipf/input/ni9
  vendor/NetBSD/tests/dist/ipf/input/p1
  vendor/NetBSD/tests/dist/ipf/input/p10
  vendor/NetBSD/tests/dist/ipf/input/p11
  vendor/NetBSD/tests/dist/ipf/input/p12
  vendor/NetBSD/tests/dist/ipf/input/p13
  vendor/NetBSD/tests/dist/ipf/input/p2
  vendor/NetBSD/tests/dist/ipf/input/p3
  vendor/NetBSD/tests/dist/ipf/input/p4
  vendor/NetBSD/tests/dist/ipf/input/p5
  vendor/NetBSD/tests/dist/ipf/input/p6
  vendor/NetBSD/tests/dist/ipf/input/p7
  vendor/NetBSD/tests/dist/ipf/input/p9
  vendor/NetBSD/tests/dist/ipf/regress/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/regress/bpf-f1
  vendor/NetBSD/tests/dist/ipf/regress/bpf1
  vendor/NetBSD/tests/dist/ipf/regress/f1
  vendor/NetBSD/tests/dist/ipf/regress/f10
  vendor/NetBSD/tests/dist/ipf/regress/f11
  vendor/NetBSD/tests/dist/ipf/regress/f12
  vendor/NetBSD/tests/dist/ipf/regress/f13
  vendor/NetBSD/tests/dist/ipf/regress/f14
  vendor/NetBSD/tests/dist/ipf/regress/f15
  vendor/NetBSD/tests/dist/ipf/regress/f16
  vendor/NetBSD/tests/dist/ipf/regress/f17
  vendor/NetBSD/tests/dist/ipf/regress/f18
  vendor/NetBSD/tests/dist/ipf/regress/f19
  vendor/NetBSD/tests/dist/ipf/regress/f2
  vendor/NetBSD/tests/dist/ipf/regress/f20
  vendor/NetBSD/tests/dist/ipf/regress/f21
  vendor/NetBSD/tests/dist/ipf/regress/f22
  vendor/NetBSD/tests/dist/ipf/regress/f24
  vendor/NetBSD/tests/dist/ipf/regress/f25
  vendor/NetBSD/tests/dist/ipf/regress/f26
  vendor/NetBSD/tests/dist/ipf/regress/f27
  vendor/NetBSD/tests/dist/ipf/regress/f28.ipf
  vendor/NetBSD/tests/dist/ipf/regress/f28.pool
  vendor/NetBSD/tests/dist/ipf/regress/f29.ipf
  vendor/NetBSD/tests/dist/ipf/regress/f29.pool
  vendor/NetBSD/tests/dist/ipf/regress/f3
  vendor/NetBSD/tests/dist/ipf/regress/f30
  vendor/NetBSD/tests/dist/ipf/regress/f4
  vendor/NetBSD/tests/dist/ipf/regress/f5
  vendor/NetBSD/tests/dist/ipf/regress/f6
  vendor/NetBSD/tests/dist/ipf/regress/f7
  vendor/NetBSD/tests/dist/ipf/regress/f8
  vendor/NetBSD/tests/dist/ipf/regress/f9
  vendor/NetBSD/tests/dist/ipf/regress/i1
  vendor/NetBSD/tests/dist/ipf/regress/i10
  vendor/NetBSD/tests/dist/ipf/regress/i11
  vendor/NetBSD/tests/dist/ipf/regress/i12
  vendor/NetBSD/tests/dist/ipf/regress/i13
  vendor/NetBSD/tests/dist/ipf/regress/i14
  vendor/NetBSD/tests/dist/ipf/regress/i15
  vendor/NetBSD/tests/dist/ipf/regress/i16
  vendor/NetBSD/tests/dist/ipf/regress/i17
  vendor/NetBSD/tests/dist/ipf/regress/i18
  vendor/NetBSD/tests/dist/ipf/regress/i19
  vendor/NetBSD/tests/dist/ipf/regress/i2
  vendor/NetBSD/tests/dist/ipf/regress/i20
  vendor/NetBSD/tests/dist/ipf/regress/i21
  vendor/NetBSD/tests/dist/ipf/regress/i22
  vendor/NetBSD/tests/dist/ipf/regress/i23
  vendor/NetBSD/tests/dist/ipf/regress/i3
  vendor/NetBSD/tests/dist/ipf/regress/i4
  vendor/NetBSD/tests/dist/ipf/regress/i5
  vendor/NetBSD/tests/dist/ipf/regress/i6
  vendor/NetBSD/tests/dist/ipf/regress/i7
  vendor/NetBSD/tests/dist/ipf/regress/i8
  vendor/NetBSD/tests/dist/ipf/regress/i9
  vendor/NetBSD/tests/dist/ipf/regress/in1
  vendor/NetBSD/tests/dist/ipf/regress/in100
  vendor/NetBSD/tests/dist/ipf/regress/in100_6
  vendor/NetBSD/tests/dist/ipf/regress/in101
  vendor/NetBSD/tests/dist/ipf/regress/in101_6
  vendor/NetBSD/tests/dist/ipf/regress/in102
  vendor/NetBSD/tests/dist/ipf/regress/in102_6
  vendor/NetBSD/tests/dist/ipf/regress/in1_6
  vendor/NetBSD/tests/dist/ipf/regress/in2
  vendor/NetBSD/tests/dist/ipf/regress/in2_6
  vendor/NetBSD/tests/dist/ipf/regress/in3
  vendor/NetBSD/tests/dist/ipf/regress/in3_6
  vendor/NetBSD/tests/dist/ipf/regress/in4
  vendor/NetBSD/tests/dist/ipf/regress/in4_6
  vendor/NetBSD/tests/dist/ipf/regress/in5
  vendor/NetBSD/tests/dist/ipf/regress/in5_6
  vendor/NetBSD/tests/dist/ipf/regress/in6
  vendor/NetBSD/tests/dist/ipf/regress/in6_6
  vendor/NetBSD/tests/dist/ipf/regress/in7
  vendor/NetBSD/tests/dist/ipf/regress/in8_6
  vendor/NetBSD/tests/dist/ipf/regress/ip1
  vendor/NetBSD/tests/dist/ipf/regress/ip2
  vendor/NetBSD/tests/dist/ipf/regress/ip3
  vendor/NetBSD/tests/dist/ipf/regress/ipv6.1   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/regress/ipv6.2   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/regress/ipv6.3   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/regress/ipv6.4   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/regress/ipv6.5   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/regress/ipv6.6   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/regress/l1
  vendor/NetBSD/tests/dist/ipf/regress/n1
  vendor/NetBSD/tests/dist/ipf/regress/n10
  vendor/NetBSD/tests/dist/ipf/regress/n100
  vendor/NetBSD/tests/dist/ipf/regress/n101
  vendor/NetBSD/tests/dist/ipf/regress/n102
  vendor/NetBSD/tests/dist/ipf/regress/n103
  vendor/NetBSD/tests/dist/ipf/regress/n104
  vendor/NetBSD/tests/dist/ipf/regress/n105
  vendor/NetBSD/tests/dist/ipf/regress/n106
  vendor/NetBSD/tests/dist/ipf/regress/n10_6
  vendor/NetBSD/tests/dist/ipf/regress/n11
  vendor/NetBSD/tests/dist/ipf/regress/n11_6
  vendor/NetBSD/tests/dist/ipf/regress/n12
  vendor/NetBSD/tests/dist/ipf/regress/n12_6
  vendor/NetBSD/tests/dist/ipf/regress/n13
  vendor/NetBSD/tests/dist/ipf/regress/n13_6
  vendor/NetBSD/tests/dist/ipf/regress/n14
  vendor/NetBSD/tests/dist/ipf/regress/n14_6
  vendor/NetBSD/tests/dist/ipf/regress/n15
  vendor/NetBSD/tests/dist/ipf/regress/n15_6
  vendor/NetBSD/tests/dist/ipf/regress/n16
  vendor/NetBSD/tests/dist/ipf/regress/n16_6
  vendor/NetBSD/tests/dist/ipf/regress/n17
  vendor/NetBSD/tests/dist/ipf/regress/n18
  vendor/NetBSD/tests/dist/ipf/regress/n1_6
  vendor/NetBSD/tests/dist/ipf/regress/n2
  vendor/NetBSD/tests/dist/ipf/regress/n200
  vendor/NetBSD/tests/dist/ipf/regress/n2_6
  vendor/NetBSD/tests/dist/ipf/regress/n3
  vendor/NetBSD/tests/dist/ipf/regress/n4
  vendor/NetBSD/tests/dist/ipf/regress/n4_6
  vendor/NetBSD/tests/dist/ipf/regress/n5
  vendor/NetBSD/tests/dist/ipf/regress/n5_6
  vendor/NetBSD/tests/dist/ipf/regress/n6
  vendor/NetBSD/tests/dist/ipf/regress/n6_6
  vendor/NetBSD/tests/dist/ipf/regress/n7
  vendor/NetBSD/tests/dist/ipf/regress/n7_6
  vendor/NetBSD/tests/dist/ipf/regress/n8
  vendor/NetBSD/tests/dist/ipf/regress/n8_6
  vendor/NetBSD/tests/dist/ipf/regress/n9
  vendor/NetBSD/tests/dist/ipf/regress/n9_6
  vendor/NetBSD/tests/dist/ipf/regress/ni1.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni1.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni10.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni10.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni11.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni11.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni12.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni12.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni13.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni13.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni14.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni14.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni15.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni15.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni16.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni16.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni17.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni17.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni18.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni18.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni19.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni19.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni2.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni2.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni20.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni20.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni21.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni21.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni23.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni23.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni3.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni3.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni4.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni4.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni5.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni5.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni6.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni6.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni7.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni7.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni8.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni8.nat
  vendor/NetBSD/tests/dist/ipf/regress/ni9.ipf
  vendor/NetBSD/tests/dist/ipf/regress/ni9.nat
  vendor/NetBSD/tests/dist/ipf/regress/p1.ipf
  vendor/NetBSD/tests/dist/ipf/regress/p1.pool
  vendor/NetBSD/tests/dist/ipf/regress/p10.nat
  vendor/NetBSD/tests/dist/ipf/regress/p10.pool
  vendor/NetBSD/tests/dist/ipf/regress/p11.nat
  vendor/NetBSD/tests/dist/ipf/regress/p11.pool
  vendor/NetBSD/tests/dist/ipf/regress/p12.nat
  vendor/NetBSD/tests/dist/ipf/regress/p12.pool
  vendor/NetBSD/tests/dist/ipf/regress/p13.ipf
  vendor/NetBSD/tests/dist/ipf/regress/p13.pool
  vendor/NetBSD/tests/dist/ipf/regress/p2.ipf
  vendor/NetBSD/tests/dist/ipf/regress/p3.ipf
  vendor/NetBSD/tests/dist/ipf/regress/p3.pool
  vendor/NetBSD/tests/dist/ipf/regress/p4.nat
  vendor/NetBSD/tests/dist/ipf/regress/p4.pool
  vendor/NetBSD/tests/dist/ipf/regress/p5.ipf
  vendor/NetBSD/tests/dist/ipf/regress/p5.pool
  vendor/NetBSD/tests/dist/ipf/regress/p6.ipf
  vendor/NetBSD/tests/dist/ipf/regress/p6.pool
  vendor/NetBSD/tests/dist/ipf/regress/p6.whois
  vendor/NetBSD/tests/dist/ipf/regress/p7.nat
  vendor/NetBSD/tests/dist/ipf/regress/p7.pool
  vendor/NetBSD/tests/dist/ipf/regress/p9.nat
  vendor/NetBSD/tests/dist/ipf/regress/p9.pool
  vendor/NetBSD/tests/dist/ipf/t_bpf.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/t_filter_exec.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/t_filter_parse.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/t_logging.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/t_nat_exec.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/t_nat_ipf_exec.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/t_nat_parse.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/ipf/t_pools.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/gen_t_subr_prf   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/h_ps_strings1.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/h_ps_strings2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/read/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/read/t_fifo.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/read/t_file.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/read/t_file2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/read/t_pipe.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/read/t_ttypty.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/t_ioctl.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/t_proc1.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/t_proc2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/t_proc3.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/t_sig.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/write/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/write/t_fifo.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/write/t_pipe.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/write/t_ttypty.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/t_extattrctl.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/t_extent.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/t_filedesc.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/t_kauth_pr_47598.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/t_lock.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/t_lockf.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/t_mqueue.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/t_ps_strings.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/t_pty.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/t_rnd.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/t_sysctl.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/t_sysv.c   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/t_umount.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/t_umountstress.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/tty/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/kernel/tty/t_pr.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/Makefile.check_stack   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/alpha/h_initfini_align.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/arm/h_initfini_align.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/hppa/h_initfini_align.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/i386/h_initfini_align.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/ia64/h_initfini_align.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/mips/h_initfini_align.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/powerpc/h_initfini_align.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/sparc/h_initfini_align.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/sparc64/h_initfini_align.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/vax/h_initfini_align.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/x86_64/h_initfini_align.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/dso/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/dso/h_initfini3_dso.cxx   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/h_initfini1.cxx   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/h_initfini3.cxx   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/h_initfini_common.cxx   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/csu/t_crt0.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libbluetooth/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libbluetooth/t_bluetooth.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libbluetooth/t_sdp_data.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libbluetooth/t_sdp_get.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libbluetooth/t_sdp_match.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libbluetooth/t_sdp_put.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libbluetooth/t_sdp_set.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libbpfjit/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libbpfjit/t_bpfjit.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libbpfjit/t_cop.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libbpfjit/t_extmem.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/Makefile.exec_prot   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/aarch64/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/aarch64/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/alpha/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/alpha/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/arm/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/arm/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/hppa/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/hppa/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/i386/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/i386/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/ia64/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/ia64/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/m68k/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/m68k/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/mips/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/mips/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/or1k/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/or1k/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/powerpc/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/powerpc/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/powerpc64/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/powerpc64/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/riscv/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/riscv/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/sh3/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/sh3/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/sparc/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/sparc/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/sparc64/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/sparc64/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/vax/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/vax/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/x86_64/exec_prot_support.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/x86_64/return_one.S   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_faccessat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_fchmodat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_fchownat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_fexecve.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_fstatat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_linkat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_mkdirat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_mkfifoat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_mknodat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_o_search.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_openat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_readlinkat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_renameat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_symlinkat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_unlinkat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/t_utimensat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/common/exec_prot.h   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/db/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/db/README
  vendor/NetBSD/tests/dist/lib/libc/db/h_db.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/db/t_db.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/execve/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/execve/t_execve.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/isqemu.h   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/posix_spawn/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/posix_spawn/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/posix_spawn/h_fileactions.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/posix_spawn/h_nonexec.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/posix_spawn/h_spawn.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/posix_spawn/h_spawnattr.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/posix_spawn/t_fileactions.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/posix_spawn/t_spawn.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/posix_spawn/t_spawnattr.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_alarm.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_assert.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_basedirname.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_closefrom.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_cpuset.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_dir.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_floatunditf.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_fmtcheck.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_fnmatch.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_fpclassify.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_fpsetmask.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_fpsetround.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_ftok.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_getcwd.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_getgrent.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_glob.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_humanize_number.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_isnan.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_nice.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_pause.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_raise.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_randomid.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_realpath.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_setdomainname.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_sethostname.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_siginfo.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_sleep.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_syslog.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_time.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_ttyname.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/t_vis.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/hash/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/hash/data/md5test-in
  vendor/NetBSD/tests/dist/lib/libc/hash/data/md5test-out
  vendor/NetBSD/tests/dist/lib/libc/hash/data/sha1test-in
  vendor/NetBSD/tests/dist/lib/libc/hash/data/sha1test-out
  vendor/NetBSD/tests/dist/lib/libc/hash/data/sha1test2-out
  vendor/NetBSD/tests/dist/lib/libc/hash/h_hash.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/hash/t_hash.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/hash/t_sha2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/inet/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/inet/t_inet_network.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/locale/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/locale/t_io.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/locale/t_mbrtowc.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/locale/t_mbsnrtowcs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/locale/t_mbstowcs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/locale/t_mbtowc.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/locale/t_wcscspn.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/locale/t_wcspbrk.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/locale/t_wcsspn.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/locale/t_wcstod.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/locale/t_wctomb.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/gen_ether_subr   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/README
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/basics_v4.exp
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/basics_v4v6.exp
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/h_gai.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/no_host_v4.exp
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/no_host_v4v6.exp
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/no_serv_v4.exp
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/no_serv_v4v6.exp
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/scoped.exp
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/sock_raw_v4.exp
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/sock_raw_v4v6.exp
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/spec_fam_v4.exp
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/spec_fam_v4v6.exp
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/t_getaddrinfo.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/unsup_fam.exp
  vendor/NetBSD/tests/dist/lib/libc/net/h_dns_server.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/h_hostent.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/h_nsd_recurse.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/h_protoent.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/h_servent.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/hosts
  vendor/NetBSD/tests/dist/lib/libc/net/resolv.conf   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/t_ether_aton.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/t_getprotoent.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/t_hostent.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/t_nsdispatch.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/t_protoent.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/t_servent.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/README
  vendor/NetBSD/tests/dist/lib/libc/regex/data/anchor.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/att/README
  vendor/NetBSD/tests/dist/lib/libc/regex/data/att/basic.dat
  vendor/NetBSD/tests/dist/lib/libc/regex/data/att/categorization.dat
  vendor/NetBSD/tests/dist/lib/libc/regex/data/att/forcedassoc.dat
  vendor/NetBSD/tests/dist/lib/libc/regex/data/att/leftassoc.dat
  vendor/NetBSD/tests/dist/lib/libc/regex/data/att/nullsubexpr.dat
  vendor/NetBSD/tests/dist/lib/libc/regex/data/att/repetition.dat
  vendor/NetBSD/tests/dist/lib/libc/regex/data/att/rightassoc.dat
  vendor/NetBSD/tests/dist/lib/libc/regex/data/backref.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/basic.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/bracket.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/c_comments.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/complex.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/error.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/meta.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/nospec.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/paren.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/regress.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/repet_bounded.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/repet_multi.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/repet_ordinary.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/startend.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/subexp.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/subtle.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/word_bound.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/zero.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/debug.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/main.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/split.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/t_exhaust.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/t_regex.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/t_regex_att.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/test_regex.h   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/rpc/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/rpc/h_testbits.x
  vendor/NetBSD/tests/dist/lib/libc/rpc/t_rpc.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/rpc/t_xdr.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/setjmp/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/setjmp/t_setjmp.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/setjmp/t_threadjmp.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_fgets.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_getcwd.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_gets.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_memcpy.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_memmove.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_memset.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_raw.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_read.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_readlink.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_snprintf.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_sprintf.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_stpcpy.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_stpncpy.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_strcat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_strcpy.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_strncat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_strncpy.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_vsnprintf.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/h_vsprintf.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/t_ssp.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdio/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdio/t_clearerr.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdio/t_fflush.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdio/t_fmemopen.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdio/t_fopen.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdio/t_fputc.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdio/t_mktemp.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdio/t_popen.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdio/t_printf.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdio/t_scanf.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/h_atexit.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/h_getopt.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/h_getopt_long.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/t_abs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/t_atexit.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/t_atoi.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/t_div.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/t_exit.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/t_getenv.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/t_getenv_thread.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/t_getopt.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/t_hsearch.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/t_mi_vector_hash.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/t_posix_memalign.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/t_random.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/t_strtod.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/t_strtol.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/t_system.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_bm.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_memchr.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_memcpy.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_memmem.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_memset.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_popcount.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_strcat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_strchr.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_strcmp.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_strcpy.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_strcspn.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_strerror.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_stresep.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_strlen.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_strpbrk.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_strrchr.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_strspn.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/t_swab.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sync/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sync/all_sync_ops_linkable.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_access.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_chroot.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_clock_gettime.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_clone.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_connect.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_dup.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_fsync.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_getcontext.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_getgroups.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_getitimer.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_getlogin.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_getpid.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_getrusage.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_getsid.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_gettimeofday.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_issetugid.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_kevent.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_kill.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_link.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_listen.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_lwp_create.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_lwp_ctl.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_mincore.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_minherit.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_mkdir.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_mkfifo.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_mknod.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_mlock.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_mmap.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_mprotect.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_msgctl.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_msgget.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_msgrcv.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_msgsnd.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_msync.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_nanosleep.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_pipe.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_pipe2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_poll.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_posix_fadvise.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_recvmmsg.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_revoke.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_select.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_setrlimit.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_setuid.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_sigaction.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_sigqueue.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_sigtimedwait.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_socketpair.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_stat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_swapcontext.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_timer_create.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_truncate.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_ucontext.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_umask.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_unlink.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/t_write.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/t_cdb.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/t_convfp.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/t_gdtoa.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/termios/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/termios/t_tcsetpgrp.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/time/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/time/t_mktime.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/time/t_strptime.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/tls/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/tls/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/tls/dso/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/tls/dso/h_tls_dlopen.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/tls/t_tls_dlopen.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/tls/t_tls_dynamic.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/tls/t_tls_static.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/tls/t_tls_static_helper.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/tls_dso/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/tls_dso/h_tls_dynamic.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ttyio/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ttyio/t_ptm.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libc/ttyio/t_ttyio.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcrypt/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcrypt/t_crypt.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/atf.terminfo   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/addch.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/addchstr.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/addstr.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/attributes.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/background1.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/background2.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/background3.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/background4.chk   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/background5.chk   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/bell.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/box_standout.chk   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/chgat1.chk   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/chgat2.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/chgat3.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/clear1.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/clear10.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/clear2.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/clear3.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/clear4.chk   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/clear5.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/clear6.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/clear7.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/clear8.chk   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/clear9.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/color_blank_draw.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/color_blue_back.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/color_default.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/color_red_fore.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/color_set.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/color_start.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/copywin1.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/copywin10.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/copywin11.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/copywin12.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/copywin13.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/copywin14.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/copywin2.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/copywin3.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/copywin4.chk   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/copywin5.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/copywin6.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/copywin7.chk   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/copywin8.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/copywin9.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/curs_set1.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/curs_set2.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/curs_set3.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/curses_start.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/fill.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/home.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/timeout.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/wborder.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/wborder_refresh.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/wgetstr.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/wgetstr_refresh.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/window.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/wprintw_refresh.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/wscrl1.chk
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/wscrl2.chk   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/director/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/director/director.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/director/returns.h   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/director/testlang_conf.l
  vendor/NetBSD/tests/dist/lib/libcurses/director/testlang_parse.y
  vendor/NetBSD/tests/dist/lib/libcurses/slave/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/slave/command_table.h   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/slave/commands.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/slave/curses_commands.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/slave/curses_commands.h   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/slave/slave.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/slave/slave.h   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/t_curses.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/testframe.txt   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/tests/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/tests/addch
  vendor/NetBSD/tests/dist/lib/libcurses/tests/addchnstr
  vendor/NetBSD/tests/dist/lib/libcurses/tests/addchstr
  vendor/NetBSD/tests/dist/lib/libcurses/tests/addnstr
  vendor/NetBSD/tests/dist/lib/libcurses/tests/addstr
  vendor/NetBSD/tests/dist/lib/libcurses/tests/assume_default_colors
  vendor/NetBSD/tests/dist/lib/libcurses/tests/attributes
  vendor/NetBSD/tests/dist/lib/libcurses/tests/background
  vendor/NetBSD/tests/dist/lib/libcurses/tests/beep
  vendor/NetBSD/tests/dist/lib/libcurses/tests/box
  vendor/NetBSD/tests/dist/lib/libcurses/tests/can_change_color
  vendor/NetBSD/tests/dist/lib/libcurses/tests/cbreak
  vendor/NetBSD/tests/dist/lib/libcurses/tests/chgat
  vendor/NetBSD/tests/dist/lib/libcurses/tests/clear
  vendor/NetBSD/tests/dist/lib/libcurses/tests/color_content
  vendor/NetBSD/tests/dist/lib/libcurses/tests/color_set
  vendor/NetBSD/tests/dist/lib/libcurses/tests/copywin
  vendor/NetBSD/tests/dist/lib/libcurses/tests/curs_set
  vendor/NetBSD/tests/dist/lib/libcurses/tests/fill_screen
  vendor/NetBSD/tests/dist/lib/libcurses/tests/getch
  vendor/NetBSD/tests/dist/lib/libcurses/tests/getstr
  vendor/NetBSD/tests/dist/lib/libcurses/tests/mvwin
  vendor/NetBSD/tests/dist/lib/libcurses/tests/start
  vendor/NetBSD/tests/dist/lib/libcurses/tests/start_color
  vendor/NetBSD/tests/dist/lib/libcurses/tests/std_defines
  vendor/NetBSD/tests/dist/lib/libcurses/tests/termattrs
  vendor/NetBSD/tests/dist/lib/libcurses/tests/timeout
  vendor/NetBSD/tests/dist/lib/libcurses/tests/wborder
  vendor/NetBSD/tests/dist/lib/libcurses/tests/window
  vendor/NetBSD/tests/dist/lib/libcurses/tests/window_create
  vendor/NetBSD/tests/dist/lib/libcurses/tests/wprintw
  vendor/NetBSD/tests/dist/lib/libcurses/tests/wscrl
  vendor/NetBSD/tests/dist/lib/libdes/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libdes/t_des.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libevent/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libevent/t_event.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libexecinfo/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libexecinfo/t_backtrace.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_acos.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_asin.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_atan.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_cbrt.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_ceil.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_cos.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_cosh.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_erf.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_exp.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_fmod.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_infinity.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_ldexp.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_libm.h   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_log.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_modf.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_pow.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_precision.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_round.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_scalbn.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_sin.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_sinh.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_sqrt.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_tan.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libm/t_tanh.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libobjc/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libobjc/t_threads.m
  vendor/NetBSD/tests/dist/lib/libposix/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libposix/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libposix/bsd/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libposix/posix1/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libposix/posix2/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libposix/t_rename.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libppath/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libppath/personnel.plist   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libppath/plist_to_c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libppath/t_ppath.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libprop/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libprop/t_basic.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/d_mach
  vendor/NetBSD/tests/dist/lib/libpthread/dlopen/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/dlopen/dso/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/dlopen/dso/h_pthread_dlopen.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/dlopen/t_dlopen.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/dlopen/t_dso_pthread_create.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/dlopen/t_main_pthread_create.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/h_atexit.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/h_cancel.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/h_common.h   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/h_exit.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/h_resolv.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_atexit.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_barrier.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_cancel.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_cond.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_condwait.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_detach.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_equal.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_exit.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_fork.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_fpu.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_join.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_kill.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_mutex.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_name.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_once.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_preempt.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_resolv.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_rwlock.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_sem.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_sigalarm.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_siglongjmp.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_sigmask.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_sigsuspend.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_sleep.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/t_swapcontext.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librt/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librt/t_sched.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librt/t_sem.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumpclient/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumpclient/h_exec.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumpclient/h_execthr.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumpclient/t_exec.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumpclient/t_fd.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumphijack/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumphijack/h_client.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumphijack/h_cwd.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumphijack/h_netget.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumphijack/index.html   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumphijack/netstat.expout
  vendor/NetBSD/tests/dist/lib/librumphijack/ssh_config.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumphijack/ssh_host_key
  vendor/NetBSD/tests/dist/lib/librumphijack/ssh_host_key.pub
  vendor/NetBSD/tests/dist/lib/librumphijack/sshd_config.in   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumphijack/t_asyncio.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumphijack/t_config.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumphijack/t_cwd.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumphijack/t_sh.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumphijack/t_tcpip.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/librumphijack/t_vfs.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libskey/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libskey/t_algorithms.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libsljit/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libsljit/t_sljit.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libtre/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libutil/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libutil/t_efun.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libutil/t_parsedate.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libutil/t_pidfile.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libutil/t_snprintb.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/libutil/t_sockaddr_snprintf.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/semaphore/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/semaphore/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/semaphore/pthread/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/semaphore/pthread/t_sem_pth.c   (contents, props changed)
  vendor/NetBSD/tests/dist/lib/semaphore/sem.c   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stderr.v0-v0
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stderr.v0-v1
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stderr.v0-v2
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stderr.v1-v0
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stderr.v1-v1
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stderr.v1-v2
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stderr.v2-v0
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stderr.v2-v1
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stderr.v2-v2
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stdout.v0-v0
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stdout.v0-v1
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stdout.v0-v2
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stdout.v1-v0
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stdout.v1-v1
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stdout.v1-v2
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stdout.v2-v0
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stdout.v2-v1
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/symver-output-ref-stdout.v2-v2
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/h_df_1_noopen.c   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/h_dl_symver.c   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/h_ifunc.c   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/h_locking.c   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_dso1/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_dso1/h_helper_dso1.c   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_dso2/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_dso2/h_helper_dso2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_ifunc_dso/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_ifunc_dso/h_helper_ifunc.c   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_symver_dso0/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_symver_dso0/h_helper_symver_dso0.c   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_symver_dso1/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_symver_dso1/h_helper_symver_dso1.c   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_symver_dso1/h_helper_symver_dso1.map
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_symver_dso2/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_symver_dso2/h_helper_symver_dso2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_symver_dso2/h_helper_symver_dso2.map
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/t_df_1_noopen.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/t_dl_symver.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/t_dlerror-cleared.c   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/t_dlerror-false.c   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/t_dlinfo.c   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/t_dlvsym.c   (contents, props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/t_ifunc.c   (contents, props changed)
  vendor/NetBSD/tests/dist/modules/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/modules/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/modules/k_helper/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/modules/k_helper/k_helper.c   (contents, props changed)
  vendor/NetBSD/tests/dist/modules/k_helper2/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/modules/k_helper2/k_helper2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/modules/k_helper3/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/modules/k_helper3/k_helper3.c   (contents, props changed)
  vendor/NetBSD/tests/dist/modules/k_uvm/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/modules/k_uvm/k_uvm.c   (contents, props changed)
  vendor/NetBSD/tests/dist/modules/t_abi_uvm.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/modules/t_builtin.c   (contents, props changed)
  vendor/NetBSD/tests/dist/modules/t_modctl.c   (contents, props changed)
  vendor/NetBSD/tests/dist/modules/t_modload.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/net/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/net/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/net/bpf/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/net/bpf/h_bpf.h   (contents, props changed)
  vendor/NetBSD/tests/dist/net/bpf/t_bpf.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/bpf/t_div-by-zero.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/bpf/t_mbuf.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/bpfilter/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/net/bpfilter/t_bpfilter.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/bpfjit/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/net/bpfjit/t_bpfjit.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/bpfjit/t_cop.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/bpfjit/t_extmem.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/bpfjit/t_mbuf.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/carp/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/net/carp/t_basic.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/config/netconfig.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/fdpass/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/net/fdpass/fdpass.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/fdpass/t_fdpass.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/net/icmp/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/net/icmp/t_forward.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/icmp/t_ping.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/icmp/t_ping2.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/net/if/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/net/if/t_compat.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/if_bridge/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/net/if_bridge/t_bridge.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/net/if_loop/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/net/if_loop/t_pr.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/mpls/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/net/mpls/t_ldp_regen.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/net/mpls/t_mpls_fw.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/net/mpls/t_rfc4182.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/net/net/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/net/net/t_pktinfo.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/net/t_raw.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/net/t_tcp.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/net/t_udp.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/net/t_unix.c   (contents, props changed)
  vendor/NetBSD/tests/dist/net/npf/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/net/npf/t_npf.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/net/route/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/net/route/t_change.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/net/sys/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/net/sys/t_rfc6056.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/kernspace/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/kernspace/alloc.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/kernspace/busypage.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/kernspace/kernspace.h   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/kernspace/lockme.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/kernspace/sendsig.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/kernspace/thread.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/kernspace/tsleep.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/modautoload/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/modautoload/t_modautoload.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/h_client/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/h_client/h_forkcli.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/h_client/h_reconcli.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/h_client/h_sigcli.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/h_client/h_simplecli.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/h_client/h_stresscli.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/h_server/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/h_server/h_simpleserver.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/t_copy.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/t_kern.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/t_lwproc.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/t_modcmd.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/t_modlinkset.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/t_signals.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/t_sp.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/t_threads.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/t_tsleep.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/t_vm.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpnet/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpnet/t_shmif.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpvfs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpvfs/t_basic.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpvfs/t_etfs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/rump/rumpvfs/t_p2kifs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/Makefile.inc   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/fsck_ffs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/fsck_ffs/quotas_common.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/fsck_ffs/t_check_quotas.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/fsck_ffs/t_enable_quotas.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/ifconfig/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/ifconfig/t_nonexistent.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/newfs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/newfs/quotas_common.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/newfs/t_enable_quotas.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/newfs_msdos/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/newfs_msdos/t_create.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/resize_ffs/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/resize_ffs/common.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/resize_ffs/t_grow.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/resize_ffs/t_grow_swapped.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/resize_ffs/t_shrink.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/resize_ffs/t_shrink_swapped.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/resize_ffs/testdata.md5
  vendor/NetBSD/tests/dist/sbin/resize_ffs/testdata.tar.gz.base64
  vendor/NetBSD/tests/dist/sbin/route/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/route/t_missing.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/sysctl/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/sysctl/t_perm.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sbin/sysctl/t_sysctl.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/share/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/share/examples/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/share/examples/t_asm.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/share/mk/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/share/mk/common.subr
  vendor/NetBSD/tests/dist/share/mk/t_lib.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/share/mk/t_own.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/share/mk/t_prog.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/share/mk/t_test.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sys/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/sys/rc/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/sys/rc/h_args.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sys/rc/h_simple.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/sys/rc/t_rc_d_cli.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_assign_NF.awk   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_assign_NF.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_assign_NF.out
  vendor/NetBSD/tests/dist/usr.bin/awk/d_big_regexp.awk   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_big_regexp.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_big_regexp.out
  vendor/NetBSD/tests/dist/usr.bin/awk/d_end1.awk   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_end1.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_end1.out
  vendor/NetBSD/tests/dist/usr.bin/awk/d_end2.awk   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_end2.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_end2.out
  vendor/NetBSD/tests/dist/usr.bin/awk/d_period.awk   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_period.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_period.out
  vendor/NetBSD/tests/dist/usr.bin/awk/d_string1.awk   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_string1.out
  vendor/NetBSD/tests/dist/usr.bin/awk/d_tolower.awk   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_tolower.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_tolower.out   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_toupper.awk   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_toupper.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/d_toupper.out   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/t_awk.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/basename/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/basename/t_basename.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/bzip2/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/bzip2/t_bzip2.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/cc/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/cc/t_hello.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/cmp/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/cmp/t_cmp.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/config/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/config/d_deffs_redef
  vendor/NetBSD/tests/dist/usr.bin/config/d_loop
  vendor/NetBSD/tests/dist/usr.bin/config/d_loop2
  vendor/NetBSD/tests/dist/usr.bin/config/d_no_pseudo
  vendor/NetBSD/tests/dist/usr.bin/config/d_postponed_orphan
  vendor/NetBSD/tests/dist/usr.bin/config/d_pseudo_parent
  vendor/NetBSD/tests/dist/usr.bin/config/d_shadow_instance
  vendor/NetBSD/tests/dist/usr.bin/config/support/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/config/support/arch/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/config/support/arch/regress/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/config/support/arch/regress/conf/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/config/support/arch/regress/conf/Makefile.regress   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/config/support/arch/regress/conf/files.regress
  vendor/NetBSD/tests/dist/usr.bin/config/support/arch/regress/conf/std.regress
  vendor/NetBSD/tests/dist/usr.bin/config/support/conf/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/config/support/conf/files
  vendor/NetBSD/tests/dist/usr.bin/config/t_config.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/cut/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/cut/d_basic.out
  vendor/NetBSD/tests/dist/usr.bin/cut/d_cut.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/cut/d_dflag.out
  vendor/NetBSD/tests/dist/usr.bin/cut/d_dsflag.out
  vendor/NetBSD/tests/dist/usr.bin/cut/d_latin1.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/cut/d_sflag.out
  vendor/NetBSD/tests/dist/usr.bin/cut/d_utf8.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/cut/t_cut.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/diff/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/diff/d_mallocv1.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/diff/d_mallocv2.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/diff/t_diff.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/dirname/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/dirname/t_dirname.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/find/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/find/t_find.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/grep/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/grep/d_basic.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_begin_end_a.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_begin_end_b.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_binary.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_context2_a.out   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/grep/d_context2_b.out   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/grep/d_context2_c.out   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/grep/d_context_a.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/grep/d_context_a.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_context_b.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/grep/d_context_b.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_context_c.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_context_d.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_egrep.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_file_exp.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/grep/d_file_exp.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_ignore_case.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_input
  vendor/NetBSD/tests/dist/usr.bin/grep/d_invert.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/grep/d_invert.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_recurse.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_recurse_symlink.err
  vendor/NetBSD/tests/dist/usr.bin/grep/d_recurse_symlink.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_whole_line.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_word_regexps.out
  vendor/NetBSD/tests/dist/usr.bin/grep/d_zgrep.out
  vendor/NetBSD/tests/dist/usr.bin/grep/t_grep.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/gzip/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/gzip/t_gzip.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/id/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/id/pwgr.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/id/t_groups.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/id/t_id.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/id/t_whoami.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/infocmp/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/infocmp/t_terminfo.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/jot/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/jot/d_basic.out
  vendor/NetBSD/tests/dist/usr.bin/jot/t_jot.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/m4/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/m4/d_ff_after_dnl.m4.uue
  vendor/NetBSD/tests/dist/usr.bin/m4/d_ff_after_dnl.out
  vendor/NetBSD/tests/dist/usr.bin/m4/d_m4wrap-P.m4
  vendor/NetBSD/tests/dist/usr.bin/m4/d_m4wrap-P.out
  vendor/NetBSD/tests/dist/usr.bin/m4/d_m4wrap.m4
  vendor/NetBSD/tests/dist/usr.bin/m4/d_m4wrap.out
  vendor/NetBSD/tests/dist/usr.bin/m4/t_m4.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/make/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/make/t_make.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/mkdep/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/mkdep/t_mkdep.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/nbperf/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/nbperf/h_nbperf.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/nbperf/hash_driver.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/nbperf/t_nbperf.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/netpgpverify/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/netpgpverify/t_netpgpverify.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/pr/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/pr/d_basic.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/pr/d_basic.out
  vendor/NetBSD/tests/dist/usr.bin/pr/t_basic.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/rump_server/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/rump_server/t_disk.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sdiff/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_dot.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_flags_l.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_flags_s.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_flags_w.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_iflags_a1.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_iflags_a2.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_iflags_b1.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_iflags_b2.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_iflags_c1.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_iflags_c2.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_iflags_d1.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_iflags_d2.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_input1
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_input2
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_oneline.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_oneline_a.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_oneline_b.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_same.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_short.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_tabends.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_tabends_a.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_tabends_b.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_tabends_c.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_tabs.out
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_tabs1.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sdiff/d_tabs2.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sdiff/t_sdiff.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sed/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sed/d_c2048.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sed/t_sed.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/shmif_dumpbus/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/shmif_dumpbus/d_pcap.out.bz2.uue
  vendor/NetBSD/tests/dist/usr.bin/shmif_dumpbus/d_pkthdrs.out.bz2.uue
  vendor/NetBSD/tests/dist/usr.bin/shmif_dumpbus/shmbus.bz2.uue
  vendor/NetBSD/tests/dist/usr.bin/shmif_dumpbus/t_basic.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sort/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sort/d_any_char_dflag_out.txt   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sort/d_any_char_fflag_out.txt   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sort/d_any_char_iflag_out.txt   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sort/d_any_char_in.txt   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/sort/t_sort.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/tmux/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/tmux/t_tmux.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/tr/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/tr/t_basic.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/unifdef/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/unifdef/d_basic.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/unifdef/d_basic.out
  vendor/NetBSD/tests/dist/usr.bin/unifdef/t_basic.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/vmstat/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/vmstat/t_vmstat.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_alignof.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_c99_complex_num.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_c99_complex_split.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_c99_decls_after_stmt.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_c99_decls_after_stmt2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_c99_decls_after_stmt3.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_c99_for_loops.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_c99_func.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_c99_recursive_init.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_c99_struct_init.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_c99_union_init1.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_c99_union_init2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_c99_union_init3.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_c9x_array_init.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_c9x_recursive_init.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_cast_init.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_cast_init2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_cast_lhs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_compound_literals1.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_compound_literals2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_constant_conv1.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_constant_conv2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_cvt_constant.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_cvt_in_ternary.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_ellipsis_in_switch.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_gcc_compound_statements1.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_gcc_compound_statements2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_gcc_compound_statements3.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_gcc_extension.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_gcc_func.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_gcc_variable_array_init.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_incorrect_array_size.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_long_double_int.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_nested_structs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_nolimit_init.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_packed_structs.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_shift_to_narrower_type.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_type_conv1.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_type_conv2.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_type_conv3.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_typename_as_var.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/d_zero_sized_arrays.c   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/t_integration.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.sbin/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.sbin/mtree/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.sbin/mtree/d_convert.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.sbin/mtree/d_convert_C.out
  vendor/NetBSD/tests/dist/usr.sbin/mtree/d_convert_C_S.out
  vendor/NetBSD/tests/dist/usr.sbin/mtree/d_convert_D.out
  vendor/NetBSD/tests/dist/usr.sbin/mtree/d_convert_D_S.out
  vendor/NetBSD/tests/dist/usr.sbin/mtree/d_merge.in   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.sbin/mtree/d_merge_C_M.out
  vendor/NetBSD/tests/dist/usr.sbin/mtree/d_merge_C_M_S.out
  vendor/NetBSD/tests/dist/usr.sbin/mtree/mtree_d_create.out
  vendor/NetBSD/tests/dist/usr.sbin/mtree/netbsd6_d_create.out
  vendor/NetBSD/tests/dist/usr.sbin/mtree/t_mtree.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.sbin/tcpdump/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.sbin/tcpdump/t_tcpdump.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.sbin/traceroute/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.sbin/traceroute/t_traceroute.sh   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.sbin/useradd/Makefile   (contents, props changed)
  vendor/NetBSD/tests/dist/usr.sbin/useradd/t_useradd.sh   (contents, props changed)
Directory Properties:
  vendor/NetBSD/tests/dist/   (props changed)
  vendor/NetBSD/tests/dist/bin/   (props changed)
  vendor/NetBSD/tests/dist/bin/cat/   (props changed)
  vendor/NetBSD/tests/dist/bin/cp/   (props changed)
  vendor/NetBSD/tests/dist/bin/dd/   (props changed)
  vendor/NetBSD/tests/dist/bin/df/   (props changed)
  vendor/NetBSD/tests/dist/bin/expr/   (props changed)
  vendor/NetBSD/tests/dist/bin/pax/   (props changed)
  vendor/NetBSD/tests/dist/bin/ps/   (props changed)
  vendor/NetBSD/tests/dist/bin/sh/   (props changed)
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/   (props changed)
  vendor/NetBSD/tests/dist/bin/sh/dotcmd/out/   (props changed)
  vendor/NetBSD/tests/dist/bin/sleep/   (props changed)
  vendor/NetBSD/tests/dist/bin/tar/   (props changed)
  vendor/NetBSD/tests/dist/crypto/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/bf/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/bn/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/bn/bn/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/bn/div/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/bn/exp/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/cast/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/conf/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/des/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/dh/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/dsa/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/ec/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/ecdh/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/ecdsa/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/engine/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/evp/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/hmac/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/idea/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/lhash/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/md2/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/md4/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/md5/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/mdc2/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/rand/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/rc2/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/rc4/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/rc5/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/ripemd/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/rsa/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/sha/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/sha1/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/srp/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/threads/   (props changed)
  vendor/NetBSD/tests/dist/crypto/libcrypto/x509v3/   (props changed)
  vendor/NetBSD/tests/dist/crypto/opencrypto/   (props changed)
  vendor/NetBSD/tests/dist/dev/   (props changed)
  vendor/NetBSD/tests/dist/dev/audio/   (props changed)
  vendor/NetBSD/tests/dist/dev/cgd/   (props changed)
  vendor/NetBSD/tests/dist/dev/dm/   (props changed)
  vendor/NetBSD/tests/dist/dev/md/   (props changed)
  vendor/NetBSD/tests/dist/dev/raidframe/   (props changed)
  vendor/NetBSD/tests/dist/dev/scsipi/   (props changed)
  vendor/NetBSD/tests/dist/dev/scsipi/libscsitest/   (props changed)
  vendor/NetBSD/tests/dist/dev/sysmon/   (props changed)
  vendor/NetBSD/tests/dist/fs/   (props changed)
  vendor/NetBSD/tests/dist/fs/cd9660/   (props changed)
  vendor/NetBSD/tests/dist/fs/common/   (props changed)
  vendor/NetBSD/tests/dist/fs/ffs/   (props changed)
  vendor/NetBSD/tests/dist/fs/fifofs/   (props changed)
  vendor/NetBSD/tests/dist/fs/hfs/   (props changed)
  vendor/NetBSD/tests/dist/fs/kernfs/   (props changed)
  vendor/NetBSD/tests/dist/fs/lfs/   (props changed)
  vendor/NetBSD/tests/dist/fs/msdosfs/   (props changed)
  vendor/NetBSD/tests/dist/fs/nfs/   (props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/   (props changed)
  vendor/NetBSD/tests/dist/fs/nfs/nfsservice/rpcbind/   (props changed)
  vendor/NetBSD/tests/dist/fs/nullfs/   (props changed)
  vendor/NetBSD/tests/dist/fs/psshfs/   (props changed)
  vendor/NetBSD/tests/dist/fs/ptyfs/   (props changed)
  vendor/NetBSD/tests/dist/fs/puffs/   (props changed)
  vendor/NetBSD/tests/dist/fs/puffs/h_dtfs/   (props changed)
  vendor/NetBSD/tests/dist/fs/tmpfs/   (props changed)
  vendor/NetBSD/tests/dist/fs/umapfs/   (props changed)
  vendor/NetBSD/tests/dist/fs/union/   (props changed)
  vendor/NetBSD/tests/dist/fs/vfs/   (props changed)
  vendor/NetBSD/tests/dist/fs/zfs/   (props changed)
  vendor/NetBSD/tests/dist/games/   (props changed)
  vendor/NetBSD/tests/dist/include/   (props changed)
  vendor/NetBSD/tests/dist/include/machine/   (props changed)
  vendor/NetBSD/tests/dist/include/sys/   (props changed)
  vendor/NetBSD/tests/dist/ipf/   (props changed)
  vendor/NetBSD/tests/dist/ipf/expected/   (props changed)
  vendor/NetBSD/tests/dist/ipf/input/   (props changed)
  vendor/NetBSD/tests/dist/ipf/regress/   (props changed)
  vendor/NetBSD/tests/dist/kernel/   (props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/   (props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/read/   (props changed)
  vendor/NetBSD/tests/dist/kernel/kqueue/write/   (props changed)
  vendor/NetBSD/tests/dist/kernel/tty/   (props changed)
  vendor/NetBSD/tests/dist/lib/   (props changed)
  vendor/NetBSD/tests/dist/lib/csu/   (props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/   (props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/alpha/   (props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/arm/   (props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/hppa/   (props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/i386/   (props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/ia64/   (props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/mips/   (props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/powerpc/   (props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/sparc/   (props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/sparc64/   (props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/vax/   (props changed)
  vendor/NetBSD/tests/dist/lib/csu/arch/x86_64/   (props changed)
  vendor/NetBSD/tests/dist/lib/csu/dso/   (props changed)
  vendor/NetBSD/tests/dist/lib/libbluetooth/   (props changed)
  vendor/NetBSD/tests/dist/lib/libbpfjit/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/aarch64/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/alpha/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/arm/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/hppa/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/i386/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/ia64/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/m68k/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/mips/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/or1k/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/powerpc/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/powerpc64/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/riscv/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/sh3/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/sparc/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/sparc64/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/vax/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/arch/x86_64/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/c063/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/common/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/db/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/execve/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/gen/posix_spawn/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/hash/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/hash/data/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/inet/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/locale/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/net/getaddrinfo/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/regex/data/att/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/rpc/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/setjmp/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/ssp/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdio/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/stdlib/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/string/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/sync/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/sys/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/termios/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/time/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/tls/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/tls/dso/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/tls_dso/   (props changed)
  vendor/NetBSD/tests/dist/lib/libc/ttyio/   (props changed)
  vendor/NetBSD/tests/dist/lib/libcrypt/   (props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/   (props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/check_files/   (props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/director/   (props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/slave/   (props changed)
  vendor/NetBSD/tests/dist/lib/libcurses/tests/   (props changed)
  vendor/NetBSD/tests/dist/lib/libdes/   (props changed)
  vendor/NetBSD/tests/dist/lib/libevent/   (props changed)
  vendor/NetBSD/tests/dist/lib/libexecinfo/   (props changed)
  vendor/NetBSD/tests/dist/lib/libm/   (props changed)
  vendor/NetBSD/tests/dist/lib/libobjc/   (props changed)
  vendor/NetBSD/tests/dist/lib/libposix/   (props changed)
  vendor/NetBSD/tests/dist/lib/libposix/bsd/   (props changed)
  vendor/NetBSD/tests/dist/lib/libposix/posix1/   (props changed)
  vendor/NetBSD/tests/dist/lib/libposix/posix2/   (props changed)
  vendor/NetBSD/tests/dist/lib/libppath/   (props changed)
  vendor/NetBSD/tests/dist/lib/libprop/   (props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/   (props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/dlopen/   (props changed)
  vendor/NetBSD/tests/dist/lib/libpthread/dlopen/dso/   (props changed)
  vendor/NetBSD/tests/dist/lib/librt/   (props changed)
  vendor/NetBSD/tests/dist/lib/librumpclient/   (props changed)
  vendor/NetBSD/tests/dist/lib/librumphijack/   (props changed)
  vendor/NetBSD/tests/dist/lib/libskey/   (props changed)
  vendor/NetBSD/tests/dist/lib/libsljit/   (props changed)
  vendor/NetBSD/tests/dist/lib/libtre/   (props changed)
  vendor/NetBSD/tests/dist/lib/libutil/   (props changed)
  vendor/NetBSD/tests/dist/lib/semaphore/   (props changed)
  vendor/NetBSD/tests/dist/lib/semaphore/pthread/   (props changed)
  vendor/NetBSD/tests/dist/libexec/   (props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/   (props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/data/   (props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_dso1/   (props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_dso2/   (props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_ifunc_dso/   (props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_symver_dso0/   (props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_symver_dso1/   (props changed)
  vendor/NetBSD/tests/dist/libexec/ld.elf_so/helper_symver_dso2/   (props changed)
  vendor/NetBSD/tests/dist/modules/   (props changed)
  vendor/NetBSD/tests/dist/modules/k_helper/   (props changed)
  vendor/NetBSD/tests/dist/modules/k_helper2/   (props changed)
  vendor/NetBSD/tests/dist/modules/k_helper3/   (props changed)
  vendor/NetBSD/tests/dist/modules/k_uvm/   (props changed)
  vendor/NetBSD/tests/dist/net/   (props changed)
  vendor/NetBSD/tests/dist/net/bpf/   (props changed)
  vendor/NetBSD/tests/dist/net/bpfilter/   (props changed)
  vendor/NetBSD/tests/dist/net/bpfjit/   (props changed)
  vendor/NetBSD/tests/dist/net/carp/   (props changed)
  vendor/NetBSD/tests/dist/net/config/   (props changed)
  vendor/NetBSD/tests/dist/net/fdpass/   (props changed)
  vendor/NetBSD/tests/dist/net/icmp/   (props changed)
  vendor/NetBSD/tests/dist/net/if/   (props changed)
  vendor/NetBSD/tests/dist/net/if_bridge/   (props changed)
  vendor/NetBSD/tests/dist/net/if_loop/   (props changed)
  vendor/NetBSD/tests/dist/net/mpls/   (props changed)
  vendor/NetBSD/tests/dist/net/net/   (props changed)
  vendor/NetBSD/tests/dist/net/npf/   (props changed)
  vendor/NetBSD/tests/dist/net/route/   (props changed)
  vendor/NetBSD/tests/dist/net/sys/   (props changed)
  vendor/NetBSD/tests/dist/rump/   (props changed)
  vendor/NetBSD/tests/dist/rump/kernspace/   (props changed)
  vendor/NetBSD/tests/dist/rump/modautoload/   (props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/   (props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/h_client/   (props changed)
  vendor/NetBSD/tests/dist/rump/rumpkern/h_server/   (props changed)
  vendor/NetBSD/tests/dist/rump/rumpnet/   (props changed)
  vendor/NetBSD/tests/dist/rump/rumpvfs/   (props changed)
  vendor/NetBSD/tests/dist/sbin/   (props changed)
  vendor/NetBSD/tests/dist/sbin/fsck_ffs/   (props changed)
  vendor/NetBSD/tests/dist/sbin/ifconfig/   (props changed)
  vendor/NetBSD/tests/dist/sbin/newfs/   (props changed)
  vendor/NetBSD/tests/dist/sbin/newfs_msdos/   (props changed)
  vendor/NetBSD/tests/dist/sbin/resize_ffs/   (props changed)
  vendor/NetBSD/tests/dist/sbin/route/   (props changed)
  vendor/NetBSD/tests/dist/sbin/sysctl/   (props changed)
  vendor/NetBSD/tests/dist/share/   (props changed)
  vendor/NetBSD/tests/dist/share/examples/   (props changed)
  vendor/NetBSD/tests/dist/share/mk/   (props changed)
  vendor/NetBSD/tests/dist/sys/   (props changed)
  vendor/NetBSD/tests/dist/sys/rc/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/awk/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/basename/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/bzip2/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/cc/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/cmp/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/config/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/config/support/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/config/support/arch/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/config/support/arch/regress/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/config/support/arch/regress/conf/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/config/support/conf/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/cut/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/diff/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/dirname/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/find/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/grep/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/gzip/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/id/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/infocmp/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/jot/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/m4/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/make/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/mkdep/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/nbperf/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/netpgpverify/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/pr/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/rump_server/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/sdiff/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/sed/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/shmif_dumpbus/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/sort/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/tmux/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/tr/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/unifdef/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/vmstat/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/   (props changed)
  vendor/NetBSD/tests/dist/usr.bin/xlint/lint1/   (props changed)
  vendor/NetBSD/tests/dist/usr.sbin/   (props changed)
  vendor/NetBSD/tests/dist/usr.sbin/mtree/   (props changed)
  vendor/NetBSD/tests/dist/usr.sbin/tcpdump/   (props changed)
  vendor/NetBSD/tests/dist/usr.sbin/traceroute/   (props changed)
  vendor/NetBSD/tests/dist/usr.sbin/useradd/   (props changed)

Added: vendor/NetBSD/tests/dist/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/NetBSD/tests/dist/Makefile	Wed Oct  1 04:07:17 2014	(r272343)
@@ -0,0 +1,45 @@
+# $NetBSD: Makefile,v 1.44 2013/02/25 00:33:19 jmmv Exp $
+
+.include <bsd.own.mk>
+
+.if ${MKATF} != "no"
+
+TESTSDIR=	${TESTSBASE}
+
+TESTS_SUBDIRS=		bin dev games include kernel lib libexec net
+TESTS_SUBDIRS+=		sbin sys usr.bin usr.sbin
+
+. if (${MKRUMP} != "no")
+TESTS_SUBDIRS+=		fs rump
+
+. if ${MKKMOD} != "no"
+TESTS_SUBDIRS+=		modules
+. endif
+. endif
+
+. if ${MKCRYPTO} != "no"
+TESTS_SUBDIRS+=		crypto
+. endif
+
+. if ${MKIPFILTER} != "no"
+TESTS_SUBDIRS+=		ipf
+. endif
+
+. if ${MKSHARE} != "no"
+TESTS_SUBDIRS+=		share
+. endif
+
+. if ${MKATF} != "no"
+ATFFILE_EXTRA_SUBDIRS+=	atf
+. endif
+
+. if ${MKKYUA} != "no"
+ATFFILE_EXTRA_SUBDIRS+=	kyua-atf-compat kyua-cli kyua-testers
+. endif
+
+.include <bsd.test.mk>
+
+.else
+
+.include <bsd.subdir.mk>
+.endif

Added: vendor/NetBSD/tests/dist/Makefile.inc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/NetBSD/tests/dist/Makefile.inc	Wed Oct  1 04:07:17 2014	(r272343)
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile.inc,v 1.2 2011/09/16 16:30:18 joerg Exp $
+WARNS ?= 4
+CWARNFLAGS+= -Wno-missing-noreturn

Added: vendor/NetBSD/tests/dist/README
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/NetBSD/tests/dist/README	Wed Oct  1 04:07:17 2014	(r272343)
@@ -0,0 +1,20 @@
+$NetBSD: README,v 1.4 2012/05/18 15:36:21 jruoho Exp $
+
+When adding new tests, please try to follow the following conventions.
+
+1. For library routines, including system calls, the directory structure of
+   the tests should follow the directory structure of the real source tree.
+   For instance, interfaces available via the C library should follow:
+
+	src/lib/libc/gen -> src/tests/lib/libc/gen
+	src/lib/libc/sys -> src/tests/lib/libc/sys
+	...
+
+2. Equivalently, all tests for userland utilities should try to follow their
+   location in the source tree. If this can not be satisfied, the tests for
+   a utility should be located under the directory to which the utility is
+   installed. Thus, a test for env(1) should go to src/tests/usr.bin/env.
+   Likewise, a test for tcpdump(8) should be in src/tests/usr.sbin/tcpdump,
+   even though the source code for the program is located under src/external.
+
+3. Otherwise use your own discretion.

Added: vendor/NetBSD/tests/dist/bin/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/NetBSD/tests/dist/bin/Makefile	Wed Oct  1 04:07:17 2014	(r272343)
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.3 2012/03/30 15:49:24 njoly Exp $
+
+.include <bsd.own.mk>
+
+TESTSDIR=       ${TESTSBASE}/bin
+
+TESTS_SUBDIRS=	cat cp dd df expr pax ps sh sleep tar
+
+.include <bsd.test.mk>

Added: vendor/NetBSD/tests/dist/bin/cat/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/NetBSD/tests/dist/bin/cat/Makefile	Wed Oct  1 04:07:17 2014	(r272343)
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2012/03/27 08:16:33 jruoho Exp $
+
+.include <bsd.own.mk>
+
+TESTSDIR=	${TESTSBASE}/bin/cat
+TESTS_SH=	t_cat
+
+FILESDIR=	${TESTSDIR}
+FILES+=		d_align.in
+FILES+=		d_align.out
+
+.include <bsd.test.mk>

Added: vendor/NetBSD/tests/dist/bin/cat/d_align.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/NetBSD/tests/dist/bin/cat/d_align.in	Wed Oct  1 04:07:17 2014	(r272343)
@@ -0,0 +1,3 @@
+a b c
+1 2 3
+x y z

Added: vendor/NetBSD/tests/dist/bin/cat/d_align.out
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/NetBSD/tests/dist/bin/cat/d_align.out	Wed Oct  1 04:07:17 2014	(r272343)
@@ -0,0 +1,3 @@
+     1	a b c$
+     2	1 2 3$
+     3	x y z$

Added: vendor/NetBSD/tests/dist/bin/cat/t_cat.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/NetBSD/tests/dist/bin/cat/t_cat.sh	Wed Oct  1 04:07:17 2014	(r272343)
@@ -0,0 +1,59 @@
+# $NetBSD: t_cat.sh,v 1.2 2012/03/27 17:57:02 jruoho Exp $
+#
+# Copyright (c) 2012 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# This code is derived from software contributed to The NetBSD Foundation
+# by Jukka Ruohonen.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+#
+
+atf_test_case align
+align_head() {
+	atf_set "descr" "Test that cat(1) aligns the output " \
+			"right with options '-be' (PR bin/4841)"
+}
+
+align_body() {
+
+	atf_check -s ignore -o file:$(atf_get_srcdir)/d_align.out \
+		-x "cat -be $(atf_get_srcdir)/d_align.in"
+}
+
+atf_test_case nonexistent
+nonexistent_head() {
+	atf_set "descr" "Test that cat(1) doesn't return zero exit " \
+			"status for a nonexistent file (PR bin/3538)"
+}
+
+nonexistent_body() {
+
+	atf_check -s not-exit:0 -o empty -e not-empty \
+		-x "cat /some/name/that/does/not/exist"
+}
+
+atf_init_test_cases()
+{
+	atf_add_test_case align
+	atf_add_test_case nonexistent
+}

Added: vendor/NetBSD/tests/dist/bin/cp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/NetBSD/tests/dist/bin/cp/Makefile	Wed Oct  1 04:07:17 2014	(r272343)
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1 2012/03/17 16:33:10 jruoho Exp $
+
+.include <bsd.own.mk>
+
+TESTSDIR=	${TESTSBASE}/bin/cp
+TESTS_SH=	t_cp
+
+.include <bsd.test.mk>

Added: vendor/NetBSD/tests/dist/bin/cp/t_cp.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/NetBSD/tests/dist/bin/cp/t_cp.sh	Wed Oct  1 04:07:17 2014	(r272343)
@@ -0,0 +1,294 @@
+# $NetBSD: t_cp.sh,v 1.1 2012/03/17 16:33:10 jruoho Exp $
+#
+# Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+#
+
+FILES="file file2 file3 link dir dir2 dirlink target"
+
+cleanup() {
+        rm -fr ${FILES}
+}
+
+cp_compare() {
+	echo "Ensuring that $2 and $3 are identical"
+	cmp -s $2 $3 || atf_fail "$2 and $3 are different"
+}
+
+reset() {
+	cleanup
+	echo "I'm a file" > file
+	echo "I'm a file, 2" > file2
+	echo "I'm a file, 3" > file3
+	ln -s file link
+	mkdir dir
+	ln -s dir dirlink
+}
+
+atf_test_case file_to_file
+file_to_file_head() {
+	atf_set "descr" "Checks the copy of a file to a file"
+}
+file_to_file_body() {
+	reset
+
+	file_to_file_simple
+	file_to_file_preserve
+	file_to_file_noflags
+}
+
+file_to_file_simple() {
+	rm -f file2
+	umask 022
+	chmod 777 file
+	atf_check -s eq:0 -o empty -e empty cp file file2
+	cp_compare file_to_file_simple file file2
+	if [ `stat -f "%Lp" file2` != "755" ]; then
+		atf_fail "new file not created with umask"
+	fi
+
+	chmod 644 file
+	chmod 777 file2
+	cp_compare file_to_file_simple file file2
+	if [ `stat -f "%Lp" file2` != "777" ]; then
+		atf_fail "existing files permissions not retained"
+	fi
+}
+
+file_to_file_preserve() {
+	rm file3
+	chmod 644 file
+	chflags nodump file
+	atf_check -s eq:0 -o empty -e empty cp -p file file3
+	finfo=`stat -f "%p%u%g%m%z%f" file`
+	f3info=`stat -f "%p%u%g%m%z%f" file3`
+	if [ $finfo != $f3info ]; then
+		atf_fail "attributes not preserved"
+	fi
+}
+
+file_to_file_noflags() {
+	rm file3
+	chmod 644 file
+	chflags nodump file
+	atf_check -s eq:0 -o empty -e empty cp -p -N file file3
+	finfo=`stat -f "%f" file`
+	f3info=`stat -f "%f" file3`
+	if [ $finfo = $f3info ]; then
+		atf_fail "-p -N preserved file flags"
+	fi
+}
+
+atf_test_case file_to_link
+file_to_link_head() {
+	atf_set "descr" "Checks the copy of a file to a symbolic link"
+}
+file_to_link_body() {
+	reset
+	atf_check -s eq:0 -o empty -e empty cp file2 link
+	cp_compare file_to_link file file2
+}
+
+atf_test_case link_to_file
+link_to_file_head() {
+	atf_set "descr" "Checks the copy of a symbolic link to a file"
+}
+link_to_file_body() {
+	reset
+	# file and link are identical (not copied).
+	atf_check -s eq:1 -o empty -e ignore cp link file
+	atf_check -s eq:0 -o empty -e empty cp link file2
+	cp_compare link_to_file file file2
+}
+
+atf_test_case file_over_link
+file_over_link_head() {
+	atf_set "descr" "Checks the copy of a file to a symbolic link" \
+	                "without following it"
+}
+file_over_link_body() {
+	reset
+	atf_check -s eq:0 -o empty -e empty cp -P file link
+	cp_compare file_over_link file link
+}
+
+atf_test_case link_over_file
+link_over_file_head() {
+	atf_set "descr" "Checks the copy of a symbolic link to a file" \
+	                "without following the former"
+}
+link_over_file_body() {
+	reset
+	atf_check -s eq:0 -o empty -e empty cp -P link file
+	if [ `readlink link` != `readlink file` ]; then
+		atf_fail "readlink link != readlink file"
+	fi
+}
+
+atf_test_case files_to_dir
+files_to_dir_head() {
+	atf_set "descr" "Checks the copy of multiple files into a directory"
+}
+files_to_dir_body() {
+	reset
+	# can't copy multiple files to a file
+	atf_check -s eq:1 -o empty -e ignore cp file file2 file3
+	atf_check -s eq:0 -o empty -e empty cp file file2 link dir
+	cp_compare files_to_dir file "dir/file"
+}
+
+atf_test_case dir_to_file
+dir_to_file_head() {
+	atf_set "descr" "Checks the copy of a directory onto a file, which" \
+	                "should not work"
+}
+dir_to_file_body() {
+	reset
+	# can't copy a dir onto a file
+	atf_check -s eq:1 -o empty -e ignore cp dir file
+	atf_check -s eq:1 -o empty -e ignore cp -R dir file
+}
+
+atf_test_case file_to_linkdir
+file_to_linkdir_head() {
+	atf_set "descr" "Checks the copy of a file to a symbolic link that" \
+	                "points to a directory"
+}
+file_to_linkdir_body() {
+	reset
+	atf_check -s eq:0 -o empty -e empty cp file dirlink
+	cp_compare file_to_linkdir file "dir/file"
+
+	# overwrite the link
+	atf_check -s eq:0 -o empty -e empty cp -P file dirlink
+	atf_check -s eq:1 -o empty -e empty readlink dirlink
+	cp_compare file_to_linkdir file dirlink
+}
+
+atf_test_case linkdir_to_file
+linkdir_to_file_head() {
+	atf_set "descr" "Checks the copy of a symbolic link that points to" \
+	                "a directory onto a file"
+}
+linkdir_to_file_body() {
+	reset
+	# cannot copy a dir onto a file
+	atf_check -s eq:1 -o empty -e ignore cp dirlink file
+
+	# overwrite the link
+	atf_check -s eq:0 -o empty -e empty cp -P dirlink file
+	if [ `readlink file` != `readlink dirlink` ]; then
+		atf_fail "readlink link != readlink file"
+	fi
+}
+
+dir_to_dne_no_R() {
+	atf_check -s eq:1 -o empty -e ignore cp dir dir2
+}
+
+dir_to_dne() {
+	atf_check -s eq:0 -o empty -e empty cp -R dir dir2
+	cp_compare dir_to_dne "dir/file" "dir2/file"
+	readlink dir2/link >/dev/null
+	if [ $? -gt 0 ]; then
+		atf_fail "-R didn't copy a link as a link"
+	fi
+}
+
+dir_to_dir_H() {
+	dir_to_dir_setup
+	atf_check -s eq:0 -o empty -e empty cp -R dir dir2
+
+	chmod 777 dir
+
+	# copy a dir into a dir, only command-line links are followed
+	atf_check -s eq:0 -o empty -e empty cp -R -H dirlink dir2
+	cp_compare dir_to_dir_H "dir/file" "dir2/dirlink/file"
+	readlink dir2/dirlink/link >/dev/null
+	if [ $? -gt 0 ]; then
+		atf_fail "didn't copy a link as a link"
+	fi
+
+	# Created directories have the same mode as the corresponding
+        # source directory, unmodified by the process's umask.
+	if [ `stat -f "%Lp" dir2/dirlink` != "777" ]; then
+		atf_fail "-R modified dir perms with umask"
+	fi
+}
+
+dir_to_dir_L() {
+	dir_to_dir_setup
+	atf_check -s eq:0 -o empty -e empty cp -R dir dir2
+	atf_check -s eq:0 -o empty -e empty cp -R -H dirlink dir2
+
+	# copy a dir into a dir, following all links
+	atf_check -s eq:0 -o empty -e empty cp -R -H -L dirlink dir2/dirlink
+	cp_compare dir_to_dir_L "dir/file" "dir2/dirlink/dirlink/file"
+	# fail if -R -L copied a link as a link
+	atf_check -s eq:1 -o ignore -e empty readlink dir2/dirlink/dirlink/link
+}
+
+dir_to_dir_subdir_exists() {
+	# recursively copy a dir into another dir, with some subdirs already
+	# existing
+	cleanup
+
+	mkdir -p dir/1 dir/2 dir/3 target/2
+	echo "file" > dir/2/file
+	atf_check -s eq:0 -o empty -e empty cp -R dir/* target
+	cp_compare dir_to_dir_subdir_exists "dir/2/file" "target/2/file"
+}
+
+dir_to_dir_setup() {
+	reset
+	umask 077
+	cp -P file file2 file3 link dir
+}
+
+atf_test_case dir_to_dir
+dir_to_dir_head() {
+	atf_set "descr" "Checks the copy of a directory onto another directory"
+}
+dir_to_dir_body() {
+	dir_to_dir_setup
+	dir_to_dne_no_R
+	dir_to_dne
+	dir_to_dir_H
+	dir_to_dir_L
+	dir_to_dir_subdir_exists
+}
+
+atf_init_test_cases()
+{
+	atf_add_test_case file_to_file
+	atf_add_test_case file_to_link
+	atf_add_test_case link_to_file
+	atf_add_test_case file_over_link
+	atf_add_test_case link_over_file
+	atf_add_test_case files_to_dir
+	atf_add_test_case file_to_linkdir
+	atf_add_test_case linkdir_to_file
+	atf_add_test_case dir_to_file
+	atf_add_test_case dir_to_dir
+}

Added: vendor/NetBSD/tests/dist/bin/dd/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/NetBSD/tests/dist/bin/dd/Makefile	Wed Oct  1 04:07:17 2014	(r272343)
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1 2012/03/17 16:33:11 jruoho Exp $
+
+.include <bsd.own.mk>
+
+TESTSDIR=	${TESTSBASE}/bin/dd
+TESTS_SH=	t_dd
+
+.include <bsd.test.mk>

Added: vendor/NetBSD/tests/dist/bin/dd/t_dd.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/NetBSD/tests/dist/bin/dd/t_dd.sh	Wed Oct  1 04:07:17 2014	(r272343)
@@ -0,0 +1,130 @@
+# $NetBSD: t_dd.sh,v 1.1 2012/03/17 16:33:11 jruoho Exp $
+#
+# Copyright (c) 2007 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+#
+
+test_dd_length() {
+	result=$1
+	cmd=$2
+	set -- x `eval $cmd | wc -c`
+	res=$2
+	if [ x"$res" != x"$result" ]; then
+		atf_fail "Expected $result bytes of output, got $res: $cmd"
+	fi
+}
+
+atf_test_case length
+length_head() {
+	# XXX The PR should be stored in a tag.
+	atf_set "descr" "Test for result messages accidentally pumped into" \
+	                "the output file if the standard IO descriptors are" \
+	                "closed.  The last of the three following tests is" \
+	                "the one expected to fail.  (NetBSD PR bin/8521)"
+}
+length_body() {
+	test_dd_length 512 \
+	    "dd if=/dev/zero of=/dev/fd/5 count=1 5>&1 >/dev/null 2>/dev/null"
+	test_dd_length 512 \
+	    "dd if=/dev/zero of=/dev/fd/5 count=1 5>&1 >&- 2>/dev/null"
+	test_dd_length 512 \
+	    "dd if=/dev/zero of=/dev/fd/5 count=1 5>&1 >&- 2>&-"
+}
+
+test_dd_io() {
+	res="`echo -n "$2" | eval $1`"
+        if [ x"$res" != x"$3" ]; then
+		atf_fail "Expected \"$3\", got \"$res\": $1"
+	fi
+}
+
+allbits1="\000\001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037\040\041\042\043\044\045\046\047\050\051\052\053\054\055\056\057\060\061\062\063\064\065\066\067\070\071\072\073\074\075\076\077\100\101\102\103\104\105\106\107\110\111\112\113\114\115\116\117\120\121\122\123\124\125\126\127\130\131\132\133\134\135\136\137\140\141\142\143\144\145\146\147\150\151\152\153\154\155\156\157\160\161\162\163\164\165\166\167\170\171\172\173\174\175\176\177\200\201\202\203\204\205\206\207\210\211\212\213\214\215\216\217\220\221\222\223\224\225\226\227\230\231\232\233\234\235\236\237\240\241\242\243\244\245\246\247\250\251\252\253\254\255\256\257\260\261\262\263\264\265\266\267\270\271\272\273\274\275\276\277\300\301\302\303\304\305\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\332\333\334\335\336\337\340\341\342\343\344\345\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\36
 6\367\370\371\372\373\374\375\376\377"
+
+ebcdicbits1="\000\001\002\003\067\055\056\057\026\005\045\013\014\015\016\017\020\021\022\023\074\075\062\046\030\031\077\047\034\035\036\037\100\132\177\173\133\154\120\175\115\135\134\116\153\140\113\141\360\361\362\363\364\365\366\367\370\371\172\136\114\176\156\157\174\301\302\303\304\305\306\307\310\311\321\322\323\324\325\326\327\330\331\342\343\344\345\346\347\350\351\255\340\275\232\155\171\201\202\203\204\205\206\207\210\211\221\222\223\224\225\226\227\230\231\242\243\244\245\246\247\250\251\300\117\320\137\007\040\041\042\043\044\025\006\027\050\051\052\053\054\011\012\033\060\061\032\063\064\065\066\010\070\071\072\073\004\024\076\341\101\102\103\104\105\106\107\110\111\121\122\123\124\125\126\127\130\131\142\143\144\145\146\147\150\151\160\161\162\163\164\165\166\167\170\200\212\213\214\215\216\217\220\152\233\234\235\236\237\240\252\253\254\112\256\257\260\261\262\263\264\265\266\267\270\271\272\273\274\241\276\277\312\313\314\315\316\317\332\333\334\335\336\337\352\353
 \354\355\356\357\372\373\374\375\376\377"
+
+allvisbits=`echo -n "$allbits1" | unvis | vis`
+ebcdicvisbits=`echo -n "$ebcdicbits1" | unvis | vis`
+
+atf_test_case io
+io_head() {
+	atf_set "descr" "This checks the combination of bs= with" \
+	                "conv=ebcdic.  Prior to revision 1.24 of dd's" \
+	                "args.c, the conv option would be ignored."
+}
+io_body() {
+	test_dd_io "unvis | dd 2>/dev/null | vis" \
+	           "$allvisbits" "$allvisbits"
+	test_dd_io "unvis | dd ibs=1 2>/dev/null | vis" \
+	           "$allvisbits" "$allvisbits"
+	test_dd_io "unvis | dd obs=1 2>/dev/null | vis" \
+	           "$allvisbits" "$allvisbits"
+	test_dd_io "unvis | dd bs=1 2>/dev/null | vis" \
+	           "$allvisbits" "$allvisbits"
+
+	test_dd_io "unvis | dd conv=ebcdic 2>/dev/null | vis" \
+	           "$allvisbits" "$ebcdicvisbits"
+	test_dd_io "unvis | dd conv=ebcdic ibs=512 2>/dev/null | vis" \
+	           "$allvisbits" "$ebcdicvisbits"
+	test_dd_io "unvis | dd conv=ebcdic obs=512 2>/dev/null | vis" \
+	           "$allvisbits" "$ebcdicvisbits"
+	test_dd_io "unvis | dd conv=ebcdic bs=512 2>/dev/null | vis" \
+	           "$allvisbits" "$ebcdicvisbits"
+
+	test_dd_io "unvis | dd conv=ebcdic 2>/dev/null | vis" \
+	           "$allvisbits" "$ebcdicvisbits"
+	test_dd_io "unvis | dd conv=ebcdic ibs=1 2>/dev/null | vis" \
+	           "$allvisbits" "$ebcdicvisbits"
+	test_dd_io "unvis | dd conv=ebcdic obs=1 2>/dev/null | vis" \
+	           "$allvisbits" "$ebcdicvisbits"
+	test_dd_io "unvis | dd conv=ebcdic bs=1 2>/dev/null | vis" \
+	           "$allvisbits" "$ebcdicvisbits"
+}
+
+atf_test_case seek
+seek_head() {
+	atf_set "descr" "Tests output file seeking"
+}
+
+seek_body() {
+	echo TEST1234 > testfile
+	atf_check -s exit:0 -e ignore \
+	    dd if=/dev/zero of=testfile seek=1 bs=8k count=1
+	atf_check -s exit:0 -e ignore -o match:'^TEST1234$' dd if=testfile
+	eval $(stat -s testfile)
+	atf_check_equal $st_size $((2*8192))
+
+	echo -n TEST1234 > tf2
+	atf_check -s exit:0 -e ignore -x \
+	    'dd bs=4 if=/dev/zero count=1 | tr \\0 \\n | dd of=tf2 bs=4 seek=1'
+	atf_check -s exit:0 -e ignore -o match:'^TEST$' dd if=tf2
+	eval $(stat -s tf2)
+	atf_check_equal $st_size 8
+}
+
+atf_init_test_cases()
+{
+	atf_add_test_case length
+	atf_add_test_case io
+	atf_add_test_case seek
+}

Added: vendor/NetBSD/tests/dist/bin/df/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/NetBSD/tests/dist/bin/df/Makefile	Wed Oct  1 04:07:17 2014	(r272343)
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2012/03/17 16:33:11 jruoho Exp $
+
+NOMAN=  	# defined
+
+.include <bsd.own.mk>
+
+TESTSDIR=	${TESTSBASE}/bin/df
+
+TESTS_SH=	t_df
+
+BINDIR=		${TESTSDIR}
+PROG=		h_df
+.PATH:  	${NETBSDSRCDIR}/bin/df
+SRCS=		df.c getmntinfo.c
+
+LDADD+=		-lutil
+DPADD+=		${LIBUTIL}
+
+# Pass -DINTREE to make to test using humanize_number.c in source tree
+# directly instead of the one in libc.
+.if defined(INTREE)
+.PATH:		${NETBSDSRCDIR}/lib/libc/gen
+CPPFLAGS+=	-I${NETBSDSRCDIR}/lib/libc/include
+SRCS+=		humanize_number.c
+.endif
+
+.include <bsd.test.mk>

Added: vendor/NetBSD/tests/dist/bin/df/getmntinfo.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/NetBSD/tests/dist/bin/df/getmntinfo.c	Wed Oct  1 04:07:17 2014	(r272343)
@@ -0,0 +1,218 @@
+/*	$NetBSD: getmntinfo.c,v 1.1 2012/03/17 16:33:11 jruoho Exp $	*/
+/*
+ * Copyright (c) 2007 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#include <sys/param.h>
+#include <sys/ucred.h>
+#include <sys/mount.h>
+
+#include <err.h>
+#include <stdlib.h>
+#include <string.h>
+
+#define	KB		* 1024
+#define	MB		* 1024 KB
+#define	GB		* 1024 MB
+
+static struct statvfs *getnewstatvfs(void);
+static void other_variants(const struct statvfs *, const int *, int,
+    const int *, int);
+static void setup_filer(void);
+static void setup_ld0g(void);
+static void setup_strpct(void);
+
+static struct statvfs *allstatvfs;
+static int sftotal, sfused;
+
+struct statvfs *
+getnewstatvfs(void)
+{
+
+	if (sftotal == sfused) {
+		sftotal = sftotal ? sftotal * 2 : 1;
+		allstatvfs = realloc(allstatvfs,
+		    sftotal * sizeof(struct statvfs));
+		if (allstatvfs == NULL)
+			err(EXIT_FAILURE, "realloc");
+	}
+
+	return (&allstatvfs[sfused++]);
+}
+
+void
+other_variants(const struct statvfs *tmpl, const int *minfree, int minfreecnt,
+    const int *consumed, int consumedcnt)
+{
+	int64_t total, used;
+	struct statvfs *sf;
+	int i, j;
+
+	for (i = 0; i < minfreecnt; i++)
+		for (j = 0; j < consumedcnt; j++) {
+			sf = getnewstatvfs();
+			*sf = *tmpl;
+			total = (int64_t)(u_long)sf->f_blocks * sf->f_bsize;
+			used =  total * consumed[j] / 100;
+			sf->f_bfree = (total - used) / sf->f_bsize;
+			sf->f_bavail = (total * (100 - minfree[i]) / 100 -
+			    used) / (int)sf->f_bsize;
+			sf->f_bresvd = sf->f_bfree - sf->f_bavail;
+		}
+}
+
+/*
+ * Parameter taken from:
+ * http://mail-index.NetBSD.org/tech-userlevel/2004/03/24/0001.html
+ */
+void
+setup_filer(void)
+{
+	static const struct statvfs tmpl = {
+#define	BSIZE	512
+#define	TOTAL	1147ULL GB
+#define	USED	132ULL MB
+		.f_bsize = BSIZE,
+		.f_frsize = BSIZE,
+		.f_blocks = TOTAL / BSIZE,
+		.f_bfree = (TOTAL - USED) / BSIZE,
+		.f_bavail = (TOTAL - USED) / BSIZE,
+		.f_bresvd = 0,
+		.f_mntfromname = "filer:/",
+		.f_mntonname = "/filer",
+#undef USED
+#undef TOTAL
+#undef BSIZE
+	};
+	static const int minfree[] = { 0, 5, 10, 15, };
+	static const int consumed[] = { 0, 20, 60, 95, 100 };
+
+	*getnewstatvfs() = tmpl;
+	other_variants(&tmpl, minfree, sizeof(minfree) / sizeof(minfree[0]),
+	    consumed, sizeof(consumed) / sizeof(consumed[0]));
+}
+
+/*
+ * Parameter taken from:
+ * http://mail-index.NetBSD.org/current-users/2004/03/01/0038.html
+ */
+void
+setup_ld0g(void)
+{
+	static const struct statvfs tmpl = {
+#define	BSIZE	4096			/* Guess */
+#define	TOTAL	1308726116ULL KB
+#define	USED	17901268ULL KB
+#define	AVAIL	1225388540ULL KB
+		.f_bsize = BSIZE,
+		.f_frsize = BSIZE,
+		.f_blocks = TOTAL / BSIZE,
+		.f_bfree = (TOTAL - USED) / BSIZE,
+		.f_bavail = AVAIL / BSIZE,
+		.f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE,
+		.f_mntfromname = "/dev/ld0g",
+		.f_mntonname = "/anon-root",
+#undef AVAIL
+#undef USED
+#undef TOTAL
+#undef BSIZE
+	};
+	static const int minfree[] = { 0, 5, 10, 15, };
+	static const int consumed[] = { 0, 20, 60, 95, 100 };
+
+	*getnewstatvfs() = tmpl;
+	other_variants(&tmpl, minfree, sizeof(minfree) / sizeof(minfree[0]),
+	    consumed, sizeof(consumed) / sizeof(consumed[0]));
+}
+
+/*
+ * Test of strpct() with huge number.
+ */
+void
+setup_strpct(void)
+{
+	static const struct statvfs tmpl = {
+#define	BSIZE	4096			/* Guess */
+#define	TOTAL	0x4ffffffffULL KB
+#define	USED	(TOTAL / 2)
+#define	AVAIL	(TOTAL / 2)
+		.f_bsize = BSIZE,
+		.f_frsize = BSIZE,
+		.f_blocks = TOTAL / BSIZE,
+		.f_bfree = (TOTAL - USED) / BSIZE,
+		.f_bavail = AVAIL / BSIZE,
+		.f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE,
+		.f_mntfromname = "/dev/strpct",
+		.f_mntonname = "/strpct",
+#undef AVAIL
+#undef USED
+#undef TOTAL
+#undef BSIZE
+	};
+
+	*getnewstatvfs() = tmpl;
+}
+
+/*
+ * Parameter taken from:
+ * http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=23600
+ */
+static void
+setup_pr23600(void)
+{
+	static const struct statvfs tmpl = {
+#define	BSIZE	512
+#define	TOTAL	20971376ULL
+#define	USED	5719864ULL
+#define	AVAIL	15251512ULL
+		.f_bsize = BSIZE,
+		.f_frsize = BSIZE,
+		.f_blocks = TOTAL,
+		.f_bfree = TOTAL - USED,
+		.f_bavail = AVAIL,
+		.f_bresvd = TOTAL - USED - AVAIL,
+		.f_mntfromname = "/dev/wd0e",
+		.f_mntonname = "/mount/windows/C",
+#undef AVAIL
+#undef USED
+#undef TOTAL
+#undef BSIZE
+	};
+
+	*getnewstatvfs() = tmpl;
+}
+
+int
+getmntinfo(struct statvfs **mntbuf, int flags)
+{
+
+	setup_filer();
+	setup_ld0g();
+	setup_strpct();
+	setup_pr23600();
+
+	*mntbuf = allstatvfs;
+	return (sfused);
+}

Added: vendor/NetBSD/tests/dist/bin/df/t_df.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/NetBSD/tests/dist/bin/df/t_df.sh	Wed Oct  1 04:07:17 2014	(r272343)
@@ -0,0 +1,148 @@
+# $NetBSD: t_df.sh,v 1.1 2012/03/17 16:33:11 jruoho Exp $
+#
+# Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+#
+
+atf_test_case normal
+normal_head() {
+	atf_set "descr" "Checks that the output of df without flags is" \
+	                "correct according to some already-known, sane" \
+	                "output"
+}
+normal_body() {
+	cat >expout <<EOF
+Filesystem    1K-blocks       Used      Avail %Cap Mounted on
+filer:/      1202716672     135168 1202581504   0% /filer
+filer:/      1202716672          0 1202716672   0% /filer
+filer:/      1202716672  240543334  962173337  20% /filer
+filer:/      1202716672  721630003  481086668  60% /filer
+filer:/      1202716672 1142580838   60135833  95% /filer
+filer:/      1202716672 1202716672          0 100% /filer
+filer:/      1202716672          0 1142580838   0% /filer
+filer:/      1202716672  240543334  902037504  21% /filer
+filer:/      1202716672  721630003  420950835  63% /filer
+filer:/      1202716672 1142580838          0 100% /filer
+filer:/      1202716672 1202716672  -60135833 105% /filer
+filer:/      1202716672          0 1082445004   0% /filer
+filer:/      1202716672  240543334  841901670  22% /filer
+filer:/      1202716672  721630003  360815001  66% /filer
+filer:/      1202716672 1142580838  -60135833 105% /filer
+filer:/      1202716672 1202716672 -120271667 111% /filer
+filer:/      1202716672          0 1022309171   0% /filer
+filer:/      1202716672  240543334  781765836  23% /filer
+filer:/      1202716672  721630003  300679168  70% /filer
+filer:/      1202716672 1142580838 -120271667 111% /filer
+filer:/      1202716672 1202716672 -180407500 117% /filer
+/dev/ld0g    1308726116   17901268 1225388540   1% /anon-root
+/dev/ld0g    1308726116          0 1308726116   0% /anon-root
+/dev/ld0g    1308726116  261745224 1046980892  20% /anon-root
+/dev/ld0g    1308726116  785235672  523490444  60% /anon-root
+/dev/ld0g    1308726116 1243289812   65436304  95% /anon-root
+/dev/ld0g    1308726116 1308726116          0 100% /anon-root
+/dev/ld0g    1308726116          0 1243289808   0% /anon-root
+/dev/ld0g    1308726116  261745224  981544584  21% /anon-root
+/dev/ld0g    1308726116  785235672  458054140  63% /anon-root
+/dev/ld0g    1308726116 1243289812          0 100% /anon-root
+/dev/ld0g    1308726116 1308726116  -65436304 105% /anon-root
+/dev/ld0g    1308726116          0 1177853504   0% /anon-root
+/dev/ld0g    1308726116  261745224  916108280  22% /anon-root
+/dev/ld0g    1308726116  785235672  392617832  66% /anon-root
+/dev/ld0g    1308726116 1243289812  -65436304 105% /anon-root
+/dev/ld0g    1308726116 1308726116 -130872608 111% /anon-root
+/dev/ld0g    1308726116          0 1112417196   0% /anon-root
+/dev/ld0g    1308726116  261745224  850671972  23% /anon-root
+/dev/ld0g    1308726116  785235672  327181528  70% /anon-root
+/dev/ld0g    1308726116 1243289812 -130872608 111% /anon-root
+/dev/ld0g    1308726116 1308726116 -196308916 117% /anon-root
+/dev/strpct  21474836476 10737418240 10737418236  50% /strpct
+/dev/wd0e      10485688    2859932    7625756  27% /mount/windows/C
+EOF
+	atf_check -s eq:0 -o file:expout -e empty \
+	    -x "BLOCKSIZE=1k $(atf_get_srcdir)/h_df -n"
+}
+
+atf_test_case hflag
+hflag_head() {
+	atf_set "descr" "Checks that the output of df is correct according" \
+	                "to some already-known, sane output when using the" \
+	                "human readable format"
+}
+hflag_body() {
+	cat >expout <<EOF
+Filesystem         Size       Used      Avail %Cap Mounted on
+filer:/            1.1T       132M       1.1T   0% /filer
+filer:/            1.1T         0B       1.1T   0% /filer
+filer:/            1.1T       229G       918G  20% /filer
+filer:/            1.1T       688G       459G  60% /filer
+filer:/            1.1T       1.1T        57G  95% /filer
+filer:/            1.1T       1.1T         0B 100% /filer
+filer:/            1.1T         0B       1.1T   0% /filer
+filer:/            1.1T       229G       860G  21% /filer
+filer:/            1.1T       688G       401G  63% /filer
+filer:/            1.1T       1.1T         0B 100% /filer
+filer:/            1.1T       1.1T       -57G 105% /filer
+filer:/            1.1T         0B       1.0T   0% /filer
+filer:/            1.1T       229G       803G  22% /filer
+filer:/            1.1T       688G       344G  66% /filer
+filer:/            1.1T       1.1T       -57G 105% /filer
+filer:/            1.1T       1.1T      -115G 111% /filer
+filer:/            1.1T         0B       975G   0% /filer
+filer:/            1.1T       229G       746G  23% /filer
+filer:/            1.1T       688G       287G  70% /filer
+filer:/            1.1T       1.1T      -115G 111% /filer
+filer:/            1.1T       1.1T      -172G 117% /filer
+/dev/ld0g          1.2T        17G       1.1T   1% /anon-root

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410010407.s9147JQg021511>