summaryrefslogtreecommitdiff
path: root/contrib/atf
AgeCommit message (Expand)Author
2025-06-12atf-c(3): bump .Dd for the content changeEnji Cooper
2025-06-12atf-c(3): fill in prototypes for functionsEnji Cooper
2025-05-31atf, kyua: Implement require.kmods.Dag-Erling Smørgrav
2025-05-24atf: Don't be deterred by weird umasks.Dag-Erling Smørgrav
2025-04-16atf: Switch from std::auto_ptr<> to std::unique_ptr<>John Baldwin
2024-05-31contrib: Remove various $FreeBSD$ tags not upstreamWarner Losh
2024-05-15atf: Guard against multiple evaluation.Dag-Erling Smørgrav
2023-12-26atf-sh: fix comment typoIgor Ostapenko
2021-09-10Import atf 0.22 snapshot 55c21b2c5fb189bbdfccb2b297bfa89236502542Alan Somers
2021-02-04Import atf 0.22 snapshot ca73d08c3fc1ecffc1f1c97458c31ab82c12bb01Alex Richardson
2017-06-30atf-sh(3): document atf_init_test_cases(3) fullyEnji Cooper
2017-05-16Skip tests depending on coredumps if coredumps are disabled via kern.coredump.John Baldwin
2017-04-06atf-c: fix documentation description for atf_utils_wait(3)Enji Cooper
2017-03-06Remove *-api(3) manpages removed in ATF 0.21Enji Cooper
2017-03-06Fix issues noted by igor/manlintEnji Cooper
2017-03-06Fix typosEnji Cooper
2017-03-06Fix atf-c-api(3) manpage issuesEnji Cooper
2017-03-06Fix igor/manlint issues with atf-c(3)Enji Cooper
2017-03-06Fix issues with atf-check(1) found by igor and refer to atf-check(1)Enji Cooper
2017-03-06Fix manlint issues with atf-check(1)Enji Cooper
2017-03-06Fix out-of-order sections in atf-sh(1)Enji Cooper
2017-03-06Fix grammar warning noted by igorEnji Cooper
2017-03-06Fix atf-sh(3) manpage issuesEnji Cooper
2017-03-06Fix ATF_TP_ADD_TCS example in atf-c-api(3)Enji Cooper
2016-09-29Fix conversion from C++ std::string into C const char *.Ruslan Bukin
2016-06-08Don't let ATF call basename() and dirname() in a non-standard way.Ed Schouten
2016-05-11atf map: Fix double-free in low memory error pathConrad Meyer
2015-05-21Import proposed fix from upstream forEnji Cooper
2014-11-01MFV: Import atf-0.21.Julio Merino
2014-09-24Fix a typo in the upgrade directionsEnji Cooper
2014-09-23Delete mentions to removed manpagesCraig Rodrigues
2014-09-23The ATF source code is now hosted on GitHub.Craig Rodrigues
2014-09-19Reference the test case "packs" to fix warningsCraig Rodrigues
2014-05-25Change libatf-c and libatf-c++ to be private libraries.Julio Merino
2014-04-01Add atf m4 files from the vendor branch.Julio Merino
2014-02-16Undefine HAVE_VSNPRINTF_IN_STD.Julio Merino
2014-02-14MFV: Import atf-0.20.Julio Merino
2014-01-12Add atf pkg-config files from the vendor branch.Julio Merino
2014-01-10Fix path to the process_helpers for the libatf-c++ tests.Julio Merino
2014-01-09Use .cpp as the extension for temporary C++ files.Julio Merino
2013-11-18Drop all ATF tools code.Julio Merino
2013-11-17MFV: Import atf-0.18.Julio Merino
2013-11-17Update notes for imports of atf.Julio Merino
2013-05-29Modify atf::fs::path::get_process_helpers_path API to properlyMarcel Moolenaar
2012-11-15Add ATF update instructions and file exclude list.Marcel Moolenaar
2012-11-15The *_STR* macros use strcmp() to check their arguments. Include string.hMarcel Moolenaar
2012-11-15Add support for DragonFly and FreeBSD.Marcel Moolenaar
2012-11-15Fix typos in description for exp{err,out}_mismatch_head.Marcel Moolenaar
2012-11-15Remove redundant text describing the cleanup routine.Marcel Moolenaar
2012-10-23Fix two clang warnings in the recent atf import. These have also beenDimitry Andric