summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/unfdpass/expected_overflow (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Test for EMSGSIZE return when sending more fds in a message then the receiverclaudio2018-11-281-0/+1
can handle and also test the case where the reciever is using read() instead of recvmsg() to test the unp_discard() codepath in the kernel. The latter test is just instrumenting the code but has no way to check if the discarding was successful. OK guenther@ bluhm@