Date: Sun, 9 Apr 2006 14:30:12 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/sockets/unix_socket Makefile unix_socket.c Message-ID: <200604091430.k39EUCFD027036@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-04-09 14:30:12 UTC FreeBSD src repository Added files: tools/regression/sockets/unix_socket Makefile unix_socket.c Log: Add simple regression tests that creates UNIX domain sockets using socket() and socketpair() of SOCK_STREAM and SOCK_DGRAM types. It also confirms that SOCK_RAW fails. Revision Changes Path 1.1 +7 -0 src/tools/regression/sockets/unix_socket/Makefile (new) 1.1 +84 -0 src/tools/regression/sockets/unix_socket/unix_socket.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604091430.k39EUCFD027036>