Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-02 | libc/inet: Unbreak gethostent() | Waldemar Brodkorb | |
Although gethostent() is obsoleted, there is no reason to keep it broken. Fix two problems: * commit f65e66078b "resolver: switch to config parser" leave an extra break statement in case of GETHOSTENT in __read_etc_hosts_r. In result, output buffer wasn't initialized at all. * gethostent static buffer has insufficient size to store aliases, so __read_etc_hosts_r always returns ERANGE. Restore ALIAS_DIM define. Add test-case. Signed-off-by: Leonid Lisovskiy <lly.dev@gmail.com> | |||
2015-04-13 | fix compile for m68k | Waldemar Brodkorb | |
2015-04-13 | add GNU libc test for ifaddrs.c | Waldemar Brodkorb | |
2015-01-04 | add -fPIC to some tests. | Waldemar Brodkorb | |
This is required to avoid a assertion error in binutils 2.24 for m68k. | |||
2013-11-06 | test: inet: fix build when res_close support is disabled | Baruch Siach | |
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2013-03-20 | inet: Fix LT{.old,} compilation due to res_iclose | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2013-03-14 | test: add missing top_srcdir | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger | |
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-10-29 | test: Fix some warnings in inet | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-04-08 | test/inet: Add tst-sock-nonblock | Kevin Cernekee | |
Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-05-01 | tests: disable ether tests if !HAS_SOCKET | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2011-05-01 | inet: add ether_aton testcase | David A Ramos | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-08-05 | getnet: switch to config parser | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-06-10 | testsuite: do not run inet tests if !ipv4 && !ipv6 | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-02-03 | add gethostid() testcase | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-03-16 | Fixed makefiles inclusion flow to pass actual configuration variable values. | Carmelo Amoroso | |
Test build system modified to be similar to uClibc one: * test custom logic moved from Makefile to a new Makefile.in (to be included by Makefile). * Makefile same for all tests and just used for including all other needed makefiles. Signed-off-by: Salvatore Cro <salvatore.cro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2008-06-06 | Document the reason why ether tests in testsuite may fail. | Denis Vlasenko | |
No code changes. | |||
2008-06-06 | Fix spurious testsuite failure | Denis Vlasenko | |
2008-02-28 | Fix file permissions | Carmelo Amoroso | |
2008-02-28 | Added support for ether_line, ether_ntohost and ether_hostton. | Carmelo Amoroso | |
Added related test cases. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Hacked-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-01-08 | test to make sure the buffers used by the gethost*_r functions handle ↵ | Mike Frysinger | |
misaligned scratch buffers | |||
2007-09-15 | add one more testcase from Natanael Copa | Mike Frysinger | |
2007-09-15 | add more tests as suggested by Natanael Copa and as harvested from: | Mike Frysinger | |
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/92880 | |||
2007-09-15 | actually update errors variable when a test fails | Mike Frysinger | |
2007-01-29 | fixup prototype warnings | Mike Frysinger | |
2006-07-05 | fix license notice | Mike Frysinger | |
2006-02-15 | need Makefile for inet subdir | Mike Frysinger | |
2006-02-15 | grab some tests from glibc | Mike Frysinger | |
2006-02-15 | fix prototype warning | Mike Frysinger | |
2006-01-06 | simple test for the if_nameindex() related functions | Mike Frysinger | |