| plan 9 kernel history: overview | file list | diff list |
1990/1113/port/devpipe.c (diff list | history)
| 1990/1104/sys/src/9/port/devpipe.c:27,33 – 1990/1113/sys/src/9/port/devpipe.c:27,40 (short | long | prev | next) | ||
| 1990/0227 | static void pipeiput(Queue*, Block*); static void pipeoput(Queue*, Block*); static void pipestclose(Queue *); | |
| 1990/0403 |
| |
| 1990/1113 | Qinfo pipeinfo = { pipeiput, pipeoput, 0, pipestclose, "pipe" }; | |
| 1990/0227 | ||
| 1990/1009 | Dirtab pipedir[]={ "data", Sdataqid, 0, 0600, | |