| plan 9 kernel history: overview | file list | diff list |
1992/0223/port/devip.c (diff list | history)
| 1992/0219/sys/src/9/port/devip.c:663,669 – 1992/0223/sys/src/9/port/devip.c:663,671 (short | long | prev | next) | ||
| 1991/0424 | tcb = &s->tcpctl; /* Not interested in data anymore */ | |
| 1992/0223 | qlock(s); | |
| 1991/0424 | s->readq = 0; | |
| 1992/0223 | qunlock(s); | |
| 1991/0424 | switch(tcb->state){ | |
| 1991/12171 | case Closed: | |