History log of /freebsd-10-stable/contrib/atf/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
321755 31-Jul-2017 ngie

MFC r320491:

atf-sh(3): document atf_init_test_cases(3) fully

The function was missing from the NAME/SYNOPSIS sections. Add a manpage link
to complete the documentation reference.

321141 18-Jul-2017 ngie

MFC r316552,r319662:

r316552:

atf-c: fix documentation description for atf_utils_wait(3)

atf_utils_wait(3) should be used in combination with atf_utils_fork(3),
not itself (atf_utils_wait(3)).

r319662:

Add MLINKS for atf-sh(3) to each of the functions it implements

This hopefully will make atf-sh(3) easier to understand for newcomers,
without having to go through the atf-sh(3) level of indirection.

315183 13-Mar-2017 ngie

MFC r314793,r314796,r314797,r314798,r314799,r314800,r314801,r314802,r314803,r314804,r314805:

r314793:

Fix ATF_TP_ADD_TCS example in atf-c-api(3)

ATF_TP_ADD_TC should use `tp` as the second argument, not `tcs`, as
ATF_TP_ADD_TCS uses `tp` as its first argument.

Bump .Dd for the change.

r314796:

Fix atf-sh(3) manpage issues

- Fix spelling errors (specifiying -> specifying) [1]
- Escape '.' at start of lines using & to tell the roff processor
that the line isn't meant to be treated as a command [2].

Bump .Dd for the change

r314797:

Fix grammar warning noted by igor

Remove surrounding ellipses in e.g. section and add a comma before and after
the e.g. reference.

r314798:

Fix out-of-order sections in atf-sh(1)

- `.Op` must be used in the SYNOPSIS section, not the NAME section.
- Move ATF_SHELL environment variable description up to first
ENVIRONMENT section. Garbage collect the duplicate ENVIRONMENT
section.

Bump .Dd for the change

r314799:

Fix manlint issues with atf-check(1)

- Use `.Bf Em`/`.Ef` instead of prefixing lines with `.Em`. The forms
are equivalent with traditional roff, but unnecessarily verbose. The
former form applies the .Em macro to the enclosed block.
- Move EXIT_STATUS section down so the section complies with section
ordering specified by mdoc(7) and enforced by manlint(1).

Bump .Dd for the change

r314800:

Fix issues with atf-check(1) found by igor and refer to atf-check(1)

- Fix typo (specifiying -> specifying)
- Add atf-check(1) to SEE ALSO section for completeness. It's mentioned
above, but by convention the SEE ALSO section should list all relevant
references to other tools and APIs.

Bump .Dd for the change

r314801:

Fix igor/manlint issues with atf-c(3)

- Remove surrounding ellipses in i.e. section and add a comma before
and after the i.e. reference [1].
- Fix typo (specifiying -> specifying) [1].
- Escape '.' at start of lines using & to tell the roff processor
that the line isn't meant to be treated as a command [2].

Bump .Dd for the change

r314802:

Fix atf-c-api(3) manpage issues

- Fix typo (specifiying -> specifying).
- Remove surrounding ellipses in i.e. section and add a comma before
and after the i.e. reference.

Bump .Dd for the change

r314803:

Fix typos

- specifiying -> specifying
- manged -> managed

Bump .Dd for the change

r314804:

Fix issues noted by igor/manlint

- Fix typos [1]:
-- manged -> managed
-- specifiying -> specifying
- Escape '.' at start of lines using & to tell the roff processor
that the line isn't meant to be treated as a command [2].

Bump .Dd for the change

r314805:

Remove *-api(3) manpages removed in ATF 0.21

I overlooked the fact that these manpages had been removed upstream
and replaced with their non *-api(3) equivalents. Follow upstream's
lead and remove the unused manpages.

301793 10-Jun-2016 ngie

MFC r299496:
r299496 (by cem):

atf map: Fix double-free in low memory error path

If atf_list_append(, X, ) fails, X is freed. Don't free it again.

CID: 979936

283848 31-May-2015 ngie

MFC r283170:

Import proposed fix from upstream for
atf-sh/atf_check_test:flush_stdout_on_timeout

Many thanks for jmmv for the fix!

PR: 197060

Original commit message:

