summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/libc/gen/t_sethostname.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r311924:ngie2017-01-141-1/+1
| | | | Fix whitespace in comment
* Skip :sethostname_basic because it messes up the test host's hostnamengie2014-11-011-2/+4
| | | | Convert code from #if defined(__FreeBSD__) to #ifdef __FreeBSD__
* FreeBSD doesn't support strings greater than MAXHOSTNAMELEN-1 inngie2014-10-101-0/+16
| | | | | | | | | | | | {get,set}{domain,host}name. Adjust the tests to not exceed that value when testing out the code Add a positive and negative test for MAXHOSTNAMELEN-1 and MAXHOSTNAMELEN, respectively PR: 181127 In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
* Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,ngie2014-10-021-0/+132
minus the vendor Makefiles Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
OpenPOWER on IntegriCloud