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

Robert Watson rwatson at FreeBSD.org
Fri Jan 12 21:49:37 UTC 2007


rwatson     2007-01-12 21:49:36 UTC

  FreeBSD src repository

  Added files:
    tools/regression/sockets/zerosend Makefile zerosend.c 
  Log:
  Add a regression test for sending and writing zero bytes to sockets of
  various types, as well as pipes and fifos for good measure.  RELENG_6
  currently passes all of these tests, but 7-CURRENT fails 0-byte writes
  and sends on all stream socket types (and fifos, as they are based on
  stream sockets).
  
  Bumped into by: peter
  Diagnosed by:   jhb
  Problem of:     andre
  
  Revision  Changes    Path
  1.1       +7 -0      src/tools/regression/sockets/zerosend/Makefile (new)
  1.1       +271 -0    src/tools/regression/sockets/zerosend/zerosend.c (new)


More information about the cvs-src mailing list