From 0e546407567ea858e261e72f75c5ed61e07d0ddf Mon Sep 17 00:00:00 2001
From: Julio Merino <jmmv@google.com>
Date: Tue, 17 Feb 2015 18:10:11 -0500
Subject: [PATCH] Fix atf-sh/atf_check_test:flush_stdout_on_death

The test atf-sh/atf_check_test:flush_stdout_on_timeout was flaky as it
was playing solely with time. Fix this by making the test more robust
and rename it while we are at it: there is nothing left about "timeouts"
in this test, considering that ATF itself does not enforce deadlines
any longer.

Fixes FreeBSD PR 197060.

275988 21-Dec-2014 ngie

MFC r273929:

r273929 (by jmmv):

MFV: Import atf-0.21.


/freebsd-10-stable/ObsoleteFiles.inc
FREEBSD-Xlist
NEWS
atf-c++.hpp
atf-c++/Kyuafile
atf-c++/atf-c++.3
atf-c++/atf_c++_test.cpp
atf-c++/build.cpp
atf-c++/build.hpp
atf-c++/build_test.cpp
atf-c++/check.cpp
atf-c++/check.hpp
atf-c++/check_test.cpp
atf-c++/config.cpp
atf-c++/config.hpp
atf-c++/config_test.cpp
atf-c++/detail/Kyuafile
atf-c++/detail/application.cpp
atf-c++/detail/application.hpp
atf-c++/detail/application_test.cpp
atf-c++/detail/auto_array.hpp
atf-c++/detail/auto_array_test.cpp
atf-c++/detail/env.cpp
atf-c++/detail/env.hpp
atf-c++/detail/env_test.cpp
atf-c++/detail/exceptions.cpp
atf-c++/detail/exceptions.hpp
atf-c++/detail/exceptions_test.cpp
atf-c++/detail/fs.cpp
atf-c++/detail/fs.hpp
atf-c++/detail/fs_test.cpp
atf-c++/detail/process.cpp
atf-c++/detail/process.hpp
atf-c++/detail/process_test.cpp
atf-c++/detail/sanity.hpp
atf-c++/detail/sanity_test.cpp
atf-c++/detail/test_helpers.cpp
atf-c++/detail/test_helpers.hpp
atf-c++/detail/text.cpp
atf-c++/detail/text.hpp
atf-c++/detail/text_test.cpp
atf-c++/detail/version_helper.cpp
atf-c++/macros.hpp
atf-c++/macros_hpp_test.cpp
atf-c++/macros_test.cpp
atf-c++/pkg_config_test.sh
atf-c++/tests.cpp
atf-c++/tests.hpp
atf-c++/tests_test.cpp
atf-c++/unused_test.cpp
atf-c++/utils.cpp
atf-c++/utils.hpp
atf-c++/utils_test.cpp
atf-c.h
atf-c/Kyuafile
atf-c/atf-c.3
atf-c/atf_c_test.c
atf-c/build.c
atf-c/build.h
atf-c/build_test.c
atf-c/check.c
atf-c/check.h
atf-c/check_test.c
atf-c/config.c
atf-c/config.h
atf-c/config_test.c
atf-c/defs.h.in
atf-c/detail/dynstr.c
atf-c/detail/dynstr.h
atf-c/detail/dynstr_test.c
atf-c/detail/env.c
atf-c/detail/env.h
atf-c/detail/env_test.c
atf-c/detail/fs.c
atf-c/detail/fs.h
atf-c/detail/fs_test.c
atf-c/detail/list.c
atf-c/detail/list.h
atf-c/detail/list_test.c
atf-c/detail/map.c
atf-c/detail/map.h
atf-c/detail/map_test.c
atf-c/detail/process.c
atf-c/detail/process.h
atf-c/detail/process_helpers.c
atf-c/detail/process_test.c
atf-c/detail/sanity.c
atf-c/detail/sanity.h
atf-c/detail/sanity_test.c
atf-c/detail/test_helpers.c
atf-c/detail/test_helpers.h
atf-c/detail/text.c
atf-c/detail/text.h
atf-c/detail/text_test.c
atf-c/detail/tp_main.c
atf-c/detail/user.c
atf-c/detail/user.h
atf-c/detail/user_test.c
atf-c/detail/version_helper.c
atf-c/error.c
atf-c/error.h
atf-c/error_fwd.h
atf-c/error_test.c
atf-c/h_build.h
atf-c/macros.h
atf-c/macros_h_test.c
atf-c/macros_test.c
atf-c/pkg_config_test.sh
atf-c/tc.c
atf-c/tc.h
atf-c/tc_test.c
atf-c/tp.c
atf-c/tp.h
atf-c/tp_test.c
atf-c/unused_test.c
atf-c/utils.c
atf-c/utils.h
atf-c/utils_test.c
atf-sh/atf-check.1
atf-sh/atf-check.cpp
atf-sh/atf-check_test.sh
atf-sh/atf-sh.1
atf-sh/atf-sh.3
atf-sh/atf-sh.cpp
atf-sh/atf_check_test.sh
atf-sh/config_test.sh
atf-sh/integration_test.sh
atf-sh/libatf-sh.subr
atf-sh/misc_helpers.sh
atf-sh/normalize_test.sh
atf-sh/tc_test.sh
atf-sh/tp_test.sh
bconfig.h
config.h
doc/atf-test-case.4
doc/atf-test-program.1
doc/atf.7.in
test-programs/c_helpers.c
test-programs/common.sh
test-programs/config_test.sh
test-programs/cpp_helpers.cpp
test-programs/expect_test.sh
test-programs/meta_data_test.sh
test-programs/result_test.sh
test-programs/sh_helpers.sh
test-programs/srcdir_test.sh
/freebsd-10-stable/lib/atf/Makefile.inc
/freebsd-10-stable/lib/atf/common.mk
/freebsd-10-stable/lib/atf/libatf-c++/Makefile
/freebsd-10-stable/lib/atf/libatf-c++/tests/Makefile
/freebsd-10-stable/lib/atf/libatf-c++/tests/detail/Makefile
/freebsd-10-stable/lib/atf/libatf-c/Makefile
/freebsd-10-stable/lib/atf/libatf-c/tests/Makefile
/freebsd-10-stable/lib/atf/libatf-c/tests/detail/Makefile
/freebsd-10-stable/libexec/atf/atf-check/Makefile
/freebsd-10-stable/libexec/atf/atf-sh/Makefile
/freebsd-10-stable/libexec/atf/atf-sh/tests/Makefile
/freebsd-10-stable/share/man/man7/Makefile
/freebsd-10-stable/tools/build/mk/OptionalObsoleteFiles.inc
272307 30-Sep-2014 rodrigc

