| plan 9 kernel history: overview | file list | diff list |
1991/10302/port/portdat.h (diff list | history)
| 1991/1018/sys/src/9/port/portdat.h:95,100 – 1991/10302/sys/src/9/port/portdat.h:95,101 (short | long | prev | next) | ||
|
Add Block.list.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0428 | struct Block { Block *next; | |
| 1991/10302 | Block *list; /* chain of block lists */ | |
| 1991/0724 | uchar *rptr; /* first unconsumed byte */ uchar *wptr; /* first empty byte */ uchar *lim; /* 1 past the end of the buffer */ | |