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

1991/1109/port/proc.c (diff list | history)

1991/1108/sys/src/9/port/proc.c:228,2331991/1109/sys/src/9/port/proc.c:228,234 (short | long | prev | next)
Add Proc.procmode. Replace "bootes" with eve.
rsc Mon Mar 20 17:30:36 2006
1991/0317    
		p->pgrp = 0; 
1991/0705    
		p->egrp = 0; 
		p->fgrp = 0; 
1991/1109    
		p->procmode = 0644; 
1990/0722    
		p->fpstate = FPinit; 
1991/0425    
		p->kp = 0; 
1991/0705    
		p->procctl = 0; 
1991/1108/sys/src/9/port/proc.c:706,7121991/1109/sys/src/9/port/proc.c:707,713
1990/0227    
		pexit(0, 1); 
	} 
1991/0705    
 
	user = "bootes"; 
1991/1109    
	user = eve; 
1991/1105    
	strcpy(p->user, user); 
1990/0722    
	if(kpgrp == 0){ 
		kpgrp = newpgrp(); 


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