MFC r271875, r272046, r272049, r272056
-> Reference the test case "packs" to fix warnings
-> Delete mentions to removed manpages
-> Minor fixes to docs

Approved by: re (gjb)

270905 31-Aug-2014 ngie

MFC r266650, r267172 (both by jmmv):

r266650:

Change libatf-c and libatf-c++ to be private libraries.

We should not be leaking these interfaces to the outside world given
that it's much easier for third-party components to use the devel/atf
package from ports.

As a side-effect, we can also drop the ATF pkgconfig and aclocal files
from the base system. Nothing in the base system needs these, and it
was quite ugly to have to get them installed only so that a few ports
could build. The offending ports have been fixed to depend on
devel/atf explicitly.

Reviewed by: bapt

r267172:

Homogenize libatf-* version numbers with upstream.

The libatf-* major version numbers in FreeBSD were one version ahead of
upstream because, when atf was first imported into FreeBSD, the upstream
numbers were not respected. This is just confusing and bound to cause
problems down the road.

Fix this by taking advantage of the fact that libatf-* are now private
and that atf is not yet built by default. However, and unfortunately, a
clean build is needed for tests to continue working once "make
delete-old-libs" has been run; hence the note in UPDATING.

Phabric: D701
Approved by: jmmv (maintainer, mentor)

264618 17-Apr-2014 jmmv

MFC r263989: Add atf m4 files from the vendor branch.

262855 06-Mar-2014 jmmv

Import atf-0.20.

This is a MFC of r261897 and r262000 and should allow all of the atf
tests to pass.

262849 06-Mar-2014 jmmv

MFC various fixes for the ATF tests.

