| plan 9 kernel history: overview | file list | diff list |
1991/0302/port/devpipe.c (diff list | history)
| 1991/0125/sys/src/9/port/devpipe.c:307,312 – 1991/0302/sys/src/9/port/devpipe.c:307,314 (short | long | prev | next) | ||
| 1990/0227 | * send a hangup */ q = q->other; | |
| 1991/0302 | if(q->next == 0) return; | |
| 1990/0629 | bp = allocb(0); bp->type = M_HANGUP; PUTNEXT(q, bp); | |