| plan 9 kernel history: overview | file list | diff list |
1999/0219/port/devpipe.c (diff list | history)
| 1998/0512/sys/src/9/port/devpipe.c:294,300 – 1999/0219/sys/src/9/port/devpipe.c:294,300 (short | long | prev | next) | ||
| 1993/0911 | /* avoid notes when pipe is a mounted queue */ if((c->flag & CMSG) == 0) postnote(up, 1, "sys: write on closed pipe", NUser); | |
| 1993/0725 |
| |
| 1999/0219 | nexterror(); | |
| 1993/0725 | } | |
| 1993/0528 | p = c->aux; | |
| 1998/0512/sys/src/9/port/devpipe.c:326,332 – 1999/0219/sys/src/9/port/devpipe.c:326,332 | ||
| 1995/0714 | /* avoid notes when pipe is a mounted queue */ if((c->flag & CMSG) == 0) postnote(up, 1, "sys: write on closed pipe", NUser); | |
| 1999/0219 | nexterror(); | |
| 1995/0714 | } p = c->aux; | |