summaryrefslogtreecommitdiff
path: root/bin/kill
ModeNameSize
-rw-r--r--Makefile135logplain
-rw-r--r--kill.13940logplain
-rw-r--r--kill.c6323logplain
23: Ngie Cooper: Add output diagnostic if memcmp of the md5 string failschristos 2017-01-10add <stdio.h>christos 2017-01-10PR/51815: Ngie Cooper: don't leak dlopen'ed handlechristos 2015-09-11Add two test cases that should cover PR 50228.martin 2014-06-23Add bm(3) testsshm 2013-03-17check return valueschristos 2013-02-15don't brk the build.christos 2012-04-06Adjust.jruoho 2012-03-25Be UTF8 clean.joerg 2011-11-21Add test cases for strcspn, strpbrk, strspn, wcscspn, wcspbrk andjoerg 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