Add sys/kern/unixsockets directory to contain all unix(4) sockets tests.
authormvs <mvs@openbsd.org>
Thu, 9 Dec 2021 17:25:54 +0000 (17:25 +0000)
committermvs <mvs@openbsd.org>
Thu, 9 Dec 2021 17:25:54 +0000 (17:25 +0000)
commitcb977d3ada713ffe9248c87f4bf8ac789c75cd0c
treed9038f471745a18045b356fcea90ae4ed7f5ad9c
parent0aacb8378c34308120bff6012b6dfb498fc15f3b
Add sys/kern/unixsockets directory to contain all unix(4) sockets tests.
Add 'undgram_selfconn' test to check unix(4) socket connecting to itself.

Discussed and ok visa@ bluhm@
regress/sys/kern/Makefile
regress/sys/kern/unixsockets/Makefile [new file with mode: 0644]
regress/sys/kern/unixsockets/undgram_selfconn.c [new file with mode: 0644]