Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite as | ngie | 2015-12-16 | 4 | -410/+0 |
| | | | | | | | | | lib/libc/tests/resolv Convert the testcases to ATF MFC after: 1 week Sponsored by: EMC / Isilon Storage Division | ||||
* | Remove hosts that don't resolve properly with the nss and resolv tests | ngie | 2015-12-16 | 1 | -47/+0 |
| | | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division | ||||
* | Fix LDADD/DPADD that should be LIBADD. | bdrewery | 2015-12-04 | 1 | -2/+1 |
| | | | | Sponsored by: EMC / Isilon Storage Division | ||||
* | r291359 was incorrect. Skip over tokens that start with `#' as fgetln can | ngie | 2015-11-26 | 1 | -3/+4 |
| | | | | | | | | | return more than one '\n' delimited line in a buffer Handle empty lines too, just in case MFC after: 3 days X-MFC with: r291359 | ||||
* | Skip over lines that start with # (comments) | ngie | 2015-11-26 | 1 | -0/+2 |
| | | | | MFC after: 3 days | ||||
* | Remove cnftp.bjpu.edu.cn (it no longer resolves) | ngie | 2015-11-26 | 1 | -1/+2 |
| | | | | | | Add localhost to resolv/mach for parity with nss/mach MFC after: 3 days | ||||
* | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | imp | 2014-04-13 | 1 | -1/+1 |
| | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. | ||||
* | Non-void function should return a value. | emaste | 2012-11-20 | 1 | -1/+1 |
| | | | | Found by: clang | ||||
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-03 | 1 | -7/+0 |
| | | | | | | their software. Obtained from: NetBSD | ||||
* | Style: NO_MAN doesn't need any value. | ru | 2006-03-15 | 1 | -2/+1 |
| | |||||
* | NOMAN --> NO_MAN | ume | 2006-03-07 | 1 | -1/+1 |
| | |||||
* | add simple test script. | ume | 2005-05-05 | 1 | -0/+24 |
| | |||||
* | - add $FreeBSD$. | ume | 2005-05-04 | 1 | -1/+2 |
| | | | | - enable -r option for regress target. | ||||
* | - add $FreeBSD$. | ume | 2005-05-04 | 1 | -10/+128 |
| | | | | | | | - do service lookup. - add options to use gethostbyname(3) or getipnodebyname(3) instead of getaddrinfo(3). - add option to do reverse lookup. | ||||
* | import of parallel name resolution test. | ume | 2005-05-04 | 3 | -0/+319 |
Obtained from: NetBSD |