summaryrefslogtreecommitdiff
path: root/lib/libc/tests/nss/getgr_test.c
AgeCommit message (Expand)Author
2025-01-01Fix lib/libc/nss/getgr_test with large numbers of groupsAlan Somers
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c 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-05-28getgr_test: fix -Wunused 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-28lib/libc/tests/nss: use calloc appropriatelyEnji Cooper
2017-03-06Move ATF_TC_WITHOUT_HEAD(getgrent) near the testcase it annotatesEnji Cooper
2016-12-06Support spaces in group names.Bryan Drewery
2015-12-16Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asEnji Cooper