| plan 9 kernel history: overview | file list | diff list |
1990/0702/port/stream.c (diff list | history)
| 1990/0629/sys/src/9/port/stream.c:246,251 – 1990/0702/sys/src/9/port/stream.c:246,252 (short | long | prev | next) | ||
| 1990/0403 | q->len = q->nb = 0; | |
| 1990/0227 | wq = q->other = q + 1; | |
| 1990/0702 | wq->flag = QINUSE; | |
| 1990/0227 | wq->r.p = 0; wq->info = qi; wq->put = qi->oput; | |