plan 9 kernel history: overview | file list | diff list

1991/0926/port/devproc.c (diff list | history)

1991/0807/sys/src/9/port/devproc.c:354,3601991/0926/sys/src/9/port/devproc.c:354,360 (short | long | prev | next)
1991/0712    
		if(offset+n > STATSIZE) 
			n = STATSIZE - offset; 
		j = sprint(statbuf, "%-27s %-27s %-11s ", 
			p->text, p->pgrp->user, statename[p->state]); 
1991/0926    
			p->text, p->pgrp->user, p->psstate ? p->psstate : statename[p->state]); 
1990/0227    
		for(i=0; i<6; i++){ 
			l = p->time[i]; 
			if(i == TReal) 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)