| plan 9 kernel history: overview | file list | diff list |
1991/1105/port/devproc.c (diff list | history)
| 1991/1025/sys/src/9/port/devproc.c:366,372 – 1991/1105/sys/src/9/port/devproc.c:366,372 (short | long | prev | next) | ||
| 1991/0712 | if(offset+n > STATSIZE) n = STATSIZE - offset; j = sprint(statbuf, "%-27s %-27s %-11s ", | |
| 1991/0926 |
| |
| 1991/1105 | p->text, p->user, p->psstate ? p->psstate : statename[p->state]); | |
| 1990/0227 | for(i=0; i<6; i++){ l = p->time[i]; if(i == TReal) | |