NetBSD/regress/lib/libc
mrg e3dc1c5e34 make this test actually work:
- posix_memalign() does not set errno, it returns 0 or an error number
  (maybe a jemalloc() vs. phkmalloc() issue, but also how the opengroup
  documents it.)
- since "align" must be >= sizeof(void *), expect to fail align=4 on
  LP64 systems.
- while i'm here, add a test for align=2 failing everywhere.
2010-01-26 22:14:01 +00:00
..
_setjmp
atexit signal(getpid(), SIGFOO) -> raise(SIGFOO) 2009-01-30 23:19:12 +00:00
basename
citrus
clone
context
convfp
db Use %zu instead of %lu. for size_t. 2009-01-25 17:00:09 +00:00
dirname
div
divrem
gdtoa add regression test for gdtoa large field width. 2009-05-07 20:40:25 +00:00
gen add a test which stresses the rbtree code with random numbers 2009-04-02 12:49:59 +00:00
getaddrinfo
hsearch
ieeefp
inet
int_fmtio
ldexp
locale
md5sha
nsdispatch
popen
protoent
pty
randomid
regex
rpc
servent
setjmp
siginfo si_sigval is now si_value. 2009-02-17 19:22:43 +00:00
sigsetjmp
ssp
stdio
stdlib make this test actually work: 2010-01-26 22:14:01 +00:00
string Start with alignment '1' and write the search char to the byte before 2009-07-18 16:34:47 +00:00
strptime
sys
time
Makefile Handle undefined USE_SSP. XXX *_SSP variables needs clean-up. 2009-11-25 09:30:04 +00:00
Makefile.inc