summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/kernel
Commit message (Collapse)AuthorAgeFilesLines
* Port contrib/netbsd-tests/kernel/t_mqueue.c to FreeBSDngie2015-11-161-0/+19
| | | | | | | | | | | - Add missing headers - Ensure mqueuefs is loaded - Make sure the mqueuefs path is absolute and relative to / - Cast the result of mq_open returning -1 to (mqd_t) to mute a compiler warning MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Ignore EINTR from usleep(3) in try_locks(..)ngie2015-11-161-0/+3
| | | | | | | | | NetBSD's usleep(3) only returns -1/sets errno=EINVAL when `microseconds` is one million or more MFC after: 3 days Submitted by: pho Sponsored by: EMC / Isilon Storage Division
* Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,ngie2014-10-0231-0/+4964
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