summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets/unix_socket
Commit message (Collapse)AuthorAgeFilesLines
* Test for EPROTOTYPE not EPROTONOSUPPORTngie2016-01-161-1/+1
| | | | | | | | | | - `SOCK_RAW` is the implied supported type parameter for socket(2) per route(4) - localsw in `sys/kern/uipc_usrreq.c` doesn't have an entry for `SOCK_RAW`, so the prototype is invalid (this isn't explicitly documented anywhere I could find) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Garbage collect argc/argv and bump WARNS to 6ngie2015-04-112-2/+2
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
| | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
* o style.Makefile(5): WARNS= -> WARNS?=.maxim2006-07-091-1/+1
|
* Add simple regression tests that creates UNIX domain sockets usingrwatson2006-04-092-0/+91
socket() and socketpair() of SOCK_STREAM and SOCK_DGRAM types. It also confirms that SOCK_RAW fails.
OpenPOWER on IntegriCloud