summaryrefslogtreecommitdiff
path: root/sys/dev/DEVNAMES
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/DEVNAMES')
0 files changed, 0 insertions, 0 deletions
/td> 2011-07-14Use ATF_CHECK() when appropriate.jruoho 2011-07-14Add few simple test cases.jruoho 2011-07-12Fix off-by-one in strlen_huge testcase.njoly 2011-07-07Few basic checks, including a case for strnlen(3).jruoho 2011-07-07Add one simple test case.jruoho 2011-07-07Split out the string tests from t_string.c for consistency.jruoho 2011-07-07Rename some test case names for consistency.jruoho 2011-06-03Add some fundamental checks for memset(3). Prompted by a recent nastyjruoho 2011-05-10Fix typo.jruoho 2011-05-09List the ATF_TC_() thins in the order of appearance.jruoho 2011-05-09Few basic tests for strerror(3).jruoho 2011-04-07Remove the following (literal) text in the TNF copyrights:jruoho 2010-12-26Migrate the last of the libc/string/ tests from regress to atf, andpgoyette 2010-12-26Make running this test conditional on the setting of atf configurationpgoyette 2010-12-25Migrate J.T.Conklin's public-domain str* tests from regress to atf.pgoyette 2010-07-13Get rid of static Atffiles and let bsd.test.mk generate them on the fly.jmmv 2010-02-26Disable population count test for now, please re-enable oncemartin 2009-07-21flag a 64-bit integer constant as "ULL" -- this is not clean but thedrochner 2009-07-21Add popcount(3) and the long and long long version. Name is inspired byjoerg