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