summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/nss
Commit message (Collapse)AuthorAgeFilesLines
* Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asngie2015-12-1620-5430/+0
| | | | | | | | | | | | | | | | | lib/libc/tests/nss - Convert the testcases to ATF - Do some style(9) cleanups: -- Sort headers -- Apply indentation fixes -- Remove superfluous parentheses - Explicitly print out debug printfs for use with `kyua {debug,report}`; for items that were overly noisy, they've been put behind #ifdef DEBUG conditionals - Fix some format strings MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Remove hosts that don't resolve properly with the nss and resolv testsngie2015-12-161-47/+0
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Clean up trailing whitespacengie2015-11-269-583/+582
| | | | MFC after: 1 week
* Remove cnftp.bjpu.edu.cn (it no longer resolves)ngie2015-11-261-1/+0
| | | | | | Add localhost to resolv/mach for parity with nss/mach MFC after: 3 days
* Add a missing break statement, which made the code default to IPv6.brueffer2015-07-141-0/+1
| | | | | | PR: 201285 Submitted by: David Binderman MFC after: 1 week
* Remove incorrect semicolon.stefanf2014-10-261-1/+1
|
* Restore "all rights reserved" (spelled correctly). This was actually part ↵eadler2013-06-178-0/+8
| | | | | | of the standard text of the license which I did not realize prior. Approved by: bushman
* Remove lines declaring "All rights reserved" or similar comments: theyeadler2013-06-169-9/+0
| | | | | | are not true as the files are actually under the BSD-2 license Approved by: bushman
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
| | | | | Approved by: cperciva MFC after: 1 week
* Spelling fixes for tools/uqs2011-12-301-1/+1
| | | | Add some $FreeBSD$ tags so svn will allow the commit.
* - Bugs in gethostbyXXX/getipnodebyXXX regression tests fixed.bushman2007-06-242-73/+162
| | | | | | | Tests for getipnodebyXXX functions now cover most number of flags combinations. Approved by: re (kensmith), brooks (mentor)
* Committing regression tests for all implemented nsswitch databases.bushman2007-04-1520-0/+5390
Detailed description and instructions are in the README file. This work had been basically done during GSoC 2006. Approved by: brooks (mentor)
OpenPOWER on IntegriCloud