- r260505 Allow tests to provide a Kyuafile when they relied on auto-generation.
- r260525 Respect the original layout of the atf-{c,c++} tests.
- r260526 Fix path to the process_helpers for the libatf-c++ tests.
- r260576 Generate and install pkg-config files for atf.
- r260577 Add atf pkg-config files from the vendor branch.
- r260584 Prevent misc_helpers from running as a test.

260578 12-Jan-2014 jmmv

MFC r260491: Use .cpp as the extension for temporary C++ files.

260029 29-Dec-2013 jmmv

Update atf to 0.18 and remove the code of the deprecated tools.

This is a MFC into stable/10 of:
- r258286 Update notes for imports of atf.
- r258289 MFV: Import atf-0.18.
- r258290 Drop all ATF tools code.

This is "make tinderbox" clean as run on ref10-amd64 with the default
WITHOUT_TESTS option. A "make buildworld" with WITH_TESTS set now works
as well.


Atffile
FREEBSD-Xlist
FREEBSD-upgrade
Makefile.am
Makefile.in
NEWS
admin
atf-c++.hpp
atf-c++/Atffile
atf-c++/Makefile.am.inc
atf-c++/atf-c++-api.3
atf-c++/check.hpp
atf-c++/check_test.cpp
atf-c++/detail/Atffile
atf-c++/detail/Kyuafile
atf-c++/detail/Makefile.am.inc
atf-c++/detail/auto_array.hpp
atf-c++/detail/auto_array_test.cpp
atf-c++/detail/parser.hpp
atf-c++/detail/process.cpp
atf-c++/detail/process.hpp
atf-c++/detail/test_helpers.cpp
atf-c++/detail/test_helpers.hpp
atf-c++/macros_test.cpp
atf-c++/noncopyable.hpp
atf-c++/pkg_config_test.sh
atf-c++/tests.cpp
atf-c++/tests.hpp
atf-c++/utils.cpp
atf-c++/utils.hpp
atf-c++/utils_test.cpp
atf-c.h
atf-c/Atffile
atf-c/Makefile.am.inc
atf-c/atf-c-api.3
atf-c/check_test.c
atf-c/detail/Atffile
atf-c/detail/Kyuafile
atf-c/detail/Makefile.am.inc
atf-c/detail/process_test.c
atf-c/detail/sanity_test.c
atf-c/detail/test_helpers.c
atf-c/detail/test_helpers.h
atf-c/detail/test_helpers_test.c
atf-c/macros.h
atf-c/macros_test.c
atf-c/pkg_config_test.sh
atf-c/utils.c
atf-c/utils.h
atf-c/utils_test.c
atf-config
atf-report
atf-run
atf-sh/Atffile
atf-sh/Makefile.am.inc
atf-sh/atf-check.cpp
atf-sh/atf-check_test.sh
atf-sh/atf-sh-api.3
atf-sh/atf-sh.1
atf-sh/atf_check_test.sh
atf-sh/misc_helpers.sh
atf-version
bconfig.h
bconfig.h.in
configure
configure.ac
doc/Makefile.am.inc
doc/atf-formats.5
doc/atf.7.in
test-programs/Atffile
test-programs/Kyuafile
test-programs/Makefile.am.inc
test-programs/c_helpers.c
test-programs/cpp_helpers.cpp
test-programs/fork_test.sh
test-programs/sh_helpers.sh
/freebsd-10-stable/lib/atf/libatf-c++/Makefile
/freebsd-10-stable/lib/atf/libatf-c/tests/Makefile
/freebsd-10-stable/lib/atf/tests/test-programs/Makefile
/freebsd-10-stable/tools/build/mk/OptionalObsoleteFiles.inc
259073 07-Dec-2013 peter

Hoist all the mergeinfo up to the root in preparation for enforcing merges
to the root only. All MFC's were rerecorded to the root.

Going forward, if an MFC includes mergeinfo, it will need to be made to
the root and committed from the root. Merges with --ignore-ancestry
or diff | patch can go anywhere.

The mergeinfo in HEAD is in a bad state from years of neglect and manual
tampering and this was branched into 10.x. This confuses the coalescing
code and prevents it from doing its job.

Approved by: re (gjb, implicit)


