summaryrefslogtreecommitdiff
path: root/lib/libcom_err/shlib_version
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2008-11-29 18:41:06 +0000
committertsutsui <tsutsui@NetBSD.org>2008-11-29 18:41:06 +0000
commit7828361bcf2a179feab66f58be556ce7828db831 (patch)
treeb6ff132682271eaec28efae906795b0b0f57ddd3 /lib/libcom_err/shlib_version
parent83776b8eea825adb3f0c4d3ffe27e2747a9beb96 (diff)
- don't build compat_linux on alpha until sys/modules/compat_linux/Makefile
handles required MD files under sys/compat/linux/arch/alpha - build exec_elf64 for all 64 bit arch - use MACHINE_ARCH!="alpha" instead of MACHINE!="alpha" for exec_elf32 check XXX we have many histrical inconsistent use of amd64 vs x86_64.
Diffstat (limited to 'lib/libcom_err/shlib_version')
0 files changed, 0 insertions, 0 deletions
2014-01-10Add a cleanup routine because if a test fails, the script exits and thechristos 2014-01-09fix copyright botch and add library for netinet6; still does not fix thechristos 2014-01-09Use our own resolv.conf file simplifying the test to not need rump_vfs.christos 2014-01-06Fix spelling of "daemon". Pointed out by Thomas Klausner.gson 2014-01-06Make t_hostent test cases that query the DNS work on systems with nogson 2013-12-20sixthavenue got upgradedchristos 2013-10-20broadway changed addresses.christos 2013-08-16test harness for gethostbyname()/gethostbyaddr() and their internal bits.christos 2012-09-15correct spelling of file to cleanplunky 2012-09-03whitespacechristos 2012-04-04Be UTF8 clean.joerg 2011-11-01atf-ify ether_aton testpgoyette 2011-07-15Few naive unit tests for the getprotoent(3) family.jruoho 2011-06-15Fix obvious typo in test case name. Uncovered by atf 0.14.jmmv 2011-06-11Turn warns on for all tests and fix all the bugs.christos 2011-04-07Remove the following (literal) text in the TNF copyrights:jruoho 2011-01-13Re-add missing -lpthread and fix some structure inializers (not sure howpgoyette 2011-01-13The nsdispatch test belongs in libc/net and not in libcpgoyette 2011-01-12Move the servent and protoent tests to src/tests/lib/libc/net/ (wherepgoyette 2011-01-12By request, put the getaddrinfo test in tests/lib/libc/net/pgoyette