cvs commit: src/tools/regression/aio/aiotest Makefile aiotest.c

Robert Watson rwatson at FreeBSD.org
Sun Feb 13 18:38:53 GMT 2005


rwatson     2005-02-13 18:38:51 UTC

  FreeBSD src repository

  Added files:           (Branch: RELENG_5)
    tools/regression/aio/aiotest Makefile aiotest.c 
  Log:
  Merge aiotest regression test from HEAD to RELENG_5: merge through
  Makefile:1.1 and aiotest.c:1.2:
  
    Add a basic aio functionality regression test, which simply writes and
    then reads from a fairly broad range of object types: regular file,
    fifo, UNIX socketpair, pty, UNIX pipe, and an md device.  Not a deep
    test of functionality, just a basic test that aio_write followed by
    aio_read returns the correct data in a relatively timely manner.
  
    Requested by:   phk
  
  Revision  Changes    Path
  1.2.2.1   +9 -0      src/tools/regression/aio/aiotest/Makefile (new)
  1.2.2.1   +697 -0    src/tools/regression/aio/aiotest/aiotest.c (new)


More information about the cvs-src mailing list