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

1993/0318/port/devproc.c (diff list | history)

1993/0311/sys/src/9/port/devproc.c:626,6311993/0318/sys/src/9/port/devproc.c:626,633 (short | long | prev | next)
1991/1112    
	} 
	else if(strncmp(buf, "hang", 4) == 0) 
		p->hang = 1; 
1993/0318    
	else if(strncmp(buf, "nohang", 6) == 0) 
		p->hang = 0; 
1991/1112    
	else if(strncmp(buf, "waitstop", 8) == 0) 
		procstopwait(p, 0); 
	else if(strncmp(buf, "startstop", 9) == 0) { 


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