/freebsd-10-stable/MAINTAINERS
/freebsd-10-stable/Makefile.inc1
/freebsd-10-stable/ObsoleteFiles.inc
/freebsd-10-stable/UPDATING
/freebsd-10-stable/bin/df
/freebsd-10-stable/bin/freebsd-version
/freebsd-10-stable/cddl
/freebsd-10-stable/cddl/contrib/opensolaris
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs
/freebsd-10-stable/contrib/apr
/freebsd-10-stable/contrib/apr-util
/freebsd-10-stable/contrib/atf
/freebsd-10-stable/contrib/binutils
/freebsd-10-stable/contrib/bmake
/freebsd-10-stable/contrib/byacc
/freebsd-10-stable/contrib/bzip2
/freebsd-10-stable/contrib/com_err
/freebsd-10-stable/contrib/compiler-rt
/freebsd-10-stable/contrib/dialog
/freebsd-10-stable/contrib/dtc
/freebsd-10-stable/contrib/ee
/freebsd-10-stable/contrib/expat
/freebsd-10-stable/contrib/file
/freebsd-10-stable/contrib/gcc
/freebsd-10-stable/contrib/gdb
/freebsd-10-stable/contrib/gdtoa
/freebsd-10-stable/contrib/groff
/freebsd-10-stable/contrib/ipfilter
/freebsd-10-stable/contrib/ipfilter/ml_ipl.c
/freebsd-10-stable/contrib/ipfilter/mlfk_ipl.c
/freebsd-10-stable/contrib/ipfilter/mlh_rule.c
/freebsd-10-stable/contrib/ipfilter/mli_ipl.c
/freebsd-10-stable/contrib/ipfilter/mln_ipl.c
/freebsd-10-stable/contrib/ipfilter/mls_ipl.c
/freebsd-10-stable/contrib/ldns
/freebsd-10-stable/contrib/less
/freebsd-10-stable/contrib/libarchive
/freebsd-10-stable/contrib/libarchive/cpio
/freebsd-10-stable/contrib/libarchive/libarchive
/freebsd-10-stable/contrib/libarchive/libarchive_fe
/freebsd-10-stable/contrib/libarchive/tar
/freebsd-10-stable/contrib/libc++
/freebsd-10-stable/contrib/libc-vis
/freebsd-10-stable/contrib/libcxxrt
/freebsd-10-stable/contrib/libexecinfo
/freebsd-10-stable/contrib/libpcap
/freebsd-10-stable/contrib/libstdc++
/freebsd-10-stable/contrib/llvm
/freebsd-10-stable/contrib/llvm/tools/clang
/freebsd-10-stable/contrib/mtree
/freebsd-10-stable/contrib/ncurses
/freebsd-10-stable/contrib/netcat
/freebsd-10-stable/contrib/ntp
/freebsd-10-stable/contrib/nvi
/freebsd-10-stable/contrib/one-true-awk
/freebsd-10-stable/contrib/openbsm
/freebsd-10-stable/contrib/openpam
/freebsd-10-stable/contrib/openresolv
/freebsd-10-stable/contrib/pf
/freebsd-10-stable/contrib/sendmail
/freebsd-10-stable/contrib/serf
/freebsd-10-stable/contrib/smbfs
/freebsd-10-stable/contrib/subversion
/freebsd-10-stable/contrib/tcpdump
/freebsd-10-stable/contrib/tcsh
/freebsd-10-stable/contrib/tnftp
/freebsd-10-stable/contrib/top
/freebsd-10-stable/contrib/top/install-sh
/freebsd-10-stable/contrib/tzcode/stdtime
/freebsd-10-stable/contrib/tzcode/zic
/freebsd-10-stable/contrib/tzdata
/freebsd-10-stable/contrib/unbound
/freebsd-10-stable/contrib/wpa
/freebsd-10-stable/contrib/xz
/freebsd-10-stable/crypto/heimdal
/freebsd-10-stable/crypto/openssh
/freebsd-10-stable/crypto/openssl
/freebsd-10-stable/etc
/freebsd-10-stable/etc/rc.d
/freebsd-10-stable/gnu/lib
/freebsd-10-stable/gnu/usr.bin/binutils
/freebsd-10-stable/gnu/usr.bin/cc/cc_tools
/freebsd-10-stable/gnu/usr.bin/gdb
/freebsd-10-stable/include
/freebsd-10-stable/lib
/freebsd-10-stable/lib/libc
/freebsd-10-stable/lib/libc/stdtime
/freebsd-10-stable/lib/libc_nonshared
/freebsd-10-stable/lib/libfetch
/freebsd-10-stable/lib/libiconv_modules
/freebsd-10-stable/lib/libsmb
/freebsd-10-stable/lib/libthr
/freebsd-10-stable/lib/libutil
/freebsd-10-stable/lib/libvmmapi
/freebsd-10-stable/lib/libyaml
/freebsd-10-stable/lib/libz
/freebsd-10-stable/release
/freebsd-10-stable/release/doc
/freebsd-10-stable/sbin
/freebsd-10-stable/sbin/camcontrol
/freebsd-10-stable/sbin/dumpon
/freebsd-10-stable/sbin/hastd
/freebsd-10-stable/sbin/ifconfig
/freebsd-10-stable/sbin/ipfw
/freebsd-10-stable/sbin/nvmecontrol
/freebsd-10-stable/share
/freebsd-10-stable/share/examples/bhyve
/freebsd-10-stable/share/i18n/csmapper/JIS
/freebsd-10-stable/share/i18n/esdb/EUC
/freebsd-10-stable/share/man
/freebsd-10-stable/share/man/man4
/freebsd-10-stable/share/man/man4/bhyve.4
/freebsd-10-stable/share/man/man5
/freebsd-10-stable/share/man/man7
/freebsd-10-stable/share/man/man8
/freebsd-10-stable/share/misc
/freebsd-10-stable/share/mk
/freebsd-10-stable/share/mk/bsd.arch.inc.mk
/freebsd-10-stable/share/syscons
/freebsd-10-stable/share/zoneinfo
/freebsd-10-stable/sys
/freebsd-10-stable/sys/amd64/include/vmm.h
/freebsd-10-stable/sys/amd64/include/vmm_dev.h
/freebsd-10-stable/sys/amd64/include/vmm_instruction_emul.h
/freebsd-10-stable/sys/amd64/include/xen
/freebsd-10-stable/sys/amd64/vmm
/freebsd-10-stable/sys/boot
/freebsd-10-stable/sys/boot/i386/efi
/freebsd-10-stable/sys/boot/ia64/efi
/freebsd-10-stable/sys/boot/ia64/ski
/freebsd-10-stable/sys/boot/powerpc/boot1.chrp
/freebsd-10-stable/sys/boot/powerpc/ofw
/freebsd-10-stable/sys/cddl/contrib/opensolaris
/freebsd-10-stable/sys/conf
/freebsd-10-stable/sys/contrib/dev/acpica
/freebsd-10-stable/sys/contrib/dev/acpica/changes.txt
/freebsd-10-stable/sys/contrib/dev/acpica/common
/freebsd-10-stable/sys/contrib/dev/acpica/compiler
/freebsd-10-stable/sys/contrib/dev/acpica/components/debugger
/freebsd-10-stable/sys/contrib/dev/acpica/components/disassembler
/freebsd-10-stable/sys/contrib/dev/acpica/components/dispatcher
/freebsd-10-stable/sys/contrib/dev/acpica/components/events
/freebsd-10-stable/sys/contrib/dev/acpica/components/executer
/freebsd-10-stable/sys/contrib/dev/acpica/components/hardware
/freebsd-10-stable/sys/contrib/dev/acpica/components/namespace
/freebsd-10-stable/sys/contrib/dev/acpica/components/parser
/freebsd-10-stable/sys/contrib/dev/acpica/components/resources
/freebsd-10-stable/sys/contrib/dev/acpica/components/tables
/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities
/freebsd-10-stable/sys/contrib/dev/acpica/include
/freebsd-10-stable/sys/contrib/dev/acpica/os_specific
/freebsd-10-stable/sys/contrib/ipfilter
/freebsd-10-stable/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c
/freebsd-10-stable/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c
/freebsd-10-stable/sys/contrib/libfdt
/freebsd-10-stable/sys/contrib/octeon-sdk
/freebsd-10-stable/sys/contrib/x86emu
/freebsd-10-stable/sys/dev/bvm
/freebsd-10-stable/sys/dev/fdt/fdt_ic_if.m
/freebsd-10-stable/sys/dev/hyperv
/freebsd-10-stable/sys/modules/hyperv
/freebsd-10-stable/sys/modules/vmm
/freebsd-10-stable/sys/x86/include/acpica_machdep.h
/freebsd-10-stable/tools
/freebsd-10-stable/tools/build
/freebsd-10-stable/tools/build/options
/freebsd-10-stable/tools/tools/atsectl
/freebsd-10-stable/usr.bin/calendar
/freebsd-10-stable/usr.bin/csup
/freebsd-10-stable/usr.bin/iscsictl
/freebsd-10-stable/usr.bin/procstat
/freebsd-10-stable/usr.sbin
/freebsd-10-stable/usr.sbin/bhyve
/freebsd-10-stable/usr.sbin/bhyvectl
/freebsd-10-stable/usr.sbin/bhyveload
/freebsd-10-stable/usr.sbin/bsdconfig
/freebsd-10-stable/usr.sbin/bsdinstall
/freebsd-10-stable/usr.sbin/ctladm
/freebsd-10-stable/usr.sbin/ctld
/freebsd-10-stable/usr.sbin/freebsd-update
/freebsd-10-stable/usr.sbin/jail
/freebsd-10-stable/usr.sbin/mergemaster
/freebsd-10-stable/usr.sbin/mount_smbfs
/freebsd-10-stable/usr.sbin/ndiscvt
/freebsd-10-stable/usr.sbin/pkg
/freebsd-10-stable/usr.sbin/rtadvctl
/freebsd-10-stable/usr.sbin/rtadvd
/freebsd-10-stable/usr.sbin/rtsold
/freebsd-10-stable/usr.sbin/zic
256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


