summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/btdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/bluetooth/btdev.h')
0 files changed, 0 insertions, 0 deletions
'/netbsd/commit/tests/lib/libc/string?id=af3c7132e7e7d4c62d120597cccaf40e57b467b2'>s/diferent/different/andvar 2020-11-27map enough space for both the page we write and the guard so that we makechristos sure we own the guard page before we set its protection to none. This fixes random SEGVs where the page we set protection to none probably belonged to the dynamic linker. Reported by gson@ 2020-11-27delete trailing whitespacegson 2019-12-19disable string op warnings for t_strcatmacallan now this builds on macppc with gcc 8.3 from riastradh@ 2018-10-15simple memmem test to show buffer overrun.christos 2017-08-23Add test from PR/52499christos 2017-05-26Add simple expect-fail test case for strcoll(3)perseant 2017-01-14PR/51815: Ngie Cooper: don't leak dlopen'ed handlechristos 2017-01-11PR/51822: Ngie Cooper: add additional t_memmem checkchristos 2017-01-11PR/51823: 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 wcsspn. 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 bug in the Google Android libc. 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 * This code is derived from software contributed to The NetBSD Foundation * by * XXX: If these originated from you and you want your name to be mentioned, please add it. 2010-12-26Migrate the last of the libc/string/ tests from regress to atf, andpgoyette re-enable building of t_popcount 2010-12-26Make running this test conditional on the setting of atf configurationpgoyette variable "run_popcount". This is a really long-running test (it takes several hours on a qemu-emulation on a 2.8GHz AMD Pheno II) but could still be useful if you want to run it manually, with the command atf-run -v run_popcount=YES 2010-12-25Migrate J.T.Conklin's public-domain str* tests from regress to atf.pgoyette While here, do some clean-up and knf. 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 PR toolchain/42885 is fixed 2009-07-21flag a 64-bit integer constant as "ULL" -- this is not clean but thedrochner code around it assumes it anyway fixes build on 32-bit 2009-07-21Add popcount(3) and the long and long long version. Name is inspired byjoerg gnulib, the implementation goes back to the AMD Software Optimizer guide. A number of platforms will want to replace the C version with assembler code using native instructions.