summaryrefslogtreecommitdiff
path: root/lib/libc/tests/nss
AgeCommit message (Expand)Author
2025-01-01Fix lib/libc/nss/getgr_test with large numbers of groupsAlan Somers
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2021-01-21libc/nss tests: Add regression tests for commit 55444c823e1fMark Johnston
2021-01-21libc/nss tests: Fix getpw and getgr single-pass testsMark Johnston
2021-01-21libc/nss tests: StyleMark Johnston
2019-10-08Fix various -Wpointer-compare warningsBrooks Davis
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-05-28hostent_test_getaddrinfo_eq(..): call freeaddrinfo on `ai` when doneEnji Cooper
2017-05-28hostent_test_getnameinfo_eq(..): initialize found_a_host to falseEnji Cooper
2017-05-28Bump WARNS from 1 to 3 after recent commits to fix warnings in theEnji Cooper
2017-05-28Push `snapshot_file` copying down into run_tests function, and mark snapshot_...Enji Cooper
2017-05-28Fix a -Wunused-but-set-variable warning reported by gcc 6.3.0Enji Cooper
2017-05-28Fix -Wunused and -Wshadow warningsEnji Cooper
2017-05-28getgr_test: fix -Wunused warningsEnji Cooper
2017-05-28getpw_test: fix -Wunused warningsEnji Cooper
2017-05-28gethostby_test: fix multiple warning typesEnji Cooper
2017-05-28getproto_test: fix -Wunused warningsEnji Cooper
2017-05-28getrpc_test: fix -Wunused warningsEnji Cooper
2017-05-28getserv_test: mark unused parameters __unused to fix correspondingEnji Cooper
2017-05-28getusershell_test: mark mdata parameter in compare_usershell __unusedEnji Cooper
2017-05-28getaddrinfo_test: mark unused function parameters __unused to fix -WunusedEnji Cooper
2017-05-28getproto_test: fix -Wmissing-prototypes and -Wsign-compare warningsEnji Cooper
2017-05-28getrpc_test: fix -Wmissing-prototypes and -Wsign-compare warningsEnji Cooper
2017-05-28getaddrinfo_test: fix -Wsign-compare warningsEnji Cooper
2017-05-28getserv_test: fix -Wsign-compare and -Wmissing-prototypes warningsEnji Cooper
2017-05-28getusershell_test: staticize run_tests(..) to fix warningsEnji Cooper
2017-05-28Fix -Wsign-compare warningsEnji Cooper
2017-05-28Staticize functions and remove unused variables to aid with bumping WARNSEnji Cooper
2017-05-28Sort make variables to suit style.Makefile(5)Enji Cooper
2017-05-28lib/libc/tests/nss: use calloc appropriatelyEnji Cooper
2017-03-11Increase WARNS for nss testsAlan Somers
2017-03-06Move ATF_TC_WITHOUT_HEAD(getgrent) near the testcase it annotatesEnji Cooper
2016-12-06Support spaces in group names.Bryan Drewery
2016-05-13Read the contents of the snapshot files properlyEnji Cooper
2016-05-12nss/gethostby_test: fix broken vector iteration of gethostbyaddr h_aliasesConrad Meyer
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-04-30libc: spelling fixes.Pedro F. Giffuni
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-12-16Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asEnji Cooper