251108 29-May-2013 marcel

Modify atf::fs::path::get_process_helpers_path API to properly
handle pathing with detail/ tests. Based on patch pushed upstream to
ATF project.

Obtained from: Garrett Cooper <yaneurabeya@gmail.com>


243055 15-Nov-2012 marcel

Add ATF update instructions and file exclude list.

Submitted by: Garrett Cooper <yanegomi@gmail.com>


243054 15-Nov-2012 marcel

The *_STR* macros use strcmp() to check their arguments. Include string.h
to have this definition available.
Upstream commit: 1dc1884f778f88811583e6a54610a6d7e421ca63

Submitted by: Garrett Cooper <yanegomi@gmail.com>


243052 15-Nov-2012 marcel

Add support for DragonFly and FreeBSD.
Upstreamed:
http://code.google.com/p/kyua/issues/detail?id=45

Submitted by: Garrett Cooper <yanegomi@gmail.com>


243051 15-Nov-2012 marcel

Fix typos in description for exp{err,out}_mismatch_head.
Upstreamed:
http://code.google.com/p/kyua/issues/detail?id=44

Submitted by: Garrett Cooper <yanegomi@gmail.com>


243050 15-Nov-2012 marcel

Remove redundant text describing the cleanup routine.
Upstreamed:
http://code.google.com/p/kyua/issues/detail?id=43

Submitted by: Garrett Cooper <yanegomi@gmail.com>


241958 23-Oct-2012 dim

Fix two clang warnings in the recent atf import. These have also been
sent upstream.

Tested by: Garrett Cooper <yanegomi@gmail.com>


240141 05-Sep-2012 marcel

Update to a pruned 0.16.


240122 04-Sep-2012 marcel

Add headers created by running configure.


240120 04-Sep-2012 marcel

Merge ATF 0.16 from vendor/atf/dist.

Provenance: http://code.google.com/p/kyua
Discussed with: gibbs, gnn, keramida, mdf, mlaier,
Discussed with: Garrett Cooper


240117 04-Sep-2012 marcel

Bootstrap dist directory from the initial import of ATF 0.16.


240116 04-Sep-2012 marcel

Import ATF version 0,16

Discussed with: gibbs, gnn, keramida, mdf, mlaier,
Discussed with: Garrett Cooper