| plan 9 kernel history: overview | file list | diff list |
1993/1016/port/portdat.h (diff list | history)
| 1993/1014/sys/src/9/port/portdat.h:109,114 – 1993/1016/sys/src/9/port/portdat.h:109,115 (short | long | prev | next) | ||
|
add CCACHE
rsc Fri Mar 4 12:44:25 2005 | ||
| 1993/0501 | CFREE = 0x0010, /* not in use */ CRCLOSE = 0x0020, /* remove on close */ CRECOV = 0x0040, /* requires recovery */ | |
| 1993/1016 | CCACHE = 0x0080, /* client cache */ | |
| 1991/0428 | }; | |
| 1993/0501 | struct Path | |