| plan 9 kernel history: overview | file list | diff list |
1992/1103/port/devproc.c (diff list | history)
| 1992/0907/sys/src/9/port/devproc.c:344,350 – 1992/1103/sys/src/9/port/devproc.c:344,354 (short | long | prev | next) | ||
| 1992/0907 | sps = p->psstate; if(sps == 0) sps = statename[p->state]; | |
| 1992/1103 | memset(statbuf, ' ', sizeof statbuf); memmove(statbuf+0*NAMELEN, p->text, strlen(p->text)); memmove(statbuf+1*NAMELEN, p->user, strlen(p->user)); memmove(statbuf+2*NAMELEN, sps, strlen(sps)); j = 2*NAMELEN + 12; | |
| 1992/0907 | for(i = 0; i < 6; i++) { | |
| 1990/0227 | l = p->time[i]; | |