NetBSD/tests/include
joerg 1907ec3a61 Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to
depend on new devname_r(3) as heart. Add /dev/pts magic directly to
devname(3). While it can lead to returning non-existing paths, the
behavior is more consistent that way. Drop caching layer in devname(3),
it doesn't buy anything for the common case of having access to the
database. Teach devname(3) proper fallback behavior of scanning /dev.
Create both old-style and new-style database for now in /etc/rc.d/sysdb.
2012-06-03 21:42:44 +00:00
..
machine Follow the real tree with the test directory structure. 2011-05-05 05:39:10 +00:00
sys Use SCHAR_{MIN,MAX} for signed char, not CHAR_* since not char are signed. 2012-03-23 23:12:28 +00:00
Makefile Default to -Wno-sign-compare -Wno-pointer-sign for clang. 2011-05-26 12:56:24 +00:00
Makefile.inc
d_bitstring_8.out
d_bitstring_27.out
d_bitstring_32.out
d_bitstring_49.out
d_bitstring_64.out
d_bitstring_67.out
t_bitstring.c Use array access 2012-03-25 06:54:04 +00:00
t_errno.c Verify PR standards/44921. 2011-05-01 17:07:05 +00:00
t_glob.c Verify that PR standards/21401 is no longer an issue. 2011-04-10 08:35:47 +00:00
t_inttypes.c
t_limits.c
t_netdb.c Switch from atf_tc_fail to atf_tc_fail_nonfatal to report all missing 2011-04-25 20:51:14 +00:00
t_paths.c Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to 2012-06-03 21:42:44 +00:00
t_stdint.c