| plan 9 kernel history: overview | file list | diff list |
1992/0804/pc/main.c (diff list | history)
| 1992/0725/sys/src/9/pc/main.c:356,361 – 1992/0804/sys/src/9/pc/main.c:356,363 (short | long | prev | next) | ||
| 1992/0122 | procsave(Proc *p) | |
| 1991/0705 | { | |
| 1992/0711 | USED(p); | |
| 1992/0804 | if(u->p->state == Moribund) return; | |
| 1991/0906 | if(u->p->fpstate == FPactive){ fpsave(&u->fpsave); u->p->fpstate = FPinactive; | |