| plan 9 kernel history: overview | file list | diff list |
1991/1122/port/stream.c (diff list | history)
| 1991/1121/sys/src/9/port/stream.c:215,220 – 1991/1122/sys/src/9/port/stream.c:215,221 (short | long | prev | next) | ||
| 1991/0419 | bp->flags = bcp - bclass; | |
| 1990/0227 | bp->rptr = bp->wptr = bp->base; bp->next = 0; | |
| 1991/1122 | bp->list = 0; | |
| 1990/0227 | bp->type = M_DATA; bp->flags &= S_CLASS; | |
| 1991/0328 | if(bp->lim-bp->rptr<size && size<4096) | |