| plan 9 kernel history: overview | file list | diff list |
1990/0617/port/devpipe.c (diff list | history)
| 1990/0513/sys/src/9/port/devpipe.c:92,98 – 1990/0617/sys/src/9/port/devpipe.c:92,97 (short | long | prev | next) | ||
| 1990/0227 | void pipecreate(Chan *c, char *name, int omode, ulong perm) { | |
| 1990/0513/sys/src/9/port/devpipe.c:99,105 – 1990/0617/sys/src/9/port/devpipe.c:98,103 | ||
| 1990/0227 | void piperemove(Chan *c) { | |
| 1990/0513/sys/src/9/port/devpipe.c:106,113 – 1990/0617/sys/src/9/port/devpipe.c:104,110 | ||
| 1990/0227 | void pipewstat(Chan *c, char *db) { | |
| 1990/0617 | error(0, Eperm); | |
| 1990/0227 | } void | |