| plan 9 kernel history: overview | file list | diff list |
1990/1212/gnot/main.c (diff list | history)
| 1990/1211/sys/src/9/gnot/main.c:339,344 – 1990/1212/sys/src/9/gnot/main.c:339,345 (short | long | prev | next) | ||
| 1990/1006 | conf.npipe = conf.nstream/2; | |
| 1990/1115 | conf.nservice = 3*mul; /* was conf.nproc/5 */ | |
| 1990/1110 | conf.nfsyschan = 31 + conf.nchan/20; | |
| 1990/1212 | conf.copymode = 0; /* copy on write */ | |
| 1990/1211 | } /* | |
| 1990/1211/sys/src/9/gnot/main.c:345,351 – 1990/1212/sys/src/9/gnot/main.c:346,352 | ||
| 1990/1211 | * set up floating point for a new process */ void | |
| 1990/1212 | procsetup(Proc *p) | |
| 1990/1211 | { long fpnull; | |
| 1990/1211/sys/src/9/gnot/main.c:361,367 – 1990/1212/sys/src/9/gnot/main.c:362,368 | ||
| 1990/1211 | * Save the part of the process state. */ void | |
| 1990/1212 | procsave(uchar *state, int len) | |
| 1990/1211 | { Balu *balu; | |
| 1990/1211/sys/src/9/gnot/main.c:385,396 – 1990/1212/sys/src/9/gnot/main.c:386,397 | ||
| 1990/1211 | } /* | |
| 1990/1212 | * Restore what procsave() saves | |
| 1990/1211 | * | |
| 1990/1212 | * Procsave() makes sure that what state points to is long enough | |
| 1990/1211 | */ void | |
| 1990/1212 | procrestore(Proc *p, uchar *state) | |
| 1990/1211 | { Balu *balu; | |