cvs commit: src/tools/regression/sockets/unix_socket Makefile unix_socket.c

Robert Watson rwatson at FreeBSD.org
Sun Apr 9 14:30:13 UTC 2006


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)


More information about the cvs-src mailing list