| plan 9 kernel history: overview | file list | diff list |
1990/09051/port/stream.c (diff list | history)
| 1990/0905/sys/src/9/port/stream.c:9,15 – 1990/09051/sys/src/9/port/stream.c:9,15 (short | long | prev | next) | ||
| 1990/0801 | #include "fcall.h" | |
| 1990/0227 | ||
| 1990/0321 | enum { | |
| 1990/09051 | Nclass=5, /* number of block classes */ | |
| 1990/0321 | Nlds=32, /* max number of pushable line disciplines */ }; | |
| 1990/0905/sys/src/9/port/stream.c:51,56 – 1990/09051/sys/src/9/port/stream.c:51,57 | ||
| 1990/0227 | { 0 }, | |
| 1990/08272 | { 64 }, { 256 }, | |
| 1990/09051 | { 2048 }, | |
| 1990/0409 | { 4096 }, | |
| 1990/0227 | }; | |