NetBSD/tests/lib/libc
martin d7363146ee Pull up following revision(s) (requested by riastradh in ticket #1601):
tests/lib/libc/string/t_swab.c: revision 1.3
	lib/libc/string/swab.c: revision 1.20

swab(3): Rewrite this to be understandable.

And make the tests work, and exercise all lengths up to 100.
Evidently the previous definition, presumably tightly optimized for
1980s-era compilers and CPUs, was too hard to understand, because it
was incorrectly tested for two decades and broken for years.

PR lib/57141
2023-02-22 18:49:17 +00:00
..
arch implement return_one for hppa, mips, ppc64, and vax. 2019-02-14 10:36:33 +00:00
atomic Revert previous hack. 2019-03-01 05:39:01 +00:00
c063 Add mkfifo{,at}(2) mode in mknod{,at}(2) as requested by POSIX 2019-06-20 03:31:53 +00:00
common
db return return atf_no_error() instead of 0 for consistency. 2019-07-09 16:24:01 +00:00
gen PR misc/54382: whenever open(2) is called with O_CREAT, make sure to 2019-07-16 17:29:17 +00:00
hash
inet
locale PR/54414: Valery Ushakov: add a test for wcsrtombs(3) doesn't update the 2019-07-28 13:46:45 +00:00
misc Pull up following revision(s) (requested by kamil in ticket #62): 2019-08-16 19:14:29 +00:00
net Pull up following revision(s) (requested by kamil in ticket #126): 2019-09-01 10:44:22 +00:00
regex Update require.memory to match the increased rlimit. 2019-07-09 13:59:25 +00:00
rpc - make ERRX() return a value since it doesn't actually exit in the !TEST case. 2019-02-04 04:20:13 +00:00
setjmp
ssp - tests explicitly check failure modes, ignore those warnings 2019-02-04 05:24:18 +00:00
stdio PR misc/54382: whenever open(2) is called with O_CREAT, make sure to 2019-07-16 17:29:17 +00:00
stdlib - enlarge buffer to avoid snprintf() truncation 2019-02-03 10:48:46 +00:00
string Pull up following revision(s) (requested by riastradh in ticket #1601): 2023-02-22 18:49:17 +00:00
sync Add ATF tests for __sync_* functions instead of all_sync_ops_linkable.c 2019-02-26 10:01:40 +00:00
sys Pull up following revision(s) (requested by thorpej in ticket #1351): 2021-10-04 14:32:38 +00:00
termios
time
tls
tls_dso
ttyio
Makefile Add ATF tests for atomic_ops(3). 2019-02-17 12:24:17 +00:00
Makefile.inc
t_cdb.c
t_convfp.c
t_gdtoa.c