| plan 9 kernel history: overview | file list | diff list |
1992/0328/port/devproc.c (diff list | history)
| 1992/0321/sys/src/9/port/devproc.c:330,335 – 1992/0328/sys/src/9/port/devproc.c:330,337 (short | long | prev | next) | ||
| 1990/0227 | return 0; | |
| 1991/0712 | if(offset+n > STATSIZE) n = STATSIZE - offset; | |
| 1992/0328 | if((p->state < Dead) || (p->state > Rendezvous)) panic("p->state=#%lux, p->psstate=#%lux\n", p->state, p->psstate); | |
| 1991/0712 | j = sprint(statbuf, "%-27s %-27s %-11s ", | |
| 1991/1105 | p->text, p->user, p->psstate ? p->psstate : statename[p->state]); | |
| 1990/0227 | for(i=0; i<6; i++){ | |