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

Robert Watson rwatson at FreeBSD.org
Sun Feb 20 22:21:54 GMT 2005


rwatson     2005-02-20 22:21:53 UTC

  FreeBSD src repository

  Added files:
    tools/regression/sockets/unix_bindconnect Makefile 
                                              unix_bindconnect.c 
  Log:
  Add a simple regression test for stream UNIX domain sockets and the
  bind()/connect() system calls, which is intended to confirm that the
  right successes and errors occur when rendezvousing via the file system
  name space.
  
  Revision  Changes    Path
  1.1       +7 -0      src/tools/regression/sockets/unix_bindconnect/Makefile (new)
  1.1       +318 -0    src/tools/regression/sockets/unix_bindconnect/unix_bindconnect.c (new)


More information about the cvs-src mailing list