| plan 9 kernel history: overview | file list | diff list |
1991/0707/port/sysproc.c (diff list | history)
| 1991/0706/sys/src/9/port/sysproc.c:279,289 – 1991/0707/sys/src/9/port/sysproc.c:279,289 (short | long | prev | next) | ||
| 1990/0227 | * Move the stack */ | |
| 1991/0705 | s = p->seg[ESEG]; | |
| 1991/0707 | p->seg[ESEG] = 0; | |
| 1991/0705 | p->seg[SSEG] = s; s->base = USTKTOP-USTKSIZE; s->top = USTKTOP; relocateseg(s, TSTKTOP-USTKTOP); | |
| 1990/0227 | ||
| 1991/0706 | close(tc); | |
| 1991/0705 | poperror(); | |