| plan 9 kernel history: overview | file list | diff list |
1992/0622/power/dat.h (diff list | history)
| 1992/0613/sys/src/9/power/dat.h:23,29 – 1992/0622/sys/src/9/power/dat.h:23,29 (short | long | prev | next) | ||
| 1990/0227 | struct Lock { | |
| 1992/0622 | int val; | |
| 1990/0227 | ulong pc; }; | |
| 1992/0613/sys/src/9/power/dat.h:37,68 – 1992/0622/sys/src/9/power/dat.h:37,56 | ||
| 1990/0227 | { | |
| 1990/0504 | ulong nmach; /* processors */ ulong nproc; /* processes */ | |
| 1990/0614 | ulong npage0; /* total physical pages of memory */ | |
| 1991/0803 | ulong npage1; /* total physical pages of memory */ | |
| 1990/0227 | ulong npage; /* total physical pages of memory */ | |
| 1991/0705 |
| |
| 1992/0622 | ulong upages; /* user page pool */ | |
| 1991/0705 | ulong nimage; /* number of page cache image headers */ | |
| 1990/0504 |
| |
| 1990/0717 | ulong nurp; /* max urp conversations */ | |
| 1990/1009 | ulong nasync; /* number of async protocol modules */ | |
| 1990/1211 |
| |
| 1990/1212 | ulong copymode; /* 0 is copy on write, 1 is copy on reference */ | |