| plan 9 kernel history: overview | file list | diff list |
1991/1126/port/stream.c (diff list | history)
| 1991/1122/sys/src/9/port/stream.c:540,546 – 1991/1126/sys/src/9/port/stream.c:540,546 (short | long | prev | next) | ||
| 1990/0227 | q->last = 0; | |
| 1990/0312 | q->len -= BLEN(bp); | |
| 1990/0403 | q->nb--; | |
| 1990/0406 |
| |
| 1991/1126 | if((q->flag&QHIWAT) && q->len<Streamhi/2 && q->nb<Streambhi/2 &&q->other){ | |
| 1990/1212 | wakeup(q->other->next->other->rp); | |
| 1990/0227 | q->flag &= ~QHIWAT; } | |