pipe: New system PIPE: handler, with taps
commitfa4182ae55e4221d64f01dbf833586aa68b0f4ff
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 30 Jun 2011 04:59:43 +0000 (30 04:59 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 30 Jun 2011 04:59:43 +0000 (30 04:59 +0000)
tree26500139d828598c5fd558c80850e7bfead4ead9
parentfa37aba5f000499bc6bfa63dbe24c72922891e4f
pipe: New system PIPE: handler, with taps

From the 'README' file:

This program and source are freely distributable, provided the file
headers remain intact (i.e., my name is on them!!!).

Ed Puckett accepts no responsibility for others' use of this program.

...but you shouldn't have any problems!

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@39634 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
25 files changed:
workbench/fs/pipe/Makefile [new file with mode: 0644]
workbench/fs/pipe/POSTER [new file with mode: 0644]
workbench/fs/pipe/README [new file with mode: 0644]
workbench/fs/pipe/cc [new file with mode: 0644]
workbench/fs/pipe/loader.asm [new file with mode: 0644]
workbench/fs/pipe/loader_Mount [new file with mode: 0644]
workbench/fs/pipe/pipe-handler.c [new file with mode: 0644]
workbench/fs/pipe/pipe-handler.h [new file with mode: 0644]
workbench/fs/pipe/pipebuf.c [new file with mode: 0644]
workbench/fs/pipe/pipebuf.h [new file with mode: 0644]
workbench/fs/pipe/pipecreate.c [new file with mode: 0644]
workbench/fs/pipe/pipecreate.h [new file with mode: 0644]
workbench/fs/pipe/pipedebug.c [new file with mode: 0644]
workbench/fs/pipe/pipedebug.h [new file with mode: 0644]
workbench/fs/pipe/pipedir.c [new file with mode: 0644]
workbench/fs/pipe/pipedir.h [new file with mode: 0644]
workbench/fs/pipe/pipelists.c [new file with mode: 0644]
workbench/fs/pipe/pipelists.h [new file with mode: 0644]
workbench/fs/pipe/pipename.c [new file with mode: 0644]
workbench/fs/pipe/pipename.h [new file with mode: 0644]
workbench/fs/pipe/pipesched.c [new file with mode: 0644]
workbench/fs/pipe/pipesched.h [new file with mode: 0644]
workbench/fs/pipe/prelude.asm [new file with mode: 0644]
workbench/fs/pipe/prelude_Mount [new file with mode: 0644]
workbench/fs/pipe/tap_demo [new file with mode: 0644]