summaryrefslogtreecommitdiff
path: root/tools/regression/lib/libc/nss
Commit message (Collapse)AuthorAgeFilesLines
* Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asEnji Cooper2015-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 Notes: svn path=/head/; revision=292323
* Remove hosts that don't resolve properly with the nss and resolv testsEnji Cooper2015-12-161-47/+0
| | | | | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=292316
* Clean up trailing whitespaceEnji Cooper2015-11-269-583/+582
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=291363
* Remove cnftp.bjpu.edu.cn (it no longer resolves)Enji Cooper2015-11-261-1/+0
| | | | | | | | | Add localhost to resolv/mach for parity with nss/mach MFC after: 3 days Notes: svn path=/head/; revision=291358
* Add a missing break statement, which made the code default to IPv6.Christian Brueffer2015-07-141-0/+1
| | | | | | | | | PR: 201285 Submitted by: David Binderman MFC after: 1 week Notes: svn path=/head/; revision=285543
* Remove incorrect semicolon.Stefan Farfeleder2014-10-261-1/+1
| | | | Notes: svn path=/head/; revision=273702
* Restore "all rights reserved" (spelled correctly). This was actually part ↵Eitan Adler2013-06-178-0/+8
| | | | | | | | | of the standard text of the license which I did not realize prior. Approved by: bushman Notes: svn path=/head/; revision=251867
* Remove lines declaring "All rights reserved" or similar comments: theyEitan Adler2013-06-169-9/+0
| | | | | | | | | are not true as the files are actually under the BSD-2 license Approved by: bushman Notes: svn path=/head/; revision=251818
* remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
| | | | | | | | Approved by: cperciva MFC after: 1 week Notes: svn path=/head/; revision=241844
* Spelling fixes for tools/Ulrich Spörlein2011-12-301-1/+1
| | | | | | | Add some $FreeBSD$ tags so svn will allow the commit. Notes: svn path=/head/; revision=228975
* - Bugs in gethostbyXXX/getipnodebyXXX regression tests fixed.Michael Bushkov2007-06-242-73/+162
| | | | | | | | | | Tests for getipnodebyXXX functions now cover most number of flags combinations. Approved by: re (kensmith), brooks (mentor) Notes: svn path=/head/; revision=171016
* Committing regression tests for all implemented nsswitch databases.Michael Bushkov2007-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) Notes: svn path=/head/; revision=168754